@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
|
@@ -2743,10 +2743,10 @@ class CardComponent {
|
|
|
2743
2743
|
}
|
|
2744
2744
|
}
|
|
2745
2745
|
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2746
|
-
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"] }] });
|
|
2746
|
+
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 } });
|
|
2747
2747
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardComponent, decorators: [{
|
|
2748
2748
|
type: Component,
|
|
2749
|
-
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"] }]
|
|
2749
|
+
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"] }]
|
|
2750
2750
|
}], ctorParameters: function () { return []; }, propDecorators: { cardModel: [{
|
|
2751
2751
|
type: Input
|
|
2752
2752
|
}], clicked: [{
|
|
@@ -2756,13 +2756,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2756
2756
|
class CardModule {
|
|
2757
2757
|
}
|
|
2758
2758
|
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2759
|
-
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] });
|
|
2760
|
-
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, imports: [[CommonModule, IconModule, H4Module, H5Module, ParagraphModule]] });
|
|
2759
|
+
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] });
|
|
2760
|
+
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, imports: [[CommonModule, IconModule, H4Module, H5Module, ParagraphModule, PipeModule]] });
|
|
2761
2761
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, decorators: [{
|
|
2762
2762
|
type: NgModule,
|
|
2763
2763
|
args: [{
|
|
2764
2764
|
declarations: [CardComponent],
|
|
2765
|
-
imports: [CommonModule, IconModule, H4Module, H5Module, ParagraphModule],
|
|
2765
|
+
imports: [CommonModule, IconModule, H4Module, H5Module, ParagraphModule, PipeModule],
|
|
2766
2766
|
exports: [CardComponent],
|
|
2767
2767
|
}]
|
|
2768
2768
|
}] });
|
|
@@ -3551,10 +3551,10 @@ class LabelledInputToggleComponent {
|
|
|
3551
3551
|
}
|
|
3552
3552
|
}
|
|
3553
3553
|
LabelledInputToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledInputToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3554
|
-
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
|
|
3554
|
+
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"] }] });
|
|
3555
3555
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledInputToggleComponent, decorators: [{
|
|
3556
3556
|
type: Component,
|
|
3557
|
-
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
|
|
3557
|
+
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"] }]
|
|
3558
3558
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
3559
3559
|
type: Input
|
|
3560
3560
|
}], toggleCurrentValue: [{
|
|
@@ -8004,10 +8004,10 @@ class ToggleListPartialPageComponent {
|
|
|
8004
8004
|
}
|
|
8005
8005
|
}
|
|
8006
8006
|
ToggleListPartialPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8007
|
-
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"] }] });
|
|
8007
|
+
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"] }] });
|
|
8008
8008
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageComponent, decorators: [{
|
|
8009
8009
|
type: Component,
|
|
8010
|
-
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"] }]
|
|
8010
|
+
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"] }]
|
|
8011
8011
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
8012
8012
|
type: Input
|
|
8013
8013
|
}], updateSettingToggle: [{
|
|
@@ -8057,7 +8057,9 @@ ToggleListPartialPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0
|
|
|
8057
8057
|
BreadcrumbModule,
|
|
8058
8058
|
H3Module,
|
|
8059
8059
|
LabelledToggleListModule,
|
|
8060
|
-
ButtonWithIconModule
|
|
8060
|
+
ButtonWithIconModule,
|
|
8061
|
+
SfxLoaderModule,
|
|
8062
|
+
ParagraphModule], exports: [ToggleListPartialPageComponent] });
|
|
8061
8063
|
ToggleListPartialPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageModule, imports: [[
|
|
8062
8064
|
InputToggleModule,
|
|
8063
8065
|
LabelledInputToggleModule,
|
|
@@ -8067,6 +8069,8 @@ ToggleListPartialPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0
|
|
|
8067
8069
|
H3Module,
|
|
8068
8070
|
LabelledToggleListModule,
|
|
8069
8071
|
ButtonWithIconModule,
|
|
8072
|
+
SfxLoaderModule,
|
|
8073
|
+
ParagraphModule
|
|
8070
8074
|
]] });
|
|
8071
8075
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageModule, decorators: [{
|
|
8072
8076
|
type: NgModule,
|
|
@@ -8082,7 +8086,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
8082
8086
|
H3Module,
|
|
8083
8087
|
LabelledToggleListModule,
|
|
8084
8088
|
ButtonWithIconModule,
|
|
8085
|
-
|
|
8089
|
+
SfxLoaderModule,
|
|
8090
|
+
ParagraphModule
|
|
8091
|
+
]
|
|
8086
8092
|
}]
|
|
8087
8093
|
}] });
|
|
8088
8094
|
|