@symphony-talent/component-library 4.46.0 → 4.47.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/organisms/addition-modal/addition-modal.component.mjs +36 -0
- package/esm2020/lib/organisms/addition-modal/addition-modal.model.mjs +2 -0
- package/esm2020/lib/organisms/addition-modal/addition-modal.module.mjs +42 -0
- package/esm2020/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.mjs +1 -1
- package/esm2020/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.mjs +13 -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 +6 -2
- package/esm2020/projects/component-library/lib/organisms/addition-modal/addition-modal.component.mjs +36 -0
- package/esm2020/projects/component-library/lib/organisms/addition-modal/addition-modal.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/addition-modal/addition-modal.module.mjs +42 -0
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.mjs +13 -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 +6 -2
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +81 -7
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +81 -7
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +81 -7
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +81 -7
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/organisms/addition-modal/addition-modal.component.d.ts +15 -0
- package/lib/organisms/addition-modal/addition-modal.model.d.ts +6 -0
- package/lib/organisms/addition-modal/addition-modal.module.d.ts +13 -0
- package/lib/organisms/organisms.module.d.ts +2 -1
- package/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.d.ts +5 -1
- package/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.d.ts +2 -0
- package/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.d.ts +2 -1
- package/package.json +1 -1
- package/projects/component-library/lib/organisms/addition-modal/addition-modal.component.d.ts +15 -0
- package/projects/component-library/lib/organisms/addition-modal/addition-modal.model.d.ts +6 -0
- package/projects/component-library/lib/organisms/addition-modal/addition-modal.module.d.ts +13 -0
- package/projects/component-library/lib/organisms/organisms.module.d.ts +2 -1
- package/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.d.ts +5 -1
- package/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.d.ts +2 -0
- package/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.d.ts +2 -1
|
@@ -7,6 +7,7 @@ import { AdminListModule } from '../../templates/admin-list/admin-list.module';
|
|
|
7
7
|
import { BreadcrumbModule } from '../../molecules/breadcrumb/breadcrumb.module';
|
|
8
8
|
import { H3Module } from '../../atoms/h3/h3.module';
|
|
9
9
|
import { LabelledToggleListModule } from '../../molecules/labelled-toggle-list/labelled-toggle-list.module';
|
|
10
|
+
import { ButtonWithIconModule } from '../../molecules/button-with-icon/button-with-icon.module';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
export class ToggleListPartialPageModule {
|
|
12
13
|
}
|
|
@@ -17,7 +18,8 @@ ToggleListPartialPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0
|
|
|
17
18
|
AdminListModule,
|
|
18
19
|
BreadcrumbModule,
|
|
19
20
|
H3Module,
|
|
20
|
-
LabelledToggleListModule
|
|
21
|
+
LabelledToggleListModule,
|
|
22
|
+
ButtonWithIconModule], exports: [ToggleListPartialPageComponent] });
|
|
21
23
|
ToggleListPartialPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageModule, imports: [[
|
|
22
24
|
InputToggleModule,
|
|
23
25
|
LabelledInputToggleModule,
|
|
@@ -26,6 +28,7 @@ ToggleListPartialPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0
|
|
|
26
28
|
BreadcrumbModule,
|
|
27
29
|
H3Module,
|
|
28
30
|
LabelledToggleListModule,
|
|
31
|
+
ButtonWithIconModule,
|
|
29
32
|
]] });
|
|
30
33
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageModule, decorators: [{
|
|
31
34
|
type: NgModule,
|
|
@@ -40,7 +43,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
40
43
|
BreadcrumbModule,
|
|
41
44
|
H3Module,
|
|
42
45
|
LabelledToggleListModule,
|
|
46
|
+
ButtonWithIconModule,
|
|
43
47
|
],
|
|
44
48
|
}]
|
|
45
49
|
}] });
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
50
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9nZ2xlLWxpc3QtcGFydGlhbC1wYWdlLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudC1saWJyYXJ5L3NyYy9saWIvcGFnZXMvdG9nZ2xlLWxpc3QtcGFydGlhbC1wYWdlL3RvZ2dsZS1saXN0LXBhcnRpYWwtcGFnZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUN0RixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDMUQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sOENBQThDLENBQUM7QUFDakYsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sb0VBQW9FLENBQUM7QUFDL0csT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxrRUFBa0UsQ0FBQztBQUM1RyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwREFBMEQsQ0FBQzs7QUFnQmhHLE1BQU0sT0FBTywyQkFBMkI7O3dIQUEzQiwyQkFBMkI7eUhBQTNCLDJCQUEyQixpQkFidkIsOEJBQThCLGFBRzNDLGlCQUFpQjtRQUNqQix5QkFBeUI7UUFDekIsYUFBYTtRQUNiLGVBQWU7UUFDZixnQkFBZ0I7UUFDaEIsUUFBUTtRQUNSLHdCQUF3QjtRQUN4QixvQkFBb0IsYUFUWiw4QkFBOEI7eUhBWTdCLDJCQUEyQixZQVg3QjtZQUNQLGlCQUFpQjtZQUNqQix5QkFBeUI7WUFDekIsYUFBYTtZQUNiLGVBQWU7WUFDZixnQkFBZ0I7WUFDaEIsUUFBUTtZQUNSLHdCQUF3QjtZQUN4QixvQkFBb0I7U0FDckI7MkZBRVUsMkJBQTJCO2tCQWR2QyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLDhCQUE4QixDQUFDO29CQUM5QyxPQUFPLEVBQUUsQ0FBQyw4QkFBOEIsQ0FBQztvQkFDekMsT0FBTyxFQUFFO3dCQUNQLGlCQUFpQjt3QkFDakIseUJBQXlCO3dCQUN6QixhQUFhO3dCQUNiLGVBQWU7d0JBQ2YsZ0JBQWdCO3dCQUNoQixRQUFRO3dCQUNSLHdCQUF3Qjt3QkFDeEIsb0JBQW9CO3FCQUNyQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUb2dnbGVMaXN0UGFydGlhbFBhZ2VDb21wb25lbnQgfSBmcm9tICcuL3RvZ2dsZS1saXN0LXBhcnRpYWwtcGFnZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnJvd3Nlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuaW1wb3J0IHsgSW5wdXRUb2dnbGVNb2R1bGUgfSBmcm9tICcuLi8uLi9hdG9tcy9pbnB1dC10b2dnbGUvaW5wdXQtdG9nZ2xlLm1vZHVsZSc7XG5pbXBvcnQgeyBMYWJlbGxlZElucHV0VG9nZ2xlTW9kdWxlIH0gZnJvbSAnLi4vLi4vbW9sZWN1bGVzL2xhYmVsbGVkLWlucHV0LXRvZ2dsZS9sYWJlbGxlZC1pbnB1dC10b2dnbGUubW9kdWxlJztcbmltcG9ydCB7IEFkbWluTGlzdE1vZHVsZSB9IGZyb20gJy4uLy4uL3RlbXBsYXRlcy9hZG1pbi1saXN0L2FkbWluLWxpc3QubW9kdWxlJztcbmltcG9ydCB7IEJyZWFkY3J1bWJNb2R1bGUgfSBmcm9tICcuLi8uLi9tb2xlY3VsZXMvYnJlYWRjcnVtYi9icmVhZGNydW1iLm1vZHVsZSc7XG5pbXBvcnQgeyBIM01vZHVsZSB9IGZyb20gJy4uLy4uL2F0b21zL2gzL2gzLm1vZHVsZSc7XG5pbXBvcnQgeyBMYWJlbGxlZFRvZ2dsZUxpc3RNb2R1bGUgfSBmcm9tICcuLi8uLi9tb2xlY3VsZXMvbGFiZWxsZWQtdG9nZ2xlLWxpc3QvbGFiZWxsZWQtdG9nZ2xlLWxpc3QubW9kdWxlJztcbmltcG9ydCB7IEJ1dHRvbldpdGhJY29uTW9kdWxlIH0gZnJvbSAnLi4vLi4vbW9sZWN1bGVzL2J1dHRvbi13aXRoLWljb24vYnV0dG9uLXdpdGgtaWNvbi5tb2R1bGUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtUb2dnbGVMaXN0UGFydGlhbFBhZ2VDb21wb25lbnRdLFxuICBleHBvcnRzOiBbVG9nZ2xlTGlzdFBhcnRpYWxQYWdlQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW1xuICAgIElucHV0VG9nZ2xlTW9kdWxlLFxuICAgIExhYmVsbGVkSW5wdXRUb2dnbGVNb2R1bGUsXG4gICAgQnJvd3Nlck1vZHVsZSxcbiAgICBBZG1pbkxpc3RNb2R1bGUsXG4gICAgQnJlYWRjcnVtYk1vZHVsZSxcbiAgICBIM01vZHVsZSxcbiAgICBMYWJlbGxlZFRvZ2dsZUxpc3RNb2R1bGUsXG4gICAgQnV0dG9uV2l0aEljb25Nb2R1bGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIFRvZ2dsZUxpc3RQYXJ0aWFsUGFnZU1vZHVsZSB7fVxuIl19
|
|
@@ -5653,6 +5653,67 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
5653
5653
|
}]
|
|
5654
5654
|
}] });
|
|
5655
5655
|
|
|
5656
|
+
class AdditionModalComponent {
|
|
5657
|
+
constructor() {
|
|
5658
|
+
this.buttonClicked = new EventEmitter();
|
|
5659
|
+
this.closeButtonClicked = new EventEmitter();
|
|
5660
|
+
}
|
|
5661
|
+
onButtonClick() {
|
|
5662
|
+
this.buttonClicked.emit(this.valueToAdd);
|
|
5663
|
+
}
|
|
5664
|
+
onCloseButtonClick() {
|
|
5665
|
+
this.closeButtonClicked.emit();
|
|
5666
|
+
}
|
|
5667
|
+
onInputValueChange(value) {
|
|
5668
|
+
this.valueToAdd = value;
|
|
5669
|
+
}
|
|
5670
|
+
}
|
|
5671
|
+
AdditionModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdditionModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5672
|
+
AdditionModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AdditionModalComponent, selector: "symphony-addition-modal", inputs: { model: "model" }, outputs: { buttonClicked: "buttonClicked", closeButtonClicked: "closeButtonClicked" }, ngImport: i0, template: "<div *ngIf=\"model\" class=\"sfx sfx-modal\">\n <section class=\"modal-header sfx-p-30 sfx-pt-40\">\n <div class=\"modal-title\">\n <div class=\"row\">\n <div class=\"col-xs-8 col-sm-8 col-md-8 col-lg-8\">\n <symphony-h4 [text]=\"model.title\"></symphony-h4>\n </div>\n <div class=\"col-xs-4 col-sm-4 col-md-4 col-lg-4\">\n <symphony-icon\n class=\"pull-right\"\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n </div>\n </div>\n </div>\n </section>\n <section class=\"modal-body sfx-p-30\">\n <symphony-paragraph>{{ model.content }}</symphony-paragraph>\n <symphony-input-text\n (textChange)=\"onInputValueChange($event)\"\n ></symphony-input-text>\n </section>\n <section class=\"modal-footer sfx-pt-30 sfx-pb-40\">\n <symphony-button\n *ngIf=\"model.btnSecondary\"\n [text]=\"model.btnSecondary\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick()\"\n ></symphony-button>\n <symphony-button\n class=\"sfx-ml-20\"\n [text]=\"model.btnPrimary\"\n [disabled]=\"false\"\n (clicked)=\"onButtonClick()\"\n ></symphony-button>\n </section>\n</div>\n", components: [{ type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse", "size"], outputs: ["textChange"] }, { type: ButtonComponent, selector: "symphony-button", inputs: ["text", "disabled", "isSecondary", "isInverse"], outputs: ["clicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
5673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdditionModalComponent, decorators: [{
|
|
5674
|
+
type: Component,
|
|
5675
|
+
args: [{ selector: 'symphony-addition-modal', template: "<div *ngIf=\"model\" class=\"sfx sfx-modal\">\n <section class=\"modal-header sfx-p-30 sfx-pt-40\">\n <div class=\"modal-title\">\n <div class=\"row\">\n <div class=\"col-xs-8 col-sm-8 col-md-8 col-lg-8\">\n <symphony-h4 [text]=\"model.title\"></symphony-h4>\n </div>\n <div class=\"col-xs-4 col-sm-4 col-md-4 col-lg-4\">\n <symphony-icon\n class=\"pull-right\"\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n </div>\n </div>\n </div>\n </section>\n <section class=\"modal-body sfx-p-30\">\n <symphony-paragraph>{{ model.content }}</symphony-paragraph>\n <symphony-input-text\n (textChange)=\"onInputValueChange($event)\"\n ></symphony-input-text>\n </section>\n <section class=\"modal-footer sfx-pt-30 sfx-pb-40\">\n <symphony-button\n *ngIf=\"model.btnSecondary\"\n [text]=\"model.btnSecondary\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick()\"\n ></symphony-button>\n <symphony-button\n class=\"sfx-ml-20\"\n [text]=\"model.btnPrimary\"\n [disabled]=\"false\"\n (clicked)=\"onButtonClick()\"\n ></symphony-button>\n </section>\n</div>\n" }]
|
|
5676
|
+
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
5677
|
+
type: Input
|
|
5678
|
+
}], buttonClicked: [{
|
|
5679
|
+
type: Output
|
|
5680
|
+
}], closeButtonClicked: [{
|
|
5681
|
+
type: Output
|
|
5682
|
+
}] } });
|
|
5683
|
+
|
|
5684
|
+
class AdditionModalModule {
|
|
5685
|
+
}
|
|
5686
|
+
AdditionModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdditionModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5687
|
+
AdditionModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdditionModalModule, declarations: [AdditionModalComponent], imports: [CommonModule,
|
|
5688
|
+
H4Module,
|
|
5689
|
+
ParagraphModule,
|
|
5690
|
+
IconModule,
|
|
5691
|
+
ButtonModule,
|
|
5692
|
+
InputTextModule], exports: [AdditionModalComponent] });
|
|
5693
|
+
AdditionModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdditionModalModule, imports: [[
|
|
5694
|
+
CommonModule,
|
|
5695
|
+
H4Module,
|
|
5696
|
+
ParagraphModule,
|
|
5697
|
+
IconModule,
|
|
5698
|
+
ButtonModule,
|
|
5699
|
+
InputTextModule,
|
|
5700
|
+
]] });
|
|
5701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdditionModalModule, decorators: [{
|
|
5702
|
+
type: NgModule,
|
|
5703
|
+
args: [{
|
|
5704
|
+
declarations: [AdditionModalComponent],
|
|
5705
|
+
exports: [AdditionModalComponent],
|
|
5706
|
+
imports: [
|
|
5707
|
+
CommonModule,
|
|
5708
|
+
H4Module,
|
|
5709
|
+
ParagraphModule,
|
|
5710
|
+
IconModule,
|
|
5711
|
+
ButtonModule,
|
|
5712
|
+
InputTextModule,
|
|
5713
|
+
],
|
|
5714
|
+
}]
|
|
5715
|
+
}] });
|
|
5716
|
+
|
|
5656
5717
|
class OrganismsModule {
|
|
5657
5718
|
}
|
|
5658
5719
|
OrganismsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -5676,7 +5737,8 @@ OrganismsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
5676
5737
|
DocumentManagementListModule,
|
|
5677
5738
|
InputCheckboxListModule,
|
|
5678
5739
|
SettingsDetailNavigationListModule,
|
|
5679
|
-
EditableSettingItemListModule
|
|
5740
|
+
EditableSettingItemListModule,
|
|
5741
|
+
AdditionModalModule] });
|
|
5680
5742
|
OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [[
|
|
5681
5743
|
CommonModule,
|
|
5682
5744
|
NoteListModule,
|
|
@@ -5698,7 +5760,8 @@ OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
5698
5760
|
DocumentManagementListModule,
|
|
5699
5761
|
InputCheckboxListModule,
|
|
5700
5762
|
SettingsDetailNavigationListModule,
|
|
5701
|
-
EditableSettingItemListModule
|
|
5763
|
+
EditableSettingItemListModule,
|
|
5764
|
+
AdditionModalModule
|
|
5702
5765
|
]] });
|
|
5703
5766
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, decorators: [{
|
|
5704
5767
|
type: NgModule,
|
|
@@ -5725,7 +5788,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
5725
5788
|
DocumentManagementListModule,
|
|
5726
5789
|
InputCheckboxListModule,
|
|
5727
5790
|
SettingsDetailNavigationListModule,
|
|
5728
|
-
EditableSettingItemListModule
|
|
5791
|
+
EditableSettingItemListModule,
|
|
5792
|
+
AdditionModalModule
|
|
5729
5793
|
]
|
|
5730
5794
|
}]
|
|
5731
5795
|
}] });
|
|
@@ -7836,20 +7900,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7836
7900
|
class ToggleListPartialPageComponent {
|
|
7837
7901
|
constructor() {
|
|
7838
7902
|
this.updateSettingToggle = new EventEmitter();
|
|
7903
|
+
this.addButtonClick = new EventEmitter();
|
|
7904
|
+
this.icon = Icons.INCLUDE;
|
|
7839
7905
|
}
|
|
7840
7906
|
updateSettingValue(event) {
|
|
7841
7907
|
this.updateSettingToggle.emit(event);
|
|
7842
7908
|
}
|
|
7909
|
+
onAddButtonClick(event) {
|
|
7910
|
+
this.addButtonClick.emit(event);
|
|
7911
|
+
}
|
|
7843
7912
|
}
|
|
7844
7913
|
ToggleListPartialPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7845
|
-
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" }, 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", components: [{ type: LabelledToggleListComponent, selector: "symphony-labelled-toggle-list", inputs: ["modelList"], outputs: ["toggleListItemValue"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
7914
|
+
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($event)\"\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"] }] });
|
|
7846
7915
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageComponent, decorators: [{
|
|
7847
7916
|
type: Component,
|
|
7848
|
-
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" }]
|
|
7917
|
+
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($event)\"\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"] }]
|
|
7849
7918
|
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
7850
7919
|
type: Input
|
|
7851
7920
|
}], updateSettingToggle: [{
|
|
7852
7921
|
type: Output
|
|
7922
|
+
}], addButtonClick: [{
|
|
7923
|
+
type: Output
|
|
7853
7924
|
}] } });
|
|
7854
7925
|
|
|
7855
7926
|
class FeedbackSettingDetailsPageComponent {
|
|
@@ -7865,7 +7936,7 @@ class FeedbackSettingDetailsPageComponent {
|
|
|
7865
7936
|
}
|
|
7866
7937
|
}
|
|
7867
7938
|
FeedbackSettingDetailsPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackSettingDetailsPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7868
|
-
FeedbackSettingDetailsPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FeedbackSettingDetailsPageComponent, selector: "symphony-feedback-setting-details-page", inputs: { model: "model" }, outputs: { detailNavigationClicked: "detailNavigationClicked", settingToggleClicked: "settingToggleClicked" }, 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($event)\"\n ></symphony-settings-detail-navigation-list>\n\n <section sfx-content>\n <symphony-toggle-list-partial-page\n [model]=\"model.toggleListPartialPageModel\"\n (updateSettingToggle)=\"onToggleClick($event)\"\n >\n </symphony-toggle-list-partial-page>\n </section>\n</symphony-setting-details-template>\n", 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: ToggleListPartialPageComponent, selector: "symphony-toggle-list-partial-page", inputs: ["model"], outputs: ["updateSettingToggle"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
7939
|
+
FeedbackSettingDetailsPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FeedbackSettingDetailsPageComponent, selector: "symphony-feedback-setting-details-page", inputs: { model: "model" }, outputs: { detailNavigationClicked: "detailNavigationClicked", settingToggleClicked: "settingToggleClicked" }, 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($event)\"\n ></symphony-settings-detail-navigation-list>\n\n <section sfx-content>\n <symphony-toggle-list-partial-page\n [model]=\"model.toggleListPartialPageModel\"\n (updateSettingToggle)=\"onToggleClick($event)\"\n >\n </symphony-toggle-list-partial-page>\n </section>\n</symphony-setting-details-template>\n", 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: ToggleListPartialPageComponent, selector: "symphony-toggle-list-partial-page", inputs: ["model"], outputs: ["updateSettingToggle", "addButtonClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
7869
7940
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackSettingDetailsPageComponent, decorators: [{
|
|
7870
7941
|
type: Component,
|
|
7871
7942
|
args: [{ selector: 'symphony-feedback-setting-details-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($event)\"\n ></symphony-settings-detail-navigation-list>\n\n <section sfx-content>\n <symphony-toggle-list-partial-page\n [model]=\"model.toggleListPartialPageModel\"\n (updateSettingToggle)=\"onToggleClick($event)\"\n >\n </symphony-toggle-list-partial-page>\n </section>\n</symphony-setting-details-template>\n" }]
|
|
@@ -7886,7 +7957,8 @@ ToggleListPartialPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0
|
|
|
7886
7957
|
AdminListModule,
|
|
7887
7958
|
BreadcrumbModule,
|
|
7888
7959
|
H3Module,
|
|
7889
|
-
LabelledToggleListModule
|
|
7960
|
+
LabelledToggleListModule,
|
|
7961
|
+
ButtonWithIconModule], exports: [ToggleListPartialPageComponent] });
|
|
7890
7962
|
ToggleListPartialPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageModule, imports: [[
|
|
7891
7963
|
InputToggleModule,
|
|
7892
7964
|
LabelledInputToggleModule,
|
|
@@ -7895,6 +7967,7 @@ ToggleListPartialPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0
|
|
|
7895
7967
|
BreadcrumbModule,
|
|
7896
7968
|
H3Module,
|
|
7897
7969
|
LabelledToggleListModule,
|
|
7970
|
+
ButtonWithIconModule,
|
|
7898
7971
|
]] });
|
|
7899
7972
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageModule, decorators: [{
|
|
7900
7973
|
type: NgModule,
|
|
@@ -7909,6 +7982,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7909
7982
|
BreadcrumbModule,
|
|
7910
7983
|
H3Module,
|
|
7911
7984
|
LabelledToggleListModule,
|
|
7985
|
+
ButtonWithIconModule,
|
|
7912
7986
|
],
|
|
7913
7987
|
}]
|
|
7914
7988
|
}] });
|