@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.
Files changed (53) hide show
  1. package/esm2020/lib/atoms/atoms.module.mjs +8 -4
  2. package/esm2020/lib/atoms/input-file-upload/input-file-upload.component.mjs +38 -0
  3. package/esm2020/lib/atoms/input-file-upload/input-file-upload.model.mjs +2 -0
  4. package/esm2020/lib/atoms/input-file-upload/input-file-upload.module.mjs +21 -0
  5. package/esm2020/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.mjs +33 -0
  6. package/esm2020/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.model.mjs +2 -0
  7. package/esm2020/lib/pages/feedback-setting-details-page/feedback-setting-details-page.module.mjs +51 -0
  8. package/esm2020/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.mjs +23 -0
  9. package/esm2020/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.mjs +2 -0
  10. package/esm2020/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.mjs +46 -0
  11. package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +8 -4
  12. package/esm2020/projects/component-library/lib/atoms/input-file-upload/input-file-upload.component.mjs +38 -0
  13. package/esm2020/projects/component-library/lib/atoms/input-file-upload/input-file-upload.model.mjs +2 -0
  14. package/esm2020/projects/component-library/lib/atoms/input-file-upload/input-file-upload.module.mjs +21 -0
  15. package/esm2020/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.mjs +33 -0
  16. package/esm2020/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.model.mjs +2 -0
  17. package/esm2020/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.module.mjs +51 -0
  18. package/esm2020/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.mjs +23 -0
  19. package/esm2020/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.mjs +2 -0
  20. package/esm2020/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.mjs +46 -0
  21. package/esm2020/projects/component-library/public-api.mjs +7 -1
  22. package/esm2020/public-api.mjs +7 -1
  23. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +174 -4
  24. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  25. package/fesm2015/symphony-talent-component-library.mjs +174 -4
  26. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  27. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +174 -4
  28. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  29. package/fesm2020/symphony-talent-component-library.mjs +174 -4
  30. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  31. package/lib/atoms/atoms.module.d.ts +2 -1
  32. package/lib/atoms/input-file-upload/input-file-upload.component.d.ts +17 -0
  33. package/lib/atoms/input-file-upload/input-file-upload.model.d.ts +8 -0
  34. package/lib/atoms/input-file-upload/input-file-upload.module.d.ts +11 -0
  35. package/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.d.ts +15 -0
  36. package/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.model.d.ts +9 -0
  37. package/lib/pages/feedback-setting-details-page/feedback-setting-details-page.module.d.ts +18 -0
  38. package/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.d.ts +12 -0
  39. package/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.d.ts +5 -0
  40. package/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.d.ts +14 -0
  41. package/package.json +1 -1
  42. package/projects/component-library/lib/atoms/atoms.module.d.ts +2 -1
  43. package/projects/component-library/lib/atoms/input-file-upload/input-file-upload.component.d.ts +17 -0
  44. package/projects/component-library/lib/atoms/input-file-upload/input-file-upload.model.d.ts +8 -0
  45. package/projects/component-library/lib/atoms/input-file-upload/input-file-upload.module.d.ts +11 -0
  46. package/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.d.ts +15 -0
  47. package/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.model.d.ts +9 -0
  48. package/projects/component-library/lib/pages/feedback-setting-details-page/feedback-setting-details-page.module.d.ts +18 -0
  49. package/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.d.ts +12 -0
  50. package/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.model.d.ts +5 -0
  51. package/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.module.d.ts +14 -0
  52. package/projects/component-library/public-api.d.ts +6 -0
  53. package/public-api.d.ts +6 -0
@@ -35,8 +35,9 @@ import * as i33 from "./notifications/notifications.module";
35
35
  import * as i34 from "./character-counter/character-counter.module";
36
36
  import * as i35 from "./input-textarea/input-textarea.module";
37
37
  import * as i36 from "./grid/framework/colored-text-indicator/colored-text-indicator.module";
