@symphony-talent/component-library 3.1.0 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/atoms/atoms.module.mjs +7 -3
- package/esm2020/lib/atoms/button/button.component.mjs +3 -3
- package/esm2020/lib/atoms/filter-area/filter-area.component.mjs +1 -1
- package/esm2020/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +1 -1
- package/esm2020/lib/atoms/grid/grid.component.mjs +7 -6
- package/esm2020/lib/atoms/grid/grid.model.mjs +1 -1
- package/esm2020/lib/atoms/h1/h1.component.mjs +1 -1
- package/esm2020/lib/atoms/h3/h3.component.mjs +1 -1
- package/esm2020/lib/atoms/h4/h4.component.mjs +1 -1
- package/esm2020/lib/atoms/icon/icon.component.mjs +5 -3
- package/esm2020/lib/atoms/icon/icon.enum.mjs +15 -1
- package/esm2020/lib/atoms/input-radio/input-radio.component.mjs +1 -1
- package/esm2020/lib/atoms/input-text/input-text.component.mjs +5 -3
- package/esm2020/lib/atoms/paragraph/paragraph.component.mjs +1 -1
- package/esm2020/lib/atoms/pill/pill.component.mjs +2 -2
- package/esm2020/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
- package/esm2020/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +1 -1
- package/esm2020/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +1 -1
- package/esm2020/lib/atoms/task-icon/task-icon.component.mjs +1 -1
- package/esm2020/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +17 -0
- package/esm2020/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.mjs +20 -0
- package/esm2020/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +1 -1
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.component.mjs +1 -1
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +85 -1
- package/esm2020/lib/design-guide/typography/typography.component.mjs +1 -1
- package/esm2020/lib/molecules/breadcrumb/breadcrumb.component.mjs +1 -1
- package/esm2020/lib/molecules/card/card.component.mjs +1 -1
- package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +25 -0
- package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.model.mjs +2 -0
- package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.module.mjs +37 -0
- package/esm2020/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
- package/esm2020/lib/molecules/molecules.module.mjs +6 -2
- package/esm2020/lib/molecules/note/note.component.mjs +1 -1
- package/esm2020/lib/molecules/pills/pills.component.mjs +3 -3
- package/esm2020/lib/molecules/task/task.component.mjs +1 -1
- package/esm2020/lib/organisms/note-list/note-list.component.mjs +1 -1
- package/esm2020/lib/organisms/task-list/task-list.component.mjs +1 -1
- package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +7 -9
- package/esm2020/lib/pages/events-settings-page/events-settings-page.model.mjs +1 -1
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +60 -0
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +2 -0
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +62 -0
- package/esm2020/lib/pages/setting-list-page/setting-list-page.component.mjs +2 -2
- package/esm2020/lib/templates/admin-list/admin-list.component.mjs +1 -1
- package/esm2020/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +12 -0
- package/esm2020/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.mjs +18 -0
- package/esm2020/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.mjs +12 -0
- package/esm2020/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.mjs +18 -0
- package/esm2020/lib/templates/placeholder/placeholder.component.mjs +1 -1
- package/esm2020/lib/templates/setting-list-template/setting-list-template.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +7 -3
- package/esm2020/projects/component-library/lib/atoms/button/button.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/atoms/filter-area/filter-area.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +7 -6
- package/esm2020/projects/component-library/lib/atoms/grid/grid.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/h1/h1.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/h3/h3.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/h4/h4.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/icon/icon.component.mjs +5 -3
- package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +15 -1
- package/esm2020/projects/component-library/lib/atoms/input-radio/input-radio.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/input-text/input-text.component.mjs +5 -3
- package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/pill/pill.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/task-icon/task-icon.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +85 -1
- package/esm2020/projects/component-library/lib/design-guide/typography/typography.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/card/card.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +25 -0
- package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.module.mjs +37 -0
- package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +6 -2
- package/esm2020/projects/component-library/lib/molecules/note/note.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/pills/pills.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/molecules/task/task.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/note-list/note-list.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/task-list/task-list.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +7 -9
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +60 -0
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +62 -0
- package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +12 -0
- package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.mjs +12 -0
- package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/templates/placeholder/placeholder.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/templates/setting-list-template/setting-list-template.component.mjs +3 -3
- package/esm2020/projects/component-library/public-api.mjs +8 -1
- package/esm2020/public-api.mjs +8 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +378 -51
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +378 -51
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +378 -51
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +378 -51
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/atoms.module.d.ts +2 -1
- package/lib/atoms/grid/grid.component.d.ts +3 -6
- package/lib/atoms/grid/grid.model.d.ts +2 -0
- package/lib/atoms/icon/icon.component.d.ts +2 -1
- package/lib/atoms/icon/icon.enum.d.ts +14 -0
- package/lib/atoms/input-text/input-text.component.d.ts +2 -1
- package/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +8 -0
- package/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.d.ts +9 -0
- package/lib/molecules/h5-with-icon/h5-with-icon.component.d.ts +8 -0
- package/lib/molecules/h5-with-icon/h5-with-icon.model.d.ts +9 -0
- package/lib/molecules/h5-with-icon/h5-with-icon.module.d.ts +12 -0
- package/lib/molecules/molecules.module.d.ts +2 -1
- package/lib/pages/events-settings-page/events-settings-page.component.d.ts +1 -1
- package/lib/pages/events-settings-page/events-settings-page.model.d.ts +0 -1
- package/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +15 -0
- package/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +37 -0
- package/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +18 -0
- package/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.d.ts +6 -0
- package/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.d.ts +8 -0
- package/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.d.ts +6 -0
- package/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.d.ts +8 -0
- package/package.json +1 -1
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.svg +31 -17
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
- package/projects/component-library/global-assets/iconography/library-icons.css +97 -55
- package/projects/component-library/global-assets/iconography/{sfxiconsV1.json → sfx-icons-v2.json} +526 -75
- package/projects/component-library/global-assets/spacing.scss +290 -0
- package/projects/component-library/global.scss +230 -252
- package/projects/component-library/lib/atoms/atoms.module.d.ts +2 -1
- package/projects/component-library/lib/atoms/grid/grid.component.d.ts +3 -6
- package/projects/component-library/lib/atoms/grid/grid.model.d.ts +2 -0
- package/projects/component-library/lib/atoms/icon/icon.component.d.ts +2 -1
- package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +14 -0
- package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +2 -1
- package/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +8 -0
- package/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.d.ts +9 -0
- package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.component.d.ts +8 -0
- package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.model.d.ts +9 -0
- package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.module.d.ts +12 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +2 -1
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +1 -1
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.d.ts +0 -1
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +15 -0
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +37 -0
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +18 -0
- package/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.d.ts +6 -0
- package/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.d.ts +8 -0
- package/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.d.ts +6 -0
- package/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.d.ts +8 -0
- package/projects/component-library/public-api.d.ts +7 -0
- package/public-api.d.ts +7 -0
package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { H5WithIconModel } from '../../../molecules/h5-with-icon/h5-with-icon.model';
|
|
2
|
+
export interface AdvertiseModalModel {
|
|
3
|
+
title: string;
|
|
4
|
+
subtitle: H5WithIconModel;
|
|
5
|
+
showFunds: boolean;
|
|
6
|
+
fundsInfo: H5WithIconModel;
|
|
7
|
+
primaryButtonText: string;
|
|
8
|
+
secondaryButtonText: string;
|
|
9
|
+
backButtonText: string;
|
|
10
|
+
jobsToAdvertise: AdvertiseJobModel[];
|
|
11
|
+
jobBoards: PostingBoardsSelectionModel[];
|
|
12
|
+
isJobBoardsLoading: boolean;
|
|
13
|
+
hasJobBoardsLoadingFailed: boolean;
|
|
14
|
+
currency: string;
|
|
15
|
+
navigation: AdvertiseModalNavigation;
|
|
16
|
+
}
|
|
17
|
+
export interface AdvertiseJobModel {
|
|
18
|
+
id: number;
|
|
19
|
+
jobTitle: string;
|
|
20
|
+
}
|
|
21
|
+
export interface PostingBoardsSelectionModel {
|
|
22
|
+
id: number;
|
|
23
|
+
boardName: string;
|
|
24
|
+
boardPrice: number;
|
|
25
|
+
isSelected: boolean;
|
|
26
|
+
isEditable: boolean;
|
|
27
|
+
isInEditMode: boolean;
|
|
28
|
+
boardGroup: string;
|
|
29
|
+
isPayPerClick: boolean;
|
|
30
|
+
}
|
|
31
|
+
export interface AdvertiseModalNavigation {
|
|
32
|
+
showJobBoardsSelection: boolean;
|
|
33
|
+
showOrderReview: boolean;
|
|
34
|
+
showOrderProcessing: boolean;
|
|
35
|
+
showConfirmation: boolean;
|
|
36
|
+
showCancel: boolean;
|
|
37
|
+
}
|
package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./advertise-modal.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../../templates/modal-templates/two-column-modal-template/two-column-modal-template.module";
|
|
5
|
+
import * as i4 from "../../../templates/modal-templates/two-column-body-template/two-column-body-template.module";
|
|
6
|
+
import * as i5 from "../../../atoms/h4/h4.module";
|
|
7
|
+
import * as i6 from "../../../atoms/h5/h5.module";
|
|
8
|
+
import * as i7 from "../../../atoms/paragraph/paragraph.module";
|
|
9
|
+
import * as i8 from "../../../atoms/icon/icon.module";
|
|
10
|
+
import * as i9 from "../../../atoms/input-text/input-text.module";
|
|
11
|
+
import * as i10 from "../../../atoms/button/button.module";
|
|
12
|
+
import * as i11 from "../../../templates/placeholder/placeholder.module";
|
|
13
|
+
import * as i12 from "../../../molecules/h5-with-icon/h5-with-icon.module";
|
|
14
|
+
export declare class ModalModule {
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>;
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.AdvertiseModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.TwoColumnBodyTemplateModule, typeof i5.H4Module, typeof i6.H5Module, typeof i7.ParagraphModule, typeof i8.IconModule, typeof i9.InputTextModule, typeof i10.ButtonModule, typeof i11.PlaceholderModule, typeof i12.H5WithIconModule], [typeof i1.AdvertiseModalComponent]>;
|
|
17
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TwoColumnBodyTemplateComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnBodyTemplateComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnBodyTemplateComponent, "symphony-two-column-body-template", never, {}, {}, never, ["[sfx-left-col-header]", "[sfx-right-col-header]", "[sfx-left-column]", "[sfx-right-column]"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./two-column-body-template.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class TwoColumnBodyTemplateModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnBodyTemplateModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TwoColumnBodyTemplateModule, [typeof i1.TwoColumnBodyTemplateComponent], [typeof i2.CommonModule], [typeof i1.TwoColumnBodyTemplateComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TwoColumnBodyTemplateModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TwoColumnModalTemplateComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnModalTemplateComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnModalTemplateComponent, "symphony-two-column-modal-template", never, {}, {}, never, ["[sfx-modal-title]", "[sfx-close-button]", "[sfx-modal-subtitle]", "[sfx-modal-body-area]", "[sfx-button-secondary]", "[sfx-button-primary]"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./two-column-modal-template.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class TwoColumnModalModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnModalModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TwoColumnModalModule, [typeof i1.TwoColumnModalTemplateComponent], [typeof i2.CommonModule], [typeof i1.TwoColumnModalTemplateComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TwoColumnModalModule>;
|
|
8
|
+
}
|
|
@@ -66,6 +66,8 @@ export * from './lib/atoms/toaster-alert/toaster-alert.module';
|
|
|
66
66
|
export * from './lib/atoms/toaster-alert/toaster-alert.model';
|
|
67
67
|
export * from './lib/atoms/two-column-filter-area/two-column-filter-area.component';
|
|
68
68
|
export * from './lib/atoms/two-column-filter-area/two-column-filter-area.module';
|
|
69
|
+
export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.component';
|
|
70
|
+
export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.module';
|
|
69
71
|
export * from './lib/atoms/atoms.module';
|
|
70
72
|
export * from './lib/molecules/breadcrumb/breadcrumb.component';
|
|
71
73
|
export * from './lib/molecules/breadcrumb/breadcrumb.module';
|
|
@@ -75,6 +77,8 @@ export * from './lib/molecules/card/card.module';
|
|
|
75
77
|
export * from './lib/molecules/card/card.model';
|
|
76
78
|
export * from './lib/molecules/pills/pills.component';
|
|
77
79
|
export * from './lib/molecules/pills/pills.module';
|
|
80
|
+
export * from './lib/molecules/h5-with-icon/h5-with-icon.component';
|
|
81
|
+
export * from './lib/molecules/h5-with-icon/h5-with-icon.module';
|
|
78
82
|
export * from './lib/molecules/molecules.module';
|
|
79
83
|
export * from './lib/organisms/card-list/card-list.component';
|
|
80
84
|
export * from './lib/organisms/card-list/card-list.module';
|
|
@@ -85,3 +89,6 @@ export * from './lib/pages/events-settings-page/events-settings-page.model';
|
|
|
85
89
|
export * from './lib/pages/setting-list-page/setting-list-page.component';
|
|
86
90
|
export * from './lib/pages/setting-list-page/setting-list-page.module';
|
|
87
91
|
export * from './lib/pages/setting-list-page/setting-list-page.model';
|
|
92
|
+
export * from './lib/pages/modals/advertise-modal/advertise-modal.component';
|
|
93
|
+
export * from './lib/pages/modals/advertise-modal/advertise-modal.module';
|
|
94
|
+
export * from './lib/pages/modals/advertise-modal/advertise-modal.model';
|
package/public-api.d.ts
CHANGED
|
@@ -66,6 +66,8 @@ export * from './lib/atoms/toaster-alert/toaster-alert.module';
|
|
|
66
66
|
export * from './lib/atoms/toaster-alert/toaster-alert.model';
|
|
67
67
|
export * from './lib/atoms/two-column-filter-area/two-column-filter-area.component';
|
|
68
68
|
export * from './lib/atoms/two-column-filter-area/two-column-filter-area.module';
|
|
69
|
+
export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.component';
|
|
70
|
+
export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.module';
|
|
69
71
|
export * from './lib/atoms/atoms.module';
|
|
70
72
|
export * from './lib/molecules/breadcrumb/breadcrumb.component';
|
|
71
73
|
export * from './lib/molecules/breadcrumb/breadcrumb.module';
|
|
@@ -75,6 +77,8 @@ export * from './lib/molecules/card/card.module';
|
|
|
75
77
|
export * from './lib/molecules/card/card.model';
|
|
76
78
|
export * from './lib/molecules/pills/pills.component';
|
|
77
79
|
export * from './lib/molecules/pills/pills.module';
|
|
80
|
+
export * from './lib/molecules/h5-with-icon/h5-with-icon.component';
|
|
81
|
+
export * from './lib/molecules/h5-with-icon/h5-with-icon.module';
|
|
78
82
|
export * from './lib/molecules/molecules.module';
|
|
79
83
|
export * from './lib/organisms/card-list/card-list.component';
|
|
80
84
|
export * from './lib/organisms/card-list/card-list.module';
|
|
@@ -85,3 +89,6 @@ export * from './lib/pages/events-settings-page/events-settings-page.model';
|
|
|
85
89
|
export * from './lib/pages/setting-list-page/setting-list-page.component';
|
|
86
90
|
export * from './lib/pages/setting-list-page/setting-list-page.module';
|
|
87
91
|
export * from './lib/pages/setting-list-page/setting-list-page.model';
|
|
92
|
+
export * from './lib/pages/modals/advertise-modal/advertise-modal.component';
|
|
93
|
+
export * from './lib/pages/modals/advertise-modal/advertise-modal.module';
|
|
94
|
+
export * from './lib/pages/modals/advertise-modal/advertise-modal.model';
|