Files
kapp/429.js
T
2026-05-12 16:58:11 -03:00

314 lines
26 KiB
JavaScript

(self["webpackChunkapp"] = self["webpackChunkapp"] || []).push([[429],{
/***/ 95521:
/*!*************************************************************************************************!*\
!*** ./src/app/account/remove-company-association/remove-company-association-routing.module.ts ***!
\*************************************************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "RemoveCompanyAssociationPageRoutingModule": () => (/* binding */ RemoveCompanyAssociationPageRoutingModule)
/* harmony export */ });
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/router */ 61380);
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_angular_router__WEBPACK_IMPORTED_MODULE_0__);
/* harmony import */ var _remove_company_association_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./remove-company-association.page */ 59527);
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ 45449);
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_angular_core__WEBPACK_IMPORTED_MODULE_2__);
const routes = [
{
path: '',
component: _remove_company_association_page__WEBPACK_IMPORTED_MODULE_1__.RemoveCompanyAssociationPage
}
];
class RemoveCompanyAssociationPageRoutingModule {
}
RemoveCompanyAssociationPageRoutingModule.ɵfac = function RemoveCompanyAssociationPageRoutingModule_Factory(t) { return new (t || RemoveCompanyAssociationPageRoutingModule)(); };
RemoveCompanyAssociationPageRoutingModule.ɵmod = /*@__PURE__*/ _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdefineNgModule"]({ type: RemoveCompanyAssociationPageRoutingModule });
RemoveCompanyAssociationPageRoutingModule.ɵinj = /*@__PURE__*/ _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdefineInjector"]({ imports: [_angular_router__WEBPACK_IMPORTED_MODULE_0__.RouterModule.forChild(routes), _angular_router__WEBPACK_IMPORTED_MODULE_0__.RouterModule] });
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵsetNgModuleScope"](RemoveCompanyAssociationPageRoutingModule, { imports: [_angular_router__WEBPACK_IMPORTED_MODULE_0__.RouterModule], exports: [_angular_router__WEBPACK_IMPORTED_MODULE_0__.RouterModule] }); })();
/***/ }),
/***/ 90429:
/*!*****************************************************************************************!*\
!*** ./src/app/account/remove-company-association/remove-company-association.module.ts ***!
\*****************************************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "RemoveCompanyAssociationPageModule": () => (/* binding */ RemoveCompanyAssociationPageModule)
/* harmony export */ });
/* harmony import */ var _remove_company_association_routing_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./remove-company-association-routing.module */ 95521);
/* harmony import */ var _shared_components_components_module__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @shared/components/components.module */ 15626);
/* harmony import */ var src_app_shared_module_shared_module_module__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! src/app/shared-module/shared-module.module */ 69270);
/* harmony import */ var _remove_company_association_page__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./remove-company-association.page */ 59527);
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/core */ 45449);
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_angular_core__WEBPACK_IMPORTED_MODULE_4__);
class RemoveCompanyAssociationPageModule {
}
RemoveCompanyAssociationPageModule.ɵfac = function RemoveCompanyAssociationPageModule_Factory(t) { return new (t || RemoveCompanyAssociationPageModule)(); };
RemoveCompanyAssociationPageModule.ɵmod = /*@__PURE__*/ _angular_core__WEBPACK_IMPORTED_MODULE_4__["ɵɵdefineNgModule"]({ type: RemoveCompanyAssociationPageModule });
RemoveCompanyAssociationPageModule.ɵinj = /*@__PURE__*/ _angular_core__WEBPACK_IMPORTED_MODULE_4__["ɵɵdefineInjector"]({ imports: [src_app_shared_module_shared_module_module__WEBPACK_IMPORTED_MODULE_2__.SharedModuleModule,
_shared_components_components_module__WEBPACK_IMPORTED_MODULE_1__.ComponentsModule,
_remove_company_association_routing_module__WEBPACK_IMPORTED_MODULE_0__.RemoveCompanyAssociationPageRoutingModule] });
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && _angular_core__WEBPACK_IMPORTED_MODULE_4__["ɵɵsetNgModuleScope"](RemoveCompanyAssociationPageModule, { declarations: [_remove_company_association_page__WEBPACK_IMPORTED_MODULE_3__.RemoveCompanyAssociationPage], imports: [src_app_shared_module_shared_module_module__WEBPACK_IMPORTED_MODULE_2__.SharedModuleModule,
_shared_components_components_module__WEBPACK_IMPORTED_MODULE_1__.ComponentsModule,
_remove_company_association_routing_module__WEBPACK_IMPORTED_MODULE_0__.RemoveCompanyAssociationPageRoutingModule] }); })();
/***/ }),
/***/ 59527:
/*!***************************************************************************************!*\
!*** ./src/app/account/remove-company-association/remove-company-association.page.ts ***!
\***************************************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "RemoveCompanyAssociationPage": () => (/* binding */ RemoveCompanyAssociationPage)
/* harmony export */ });
/* harmony import */ var _Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 71670);
/* harmony import */ var _shared_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @shared/components */ 7667);
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ 45449);
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_angular_core__WEBPACK_IMPORTED_MODULE_2__);
/* harmony import */ var _ionic_angular__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @ionic/angular */ 93819);
/* harmony import */ var _shared_services_sessionaddflow_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @shared/services/sessionaddflow.service */ 80698);
/* harmony import */ var _ngx_translate_core__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @ngx-translate/core */ 38699);
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/router */ 61380);
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_angular_router__WEBPACK_IMPORTED_MODULE_4__);
/* harmony import */ var _shared_services__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @shared/services */ 17253);
/* harmony import */ var _shared_components_header_header_component__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../shared/components/header/header.component */ 36290);
/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @angular/common */ 90944);
/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_angular_common__WEBPACK_IMPORTED_MODULE_7__);
const _c0 = function (a0) {
return {
companyName: a0
};
};
const _c1 = function () {
return ["/account"];
};
class RemoveCompanyAssociationPage {
constructor(modalController, sessionAddFlowService, translateService, activatedRoute, router, apiService, loaderService, notificatorService, logService, authService) {
var _this = this;
this.modalController = modalController;
this.sessionAddFlowService = sessionAddFlowService;
this.translateService = translateService;
this.activatedRoute = activatedRoute;
this.router = router;
this.apiService = apiService;
this.loaderService = loaderService;
this.notificatorService = notificatorService;
this.logService = logService;
this.authService = authService;
this.openModalConfirmRemoveAssociation = /*#__PURE__*/(0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
const modal = yield _this.modalController.create({
component: _shared_components__WEBPACK_IMPORTED_MODULE_1__.AuthVerificationModalComponent,
cssClass: 'modal-confirm-remove-company-association'
});
yield modal.present();
const {
data,
role
} = yield modal.onDidDismiss();
console.log({
data
}, {
role
});
if (role === 'success') {
console.log('action are');
_this.removeCompanyAssociation();
}
if (role === 'cancel') {
console.log('action are cancel');
}
}); // State Router
this.activatedRoute.params.subscribe(event => {
const {
companyInstanceName,
companyName,
company
} = this.router.getCurrentNavigation()?.extras?.state;
this.companyName = companyName;
this.companyInstance = companyInstanceName;
this.state = company;
});
}
ngOnInit() {
this.sessionAddFlowService.createXKACSessionId();
console.log('RemoveCompanyAssociationPage ngOnInit');
}
removeCompanyAssociation() {
var _this2 = this;
return (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
if (!_this2.companyInstance) {
return;
}
_this2.sessionAddFlowService.createXKACSessionId();
const companyInstance = _this2.companyInstance;
_this2.loaderService.show('Removing company association...');
_this2.apiService.removeCompanyAssociation(companyInstance).subscribe({
next: res => {
_this2.loaderService.hide(); // this.toast('Company association removed', 'Company association removed successfully', 'success');
_this2.toast({
title: 'TOAST_REMOVE_COMPANY_ASSOCIATION.TITLE_SUCCESS',
message: 'TOAST_REMOVE_COMPANY_ASSOCIATION.MESSAGE_SUCCESS',
type: 'success'
});
console.log('RemoveCompanyAssociation - Navegando para /account com queryParams reload');
_this2.authService.clearAccount();
setTimeout(() => {
_this2.router.navigate(['/account'], {
queryParams: {
reload: 'true'
},
replaceUrl: true
});
}, 800);
},
error: err => {
_this2.loaderService.hide(); // this.toast('Error', 'Error removing company association', 'danger');
_this2.toast({
title: 'TOAST_REMOVE_COMPANY_ASSOCIATION.TITLE_ERROR',
message: 'TOAST_REMOVE_COMPANY_ASSOCIATION.MESSAGE_ERROR',
type: 'error'
});
_this2.logService.logError('http::removeCompanyAssociation', 'Error removing company association', err);
}
});
})();
}
toast(args) {
const title = this.translateService.instant(args.title);
const message = this.translateService.instant(args.message);
const notification = {
title,
message,
type: args.type
};
this.notificatorService.notify(notification);
}
}
RemoveCompanyAssociationPage.ɵfac = function RemoveCompanyAssociationPage_Factory(t) {
return new (t || RemoveCompanyAssociationPage)(_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdirectiveInject"](_ionic_angular__WEBPACK_IMPORTED_MODULE_8__.ModalController), _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdirectiveInject"](_shared_services_sessionaddflow_service__WEBPACK_IMPORTED_MODULE_3__.SessionaddflowService), _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdirectiveInject"](_ngx_translate_core__WEBPACK_IMPORTED_MODULE_9__.TranslateService), _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdirectiveInject"](_angular_router__WEBPACK_IMPORTED_MODULE_4__.ActivatedRoute), _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdirectiveInject"](_angular_router__WEBPACK_IMPORTED_MODULE_4__.Router), _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_5__.ApiService), _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_5__.LoaderService), _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_5__.NotificatorService), _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_5__.LogService), _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_5__.AuthService));
};
RemoveCompanyAssociationPage.ɵcmp = /*@__PURE__*/_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdefineComponent"]({
type: RemoveCompanyAssociationPage,
selectors: [["app-remove-company-association"]],
decls: 30,
vars: 37,
consts: [["defaultHref", "/account", 3, "refresh", "toQRCode", "title"], [1, "remove-company-association"], [1, "remove-company-association__title"], [1, "remove-company-association__description"], [1, "remove-company-association__description__desc_01", 3, "innerHTML"], [1, "remove-company-association__description__desc_02"], [1, "remove-company-association__end-description"], [1, "remove-company-association__btns"], [1, "remove-company-association__btns__not-delete"], ["routerLinkActive", "router-link-active", "shape", "round", 1, "no_delete_btn", 3, "routerLink"], [1, "remove-company-association__btns__yes-delete"], ["mode", "ios", "color", "danger", "fill", "clear", 3, "click"]],
template: function RemoveCompanyAssociationPage_Template(rf, ctx) {
if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelement"](0, "app-header", 0);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipe"](1, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelementStart"](2, "ion-content")(3, "div", 1);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵtext"](4);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipe"](5, "json");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelementStart"](6, "div", 2)(7, "h3");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵtext"](8);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipe"](9, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelementEnd"]()();
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelementStart"](10, "div", 3)(11, "ul");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelement"](12, "li", 4);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipe"](13, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelementStart"](14, "li", 5);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵtext"](15);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipe"](16, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelementEnd"]()()();
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelementStart"](17, "div", 6)(18, "h4");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵtext"](19);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipe"](20, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelementEnd"]()();
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelementStart"](21, "div", 7)(22, "div", 8)(23, "ion-button", 9);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵtext"](24);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipe"](25, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelementEnd"]()();
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelementStart"](26, "div", 10)(27, "ion-button", 11);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵlistener"]("click", function RemoveCompanyAssociationPage_Template_ion_button_click_27_listener() {
return ctx.openModalConfirmRemoveAssociation();
});
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵtext"](28);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipe"](29, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵelementEnd"]()()()()();
}
if (rf & 2) {
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵproperty"]("refresh", false)("toQRCode", false)("title", _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipeBind2"](1, 11, "PG_REMOVE_COMPANY_ASSOCIATION.HEADER_TITLE", _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpureFunction1"](30, _c0, ctx.companyName)));
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵadvance"](4);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipeBind1"](5, 14, ctx.company), " ");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵadvance"](4);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipeBind2"](9, 16, "PG_REMOVE_COMPANY_ASSOCIATION.TITLE", _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpureFunction1"](32, _c0, ctx.companyName)), " ");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵadvance"](4);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵproperty"]("innerHTML", _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipeBind2"](13, 19, "PG_REMOVE_COMPANY_ASSOCIATION.DESC_01", _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpureFunction1"](34, _c0, ctx.companyName)), _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵsanitizeHtml"]);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵadvance"](3);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipeBind1"](16, 22, "PG_REMOVE_COMPANY_ASSOCIATION.DESC_02"), " ");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵadvance"](4);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipeBind1"](20, 24, "PG_REMOVE_COMPANY_ASSOCIATION.DESC_03"), " ");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵadvance"](4);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵproperty"]("routerLink", _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpureFunction0"](36, _c1));
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipeBind1"](25, 26, "PG_REMOVE_COMPANY_ASSOCIATION.BTN_CANCEL"), " ");
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵadvance"](4);
_angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵpipeBind1"](29, 28, "PG_REMOVE_COMPANY_ASSOCIATION.BTN_CONFIRM"), " ");
}
},
dependencies: [_ionic_angular__WEBPACK_IMPORTED_MODULE_8__.IonButton, _ionic_angular__WEBPACK_IMPORTED_MODULE_8__.IonContent, _ionic_angular__WEBPACK_IMPORTED_MODULE_8__.RouterLinkDelegate, _shared_components_header_header_component__WEBPACK_IMPORTED_MODULE_6__.HeaderComponent, _angular_router__WEBPACK_IMPORTED_MODULE_4__.RouterLink, _angular_router__WEBPACK_IMPORTED_MODULE_4__.RouterLinkActive, _angular_common__WEBPACK_IMPORTED_MODULE_7__.JsonPipe, _ngx_translate_core__WEBPACK_IMPORTED_MODULE_9__.TranslatePipe],
styles: ["ion-content[_ngcontent-%COMP%] {\n --background: #efefef;\n}\n\n.remove-company-association[_ngcontent-%COMP%] {\n justify-content: space-around;\n padding: 1em 2em;\n display: flex;\n color: #383a3e;\n flex-direction: column;\n height: 100%;\n align-items: center;\n}\n\n.remove-company-association__title[_ngcontent-%COMP%] {\n text-align: center;\n}\n\n.remove-company-association__title[_ngcontent-%COMP%] h3[_ngcontent-%COMP%] {\n font-size: 18px !important;\n font-weight: 600;\n}\n\n.remove-company-association__description[_ngcontent-%COMP%] {\n line-height: 25px;\n letter-spacing: 0.045em;\n color: #383a3e;\n}\n\n.remove-company-association__description[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] {\n padding: 0 1em;\n}\n\n.remove-company-association__description[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] {\n font-weight: 400;\n font-size: 1em !important;\n}\n\n.remove-company-association__description__desc_01[_ngcontent-%COMP%] {\n padding-bottom: 15.5px;\n}\n\n.remove-company-association__description__desc_02[_ngcontent-%COMP%] {\n padding-top: 0.8em;\n padding-bottom: 1.5em;\n}\n\n.remove-company-association__end-description[_ngcontent-%COMP%] {\n margin-bottom: 3em;\n line-height: 25px;\n display: flex;\n align-items: center;\n text-align: center;\n letter-spacing: 0.045em;\n color: #000000;\n}\n\n.remove-company-association__end-description[_ngcontent-%COMP%] h4[_ngcontent-%COMP%] {\n font-weight: 600;\n font-size: 1em;\n}\n\n.remove-company-association__btns[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n\n.remove-company-association__btns__not-delete[_ngcontent-%COMP%] ion-button[_ngcontent-%COMP%], .remove-company-association__btns__yes-delete[_ngcontent-%COMP%] ion-button[_ngcontent-%COMP%] {\n width: 220px;\n height: 40px;\n text-transform: initial;\n}\n\n.remove-company-association__btns__not-delete[_ngcontent-%COMP%] ion-button.no_delete_btn[_ngcontent-%COMP%], .remove-company-association__btns__yes-delete[_ngcontent-%COMP%] ion-button.no_delete_btn[_ngcontent-%COMP%] {\n --background: #cccccc !important;\n --box-shadow: none !important;\n --color: #fff !important;\n}\n\n.remove-company-association__btns__not-delete[_ngcontent-%COMP%] {\n padding-bottom: 0.5em;\n}\n\n.remove-company-association__btns__yes-delete[_ngcontent-%COMP%] {\n margin-bottom: 2em;\n}\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJlbW92ZS1jb21wYW55LWFzc29jaWF0aW9uLnBhZ2Uuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLHFCQUFBO0FBQ0Y7O0FBRUE7RUFDTSw2QkFBQTtFQUNKLGdCQUFBO0VBQ0EsYUFBQTtFQUNBLGNBQUE7RUFDQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxtQkFBQTtBQUNGOztBQUNFO0VBQ0Usa0JBQUE7QUFDSjs7QUFDSTtFQUNFLDBCQUFBO0VBQ0EsZ0JBQUE7QUFDTjs7QUFHRTtFQUNFLGlCQUFBO0VBQ0EsdUJBQUE7RUFDQSxjQUFBO0FBREo7O0FBR0k7RUFDRSxjQUFBO0FBRE47O0FBR007RUFDRSxnQkFBQTtFQUNBLHlCQUFBO0FBRFI7O0FBS0k7RUFDRSxzQkFBQTtBQUhOOztBQU1JO0VBQ0Usa0JBQUE7RUFDQSxxQkFBQTtBQUpOOztBQVFFO0VBQ0Usa0JBQUE7RUFDQSxpQkFBQTtFQUNBLGFBQUE7RUFDQSxtQkFBQTtFQUNBLGtCQUFBO0VBQ0EsdUJBQUE7RUFDQSxjQUFBO0FBTko7O0FBUUk7RUFDRSxnQkFBQTtFQUNBLGNBQUE7QUFOTjs7QUFVRTtFQUNFLGFBQUE7RUFDQSxzQkFBQTtFQUNBLG1CQUFBO0FBUko7O0FBYU07RUFDRSxZQUFBO0VBQ0EsWUFBQTtFQUNBLHVCQUFBO0FBWFI7O0FBYVE7RUFDRSxnQ0FBQTtFQUNBLDZCQUFBO0VBQ0Esd0JBQUE7QUFYVjs7QUFnQkk7RUFDRSxxQkFBQTtBQWROOztBQWlCSTtFQUNFLGtCQUFBO0FBZk4iLCJmaWxlIjoicmVtb3ZlLWNvbXBhbnktYXNzb2NpYXRpb24ucGFnZS5zY3NzIiwic291cmNlc0NvbnRlbnQiOlsiaW9uLWNvbnRlbnQge1xuICAtLWJhY2tncm91bmQ6ICNlZmVmZWY7XG59XG5cbi5yZW1vdmUtY29tcGFueS1hc3NvY2lhdGlvbiB7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWFyb3VuZDtcbiAgcGFkZGluZzogMWVtIDJlbTtcbiAgZGlzcGxheTogZmxleDtcbiAgY29sb3I6ICMzODNhM2U7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcblxuICAmX190aXRsZSB7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuXG4gICAgaDMge1xuICAgICAgZm9udC1zaXplOiAxOHB4ICFpbXBvcnRhbnQ7XG4gICAgICBmb250LXdlaWdodDogNjAwO1xuICAgIH1cbiAgfVxuXG4gICZfX2Rlc2NyaXB0aW9uIHtcbiAgICBsaW5lLWhlaWdodDogMjVweDtcbiAgICBsZXR0ZXItc3BhY2luZzogMC4wNDVlbTtcbiAgICBjb2xvcjogIzM4M2EzZTtcblxuICAgIHVsIHtcbiAgICAgIHBhZGRpbmc6IDAgMWVtO1xuXG4gICAgICBsaSB7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgICAgIGZvbnQtc2l6ZTogMWVtICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgJl9fZGVzY18wMSB7XG4gICAgICBwYWRkaW5nLWJvdHRvbTogMTUuNXB4O1xuICAgIH1cblxuICAgICZfX2Rlc2NfMDIge1xuICAgICAgcGFkZGluZy10b3A6IDAuOGVtO1xuICAgICAgcGFkZGluZy1ib3R0b206IDEuNWVtO1xuICAgIH1cbiAgfVxuXG4gICZfX2VuZC1kZXNjcmlwdGlvbiB7XG4gICAgbWFyZ2luLWJvdHRvbTogM2VtO1xuICAgIGxpbmUtaGVpZ2h0OiAyNXB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgbGV0dGVyLXNwYWNpbmc6IDAuMDQ1ZW07XG4gICAgY29sb3I6ICMwMDAwMDA7XG5cbiAgICBoNCB7XG4gICAgICBmb250LXdlaWdodDogNjAwO1xuICAgICAgZm9udC1zaXplOiAxZW07XG4gICAgfVxuICB9XG5cbiAgJl9fYnRucyB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICAmX19ub3QtZGVsZXRlLFxuICAgICZfX3llcy1kZWxldGUge1xuXG4gICAgICBpb24tYnV0dG9uIHtcbiAgICAgICAgd2lkdGg6IDIyMHB4O1xuICAgICAgICBoZWlnaHQ6IDQwcHg7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiBpbml0aWFsO1xuXG4gICAgICAgICYubm9fZGVsZXRlX2J0biB7XG4gICAgICAgICAgLS1iYWNrZ3JvdW5kOiAjY2NjY2NjICFpbXBvcnRhbnQ7XG4gICAgICAgICAgLS1ib3gtc2hhZG93OiBub25lICFpbXBvcnRhbnQ7XG4gICAgICAgICAgLS1jb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgJl9fbm90LWRlbGV0ZSB7XG4gICAgICBwYWRkaW5nLWJvdHRvbTogMC41ZW07XG4gICAgfVxuXG4gICAgJl9feWVzLWRlbGV0ZSB7XG4gICAgICBtYXJnaW4tYm90dG9tOiAyZW07XG4gICAgfVxuICB9XG59Il19 */"]
});
/***/ })
}])
//# sourceMappingURL=429.js.map