38
+ import * as i37 from "./input-file-upload/input-file-upload.module";
38
39
  export declare class AtomsModule {
39
40
  static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
40
- static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule, typeof i27.InputSearchCheckboxDropdownModule, typeof i28.InputChipsModule, typeof i29.PhaserModule, typeof i30.VerticalSeparatorModule, typeof i31.FormattedCounterModule, typeof i32.AdvanceFilterSelectedCounterModule, typeof i33.NotificationsModule, typeof i34.CharacterCounterModule, typeof i35.InputTextareaModule, typeof i36.ColoredTextIndicatorModule]>;
41
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule, typeof i27.InputSearchCheckboxDropdownModule, typeof i28.InputChipsModule, typeof i29.PhaserModule, typeof i30.VerticalSeparatorModule, typeof i31.FormattedCounterModule, typeof i32.AdvanceFilterSelectedCounterModule, typeof i33.NotificationsModule, typeof i34.CharacterCounterModule, typeof i35.InputTextareaModule, typeof i36.ColoredTextIndicatorModule, typeof i37.InputFileUploadModule]>;
41
42
  static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
42
43
  }
@@ -0,0 +1,17 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { InputFileUploadModel } from './input-file-upload.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InputFileUploadComponent implements OnInit {
5
+ inputFileUploadModel: InputFileUploadModel;
6
+ closeButtonClicked: EventEmitter<void>;
7
+ getFileDetails: EventEmitter<File>;
8
+ file: File;
9
+ filetypeAccepted: string;
10
+ constructor();
11
+ ngOnInit(): void;
12
+ onCloseButtonClick(): void;
13
+ onFileSelect(event: any): void;
14
+ onClick(event: any): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputFileUploadComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputFileUploadComponent, "symphony-input-file-upload", never, { "inputFileUploadModel": "inputFileUploadModel"; }, { "closeButtonClicked": "closeButtonClicked"; "getFileDetails": "getFileDetails"; }, never, never>;
17
+ }
@@ -0,0 +1,8 @@
1
+ export interface InputFileUploadModel {
2
+ fileValue: string;
3
+ inputLabel: string;
4
+ hasClose: boolean;
5
+ fileFormatAccepted: string[];
6
+ hasError?: boolean;
7
+ errorText?: string;
8
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./input-file-upload.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../icon/icon.module";
5
+ import * as i4 from "../tooltip-wrapper/tooltip-wrapper.module";
6
+ import * as i5 from "../paragraph/paragraph.module";
7
+ export declare class InputFileUploadModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputFileUploadModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InputFileUploadModule, [typeof i1.InputFileUploadComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.TooltipWrapperModule, typeof i5.ParagraphModule], [typeof i1.InputFileUploadComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<InputFileUploadModule>;
11
+ }
@@ -0,0 +1,15 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { FeedbackSettingDetailsPageModel } from './feedback-setting-details-page.component.model';
3
+ import { SettingDetailNavigationModel } from '../../molecules/settings-detail-navigation-item/settings-detail-navigation-item.model';
4
+ import { LabelledInputToggleModel } from '../../molecules/labelled-input-toggle/labelled-input-toggle.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class FeedbackSettingDetailsPageComponent {
7
+ model: FeedbackSettingDetailsPageModel;
8
+ detailNavigationClicked: EventEmitter<SettingDetailNavigationModel>;
9
+ settingToggleClicked: EventEmitter<LabelledInputToggleModel>;
10
+ constructor();
11
+ onDetailNavigationClick(event: SettingDetailNavigationModel): void;
12
+ onToggleClick(event: LabelledInputToggleModel): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackSettingDetailsPageComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackSettingDetailsPageComponent, "symphony-feedback-setting-details-page", never, { "model": "model"; }, { "detailNavigationClicked": "detailNavigationClicked"; "settingToggleClicked": "settingToggleClicked"; }, never, never>;
15
+ }
@@ -0,0 +1,9 @@
1
+ import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
2
+ import { SettingDetailNavigationModel } from '../../molecules/settings-detail-navigation-item/settings-detail-navigation-item.model';
3
+ import { ToggleListPartialPageModel } from '../toggle-list-partial-page/toggle-list-partial-page.model';
4
+ export interface FeedbackSettingDetailsPageModel {
5
+ pageTitle: string;
6
+ breadcrumbs: BreadcrumbModel[];
7
+ navigationList: SettingDetailNavigationModel[];
8
+ toggleListPartialPageModel: ToggleListPartialPageModel;
9
+ }
@@ -0,0 +1,18 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./feedback-setting-details-page.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../organisms/settings-detail-navigation-list/settings-detail-navigation-list.module";
5
+ import * as i4 from "../../templates/setting-details/setting-details-template.module";
6
+ import * as i5 from "../../molecules/breadcrumb/breadcrumb.module";
7
+ import * as i6 from "../../atoms/h3/h3.module";
8
+ import * as i7 from "../../templates/placeholder/placeholder.module";
9
+ import * as i8 from "../toggle-list-partial-page/toggle-list-partial-page.module";
10
+ export declare class FeedbackSettingDetailsPageModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackSettingDetailsPageModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackSettingDetailsPageModule, [typeof i1.FeedbackSettingDetailsPageComponent], [typeof i2.CommonModule, typeof i3.SettingsDetailNavigationListModule, typeof i4.SettingDetailsTemplateModule, typeof i5.BreadcrumbModule, typeof i6.H3Module, typeof i7.PlaceholderModule, typeof i8.ToggleListPartialPageModule], [typeof i1.FeedbackSettingDetailsPageComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackSettingDetailsPageModule>;
14
+ }
15
+ export declare enum PartialPages {
16
+ EDITABLEPAGE = "EDITABLE PAGE",
17
+ TOGGLELISTPAGE = "TOGGLE LIST PAGE"
18
+ }
@@ -0,0 +1,12 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { ToggleListPartialPageModel } from './toggle-list-partial-page.model';
3
+ import { LabelledInputToggleModel } from '../../molecules/labelled-input-toggle/labelled-input-toggle.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ToggleListPartialPageComponent {
6
+ model: ToggleListPartialPageModel;
7
+ updateSettingToggle: EventEmitter<LabelledInputToggleModel>;
8
+ constructor();
9
+ updateSettingValue(event: any): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToggleListPartialPageComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggleListPartialPageComponent, "symphony-toggle-list-partial-page", never, { "model": "model"; }, { "updateSettingToggle": "updateSettingToggle"; }, never, never>;
12
+ }
@@ -0,0 +1,5 @@
1
+ import { LabelledInputToggleModel } from '../../molecules/labelled-input-toggle/labelled-input-toggle.model';
2
+ export interface ToggleListPartialPageModel {
3
+ PageLabel: string;
4
+ toggleModels: LabelledInputToggleModel[];
5
+ }
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./toggle-list-partial-page.component";
3
+ import * as i2 from "../../atoms/input-toggle/input-toggle.module";
4
+ import * as i3 from "../../molecules/labelled-input-toggle/labelled-input-toggle.module";
5
+ import * as i4 from "@angular/platform-browser";
6
+ import * as i5 from "../../templates/admin-list/admin-list.module";
7
+ import * as i6 from "../../molecules/breadcrumb/breadcrumb.module";
8
+ import * as i7 from "../../atoms/h3/h3.module";
9
+ import * as i8 from "../../molecules/labelled-toggle-list/labelled-toggle-list.module";
10
+ export declare class ToggleListPartialPageModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToggleListPartialPageModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToggleListPartialPageModule, [typeof i1.ToggleListPartialPageComponent], [typeof i2.InputToggleModule, typeof i3.LabelledInputToggleModule, typeof i4.BrowserModule, typeof i5.AdminListModule, typeof i6.BreadcrumbModule, typeof i7.H3Module, typeof i8.LabelledToggleListModule], [typeof i1.ToggleListPartialPageComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<ToggleListPartialPageModule>;
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "4.44.0",
3
+ "version": "4.46.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "ag-grid-angular": "^24.0.0",
@@ -35,8 +35,9 @@ import * as i33 from "./notifications/notifications.module";
35
35
  import * as i34 from "./character-counter/character-counter.module";
36
36
  import * as i35 from "./input-textarea/input-textarea.module";
37
37
  import * as i36 from "./grid/framework/colored-text-indicator/colored-text-indicator.module";
38
+ import * as i37 from "./input-file-upload/input-file-upload.module";
38
39
  export declare class AtomsModule {
39
40
  static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
40
- static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule, typeof i27.InputSearchCheckboxDropdownModule, typeof i28.InputChipsModule, typeof i29.PhaserModule, typeof i30.VerticalSeparatorModule, typeof i31.FormattedCounterModule, typeof i32.AdvanceFilterSelectedCounterModule, typeof i33.NotificationsModule, typeof i34.CharacterCounterModule, typeof i35.InputTextareaModule, typeof i36.ColoredTextIndicatorModule]>;
41
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule, typeof i27.InputSearchCheckboxDropdownModule, typeof i28.InputChipsModule, typeof i29.PhaserModule, typeof i30.VerticalSeparatorModule, typeof i31.FormattedCounterModule, typeof i32.AdvanceFilterSelectedCounterModule, typeof i33.NotificationsModule, typeof i34.CharacterCounterModule, typeof i35.InputTextareaModule, typeof i36.ColoredTextIndicatorModule, typeof i37.InputFileUploadModule]>;
41
42
  static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
