@symphony-talent/component-library 4.18.0 → 4.20.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/button-v2/button.component.mjs +2 -2
- package/esm2020/lib/atoms/input-search-checkbox-dropdown/input-search-checkbox-dropdown.component.mjs +1 -1
- package/esm2020/lib/atoms/notifications/notifications.component.mjs +1 -1
- package/esm2020/lib/atoms/sfx-loader/sfx-loader.component.mjs +5 -3
- package/esm2020/lib/molecules/editable-setting-item/editable-setting-item.component.mjs +24 -0
- package/esm2020/lib/molecules/editable-setting-item/editable-setting-item.component.model.mjs +6 -0
- package/esm2020/lib/molecules/editable-setting-item/editable-setting-item.module.mjs +21 -0
- package/esm2020/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.component.mjs +4 -3
- package/esm2020/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module.mjs +5 -4
- package/esm2020/lib/organisms/document-management-list/document-management-list.component.mjs +1 -1
- package/esm2020/lib/organisms/editable-setting-item-list/editable-setting-item-list.component.mjs +23 -0
- package/esm2020/lib/organisms/editable-setting-item-list/editable-setting-item-list.module.mjs +19 -0
- package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +1 -1
- package/esm2020/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +1 -1
- package/esm2020/lib/pages/feedback-list-page/feedback-list-page.component.mjs +1 -1
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +1 -1
- package/esm2020/lib/pages/modals/linkedin-premium-job-postings-modal/linkedin-premium-job-postings-modal.component.mjs +1 -1
- package/esm2020/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.mjs +42 -0
- package/esm2020/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.mjs +2 -0
- package/esm2020/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.module.mjs +46 -0
- package/esm2020/lib/pages/setting-detail-page/setting-detail-page.component.mjs +25 -6
- package/esm2020/lib/pages/setting-detail-page/setting-detail-page.component.model.mjs +1 -1
- package/esm2020/lib/pages/setting-detail-page/setting-detail-page.module.mjs +28 -4
- package/esm2020/projects/component-library/lib/atoms/button-v2/button.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/atoms/input-search-checkbox-dropdown/input-search-checkbox-dropdown.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/notifications/notifications.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.mjs +5 -3
- package/esm2020/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.component.mjs +24 -0
- package/esm2020/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.component.model.mjs +6 -0
- package/esm2020/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.module.mjs +21 -0
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.component.mjs +4 -3
- package/esm2020/projects/component-library/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module.mjs +5 -4
- package/esm2020/projects/component-library/lib/organisms/document-management-list/document-management-list.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/editable-setting-item-list/editable-setting-item-list.component.mjs +23 -0
- package/esm2020/projects/component-library/lib/organisms/editable-setting-item-list/editable-setting-item-list.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/linkedin-premium-job-postings-modal/linkedin-premium-job-postings-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.mjs +42 -0
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.module.mjs +46 -0
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.mjs +25 -6
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.module.mjs +28 -4
- package/esm2020/projects/component-library/public-api.mjs +9 -1
- package/esm2020/public-api.mjs +9 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +222 -31
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +222 -31
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +222 -31
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +222 -31
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/sfx-loader/sfx-loader.component.d.ts +2 -1
- package/lib/molecules/editable-setting-item/editable-setting-item.component.d.ts +11 -0
- package/lib/molecules/editable-setting-item/editable-setting-item.component.model.d.ts +10 -0
- package/lib/molecules/editable-setting-item/editable-setting-item.module.d.ts +11 -0
- package/lib/molecules/molecules.module.d.ts +3 -2
- package/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module.d.ts +2 -1
- package/lib/organisms/editable-setting-item-list/editable-setting-item-list.component.d.ts +11 -0
- package/lib/organisms/editable-setting-item-list/editable-setting-item-list.module.d.ts +9 -0
- package/lib/organisms/organisms.module.d.ts +2 -1
- package/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.d.ts +17 -0
- package/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.d.ts +8 -0
- package/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.module.d.ts +14 -0
- package/lib/pages/setting-detail-page/setting-detail-page.component.d.ts +8 -2
- package/lib/pages/setting-detail-page/setting-detail-page.component.model.d.ts +6 -2
- package/lib/pages/setting-detail-page/setting-detail-page.module.d.ts +3 -1
- package/package.json +1 -1
- package/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.d.ts +2 -1
- package/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.component.d.ts +11 -0
- package/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.component.model.d.ts +10 -0
- package/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.module.d.ts +11 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +3 -2
- package/projects/component-library/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module.d.ts +2 -1
- package/projects/component-library/lib/organisms/editable-setting-item-list/editable-setting-item-list.component.d.ts +11 -0
- package/projects/component-library/lib/organisms/editable-setting-item-list/editable-setting-item-list.module.d.ts +9 -0
- package/projects/component-library/lib/organisms/organisms.module.d.ts +2 -1
- package/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.d.ts +17 -0
- package/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.d.ts +8 -0
- package/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.module.d.ts +14 -0
- package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.d.ts +8 -2
- package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.model.d.ts +6 -2
- package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.module.d.ts +3 -1
- package/projects/component-library/public-api.d.ts +8 -0
- package/public-api.d.ts +8 -0
|
@@ -2,7 +2,8 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class SfxLoaderComponent {
|
|
3
3
|
leftStyle: number;
|
|
4
4
|
message?: string;
|
|
5
|
+
hasCustomMessage?: boolean;
|
|
5
6
|
constructor();
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SfxLoaderComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SfxLoaderComponent, "symphony-sfx-loader", never, { "leftStyle": "leftStyle"; "message": "message"; }, {}, never,
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SfxLoaderComponent, "symphony-sfx-loader", never, { "leftStyle": "leftStyle"; "message": "message"; "hasCustomMessage": "hasCustomMessage"; }, {}, never, ["[custom-message]"]>;
|
|
8
9
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { EditableSettingItemModel } from './editable-setting-item.component.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EditableSettingItemComponent {
|
|
5
|
+
editableSettingItemModel: EditableSettingItemModel;
|
|
6
|
+
valueChanged: EventEmitter<EditableSettingItemModel>;
|
|
7
|
+
constructor();
|
|
8
|
+
onValueChange(editableSettingItemModel: EditableSettingItemModel): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableSettingItemComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditableSettingItemComponent, "symphony-editable-setting-item", never, { "editableSettingItemModel": "editableSettingItemModel"; }, { "valueChanged": "valueChanged"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface EditableSettingItemModel {
|
|
2
|
+
settingLabel: string;
|
|
3
|
+
settingInputType: string;
|
|
4
|
+
settingInputValue: string;
|
|
5
|
+
settingKey: EditableSettingKey;
|
|
6
|
+
}
|
|
7
|
+
export declare enum EditableSettingKey {
|
|
8
|
+
NumberOfMessages = "NumberOfMessages",
|
|
9
|
+
NumberOfSms = "NumberOfSms"
|
|
10
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./editable-setting-item.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/paragraph/paragraph.module";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "../../pipe/pipe.module";
|
|
7
|
+
export declare class EditableSettingItemModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableSettingItemModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EditableSettingItemModule, [typeof i1.EditableSettingItemComponent], [typeof i2.CommonModule, typeof i3.ParagraphModule, typeof i4.FormsModule, typeof i5.PipeModule], [typeof i1.EditableSettingItemComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EditableSettingItemModule>;
|
|
11
|
+
}
|
|
@@ -19,9 +19,10 @@ import * as i17 from "./action-bar-selection-counter/action-bar-selection-counte
|
|
|
19
19
|
import * as i18 from "../atoms/input-textarea/input-textarea.module";
|
|
20
20
|
import * as i19 from "../atoms/character-counter/character-counter.module";
|
|
21
21
|
import * as i20 from "./settings-detail-navigation-item/settings-detail-navigation-item.module";
|
|
22
|
-
import * as i21 from "./
|
|
22
|
+
import * as i21 from "./editable-setting-item/editable-setting-item.module";
|
|
23
|
+
import * as i22 from "./phaser-card/phaser-card.module";
|
|
23
24
|
export declare class MoleculesModule {
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule, typeof i18.InputTextareaModule, typeof i19.CharacterCounterModule, typeof i20.SettingsDetailNavigationItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule, typeof i18.InputTextareaModule, typeof i19.CharacterCounterModule, typeof i20.SettingsDetailNavigationItemModule, typeof i21.EditableSettingItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i22.PhaserCardModule, typeof i20.SettingsDetailNavigationItemModule]>;
|
|
26
27
|
static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
|
|
27
28
|
}
|
package/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module.d.ts
CHANGED
|
@@ -3,8 +3,9 @@ import * as i1 from "./settings-detail-navigation-item.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../atoms/icon/icon.module";
|
|
5
5
|
import * as i4 from "../../atoms/paragraph/paragraph.module";
|
|
6
|
+
import * as i5 from "../../pipe/pipe.module";
|
|
6
7
|
export declare class SettingsDetailNavigationItemModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsDetailNavigationItemModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingsDetailNavigationItemModule, [typeof i1.SettingsDetailNavigationItemComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.ParagraphModule], [typeof i1.SettingsDetailNavigationItemComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingsDetailNavigationItemModule, [typeof i1.SettingsDetailNavigationItemComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.ParagraphModule, typeof i5.PipeModule], [typeof i1.SettingsDetailNavigationItemComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SettingsDetailNavigationItemModule>;
|
|
10
11
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { EditableSettingItemModel } from '../../molecules/editable-setting-item/editable-setting-item.component.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EditableSettingItemListComponent {
|
|
5
|
+
settingItemsList: EditableSettingItemModel[];
|
|
6
|
+
settingItemValueChanged: EventEmitter<EditableSettingItemModel>;
|
|
7
|
+
constructor();
|
|
8
|
+
onSettingItemValueChange(settingItemsList: EditableSettingItemModel): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableSettingItemListComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditableSettingItemListComponent, "symphony-editable-setting-item-list", never, { "settingItemsList": "settingItemsList"; }, { "settingItemValueChanged": "settingItemValueChanged"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./editable-setting-item-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../molecules/editable-setting-item/editable-setting-item.module";
|
|
5
|
+
export declare class EditableSettingItemListModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableSettingItemListModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EditableSettingItemListModule, [typeof i1.EditableSettingItemListComponent], [typeof i2.CommonModule, typeof i3.EditableSettingItemModule], [typeof i1.EditableSettingItemListComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EditableSettingItemListModule>;
|
|
9
|
+
}
|
|
@@ -19,8 +19,9 @@ import * as i17 from "./action-bar-job-list/action-bar-job-list.module";
|
|
|
19
19
|
import * as i18 from "./document-management-list/document-management-list.module";
|
|
20
20
|
import * as i19 from "./input-checkbox-list/input-checkbox-list.module";
|
|
21
21
|
import * as i20 from "./settings-detail-navigation-list/settings-detail-navigation-list.module";
|
|
22
|
+
import * as i21 from "./editable-setting-item-list/editable-setting-item-list.module";
|
|
22
23
|
export declare class OrganismsModule {
|
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule, typeof i20.SettingsDetailNavigationListModule], never>;
|
|
25
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule, typeof i20.SettingsDetailNavigationListModule, typeof i21.EditableSettingItemListModule], never>;
|
|
25
26
|
static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
|
|
26
27
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { EditableSettingPartialPageModel } from './editable-setting-partial-page.component.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EditableSettingPartialPageComponent {
|
|
5
|
+
partialPageModel: EditableSettingPartialPageModel;
|
|
6
|
+
isLoadingPartialPage?: boolean;
|
|
7
|
+
errorPageState?: boolean;
|
|
8
|
+
editableSettingValueChanged: EventEmitter<EditableSettingPartialPageModel>;
|
|
9
|
+
saveClicked: EventEmitter<EditableSettingPartialPageModel>;
|
|
10
|
+
reloadClicked: EventEmitter<any>;
|
|
11
|
+
constructor();
|
|
12
|
+
onEditableSettingValueChange(partialPageModel: EditableSettingPartialPageModel): void;
|
|
13
|
+
onSaveclick(partialPageModel: EditableSettingPartialPageModel): void;
|
|
14
|
+
onReloadClick(event: any): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableSettingPartialPageComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditableSettingPartialPageComponent, "symphony-editable-setting-partial-page", never, { "partialPageModel": "partialPageModel"; "isLoadingPartialPage": "isLoadingPartialPage"; "errorPageState": "errorPageState"; }, { "editableSettingValueChanged": "editableSettingValueChanged"; "saveClicked": "saveClicked"; "reloadClicked": "reloadClicked"; }, never, ["[dropdown-dropzone]"]>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EditableSettingItemModel } from "../../../../molecules/editable-setting-item/editable-setting-item.component.model";
|
|
2
|
+
export interface EditableSettingPartialPageModel {
|
|
3
|
+
settingItemsList: EditableSettingItemModel[];
|
|
4
|
+
partialTitle: string;
|
|
5
|
+
partialDescription: string;
|
|
6
|
+
isLoadingList?: boolean;
|
|
7
|
+
errorListState?: boolean;
|
|
8
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./editable-setting-partial-page.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../../../atoms/paragraph/paragraph.module";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "../../../../atoms/button-v2/button.module";
|
|
7
|
+
import * as i6 from "../../../../organisms/editable-setting-item-list/editable-setting-item-list.module";
|
|
8
|
+
import * as i7 from "../../../../atoms/sfx-loader/sfx-loader.module";
|
|
9
|
+
import * as i8 from "../../../../templates/placeholder/placeholder.module";
|
|
10
|
+
export declare class EditableSettingPartialPageModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableSettingPartialPageModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EditableSettingPartialPageModule, [typeof i1.EditableSettingPartialPageComponent], [typeof i2.CommonModule, typeof i3.ParagraphModule, typeof i4.FormsModule, typeof i5.ButtonV2Module, typeof i6.EditableSettingItemListModule, typeof i7.SfxLoaderModule, typeof i8.PlaceholderModule], [typeof i1.EditableSettingPartialPageComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EditableSettingPartialPageModule>;
|
|
14
|
+
}
|
|
@@ -4,8 +4,14 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class SettingDetailPageComponent {
|
|
5
5
|
model: SettingDetailPageModel;
|
|
6
6
|
detailNavigationClicked: EventEmitter<SettingDetailPageModel>;
|
|
7
|
+
outreachValueChanged: EventEmitter<SettingDetailPageModel>;
|
|
8
|
+
outreachSaveClicked: EventEmitter<SettingDetailPageModel>;
|
|
9
|
+
pageReloadClicked: EventEmitter<any>;
|
|
7
10
|
constructor();
|
|
8
|
-
onDetailNavigationClick(
|
|
11
|
+
onDetailNavigationClick(model: SettingDetailPageModel): void;
|
|
12
|
+
onOutreachValueChange(model: SettingDetailPageModel): void;
|
|
13
|
+
onOutreachSaveClick(model: SettingDetailPageModel): void;
|
|
14
|
+
onPageReloadClick(event: any): void;
|
|
9
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDetailPageComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SettingDetailPageComponent, "symphony-setting-detail-page", never, { "model": "model"; }, { "detailNavigationClicked": "detailNavigationClicked"; }, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SettingDetailPageComponent, "symphony-setting-detail-page", never, { "model": "model"; }, { "detailNavigationClicked": "detailNavigationClicked"; "outreachValueChanged": "outreachValueChanged"; "outreachSaveClicked": "outreachSaveClicked"; "pageReloadClicked": "pageReloadClicked"; }, never, ["[dropdown-dropzone]"]>;
|
|
11
17
|
}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { BreadcrumbModel } from
|
|
2
|
-
import { SettingDetailNavigationModel } from
|
|
1
|
+
import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
|
|
2
|
+
import { SettingDetailNavigationModel } from '../../molecules/settings-detail-navigation-item/settings-detail-navigation-item.model';
|
|
3
|
+
import { EditableSettingPartialPageModel } from './partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model';
|
|
3
4
|
export interface SettingDetailPageModel {
|
|
4
5
|
pageTitle: string;
|
|
5
6
|
breadcrumbs: BreadcrumbModel[];
|
|
6
7
|
navigationList: SettingDetailNavigationModel[];
|
|
8
|
+
partialPageModel: EditableSettingPartialPageModel;
|
|
9
|
+
isLoadingPartialPage?: boolean;
|
|
10
|
+
errorPageState?: boolean;
|
|
7
11
|
}
|
|
@@ -5,8 +5,10 @@ import * as i3 from "../../organisms/settings-detail-navigation-list/settings-de
|
|
|
5
5
|
import * as i4 from "../../templates/setting-details/setting-details-template.module";
|
|
6
6
|
import * as i5 from "../../molecules/breadcrumb/breadcrumb.module";
|
|
7
7
|
import * as i6 from "../../atoms/h3/h3.module";
|
|
8
|
+
import * as i7 from "./partial-page/editable-setting-partial-page/editable-setting-partial-page.module";
|
|
9
|
+
import * as i8 from "../../templates/placeholder/placeholder.module";
|
|
8
10
|
export declare class SettingDetailPageModule {
|
|
9
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDetailPageModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingDetailPageModule, [typeof i1.SettingDetailPageComponent], [typeof i2.CommonModule, typeof i3.SettingsDetailNavigationListModule, typeof i4.SettingDetailsTemplateModule, typeof i5.BreadcrumbModule, typeof i6.H3Module], [typeof i1.SettingDetailPageComponent]>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingDetailPageModule, [typeof i1.SettingDetailPageComponent], [typeof i2.CommonModule, typeof i3.SettingsDetailNavigationListModule, typeof i4.SettingDetailsTemplateModule, typeof i5.BreadcrumbModule, typeof i6.H3Module, typeof i7.EditableSettingPartialPageModule, typeof i8.PlaceholderModule], [typeof i1.SettingDetailPageComponent]>;
|
|
11
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<SettingDetailPageModule>;
|
|
12
14
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,8 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class SfxLoaderComponent {
|
|
3
3
|
leftStyle: number;
|
|
4
4
|
message?: string;
|
|
5
|
+
hasCustomMessage?: boolean;
|
|
5
6
|
constructor();
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SfxLoaderComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SfxLoaderComponent, "symphony-sfx-loader", never, { "leftStyle": "leftStyle"; "message": "message"; }, {}, never,
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SfxLoaderComponent, "symphony-sfx-loader", never, { "leftStyle": "leftStyle"; "message": "message"; "hasCustomMessage": "hasCustomMessage"; }, {}, never, ["[custom-message]"]>;
|
|
8
9
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { EditableSettingItemModel } from './editable-setting-item.component.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EditableSettingItemComponent {
|
|
5
|
+
editableSettingItemModel: EditableSettingItemModel;
|
|
6
|
+
valueChanged: EventEmitter<EditableSettingItemModel>;
|
|
7
|
+
constructor();
|
|
8
|
+
onValueChange(editableSettingItemModel: EditableSettingItemModel): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableSettingItemComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditableSettingItemComponent, "symphony-editable-setting-item", never, { "editableSettingItemModel": "editableSettingItemModel"; }, { "valueChanged": "valueChanged"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface EditableSettingItemModel {
|
|
2
|
+
settingLabel: string;
|
|
3
|
+
settingInputType: string;
|
|
4
|
+
settingInputValue: string;
|
|
5
|
+
settingKey: EditableSettingKey;
|
|
6
|
+
}
|
|
7
|
+
export declare enum EditableSettingKey {
|
|
8
|
+
NumberOfMessages = "NumberOfMessages",
|
|
9
|
+
NumberOfSms = "NumberOfSms"
|
|
10
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./editable-setting-item.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/paragraph/paragraph.module";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "../../pipe/pipe.module";
|
|
7
|
+
export declare class EditableSettingItemModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableSettingItemModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EditableSettingItemModule, [typeof i1.EditableSettingItemComponent], [typeof i2.CommonModule, typeof i3.ParagraphModule, typeof i4.FormsModule, typeof i5.PipeModule], [typeof i1.EditableSettingItemComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EditableSettingItemModule>;
|
|
11
|
+
}
|
|
@@ -19,9 +19,10 @@ import * as i17 from "./action-bar-selection-counter/action-bar-selection-counte
|
|
|
19
19
|
import * as i18 from "../atoms/input-textarea/input-textarea.module";
|
|
20
20
|
import * as i19 from "../atoms/character-counter/character-counter.module";
|
|
21
21
|
import * as i20 from "./settings-detail-navigation-item/settings-detail-navigation-item.module";
|
|
22
|
-
import * as i21 from "./
|
|
22
|
+
import * as i21 from "./editable-setting-item/editable-setting-item.module";
|
|
23
|
+
import * as i22 from "./phaser-card/phaser-card.module";
|
|
23
24
|
export declare class MoleculesModule {
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule, typeof i18.InputTextareaModule, typeof i19.CharacterCounterModule, typeof i20.SettingsDetailNavigationItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule, typeof i18.InputTextareaModule, typeof i19.CharacterCounterModule, typeof i20.SettingsDetailNavigationItemModule, typeof i21.EditableSettingItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i22.PhaserCardModule, typeof i20.SettingsDetailNavigationItemModule]>;
|
|
26
27
|
static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
|
|
27
28
|
}
|
|
@@ -3,8 +3,9 @@ import * as i1 from "./settings-detail-navigation-item.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../atoms/icon/icon.module";
|
|
5
5
|
import * as i4 from "../../atoms/paragraph/paragraph.module";
|
|
6
|
+
import * as i5 from "../../pipe/pipe.module";
|
|
6
7
|
export declare class SettingsDetailNavigationItemModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsDetailNavigationItemModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingsDetailNavigationItemModule, [typeof i1.SettingsDetailNavigationItemComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.ParagraphModule], [typeof i1.SettingsDetailNavigationItemComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingsDetailNavigationItemModule, [typeof i1.SettingsDetailNavigationItemComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.ParagraphModule, typeof i5.PipeModule], [typeof i1.SettingsDetailNavigationItemComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SettingsDetailNavigationItemModule>;
|
|
10
11
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { EditableSettingItemModel } from '../../molecules/editable-setting-item/editable-setting-item.component.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EditableSettingItemListComponent {
|
|
5
|
+
settingItemsList: EditableSettingItemModel[];
|
|
6
|
+
settingItemValueChanged: EventEmitter<EditableSettingItemModel>;
|
|
7
|
+
constructor();
|
|
8
|
+
onSettingItemValueChange(settingItemsList: EditableSettingItemModel): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableSettingItemListComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditableSettingItemListComponent, "symphony-editable-setting-item-list", never, { "settingItemsList": "settingItemsList"; }, { "settingItemValueChanged": "settingItemValueChanged"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./editable-setting-item-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../molecules/editable-setting-item/editable-setting-item.module";
|
|
5
|
+
export declare class EditableSettingItemListModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableSettingItemListModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EditableSettingItemListModule, [typeof i1.EditableSettingItemListComponent], [typeof i2.CommonModule, typeof i3.EditableSettingItemModule], [typeof i1.EditableSettingItemListComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EditableSettingItemListModule>;
|
|
9
|
+
}
|
|
@@ -19,8 +19,9 @@ import * as i17 from "./action-bar-job-list/action-bar-job-list.module";
|
|
|
19
19
|
import * as i18 from "./document-management-list/document-management-list.module";
|
|
20
20
|
import * as i19 from "./input-checkbox-list/input-checkbox-list.module";
|
|
21
21
|
import * as i20 from "./settings-detail-navigation-list/settings-detail-navigation-list.module";
|
|
22
|
+
import * as i21 from "./editable-setting-item-list/editable-setting-item-list.module";
|
|
22
23
|
export declare class OrganismsModule {
|
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule, typeof i20.SettingsDetailNavigationListModule], never>;
|
|
25
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule, typeof i20.SettingsDetailNavigationListModule, typeof i21.EditableSettingItemListModule], never>;
|
|
25
26
|
static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
|
|
26
27
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { EditableSettingPartialPageModel } from './editable-setting-partial-page.component.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EditableSettingPartialPageComponent {
|
|
5
|
+
partialPageModel: EditableSettingPartialPageModel;
|
|
6
|
+
isLoadingPartialPage?: boolean;
|
|
7
|
+
errorPageState?: boolean;
|
|
8
|
+
editableSettingValueChanged: EventEmitter<EditableSettingPartialPageModel>;
|
|
9
|
+
saveClicked: EventEmitter<EditableSettingPartialPageModel>;
|
|
10
|
+
reloadClicked: EventEmitter<any>;
|
|
11
|
+
constructor();
|
|
12
|
+
onEditableSettingValueChange(partialPageModel: EditableSettingPartialPageModel): void;
|
|
13
|
+
onSaveclick(partialPageModel: EditableSettingPartialPageModel): void;
|
|
14
|
+
onReloadClick(event: any): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableSettingPartialPageComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditableSettingPartialPageComponent, "symphony-editable-setting-partial-page", never, { "partialPageModel": "partialPageModel"; "isLoadingPartialPage": "isLoadingPartialPage"; "errorPageState": "errorPageState"; }, { "editableSettingValueChanged": "editableSettingValueChanged"; "saveClicked": "saveClicked"; "reloadClicked": "reloadClicked"; }, never, ["[dropdown-dropzone]"]>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EditableSettingItemModel } from "../../../../molecules/editable-setting-item/editable-setting-item.component.model";
|
|
2
|
+
export interface EditableSettingPartialPageModel {
|
|
3
|
+
settingItemsList: EditableSettingItemModel[];
|
|
4
|
+
partialTitle: string;
|
|
5
|
+
partialDescription: string;
|
|
6
|
+
isLoadingList?: boolean;
|
|
7
|
+
errorListState?: boolean;
|
|
8
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./editable-setting-partial-page.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../../../atoms/paragraph/paragraph.module";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "../../../../atoms/button-v2/button.module";
|
|
7
|
+
import * as i6 from "../../../../organisms/editable-setting-item-list/editable-setting-item-list.module";
|
|
8
|
+
import * as i7 from "../../../../atoms/sfx-loader/sfx-loader.module";
|
|
9
|
+
import * as i8 from "../../../../templates/placeholder/placeholder.module";
|
|
10
|
+
export declare class EditableSettingPartialPageModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableSettingPartialPageModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EditableSettingPartialPageModule, [typeof i1.EditableSettingPartialPageComponent], [typeof i2.CommonModule, typeof i3.ParagraphModule, typeof i4.FormsModule, typeof i5.ButtonV2Module, typeof i6.EditableSettingItemListModule, typeof i7.SfxLoaderModule, typeof i8.PlaceholderModule], [typeof i1.EditableSettingPartialPageComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EditableSettingPartialPageModule>;
|
|
14
|
+
}
|
package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.d.ts
CHANGED
|
@@ -4,8 +4,14 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class SettingDetailPageComponent {
|
|
5
5
|
model: SettingDetailPageModel;
|
|
6
6
|
detailNavigationClicked: EventEmitter<SettingDetailPageModel>;
|
|
7
|
+
outreachValueChanged: EventEmitter<SettingDetailPageModel>;
|
|
8
|
+
outreachSaveClicked: EventEmitter<SettingDetailPageModel>;
|
|
9
|
+
pageReloadClicked: EventEmitter<any>;
|
|
7
10
|
constructor();
|
|
8
|
-
onDetailNavigationClick(
|
|
11
|
+
onDetailNavigationClick(model: SettingDetailPageModel): void;
|
|
12
|
+
onOutreachValueChange(model: SettingDetailPageModel): void;
|
|
13
|
+
onOutreachSaveClick(model: SettingDetailPageModel): void;
|
|
14
|
+
onPageReloadClick(event: any): void;
|
|
9
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDetailPageComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SettingDetailPageComponent, "symphony-setting-detail-page", never, { "model": "model"; }, { "detailNavigationClicked": "detailNavigationClicked"; }, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SettingDetailPageComponent, "symphony-setting-detail-page", never, { "model": "model"; }, { "detailNavigationClicked": "detailNavigationClicked"; "outreachValueChanged": "outreachValueChanged"; "outreachSaveClicked": "outreachSaveClicked"; "pageReloadClicked": "pageReloadClicked"; }, never, ["[dropdown-dropzone]"]>;
|
|
11
17
|
}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { BreadcrumbModel } from
|
|
2
|
-
import { SettingDetailNavigationModel } from
|
|
1
|
+
import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
|
|
2
|
+
import { SettingDetailNavigationModel } from '../../molecules/settings-detail-navigation-item/settings-detail-navigation-item.model';
|
|
3
|
+
import { EditableSettingPartialPageModel } from './partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model';
|
|
3
4
|
export interface SettingDetailPageModel {
|
|
4
5
|
pageTitle: string;
|
|
5
6
|
breadcrumbs: BreadcrumbModel[];
|
|
6
7
|
navigationList: SettingDetailNavigationModel[];
|
|
8
|
+
partialPageModel: EditableSettingPartialPageModel;
|
|
9
|
+
isLoadingPartialPage?: boolean;
|
|
10
|
+
errorPageState?: boolean;
|
|
7
11
|
}
|
package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.module.d.ts
CHANGED
|
@@ -5,8 +5,10 @@ import * as i3 from "../../organisms/settings-detail-navigation-list/settings-de
|
|
|
5
5
|
import * as i4 from "../../templates/setting-details/setting-details-template.module";
|
|
6
6
|
import * as i5 from "../../molecules/breadcrumb/breadcrumb.module";
|
|
7
7
|
import * as i6 from "../../atoms/h3/h3.module";
|
|
8
|
+
import * as i7 from "./partial-page/editable-setting-partial-page/editable-setting-partial-page.module";
|
|
9
|
+
import * as i8 from "../../templates/placeholder/placeholder.module";
|
|
8
10
|
export declare class SettingDetailPageModule {
|
|
9
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDetailPageModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingDetailPageModule, [typeof i1.SettingDetailPageComponent], [typeof i2.CommonModule, typeof i3.SettingsDetailNavigationListModule, typeof i4.SettingDetailsTemplateModule, typeof i5.BreadcrumbModule, typeof i6.H3Module], [typeof i1.SettingDetailPageComponent]>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingDetailPageModule, [typeof i1.SettingDetailPageComponent], [typeof i2.CommonModule, typeof i3.SettingsDetailNavigationListModule, typeof i4.SettingDetailsTemplateModule, typeof i5.BreadcrumbModule, typeof i6.H3Module, typeof i7.EditableSettingPartialPageModule, typeof i8.PlaceholderModule], [typeof i1.SettingDetailPageComponent]>;
|
|
11
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<SettingDetailPageModule>;
|
|
12
14
|
}
|
|
@@ -139,6 +139,9 @@ export * from './lib/molecules/action-bar-selection-counter/action-bar-selection
|
|
|
139
139
|
export * from './lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.model';
|
|
140
140
|
export * from './lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.component';
|
|
141
141
|
export * from './lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module';
|
|
142
|
+
export * from './lib/molecules/editable-setting-item/editable-setting-item.component';
|
|
143
|
+
export * from './lib/molecules/editable-setting-item/editable-setting-item.component.model';
|
|
144
|
+
export * from './lib/molecules/editable-setting-item/editable-setting-item.module';
|
|
142
145
|
export * from './lib/molecules/molecules.module';
|
|
143
146
|
export * from './lib/organisms/card-list/card-list.component';
|
|
144
147
|
export * from './lib/organisms/card-list/card-list.module';
|
|
@@ -176,6 +179,8 @@ export * from './lib/organisms/input-checkbox-list/input-checkbox-list.component
|
|
|
176
179
|
export * from './lib/organisms/input-checkbox-list/input-checkbox-list.module';
|
|
177
180
|
export * from './lib/organisms/settings-detail-navigation-list/settings-detail-navigation-list.component';
|
|
178
181
|
export * from './lib/organisms/settings-detail-navigation-list/settings-detail-navigation-list.module';
|
|
182
|
+
export * from './lib/organisms/editable-setting-item-list/editable-setting-item-list.component';
|
|
183
|
+
export * from './lib/organisms/editable-setting-item-list/editable-setting-item-list.module';
|
|
179
184
|
export * from './lib/organisms/organisms.module';
|
|
180
185
|
export * from './lib/pages/events-settings-page/events-settings-page.component';
|
|
181
186
|
export * from './lib/pages/events-settings-page/events-settings-page.module';
|
|
@@ -211,6 +216,9 @@ export * from './lib/pages/job-list-page/job-list-page.model';
|
|
|
211
216
|
export * from './lib/pages/feedback-request-page/feedback-request-page.component';
|
|
212
217
|
export * from './lib/pages/feedback-request-page/feedback-request-page.module';
|
|
213
218
|
export * from './lib/pages/feedback-request-page/feedback-request-page.model';
|
|
219
|
+
export * from './lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model';
|
|
220
|
+
export * from './lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component';
|
|
221
|
+
export * from './lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.module';
|
|
214
222
|
export * from './lib/pages/setting-detail-page/setting-detail-page.component';
|
|
215
223
|
export * from './lib/pages/setting-detail-page/setting-detail-page.module';
|
|
216
224
|
export * from './lib/pages/setting-detail-page/setting-detail-page.component.model';
|
package/public-api.d.ts
CHANGED
|
@@ -139,6 +139,9 @@ export * from './lib/molecules/action-bar-selection-counter/action-bar-selection
|
|
|
139
139
|
export * from './lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.model';
|
|
140
140
|
export * from './lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.component';
|
|
141
141
|
export * from './lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.module';
|
|
142
|
+
export * from './lib/molecules/editable-setting-item/editable-setting-item.component';
|
|
143
|
+
export * from './lib/molecules/editable-setting-item/editable-setting-item.component.model';
|
|
144
|
+
export * from './lib/molecules/editable-setting-item/editable-setting-item.module';
|
|
142
145
|
export * from './lib/molecules/molecules.module';
|
|
143
146
|
export * from './lib/organisms/card-list/card-list.component';
|
|
144
147
|
export * from './lib/organisms/card-list/card-list.module';
|
|
@@ -176,6 +179,8 @@ export * from './lib/organisms/input-checkbox-list/input-checkbox-list.component
|
|
|
176
179
|
export * from './lib/organisms/input-checkbox-list/input-checkbox-list.module';
|
|
177
180
|
export * from './lib/organisms/settings-detail-navigation-list/settings-detail-navigation-list.component';
|
|
178
181
|
export * from './lib/organisms/settings-detail-navigation-list/settings-detail-navigation-list.module';
|
|
182
|
+
export * from './lib/organisms/editable-setting-item-list/editable-setting-item-list.component';
|
|
183
|
+
export * from './lib/organisms/editable-setting-item-list/editable-setting-item-list.module';
|
|
179
184
|
export * from './lib/organisms/organisms.module';
|
|
180
185
|
export * from './lib/pages/events-settings-page/events-settings-page.component';
|
|
181
186
|
export * from './lib/pages/events-settings-page/events-settings-page.module';
|
|
@@ -211,6 +216,9 @@ export * from './lib/pages/job-list-page/job-list-page.model';
|
|
|
211
216
|
export * from './lib/pages/feedback-request-page/feedback-request-page.component';
|
|
212
217
|
export * from './lib/pages/feedback-request-page/feedback-request-page.module';
|
|
213
218
|
export * from './lib/pages/feedback-request-page/feedback-request-page.model';
|
|
219
|
+
export * from './lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model';
|
|
220
|
+
export * from './lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component';
|
|
221
|
+
export * from './lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.module';
|
|
214
222
|
export * from './lib/pages/setting-detail-page/setting-detail-page.component';
|
|
215
223
|
export * from './lib/pages/setting-detail-page/setting-detail-page.module';
|
|
216
224
|
export * from './lib/pages/setting-detail-page/setting-detail-page.component.model';
|