@symphony-talent/component-library 4.57.0 → 4.58.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.
@@ -8003,10 +8003,10 @@ class ToggleListPartialPageComponent {
8003
8003
  }
8004
8004
  }
8005
8005
  ToggleListPartialPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8006
- 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"] }] });
8006
+ 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 <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 \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", styles: [".add-button{color:#712ace}\n"], components: [{ type: LabelledToggleListComponent, selector: "symphony-labelled-toggle-list", inputs: ["modelList"], outputs: ["toggleListItemValue"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }, { 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"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
8007
8007
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageComponent, decorators: [{
8008
8008
  type: Component,
8009
- 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"] }]
8009
+ 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 <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 \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", styles: [".add-button{color:#712ace}\n"] }]
8010
8010
  }], ctorParameters: function () { return []; }, propDecorators: { model: [{
8011
8011
  type: Input
8012
8012
  }], updateSettingToggle: [{