42
43
  }
@@ -0,0 +1,17 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { InputFileUploadModel } from './input-file-upload.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InputFileUploadComponent implements OnInit {
5
+ inputFileUploadModel: InputFileUploadModel;
6
+ closeButtonClicked: EventEmitter<void>;
7
+ getFileDetails: EventEmitter<File>;
8
+ file: File;
9
+ filetypeAccepted: string;
10
+ constructor();
11
+ ngOnInit(): void;
12
+ onCloseButtonClick(): void;
13
+ onFileSelect(event: any): void;
14
+ onClick(event: any): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputFileUploadComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputFileUploadComponent, "symphony-input-file-upload", never, { "inputFileUploadModel": "inputFileUploadModel"; }, { "closeButtonClicked": "closeButtonClicked"; "getFileDetails": "getFileDetails"; }, never, never>;
17
+ }
@@ -0,0 +1,8 @@
1
+ export interface InputFileUploadModel {
2
+ fileValue: string;
3
+ inputLabel: string;
4
+ hasClose: boolean;
5
+ fileFormatAccepted: string[];
6
+ hasError?: boolean;
7
+ errorText?: string;
8
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./input-file-upload.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../icon/icon.module";
5
+ import * as i4 from "../tooltip-wrapper/tooltip-wrapper.module";
6
+ import * as i5 from "../paragraph/paragraph.module";
7
+ export declare class InputFileUploadModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputFileUploadModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InputFileUploadModule, [typeof i1.InputFileUploadComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.TooltipWrapperModule, typeof i5.ParagraphModule], [typeof i1.InputFileUploadComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<InputFileUploadModule>;
11
+ }
@@ -0,0 +1,15 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { FeedbackSettingDetailsPageModel } from './feedback-setting-details-page.component.model';
3
+ import { SettingDetailNavigationModel } from '../../molecules/settings-detail-navigation-item/settings-detail-navigation-item.model';
4
+ import { LabelledInputToggleModel } from '../../molecules/labelled-input-toggle/labelled-input-toggle.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class FeedbackSettingDetailsPageComponent {
7
+ model: FeedbackSettingDetailsPageModel;
8
+ detailNavigationClicked: EventEmitter<SettingDetailNavigationModel>;
9
+ settingToggleClicked: EventEmitter<LabelledInputToggleModel>;
10
+ constructor();
11
+ onDetailNavigationClick(event: SettingDetailNavigationModel): void;
12
+ onToggleClick(event: LabelledInputToggleModel): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackSettingDetailsPageComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackSettingDetailsPageComponent, "symphony-feedback-setting-details-page", never, { "model": "model"; }, { "detailNavigationClicked": "detailNavigationClicked"; "settingToggleClicked": "settingToggleClicked"; }, never, never>;
15
+ }
@@ -0,0 +1,9 @@
1
+ import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
2
+ import { SettingDetailNavigationModel } from '../../molecules/settings-detail-navigation-item/settings-detail-navigation-item.model';
3
+ import { ToggleListPartialPageModel } from '../toggle-list-partial-page/toggle-list-partial-page.model';
4
+ export interface FeedbackSettingDetailsPageModel {
5
+ pageTitle: string;
6
+ breadcrumbs: BreadcrumbModel[];
7
+ navigationList: SettingDetailNavigationModel[];
8
+ toggleListPartialPageModel: ToggleListPartialPageModel;
9
+ }
@@ -0,0 +1,18 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./feedback-setting-details-page.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../organisms/settings-detail-navigation-list/settings-detail-navigation-list.module";
5
+ import * as i4 from "../../templates/setting-details/setting-details-template.module";
6
+ import * as i5 from "../../molecules/breadcrumb/breadcrumb.module";
7
+ import * as i6 from "../../atoms/h3/h3.module";
8
+ import * as i7 from "../../templates/placeholder/placeholder.module";
9
+ import * as i8 from "../toggle-list-partial-page/toggle-list-partial-page.module";
10
+ export declare class FeedbackSettingDetailsPageModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackSettingDetailsPageModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackSettingDetailsPageModule, [typeof i1.FeedbackSettingDetailsPageComponent], [typeof i2.CommonModule, typeof i3.SettingsDetailNavigationListModule, typeof i4.SettingDetailsTemplateModule, typeof i5.BreadcrumbModule, typeof i6.H3Module, typeof i7.PlaceholderModule, typeof i8.ToggleListPartialPageModule], [typeof i1.FeedbackSettingDetailsPageComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackSettingDetailsPageModule>;
14
+ }
15
+ export declare enum PartialPages {
16
+ EDITABLEPAGE = "EDITABLE PAGE",
17
+ TOGGLELISTPAGE = "TOGGLE LIST PAGE"
18
+ }
@@ -0,0 +1,12 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { ToggleListPartialPageModel } from './toggle-list-partial-page.model';
3
+ import { LabelledInputToggleModel } from '../../molecules/labelled-input-toggle/labelled-input-toggle.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ToggleListPartialPageComponent {
6
+ model: ToggleListPartialPageModel;
7
+ updateSettingToggle: EventEmitter<LabelledInputToggleModel>;
8
+ constructor();
9
+ updateSettingValue(event: any): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToggleListPartialPageComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggleListPartialPageComponent, "symphony-toggle-list-partial-page", never, { "model": "model"; }, { "updateSettingToggle": "updateSettingToggle"; }, never, never>;
12
+ }
@@ -0,0 +1,5 @@
1
+ import { LabelledInputToggleModel } from '../../molecules/labelled-input-toggle/labelled-input-toggle.model';
2
+ export interface ToggleListPartialPageModel {
3
+ PageLabel: string;
4
+ toggleModels: LabelledInputToggleModel[];
5
+ }
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./toggle-list-partial-page.component";
3
+ import * as i2 from "../../atoms/input-toggle/input-toggle.module";
4
+ import * as i3 from "../../molecules/labelled-input-toggle/labelled-input-toggle.module";
5
+ import * as i4 from "@angular/platform-browser";
6
+ import * as i5 from "../../templates/admin-list/admin-list.module";
7
+ import * as i6 from "../../molecules/breadcrumb/breadcrumb.module";
8
+ import * as i7 from "../../atoms/h3/h3.module";
9
+ import * as i8 from "../../molecules/labelled-toggle-list/labelled-toggle-list.module";
10
+ export declare class ToggleListPartialPageModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToggleListPartialPageModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToggleListPartialPageModule, [typeof i1.ToggleListPartialPageComponent], [typeof i2.InputToggleModule, typeof i3.LabelledInputToggleModule, typeof i4.BrowserModule, typeof i5.AdminListModule, typeof i6.BreadcrumbModule, typeof i7.H3Module, typeof i8.LabelledToggleListModule], [typeof i1.ToggleListPartialPageComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<ToggleListPartialPageModule>;
14
+ }
@@ -111,6 +111,9 @@ export * from './lib/atoms/advance-filter-selected-counter/advance-filter-select
111
111
  export * from './lib/atoms/notifications/notifications.component';
