@symphony-talent/component-library 3.21.2 → 3.22.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/molecules/button-with-icon/button-with-icon.component.mjs +3 -3
- package/esm2020/lib/molecules/document-management-item/document-management-item.component.mjs +33 -0
- package/esm2020/lib/molecules/document-management-item/document-management-item.model.mjs +2 -0
- package/esm2020/lib/molecules/document-management-item/document-management-item.module.mjs +42 -0
- package/esm2020/lib/molecules/feedback-card/feedback-card.component.mjs +6 -8
- package/esm2020/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/lib/organisms/action-bar/action-bar.component.mjs +3 -3
- package/esm2020/lib/organisms/confirmation-modal/confirmation-modal.component.mjs +33 -0
- package/esm2020/lib/organisms/confirmation-modal/confirmation-modal.model.mjs +2 -0
- package/esm2020/lib/organisms/confirmation-modal/confirmation-modal.module.mjs +22 -0
- package/esm2020/lib/organisms/document-management-list/document-management-list.component.mjs +43 -0
- package/esm2020/lib/organisms/document-management-list/document-management-list.module.mjs +23 -0
- package/esm2020/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.mjs +2 -2
- package/esm2020/lib/organisms/feedback-detail-interest-form/feedback-detail-interest-form.component.mjs +2 -2
- package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +2 -2
- package/esm2020/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.mjs +3 -3
- package/esm2020/lib/organisms/organisms.module.mjs +12 -8
- package/esm2020/lib/pages/feedback-list-page/feedback-list-page.component.mjs +2 -2
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +4 -4
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +5 -5
- package/esm2020/lib/templates/feeback-list-template/feedback-list-template.component.mjs +3 -3
- package/esm2020/lib/templates/feedback-detail-template/feedback-detail-template.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/molecules/button-with-icon/button-with-icon.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.component.mjs +33 -0
- package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.module.mjs +42 -0
- package/esm2020/projects/component-library/lib/molecules/feedback-card/feedback-card.component.mjs +6 -8
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/organisms/action-bar/action-bar.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.component.mjs +33 -0
- package/esm2020/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.module.mjs +22 -0
- package/esm2020/projects/component-library/lib/organisms/document-management-list/document-management-list.component.mjs +43 -0
- package/esm2020/projects/component-library/lib/organisms/document-management-list/document-management-list.module.mjs +23 -0
- package/esm2020/projects/component-library/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/organisms/feedback-detail-interest-form/feedback-detail-interest-form.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +12 -8
- package/esm2020/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +4 -4
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +5 -5
- package/esm2020/projects/component-library/lib/templates/feeback-list-template/feedback-list-template.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/templates/feedback-detail-template/feedback-detail-template.component.mjs +3 -3
- 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 +188 -75
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +188 -75
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +188 -75
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +188 -75
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/molecules/document-management-item/document-management-item.component.d.ts +13 -0
- package/lib/molecules/document-management-item/document-management-item.model.d.ts +14 -0
- package/lib/molecules/document-management-item/document-management-item.module.d.ts +13 -0
- package/lib/molecules/molecules.module.d.ts +2 -1
- package/lib/organisms/confirmation-modal/confirmation-modal.component.d.ts +13 -0
- package/lib/organisms/{cancel-modal/cancel-modal.model.d.ts → confirmation-modal/confirmation-modal.model.d.ts} +3 -1
- package/lib/organisms/confirmation-modal/confirmation-modal.module.d.ts +12 -0
- package/lib/organisms/document-management-list/document-management-list.component.d.ts +17 -0
- package/lib/organisms/document-management-list/document-management-list.module.d.ts +13 -0
- package/lib/organisms/organisms.module.d.ts +3 -2
- package/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +2 -2
- package/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +2 -2
- package/package.json +1 -1
- package/projects/component-library/global.scss +5 -0
- package/projects/component-library/lib/molecules/document-management-item/document-management-item.component.d.ts +13 -0
- package/projects/component-library/lib/molecules/document-management-item/document-management-item.model.d.ts +14 -0
- package/projects/component-library/lib/molecules/document-management-item/document-management-item.module.d.ts +13 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +2 -1
- package/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.component.d.ts +13 -0
- package/projects/component-library/lib/organisms/{cancel-modal/cancel-modal.model.d.ts → confirmation-modal/confirmation-modal.model.d.ts} +3 -1
- package/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.module.d.ts +12 -0
- package/projects/component-library/lib/organisms/document-management-list/document-management-list.component.d.ts +17 -0
- package/projects/component-library/lib/organisms/document-management-list/document-management-list.module.d.ts +13 -0
- package/projects/component-library/lib/organisms/organisms.module.d.ts +3 -2
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +2 -2
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +2 -2
- package/projects/component-library/public-api.d.ts +8 -0
- package/public-api.d.ts +8 -0
- package/esm2020/lib/organisms/cancel-modal/cancel-modal.component.mjs +0 -32
- package/esm2020/lib/organisms/cancel-modal/cancel-modal.model.mjs +0 -2
- package/esm2020/lib/organisms/cancel-modal/cancel-modal.module.mjs +0 -22
- package/esm2020/projects/component-library/lib/organisms/cancel-modal/cancel-modal.component.mjs +0 -32
- package/esm2020/projects/component-library/lib/organisms/cancel-modal/cancel-modal.model.mjs +0 -2
- package/esm2020/projects/component-library/lib/organisms/cancel-modal/cancel-modal.module.mjs +0 -22
- package/lib/organisms/cancel-modal/cancel-modal.component.d.ts +0 -13
- package/lib/organisms/cancel-modal/cancel-modal.module.d.ts +0 -12
- package/projects/component-library/lib/organisms/cancel-modal/cancel-modal.component.d.ts +0 -13
- package/projects/component-library/lib/organisms/cancel-modal/cancel-modal.module.d.ts +0 -12
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { DocumentManagementItemModel, DocumentManagementMoreOptionEvent } from './document-management-item.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DocumentManagementItemComponent {
|
|
5
|
+
documentManagementItemModel: DocumentManagementItemModel;
|
|
6
|
+
previewClicked: EventEmitter<DocumentManagementItemModel>;
|
|
7
|
+
moreOptionClicked: EventEmitter<DocumentManagementMoreOptionEvent>;
|
|
8
|
+
constructor();
|
|
9
|
+
onPreviewClicked(): void;
|
|
10
|
+
onMoreOptionClicked(DocumentManagementMoreOptionEvent: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentManagementItemComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentManagementItemComponent, "symphony-document-management-item", never, { "documentManagementItemModel": "documentManagementItemModel"; }, { "previewClicked": "previewClicked"; "moreOptionClicked": "moreOptionClicked"; }, never, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ContextualMenuModel } from '../../atoms/contextual-menu/contextual-menu.model';
|
|
2
|
+
export interface DocumentManagementItemModel {
|
|
3
|
+
hasPreview: boolean;
|
|
4
|
+
fileName: string;
|
|
5
|
+
fileType: string;
|
|
6
|
+
addedDate: string;
|
|
7
|
+
uploadedBy: string;
|
|
8
|
+
moreActions: ContextualMenuModel;
|
|
9
|
+
identifier?: string;
|
|
10
|
+
}
|
|
11
|
+
export interface DocumentManagementMoreOptionEvent {
|
|
12
|
+
option: string;
|
|
13
|
+
item: DocumentManagementItemModel;
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./document-management-item.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/contextual-menu/contextual-menu.module";
|
|
5
|
+
import * as i4 from "../../atoms/h5/h5.module";
|
|
6
|
+
import * as i5 from "../../atoms/icon/icon.module";
|
|
7
|
+
import * as i6 from "../../atoms/icon-wrapper/icon-wrapper.module";
|
|
8
|
+
import * as i7 from "../../atoms/paragraph/paragraph.module";
|
|
9
|
+
export declare class DocumentManagementItemModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentManagementItemModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentManagementItemModule, [typeof i1.DocumentManagementItemComponent], [typeof i2.CommonModule, typeof i3.ContextualMenuModule, typeof i4.H5Module, typeof i5.IconModule, typeof i6.IconWrapperModule, typeof i7.ParagraphModule], [typeof i1.DocumentManagementItemComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentManagementItemModule>;
|
|
13
|
+
}
|
|
@@ -13,8 +13,9 @@ import * as i11 from "./sfx-accordion-header/sfx-accordion-header.module";
|
|
|
13
13
|
import * as i12 from "./file-upload/file-upload.module";
|
|
14
14
|
import * as i13 from "./file-upload-status/file-upload-status.module";
|
|
15
15
|
import * as i14 from "./button-with-icon/button-with-icon.module";
|
|
16
|
+
import * as i15 from "./document-management-item/document-management-item.module";
|
|
16
17
|
export declare class MoleculesModule {
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
|
|
18
|
-
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 i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule]>;
|
|
19
|
+
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.DocumentManagementItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i15.DocumentManagementItemModule]>;
|
|
19
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
|
|
20
21
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ConfirmationModel } from './confirmation-modal.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ConfirmationModalComponent {
|
|
5
|
+
model: Partial<ConfirmationModel>;
|
|
6
|
+
buttonClicked: EventEmitter<string>;
|
|
7
|
+
closeButtonClicked: EventEmitter<string>;
|
|
8
|
+
constructor();
|
|
9
|
+
onButtonClick(text: string): void;
|
|
10
|
+
onCloseButtonClick(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationModalComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationModalComponent, "symphony-confirmation-modal", never, { "model": "model"; }, { "buttonClicked": "buttonClicked"; "closeButtonClicked": "closeButtonClicked"; }, never, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./confirmation-modal.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h4/h4.module";
|
|
5
|
+
import * as i4 from "../../atoms/paragraph/paragraph.module";
|
|
6
|
+
import * as i5 from "../../atoms/icon/icon.module";
|
|
7
|
+
import * as i6 from "../../atoms/button/button.module";
|
|
8
|
+
export declare class ConfirmationModalModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationModalModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationModalModule, [typeof i1.ConfirmationModalComponent], [typeof i2.CommonModule, typeof i3.H4Module, typeof i4.ParagraphModule, typeof i5.IconModule, typeof i6.ButtonModule], [typeof i1.ConfirmationModalComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmationModalModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { DocumentManagementItemModel } from '../../molecules/document-management-item/document-management-item.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DocumentManagementListComponent implements OnInit {
|
|
5
|
+
isLoading: boolean;
|
|
6
|
+
documentManagementList: DocumentManagementItemModel[];
|
|
7
|
+
moreOptionClick: EventEmitter<DocumentManagementItemModel>;
|
|
8
|
+
previewClick: EventEmitter<DocumentManagementItemModel>;
|
|
9
|
+
uploadClick: EventEmitter<string>;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
onMoreClick(documentManagementItemModel: any): void;
|
|
13
|
+
onPreviewClick(documentManagementItemModel: any): void;
|
|
14
|
+
onUploadClick(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentManagementListComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentManagementListComponent, "symphony-document-management-list", never, { "documentManagementList": "documentManagementList"; }, { "moreOptionClick": "moreOptionClick"; "previewClick": "previewClick"; "uploadClick": "uploadClick"; }, never, never>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./document-management-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h3/h3.module";
|
|
5
|
+
import * as i4 from "../../molecules/document-management-item/document-management-item.module";
|
|
6
|
+
import * as i5 from "../../atoms/sfx-loader/sfx-loader.module";
|
|
7
|
+
import * as i6 from "../../atoms/icon/icon.module";
|
|
8
|
+
import * as i7 from "../../atoms/icon-wrapper/icon-wrapper.module";
|
|
9
|
+
export declare class DocumentManagementListModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentManagementListModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentManagementListModule, [typeof i1.DocumentManagementListComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.DocumentManagementItemModule, typeof i5.SfxLoaderModule, typeof i6.IconModule, typeof i7.IconWrapperModule], [typeof i1.DocumentManagementListComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentManagementListModule>;
|
|
13
|
+
}
|
|
@@ -5,7 +5,7 @@ import * as i3 from "./task-list/task-list.module";
|
|
|
5
5
|
import * as i4 from "../design-guide/typography/typography.module";
|
|
6
6
|
import * as i5 from "../design-guide/icon-explorer/icon-explorer.module";
|
|
7
7
|
import * as i6 from "./card-list/card-list.module";
|
|
8
|
-
import * as i7 from "./
|
|
8
|
+
import * as i7 from "./confirmation-modal/confirmation-modal.module";
|
|
9
9
|
import * as i8 from "./upload-resume-modal/upload-resume-modal.module";
|
|
10
10
|
import * as i9 from "./feedback-card-list/feedback-card-list.module";
|
|
11
11
|
import * as i10 from "./feedback-detail-header/feedback-detail-header.module";
|
|
@@ -15,8 +15,9 @@ import * as i13 from "./grid-actions-job-list/grid-actions-job-list.module";
|
|
|
15
15
|
import * as i14 from "./grid-controls-job-list/grid-controls-job-list.module";
|
|
16
16
|
import * as i15 from "./action-bar/action-bar.module";
|
|
17
17
|
import * as i16 from "./action-bar-job-list/action-bar-job-list.module";
|
|
18
|
+
import * as i17 from "./document-management-list/document-management-list.module";
|
|
18
19
|
export declare class OrganismsModule {
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
|
|
20
|
-
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.
|
|
21
|
+
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.GridActionsJobListModule, typeof i14.GridControlsJobListModule, typeof i15.ActionBarModule, typeof i16.ActionBarJobListModule, typeof i17.DocumentManagementListModule], never>;
|
|
21
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
|
|
22
23
|
}
|
|
@@ -3,7 +3,7 @@ import { OrderSummaryModel } from '../../../organisms/order-summary/order-summar
|
|
|
3
3
|
import { H5WithIconModel } from '../../../molecules/h5-with-icon/h5-with-icon.model';
|
|
4
4
|
import { AdvertiseModalModel, PostingBoardsSelectionModel } from './advertise-modal.model';
|
|
5
5
|
import { InvoiceModel } from '../../../molecules/invoice-line-item/invoice-line-item.model';
|
|
6
|
-
import {
|
|
6
|
+
import { ConfirmationModel } from '../../../organisms/confirmation-modal/confirmation-modal.model';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class AdvertiseModalComponent implements OnInit, OnChanges {
|
|
9
9
|
model: Partial<AdvertiseModalModel>;
|
|
@@ -13,7 +13,7 @@ export declare class AdvertiseModalComponent implements OnInit, OnChanges {
|
|
|
13
13
|
orderSummary: OrderSummaryModel;
|
|
14
14
|
subTitle: H5WithIconModel;
|
|
15
15
|
fundsInfo: H5WithIconModel;
|
|
16
|
-
cancelContent:
|
|
16
|
+
cancelContent: ConfirmationModel;
|
|
17
17
|
payPerClickBoards: InvoiceModel[];
|
|
18
18
|
jobBoards: InvoiceModel[];
|
|
19
19
|
jobCount: number;
|
|
@@ -17,9 +17,9 @@ import * as i15 from "../../../organisms/advertise-postingboard-selection-list/a
|
|
|
17
17
|
import * as i16 from "../../../atoms/sfx-loader/sfx-loader.module";
|
|
18
18
|
import * as i17 from "../../../molecules/advertise-order-review/advertise-order-review.module";
|
|
19
19
|
import * as i18 from "../../../organisms/order-summary/order-summary.module";
|
|
20
|
-
import * as i19 from "../../../organisms/
|
|
20
|
+
import * as i19 from "../../../organisms/confirmation-modal/confirmation-modal.module";
|
|
21
21
|
export declare class ModalModule {
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.AdvertiseModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.TwoColumnBodyTemplateModule, typeof i5.H2Module, typeof i6.H3Module, typeof i7.H4Module, typeof i8.H5Module, typeof i9.ParagraphModule, typeof i10.IconModule, typeof i11.InputTextModule, typeof i12.ButtonModule, typeof i13.PlaceholderModule, typeof i14.H5WithIconModule, typeof i15.AdvertisePostingboardSelectionListModule, typeof i16.SfxLoaderModule, typeof i17.AdvertiseOrderReviewModule, typeof i18.OrderSummaryModule, typeof i19.
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.AdvertiseModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.TwoColumnBodyTemplateModule, typeof i5.H2Module, typeof i6.H3Module, typeof i7.H4Module, typeof i8.H5Module, typeof i9.ParagraphModule, typeof i10.IconModule, typeof i11.InputTextModule, typeof i12.ButtonModule, typeof i13.PlaceholderModule, typeof i14.H5WithIconModule, typeof i15.AdvertisePostingboardSelectionListModule, typeof i16.SfxLoaderModule, typeof i17.AdvertiseOrderReviewModule, typeof i18.OrderSummaryModule, typeof i19.ConfirmationModalModule], [typeof i1.AdvertiseModalComponent]>;
|
|
24
24
|
static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>;
|
|
25
25
|
}
|
package/package.json
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { DocumentManagementItemModel, DocumentManagementMoreOptionEvent } from './document-management-item.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DocumentManagementItemComponent {
|
|
5
|
+
documentManagementItemModel: DocumentManagementItemModel;
|
|
6
|
+
previewClicked: EventEmitter<DocumentManagementItemModel>;
|
|
7
|
+
moreOptionClicked: EventEmitter<DocumentManagementMoreOptionEvent>;
|
|
8
|
+
constructor();
|
|
9
|
+
onPreviewClicked(): void;
|
|
10
|
+
onMoreOptionClicked(DocumentManagementMoreOptionEvent: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentManagementItemComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentManagementItemComponent, "symphony-document-management-item", never, { "documentManagementItemModel": "documentManagementItemModel"; }, { "previewClicked": "previewClicked"; "moreOptionClicked": "moreOptionClicked"; }, never, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ContextualMenuModel } from '../../atoms/contextual-menu/contextual-menu.model';
|
|
2
|
+
export interface DocumentManagementItemModel {
|
|
3
|
+
hasPreview: boolean;
|
|
4
|
+
fileName: string;
|
|
5
|
+
fileType: string;
|
|
6
|
+
addedDate: string;
|
|
7
|
+
uploadedBy: string;
|
|
8
|
+
moreActions: ContextualMenuModel;
|
|
9
|
+
identifier?: string;
|
|
10
|
+
}
|
|
11
|
+
export interface DocumentManagementMoreOptionEvent {
|
|
12
|
+
option: string;
|
|
13
|
+
item: DocumentManagementItemModel;
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./document-management-item.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/contextual-menu/contextual-menu.module";
|
|
5
|
+
import * as i4 from "../../atoms/h5/h5.module";
|
|
6
|
+
import * as i5 from "../../atoms/icon/icon.module";
|
|
7
|
+
import * as i6 from "../../atoms/icon-wrapper/icon-wrapper.module";
|
|
8
|
+
import * as i7 from "../../atoms/paragraph/paragraph.module";
|
|
9
|
+
export declare class DocumentManagementItemModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentManagementItemModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentManagementItemModule, [typeof i1.DocumentManagementItemComponent], [typeof i2.CommonModule, typeof i3.ContextualMenuModule, typeof i4.H5Module, typeof i5.IconModule, typeof i6.IconWrapperModule, typeof i7.ParagraphModule], [typeof i1.DocumentManagementItemComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentManagementItemModule>;
|
|
13
|
+
}
|
|
@@ -13,8 +13,9 @@ import * as i11 from "./sfx-accordion-header/sfx-accordion-header.module";
|
|
|
13
13
|
import * as i12 from "./file-upload/file-upload.module";
|
|
14
14
|
import * as i13 from "./file-upload-status/file-upload-status.module";
|
|
15
15
|
import * as i14 from "./button-with-icon/button-with-icon.module";
|
|
16
|
+
import * as i15 from "./document-management-item/document-management-item.module";
|
|
16
17
|
export declare class MoleculesModule {
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
|
|
18
|
-
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 i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule]>;
|
|
19
|
+
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.DocumentManagementItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i15.DocumentManagementItemModule]>;
|
|
19
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
|
|
20
21
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ConfirmationModel } from './confirmation-modal.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ConfirmationModalComponent {
|
|
5
|
+
model: Partial<ConfirmationModel>;
|
|
6
|
+
buttonClicked: EventEmitter<string>;
|
|
7
|
+
closeButtonClicked: EventEmitter<string>;
|
|
8
|
+
constructor();
|
|
9
|
+
onButtonClick(text: string): void;
|
|
10
|
+
onCloseButtonClick(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationModalComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationModalComponent, "symphony-confirmation-modal", never, { "model": "model"; }, { "buttonClicked": "buttonClicked"; "closeButtonClicked": "closeButtonClicked"; }, never, never>;
|
|
13
|
+
}
|
package/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.module.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./confirmation-modal.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h4/h4.module";
|
|
5
|
+
import * as i4 from "../../atoms/paragraph/paragraph.module";
|
|
6
|
+
import * as i5 from "../../atoms/icon/icon.module";
|
|
7
|
+
import * as i6 from "../../atoms/button/button.module";
|
|
8
|
+
export declare class ConfirmationModalModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationModalModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationModalModule, [typeof i1.ConfirmationModalComponent], [typeof i2.CommonModule, typeof i3.H4Module, typeof i4.ParagraphModule, typeof i5.IconModule, typeof i6.ButtonModule], [typeof i1.ConfirmationModalComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmationModalModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { DocumentManagementItemModel } from '../../molecules/document-management-item/document-management-item.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DocumentManagementListComponent implements OnInit {
|
|
5
|
+
isLoading: boolean;
|
|
6
|
+
documentManagementList: DocumentManagementItemModel[];
|
|
7
|
+
moreOptionClick: EventEmitter<DocumentManagementItemModel>;
|
|
8
|
+
previewClick: EventEmitter<DocumentManagementItemModel>;
|
|
9
|
+
uploadClick: EventEmitter<string>;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
onMoreClick(documentManagementItemModel: any): void;
|
|
13
|
+
onPreviewClick(documentManagementItemModel: any): void;
|
|
14
|
+
onUploadClick(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentManagementListComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentManagementListComponent, "symphony-document-management-list", never, { "documentManagementList": "documentManagementList"; }, { "moreOptionClick": "moreOptionClick"; "previewClick": "previewClick"; "uploadClick": "uploadClick"; }, never, never>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./document-management-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h3/h3.module";
|
|
5
|
+
import * as i4 from "../../molecules/document-management-item/document-management-item.module";
|
|
6
|
+
import * as i5 from "../../atoms/sfx-loader/sfx-loader.module";
|
|
7
|
+
import * as i6 from "../../atoms/icon/icon.module";
|
|
8
|
+
import * as i7 from "../../atoms/icon-wrapper/icon-wrapper.module";
|
|
9
|
+
export declare class DocumentManagementListModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentManagementListModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentManagementListModule, [typeof i1.DocumentManagementListComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.DocumentManagementItemModule, typeof i5.SfxLoaderModule, typeof i6.IconModule, typeof i7.IconWrapperModule], [typeof i1.DocumentManagementListComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentManagementListModule>;
|
|
13
|
+
}
|
|
@@ -5,7 +5,7 @@ import * as i3 from "./task-list/task-list.module";
|
|
|
5
5
|
import * as i4 from "../design-guide/typography/typography.module";
|
|
6
6
|
import * as i5 from "../design-guide/icon-explorer/icon-explorer.module";
|
|
7
7
|
import * as i6 from "./card-list/card-list.module";
|
|
8
|
-
import * as i7 from "./
|
|
8
|
+
import * as i7 from "./confirmation-modal/confirmation-modal.module";
|
|
9
9
|
import * as i8 from "./upload-resume-modal/upload-resume-modal.module";
|
|
10
10
|
import * as i9 from "./feedback-card-list/feedback-card-list.module";
|
|
11
11
|
import * as i10 from "./feedback-detail-header/feedback-detail-header.module";
|
|
@@ -15,8 +15,9 @@ import * as i13 from "./grid-actions-job-list/grid-actions-job-list.module";
|
|
|
15
15
|
import * as i14 from "./grid-controls-job-list/grid-controls-job-list.module";
|
|
16
16
|
import * as i15 from "./action-bar/action-bar.module";
|
|
17
17
|
import * as i16 from "./action-bar-job-list/action-bar-job-list.module";
|
|
18
|
+
import * as i17 from "./document-management-list/document-management-list.module";
|
|
18
19
|
export declare class OrganismsModule {
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
|
|
20
|
-
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.
|
|
21
|
+
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.GridActionsJobListModule, typeof i14.GridControlsJobListModule, typeof i15.ActionBarModule, typeof i16.ActionBarJobListModule, typeof i17.DocumentManagementListModule], never>;
|
|
21
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
|
|
22
23
|
}
|
package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { OrderSummaryModel } from '../../../organisms/order-summary/order-summar
|
|
|
3
3
|
import { H5WithIconModel } from '../../../molecules/h5-with-icon/h5-with-icon.model';
|
|
4
4
|
import { AdvertiseModalModel, PostingBoardsSelectionModel } from './advertise-modal.model';
|
|
5
5
|
import { InvoiceModel } from '../../../molecules/invoice-line-item/invoice-line-item.model';
|
|
6
|
-
import {
|
|
6
|
+
import { ConfirmationModel } from '../../../organisms/confirmation-modal/confirmation-modal.model';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class AdvertiseModalComponent implements OnInit, OnChanges {
|
|
9
9
|
model: Partial<AdvertiseModalModel>;
|
|
@@ -13,7 +13,7 @@ export declare class AdvertiseModalComponent implements OnInit, OnChanges {
|
|
|
13
13
|
orderSummary: OrderSummaryModel;
|
|
14
14
|
subTitle: H5WithIconModel;
|
|
15
15
|
fundsInfo: H5WithIconModel;
|
|
16
|
-
cancelContent:
|
|
16
|
+
cancelContent: ConfirmationModel;
|
|
17
17
|
payPerClickBoards: InvoiceModel[];
|
|
18
18
|
jobBoards: InvoiceModel[];
|
|
19
19
|
jobCount: number;
|
package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts
CHANGED
|
@@ -17,9 +17,9 @@ import * as i15 from "../../../organisms/advertise-postingboard-selection-list/a
|
|
|
17
17
|
import * as i16 from "../../../atoms/sfx-loader/sfx-loader.module";
|
|
18
18
|
import * as i17 from "../../../molecules/advertise-order-review/advertise-order-review.module";
|
|
19
19
|
import * as i18 from "../../../organisms/order-summary/order-summary.module";
|
|
20
|
-
import * as i19 from "../../../organisms/
|
|
20
|
+
import * as i19 from "../../../organisms/confirmation-modal/confirmation-modal.module";
|
|
21
21
|
export declare class ModalModule {
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.AdvertiseModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.TwoColumnBodyTemplateModule, typeof i5.H2Module, typeof i6.H3Module, typeof i7.H4Module, typeof i8.H5Module, typeof i9.ParagraphModule, typeof i10.IconModule, typeof i11.InputTextModule, typeof i12.ButtonModule, typeof i13.PlaceholderModule, typeof i14.H5WithIconModule, typeof i15.AdvertisePostingboardSelectionListModule, typeof i16.SfxLoaderModule, typeof i17.AdvertiseOrderReviewModule, typeof i18.OrderSummaryModule, typeof i19.
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.AdvertiseModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.TwoColumnBodyTemplateModule, typeof i5.H2Module, typeof i6.H3Module, typeof i7.H4Module, typeof i8.H5Module, typeof i9.ParagraphModule, typeof i10.IconModule, typeof i11.InputTextModule, typeof i12.ButtonModule, typeof i13.PlaceholderModule, typeof i14.H5WithIconModule, typeof i15.AdvertisePostingboardSelectionListModule, typeof i16.SfxLoaderModule, typeof i17.AdvertiseOrderReviewModule, typeof i18.OrderSummaryModule, typeof i19.ConfirmationModalModule], [typeof i1.AdvertiseModalComponent]>;
|
|
24
24
|
static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>;
|
|
25
25
|
}
|
|
@@ -87,6 +87,9 @@ export * from './lib/molecules/h5-with-icon/h5-with-icon.module';
|
|
|
87
87
|
export * from './lib/molecules/file-upload/file-upload.model';
|
|
88
88
|
export * from './lib/molecules/file-upload/file-upload.component';
|
|
89
89
|
export * from './lib/molecules/file-upload/file-upload.module';
|
|
90
|
+
export * from './lib/molecules/document-management-item/document-management-item.model';
|
|
91
|
+
export * from './lib/molecules/document-management-item/document-management-item.component';
|
|
92
|
+
export * from './lib/molecules/document-management-item/document-management-item.module';
|
|
90
93
|
export * from './lib/molecules/molecules.module';
|
|
91
94
|
export * from './lib/organisms/card-list/card-list.component';
|
|
92
95
|
export * from './lib/organisms/card-list/card-list.module';
|
|
@@ -106,8 +109,13 @@ export * from './lib/organisms/grid-actions-job-list/grid-actions-job-list.model
|
|
|
106
109
|
export * from './lib/organisms/grid-controls-job-list/grid-controls-job-list.component';
|
|
107
110
|
export * from './lib/organisms/grid-controls-job-list/grid-controls-job-list.module';
|
|
108
111
|
export * from './lib/organisms/grid-controls-job-list/grid-controls-job-list.model';
|
|
112
|
+
export * from './lib/organisms/confirmation-modal/confirmation-modal.component';
|
|
113
|
+
export * from './lib/organisms/confirmation-modal/confirmation-modal.module';
|
|
114
|
+
export * from './lib/organisms/confirmation-modal/confirmation-modal.model';
|
|
109
115
|
export * from './lib/organisms/action-bar/action-bar.component';
|
|
110
116
|
export * from './lib/organisms/action-bar/action-bar.module';
|
|
117
|
+
export * from './lib/organisms/document-management-list/document-management-list.component';
|
|
118
|
+
export * from './lib/organisms/document-management-list/document-management-list.module';
|
|
111
119
|
export * from './lib/organisms/organisms.module';
|
|
112
120
|
export * from './lib/pages/events-settings-page/events-settings-page.component';
|
|
113
121
|
export * from './lib/pages/events-settings-page/events-settings-page.module';
|
package/public-api.d.ts
CHANGED
|
@@ -87,6 +87,9 @@ export * from './lib/molecules/h5-with-icon/h5-with-icon.module';
|
|
|
87
87
|
export * from './lib/molecules/file-upload/file-upload.model';
|
|
88
88
|
export * from './lib/molecules/file-upload/file-upload.component';
|
|
89
89
|
export * from './lib/molecules/file-upload/file-upload.module';
|
|
90
|
+
export * from './lib/molecules/document-management-item/document-management-item.model';
|
|
91
|
+
export * from './lib/molecules/document-management-item/document-management-item.component';
|
|
92
|
+
export * from './lib/molecules/document-management-item/document-management-item.module';
|
|
90
93
|
export * from './lib/molecules/molecules.module';
|
|
91
94
|
export * from './lib/organisms/card-list/card-list.component';
|
|
92
95
|
export * from './lib/organisms/card-list/card-list.module';
|
|
@@ -106,8 +109,13 @@ export * from './lib/organisms/grid-actions-job-list/grid-actions-job-list.model
|
|
|
106
109
|
export * from './lib/organisms/grid-controls-job-list/grid-controls-job-list.component';
|
|
107
110
|
export * from './lib/organisms/grid-controls-job-list/grid-controls-job-list.module';
|
|
108
111
|
export * from './lib/organisms/grid-controls-job-list/grid-controls-job-list.model';
|
|
112
|
+
export * from './lib/organisms/confirmation-modal/confirmation-modal.component';
|
|
113
|
+
export * from './lib/organisms/confirmation-modal/confirmation-modal.module';
|
|
114
|
+
export * from './lib/organisms/confirmation-modal/confirmation-modal.model';
|
|
109
115
|
export * from './lib/organisms/action-bar/action-bar.component';
|
|
110
116
|
export * from './lib/organisms/action-bar/action-bar.module';
|
|
117
|
+
export * from './lib/organisms/document-management-list/document-management-list.component';
|
|
118
|
+
export * from './lib/organisms/document-management-list/document-management-list.module';
|
|
111
119
|
export * from './lib/organisms/organisms.module';
|
|
112
120
|
export * from './lib/pages/events-settings-page/events-settings-page.component';
|
|
113
121
|
export * from './lib/pages/events-settings-page/events-settings-page.module';
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../atoms/h4/h4.component";
|
|
4
|
-
import * as i2 from "../../atoms/icon/icon.component";
|
|
5
|
-
import * as i3 from "../../atoms/paragraph/paragraph.component";
|
|
6
|
-
import * as i4 from "../../atoms/button/button.component";
|
|
7
|
-
export class CancelModalComponent {
|
|
8
|
-
constructor() {
|
|
9
|
-
this.model = {};
|
|
10
|
-
this.buttonClicked = new EventEmitter();
|
|
11
|
-
this.closeButtonClicked = new EventEmitter();
|
|
12
|
-
}
|
|
13
|
-
onButtonClick(text) {
|
|
14
|
-
this.buttonClicked.emit(text);
|
|
15
|
-
}
|
|
16
|
-
onCloseButtonClick() {
|
|
17
|
-
this.closeButtonClicked.emit();
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
CancelModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
-
CancelModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CancelModalComponent, selector: "symphony-cancel-modal", inputs: { model: "model" }, outputs: { buttonClicked: "buttonClicked", closeButtonClicked: "closeButtonClicked" }, ngImport: i0, template: "<div class=\"sfx sfx-modal\">\n <section class=\"modal-header sfx-p-30 sfx-pt-40\">\n <div class=\"modal-title\">\n <div class=\"row\">\n <div class=\"col-xs-8 col-sm-8 col-md-8 col-lg-8\">\n <symphony-h4 [text]=\"model.title\"\n ></symphony-h4\n >\n </div>\n <div class=\"col-xs-4 col-sm-4 col-md-4 col-lg-4\">\n <symphony-icon\n class=\"pull-right\"\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n </div> \n </div>\n </div>\n </section>\n <section class=\"modal-body sfx-p-30\">\n <symphony-paragraph [text]=\"model.content\"></symphony-paragraph>\n </section>\n <section class=\"modal-footer sfx-pt-30 sfx-pb-40\">\n <symphony-button\n [text]=\"model.btnSecondary\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n class=\"sfx-ml-20\"\n [text]=\"model.btnPrimary\"\n [disabled]=\"false\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n </section>\n</div>", styles: [""], components: [{ type: i1.H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: i2.IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: i3.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: i4.ButtonComponent, selector: "symphony-button", inputs: ["text", "disabled", "isSecondary", "isInverse"], outputs: ["clicked"] }] });
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalComponent, decorators: [{
|
|
23
|
-
type: Component,
|
|
24
|
-
args: [{ selector: 'symphony-cancel-modal', template: "<div class=\"sfx sfx-modal\">\n <section class=\"modal-header sfx-p-30 sfx-pt-40\">\n <div class=\"modal-title\">\n <div class=\"row\">\n <div class=\"col-xs-8 col-sm-8 col-md-8 col-lg-8\">\n <symphony-h4 [text]=\"model.title\"\n ></symphony-h4\n >\n </div>\n <div class=\"col-xs-4 col-sm-4 col-md-4 col-lg-4\">\n <symphony-icon\n class=\"pull-right\"\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n </div> \n </div>\n </div>\n </section>\n <section class=\"modal-body sfx-p-30\">\n <symphony-paragraph [text]=\"model.content\"></symphony-paragraph>\n </section>\n <section class=\"modal-footer sfx-pt-30 sfx-pb-40\">\n <symphony-button\n [text]=\"model.btnSecondary\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n class=\"sfx-ml-20\"\n [text]=\"model.btnPrimary\"\n [disabled]=\"false\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n </section>\n</div>", styles: [""] }]
|
|
25
|
-
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
26
|
-
type: Input
|
|
27
|
-
}], buttonClicked: [{
|
|
28
|
-
type: Output
|
|
29
|
-
}], closeButtonClicked: [{
|
|
30
|
-
type: Output
|
|
31
|
-
}] } });
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FuY2VsLW1vZGFsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudC1saWJyYXJ5L3NyYy9saWIvb3JnYW5pc21zL2NhbmNlbC1tb2RhbC9jYW5jZWwtbW9kYWwuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50LWxpYnJhcnkvc3JjL2xpYi9vcmdhbmlzbXMvY2FuY2VsLW1vZGFsL2NhbmNlbC1tb2RhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7QUFRdkUsTUFBTSxPQUFPLG9CQUFvQjtJQUkvQjtRQUhTLFVBQUssR0FBeUIsRUFBRSxDQUFDO1FBQ2hDLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUMzQyx1QkFBa0IsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO0lBQzNDLENBQUM7SUFFaEIsYUFBYSxDQUFDLElBQVk7UUFDeEIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEMsQ0FBQztJQUVELGtCQUFrQjtRQUNoQixJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDakMsQ0FBQzs7aUhBWlUsb0JBQW9CO3FHQUFwQixvQkFBb0IsZ0xDUmpDLG95Q0FtQ007MkZEM0JPLG9CQUFvQjtrQkFMaEMsU0FBUzsrQkFDRSx1QkFBdUI7MEVBS3hCLEtBQUs7c0JBQWIsS0FBSztnQkFDSSxhQUFhO3NCQUF0QixNQUFNO2dCQUNHLGtCQUFrQjtzQkFBM0IsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDYW5jZWxNb2RlbCB9IGZyb20gJy4vY2FuY2VsLW1vZGFsLm1vZGVsJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc3ltcGhvbnktY2FuY2VsLW1vZGFsJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NhbmNlbC1tb2RhbC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NhbmNlbC1tb2RhbC5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBDYW5jZWxNb2RhbENvbXBvbmVudCB7XG4gIEBJbnB1dCgpIG1vZGVsOiBQYXJ0aWFsPENhbmNlbE1vZGVsPiA9IHt9O1xuICBAT3V0cHV0KCkgYnV0dG9uQ2xpY2tlZCA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xuICBAT3V0cHV0KCkgY2xvc2VCdXR0b25DbGlja2VkID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG4gIGNvbnN0cnVjdG9yKCkge31cblxuICBvbkJ1dHRvbkNsaWNrKHRleHQ6IHN0cmluZykge1xuICAgIHRoaXMuYnV0dG9uQ2xpY2tlZC5lbWl0KHRleHQpO1xuICB9XG5cbiAgb25DbG9zZUJ1dHRvbkNsaWNrKCkge1xuICAgIHRoaXMuY2xvc2VCdXR0b25DbGlja2VkLmVtaXQoKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cInNmeCBzZngtbW9kYWxcIj5cbiAgICA8c2VjdGlvbiBjbGFzcz1cIm1vZGFsLWhlYWRlciBzZngtcC0zMCBzZngtcHQtNDBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm1vZGFsLXRpdGxlXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC14cy04IGNvbC1zbS04IGNvbC1tZC04IGNvbC1sZy04XCI+XG4gICAgICAgICAgICAgICAgICAgIDxzeW1waG9ueS1oNCBbdGV4dF09XCJtb2RlbC50aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgID48L3N5bXBob255LWg0XG4gICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC14cy00IGNvbC1zbS00IGNvbC1tZC00IGNvbC1sZy00XCI+XG4gICAgICAgICAgICAgICAgICAgIDxzeW1waG9ueS1pY29uXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwicHVsbC1yaWdodFwiXG4gICAgICAgICAgICAgICAgICAgIFtpY29uXT1cIidzaS1jbG9zZS1tb2RhbCdcIlxuICAgICAgICAgICAgICAgICAgICAoY2xpY2tlZCk9XCJvbkNsb3NlQnV0dG9uQ2xpY2soKVwiXG4gICAgICAgICAgICAgICAgICA+PC9zeW1waG9ueS1pY29uPlxuICAgICAgICAgICAgICAgIDwvZGl2PiAgICAgICAgICAgICAgICBcbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L3NlY3Rpb24+XG4gICAgPHNlY3Rpb24gY2xhc3M9XCJtb2RhbC1ib2R5IHNmeC1wLTMwXCI+XG4gICAgICAgIDxzeW1waG9ueS1wYXJhZ3JhcGggW3RleHRdPVwibW9kZWwuY29udGVudFwiPjwvc3ltcGhvbnktcGFyYWdyYXBoPlxuICAgIDwvc2VjdGlvbj5cbiAgICA8c2VjdGlvbiBjbGFzcz1cIm1vZGFsLWZvb3RlciBzZngtcHQtMzAgc2Z4LXBiLTQwXCI+XG4gICAgICAgIDxzeW1waG9ueS1idXR0b25cbiAgICAgICAgW3RleHRdPVwibW9kZWwuYnRuU2Vjb25kYXJ5XCJcbiAgICAgICAgW2lzU2Vjb25kYXJ5XT1cInRydWVcIlxuICAgICAgICAoY2xpY2tlZCk9XCJvbkJ1dHRvbkNsaWNrKCRldmVudClcIlxuICAgICAgPjwvc3ltcGhvbnktYnV0dG9uPlxuICAgICAgPHN5bXBob255LWJ1dHRvblxuICAgICAgY2xhc3M9XCJzZngtbWwtMjBcIlxuICAgICAgW3RleHRdPVwibW9kZWwuYnRuUHJpbWFyeVwiXG4gICAgICBbZGlzYWJsZWRdPVwiZmFsc2VcIlxuICAgICAgKGNsaWNrZWQpPVwib25CdXR0b25DbGljaygkZXZlbnQpXCJcbiAgICA+PC9zeW1waG9ueS1idXR0b24+XG4gICAgPC9zZWN0aW9uPlxuPC9kaXY+Il19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FuY2VsLW1vZGFsLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50LWxpYnJhcnkvc3JjL2xpYi9vcmdhbmlzbXMvY2FuY2VsLW1vZGFsL2NhbmNlbC1tb2RhbC5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBDYW5jZWxNb2RlbCB7XG4gIHRpdGxlOiBzdHJpbmc7XG4gIGNvbnRlbnQ6IHN0cmluZztcbiAgYnRuUHJpbWFyeTogc3RyaW5nO1xuICBidG5TZWNvbmRhcnk6IHN0cmluZztcbn0iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { CancelModalComponent } from './cancel-modal.component';
|
|
4
|
-
import { H4Module } from '../../atoms/h4/h4.module';
|
|
5
|
-
import { ParagraphModule } from '../../atoms/paragraph/paragraph.module';
|
|
6
|
-
import { IconModule } from '../../atoms/icon/icon.module';
|
|
7
|
-
import { ButtonModule } from '../../atoms/button/button.module';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export class CancelModalModule {
|
|
10
|
-
}
|
|
11
|
-
CancelModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
-
CancelModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalModule, declarations: [CancelModalComponent], imports: [CommonModule, H4Module, ParagraphModule, IconModule, ButtonModule], exports: [CancelModalComponent] });
|
|
13
|
-
CancelModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalModule, imports: [[CommonModule, H4Module, ParagraphModule, IconModule, ButtonModule]] });
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalModule, decorators: [{
|
|
15
|
-
type: NgModule,
|
|
16
|
-
args: [{
|
|
17
|
-
declarations: [CancelModalComponent],
|
|
18
|
-
imports: [CommonModule, H4Module, ParagraphModule, IconModule, ButtonModule],
|
|
19
|
-
exports: [CancelModalComponent],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FuY2VsLW1vZGFsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudC1saWJyYXJ5L3NyYy9saWIvb3JnYW5pc21zL2NhbmNlbC1tb2RhbC9jYW5jZWwtbW9kYWwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDekUsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzFELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQzs7QUFPaEUsTUFBTSxPQUFPLGlCQUFpQjs7OEdBQWpCLGlCQUFpQjsrR0FBakIsaUJBQWlCLGlCQUpiLG9CQUFvQixhQUN6QixZQUFZLEVBQUUsUUFBUSxFQUFFLGVBQWUsRUFBRSxVQUFVLEVBQUUsWUFBWSxhQUNqRSxvQkFBb0I7K0dBRW5CLGlCQUFpQixZQUhuQixDQUFDLFlBQVksRUFBRSxRQUFRLEVBQUUsZUFBZSxFQUFFLFVBQVUsRUFBRSxZQUFZLENBQUM7MkZBR2pFLGlCQUFpQjtrQkFMN0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQztvQkFDcEMsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLFFBQVEsRUFBRSxlQUFlLEVBQUUsVUFBVSxFQUFFLFlBQVksQ0FBQztvQkFDNUUsT0FBTyxFQUFFLENBQUMsb0JBQW9CLENBQUM7aUJBQ2hDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDYW5jZWxNb2RhbENvbXBvbmVudCB9IGZyb20gJy4vY2FuY2VsLW1vZGFsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBINE1vZHVsZSB9IGZyb20gJy4uLy4uL2F0b21zL2g0L2g0Lm1vZHVsZSc7XG5pbXBvcnQgeyBQYXJhZ3JhcGhNb2R1bGUgfSBmcm9tICcuLi8uLi9hdG9tcy9wYXJhZ3JhcGgvcGFyYWdyYXBoLm1vZHVsZSc7XG5pbXBvcnQgeyBJY29uTW9kdWxlIH0gZnJvbSAnLi4vLi4vYXRvbXMvaWNvbi9pY29uLm1vZHVsZSc7XG5pbXBvcnQgeyBCdXR0b25Nb2R1bGUgfSBmcm9tICcuLi8uLi9hdG9tcy9idXR0b24vYnV0dG9uLm1vZHVsZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0NhbmNlbE1vZGFsQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgSDRNb2R1bGUsIFBhcmFncmFwaE1vZHVsZSwgSWNvbk1vZHVsZSwgQnV0dG9uTW9kdWxlXSxcbiAgZXhwb3J0czogW0NhbmNlbE1vZGFsQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQ2FuY2VsTW9kYWxNb2R1bGUge31cbiJdfQ==
|
package/esm2020/projects/component-library/lib/organisms/cancel-modal/cancel-modal.component.mjs
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../atoms/h4/h4.component";
|
|
4
|
-
import * as i2 from "../../atoms/icon/icon.component";
|
|
5
|
-
import * as i3 from "../../atoms/paragraph/paragraph.component";
|
|
6
|
-
import * as i4 from "../../atoms/button/button.component";
|
|
7
|
-
export class CancelModalComponent {
|
|
8
|
-
constructor() {
|
|
9
|
-
this.model = {};
|
|
10
|
-
this.buttonClicked = new EventEmitter();
|
|
11
|
-
this.closeButtonClicked = new EventEmitter();
|
|
12
|
-
}
|
|
13
|
-
onButtonClick(text) {
|
|
14
|
-
this.buttonClicked.emit(text);
|
|
15
|
-
}
|
|
16
|
-
onCloseButtonClick() {
|
|
17
|
-
this.closeButtonClicked.emit();
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
CancelModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
-
CancelModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CancelModalComponent, selector: "symphony-cancel-modal", inputs: { model: "model" }, outputs: { buttonClicked: "buttonClicked", closeButtonClicked: "closeButtonClicked" }, ngImport: i0, template: "<div class=\"sfx sfx-modal\">\n <section class=\"modal-header sfx-p-30 sfx-pt-40\">\n <div class=\"modal-title\">\n <div class=\"row\">\n <div class=\"col-xs-8 col-sm-8 col-md-8 col-lg-8\">\n <symphony-h4 [text]=\"model.title\"\n ></symphony-h4\n >\n </div>\n <div class=\"col-xs-4 col-sm-4 col-md-4 col-lg-4\">\n <symphony-icon\n class=\"pull-right\"\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n </div> \n </div>\n </div>\n </section>\n <section class=\"modal-body sfx-p-30\">\n <symphony-paragraph [text]=\"model.content\"></symphony-paragraph>\n </section>\n <section class=\"modal-footer sfx-pt-30 sfx-pb-40\">\n <symphony-button\n [text]=\"model.btnSecondary\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n class=\"sfx-ml-20\"\n [text]=\"model.btnPrimary\"\n [disabled]=\"false\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n </section>\n</div>", styles: [""], components: [{ type: i1.H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: i2.IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: i3.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: i4.ButtonComponent, selector: "symphony-button", inputs: ["text", "disabled", "isSecondary", "isInverse"], outputs: ["clicked"] }] });
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CancelModalComponent, decorators: [{
|
|
23
|
-
type: Component,
|
|
24
|
-
args: [{ selector: 'symphony-cancel-modal', template: "<div class=\"sfx sfx-modal\">\n <section class=\"modal-header sfx-p-30 sfx-pt-40\">\n <div class=\"modal-title\">\n <div class=\"row\">\n <div class=\"col-xs-8 col-sm-8 col-md-8 col-lg-8\">\n <symphony-h4 [text]=\"model.title\"\n ></symphony-h4\n >\n </div>\n <div class=\"col-xs-4 col-sm-4 col-md-4 col-lg-4\">\n <symphony-icon\n class=\"pull-right\"\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n </div> \n </div>\n </div>\n </section>\n <section class=\"modal-body sfx-p-30\">\n <symphony-paragraph [text]=\"model.content\"></symphony-paragraph>\n </section>\n <section class=\"modal-footer sfx-pt-30 sfx-pb-40\">\n <symphony-button\n [text]=\"model.btnSecondary\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n <symphony-button\n class=\"sfx-ml-20\"\n [text]=\"model.btnPrimary\"\n [disabled]=\"false\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button>\n </section>\n</div>", styles: [""] }]
|
|
25
|
-
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
26
|
-
type: Input
|
|
27
|
-
}], buttonClicked: [{
|
|
28
|
-
type: Output
|
|
29
|
-
}], closeButtonClicked: [{
|
|
30
|
-
type: Output
|
|
31
|
-
}] } });
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FuY2VsLW1vZGFsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudC1saWJyYXJ5L3NyYy9saWIvb3JnYW5pc21zL2NhbmNlbC1tb2RhbC9jYW5jZWwtbW9kYWwuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50LWxpYnJhcnkvc3JjL2xpYi9vcmdhbmlzbXMvY2FuY2VsLW1vZGFsL2NhbmNlbC1tb2RhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7QUFRdkUsTUFBTSxPQUFPLG9CQUFvQjtJQUkvQjtRQUhTLFVBQUssR0FBeUIsRUFBRSxDQUFDO1FBQ2hDLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUMzQyx1QkFBa0IsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO0lBQzNDLENBQUM7SUFFaEIsYUFBYSxDQUFDLElBQVk7UUFDeEIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEMsQ0FBQztJQUVELGtCQUFrQjtRQUNoQixJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDakMsQ0FBQzs7aUhBWlUsb0JBQW9CO3FHQUFwQixvQkFBb0IsZ0xDUmpDLG95Q0FtQ007MkZEM0JPLG9CQUFvQjtrQkFMaEMsU0FBUzsrQkFDRSx1QkFBdUI7MEVBS3hCLEtBQUs7c0JBQWIsS0FBSztnQkFDSSxhQUFhO3NCQUF0QixNQUFNO2dCQUNHLGtCQUFrQjtzQkFBM0IsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDYW5jZWxNb2RlbCB9IGZyb20gJy4vY2FuY2VsLW1vZGFsLm1vZGVsJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc3ltcGhvbnktY2FuY2VsLW1vZGFsJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NhbmNlbC1tb2RhbC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NhbmNlbC1tb2RhbC5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBDYW5jZWxNb2RhbENvbXBvbmVudCB7XG4gIEBJbnB1dCgpIG1vZGVsOiBQYXJ0aWFsPENhbmNlbE1vZGVsPiA9IHt9O1xuICBAT3V0cHV0KCkgYnV0dG9uQ2xpY2tlZCA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xuICBAT3V0cHV0KCkgY2xvc2VCdXR0b25DbGlja2VkID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG4gIGNvbnN0cnVjdG9yKCkge31cblxuICBvbkJ1dHRvbkNsaWNrKHRleHQ6IHN0cmluZykge1xuICAgIHRoaXMuYnV0dG9uQ2xpY2tlZC5lbWl0KHRleHQpO1xuICB9XG5cbiAgb25DbG9zZUJ1dHRvbkNsaWNrKCkge1xuICAgIHRoaXMuY2xvc2VCdXR0b25DbGlja2VkLmVtaXQoKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cInNmeCBzZngtbW9kYWxcIj5cbiAgICA8c2VjdGlvbiBjbGFzcz1cIm1vZGFsLWhlYWRlciBzZngtcC0zMCBzZngtcHQtNDBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm1vZGFsLXRpdGxlXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC14cy04IGNvbC1zbS04IGNvbC1tZC04IGNvbC1sZy04XCI+XG4gICAgICAgICAgICAgICAgICAgIDxzeW1waG9ueS1oNCBbdGV4dF09XCJtb2RlbC50aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgID48L3N5bXBob255LWg0XG4gICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC14cy00IGNvbC1zbS00IGNvbC1tZC00IGNvbC1sZy00XCI+XG4gICAgICAgICAgICAgICAgICAgIDxzeW1waG9ueS1pY29uXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwicHVsbC1yaWdodFwiXG4gICAgICAgICAgICAgICAgICAgIFtpY29uXT1cIidzaS1jbG9zZS1tb2RhbCdcIlxuICAgICAgICAgICAgICAgICAgICAoY2xpY2tlZCk9XCJvbkNsb3NlQnV0dG9uQ2xpY2soKVwiXG4gICAgICAgICAgICAgICAgICA+PC9zeW1waG9ueS1pY29uPlxuICAgICAgICAgICAgICAgIDwvZGl2PiAgICAgICAgICAgICAgICBcbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L3NlY3Rpb24+XG4gICAgPHNlY3Rpb24gY2xhc3M9XCJtb2RhbC1ib2R5IHNmeC1wLTMwXCI+XG4gICAgICAgIDxzeW1waG9ueS1wYXJhZ3JhcGggW3RleHRdPVwibW9kZWwuY29udGVudFwiPjwvc3ltcGhvbnktcGFyYWdyYXBoPlxuICAgIDwvc2VjdGlvbj5cbiAgICA8c2VjdGlvbiBjbGFzcz1cIm1vZGFsLWZvb3RlciBzZngtcHQtMzAgc2Z4LXBiLTQwXCI+XG4gICAgICAgIDxzeW1waG9ueS1idXR0b25cbiAgICAgICAgW3RleHRdPVwibW9kZWwuYnRuU2Vjb25kYXJ5XCJcbiAgICAgICAgW2lzU2Vjb25kYXJ5XT1cInRydWVcIlxuICAgICAgICAoY2xpY2tlZCk9XCJvbkJ1dHRvbkNsaWNrKCRldmVudClcIlxuICAgICAgPjwvc3ltcGhvbnktYnV0dG9uPlxuICAgICAgPHN5bXBob255LWJ1dHRvblxuICAgICAgY2xhc3M9XCJzZngtbWwtMjBcIlxuICAgICAgW3RleHRdPVwibW9kZWwuYnRuUHJpbWFyeVwiXG4gICAgICBbZGlzYWJsZWRdPVwiZmFsc2VcIlxuICAgICAgKGNsaWNrZWQpPVwib25CdXR0b25DbGljaygkZXZlbnQpXCJcbiAgICA+PC9zeW1waG9ueS1idXR0b24+XG4gICAgPC9zZWN0aW9uPlxuPC9kaXY+Il19
|
package/esm2020/projects/component-library/lib/organisms/cancel-modal/cancel-modal.model.mjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FuY2VsLW1vZGFsLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50LWxpYnJhcnkvc3JjL2xpYi9vcmdhbmlzbXMvY2FuY2VsLW1vZGFsL2NhbmNlbC1tb2RhbC5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBDYW5jZWxNb2RlbCB7XG4gIHRpdGxlOiBzdHJpbmc7XG4gIGNvbnRlbnQ6IHN0cmluZztcbiAgYnRuUHJpbWFyeTogc3RyaW5nO1xuICBidG5TZWNvbmRhcnk6IHN0cmluZztcbn0iXX0=
|