@symphony-talent/component-library 4.18.0 → 4.19.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/button-v2/button.component.mjs +2 -2
- package/esm2020/lib/molecules/editable-setting-item/editable-setting-item.component.mjs +24 -0
- package/esm2020/lib/molecules/editable-setting-item/editable-setting-item.component.model.mjs +6 -0
- package/esm2020/lib/molecules/editable-setting-item/editable-setting-item.module.mjs +21 -0
- package/esm2020/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.component.mjs +4 -3
- package/esm2020/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module.mjs +5 -4
- package/esm2020/lib/organisms/editable-setting-item-list/editable-setting-item-list.component.mjs +23 -0
- package/esm2020/lib/organisms/editable-setting-item-list/editable-setting-item-list.module.mjs +19 -0
- package/esm2020/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.mjs +38 -0
- package/esm2020/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.mjs +2 -0
- package/esm2020/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.module.mjs +46 -0
- package/esm2020/lib/pages/setting-detail-page/setting-detail-page.component.mjs +19 -6
- package/esm2020/lib/pages/setting-detail-page/setting-detail-page.component.model.mjs +1 -1
- package/esm2020/lib/pages/setting-detail-page/setting-detail-page.module.mjs +28 -4
- package/esm2020/projects/component-library/lib/atoms/button-v2/button.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.component.mjs +24 -0
- package/esm2020/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.component.model.mjs +6 -0
- package/esm2020/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.module.mjs +21 -0
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.component.mjs +4 -3
- package/esm2020/projects/component-library/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module.mjs +5 -4
- package/esm2020/projects/component-library/lib/organisms/editable-setting-item-list/editable-setting-item-list.component.mjs +23 -0
- package/esm2020/projects/component-library/lib/organisms/editable-setting-item-list/editable-setting-item-list.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.mjs +38 -0
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.module.mjs +46 -0
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.mjs +19 -6
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.module.mjs +28 -4
- package/esm2020/projects/component-library/public-api.mjs +9 -1
- package/esm2020/public-api.mjs +9 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +200 -21
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +200 -21
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +200 -21
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +200 -21
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/molecules/editable-setting-item/editable-setting-item.component.d.ts +11 -0
- package/lib/molecules/editable-setting-item/editable-setting-item.component.model.d.ts +10 -0
- package/lib/molecules/editable-setting-item/editable-setting-item.module.d.ts +11 -0
- package/lib/molecules/molecules.module.d.ts +3 -2
- package/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module.d.ts +2 -1
- package/lib/organisms/editable-setting-item-list/editable-setting-item-list.component.d.ts +11 -0
- package/lib/organisms/editable-setting-item-list/editable-setting-item-list.module.d.ts +9 -0
- package/lib/organisms/organisms.module.d.ts +2 -1
- package/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.d.ts +16 -0
- package/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.d.ts +9 -0
- package/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.module.d.ts +14 -0
- package/lib/pages/setting-detail-page/setting-detail-page.component.d.ts +6 -2
- package/lib/pages/setting-detail-page/setting-detail-page.component.model.d.ts +7 -2
- package/lib/pages/setting-detail-page/setting-detail-page.module.d.ts +3 -1
- package/package.json +1 -1
- package/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.component.d.ts +11 -0
- package/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.component.model.d.ts +10 -0
- package/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.module.d.ts +11 -0
- 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.module.d.ts +2 -1
- package/projects/component-library/lib/organisms/editable-setting-item-list/editable-setting-item-list.component.d.ts +11 -0
- package/projects/component-library/lib/organisms/editable-setting-item-list/editable-setting-item-list.module.d.ts +9 -0
- package/projects/component-library/lib/organisms/organisms.module.d.ts +2 -1
- package/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.d.ts +16 -0
- package/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.d.ts +9 -0
- package/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.module.d.ts +14 -0
- package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.d.ts +6 -2
- package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.model.d.ts +7 -2
- package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.module.d.ts +3 -1
- package/projects/component-library/public-api.d.ts +8 -0
- package/public-api.d.ts +8 -0
|
@@ -174,10 +174,10 @@ class ButtonV2Component extends ButtonComponent {
|
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
ButtonV2Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
177
|
-
ButtonV2Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ButtonV2Component, selector: "symphony-button-v2", usesInheritance: true, ngImport: i0, template: "<div class=\"v2\">\n <button\n class=\"btn sb-sfx-btn\"\n [ngClass]=\"{\n 'btn-secondary': isSecondary,\n 'btn-primary': !isSecondary,\n 'is-inverse': isInverse\n }\"\n (click)=\"onClick()\"\n [disabled]=\"disabled\"\n >\n {{ text }}\n </button>\n</div>\n", styles: [".v2 button{outline:none}.v2 .btn{padding-left:35px;padding-right:35px;border-radius:30px;height:40px;font-family:
|
|
177
|
+
ButtonV2Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ButtonV2Component, selector: "symphony-button-v2", usesInheritance: true, ngImport: i0, template: "<div class=\"v2\">\n <button\n class=\"btn sb-sfx-btn\"\n [ngClass]=\"{\n 'btn-secondary': isSecondary,\n 'btn-primary': !isSecondary,\n 'is-inverse': isInverse\n }\"\n (click)=\"onClick()\"\n [disabled]=\"disabled\"\n >\n {{ text }}\n </button>\n</div>\n", styles: [".v2 button{outline:none}.v2 .btn{padding-left:35px;padding-right:35px;border-radius:30px;height:40px;font-family:runda,sans-serif;letter-spacing:.4px}.v2 .btn.sb-sfx-btn{border-radius:30px!important;font-weight:700!important}.v2 .btn:focus{outline:none}.v2 .btn:disabled{cursor:not-allowed;opacity:70%}.v2 .btn:disabled:hover{opacity:70%}.v2 .btn-primary{background:#2B8FF3!important;color:#fff;border:1px solid #FFF}.v2 .btn-primary:hover{opacity:90%}.v2 .btn-secondary{background:#fff;color:#2b8ff3;border:1px solid #2B8FF3}.v2 .btn-secondary:hover{opacity:90%}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
178
178
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonV2Component, decorators: [{
|
|
179
179
|
type: Component,
|
|
180
|
-
args: [{ selector: 'symphony-button-v2', template: "<div class=\"v2\">\n <button\n class=\"btn sb-sfx-btn\"\n [ngClass]=\"{\n 'btn-secondary': isSecondary,\n 'btn-primary': !isSecondary,\n 'is-inverse': isInverse\n }\"\n (click)=\"onClick()\"\n [disabled]=\"disabled\"\n >\n {{ text }}\n </button>\n</div>\n", styles: [".v2 button{outline:none}.v2 .btn{padding-left:35px;padding-right:35px;border-radius:30px;height:40px;font-family:
|
|
180
|
+
args: [{ selector: 'symphony-button-v2', template: "<div class=\"v2\">\n <button\n class=\"btn sb-sfx-btn\"\n [ngClass]=\"{\n 'btn-secondary': isSecondary,\n 'btn-primary': !isSecondary,\n 'is-inverse': isInverse\n }\"\n (click)=\"onClick()\"\n [disabled]=\"disabled\"\n >\n {{ text }}\n </button>\n</div>\n", styles: [".v2 button{outline:none}.v2 .btn{padding-left:35px;padding-right:35px;border-radius:30px;height:40px;font-family:runda,sans-serif;letter-spacing:.4px}.v2 .btn.sb-sfx-btn{border-radius:30px!important;font-weight:700!important}.v2 .btn:focus{outline:none}.v2 .btn:disabled{cursor:not-allowed;opacity:70%}.v2 .btn:disabled:hover{opacity:70%}.v2 .btn-primary{background:#2B8FF3!important;color:#fff;border:1px solid #FFF}.v2 .btn-primary:hover{opacity:90%}.v2 .btn-secondary{background:#fff;color:#2b8ff3;border:1px solid #2B8FF3}.v2 .btn-secondary:hover{opacity:90%}\n"] }]
|
|
181
181
|
}], ctorParameters: function () { return []; } });
|
|
182
182
|
|
|
183
183
|
class ButtonV2Module {
|
|
@@ -3052,10 +3052,10 @@ class SettingsDetailNavigationItemComponent {
|
|
|
3052
3052
|
}
|
|
3053
3053
|
}
|
|
3054
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
|
|
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 *ngIf=\"settingDetailNavigationModel\"\n class=\"setting-navigation-item-wrap sfx-cursor-pointer\"\n [ngClass]=\"{ active: settingDetailNavigationModel.isActive }\"\n (click)=\"onSettingNavigationClick($event)\"\n title=\"{{ settingDetailNavigationModel.settingNavigationText }}\"\n id=\"navigation-tab-{{ settingDetailNavigationModel.settingNavigationText | trimId}}\"\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 class=\"icon-position\"\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 .icon-position{position:relative;top:2px}.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.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "trimId": TrimIdPipe } });
|
|
3056
3056
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationItemComponent, decorators: [{
|
|
3057
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
|
|
3058
|
+
args: [{ selector: 'symphony-settings-detail-navigation-item', template: "<div *ngIf=\"settingDetailNavigationModel\"\n class=\"setting-navigation-item-wrap sfx-cursor-pointer\"\n [ngClass]=\"{ active: settingDetailNavigationModel.isActive }\"\n (click)=\"onSettingNavigationClick($event)\"\n title=\"{{ settingDetailNavigationModel.settingNavigationText }}\"\n id=\"navigation-tab-{{ settingDetailNavigationModel.settingNavigationText | trimId}}\"\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 class=\"icon-position\"\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 .icon-position{position:relative;top:2px}.setting-navigation-item-wrap.active{background:#f3efff}.setting-navigation-item-wrap:hover{color:#712ace}\n"] }]
|
|
3059
3059
|
}], ctorParameters: function () { return []; }, propDecorators: { settingDetailNavigationModel: [{
|
|
3060
3060
|
type: Input
|
|
3061
3061
|
}], settingNavigationClicked: [{
|
|
@@ -3065,17 +3065,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3065
3065
|
class SettingsDetailNavigationItemModule {
|
|
3066
3066
|
}
|
|
3067
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]] });
|
|
3068
|
+
SettingsDetailNavigationItemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationItemModule, declarations: [SettingsDetailNavigationItemComponent], imports: [CommonModule, IconModule, ParagraphModule, PipeModule], exports: [SettingsDetailNavigationItemComponent] });
|
|
3069
|
+
SettingsDetailNavigationItemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationItemModule, imports: [[CommonModule, IconModule, ParagraphModule, PipeModule]] });
|
|
3070
3070
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingsDetailNavigationItemModule, decorators: [{
|
|
3071
3071
|
type: NgModule,
|
|
3072
3072
|
args: [{
|
|
3073
3073
|
declarations: [SettingsDetailNavigationItemComponent],
|
|
3074
|
-
imports: [CommonModule, IconModule, ParagraphModule],
|
|
3074
|
+
imports: [CommonModule, IconModule, ParagraphModule, PipeModule],
|
|
3075
3075
|
exports: [SettingsDetailNavigationItemComponent],
|
|
3076
3076
|
}]
|
|
3077
3077
|
}] });
|
|
3078
3078
|
|
|
3079
|
+
class EditableSettingItemComponent {
|
|
3080
|
+
constructor() {
|
|
3081
|
+
this.valueChanged = new EventEmitter();
|
|
3082
|
+
}
|
|
3083
|
+
onValueChange(editableSettingItemModel) {
|
|
3084
|
+
this.valueChanged.emit(editableSettingItemModel);
|
|
3085
|
+
}
|
|
3086
|
+
}
|
|
3087
|
+
EditableSettingItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3088
|
+
EditableSettingItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: EditableSettingItemComponent, selector: "symphony-editable-setting-item", inputs: { editableSettingItemModel: "editableSettingItemModel" }, outputs: { valueChanged: "valueChanged" }, ngImport: i0, template: "<section class=\"editable-setting-wrap sfx-mb-20\">\n <div class=\"sfx-pt-10\">\n <symphony-paragraph class=\"sfx-font-bold\">\n {{ editableSettingItemModel.settingLabel }}</symphony-paragraph\n >\n </div>\n <div class=\"editable-input\">\n <input\n id=\"editable-input-item-{{ editableSettingItemModel.settingLabel | trimId}}\"\n type=\"{{ editableSettingItemModel.settingInputType }}\"\n [(ngModel)]=\"editableSettingItemModel.settingInputValue\"\n (ngModelChange)=\"onValueChange(editableSettingItemModel)\"\n />\n </div>\n</section>\n", styles: [".editable-setting-wrap{display:flex;justify-content:space-between}.editable-setting-wrap .editable-input input::-webkit-outer-spin-button,.editable-setting-wrap .editable-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.editable-setting-wrap .editable-input input[type=number]{width:135px;height:40px;padding-inline:10px;border-radius:4px;border:1px solid #82919f;outline:none}\n"], components: [{ type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }], directives: [{ type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "trimId": TrimIdPipe } });
|
|
3089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingItemComponent, decorators: [{
|
|
3090
|
+
type: Component,
|
|
3091
|
+
args: [{ selector: 'symphony-editable-setting-item', template: "<section class=\"editable-setting-wrap sfx-mb-20\">\n <div class=\"sfx-pt-10\">\n <symphony-paragraph class=\"sfx-font-bold\">\n {{ editableSettingItemModel.settingLabel }}</symphony-paragraph\n >\n </div>\n <div class=\"editable-input\">\n <input\n id=\"editable-input-item-{{ editableSettingItemModel.settingLabel | trimId}}\"\n type=\"{{ editableSettingItemModel.settingInputType }}\"\n [(ngModel)]=\"editableSettingItemModel.settingInputValue\"\n (ngModelChange)=\"onValueChange(editableSettingItemModel)\"\n />\n </div>\n</section>\n", styles: [".editable-setting-wrap{display:flex;justify-content:space-between}.editable-setting-wrap .editable-input input::-webkit-outer-spin-button,.editable-setting-wrap .editable-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.editable-setting-wrap .editable-input input[type=number]{width:135px;height:40px;padding-inline:10px;border-radius:4px;border:1px solid #82919f;outline:none}\n"] }]
|
|
3092
|
+
}], ctorParameters: function () { return []; }, propDecorators: { editableSettingItemModel: [{
|
|
3093
|
+
type: Input
|
|
3094
|
+
}], valueChanged: [{
|
|
3095
|
+
type: Output
|
|
3096
|
+
}] } });
|
|
3097
|
+
|
|
3098
|
+
var EditableSettingKey;
|
|
3099
|
+
(function (EditableSettingKey) {
|
|
3100
|
+
EditableSettingKey["NumberOfMessages"] = "NumberOfMessages";
|
|
3101
|
+
EditableSettingKey["NumberOfSms"] = "NumberOfSms";
|
|
3102
|
+
})(EditableSettingKey || (EditableSettingKey = {}));
|
|
3103
|
+
|
|
3104
|
+
class EditableSettingItemModule {
|
|
3105
|
+
}
|
|
3106
|
+
EditableSettingItemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3107
|
+
EditableSettingItemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingItemModule, declarations: [EditableSettingItemComponent], imports: [CommonModule, ParagraphModule, FormsModule, PipeModule], exports: [EditableSettingItemComponent] });
|
|
3108
|
+
EditableSettingItemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingItemModule, imports: [[CommonModule, ParagraphModule, FormsModule, PipeModule]] });
|
|
3109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingItemModule, decorators: [{
|
|
3110
|
+
type: NgModule,
|
|
3111
|
+
args: [{
|
|
3112
|
+
declarations: [EditableSettingItemComponent],
|
|
3113
|
+
imports: [CommonModule, ParagraphModule, FormsModule, PipeModule],
|
|
3114
|
+
exports: [EditableSettingItemComponent],
|
|
3115
|
+
}]
|
|
3116
|
+
}] });
|
|
3117
|
+
|
|
3079
3118
|
class ColorSwatchComponent {
|
|
3080
3119
|
constructor() {
|
|
3081
3120
|
this.colorSwatchModel = {
|
|
@@ -3295,7 +3334,8 @@ MoleculesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
3295
3334
|
ActionBarSelectionCounterModule,
|
|
3296
3335
|
InputTextareaModule,
|
|
3297
3336
|
CharacterCounterModule,
|
|
3298
|
-
SettingsDetailNavigationItemModule
|
|
3337
|
+
SettingsDetailNavigationItemModule,
|
|
3338
|
+
EditableSettingItemModule], exports: [PillsModule,
|
|
3299
3339
|
BreadcrumbModule,
|
|
3300
3340
|
FeedbackCardModule,
|
|
3301
3341
|
DocumentManagementItemModule,
|
|
@@ -3322,7 +3362,8 @@ MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
3322
3362
|
ActionBarSelectionCounterModule,
|
|
3323
3363
|
InputTextareaModule,
|
|
3324
3364
|
CharacterCounterModule,
|
|
3325
|
-
SettingsDetailNavigationItemModule
|
|
3365
|
+
SettingsDetailNavigationItemModule,
|
|
3366
|
+
EditableSettingItemModule
|
|
3326
3367
|
], PillsModule,
|
|
3327
3368
|
BreadcrumbModule,
|
|
3328
3369
|
FeedbackCardModule,
|
|
@@ -3362,7 +3403,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3362
3403
|
ActionBarSelectionCounterModule,
|
|
3363
3404
|
InputTextareaModule,
|
|
3364
3405
|
CharacterCounterModule,
|
|
3365
|
-
SettingsDetailNavigationItemModule
|
|
3406
|
+
SettingsDetailNavigationItemModule,
|
|
3407
|
+
EditableSettingItemModule
|
|
3366
3408
|
]
|
|
3367
3409
|
}]
|
|
3368
3410
|
}] });
|
|
@@ -4175,6 +4217,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
4175
4217
|
}]
|
|
4176
4218
|
}] });
|
|
4177
4219
|
|
|
4220
|
+
class EditableSettingItemListComponent {
|
|
4221
|
+
constructor() {
|
|
4222
|
+
this.settingItemValueChanged = new EventEmitter();
|
|
4223
|
+
}
|
|
4224
|
+
onSettingItemValueChange(settingItemsList) {
|
|
4225
|
+
this.settingItemValueChanged.emit(settingItemsList);
|
|
4226
|
+
}
|
|
4227
|
+
}
|
|
4228
|
+
EditableSettingItemListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingItemListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4229
|
+
EditableSettingItemListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: EditableSettingItemListComponent, selector: "symphony-editable-setting-item-list", inputs: { settingItemsList: "settingItemsList" }, outputs: { settingItemValueChanged: "settingItemValueChanged" }, ngImport: i0, template: "<symphony-editable-setting-item\n *ngFor=\"let settingItem of settingItemsList\"\n [editableSettingItemModel]=\"settingItem\"\n (valueChanged)=\"onSettingItemValueChange($event)\"\n></symphony-editable-setting-item>\n", styles: [""], components: [{ type: EditableSettingItemComponent, selector: "symphony-editable-setting-item", inputs: ["editableSettingItemModel"], outputs: ["valueChanged"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
4230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingItemListComponent, decorators: [{
|
|
4231
|
+
type: Component,
|
|
4232
|
+
args: [{ selector: 'symphony-editable-setting-item-list', template: "<symphony-editable-setting-item\n *ngFor=\"let settingItem of settingItemsList\"\n [editableSettingItemModel]=\"settingItem\"\n (valueChanged)=\"onSettingItemValueChange($event)\"\n></symphony-editable-setting-item>\n", styles: [""] }]
|
|
4233
|
+
}], ctorParameters: function () { return []; }, propDecorators: { settingItemsList: [{
|
|
4234
|
+
type: Input
|
|
4235
|
+
}], settingItemValueChanged: [{
|
|
4236
|
+
type: Output
|
|
4237
|
+
}] } });
|
|
4238
|
+
|
|
4239
|
+
class EditableSettingItemListModule {
|
|
4240
|
+
}
|
|
4241
|
+
EditableSettingItemListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingItemListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4242
|
+
EditableSettingItemListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingItemListModule, declarations: [EditableSettingItemListComponent], imports: [CommonModule, EditableSettingItemModule], exports: [EditableSettingItemListComponent] });
|
|
4243
|
+
EditableSettingItemListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingItemListModule, imports: [[CommonModule, EditableSettingItemModule]] });
|
|
4244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingItemListModule, decorators: [{
|
|
4245
|
+
type: NgModule,
|
|
4246
|
+
args: [{
|
|
4247
|
+
declarations: [EditableSettingItemListComponent],
|
|
4248
|
+
imports: [CommonModule, EditableSettingItemModule],
|
|
4249
|
+
exports: [EditableSettingItemListComponent],
|
|
4250
|
+
}]
|
|
4251
|
+
}] });
|
|
4252
|
+
|
|
4178
4253
|
class NoteComponent {
|
|
4179
4254
|
constructor() {
|
|
4180
4255
|
this.noteModel = {
|
|
@@ -5292,7 +5367,8 @@ OrganismsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
5292
5367
|
ActionBarJobListModule,
|
|
5293
5368
|
DocumentManagementListModule,
|
|
5294
5369
|
InputCheckboxListModule,
|
|
5295
|
-
SettingsDetailNavigationListModule
|
|
5370
|
+
SettingsDetailNavigationListModule,
|
|
5371
|
+
EditableSettingItemListModule] });
|
|
5296
5372
|
OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [[
|
|
5297
5373
|
CommonModule,
|
|
5298
5374
|
NoteListModule,
|
|
@@ -5313,7 +5389,8 @@ OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
5313
5389
|
ActionBarJobListModule,
|
|
5314
5390
|
DocumentManagementListModule,
|
|
5315
5391
|
InputCheckboxListModule,
|
|
5316
|
-
SettingsDetailNavigationListModule
|
|
5392
|
+
SettingsDetailNavigationListModule,
|
|
5393
|
+
EditableSettingItemListModule
|
|
5317
5394
|
]] });
|
|
5318
5395
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, decorators: [{
|
|
5319
5396
|
type: NgModule,
|
|
@@ -5339,7 +5416,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
5339
5416
|
ActionBarJobListModule,
|
|
5340
5417
|
DocumentManagementListModule,
|
|
5341
5418
|
InputCheckboxListModule,
|
|
5342
|
-
SettingsDetailNavigationListModule
|
|
5419
|
+
SettingsDetailNavigationListModule,
|
|
5420
|
+
EditableSettingItemListModule
|
|
5343
5421
|
]
|
|
5344
5422
|
}]
|
|
5345
5423
|
}] });
|
|
@@ -7272,6 +7350,73 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7272
7350
|
}]
|
|
7273
7351
|
}] });
|
|
7274
7352
|
|
|
7353
|
+
class EditableSettingPartialPageComponent {
|
|
7354
|
+
constructor() {
|
|
7355
|
+
this.editableSettingValueChanged = new EventEmitter();
|
|
7356
|
+
this.saveClicked = new EventEmitter();
|
|
7357
|
+
}
|
|
7358
|
+
onEditableSettingValueChange(partialPageModel) {
|
|
7359
|
+
this.editableSettingValueChanged.emit(partialPageModel);
|
|
7360
|
+
}
|
|
7361
|
+
onSaveclick(partialPageModel) {
|
|
7362
|
+
this.saveClicked.emit(partialPageModel);
|
|
7363
|
+
}
|
|
7364
|
+
}
|
|
7365
|
+
EditableSettingPartialPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingPartialPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7366
|
+
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", errorPageText: "errorPageText" }, outputs: { editableSettingValueChanged: "editableSettingValueChanged", saveClicked: "saveClicked" }, 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 *ngIf=\"!partialPageModel.isLoadingList && !partialPageModel.errorListState\">\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-paragraph *ngIf=\"partialPageModel.errorListState && !partialPageModel.isLoadingList\" class=\"sfx-font-bold sfx-mb-20 sfx-mt-20 sfx-d-block text-center\">{{\n partialPageModel.errorListText\n }}</symphony-paragraph>\n</section>\n<symphony-sfx-loader\n*ngIf=\"isLoadingPartialPage\"\n></symphony-sfx-loader>\n<symphony-paragraph *ngIf=\"errorPageState && !isLoadingPartialPage\" class=\"sfx-d-block text-center sfx-font-bold sfx-mb-20 sfx-mt-20\">{{\n errorPageText\n}}</symphony-paragraph>", 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"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
7367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingPartialPageComponent, decorators: [{
|
|
7368
|
+
type: Component,
|
|
7369
|
+
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 *ngIf=\"!partialPageModel.isLoadingList && !partialPageModel.errorListState\">\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-paragraph *ngIf=\"partialPageModel.errorListState && !partialPageModel.isLoadingList\" class=\"sfx-font-bold sfx-mb-20 sfx-mt-20 sfx-d-block text-center\">{{\n partialPageModel.errorListText\n }}</symphony-paragraph>\n</section>\n<symphony-sfx-loader\n*ngIf=\"isLoadingPartialPage\"\n></symphony-sfx-loader>\n<symphony-paragraph *ngIf=\"errorPageState && !isLoadingPartialPage\" class=\"sfx-d-block text-center sfx-font-bold sfx-mb-20 sfx-mt-20\">{{\n errorPageText\n}}</symphony-paragraph>", styles: [""] }]
|
|
7370
|
+
}], ctorParameters: function () { return []; }, propDecorators: { partialPageModel: [{
|
|
7371
|
+
type: Input
|
|
7372
|
+
}], isLoadingPartialPage: [{
|
|
7373
|
+
type: Input
|
|
7374
|
+
}], errorPageState: [{
|
|
7375
|
+
type: Input
|
|
7376
|
+
}], errorPageText: [{
|
|
7377
|
+
type: Input
|
|
7378
|
+
}], editableSettingValueChanged: [{
|
|
7379
|
+
type: Output
|
|
7380
|
+
}], saveClicked: [{
|
|
7381
|
+
type: Output
|
|
7382
|
+
}] } });
|
|
7383
|
+
|
|
7384
|
+
class EditableSettingPartialPageModule {
|
|
7385
|
+
}
|
|
7386
|
+
EditableSettingPartialPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingPartialPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7387
|
+
EditableSettingPartialPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingPartialPageModule, declarations: [EditableSettingPartialPageComponent], imports: [CommonModule,
|
|
7388
|
+
ParagraphModule,
|
|
7389
|
+
FormsModule,
|
|
7390
|
+
ButtonV2Module,
|
|
7391
|
+
EditableSettingItemListModule,
|
|
7392
|
+
SfxLoaderModule,
|
|
7393
|
+
PlaceholderModule], exports: [EditableSettingPartialPageComponent] });
|
|
7394
|
+
EditableSettingPartialPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingPartialPageModule, imports: [[
|
|
7395
|
+
CommonModule,
|
|
7396
|
+
ParagraphModule,
|
|
7397
|
+
FormsModule,
|
|
7398
|
+
ButtonV2Module,
|
|
7399
|
+
EditableSettingItemListModule,
|
|
7400
|
+
SfxLoaderModule,
|
|
7401
|
+
PlaceholderModule,
|
|
7402
|
+
]] });
|
|
7403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EditableSettingPartialPageModule, decorators: [{
|
|
7404
|
+
type: NgModule,
|
|
7405
|
+
args: [{
|
|
7406
|
+
declarations: [EditableSettingPartialPageComponent],
|
|
7407
|
+
imports: [
|
|
7408
|
+
CommonModule,
|
|
7409
|
+
ParagraphModule,
|
|
7410
|
+
FormsModule,
|
|
7411
|
+
ButtonV2Module,
|
|
7412
|
+
EditableSettingItemListModule,
|
|
7413
|
+
SfxLoaderModule,
|
|
7414
|
+
PlaceholderModule,
|
|
7415
|
+
],
|
|
7416
|
+
exports: [EditableSettingPartialPageComponent],
|
|
7417
|
+
}]
|
|
7418
|
+
}] });
|
|
7419
|
+
|
|
7275
7420
|
class SettingDetailsTemplateComponent {
|
|
7276
7421
|
constructor() { }
|
|
7277
7422
|
}
|
|
@@ -7285,20 +7430,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7285
7430
|
class SettingDetailPageComponent {
|
|
7286
7431
|
constructor() {
|
|
7287
7432
|
this.detailNavigationClicked = new EventEmitter();
|
|
7433
|
+
this.outreachValueChanged = new EventEmitter();
|
|
7434
|
+
this.outreachSaveClicked = new EventEmitter();
|
|
7435
|
+
}
|
|
7436
|
+
onDetailNavigationClick(model) {
|
|
7437
|
+
this.detailNavigationClicked.emit(model);
|
|
7438
|
+
}
|
|
7439
|
+
onOutreachValueChange(model) {
|
|
7440
|
+
this.outreachValueChanged.emit(model);
|
|
7288
7441
|
}
|
|
7289
|
-
|
|
7290
|
-
this.
|
|
7442
|
+
onOutreachSaveClick(model) {
|
|
7443
|
+
this.outreachSaveClicked.emit(model);
|
|
7291
7444
|
}
|
|
7292
7445
|
}
|
|
7293
7446
|
SettingDetailPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7294
|
-
SettingDetailPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingDetailPageComponent, selector: "symphony-setting-detail-page", inputs: { model: "model" }, outputs: { detailNavigationClicked: "detailNavigationClicked" }, ngImport: i0, template: "<symphony-setting-details-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header [text]=\"model.pageTitle\"></symphony-h3>\n <symphony-settings-detail-navigation-list\n sfx-nav\n [navigationList]=\"model.navigationList\"\n (navigationItemClicked)=\"onDetailNavigationClick(model)\"\n ></symphony-settings-detail-navigation-list>\n <section sfx-content
|
|
7447
|
+
SettingDetailPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingDetailPageComponent, selector: "symphony-setting-detail-page", inputs: { model: "model" }, outputs: { detailNavigationClicked: "detailNavigationClicked", outreachValueChanged: "outreachValueChanged", outreachSaveClicked: "outreachSaveClicked" }, ngImport: i0, template: "<symphony-setting-details-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header [text]=\"model.pageTitle\"></symphony-h3>\n <symphony-settings-detail-navigation-list\n sfx-nav\n [navigationList]=\"model.navigationList\"\n (navigationItemClicked)=\"onDetailNavigationClick(model)\"\n ></symphony-settings-detail-navigation-list>\n <section sfx-content>\n <symphony-editable-setting-partial-page\n [partialPageModel]=\"model.partialPageModel\"\n (valueChanged)=\"onOutreachValueChange(model)\"\n (saveClicked)=\"onOutreachSaveClick(model)\"\n [isLoadingPartialPage]=\"model.isLoadingPartialPage\"\n [errorPageState]=\"model.errorPageState\"\n [errorPageText]=\"model.errorPageText\"\n >\n <ng-content ngProjectAs=\"[dropdown-dropzone]\" select=\"[dropdown-dropzone]\"></ng-content>\n </symphony-editable-setting-partial-page>\n </section>\n</symphony-setting-details-template>\n", styles: [""], components: [{ type: SettingDetailsTemplateComponent, selector: "symphony-setting-details-template" }, { type: BreadcrumbComponent, selector: "symphony-breadcrumb", inputs: ["breadcrumbs"], outputs: ["breadcrumbClicked"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: SettingsDetailNavigationListComponent, selector: "symphony-settings-detail-navigation-list", inputs: ["navigationList"], outputs: ["navigationItemClicked"] }, { type: EditableSettingPartialPageComponent, selector: "symphony-editable-setting-partial-page", inputs: ["partialPageModel", "isLoadingPartialPage", "errorPageState", "errorPageText"], outputs: ["editableSettingValueChanged", "saveClicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
7295
7448
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageComponent, decorators: [{
|
|
7296
7449
|
type: Component,
|
|
7297
|
-
args: [{ selector: 'symphony-setting-detail-page', template: "<symphony-setting-details-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header [text]=\"model.pageTitle\"></symphony-h3>\n <symphony-settings-detail-navigation-list\n sfx-nav\n [navigationList]=\"model.navigationList\"\n (navigationItemClicked)=\"onDetailNavigationClick(model)\"\n ></symphony-settings-detail-navigation-list>\n <section sfx-content
|
|
7450
|
+
args: [{ selector: 'symphony-setting-detail-page', template: "<symphony-setting-details-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header [text]=\"model.pageTitle\"></symphony-h3>\n <symphony-settings-detail-navigation-list\n sfx-nav\n [navigationList]=\"model.navigationList\"\n (navigationItemClicked)=\"onDetailNavigationClick(model)\"\n ></symphony-settings-detail-navigation-list>\n <section sfx-content>\n <symphony-editable-setting-partial-page\n [partialPageModel]=\"model.partialPageModel\"\n (valueChanged)=\"onOutreachValueChange(model)\"\n (saveClicked)=\"onOutreachSaveClick(model)\"\n [isLoadingPartialPage]=\"model.isLoadingPartialPage\"\n [errorPageState]=\"model.errorPageState\"\n [errorPageText]=\"model.errorPageText\"\n >\n <ng-content ngProjectAs=\"[dropdown-dropzone]\" select=\"[dropdown-dropzone]\"></ng-content>\n </symphony-editable-setting-partial-page>\n </section>\n</symphony-setting-details-template>\n", styles: [""] }]
|
|
7298
7451
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
7299
7452
|
type: Input
|
|
7300
7453
|
}], detailNavigationClicked: [{
|
|
7301
7454
|
type: Output
|
|
7455
|
+
}], outreachValueChanged: [{
|
|
7456
|
+
type: Output
|
|
7457
|
+
}], outreachSaveClicked: [{
|
|
7458
|
+
type: Output
|
|
7302
7459
|
}] } });
|
|
7303
7460
|
|
|
7304
7461
|
class SettingDetailsTemplateModule {
|
|
@@ -7318,13 +7475,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7318
7475
|
class SettingDetailPageModule {
|
|
7319
7476
|
}
|
|
7320
7477
|
SettingDetailPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7321
|
-
SettingDetailPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageModule, declarations: [SettingDetailPageComponent], imports: [CommonModule,
|
|
7322
|
-
|
|
7478
|
+
SettingDetailPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageModule, declarations: [SettingDetailPageComponent], imports: [CommonModule,
|
|
7479
|
+
SettingsDetailNavigationListModule,
|
|
7480
|
+
SettingDetailsTemplateModule,
|
|
7481
|
+
BreadcrumbModule,
|
|
7482
|
+
H3Module,
|
|
7483
|
+
EditableSettingPartialPageModule,
|
|
7484
|
+
PlaceholderModule], exports: [SettingDetailPageComponent] });
|
|
7485
|
+
SettingDetailPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageModule, imports: [[
|
|
7486
|
+
CommonModule,
|
|
7487
|
+
SettingsDetailNavigationListModule,
|
|
7488
|
+
SettingDetailsTemplateModule,
|
|
7489
|
+
BreadcrumbModule,
|
|
7490
|
+
H3Module,
|
|
7491
|
+
EditableSettingPartialPageModule,
|
|
7492
|
+
PlaceholderModule
|
|
7493
|
+
]] });
|
|
7323
7494
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageModule, decorators: [{
|
|
7324
7495
|
type: NgModule,
|
|
7325
7496
|
args: [{
|
|
7326
7497
|
declarations: [SettingDetailPageComponent],
|
|
7327
|
-
imports: [
|
|
7498
|
+
imports: [
|
|
7499
|
+
CommonModule,
|
|
7500
|
+
SettingsDetailNavigationListModule,
|
|
7501
|
+
SettingDetailsTemplateModule,
|
|
7502
|
+
BreadcrumbModule,
|
|
7503
|
+
H3Module,
|
|
7504
|
+
EditableSettingPartialPageModule,
|
|
7505
|
+
PlaceholderModule
|
|
7506
|
+
],
|
|
7328
7507
|
exports: [SettingDetailPageComponent],
|
|
7329
7508
|
}]
|
|
7330
7509
|
}] });
|
|
@@ -7337,5 +7516,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7337
7516
|
* Generated bundle index. Do not edit.
|
|
7338
7517
|
*/
|
|
7339
7518
|
|
|
7340
|
-
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, 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 };
|
|
7519
|
+
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 };
|
|
7341
7520
|
//# sourceMappingURL=symphony-talent-component-library-projects-component-library.mjs.map
|