112
112
  export * from './lib/atoms/notifications/notifications.model';
113
113
  export * from './lib/atoms/notifications/notifications.module';
114
+ export * from './lib/atoms/input-file-upload/input-file-upload.component';
115
+ export * from './lib/atoms/input-file-upload/input-file-upload.model';
116
+ export * from './lib/atoms/input-file-upload/input-file-upload.module';
114
117
  export * from './lib/atoms/color-sample/color-sample.enum';
115
118
  export * from './lib/atoms/atoms.module';
116
119
  export * from './lib/molecules/breadcrumb/breadcrumb.component';
@@ -230,5 +233,8 @@ export * from './lib/pages/setting-detail-page/partial-page/editable-setting-par
230
233
  export * from './lib/pages/setting-detail-page/setting-detail-page.component';
231
234
  export * from './lib/pages/setting-detail-page/setting-detail-page.module';
232
235
  export * from './lib/pages/setting-detail-page/setting-detail-page.component.model';
236
+ export * from './lib/pages/feedback-setting-details-page/feedback-setting-details-page.component';
237
+ export * from './lib/pages/feedback-setting-details-page/feedback-setting-details-page.module';
238
+ export * from './lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.model';
233
239
  export * from './lib/pipe/trim-id.pipe';
234
240
  export * from './lib/pipe/pipe.module';
