@symphony-talent/component-library 4.44.0 → 4.46.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/atoms.module.mjs +8 -4
- package/esm2020/lib/atoms/input-file-upload/input-file-upload.component.mjs +38 -0
- package/esm2020/lib/atoms/input-file-upload/input-file-upload.model.mjs +2 -0
- package/esm2020/lib/atoms/input-file-upload/input-file-upload.module.mjs +21 -0
- package/esm2020/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.mjs +33 -0
- package/esm2020/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.model.mjs +2 -0
- package/esm2020/lib/pages/feedback-setting-details-page/feedback-setting-details-page.module.mjs +51 -0
- package/esm2020/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.mjs +23 -0
- package/esm2020/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.mjs +2 -0
- package/esm2020/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.mjs +46 -0
- package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/atoms/input-file-upload/input-file-upload.component.mjs +38 -0
- package/esm2020/projects/component-library/lib/atoms/input-file-upload/input-file-upload.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/atoms/input-file-upload/input-file-upload.module.mjs +21 -0
- package/esm2020/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.mjs +33 -0
- package/esm2020/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.module.mjs +51 -0
- package/esm2020/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.mjs +23 -0
- package/esm2020/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.mjs +46 -0
- package/esm2020/projects/component-library/public-api.mjs +7 -1
- package/esm2020/public-api.mjs +7 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +174 -4
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +174 -4
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +174 -4
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +174 -4
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/atoms.module.d.ts +2 -1
- package/lib/atoms/input-file-upload/input-file-upload.component.d.ts +17 -0
- package/lib/atoms/input-file-upload/input-file-upload.model.d.ts +8 -0
- package/lib/atoms/input-file-upload/input-file-upload.module.d.ts +11 -0
- package/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.d.ts +15 -0
- package/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.model.d.ts +9 -0
- package/lib/pages/feedback-setting-details-page/feedback-setting-details-page.module.d.ts +18 -0
- package/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.d.ts +12 -0
- package/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.d.ts +5 -0
- package/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.d.ts +14 -0
- package/package.json +1 -1
- package/projects/component-library/lib/atoms/atoms.module.d.ts +2 -1
- package/projects/component-library/lib/atoms/input-file-upload/input-file-upload.component.d.ts +17 -0
- package/projects/component-library/lib/atoms/input-file-upload/input-file-upload.model.d.ts +8 -0
- package/projects/component-library/lib/atoms/input-file-upload/input-file-upload.module.d.ts +11 -0
- package/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.d.ts +15 -0
- package/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.model.d.ts +9 -0
- package/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.module.d.ts +18 -0
- package/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.d.ts +12 -0
- package/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.d.ts +5 -0
- package/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.d.ts +14 -0
- package/projects/component-library/public-api.d.ts +6 -0
- package/public-api.d.ts +6 -0
|
@@ -2492,6 +2492,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2492
2492
|
}]
|
|
2493
2493
|
}] });
|
|
2494
2494
|
|
|
2495
|
+
class InputFileUploadComponent {
|
|
2496
|
+
constructor() {
|
|
2497
|
+
this.closeButtonClicked = new EventEmitter();
|
|
2498
|
+
this.getFileDetails = new EventEmitter();
|
|
2499
|
+
}
|
|
2500
|
+
ngOnInit() {
|
|
2501
|
+
this.filetypeAccepted = this.inputFileUploadModel.fileFormatAccepted.join(', ');
|
|
2502
|
+
}
|
|
2503
|
+
onCloseButtonClick() {
|
|
2504
|
+
this.closeButtonClicked.emit();
|
|
2505
|
+
}
|
|
2506
|
+
onFileSelect(event) {
|
|
2507
|
+
this.file = event.target.files[0];
|
|
2508
|
+
this.getFileDetails.emit(this.file);
|
|
2509
|
+
}
|
|
2510
|
+
onClick(event) {
|
|
2511
|
+
event.target.value = null;
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
InputFileUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputFileUploadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2515
|
+
InputFileUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputFileUploadComponent, selector: "symphony-input-file-upload", inputs: { inputFileUploadModel: "inputFileUploadModel" }, outputs: { closeButtonClicked: "closeButtonClicked", getFileDetails: "getFileDetails" }, ngImport: i0, template: "\n<div *ngIf=\"inputFileUploadModel\">\n <!-- File Upload -->\n <div class=\"sfx-input-label\">\n {{inputFileUploadModel.inputLabel}}\n </div>\n <div class=\"sfx-input-file-upload\" [ngClass]=\"{ 'has-Close': inputFileUploadModel.hasClose }\">\n <symphony-tooltip-wrapper\n *ngIf=\"inputFileUploadModel.fileValue\"\n [placement]=\"'top'\"\n [tooltipHtml]=\"inputFileUploadModel.fileValue\"\n >\n <label class=\"sfx-cursor-pointer\" for=\"input-file-Upload\"\n ><span>{{inputFileUploadModel.fileValue}}</span>\n </label>\n <input\n type=\"file\"\n id=\"input-file-Upload\"\n name=\"input-file-Upload\"\n accept=\"{{ filetypeAccepted }}\"\n (change)=\"onFileSelect($event)\"\n (click)=\"onClick($event)\"\n />\n </symphony-tooltip-wrapper>\n <div\n *ngIf=\"!inputFileUploadModel.fileValue\"\n>\n <label class=\"sfx-cursor-pointer\" for=\"input-file-Upload\"\n ><span>{{inputFileUploadModel.fileValue}}</span>\n </label>\n <input\n type=\"file\"\n id=\"input-file-Upload\"\n name=\"input-file-Upload\"\n accept=\"{{ filetypeAccepted }}\"\n (change)=\"onFileSelect($event)\"\n (click)=\"onClick($event)\"\n />\n</div>\n <symphony-icon\n class=\"sfx-cursor-pointer\"\n *ngIf=\"inputFileUploadModel.hasClose\"\n [icon]=\"'si-close-modal'\"\n [size]=\"'20px'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n <symphony-paragraph\n *ngIf=\"inputFileUploadModel.hasError\"\n class=\"sfx-txt-red sfx-font-bold sfx-pl-5 sfx-d-flex\"\n [text]=\"inputFileUploadModel.errorText\"\n ></symphony-paragraph>\n </div>\n <!-- File Upload -->\n</div>", styles: [".sfx-input-file-upload{position:relative}.sfx-input-file-upload symphony-tooltip-wrapper .sfx-d-inline-block{width:100%;display:block}.sfx-input-file-upload label{line-height:40px;padding-inline:20px;width:100%;font-weight:400;margin:5px;height:40px;display:block}.sfx-input-file-upload label span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;top:5px}.sfx-input-file-upload label:after{content:\"\";width:100%;height:40px;border:1px solid #d0d0d0;border-radius:4px;position:absolute;top:0;left:0;margin:5px}.sfx-input-file-upload label:before{content:\"\\e957\";font-family:library-icons!important;position:absolute;right:10px;top:5px}.sfx-input-file-upload input[type=file]{visibility:hidden;position:absolute;top:0}.sfx-input-file-upload.has-Close label{width:calc(100% - 35px)}.sfx-input-file-upload.has-Close label:after{width:calc(100% - 35px)}.sfx-input-file-upload.has-Close label:before{right:40px}.sfx-input-file-upload.has-Close symphony-icon{position:absolute;top:15px;right:0px}.sfx-input-label{font-weight:500;margin-left:5px;margin-bottom:5px}\n"], components: [{ type: TooltipWrapperComponent, selector: "symphony-tooltip-wrapper", inputs: ["placement", "tooltipHtml"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
2516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputFileUploadComponent, decorators: [{
|
|
2517
|
+
type: Component,
|
|
2518
|
+
args: [{ selector: 'symphony-input-file-upload', encapsulation: ViewEncapsulation.None, template: "\n<div *ngIf=\"inputFileUploadModel\">\n <!-- File Upload -->\n <div class=\"sfx-input-label\">\n {{inputFileUploadModel.inputLabel}}\n </div>\n <div class=\"sfx-input-file-upload\" [ngClass]=\"{ 'has-Close': inputFileUploadModel.hasClose }\">\n <symphony-tooltip-wrapper\n *ngIf=\"inputFileUploadModel.fileValue\"\n [placement]=\"'top'\"\n [tooltipHtml]=\"inputFileUploadModel.fileValue\"\n >\n <label class=\"sfx-cursor-pointer\" for=\"input-file-Upload\"\n ><span>{{inputFileUploadModel.fileValue}}</span>\n </label>\n <input\n type=\"file\"\n id=\"input-file-Upload\"\n name=\"input-file-Upload\"\n accept=\"{{ filetypeAccepted }}\"\n (change)=\"onFileSelect($event)\"\n (click)=\"onClick($event)\"\n />\n </symphony-tooltip-wrapper>\n <div\n *ngIf=\"!inputFileUploadModel.fileValue\"\n>\n <label class=\"sfx-cursor-pointer\" for=\"input-file-Upload\"\n ><span>{{inputFileUploadModel.fileValue}}</span>\n </label>\n <input\n type=\"file\"\n id=\"input-file-Upload\"\n name=\"input-file-Upload\"\n accept=\"{{ filetypeAccepted }}\"\n (change)=\"onFileSelect($event)\"\n (click)=\"onClick($event)\"\n />\n</div>\n <symphony-icon\n class=\"sfx-cursor-pointer\"\n *ngIf=\"inputFileUploadModel.hasClose\"\n [icon]=\"'si-close-modal'\"\n [size]=\"'20px'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n <symphony-paragraph\n *ngIf=\"inputFileUploadModel.hasError\"\n class=\"sfx-txt-red sfx-font-bold sfx-pl-5 sfx-d-flex\"\n [text]=\"inputFileUploadModel.errorText\"\n ></symphony-paragraph>\n </div>\n <!-- File Upload -->\n</div>", styles: [".sfx-input-file-upload{position:relative}.sfx-input-file-upload symphony-tooltip-wrapper .sfx-d-inline-block{width:100%;display:block}.sfx-input-file-upload label{line-height:40px;padding-inline:20px;width:100%;font-weight:400;margin:5px;height:40px;display:block}.sfx-input-file-upload label span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;top:5px}.sfx-input-file-upload label:after{content:\"\";width:100%;height:40px;border:1px solid #d0d0d0;border-radius:4px;position:absolute;top:0;left:0;margin:5px}.sfx-input-file-upload label:before{content:\"\\e957\";font-family:library-icons!important;position:absolute;right:10px;top:5px}.sfx-input-file-upload input[type=file]{visibility:hidden;position:absolute;top:0}.sfx-input-file-upload.has-Close label{width:calc(100% - 35px)}.sfx-input-file-upload.has-Close label:after{width:calc(100% - 35px)}.sfx-input-file-upload.has-Close label:before{right:40px}.sfx-input-file-upload.has-Close symphony-icon{position:absolute;top:15px;right:0px}.sfx-input-label{font-weight:500;margin-left:5px;margin-bottom:5px}\n"] }]
|
|
2519
|
+
}], ctorParameters: function () { return []; }, propDecorators: { inputFileUploadModel: [{
|
|
2520
|
+
type: Input
|
|
2521
|
+
}], closeButtonClicked: [{
|
|
2522
|
+
type: Output
|
|
2523
|
+
}], getFileDetails: [{
|
|
2524
|
+
type: Output
|
|
2525
|
+
}] } });
|
|
2526
|
+
|
|
2527
|
+
class InputFileUploadModule {
|
|
2528
|
+
}
|
|
2529
|
+
InputFileUploadModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputFileUploadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2530
|
+
InputFileUploadModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputFileUploadModule, declarations: [InputFileUploadComponent], imports: [CommonModule, IconModule, TooltipWrapperModule, ParagraphModule], exports: [InputFileUploadComponent] });
|
|
2531
|
+
InputFileUploadModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputFileUploadModule, imports: [[CommonModule, IconModule, TooltipWrapperModule, ParagraphModule]] });
|
|
2532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputFileUploadModule, decorators: [{
|
|
2533
|
+
type: NgModule,
|
|
2534
|
+
args: [{
|
|
2535
|
+
declarations: [InputFileUploadComponent],
|
|
2536
|
+
imports: [CommonModule, IconModule, TooltipWrapperModule, ParagraphModule],
|
|
2537
|
+
exports: [InputFileUploadComponent],
|
|
2538
|
+
}]
|
|
2539
|
+
}] });
|
|
2540
|
+
|
|
2495
2541
|
var ColorNames;
|
|
2496
2542
|
(function (ColorNames) {
|
|
2497
2543
|
ColorNames["BLACK"] = "background-color-black";
|
|
@@ -2557,7 +2603,8 @@ AtomsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
|
|
|
2557
2603
|
NotificationsModule,
|
|
2558
2604
|
CharacterCounterModule,
|
|
2559
2605
|
InputTextareaModule,
|
|
2560
|
-
ColoredTextIndicatorModule
|
|
2606
|
+
ColoredTextIndicatorModule,
|
|
2607
|
+
InputFileUploadModule] });
|
|
2561
2608
|
AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, imports: [[], ButtonModule,
|
|
2562
2609
|
ContextualMenuModule,
|
|
2563
2610
|
AvatarModule,
|
|
@@ -2593,7 +2640,8 @@ AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
|
|
|
2593
2640
|
NotificationsModule,
|
|
2594
2641
|
CharacterCounterModule,
|
|
2595
2642
|
InputTextareaModule,
|
|
2596
|
-
ColoredTextIndicatorModule
|
|
2643
|
+
ColoredTextIndicatorModule,
|
|
2644
|
+
InputFileUploadModule] });
|
|
2597
2645
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, decorators: [{
|
|
2598
2646
|
type: NgModule,
|
|
2599
2647
|
args: [{
|
|
@@ -2635,7 +2683,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2635
2683
|
NotificationsModule,
|
|
2636
2684
|
CharacterCounterModule,
|
|
2637
2685
|
InputTextareaModule,
|
|
2638
|
-
ColoredTextIndicatorModule
|
|
2686
|
+
ColoredTextIndicatorModule,
|
|
2687
|
+
InputFileUploadModule
|
|
2639
2688
|
]
|
|
2640
2689
|
}]
|
|
2641
2690
|
}] });
|
|
@@ -7780,6 +7829,127 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7780
7829
|
}]
|
|
7781
7830
|
}] });
|
|
7782
7831
|
|
|
7832
|
+
class ToggleListPartialPageComponent {
|
|
7833
|
+
constructor() {
|
|
7834
|
+
this.updateSettingToggle = new EventEmitter();
|
|
7835
|
+
}
|
|
7836
|
+
updateSettingValue(event) {
|
|
7837
|
+
this.updateSettingToggle.emit(event);
|
|
7838
|
+
}
|
|
7839
|
+
}
|
|
7840
|
+
ToggleListPartialPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7841
|
+
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"] }] });
|
|
7842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageComponent, decorators: [{
|
|
7843
|
+
type: Component,
|
|
7844
|
+
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" }]
|
|
7845
|
+
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
7846
|
+
type: Input
|
|
7847
|
+
}], updateSettingToggle: [{
|
|
7848
|
+
type: Output
|
|
7849
|
+
}] } });
|
|
7850
|
+
|
|
7851
|
+
class FeedbackSettingDetailsPageComponent {
|
|
7852
|
+
constructor() {
|
|
7853
|
+
this.detailNavigationClicked = new EventEmitter();
|
|
7854
|
+
this.settingToggleClicked = new EventEmitter();
|
|
7855
|
+
}
|
|
7856
|
+
onDetailNavigationClick(event) {
|
|
7857
|
+
this.detailNavigationClicked.emit(event);
|
|
7858
|
+
}
|
|
7859
|
+
onToggleClick(event) {
|
|
7860
|
+
this.settingToggleClicked.emit(event);
|
|
7861
|
+
}
|
|
7862
|
+
}
|
|
7863
|
+
FeedbackSettingDetailsPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackSettingDetailsPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7864
|
+
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"] }] });
|
|
7865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackSettingDetailsPageComponent, decorators: [{
|
|
7866
|
+
type: Component,
|
|
7867
|
+
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" }]
|
|
7868
|
+
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
7869
|
+
type: Input
|
|
7870
|
+
}], detailNavigationClicked: [{
|
|
7871
|
+
type: Output
|
|
7872
|
+
}], settingToggleClicked: [{
|
|
7873
|
+
type: Output
|
|
7874
|
+
}] } });
|
|
7875
|
+
|
|
7876
|
+
class ToggleListPartialPageModule {
|
|
7877
|
+
}
|
|
7878
|
+
ToggleListPartialPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7879
|
+
ToggleListPartialPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageModule, declarations: [ToggleListPartialPageComponent], imports: [InputToggleModule,
|
|
7880
|
+
LabelledInputToggleModule,
|
|
7881
|
+
BrowserModule,
|
|
7882
|
+
AdminListModule,
|
|
7883
|
+
BreadcrumbModule,
|
|
7884
|
+
H3Module,
|
|
7885
|
+
LabelledToggleListModule], exports: [ToggleListPartialPageComponent] });
|
|
7886
|
+
ToggleListPartialPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageModule, imports: [[
|
|
7887
|
+
InputToggleModule,
|
|
7888
|
+
LabelledInputToggleModule,
|
|
7889
|
+
BrowserModule,
|
|
7890
|
+
AdminListModule,
|
|
7891
|
+
BreadcrumbModule,
|
|
7892
|
+
H3Module,
|
|
7893
|
+
LabelledToggleListModule,
|
|
7894
|
+
]] });
|
|
7895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToggleListPartialPageModule, decorators: [{
|
|
7896
|
+
type: NgModule,
|
|
7897
|
+
args: [{
|
|
7898
|
+
declarations: [ToggleListPartialPageComponent],
|
|
7899
|
+
exports: [ToggleListPartialPageComponent],
|
|
7900
|
+
imports: [
|
|
7901
|
+
InputToggleModule,
|
|
7902
|
+
LabelledInputToggleModule,
|
|
7903
|
+
BrowserModule,
|
|
7904
|
+
AdminListModule,
|
|
7905
|
+
BreadcrumbModule,
|
|
7906
|
+
H3Module,
|
|
7907
|
+
LabelledToggleListModule,
|
|
7908
|
+
],
|
|
7909
|
+
}]
|
|
7910
|
+
}] });
|
|
7911
|
+
|
|
7912
|
+
class FeedbackSettingDetailsPageModule {
|
|
7913
|
+
}
|
|
7914
|
+
FeedbackSettingDetailsPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackSettingDetailsPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7915
|
+
FeedbackSettingDetailsPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackSettingDetailsPageModule, declarations: [FeedbackSettingDetailsPageComponent], imports: [CommonModule,
|
|
7916
|
+
SettingsDetailNavigationListModule,
|
|
7917
|
+
SettingDetailsTemplateModule,
|
|
7918
|
+
BreadcrumbModule,
|
|
7919
|
+
H3Module,
|
|
7920
|
+
PlaceholderModule,
|
|
7921
|
+
ToggleListPartialPageModule], exports: [FeedbackSettingDetailsPageComponent] });
|
|
7922
|
+
FeedbackSettingDetailsPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackSettingDetailsPageModule, imports: [[
|
|
7923
|
+
CommonModule,
|
|
7924
|
+
SettingsDetailNavigationListModule,
|
|
7925
|
+
SettingDetailsTemplateModule,
|
|
7926
|
+
BreadcrumbModule,
|
|
7927
|
+
H3Module,
|
|
7928
|
+
PlaceholderModule,
|
|
7929
|
+
ToggleListPartialPageModule,
|
|
7930
|
+
]] });
|
|
7931
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackSettingDetailsPageModule, decorators: [{
|
|
7932
|
+
type: NgModule,
|
|
7933
|
+
args: [{
|
|
7934
|
+
declarations: [FeedbackSettingDetailsPageComponent],
|
|
7935
|
+
imports: [
|
|
7936
|
+
CommonModule,
|
|
7937
|
+
SettingsDetailNavigationListModule,
|
|
7938
|
+
SettingDetailsTemplateModule,
|
|
7939
|
+
BreadcrumbModule,
|
|
7940
|
+
H3Module,
|
|
7941
|
+
PlaceholderModule,
|
|
7942
|
+
ToggleListPartialPageModule,
|
|
7943
|
+
],
|
|
7944
|
+
exports: [FeedbackSettingDetailsPageComponent],
|
|
7945
|
+
}]
|
|
7946
|
+
}] });
|
|
7947
|
+
var PartialPages;
|
|
7948
|
+
(function (PartialPages) {
|
|
7949
|
+
PartialPages["EDITABLEPAGE"] = "EDITABLE PAGE";
|
|
7950
|
+
PartialPages["TOGGLELISTPAGE"] = "TOGGLE LIST PAGE";
|
|
7951
|
+
})(PartialPages || (PartialPages = {}));
|
|
7952
|
+
|
|
7783
7953
|
/*
|
|
7784
7954
|
* ATOMS
|
|
7785
7955
|
*/
|
|
@@ -7788,5 +7958,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7788
7958
|
* Generated bundle index. Do not edit.
|
|
7789
7959
|
*/
|
|
7790
7960
|
|
|
7791
|
-
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, ColoredTextIndicatorComponent, ColoredTextIndicatorModule, 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, GridNoRowsOverlayComponent, GridNoRowsOverlayModule, 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, OverflowTextTooltipComponent, OverflowTextTooltipModule, 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, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
7961
|
+
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, ColoredTextIndicatorComponent, ColoredTextIndicatorModule, 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, FeedbackSettingDetailsPageComponent, FeedbackSettingDetailsPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridNoRowsOverlayComponent, GridNoRowsOverlayModule, 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, InputFileUploadComponent, InputFileUploadModule, 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, OverflowTextTooltipComponent, OverflowTextTooltipModule, ParagraphComponent, ParagraphModule, PartialPages, 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, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
7792
7962
|
//# sourceMappingURL=symphony-talent-component-library.mjs.map
|