@symphony-talent/component-library 4.53.0 → 4.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/molecules/card/card.component.mjs +4 -3
- package/esm2020/lib/molecules/card/card.module.mjs +5 -4
- package/esm2020/lib/molecules/labelled-input-toggle/labelled-input-toggle.component.mjs +3 -3
- package/esm2020/lib/molecules/labelled-input-toggle/labelled-input-toggle.model.mjs +1 -1
- package/esm2020/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.mjs +6 -4
- package/esm2020/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.mjs +1 -1
- package/esm2020/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.mjs +11 -3
- package/esm2020/projects/component-library/lib/molecules/card/card.component.mjs +4 -3
- package/esm2020/projects/component-library/lib/molecules/card/card.module.mjs +5 -4
- package/esm2020/projects/component-library/lib/molecules/labelled-input-toggle/labelled-input-toggle.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/molecules/labelled-input-toggle/labelled-input-toggle.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.mjs +6 -4
- package/esm2020/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.mjs +11 -3
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +17 -11
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +17 -11
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +17 -11
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +17 -11
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/molecules/card/card.module.d.ts +2 -1
- package/lib/molecules/labelled-input-toggle/labelled-input-toggle.model.d.ts +1 -1
- package/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.d.ts +3 -0
- package/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.d.ts +3 -1
- package/package.json +1 -1
- package/projects/component-library/lib/molecules/card/card.module.d.ts +2 -1
- package/projects/component-library/lib/molecules/labelled-input-toggle/labelled-input-toggle.model.d.ts +1 -1
- package/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.d.ts +3 -0
- package/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.d.ts +3 -1
|
@@ -2741,10 +2741,10 @@ class CardComponent {
|
|
|
2741
2741
|
}
|
|
2742
2742
|
}
|
|
2743
2743
|
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2744
|
-
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CardComponent, selector: "symphony-card", inputs: { cardModel: "cardModel" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"card-item-wrapper\">\n <div class=\"card-item\" (click)=\"onClick()\">\n <div class=\"card-title-wrap sfx-d-flex\">\n <div class=\"card-icon\">\n <symphony-icon [icon]=\"cardModel.icon\"></symphony-icon>\n </div>\n <div class=\"card-title\">\n <symphony-h4>{{ cardModel.title }}</symphony-h4>\n </div>\n </div>\n <div class=\"card-description\" title=\"{{ cardModel.description }}\">\n <symphony-paragraph>{{ cardModel.description }}</symphony-paragraph>\n </div>\n </div>\n</div>\n", styles: [".card-item-wrapper{position:relative;width:100%;height:170px}.card-item{width:100%;height:100%;box-shadow:0 2px 10px rgba(0,0,0,.2);border-radius:10px;padding:20px;border:2px solid transparent;cursor:pointer}.card-item:hover{box-shadow:none;border-color:#82919f}.card-item .card-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-title-wrap{margin-bottom:11px;align-items:baseline}.card-icon{padding-right:15px;color:#334860}\n"], components: [{ type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }] });
|
|
2744
|
+
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CardComponent, selector: "symphony-card", inputs: { cardModel: "cardModel" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"card-item-wrapper\" id=\"card-item-{{ cardModel.title | trimId}}\">\n <div class=\"card-item\" (click)=\"onClick()\">\n <div class=\"card-title-wrap sfx-d-flex\">\n <div class=\"card-icon\">\n <symphony-icon [icon]=\"cardModel.icon\"></symphony-icon>\n </div>\n <div class=\"card-title\">\n <symphony-h4>{{ cardModel.title }}</symphony-h4>\n </div>\n </div>\n <div class=\"card-description\" title=\"{{ cardModel.description }}\">\n <symphony-paragraph>{{ cardModel.description }}</symphony-paragraph>\n </div>\n </div>\n</div>\n", styles: [".card-item-wrapper{position:relative;width:100%;height:170px}.card-item{width:100%;height:100%;box-shadow:0 2px 10px rgba(0,0,0,.2);border-radius:10px;padding:20px;border:2px solid transparent;cursor:pointer}.card-item:hover{box-shadow:none;border-color:#82919f}.card-item .card-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-title-wrap{margin-bottom:11px;align-items:baseline}.card-icon{padding-right:15px;color:#334860}\n"], components: [{ type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }], pipes: { "trimId": TrimIdPipe } });
|
|
2745
2745
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardComponent, decorators: [{
|
|
2746
2746
|
type: Component,
|
|
2747
|
-
args: [{ selector: 'symphony-card', template: "<div class=\"card-item-wrapper\">\n <div class=\"card-item\" (click)=\"onClick()\">\n <div class=\"card-title-wrap sfx-d-flex\">\n <div class=\"card-icon\">\n <symphony-icon [icon]=\"cardModel.icon\"></symphony-icon>\n </div>\n <div class=\"card-title\">\n <symphony-h4>{{ cardModel.title }}</symphony-h4>\n </div>\n </div>\n <div class=\"card-description\" title=\"{{ cardModel.description }}\">\n <symphony-paragraph>{{ cardModel.description }}</symphony-paragraph>\n </div>\n </div>\n</div>\n", styles: [".card-item-wrapper{position:relative;width:100%;height:170px}.card-item{width:100%;height:100%;box-shadow:0 2px 10px rgba(0,0,0,.2);border-radius:10px;padding:20px;border:2px solid transparent;cursor:pointer}.card-item:hover{box-shadow:none;border-color:#82919f}.card-item .card-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-title-wrap{margin-bottom:11px;align-items:baseline}.card-icon{padding-right:15px;color:#334860}\n"] }]
|
|
2747
|
+
args: [{ selector: 'symphony-card', template: "<div class=\"card-item-wrapper\" id=\"card-item-{{ cardModel.title | trimId}}\">\n <div class=\"card-item\" (click)=\"onClick()\">\n <div class=\"card-title-wrap sfx-d-flex\">\n <div class=\"card-icon\">\n <symphony-icon [icon]=\"cardModel.icon\"></symphony-icon>\n </div>\n <div class=\"card-title\">\n <symphony-h4>{{ cardModel.title }}</symphony-h4>\n </div>\n </div>\n <div class=\"card-description\" title=\"{{ cardModel.description }}\">\n <symphony-paragraph>{{ cardModel.description }}</symphony-paragraph>\n </div>\n </div>\n</div>\n", styles: [".card-item-wrapper{position:relative;width:100%;height:170px}.card-item{width:100%;height:100%;box-shadow:0 2px 10px rgba(0,0,0,.2);border-radius:10px;padding:20px;border:2px solid transparent;cursor:pointer}.card-item:hover{box-shadow:none;border-color:#82919f}.card-item .card-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-title-wrap{margin-bottom:11px;align-items:baseline}.card-icon{padding-right:15px;color:#334860}\n"] }]
|
|
2748
2748
|
}], ctorParameters: function () { return []; }, propDecorators: { cardModel: [{
|
|
2749
2749
|
type: Input
|
|
2750
2750
|
}], clicked: [{
|
|
@@ -2754,13 +2754,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2754
2754
|
class CardModule {
|
|
2755
2755
|
}
|
|
2756
2756
|
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2757
|
-
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, declarations: [CardComponent], imports: [CommonModule, IconModule, H4Module, H5Module, ParagraphModule], exports: [CardComponent] });
|
|
2758
|
-
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, imports: [[CommonModule, IconModule, H4Module, H5Module, ParagraphModule]] });
|
|
2757
|
+
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, declarations: [CardComponent], imports: [CommonModule, IconModule, H4Module, H5Module, ParagraphModule, PipeModule], exports: [CardComponent] });
|
|
2758
|
+
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, imports: [[CommonModule, IconModule, H4Module, H5Module, ParagraphModule, PipeModule]] });
|
|
2759
2759
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, decorators: [{
|
|
2760
2760
|
type: NgModule,
|
|
2761
2761
|
args: [{
|
|
2762
2762
|
declarations: [CardComponent],
|
|
2763
|
-
imports: [CommonModule, IconModule, H4Module, H5Module, ParagraphModule],
|
|
2763
|
+
imports: [CommonModule, IconModule, H4Module, H5Module, ParagraphModule, PipeModule],
|
|
2764
2764
|
exports: [CardComponent],
|
|
2765
2765
|
}]
|
|
2766
2766
|
}] });
|
|
@@ -3549,10 +3549,10 @@ class LabelledInputToggleComponent {
|
|
|
3549
3549
|
}
|
|
3550
3550
|
}
|
|
3551
3551
|
LabelledInputToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledInputToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3552
|
-
LabelledInputToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: LabelledInputToggleComponent, selector: "symphony-labelled-input-toggle", inputs: { model: "model" }, outputs: { toggleCurrentValue: "toggleCurrentValue" }, ngImport: i0, template: "<div *ngIf=\"model\" class=\"settingContainer sfx-border-bottom-gray-1\">\n <div class=\"toggleText\">\n <div>\n <p class=\"sfx-font-bold\">{{ model.label }}</p>\n </div>\n <div>\n <p>{{ model.description }}</p>\n </div>\n </div>\n <symphony-input-toggle\n class=\"toggleControl\"\n [isToggled]=\"model.isToggled\"\n (toggleClick)=\"updateToggleValue($event)\"\n ></symphony-input-toggle>\n</div>\n", styles: [".toggleText{display:Inline-Block}.toggleControl{float:right
|
|
3552
|
+
LabelledInputToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: LabelledInputToggleComponent, selector: "symphony-labelled-input-toggle", inputs: { model: "model" }, outputs: { toggleCurrentValue: "toggleCurrentValue" }, ngImport: i0, template: "<div *ngIf=\"model\" class=\"settingContainer sfx-border-bottom-gray-1\">\n <div class=\"toggleText\">\n <div>\n <p class=\"sfx-font-bold\">{{ model.label }}</p>\n </div>\n <div>\n <p>{{ model.description }}</p>\n </div>\n </div>\n <symphony-input-toggle [ngClass]=\"{'hasDescription': model.description?.length > 0 }\"\n class=\"toggleControl\"\n [isToggled]=\"model.isToggled\"\n (toggleClick)=\"updateToggleValue($event)\"\n ></symphony-input-toggle>\n</div>\n", styles: [".toggleText{display:Inline-Block}.toggleControl{float:right}.settingContainer{margin:10px}.hasDescription{margin-top:20px}\n"], components: [{ type: InputToggleComponent, selector: "symphony-input-toggle", inputs: ["isToggled", "isInverse"], outputs: ["toggleClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
3553
3553
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledInputToggleComponent, decorators: [{
|
|
3554
3554
|
type: Component,
|
|
3555
|
-
args: [{ selector: 'symphony-labelled-input-toggle', template: "<div *ngIf=\"model\" class=\"settingContainer sfx-border-bottom-gray-1\">\n <div class=\"toggleText\">\n <div>\n <p class=\"sfx-font-bold\">{{ model.label }}</p>\n </div>\n <div>\n <p>{{ model.description }}</p>\n </div>\n </div>\n <symphony-input-toggle\n class=\"toggleControl\"\n [isToggled]=\"model.isToggled\"\n (toggleClick)=\"updateToggleValue($event)\"\n ></symphony-input-toggle>\n</div>\n", styles: [".toggleText{display:Inline-Block}.toggleControl{float:right
|
|
3555
|
+
args: [{ selector: 'symphony-labelled-input-toggle', template: "<div *ngIf=\"model\" class=\"settingContainer sfx-border-bottom-gray-1\">\n <div class=\"toggleText\">\n <div>\n <p class=\"sfx-font-bold\">{{ model.label }}</p>\n </div>\n <div>\n <p>{{ model.description }}</p>\n </div>\n </div>\n <symphony-input-toggle [ngClass]=\"{'hasDescription': model.description?.length > 0 }\"\n class=\"toggleControl\"\n [isToggled]=\"model.isToggled\"\n (toggleClick)=\"updateToggleValue($event)\"\n ></symphony-input-toggle>\n</div>\n", styles: [".toggleText{display:Inline-Block}.toggleControl{float:right}.settingContainer{margin:10px}.hasDescription{margin-top:20px}\n"] }]
|
|
3556
3556
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
3557
3557
|
type: Input
|
|
3558
3558
|
}], toggleCurrentValue: [{
|
|
@@ -8000,10 +8000,10 @@ class ToggleListPartialPageComponent {
|
|
|
8000
8000
|
}
|
|
8001
8001
|
}
|
|
8002
8002
|
ToggleListPartialPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8003
|
-
ToggleListPartialPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ToggleListPartialPageComponent, selector: "symphony-toggle-list-partial-page", inputs: { model: "model" }, outputs: { updateSettingToggle: "updateSettingToggle", addButtonClick: "addButtonClick" }, ngImport: i0, template: "<div *ngIf=\"model\">\n <h3 sfx-header>{{ model.PageLabel }}</h3>\n <symphony-labelled-toggle-list\n [modelList]=\"model.toggleModels\"\n (toggleListItemValue)=\"updateSettingValue($event)\"\n >\n </symphony-labelled-toggle-list>\n <symphony-button-with-icon *ngIf=\"model.enableAddButton\"\n class=\"add-button sfx-font-bold\"\n (clicked)=\"onAddButtonClick()\"\n [icon]=\"icon\"\n [text]=\"model.addButtonText\"\n [showActionButton]=\"true\"\n [showPopover]=\"true\"\n [isDisabled]=\"false\"\n ></symphony-button-with-icon>\n</div>\n", styles: [".add-button{color:#712ace}\n"], components: [{ type: LabelledToggleListComponent, selector: "symphony-labelled-toggle-list", inputs: ["modelList"], outputs: ["toggleListItemValue"] }, { type: ButtonWithIconComponent, selector: "symphony-button-with-icon", inputs: ["text", "icon", "showActionButton", "showPopover", "isDisabled"], outputs: ["clicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
8003
|
+
ToggleListPartialPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ToggleListPartialPageComponent, selector: "symphony-toggle-list-partial-page", inputs: { model: "model" }, outputs: { updateSettingToggle: "updateSettingToggle", addButtonClick: "addButtonClick" }, ngImport: i0, template: "<div *ngIf=\"model\">\n <h3 sfx-header>{{ model.PageLabel }}</h3>\n <symphony-labelled-toggle-list\n [modelList]=\"model.toggleModels\"\n (toggleListItemValue)=\"updateSettingValue($event)\"\n >\n </symphony-labelled-toggle-list>\n <symphony-button-with-icon *ngIf=\"model.enableAddButton\"\n class=\"add-button sfx-font-bold\"\n (clicked)=\"onAddButtonClick()\"\n [icon]=\"icon\"\n [text]=\"model.addButtonText\"\n [showActionButton]=\"true\"\n [showPopover]=\"true\"\n [isDisabled]=\"false\"\n ></symphony-button-with-icon>\n\n <div\n *ngIf=\"model.isLoading\"\n class=\"sfx-mt-80 sfx-mb-40\"\n feedback-card-list\n >\n <symphony-sfx-loader [message]=\"model.loadingMessage\"></symphony-sfx-loader>\n </div>\n <div\n *ngIf=\"!model.toggleModels.length && !model.isLoading\"\n class=\"sfx-mt-80 sfx-mb-40\"\n feedback-card-list\n >\n <symphony-paragraph class=\"text-center\">{{\n model.message\n }}</symphony-paragraph>\n </div>\n</div>\n", styles: [".add-button{color:#712ace}\n"], components: [{ type: LabelledToggleListComponent, selector: "symphony-labelled-toggle-list", inputs: ["modelList"], outputs: ["toggleListItemValue"] }, { type: ButtonWithIconComponent, selector: "symphony-button-with-icon", inputs: ["text", "icon", "showActionButton", "showPopover", "isDisabled"], outputs: ["clicked"] }, { type: SfxLoaderComponent, selector: "symphony-sfx-loader", inputs: ["leftStyle", "message", "hasCustomMessage"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
8004
8004
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageComponent, decorators: [{
|
|
8005
8005
|
type: Component,
|
|
8006
|
-
args: [{ selector: 'symphony-toggle-list-partial-page', template: "<div *ngIf=\"model\">\n <h3 sfx-header>{{ model.PageLabel }}</h3>\n <symphony-labelled-toggle-list\n [modelList]=\"model.toggleModels\"\n (toggleListItemValue)=\"updateSettingValue($event)\"\n >\n </symphony-labelled-toggle-list>\n <symphony-button-with-icon *ngIf=\"model.enableAddButton\"\n class=\"add-button sfx-font-bold\"\n (clicked)=\"onAddButtonClick()\"\n [icon]=\"icon\"\n [text]=\"model.addButtonText\"\n [showActionButton]=\"true\"\n [showPopover]=\"true\"\n [isDisabled]=\"false\"\n ></symphony-button-with-icon>\n</div>\n", styles: [".add-button{color:#712ace}\n"] }]
|
|
8006
|
+
args: [{ selector: 'symphony-toggle-list-partial-page', template: "<div *ngIf=\"model\">\n <h3 sfx-header>{{ model.PageLabel }}</h3>\n <symphony-labelled-toggle-list\n [modelList]=\"model.toggleModels\"\n (toggleListItemValue)=\"updateSettingValue($event)\"\n >\n </symphony-labelled-toggle-list>\n <symphony-button-with-icon *ngIf=\"model.enableAddButton\"\n class=\"add-button sfx-font-bold\"\n (clicked)=\"onAddButtonClick()\"\n [icon]=\"icon\"\n [text]=\"model.addButtonText\"\n [showActionButton]=\"true\"\n [showPopover]=\"true\"\n [isDisabled]=\"false\"\n ></symphony-button-with-icon>\n\n <div\n *ngIf=\"model.isLoading\"\n class=\"sfx-mt-80 sfx-mb-40\"\n feedback-card-list\n >\n <symphony-sfx-loader [message]=\"model.loadingMessage\"></symphony-sfx-loader>\n </div>\n <div\n *ngIf=\"!model.toggleModels.length && !model.isLoading\"\n class=\"sfx-mt-80 sfx-mb-40\"\n feedback-card-list\n >\n <symphony-paragraph class=\"text-center\">{{\n model.message\n }}</symphony-paragraph>\n </div>\n</div>\n", styles: [".add-button{color:#712ace}\n"] }]
|
|
8007
8007
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
8008
8008
|
type: Input
|
|
8009
8009
|
}], updateSettingToggle: [{
|
|
@@ -8053,7 +8053,9 @@ ToggleListPartialPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0
|
|
|
8053
8053
|
BreadcrumbModule,
|
|
8054
8054
|
H3Module,
|
|
8055
8055
|
LabelledToggleListModule,
|
|
8056
|
-
ButtonWithIconModule
|
|
8056
|
+
ButtonWithIconModule,
|
|
8057
|
+
SfxLoaderModule,
|
|
8058
|
+
ParagraphModule], exports: [ToggleListPartialPageComponent] });
|
|
8057
8059
|
ToggleListPartialPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageModule, imports: [[
|
|
8058
8060
|
InputToggleModule,
|
|
8059
8061
|
LabelledInputToggleModule,
|
|
@@ -8063,6 +8065,8 @@ ToggleListPartialPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0
|
|
|
8063
8065
|
H3Module,
|
|
8064
8066
|
LabelledToggleListModule,
|
|
8065
8067
|
ButtonWithIconModule,
|
|
8068
|
+
SfxLoaderModule,
|
|
8069
|
+
ParagraphModule
|
|
8066
8070
|
]] });
|
|
8067
8071
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageModule, decorators: [{
|
|
8068
8072
|
type: NgModule,
|
|
@@ -8078,7 +8082,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
8078
8082
|
H3Module,
|
|
8079
8083
|
LabelledToggleListModule,
|
|
8080
8084
|
ButtonWithIconModule,
|
|
8081
|
-
|
|
8085
|
+
SfxLoaderModule,
|
|
8086
|
+
ParagraphModule
|
|
8087
|
+
]
|
|
8082
8088
|
}]
|
|
8083
8089
|
}] });
|
|
8084
8090
|
|