@symphony-talent/component-library 4.14.0 → 4.16.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/atoms/filter-area/filter-area.component.mjs +3 -3
- package/esm2020/lib/molecules/molecules.module.mjs +14 -7
- package/esm2020/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.component.mjs +24 -0
- package/esm2020/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.model.mjs +2 -0
- package/esm2020/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module.mjs +20 -0
- package/esm2020/lib/organisms/feedback-detail-header/feedback-detail-header.component.mjs +3 -3
- package/esm2020/lib/organisms/feedback-detail-header/feedback-detail-header.model.mjs +1 -1
- package/esm2020/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/lib/organisms/settings-detail-navigation-list/settings-detail-navigation-list.component.mjs +23 -0
- package/esm2020/lib/organisms/settings-detail-navigation-list/settings-detail-navigation-list.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/atoms/filter-area/filter-area.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +14 -7
- package/esm2020/projects/component-library/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.component.mjs +24 -0
- package/esm2020/projects/component-library/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/organisms/feedback-detail-header/feedback-detail-header.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/organisms/feedback-detail-header/feedback-detail-header.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/organisms/settings-detail-navigation-list/settings-detail-navigation-list.component.mjs +23 -0
- package/esm2020/projects/component-library/lib/organisms/settings-detail-navigation-list/settings-detail-navigation-list.module.mjs +19 -0
- package/esm2020/projects/component-library/public-api.mjs +6 -1
- package/esm2020/public-api.mjs +6 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +89 -14
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +89 -14
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +89 -14
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +89 -14
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/molecules/molecules.module.d.ts +3 -2
- package/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.component.d.ts +11 -0
- package/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.model.d.ts +4 -0
- package/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module.d.ts +10 -0
- package/lib/organisms/feedback-detail-header/feedback-detail-header.model.d.ts +1 -0
- package/lib/organisms/organisms.module.d.ts +2 -1
- package/lib/organisms/settings-detail-navigation-list/settings-detail-navigation-list.component.d.ts +11 -0
- package/lib/organisms/settings-detail-navigation-list/settings-detail-navigation-list.module.d.ts +9 -0
- package/package.json +1 -1
- package/projects/component-library/global.scss +6 -3
- package/projects/component-library/lib/molecules/molecules.module.d.ts +3 -2
- package/projects/component-library/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.component.d.ts +11 -0
- package/projects/component-library/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.model.d.ts +4 -0
- package/projects/component-library/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module.d.ts +10 -0
- package/projects/component-library/lib/organisms/feedback-detail-header/feedback-detail-header.model.d.ts +1 -0
- package/projects/component-library/lib/organisms/organisms.module.d.ts +2 -1
- package/projects/component-library/lib/organisms/settings-detail-navigation-list/settings-detail-navigation-list.component.d.ts +11 -0
- package/projects/component-library/lib/organisms/settings-detail-navigation-list/settings-detail-navigation-list.module.d.ts +9 -0
- package/projects/component-library/public-api.d.ts +5 -0
- package/public-api.d.ts +5 -0
|
@@ -340,10 +340,10 @@ class FilterAreaComponent {
|
|
|
340
340
|
constructor() { }
|
|
341
341
|
}
|
|
342
342
|
FilterAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
343
|
-
FilterAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FilterAreaComponent, selector: "symphony-filter-area", ngImport: i0, template: "<div class=\"sfx-filter-section\">\n <div class=\"sfx-border-bottom-mdm-black-1 sfx-mb-20 sfx-pb-20 sfx-mt-10 sfx-d-inline-block sfx-wid-100\">\n <div class=\"sfx-d-inline-block
|
|
343
|
+
FilterAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FilterAreaComponent, selector: "symphony-filter-area", ngImport: i0, template: "<div class=\"sfx-filter-section\">\n <div class=\"sfx-border-bottom-mdm-black-1 sfx-mb-20 sfx-pb-20 sfx-mt-10 sfx-d-inline-block sfx-wid-100\">\n <div class=\"sfx-d-inline-block\">\n <ng-content select=\"[title]\"></ng-content>\n </div> \n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right\">\n <ng-content select=\"[more-options]\"></ng-content>\n </div> \n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right\">\n <ng-content select=\"[load-last]\"></ng-content>\n </div>\n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right\">\n <ng-content select=\"[advance-search-icon]\"></ng-content>\n </div>\n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right sfx-txt-white\">\n <ng-content select=\"[advance-search]\"></ng-content>\n </div>\n </div>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter1]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter2]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter3]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter4]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter5]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter6]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter7]\"></ng-content>\n </div>\n </div>\n</div>", styles: [".sfx-filter-section{background:#D2D8E5;padding:1.875rem 2.5rem;border-radius:0px 0px 1.25rem 1.25rem}\n"] });
|
|
344
344
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaComponent, decorators: [{
|
|
345
345
|
type: Component,
|
|
346
|
-
args: [{ selector: 'symphony-filter-area', template: "<div class=\"sfx-filter-section\">\n <div class=\"sfx-border-bottom-mdm-black-1 sfx-mb-20 sfx-pb-20 sfx-mt-10 sfx-d-inline-block sfx-wid-100\">\n <div class=\"sfx-d-inline-block
|
|
346
|
+
args: [{ selector: 'symphony-filter-area', template: "<div class=\"sfx-filter-section\">\n <div class=\"sfx-border-bottom-mdm-black-1 sfx-mb-20 sfx-pb-20 sfx-mt-10 sfx-d-inline-block sfx-wid-100\">\n <div class=\"sfx-d-inline-block\">\n <ng-content select=\"[title]\"></ng-content>\n </div> \n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right\">\n <ng-content select=\"[more-options]\"></ng-content>\n </div> \n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right\">\n <ng-content select=\"[load-last]\"></ng-content>\n </div>\n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right\">\n <ng-content select=\"[advance-search-icon]\"></ng-content>\n </div>\n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right sfx-txt-white\">\n <ng-content select=\"[advance-search]\"></ng-content>\n </div>\n </div>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter1]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter2]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter3]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter4]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter5]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter6]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter7]\"></ng-content>\n </div>\n </div>\n</div>", styles: [".sfx-filter-section{background:#D2D8E5;padding:1.875rem 2.5rem;border-radius:0px 0px 1.25rem 1.25rem}\n"] }]
|
|
347
347
|
}], ctorParameters: function () { return []; } });
|
|
348
348
|
|
|
349
349
|
class FilterAreaModule {
|
|
@@ -3043,6 +3043,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3043
3043
|
}]
|
|
3044
3044
|
}] });
|
|
3045
3045
|
|
|
3046
|
+
class SettingsDetailNavigationItemComponent {
|
|
3047
|
+
constructor() {
|
|
3048
|
+
this.settingNavigationClicked = new EventEmitter();
|
|
3049
|
+
}
|
|
3050
|
+
onSettingNavigationClick(SettingDetailNavigationModel) {
|
|
3051
|
+
this.settingNavigationClicked.emit(SettingDetailNavigationModel);
|
|
3052
|
+
}
|
|
3053
|
+
}
|
|
3054
|
+
SettingsDetailNavigationItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3055
|
+
SettingsDetailNavigationItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingsDetailNavigationItemComponent, selector: "symphony-settings-detail-navigation-item", inputs: { settingDetailNavigationModel: "settingDetailNavigationModel" }, outputs: { settingNavigationClicked: "settingNavigationClicked" }, ngImport: i0, template: "<div\n class=\"setting-navigation-item-wrap sfx-cursor-pointer\"\n [ngClass]=\"{ active: settingDetailNavigationModel.isActive }\"\n (click)=\"onSettingNavigationClick($event)\"\n title=\"{{ settingDetailNavigationModel.settingNavigationText }}\"\n>\n <symphony-paragraph\n [ngClass]=\"{ 'sfx-v2-purple1': settingDetailNavigationModel.isActive }\"\n class=\"sfx-font-bold\"\n >\n {{ settingDetailNavigationModel.settingNavigationText }}\n </symphony-paragraph>\n <symphony-icon\n [size]=\"'14px'\"\n [icon]=\"'si-arrow-bold-next'\"\n *ngIf=\"settingDetailNavigationModel.isActive\"\n [ngClass]=\"{ 'sfx-v2-purple1': settingDetailNavigationModel.isActive }\"\n ></symphony-icon>\n</div>\n", styles: [".setting-navigation-item-wrap{display:flex;justify-content:space-between;padding:10px 15px;border-radius:4px}.setting-navigation-item-wrap symphony-icon i{font-size:14px}.setting-navigation-item-wrap.active{background:#F3EFFF}.setting-navigation-item-wrap:hover{color:#712ace}\n"], components: [{ type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3056
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationItemComponent, decorators: [{
|
|
3057
|
+
type: Component,
|
|
3058
|
+
args: [{ selector: 'symphony-settings-detail-navigation-item', template: "<div\n class=\"setting-navigation-item-wrap sfx-cursor-pointer\"\n [ngClass]=\"{ active: settingDetailNavigationModel.isActive }\"\n (click)=\"onSettingNavigationClick($event)\"\n title=\"{{ settingDetailNavigationModel.settingNavigationText }}\"\n>\n <symphony-paragraph\n [ngClass]=\"{ 'sfx-v2-purple1': settingDetailNavigationModel.isActive }\"\n class=\"sfx-font-bold\"\n >\n {{ settingDetailNavigationModel.settingNavigationText }}\n </symphony-paragraph>\n <symphony-icon\n [size]=\"'14px'\"\n [icon]=\"'si-arrow-bold-next'\"\n *ngIf=\"settingDetailNavigationModel.isActive\"\n [ngClass]=\"{ 'sfx-v2-purple1': settingDetailNavigationModel.isActive }\"\n ></symphony-icon>\n</div>\n", styles: [".setting-navigation-item-wrap{display:flex;justify-content:space-between;padding:10px 15px;border-radius:4px}.setting-navigation-item-wrap symphony-icon i{font-size:14px}.setting-navigation-item-wrap.active{background:#F3EFFF}.setting-navigation-item-wrap:hover{color:#712ace}\n"] }]
|
|
3059
|
+
}], ctorParameters: function () { return []; }, propDecorators: { settingDetailNavigationModel: [{
|
|
3060
|
+
type: Input
|
|
3061
|
+
}], settingNavigationClicked: [{
|
|
3062
|
+
type: Output
|
|
3063
|
+
}] } });
|
|
3064
|
+
|
|
3065
|
+
class SettingsDetailNavigationItemModule {
|
|
3066
|
+
}
|
|
3067
|
+
SettingsDetailNavigationItemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3068
|
+
SettingsDetailNavigationItemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationItemModule, declarations: [SettingsDetailNavigationItemComponent], imports: [CommonModule, IconModule, ParagraphModule], exports: [SettingsDetailNavigationItemComponent] });
|
|
3069
|
+
SettingsDetailNavigationItemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationItemModule, imports: [[CommonModule, IconModule, ParagraphModule]] });
|
|
3070
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationItemModule, decorators: [{
|
|
3071
|
+
type: NgModule,
|
|
3072
|
+
args: [{
|
|
3073
|
+
declarations: [SettingsDetailNavigationItemComponent],
|
|
3074
|
+
imports: [CommonModule, IconModule, ParagraphModule],
|
|
3075
|
+
exports: [SettingsDetailNavigationItemComponent],
|
|
3076
|
+
}]
|
|
3077
|
+
}] });
|
|
3078
|
+
|
|
3046
3079
|
class ColorSwatchComponent {
|
|
3047
3080
|
constructor() {
|
|
3048
3081
|
this.colorSwatchModel = {
|
|
@@ -3261,11 +3294,13 @@ MoleculesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
3261
3294
|
DocumentManagementItemModule,
|
|
3262
3295
|
ActionBarSelectionCounterModule,
|
|
3263
3296
|
InputTextareaModule,
|
|
3264
|
-
CharacterCounterModule
|
|
3297
|
+
CharacterCounterModule,
|
|
3298
|
+
SettingsDetailNavigationItemModule], exports: [PillsModule,
|
|
3265
3299
|
BreadcrumbModule,
|
|
3266
3300
|
FeedbackCardModule,
|
|
3267
3301
|
DocumentManagementItemModule,
|
|
3268
|
-
PhaserCardModule
|
|
3302
|
+
PhaserCardModule,
|
|
3303
|
+
SettingsDetailNavigationItemModule] });
|
|
3269
3304
|
MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, imports: [[
|
|
3270
3305
|
CommonModule,
|
|
3271
3306
|
AvatarModule,
|
|
@@ -3286,12 +3321,14 @@ MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
3286
3321
|
DocumentManagementItemModule,
|
|
3287
3322
|
ActionBarSelectionCounterModule,
|
|
3288
3323
|
InputTextareaModule,
|
|
3289
|
-
CharacterCounterModule
|
|
3324
|
+
CharacterCounterModule,
|
|
3325
|
+
SettingsDetailNavigationItemModule
|
|
3290
3326
|
], PillsModule,
|
|
3291
3327
|
BreadcrumbModule,
|
|
3292
3328
|
FeedbackCardModule,
|
|
3293
3329
|
DocumentManagementItemModule,
|
|
3294
|
-
PhaserCardModule
|
|
3330
|
+
PhaserCardModule,
|
|
3331
|
+
SettingsDetailNavigationItemModule] });
|
|
3295
3332
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, decorators: [{
|
|
3296
3333
|
type: NgModule,
|
|
3297
3334
|
args: [{
|
|
@@ -3301,7 +3338,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3301
3338
|
BreadcrumbModule,
|
|
3302
3339
|
FeedbackCardModule,
|
|
3303
3340
|
DocumentManagementItemModule,
|
|
3304
|
-
PhaserCardModule
|
|
3341
|
+
PhaserCardModule,
|
|
3342
|
+
SettingsDetailNavigationItemModule
|
|
3305
3343
|
],
|
|
3306
3344
|
imports: [
|
|
3307
3345
|
CommonModule,
|
|
@@ -3323,7 +3361,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3323
3361
|
DocumentManagementItemModule,
|
|
3324
3362
|
ActionBarSelectionCounterModule,
|
|
3325
3363
|
InputTextareaModule,
|
|
3326
|
-
CharacterCounterModule
|
|
3364
|
+
CharacterCounterModule,
|
|
3365
|
+
SettingsDetailNavigationItemModule
|
|
3327
3366
|
]
|
|
3328
3367
|
}]
|
|
3329
3368
|
}] });
|
|
@@ -4103,6 +4142,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
4103
4142
|
}]
|
|
4104
4143
|
}] });
|
|
4105
4144
|
|
|
4145
|
+
class SettingsDetailNavigationListComponent {
|
|
4146
|
+
constructor() {
|
|
4147
|
+
this.navigationItemClicked = new EventEmitter();
|
|
4148
|
+
}
|
|
4149
|
+
onNavigationItemClick(SettingDetailNavigationModel, i) {
|
|
4150
|
+
this.navigationItemClicked.emit(SettingDetailNavigationModel);
|
|
4151
|
+
}
|
|
4152
|
+
}
|
|
4153
|
+
SettingsDetailNavigationListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4154
|
+
SettingsDetailNavigationListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingsDetailNavigationListComponent, selector: "symphony-settings-detail-navigation-list", inputs: { navigationList: "navigationList" }, outputs: { navigationItemClicked: "navigationItemClicked" }, ngImport: i0, template: "<symphony-settings-detail-navigation-item\n*ngFor=\"let navigation of navigationList; index as i\"\n[settingDetailNavigationModel]=\"navigation\"\n(settingNavigationClicked)=\"onNavigationItemClick(navigation, i)\"\n></symphony-settings-detail-navigation-item>", styles: [""], components: [{ type: SettingsDetailNavigationItemComponent, selector: "symphony-settings-detail-navigation-item", inputs: ["settingDetailNavigationModel"], outputs: ["settingNavigationClicked"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
4155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationListComponent, decorators: [{
|
|
4156
|
+
type: Component,
|
|
4157
|
+
args: [{ selector: 'symphony-settings-detail-navigation-list', template: "<symphony-settings-detail-navigation-item\n*ngFor=\"let navigation of navigationList; index as i\"\n[settingDetailNavigationModel]=\"navigation\"\n(settingNavigationClicked)=\"onNavigationItemClick(navigation, i)\"\n></symphony-settings-detail-navigation-item>", styles: [""] }]
|
|
4158
|
+
}], ctorParameters: function () { return []; }, propDecorators: { navigationList: [{
|
|
4159
|
+
type: Input
|
|
4160
|
+
}], navigationItemClicked: [{
|
|
4161
|
+
type: Output
|
|
4162
|
+
}] } });
|
|
4163
|
+
|
|
4164
|
+
class SettingsDetailNavigationListModule {
|
|
4165
|
+
}
|
|
4166
|
+
SettingsDetailNavigationListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4167
|
+
SettingsDetailNavigationListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationListModule, declarations: [SettingsDetailNavigationListComponent], imports: [CommonModule, SettingsDetailNavigationItemModule], exports: [SettingsDetailNavigationListComponent] });
|
|
4168
|
+
SettingsDetailNavigationListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationListModule, imports: [[CommonModule, SettingsDetailNavigationItemModule]] });
|
|
4169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationListModule, decorators: [{
|
|
4170
|
+
type: NgModule,
|
|
4171
|
+
args: [{
|
|
4172
|
+
declarations: [SettingsDetailNavigationListComponent],
|
|
4173
|
+
imports: [CommonModule, SettingsDetailNavigationItemModule],
|
|
4174
|
+
exports: [SettingsDetailNavigationListComponent],
|
|
4175
|
+
}]
|
|
4176
|
+
}] });
|
|
4177
|
+
|
|
4106
4178
|
class NoteComponent {
|
|
4107
4179
|
constructor() {
|
|
4108
4180
|
this.noteModel = {
|
|
@@ -5025,10 +5097,10 @@ class FeedbackDetailHeaderComponent {
|
|
|
5025
5097
|
}
|
|
5026
5098
|
}
|
|
5027
5099
|
FeedbackDetailHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackDetailHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5028
|
-
FeedbackDetailHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FeedbackDetailHeaderComponent, selector: "symphony-feedback-detail-header", inputs: { model: "model" }, outputs: { previewClicked: "previewClicked" }, ngImport: i0, template: "<div *ngIf=\"model\" class=\"sfx-d-inline-block\">\n <symphony-h3 [text]=\"model.name\"></symphony-h3>\n\n <ul class=\"candidate-details sfx-mt-10 sfx-mb-20 list-unstyled\">\n <li *ngFor=\"let data of headerDetails\">{{ data }}</li>\n </ul>\n</div>\n\n<div class=\"sfx-d-inline-block align-text-bottom\">\n <symphony-icon-wrapper (clicked)=\"onClick()\">\n <symphony-icon [icon]=\"'si-preview'\"></symphony-icon\n ></symphony-icon-wrapper>\n</div>\n\n<a href=\"#review\">\n <symphony-button\n sfx-button-secondary\n [text]=\"'Review'\"\n [isSecondary]=\"true\"\n class=\"sfx-d-none visible-xs-inline-block sfx-ml-20 align-text-bottom review-button\"\n >\n </symphony-button>\n</a>\n", styles: [".candidate-details{min-width:435px}.candidate-details li{display:inline-block}.candidate-details li:nth-child(2):before,.candidate-details li:nth-child(2):after{content:\"\\a\";width:4px;height:4px;border-radius:50%;background:#000;display:inline-block;margin:2px 6px}.align-text-bottom{vertical-align:text-bottom}.review-button .btn.btn-secondary{min-width:100px;height:40px;padding-left:25px;padding-right:25px}@media (max-width: 320px){.candidate-details li:nth-child(2):after{display:none}}\n"], components: [{ type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["isInverse", "hasHoverWithoutBorder"], outputs: ["clicked"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: ButtonComponent, selector: "symphony-button", inputs: ["text", "disabled", "isSecondary", "isInverse"], outputs: ["clicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
5100
|
+
FeedbackDetailHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FeedbackDetailHeaderComponent, selector: "symphony-feedback-detail-header", inputs: { model: "model" }, outputs: { previewClicked: "previewClicked" }, ngImport: i0, template: "<div *ngIf=\"model\" class=\"sfx-d-inline-block\">\n <symphony-h3 [text]=\"model.name\"></symphony-h3>\n\n <ul class=\"candidate-details sfx-mt-10 sfx-mb-20 list-unstyled\">\n <li *ngFor=\"let data of headerDetails\">{{ data }}</li>\n </ul>\n</div>\n\n<div *ngIf=\"model.displayResume\" class=\"sfx-d-inline-block align-text-bottom\">\n <symphony-icon-wrapper (clicked)=\"onClick()\">\n <symphony-icon [icon]=\"'si-preview'\"></symphony-icon\n ></symphony-icon-wrapper>\n</div>\n\n<a href=\"#review\">\n <symphony-button\n sfx-button-secondary\n [text]=\"'Review'\"\n [isSecondary]=\"true\"\n class=\"sfx-d-none visible-xs-inline-block sfx-ml-20 align-text-bottom review-button\"\n >\n </symphony-button>\n</a>\n", styles: [".candidate-details{min-width:435px}.candidate-details li{display:inline-block}.candidate-details li:nth-child(2):before,.candidate-details li:nth-child(2):after{content:\"\\a\";width:4px;height:4px;border-radius:50%;background:#000;display:inline-block;margin:2px 6px}.align-text-bottom{vertical-align:text-bottom}.review-button .btn.btn-secondary{min-width:100px;height:40px;padding-left:25px;padding-right:25px}@media (max-width: 320px){.candidate-details li:nth-child(2):after{display:none}}\n"], components: [{ type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["isInverse", "hasHoverWithoutBorder"], outputs: ["clicked"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: ButtonComponent, selector: "symphony-button", inputs: ["text", "disabled", "isSecondary", "isInverse"], outputs: ["clicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
5029
5101
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackDetailHeaderComponent, decorators: [{
|
|
5030
5102
|
type: Component,
|
|
5031
|
-
args: [{ selector: 'symphony-feedback-detail-header', encapsulation: ViewEncapsulation.None, template: "<div *ngIf=\"model\" class=\"sfx-d-inline-block\">\n <symphony-h3 [text]=\"model.name\"></symphony-h3>\n\n <ul class=\"candidate-details sfx-mt-10 sfx-mb-20 list-unstyled\">\n <li *ngFor=\"let data of headerDetails\">{{ data }}</li>\n </ul>\n</div>\n\n<div class=\"sfx-d-inline-block align-text-bottom\">\n <symphony-icon-wrapper (clicked)=\"onClick()\">\n <symphony-icon [icon]=\"'si-preview'\"></symphony-icon\n ></symphony-icon-wrapper>\n</div>\n\n<a href=\"#review\">\n <symphony-button\n sfx-button-secondary\n [text]=\"'Review'\"\n [isSecondary]=\"true\"\n class=\"sfx-d-none visible-xs-inline-block sfx-ml-20 align-text-bottom review-button\"\n >\n </symphony-button>\n</a>\n", styles: [".candidate-details{min-width:435px}.candidate-details li{display:inline-block}.candidate-details li:nth-child(2):before,.candidate-details li:nth-child(2):after{content:\"\\a\";width:4px;height:4px;border-radius:50%;background:#000;display:inline-block;margin:2px 6px}.align-text-bottom{vertical-align:text-bottom}.review-button .btn.btn-secondary{min-width:100px;height:40px;padding-left:25px;padding-right:25px}@media (max-width: 320px){.candidate-details li:nth-child(2):after{display:none}}\n"] }]
|
|
5103
|
+
args: [{ selector: 'symphony-feedback-detail-header', encapsulation: ViewEncapsulation.None, template: "<div *ngIf=\"model\" class=\"sfx-d-inline-block\">\n <symphony-h3 [text]=\"model.name\"></symphony-h3>\n\n <ul class=\"candidate-details sfx-mt-10 sfx-mb-20 list-unstyled\">\n <li *ngFor=\"let data of headerDetails\">{{ data }}</li>\n </ul>\n</div>\n\n<div *ngIf=\"model.displayResume\" class=\"sfx-d-inline-block align-text-bottom\">\n <symphony-icon-wrapper (clicked)=\"onClick()\">\n <symphony-icon [icon]=\"'si-preview'\"></symphony-icon\n ></symphony-icon-wrapper>\n</div>\n\n<a href=\"#review\">\n <symphony-button\n sfx-button-secondary\n [text]=\"'Review'\"\n [isSecondary]=\"true\"\n class=\"sfx-d-none visible-xs-inline-block sfx-ml-20 align-text-bottom review-button\"\n >\n </symphony-button>\n</a>\n", styles: [".candidate-details{min-width:435px}.candidate-details li{display:inline-block}.candidate-details li:nth-child(2):before,.candidate-details li:nth-child(2):after{content:\"\\a\";width:4px;height:4px;border-radius:50%;background:#000;display:inline-block;margin:2px 6px}.align-text-bottom{vertical-align:text-bottom}.review-button .btn.btn-secondary{min-width:100px;height:40px;padding-left:25px;padding-right:25px}@media (max-width: 320px){.candidate-details li:nth-child(2):after{display:none}}\n"] }]
|
|
5032
5104
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
5033
5105
|
type: Input
|
|
5034
5106
|
}], previewClicked: [{
|
|
@@ -5219,7 +5291,8 @@ OrganismsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
5219
5291
|
ActionBarModule,
|
|
5220
5292
|
ActionBarJobListModule,
|
|
5221
5293
|
DocumentManagementListModule,
|
|
5222
|
-
InputCheckboxListModule
|
|
5294
|
+
InputCheckboxListModule,
|
|
5295
|
+
SettingsDetailNavigationListModule] });
|
|
5223
5296
|
OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [[
|
|
5224
5297
|
CommonModule,
|
|
5225
5298
|
NoteListModule,
|
|
@@ -5239,7 +5312,8 @@ OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
5239
5312
|
ActionBarModule,
|
|
5240
5313
|
ActionBarJobListModule,
|
|
5241
5314
|
DocumentManagementListModule,
|
|
5242
|
-
InputCheckboxListModule
|
|
5315
|
+
InputCheckboxListModule,
|
|
5316
|
+
SettingsDetailNavigationListModule
|
|
5243
5317
|
]] });
|
|
5244
5318
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, decorators: [{
|
|
5245
5319
|
type: NgModule,
|
|
@@ -5264,7 +5338,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
5264
5338
|
ActionBarModule,
|
|
5265
5339
|
ActionBarJobListModule,
|
|
5266
5340
|
DocumentManagementListModule,
|
|
5267
|
-
InputCheckboxListModule
|
|
5341
|
+
InputCheckboxListModule,
|
|
5342
|
+
SettingsDetailNavigationListModule
|
|
5268
5343
|
]
|
|
5269
5344
|
}]
|
|
5270
5345
|
}] });
|
|
@@ -7114,5 +7189,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7114
7189
|
* Generated bundle index. Do not edit.
|
|
7115
7190
|
*/
|
|
7116
7191
|
|
|
7117
|
-
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, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, 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, SettingListPageComponent, SettingListPageModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
7192
|
+
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, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, 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, 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 };
|
|
7118
7193
|
//# sourceMappingURL=symphony-talent-component-library-projects-component-library.mjs.map
|