@symphony-talent/component-library 4.20.0 → 4.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/lib/molecules/tabs/tabs.component.mjs +23 -0
- package/esm2020/lib/molecules/tabs/tabs.module.mjs +20 -0
- package/esm2020/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.mjs +3 -3
- package/esm2020/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.mjs +1 -1
- package/esm2020/lib/templates/contact-list/contact-list-template.component.mjs +3 -3
- package/esm2020/lib/templates/setting-details/setting-details-template.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/molecules/tabs/tabs.component.mjs +23 -0
- package/esm2020/projects/component-library/lib/molecules/tabs/tabs.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/templates/contact-list/contact-list-template.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/templates/setting-details/setting-details-template.component.mjs +3 -3
- package/esm2020/projects/component-library/public-api.mjs +3 -1
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +51 -13
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +51 -13
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +51 -13
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +51 -13
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/molecules/molecules.module.d.ts +3 -2
- package/lib/molecules/tabs/tabs.component.d.ts +11 -0
- package/lib/molecules/tabs/tabs.module.d.ts +9 -0
- package/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.d.ts +1 -0
- package/package.json +1 -1
- package/projects/component-library/global.scss +158 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +3 -2
- package/projects/component-library/lib/molecules/tabs/tabs.component.d.ts +11 -0
- package/projects/component-library/lib/molecules/tabs/tabs.module.d.ts +9 -0
- package/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.d.ts +1 -0
- package/projects/component-library/public-api.d.ts +2 -0
- package/public-api.d.ts +2 -0
|
@@ -19,7 +19,9 @@ import * as i1$4 from 'ngx-chips';
|
|
|
19
19
|
import { TagInputModule } from 'ngx-chips';
|
|
20
20
|
import * as i8 from 'ngx-bootstrap/popover';
|
|
21
21
|
import { PopoverModule } from 'ngx-bootstrap/popover';
|
|
22
|
-
import * as i1$5 from 'ngx-bootstrap/
|
|
22
|
+
import * as i1$5 from 'ngx-bootstrap/tabs';
|
|
23
|
+
import { TabsModule } from 'ngx-bootstrap/tabs';
|
|
24
|
+
import * as i1$6 from 'ngx-bootstrap/accordion';
|
|
23
25
|
import { AccordionModule } from 'ngx-bootstrap/accordion';
|
|
24
26
|
|
|
25
27
|
class AvatarComponent {
|
|
@@ -3117,6 +3119,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3117
3119
|
}]
|
|
3118
3120
|
}] });
|
|
3119
3121
|
|
|
3122
|
+
class TabsComponent {
|
|
3123
|
+
constructor() { }
|
|
3124
|
+
ngOnInit() {
|
|
3125
|
+
this.displayTabs = false;
|
|
3126
|
+
}
|
|
3127
|
+
toggleTabs() {
|
|
3128
|
+
this.displayTabs = !this.displayTabs;
|
|
3129
|
+
}
|
|
3130
|
+
onSelectTab() {
|
|
3131
|
+
this.displayTabs = true;
|
|
3132
|
+
}
|
|
3133
|
+
}
|
|
3134
|
+
TabsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3135
|
+
TabsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TabsComponent, selector: "symphony-tabs", ngImport: i0, template: "<section class=\"sfx-tab-wrapper\">\n <a\n href=\"javascript:;\"\n class=\"pull-right sfx-font12\"\n (click)=\"toggleTabs()\"\n >\n <i\n class=\"si-arrow-bold-next\"\n [ngClass]=\"{\n down: !displayTabs,\n up: displayTabs\n }\"\n ></i>\n </a>\n <tabset\n [ngClass]=\"{ 'tab-not-active': displayTabs === false }\"\n (click)=\"onSelectTab()\"\n >\n <tab heading=\"Tab1\"> <p>Tab 1 content is here</p> </tab>\n <tab heading=\"Tab2\"> <p>Tab 2 content is here</p> </tab>\n <tab heading=\"Tab3\"> <p>Tab 3 content is here</p> </tab>\n </tabset>\n</section>\n", styles: [""], components: [{ type: i1$5.TabsetComponent, selector: "tabset", inputs: ["vertical", "justified", "type"] }], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$5.TabDirective, selector: "tab, [tab]", inputs: ["customClass", "active", "removable", "heading", "id", "disabled"], outputs: ["selectTab", "deselect", "removed"] }] });
|
|
3136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TabsComponent, decorators: [{
|
|
3137
|
+
type: Component,
|
|
3138
|
+
args: [{ selector: 'symphony-tabs', template: "<section class=\"sfx-tab-wrapper\">\n <a\n href=\"javascript:;\"\n class=\"pull-right sfx-font12\"\n (click)=\"toggleTabs()\"\n >\n <i\n class=\"si-arrow-bold-next\"\n [ngClass]=\"{\n down: !displayTabs,\n up: displayTabs\n }\"\n ></i>\n </a>\n <tabset\n [ngClass]=\"{ 'tab-not-active': displayTabs === false }\"\n (click)=\"onSelectTab()\"\n >\n <tab heading=\"Tab1\"> <p>Tab 1 content is here</p> </tab>\n <tab heading=\"Tab2\"> <p>Tab 2 content is here</p> </tab>\n <tab heading=\"Tab3\"> <p>Tab 3 content is here</p> </tab>\n </tabset>\n</section>\n", styles: [""] }]
|
|
3139
|
+
}], ctorParameters: function () { return []; } });
|
|
3140
|
+
|
|
3141
|
+
class TabsModules {
|
|
3142
|
+
}
|
|
3143
|
+
TabsModules.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TabsModules, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3144
|
+
TabsModules.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TabsModules, declarations: [TabsComponent], imports: [CommonModule, i1$5.TabsModule], exports: [TabsComponent] });
|
|
3145
|
+
TabsModules.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TabsModules, imports: [[CommonModule, TabsModule.forRoot()]] });
|
|
3146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TabsModules, decorators: [{
|
|
3147
|
+
type: NgModule,
|
|
3148
|
+
args: [{
|
|
3149
|
+
declarations: [TabsComponent],
|
|
3150
|
+
imports: [CommonModule, TabsModule.forRoot()],
|
|
3151
|
+
exports: [TabsComponent],
|
|
3152
|
+
}]
|
|
3153
|
+
}] });
|
|
3154
|
+
|
|
3120
3155
|
class ColorSwatchComponent {
|
|
3121
3156
|
constructor() {
|
|
3122
3157
|
this.colorSwatchModel = {
|
|
@@ -3337,7 +3372,8 @@ MoleculesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
3337
3372
|
InputTextareaModule,
|
|
3338
3373
|
CharacterCounterModule,
|
|
3339
3374
|
SettingsDetailNavigationItemModule,
|
|
3340
|
-
EditableSettingItemModule
|
|
3375
|
+
EditableSettingItemModule,
|
|
3376
|
+
TabsModules], exports: [PillsModule,
|
|
3341
3377
|
BreadcrumbModule,
|
|
3342
3378
|
FeedbackCardModule,
|
|
3343
3379
|
DocumentManagementItemModule,
|
|
@@ -3365,7 +3401,8 @@ MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
3365
3401
|
InputTextareaModule,
|
|
3366
3402
|
CharacterCounterModule,
|
|
3367
3403
|
SettingsDetailNavigationItemModule,
|
|
3368
|
-
EditableSettingItemModule
|
|
3404
|
+
EditableSettingItemModule,
|
|
3405
|
+
TabsModules
|
|
3369
3406
|
], PillsModule,
|
|
3370
3407
|
BreadcrumbModule,
|
|
3371
3408
|
FeedbackCardModule,
|
|
@@ -3406,7 +3443,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3406
3443
|
InputTextareaModule,
|
|
3407
3444
|
CharacterCounterModule,
|
|
3408
3445
|
SettingsDetailNavigationItemModule,
|
|
3409
|
-
EditableSettingItemModule
|
|
3446
|
+
EditableSettingItemModule,
|
|
3447
|
+
TabsModules
|
|
3410
3448
|
]
|
|
3411
3449
|
}]
|
|
3412
3450
|
}] });
|
|
@@ -5254,7 +5292,7 @@ class FeedbackDetailCandidateInfoComponent {
|
|
|
5254
5292
|
constructor() { }
|
|
5255
5293
|
}
|
|
5256
5294
|
FeedbackDetailCandidateInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackDetailCandidateInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5257
|
-
FeedbackDetailCandidateInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FeedbackDetailCandidateInfoComponent, selector: "symphony-feedback-detail-candidate-info", inputs: { model: "model" }, ngImport: i0, template: "<accordion>\n <accordion-group *ngIf=\"model.workHistory.displaySection\" [isOpen]=\"true\">\n <symphony-sfx-accordion-header\n accordion-heading\n heading=\"Work History\"\n ></symphony-sfx-accordion-header>\n <ng-container *ngIf=\"model.workHistory.data?.length\">\n <symphony-feedback-candidate-workhistory\n [workHistories]=\"model.workHistory.data\"\n ></symphony-feedback-candidate-workhistory>\n </ng-container>\n <ng-container *ngIf=\"!model.workHistory.data?.length\">\n <ng-container\n *ngTemplateOutlet=\"\n noData;\n context: { $implicit: model.workHistory.displayErrorMessage }\n \"\n ></ng-container\n ></ng-container>\n </accordion-group>\n\n <accordion-group *ngIf=\"model.education.displaySection\" [isOpen]=\"true\">\n <symphony-sfx-accordion-header\n accordion-heading\n heading=\"Education\"\n ></symphony-sfx-accordion-header>\n <ng-container *ngIf=\"model.education.data?.length\">\n <symphony-feedback-candidate-education\n [educationHistories]=\"model.education.data\"\n ></symphony-feedback-candidate-education>\n </ng-container>\n <ng-container *ngIf=\"!model.education.data?.length\">\n <ng-container\n *ngTemplateOutlet=\"\n noData;\n context: { $implicit: model.education.displayErrorMessage }\n \"\n ></ng-container\n ></ng-container>\n </accordion-group>\n\n <accordion-group *ngIf=\"model.certifications.displaySection\" [isOpen]=\"true\">\n <symphony-sfx-accordion-header\n accordion-heading\n heading=\"Certifications\"\n ></symphony-sfx-accordion-header>\n <ng-container *ngIf=\"model.certifications.data?.length\">\n <symphony-feedback-candidate-certifications\n [certificationHistories]=\"model.certifications.data\"\n ></symphony-feedback-candidate-certifications>\n </ng-container>\n <ng-container *ngIf=\"!model.certifications.data?.length\">\n <ng-container\n *ngTemplateOutlet=\"\n noData;\n context: { $implicit: model.certifications.displayErrorMessage }\n \"\n ></ng-container\n ></ng-container>\n </accordion-group>\n</accordion>\n\n<ng-template #noData let-displayErrorMessage\n ><symphony-paragraph\n *ngIf=\"!displayErrorMessage\"\n class=\"sfx-d-block sfx-mt-20 border-bottom sfx-pb-20\"\n text=\"No data to display.\"\n ></symphony-paragraph>\n <symphony-paragraph\n *ngIf=\"displayErrorMessage\"\n class=\"sfx-d-block sfx-mt-20 border-bottom sfx-pb-20\"\n text=\"Data could not be retrieved, please refresh to try again.\"\n ></symphony-paragraph\n></ng-template>\n", styles: [".panel-group .panel{border:none;box-shadow:none;margin-bottom:40px}.panel{box-shadow:none;border:none;padding:0}.panel.card{background:none}.panel .card-header{padding:0;background:none}.panel button{padding:0;color:#000;border:none;background:none}.panel button:focus{outline:none}.panel .panel-body{padding:0;border:none}.panel-default>.panel-heading+.panel-collapse>.panel-body{border:none}.panel-group .panel+.panel{margin-top:0}.panel-group .panel.panel-open .panel{margin-bottom:0}.accordion-toggle symphony-icon{transform:rotate(180deg);display:block;transition:all .3s ease-in-out}.accordion-toggle:after{float:none}.panel-open .accordion-toggle symphony-icon{transform:none}\n"], components: [{ type: i1$
|
|
5295
|
+
FeedbackDetailCandidateInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FeedbackDetailCandidateInfoComponent, selector: "symphony-feedback-detail-candidate-info", inputs: { model: "model" }, ngImport: i0, template: "<accordion>\n <accordion-group *ngIf=\"model.workHistory.displaySection\" [isOpen]=\"true\">\n <symphony-sfx-accordion-header\n accordion-heading\n heading=\"Work History\"\n ></symphony-sfx-accordion-header>\n <ng-container *ngIf=\"model.workHistory.data?.length\">\n <symphony-feedback-candidate-workhistory\n [workHistories]=\"model.workHistory.data\"\n ></symphony-feedback-candidate-workhistory>\n </ng-container>\n <ng-container *ngIf=\"!model.workHistory.data?.length\">\n <ng-container\n *ngTemplateOutlet=\"\n noData;\n context: { $implicit: model.workHistory.displayErrorMessage }\n \"\n ></ng-container\n ></ng-container>\n </accordion-group>\n\n <accordion-group *ngIf=\"model.education.displaySection\" [isOpen]=\"true\">\n <symphony-sfx-accordion-header\n accordion-heading\n heading=\"Education\"\n ></symphony-sfx-accordion-header>\n <ng-container *ngIf=\"model.education.data?.length\">\n <symphony-feedback-candidate-education\n [educationHistories]=\"model.education.data\"\n ></symphony-feedback-candidate-education>\n </ng-container>\n <ng-container *ngIf=\"!model.education.data?.length\">\n <ng-container\n *ngTemplateOutlet=\"\n noData;\n context: { $implicit: model.education.displayErrorMessage }\n \"\n ></ng-container\n ></ng-container>\n </accordion-group>\n\n <accordion-group *ngIf=\"model.certifications.displaySection\" [isOpen]=\"true\">\n <symphony-sfx-accordion-header\n accordion-heading\n heading=\"Certifications\"\n ></symphony-sfx-accordion-header>\n <ng-container *ngIf=\"model.certifications.data?.length\">\n <symphony-feedback-candidate-certifications\n [certificationHistories]=\"model.certifications.data\"\n ></symphony-feedback-candidate-certifications>\n </ng-container>\n <ng-container *ngIf=\"!model.certifications.data?.length\">\n <ng-container\n *ngTemplateOutlet=\"\n noData;\n context: { $implicit: model.certifications.displayErrorMessage }\n \"\n ></ng-container\n ></ng-container>\n </accordion-group>\n</accordion>\n\n<ng-template #noData let-displayErrorMessage\n ><symphony-paragraph\n *ngIf=\"!displayErrorMessage\"\n class=\"sfx-d-block sfx-mt-20 border-bottom sfx-pb-20\"\n text=\"No data to display.\"\n ></symphony-paragraph>\n <symphony-paragraph\n *ngIf=\"displayErrorMessage\"\n class=\"sfx-d-block sfx-mt-20 border-bottom sfx-pb-20\"\n text=\"Data could not be retrieved, please refresh to try again.\"\n ></symphony-paragraph\n></ng-template>\n", styles: [".panel-group .panel{border:none;box-shadow:none;margin-bottom:40px}.panel{box-shadow:none;border:none;padding:0}.panel.card{background:none}.panel .card-header{padding:0;background:none}.panel button{padding:0;color:#000;border:none;background:none}.panel button:focus{outline:none}.panel .panel-body{padding:0;border:none}.panel-default>.panel-heading+.panel-collapse>.panel-body{border:none}.panel-group .panel+.panel{margin-top:0}.panel-group .panel.panel-open .panel{margin-bottom:0}.accordion-toggle symphony-icon{transform:rotate(180deg);display:block;transition:all .3s ease-in-out}.accordion-toggle:after{float:none}.panel-open .accordion-toggle symphony-icon{transform:none}\n"], components: [{ type: i1$6.AccordionComponent, selector: "accordion", inputs: ["isAnimated", "closeOthers"] }, { type: i1$6.AccordionPanelComponent, selector: "accordion-group, accordion-panel", inputs: ["isOpen", "panelClass", "heading", "isDisabled"], outputs: ["isOpenChange"] }, { type: SfxAccordionHeaderComponent, selector: "symphony-sfx-accordion-header", inputs: ["heading"] }, { type: FeedbackCandidateWorkHistoryComponent, selector: "symphony-feedback-candidate-workhistory", inputs: ["workHistories"] }, { type: FeedbackCandidateEducationComponent, selector: "symphony-feedback-candidate-education", inputs: ["educationHistories"] }, { type: FeedbackCandidateCertificationsComponent, selector: "symphony-feedback-candidate-certifications", inputs: ["certificationHistories"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
5258
5296
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackDetailCandidateInfoComponent, decorators: [{
|
|
5259
5297
|
type: Component,
|
|
5260
5298
|
args: [{ selector: 'symphony-feedback-detail-candidate-info', encapsulation: ViewEncapsulation.None, template: "<accordion>\n <accordion-group *ngIf=\"model.workHistory.displaySection\" [isOpen]=\"true\">\n <symphony-sfx-accordion-header\n accordion-heading\n heading=\"Work History\"\n ></symphony-sfx-accordion-header>\n <ng-container *ngIf=\"model.workHistory.data?.length\">\n <symphony-feedback-candidate-workhistory\n [workHistories]=\"model.workHistory.data\"\n ></symphony-feedback-candidate-workhistory>\n </ng-container>\n <ng-container *ngIf=\"!model.workHistory.data?.length\">\n <ng-container\n *ngTemplateOutlet=\"\n noData;\n context: { $implicit: model.workHistory.displayErrorMessage }\n \"\n ></ng-container\n ></ng-container>\n </accordion-group>\n\n <accordion-group *ngIf=\"model.education.displaySection\" [isOpen]=\"true\">\n <symphony-sfx-accordion-header\n accordion-heading\n heading=\"Education\"\n ></symphony-sfx-accordion-header>\n <ng-container *ngIf=\"model.education.data?.length\">\n <symphony-feedback-candidate-education\n [educationHistories]=\"model.education.data\"\n ></symphony-feedback-candidate-education>\n </ng-container>\n <ng-container *ngIf=\"!model.education.data?.length\">\n <ng-container\n *ngTemplateOutlet=\"\n noData;\n context: { $implicit: model.education.displayErrorMessage }\n \"\n ></ng-container\n ></ng-container>\n </accordion-group>\n\n <accordion-group *ngIf=\"model.certifications.displaySection\" [isOpen]=\"true\">\n <symphony-sfx-accordion-header\n accordion-heading\n heading=\"Certifications\"\n ></symphony-sfx-accordion-header>\n <ng-container *ngIf=\"model.certifications.data?.length\">\n <symphony-feedback-candidate-certifications\n [certificationHistories]=\"model.certifications.data\"\n ></symphony-feedback-candidate-certifications>\n </ng-container>\n <ng-container *ngIf=\"!model.certifications.data?.length\">\n <ng-container\n *ngTemplateOutlet=\"\n noData;\n context: { $implicit: model.certifications.displayErrorMessage }\n \"\n ></ng-container\n ></ng-container>\n </accordion-group>\n</accordion>\n\n<ng-template #noData let-displayErrorMessage\n ><symphony-paragraph\n *ngIf=\"!displayErrorMessage\"\n class=\"sfx-d-block sfx-mt-20 border-bottom sfx-pb-20\"\n text=\"No data to display.\"\n ></symphony-paragraph>\n <symphony-paragraph\n *ngIf=\"displayErrorMessage\"\n class=\"sfx-d-block sfx-mt-20 border-bottom sfx-pb-20\"\n text=\"Data could not be retrieved, please refresh to try again.\"\n ></symphony-paragraph\n></ng-template>\n", styles: [".panel-group .panel{border:none;box-shadow:none;margin-bottom:40px}.panel{box-shadow:none;border:none;padding:0}.panel.card{background:none}.panel .card-header{padding:0;background:none}.panel button{padding:0;color:#000;border:none;background:none}.panel button:focus{outline:none}.panel .panel-body{padding:0;border:none}.panel-default>.panel-heading+.panel-collapse>.panel-body{border:none}.panel-group .panel+.panel{margin-top:0}.panel-group .panel.panel-open .panel{margin-bottom:0}.accordion-toggle symphony-icon{transform:rotate(180deg);display:block;transition:all .3s ease-in-out}.accordion-toggle:after{float:none}.panel-open .accordion-toggle symphony-icon{transform:none}\n"] }]
|
|
@@ -5307,7 +5345,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
5307
5345
|
class FeedbackDetailCandidateInfoModule {
|
|
5308
5346
|
}
|
|
5309
5347
|
FeedbackDetailCandidateInfoModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackDetailCandidateInfoModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5310
|
-
FeedbackDetailCandidateInfoModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackDetailCandidateInfoModule, declarations: [FeedbackDetailCandidateInfoComponent], imports: [CommonModule, i1$
|
|
5348
|
+
FeedbackDetailCandidateInfoModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackDetailCandidateInfoModule, declarations: [FeedbackDetailCandidateInfoComponent], imports: [CommonModule, i1$6.AccordionModule, BrowserAnimationsModule,
|
|
5311
5349
|
IconModule,
|
|
5312
5350
|
H4Module,
|
|
5313
5351
|
SfxAccordionHeaderModule,
|
|
@@ -7114,10 +7152,10 @@ class ContactListTemplateComponent {
|
|
|
7114
7152
|
constructor() { }
|
|
7115
7153
|
}
|
|
7116
7154
|
ContactListTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactListTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7117
|
-
ContactListTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ContactListTemplateComponent, selector: "symphony-contact-list-template", ngImport: i0, template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9 sfx-pl-0\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-page-action]\"></ng-content>\n </span>\n </div>\n </div>\n</section>\n<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-40\">\n <div class=\"row\">\n <ng-content select=\"[sfx-filter-area]\"></ng-content>\n </div>\n</section>\n<section>\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-p-0\">\n <ng-content select=\"[sfx-actions]\"></ng-content>\n </div>\n</section>\n<section\n class=\"sfx-grid-wrap grid-with-dropdown sfx-
|
|
7155
|
+
ContactListTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ContactListTemplateComponent, selector: "symphony-contact-list-template", ngImport: i0, template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9 sfx-pl-0\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-page-action]\"></ng-content>\n </span>\n </div>\n </div>\n</section>\n<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-40\">\n <div class=\"row\">\n <ng-content select=\"[sfx-filter-area]\"></ng-content>\n </div>\n</section>\n<section>\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-p-0\">\n <ng-content select=\"[sfx-actions]\"></ng-content>\n </div>\n</section>\n<section\n class=\"sfx-grid-wrap grid-with-dropdown sfx-wid-100\"\n>\n <ng-content select=\"[sfx-grid]\"></ng-content>\n</section>\n", styles: [".sfx-page-title{margin-block:1.5625rem}\n"] });
|
|
7118
7156
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactListTemplateComponent, decorators: [{
|
|
7119
7157
|
type: Component,
|
|
7120
|
-
args: [{ selector: 'symphony-contact-list-template', template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9 sfx-pl-0\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-page-action]\"></ng-content>\n </span>\n </div>\n </div>\n</section>\n<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-40\">\n <div class=\"row\">\n <ng-content select=\"[sfx-filter-area]\"></ng-content>\n </div>\n</section>\n<section>\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-p-0\">\n <ng-content select=\"[sfx-actions]\"></ng-content>\n </div>\n</section>\n<section\n class=\"sfx-grid-wrap grid-with-dropdown sfx-
|
|
7158
|
+
args: [{ selector: 'symphony-contact-list-template', template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9 sfx-pl-0\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-page-action]\"></ng-content>\n </span>\n </div>\n </div>\n</section>\n<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-40\">\n <div class=\"row\">\n <ng-content select=\"[sfx-filter-area]\"></ng-content>\n </div>\n</section>\n<section>\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-p-0\">\n <ng-content select=\"[sfx-actions]\"></ng-content>\n </div>\n</section>\n<section\n class=\"sfx-grid-wrap grid-with-dropdown sfx-wid-100\"\n>\n <ng-content select=\"[sfx-grid]\"></ng-content>\n</section>\n", styles: [".sfx-page-title{margin-block:1.5625rem}\n"] }]
|
|
7121
7159
|
}], ctorParameters: function () { return []; } });
|
|
7122
7160
|
|
|
7123
7161
|
class JobListPageComponent {
|
|
@@ -7369,10 +7407,10 @@ class EditableSettingPartialPageComponent {
|
|
|
7369
7407
|
}
|
|
7370
7408
|
}
|
|
7371
7409
|
EditableSettingPartialPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingPartialPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7372
|
-
EditableSettingPartialPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: EditableSettingPartialPageComponent, selector: "symphony-editable-setting-partial-page", inputs: { partialPageModel: "partialPageModel", isLoadingPartialPage: "isLoadingPartialPage", errorPageState: "errorPageState" }, outputs: { editableSettingValueChanged: "editableSettingValueChanged", saveClicked: "saveClicked", reloadClicked: "reloadClicked" }, ngImport: i0, template: "<section *ngIf=\"partialPageModel && !isLoadingPartialPage && !errorPageState\">\n <symphony-paragraph class=\"sfx-font-bold sfx-mb-5 sfx-d-flex\">{{\n partialPageModel.partialTitle\n }}</symphony-paragraph>\n <symphony-paragraph class=\"sfx-mb-20 sfx-d-flex\">{{\n partialPageModel.partialDescription\n }}</symphony-paragraph>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-4 col-lg-3\">\n <ng-content select=\"[dropdown-dropzone]\"></ng-content>\n </div>\n </div>\n <section\n *ngIf=\"!partialPageModel.isLoadingList && !partialPageModel.errorListState\"\n >\n <symphony-editable-setting-item-list\n class=\"sfx-mt-30 sfx-d-block\"\n [settingItemsList]=\"partialPageModel.settingItemsList\"\n (settingItemValueChanged)=\"onEditableSettingValueChange(partialPageModel)\"\n ></symphony-editable-setting-item-list>\n <symphony-button-v2\n id=\"button-partialPage-save\"\n class=\"pull-right sfx-d-flex\"\n text=\"Save\"\n (clicked)=\"onSaveclick(partialPageModel)\"\n ></symphony-button-v2>\n </section>\n <symphony-sfx-loader\n *ngIf=\"partialPageModel.isLoadingList\"\n ></symphony-sfx-loader>\n <symphony-sfx-loader\n *ngIf=\"partialPageModel.errorListState && !partialPageModel.isLoadingList\"\n [hasCustomMessage]=\"partialPageModel.errorListState\"\n >\n <symphony-paragraph\n custom-message\n class=\"sfx-mb-20 sfx-mt-20 sfx-d-block text-center\"\n >Loading this page is taking longer than expected.<br />Try to\n <span\n (click)=\"onReloadClick($event)\"\n class=\"sfx-v2-purple1 sfx-font-bold sfx-cursor-pointer\"\n >reload</span\n >\n it or come back later.</symphony-paragraph\n >\n </symphony-sfx-loader>\n</section>\n<symphony-sfx-loader *ngIf=\"isLoadingPartialPage\"></symphony-sfx-loader>\n<symphony-sfx-loader\n *ngIf=\"errorPageState && !isLoadingPartialPage\"\n [hasCustomMessage]=\"errorPageState\"\n>\n <symphony-paragraph\n custom-message\n class=\"sfx-mb-20 sfx-mt-20 sfx-d-block text-center\"\n >Loading this page is taking longer than expected.<br />Try to\n <span\n (click)=\"onReloadClick($event)\"\n class=\"sfx-v2-purple1 sfx-font-bold sfx-cursor-pointer\"\n >reload</span\n >\n it or come back later.</symphony-paragraph\n >\n</symphony-sfx-loader>\n", styles: [""], components: [{ type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }, { type: EditableSettingItemListComponent, selector: "symphony-editable-setting-item-list", inputs: ["settingItemsList"], outputs: ["settingItemValueChanged"] }, { type: ButtonV2Component, selector: "symphony-button-v2" }, { type: SfxLoaderComponent, selector: "symphony-sfx-loader", inputs: ["leftStyle", "message", "hasCustomMessage"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
7410
|
+
EditableSettingPartialPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: EditableSettingPartialPageComponent, selector: "symphony-editable-setting-partial-page", inputs: { partialPageModel: "partialPageModel", isLoadingPartialPage: "isLoadingPartialPage", errorPageState: "errorPageState" }, outputs: { editableSettingValueChanged: "editableSettingValueChanged", saveClicked: "saveClicked", reloadClicked: "reloadClicked" }, ngImport: i0, template: "<section *ngIf=\"partialPageModel && !isLoadingPartialPage && !errorPageState\">\n <symphony-paragraph class=\"sfx-font-bold sfx-mb-5 sfx-d-flex\">{{\n partialPageModel.partialTitle\n }}</symphony-paragraph>\n <symphony-paragraph class=\"sfx-mb-20 sfx-d-flex\">{{\n partialPageModel.partialDescription\n }}</symphony-paragraph>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-4 col-lg-3\">\n <ng-content select=\"[dropdown-dropzone]\"></ng-content>\n </div>\n </div>\n <section\n *ngIf=\"!partialPageModel.isLoadingList && !partialPageModel.errorListState\"\n >\n <symphony-editable-setting-item-list\n class=\"sfx-mt-30 sfx-d-block\"\n [settingItemsList]=\"partialPageModel.settingItemsList\"\n (settingItemValueChanged)=\"onEditableSettingValueChange(partialPageModel)\"\n ></symphony-editable-setting-item-list>\n <symphony-button-v2\n id=\"button-partialPage-save\"\n class=\"pull-right sfx-d-flex\"\n text=\"Save\"\n [disabled]=\"partialPageModel.saveBtnDisabled\"\n (clicked)=\"onSaveclick(partialPageModel)\"\n ></symphony-button-v2>\n </section>\n <symphony-sfx-loader\n *ngIf=\"partialPageModel.isLoadingList\"\n ></symphony-sfx-loader>\n <symphony-sfx-loader\n *ngIf=\"partialPageModel.errorListState && !partialPageModel.isLoadingList\"\n [hasCustomMessage]=\"partialPageModel.errorListState\"\n >\n <symphony-paragraph\n custom-message\n class=\"sfx-mb-20 sfx-mt-20 sfx-d-block text-center\"\n >Loading this page is taking longer than expected.<br />Try to\n <span\n (click)=\"onReloadClick($event)\"\n class=\"sfx-v2-purple1 sfx-font-bold sfx-cursor-pointer\"\n >reload</span\n >\n it or come back later.</symphony-paragraph\n >\n </symphony-sfx-loader>\n</section>\n<symphony-sfx-loader *ngIf=\"isLoadingPartialPage\"></symphony-sfx-loader>\n<symphony-sfx-loader\n *ngIf=\"errorPageState && !isLoadingPartialPage\"\n [hasCustomMessage]=\"errorPageState\"\n>\n <symphony-paragraph\n custom-message\n class=\"sfx-mb-20 sfx-mt-20 sfx-d-block text-center\"\n >Loading this page is taking longer than expected.<br />Try to\n <span\n (click)=\"onReloadClick($event)\"\n class=\"sfx-v2-purple1 sfx-font-bold sfx-cursor-pointer\"\n >reload</span\n >\n it or come back later.</symphony-paragraph\n >\n</symphony-sfx-loader>\n", styles: [""], components: [{ type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }, { type: EditableSettingItemListComponent, selector: "symphony-editable-setting-item-list", inputs: ["settingItemsList"], outputs: ["settingItemValueChanged"] }, { type: ButtonV2Component, selector: "symphony-button-v2" }, { type: SfxLoaderComponent, selector: "symphony-sfx-loader", inputs: ["leftStyle", "message", "hasCustomMessage"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
7373
7411
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingPartialPageComponent, decorators: [{
|
|
7374
7412
|
type: Component,
|
|
7375
|
-
args: [{ selector: 'symphony-editable-setting-partial-page', template: "<section *ngIf=\"partialPageModel && !isLoadingPartialPage && !errorPageState\">\n <symphony-paragraph class=\"sfx-font-bold sfx-mb-5 sfx-d-flex\">{{\n partialPageModel.partialTitle\n }}</symphony-paragraph>\n <symphony-paragraph class=\"sfx-mb-20 sfx-d-flex\">{{\n partialPageModel.partialDescription\n }}</symphony-paragraph>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-4 col-lg-3\">\n <ng-content select=\"[dropdown-dropzone]\"></ng-content>\n </div>\n </div>\n <section\n *ngIf=\"!partialPageModel.isLoadingList && !partialPageModel.errorListState\"\n >\n <symphony-editable-setting-item-list\n class=\"sfx-mt-30 sfx-d-block\"\n [settingItemsList]=\"partialPageModel.settingItemsList\"\n (settingItemValueChanged)=\"onEditableSettingValueChange(partialPageModel)\"\n ></symphony-editable-setting-item-list>\n <symphony-button-v2\n id=\"button-partialPage-save\"\n class=\"pull-right sfx-d-flex\"\n text=\"Save\"\n (clicked)=\"onSaveclick(partialPageModel)\"\n ></symphony-button-v2>\n </section>\n <symphony-sfx-loader\n *ngIf=\"partialPageModel.isLoadingList\"\n ></symphony-sfx-loader>\n <symphony-sfx-loader\n *ngIf=\"partialPageModel.errorListState && !partialPageModel.isLoadingList\"\n [hasCustomMessage]=\"partialPageModel.errorListState\"\n >\n <symphony-paragraph\n custom-message\n class=\"sfx-mb-20 sfx-mt-20 sfx-d-block text-center\"\n >Loading this page is taking longer than expected.<br />Try to\n <span\n (click)=\"onReloadClick($event)\"\n class=\"sfx-v2-purple1 sfx-font-bold sfx-cursor-pointer\"\n >reload</span\n >\n it or come back later.</symphony-paragraph\n >\n </symphony-sfx-loader>\n</section>\n<symphony-sfx-loader *ngIf=\"isLoadingPartialPage\"></symphony-sfx-loader>\n<symphony-sfx-loader\n *ngIf=\"errorPageState && !isLoadingPartialPage\"\n [hasCustomMessage]=\"errorPageState\"\n>\n <symphony-paragraph\n custom-message\n class=\"sfx-mb-20 sfx-mt-20 sfx-d-block text-center\"\n >Loading this page is taking longer than expected.<br />Try to\n <span\n (click)=\"onReloadClick($event)\"\n class=\"sfx-v2-purple1 sfx-font-bold sfx-cursor-pointer\"\n >reload</span\n >\n it or come back later.</symphony-paragraph\n >\n</symphony-sfx-loader>\n", styles: [""] }]
|
|
7413
|
+
args: [{ selector: 'symphony-editable-setting-partial-page', template: "<section *ngIf=\"partialPageModel && !isLoadingPartialPage && !errorPageState\">\n <symphony-paragraph class=\"sfx-font-bold sfx-mb-5 sfx-d-flex\">{{\n partialPageModel.partialTitle\n }}</symphony-paragraph>\n <symphony-paragraph class=\"sfx-mb-20 sfx-d-flex\">{{\n partialPageModel.partialDescription\n }}</symphony-paragraph>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-4 col-lg-3\">\n <ng-content select=\"[dropdown-dropzone]\"></ng-content>\n </div>\n </div>\n <section\n *ngIf=\"!partialPageModel.isLoadingList && !partialPageModel.errorListState\"\n >\n <symphony-editable-setting-item-list\n class=\"sfx-mt-30 sfx-d-block\"\n [settingItemsList]=\"partialPageModel.settingItemsList\"\n (settingItemValueChanged)=\"onEditableSettingValueChange(partialPageModel)\"\n ></symphony-editable-setting-item-list>\n <symphony-button-v2\n id=\"button-partialPage-save\"\n class=\"pull-right sfx-d-flex\"\n text=\"Save\"\n [disabled]=\"partialPageModel.saveBtnDisabled\"\n (clicked)=\"onSaveclick(partialPageModel)\"\n ></symphony-button-v2>\n </section>\n <symphony-sfx-loader\n *ngIf=\"partialPageModel.isLoadingList\"\n ></symphony-sfx-loader>\n <symphony-sfx-loader\n *ngIf=\"partialPageModel.errorListState && !partialPageModel.isLoadingList\"\n [hasCustomMessage]=\"partialPageModel.errorListState\"\n >\n <symphony-paragraph\n custom-message\n class=\"sfx-mb-20 sfx-mt-20 sfx-d-block text-center\"\n >Loading this page is taking longer than expected.<br />Try to\n <span\n (click)=\"onReloadClick($event)\"\n class=\"sfx-v2-purple1 sfx-font-bold sfx-cursor-pointer\"\n >reload</span\n >\n it or come back later.</symphony-paragraph\n >\n </symphony-sfx-loader>\n</section>\n<symphony-sfx-loader *ngIf=\"isLoadingPartialPage\"></symphony-sfx-loader>\n<symphony-sfx-loader\n *ngIf=\"errorPageState && !isLoadingPartialPage\"\n [hasCustomMessage]=\"errorPageState\"\n>\n <symphony-paragraph\n custom-message\n class=\"sfx-mb-20 sfx-mt-20 sfx-d-block text-center\"\n >Loading this page is taking longer than expected.<br />Try to\n <span\n (click)=\"onReloadClick($event)\"\n class=\"sfx-v2-purple1 sfx-font-bold sfx-cursor-pointer\"\n >reload</span\n >\n it or come back later.</symphony-paragraph\n >\n</symphony-sfx-loader>\n", styles: [""] }]
|
|
7376
7414
|
}], ctorParameters: function () { return []; }, propDecorators: { partialPageModel: [{
|
|
7377
7415
|
type: Input
|
|
7378
7416
|
}], isLoadingPartialPage: [{
|
|
@@ -7427,10 +7465,10 @@ class SettingDetailsTemplateComponent {
|
|
|
7427
7465
|
constructor() { }
|
|
7428
7466
|
}
|
|
7429
7467
|
SettingDetailsTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7430
|
-
SettingDetailsTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingDetailsTemplateComponent, selector: "symphony-setting-details-template", ngImport: i0, template: "<
|
|
7468
|
+
SettingDetailsTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingDetailsTemplateComponent, selector: "symphony-setting-details-template", ngImport: i0, template: "<section>\n <section>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[breadcrumb]\"></ng-content>\n </div>\n </div>\n </section>\n <section>\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"sfx-border-bottom-black-2\"></div>\n </section>\n <section class=\"row sfx-mt-30\">\n <section class=\"col-xs-12 col-sm-12 col-md-4 col-lg-3\">\n <ng-content select=\"[sfx-nav]\"></ng-content>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-8 col-lg-9\">\n <ng-content select=\"[sfx-content]\"></ng-content>\n </section>\n </section>\n</section>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}\n"] });
|
|
7431
7469
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateComponent, decorators: [{
|
|
7432
7470
|
type: Component,
|
|
7433
|
-
args: [{ selector: 'symphony-setting-details-template', template: "<
|
|
7471
|
+
args: [{ selector: 'symphony-setting-details-template', template: "<section>\n <section>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[breadcrumb]\"></ng-content>\n </div>\n </div>\n </section>\n <section>\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"sfx-border-bottom-black-2\"></div>\n </section>\n <section class=\"row sfx-mt-30\">\n <section class=\"col-xs-12 col-sm-12 col-md-4 col-lg-3\">\n <ng-content select=\"[sfx-nav]\"></ng-content>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-8 col-lg-9\">\n <ng-content select=\"[sfx-content]\"></ng-content>\n </section>\n </section>\n</section>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}\n"] }]
|
|
7434
7472
|
}], ctorParameters: function () { return []; } });
|
|
7435
7473
|
|
|
7436
7474
|
class SettingDetailPageComponent {
|
|
@@ -7528,5 +7566,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7528
7566
|
* Generated bundle index. Do not edit.
|
|
7529
7567
|
*/
|
|
7530
7568
|
|
|
7531
|
-
export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActionBarSelectionCounterComponent, ActionBarSelectionCounterModule, ActivityScoreLevel, AdvanceFilterSelectedCounterComponent, AdvanceFilterSelectedCounterModule, AdvanceSearchModalComponent, AdvanceSearchModalModule, AdvertiseModalComponent, AdvertiseModalModule, AdvertisedJobPostingsListPageComponent, AdvertisedJobPostingsListPageModule, AdvertisedJobPostingsModalComponent, AdvertisedJobPostingsModalModule, AdvertisedJobsCostComponent, AdvertisedJobsCostModule, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, ButtonV2Component, ButtonV2Module, CapitalizeFirstCharacterPipe, CardComponent, CardListComponent, CardListModule, CardModule, CharacterCounterComponent, CharacterCounterModule, ColorNames, ConfirmationModalComponent, ConfirmationModalModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, DocumentManagementItemComponent, DocumentManagementItemModule, DocumentManagementListComponent, DocumentManagementListModule, EditableSettingItemComponent, EditableSettingItemListComponent, EditableSettingItemListModule, EditableSettingItemModule, EditableSettingKey, EditableSettingPartialPageComponent, EditableSettingPartialPageModule, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FeedbackRequestListPageComponent, FeedbackRequestListPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWithTooltipComponent, IconWithTooltipModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxListComponent, InputCheckboxListModule, InputCheckboxModule, InputChipsComponent, InputChipsModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputSearchCheckboxDropdownComponent, InputSearchCheckboxDropdownModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputToggleComponent, InputToggleModule, JobListPageComponent, JobListPageModule, LibrariesPageComponent, LibrariesPageModule, LinkedinPremiumJobPostingsModalComponent, LinkedinPremiumJobPostingsModalModule, MoleculesModule, MultiSelectDataModule, MultiselectSearchCheckbox, NavigationLinkComponent, NavigationLinkModule, NotificationsComponent, NotificationsModule, OrganismsModule, OverflowTextComponent, OverflowTextModule, ParagraphComponent, ParagraphModule, PhaserCardComponent, PhaserCardModule, PhaserComponent, PhaserModule, PillComponent, PillModule, PillsComponent, PillsModule, PipeModule, RelevanceScoreComponent, RelevanceScoreModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
7569
|
+
export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActionBarSelectionCounterComponent, ActionBarSelectionCounterModule, ActivityScoreLevel, AdvanceFilterSelectedCounterComponent, AdvanceFilterSelectedCounterModule, AdvanceSearchModalComponent, AdvanceSearchModalModule, AdvertiseModalComponent, AdvertiseModalModule, AdvertisedJobPostingsListPageComponent, AdvertisedJobPostingsListPageModule, AdvertisedJobPostingsModalComponent, AdvertisedJobPostingsModalModule, AdvertisedJobsCostComponent, AdvertisedJobsCostModule, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, ButtonV2Component, ButtonV2Module, CapitalizeFirstCharacterPipe, CardComponent, CardListComponent, CardListModule, CardModule, CharacterCounterComponent, CharacterCounterModule, ColorNames, ConfirmationModalComponent, ConfirmationModalModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, DocumentManagementItemComponent, DocumentManagementItemModule, DocumentManagementListComponent, DocumentManagementListModule, EditableSettingItemComponent, EditableSettingItemListComponent, EditableSettingItemListModule, EditableSettingItemModule, EditableSettingKey, EditableSettingPartialPageComponent, EditableSettingPartialPageModule, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FeedbackRequestListPageComponent, FeedbackRequestListPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWithTooltipComponent, IconWithTooltipModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxListComponent, InputCheckboxListModule, InputCheckboxModule, InputChipsComponent, InputChipsModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputSearchCheckboxDropdownComponent, InputSearchCheckboxDropdownModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputToggleComponent, InputToggleModule, JobListPageComponent, JobListPageModule, LibrariesPageComponent, LibrariesPageModule, LinkedinPremiumJobPostingsModalComponent, LinkedinPremiumJobPostingsModalModule, MoleculesModule, MultiSelectDataModule, MultiselectSearchCheckbox, NavigationLinkComponent, NavigationLinkModule, NotificationsComponent, NotificationsModule, OrganismsModule, OverflowTextComponent, OverflowTextModule, ParagraphComponent, ParagraphModule, PhaserCardComponent, PhaserCardModule, PhaserComponent, PhaserModule, PillComponent, PillModule, PillsComponent, PillsModule, PipeModule, RelevanceScoreComponent, RelevanceScoreModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
7532
7570
|
//# sourceMappingURL=symphony-talent-component-library-projects-component-library.mjs.map
|