package/public-api.d.ts CHANGED
@@ -111,6 +111,9 @@ export * from './lib/atoms/advance-filter-selected-counter/advance-filter-select
111
111
  export * from './lib/atoms/notifications/notifications.component';
112
112
  export * from './lib/atoms/notifications/notifications.model';
113
113
  export * from './lib/atoms/notifications/notifications.module';
114
+ export * from './lib/atoms/input-file-upload/input-file-upload.component';
115
+ export * from './lib/atoms/input-file-upload/input-file-upload.model';
116
+ export * from './lib/atoms/input-file-upload/input-file-upload.module';
114
117
  export * from './lib/atoms/color-sample/color-sample.enum';
115
118
  export * from './lib/atoms/atoms.module';
116
119
  export * from './lib/molecules/breadcrumb/breadcrumb.component';
@@ -230,5 +233,8 @@ export * from './lib/pages/setting-detail-page/partial-page/editable-setting-par
230
233
  export * from './lib/pages/setting-detail-page/setting-detail-page.component';
231
234
  export * from './lib/pages/setting-detail-page/setting-detail-page.module';
232
235
  export * from './lib/pages/setting-detail-page/setting-detail-page.component.model';
236
+ export * from './lib/pages/feedback-setting-details-page/feedback-setting-details-page.component';
237
+ export * from './lib/pages/feedback-setting-details-page/feedback-setting-details-page.module';
238
+ export * from './lib/pages/feedback-setting-details-page/feedback-setting-details-page.component.model';
233
239
  export * from './lib/pipe/trim-id.pipe';
234
240
  export * from './lib/pipe/pipe.module';