@symphony-talent/component-library 3.76.0 → 3.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/atoms/atoms.module.mjs +8 -4
- package/esm2020/lib/atoms/grid/grid.component.mjs +11 -5
- package/esm2020/lib/atoms/icon/icon.component.mjs +2 -2
- package/esm2020/lib/atoms/notifications/notifications.component.mjs +27 -0
- package/esm2020/lib/atoms/notifications/notifications.model.mjs +2 -0
- package/esm2020/lib/atoms/notifications/notifications.module.mjs +49 -0
- package/esm2020/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component.mjs +1 -1
- package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +1 -1
- package/esm2020/lib/pages/job-list-page/job-list-page.component.mjs +8 -5
- package/esm2020/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +11 -5
- package/esm2020/projects/component-library/lib/atoms/icon/icon.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/atoms/notifications/notifications.component.mjs +27 -0
- package/esm2020/projects/component-library/lib/atoms/notifications/notifications.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/atoms/notifications/notifications.module.mjs +49 -0
- package/esm2020/projects/component-library/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/job-list-page/job-list-page.component.mjs +8 -5
- package/esm2020/projects/component-library/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/public-api.mjs +4 -1
- package/esm2020/public-api.mjs +4 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +84 -16
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +84 -16
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +84 -16
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +84 -16
- 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 +4 -2
- package/lib/atoms/notifications/notifications.component.d.ts +11 -0
- package/lib/atoms/notifications/notifications.model.d.ts +18 -0
- package/lib/atoms/notifications/notifications.module.d.ts +15 -0
- package/lib/pages/job-list-page/job-list-page.component.d.ts +4 -2
- package/package.json +1 -1
- package/projects/component-library/global.scss +12 -0
- package/projects/component-library/lib/atoms/atoms.module.d.ts +2 -1
- package/projects/component-library/lib/atoms/grid/grid.component.d.ts +4 -2
- package/projects/component-library/lib/atoms/notifications/notifications.component.d.ts +11 -0
- package/projects/component-library/lib/atoms/notifications/notifications.model.d.ts +18 -0
- package/projects/component-library/lib/atoms/notifications/notifications.module.d.ts +15 -0
- package/projects/component-library/lib/pages/job-list-page/job-list-page.component.d.ts +4 -2
- package/projects/component-library/public-api.d.ts +3 -0
- package/public-api.d.ts +3 -0
|
@@ -31,8 +31,9 @@ import * as i29 from "./phaser/phaser.module";
|
|
|
31
31
|
import * as i30 from "./vertical-separator/vertical-separator.module";
|
|
32
32
|
import * as i31 from "./formatted-counter/formatted-counter.module";
|
|
33
33
|
import * as i32 from "./advance-filter-selected-counter/advance-filter-selected-counter.module";
|
|
34
|
+
import * as i33 from "./notifications/notifications.module";
|
|
34
35
|
export declare class AtomsModule {
|
|
35
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
|
|
36
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule, typeof i27.InputSearchCheckboxDropdownModule, typeof i28.InputChipsModule, typeof i29.PhaserModule, typeof i30.VerticalSeparatorModule, typeof i31.FormattedCounterModule, typeof i32.AdvanceFilterSelectedCounterModule]>;
|
|
37
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule, typeof i27.InputSearchCheckboxDropdownModule, typeof i28.InputChipsModule, typeof i29.PhaserModule, typeof i30.VerticalSeparatorModule, typeof i31.FormattedCounterModule, typeof i32.AdvanceFilterSelectedCounterModule, typeof i33.NotificationsModule]>;
|
|
37
38
|
static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
|
|
38
39
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { ColDef, GridApi, GridOptions, GridReadyEvent, SortChangedEvent } from 'ag-grid-community';
|
|
2
|
+
import { CellClickedEvent, ColDef, GridApi, GridOptions, GridReadyEvent, SortChangedEvent } from 'ag-grid-community';
|
|
3
3
|
import { gridType } from './grid.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class GridComponent implements OnInit {
|
|
@@ -21,12 +21,14 @@ export declare class GridComponent implements OnInit {
|
|
|
21
21
|
frameworkComponents: any;
|
|
22
22
|
gridOptions: GridOptions;
|
|
23
23
|
sortChanged: EventEmitter<SortChangedEvent>;
|
|
24
|
+
cellClick: EventEmitter<CellClickedEvent>;
|
|
24
25
|
constructor();
|
|
25
26
|
ngOnInit(): void;
|
|
26
27
|
updateGridFilter(): void;
|
|
27
28
|
getFrameworkComponents(): any;
|
|
28
29
|
onGridReady(gridReadyEvent: GridReadyEvent): void;
|
|
29
30
|
onSortChanged(event: SortChangedEvent): void;
|
|
31
|
+
onCellClick(event: CellClickedEvent): void;
|
|
30
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "symphony-grid", never, { "columnDefs": "columnDefs"; "defaultColDef": "defaultColDef"; "rowData": "rowData"; "onGridReadyFunction": "onGridReadyFunction"; "pageSize": "pageSize"; "rowModelType": "rowModelType"; "suppressRowClickSelection": "suppressRowClickSelection"; "rowSelectionMode": "rowSelectionMode"; "hasNoPaddingleft": "hasNoPaddingleft"; }, { "sortChanged": "sortChanged"; }, never, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "symphony-grid", never, { "columnDefs": "columnDefs"; "defaultColDef": "defaultColDef"; "rowData": "rowData"; "onGridReadyFunction": "onGridReadyFunction"; "pageSize": "pageSize"; "rowModelType": "rowModelType"; "suppressRowClickSelection": "suppressRowClickSelection"; "rowSelectionMode": "rowSelectionMode"; "hasNoPaddingleft": "hasNoPaddingleft"; }, { "sortChanged": "sortChanged"; "cellClick": "cellClick"; }, never, never>;
|
|
32
34
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { NotificationItemModel, NotificationModel } from './notifications.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NotificationsComponent {
|
|
5
|
+
model: NotificationModel;
|
|
6
|
+
actionClick: EventEmitter<NotificationItemModel>;
|
|
7
|
+
constructor();
|
|
8
|
+
onActionClick(notificationItem: NotificationItemModel): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsComponent, "symphony-notifications", never, { "model": "model"; }, { "actionClick": "actionClick"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icons } from '../icon/icon.enum';
|
|
2
|
+
export interface NotificationModel {
|
|
3
|
+
notifications: NotificationItemModel[];
|
|
4
|
+
title?: string;
|
|
5
|
+
isLoading: boolean;
|
|
6
|
+
emptyState: string;
|
|
7
|
+
isNotificationLoading: boolean;
|
|
8
|
+
unreadNotificationCount?: number;
|
|
9
|
+
}
|
|
10
|
+
export interface NotificationItemModel {
|
|
11
|
+
icon?: Icons;
|
|
12
|
+
text: string;
|
|
13
|
+
timestamp: string;
|
|
14
|
+
action?: string;
|
|
15
|
+
isHtml?: boolean;
|
|
16
|
+
source?: string;
|
|
17
|
+
metadata?: any;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./notifications.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ngx-bootstrap/dropdown";
|
|
5
|
+
import * as i4 from "@angular/platform-browser/animations";
|
|
6
|
+
import * as i5 from "../icon/icon.module";
|
|
7
|
+
import * as i6 from "../h3/h3.module";
|
|
8
|
+
import * as i7 from "../../pipe/pipe.module";
|
|
9
|
+
import * as i8 from "../sfx-loader/sfx-loader.module";
|
|
10
|
+
import * as i9 from "../h5/h5.module";
|
|
11
|
+
export declare class NotificationsModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationsModule, [typeof i1.NotificationsComponent], [typeof i2.CommonModule, typeof i3.BsDropdownModule, typeof i4.BrowserAnimationsModule, typeof i5.IconModule, typeof i6.H3Module, typeof i7.PipeModule, typeof i8.SfxLoaderModule, typeof i9.H5Module], [typeof i1.NotificationsComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NotificationsModule>;
|
|
15
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { CellClickedEvent } from 'ag-grid-community';
|
|
2
3
|
import { GridComponent } from '../../atoms/grid/grid.component';
|
|
3
4
|
import { JobListPageModel } from './job-list-page.model';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
@@ -12,7 +13,7 @@ export declare class JobListPageComponent {
|
|
|
12
13
|
gridControlClicked: EventEmitter<JobListPageModel>;
|
|
13
14
|
gridActionClicked: EventEmitter<JobListPageModel>;
|
|
14
15
|
rowChecked: EventEmitter<JobListPageModel>;
|
|
15
|
-
|
|
16
|
+
cellClick: EventEmitter<CellClickedEvent>;
|
|
16
17
|
grid: GridComponent;
|
|
17
18
|
constructor();
|
|
18
19
|
onAddButtonClick(): void;
|
|
@@ -23,6 +24,7 @@ export declare class JobListPageComponent {
|
|
|
23
24
|
onGridActionClick(gridActionModel: any): void;
|
|
24
25
|
onItemClick(JobListPageModel: any): void;
|
|
25
26
|
refreshGrid(): void;
|
|
27
|
+
onCellClick(event: CellClickedEvent): void;
|
|
26
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<JobListPageComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<JobListPageComponent, "symphony-job-list-page", never, { "jobListModel": "jobListModel"; }, { "addButtonClicked": "addButtonClicked"; "advanceSearchClicked": "advanceSearchClicked"; "lastLoadClicked": "lastLoadClicked"; "itemClicked": "itemClicked"; "jobCategorySearchChange": "jobCategorySearchChange"; "gridControlClicked": "gridControlClicked"; "gridActionClicked": "gridActionClicked"; "rowChecked": "rowChecked"; "
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<JobListPageComponent, "symphony-job-list-page", never, { "jobListModel": "jobListModel"; }, { "addButtonClicked": "addButtonClicked"; "advanceSearchClicked": "advanceSearchClicked"; "lastLoadClicked": "lastLoadClicked"; "itemClicked": "itemClicked"; "jobCategorySearchChange": "jobCategorySearchChange"; "gridControlClicked": "gridControlClicked"; "gridActionClicked": "gridActionClicked"; "rowChecked": "rowChecked"; "cellClick": "cellClick"; }, never, ["[filter1]", "[filter2]", "[filter3]", "[filter4]", "[filter5]", "[filter6]", "[filter7]"]>;
|
|
28
30
|
}
|
package/package.json
CHANGED
|
@@ -365,6 +365,9 @@ body {
|
|
|
365
365
|
overflow: hidden;
|
|
366
366
|
white-space: nowrap;
|
|
367
367
|
}
|
|
368
|
+
.sfx-txt-center {
|
|
369
|
+
text-align: center;
|
|
370
|
+
}
|
|
368
371
|
// End Utilities
|
|
369
372
|
}
|
|
370
373
|
}
|
|
@@ -599,3 +602,12 @@ body {
|
|
|
599
602
|
}
|
|
600
603
|
}
|
|
601
604
|
// Overwrites for Modal
|
|
605
|
+
// Notification InnerHtml
|
|
606
|
+
.notification-text {
|
|
607
|
+
.hasBold {
|
|
608
|
+
b {
|
|
609
|
+
font-family: $font-bold;
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
// Notification InnerHtml
|
|
@@ -31,8 +31,9 @@ import * as i29 from "./phaser/phaser.module";
|
|
|
31
31
|
import * as i30 from "./vertical-separator/vertical-separator.module";
|
|
32
32
|
import * as i31 from "./formatted-counter/formatted-counter.module";
|
|
33
33
|
import * as i32 from "./advance-filter-selected-counter/advance-filter-selected-counter.module";
|
|
34
|
+
import * as i33 from "./notifications/notifications.module";
|
|
34
35
|
export declare class AtomsModule {
|
|
35
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
|
|
36
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule, typeof i27.InputSearchCheckboxDropdownModule, typeof i28.InputChipsModule, typeof i29.PhaserModule, typeof i30.VerticalSeparatorModule, typeof i31.FormattedCounterModule, typeof i32.AdvanceFilterSelectedCounterModule]>;
|
|
37
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule, typeof i27.InputSearchCheckboxDropdownModule, typeof i28.InputChipsModule, typeof i29.PhaserModule, typeof i30.VerticalSeparatorModule, typeof i31.FormattedCounterModule, typeof i32.AdvanceFilterSelectedCounterModule, typeof i33.NotificationsModule]>;
|
|
37
38
|
static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
|
|
38
39
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { ColDef, GridApi, GridOptions, GridReadyEvent, SortChangedEvent } from 'ag-grid-community';
|
|
2
|
+
import { CellClickedEvent, ColDef, GridApi, GridOptions, GridReadyEvent, SortChangedEvent } from 'ag-grid-community';
|
|
3
3
|
import { gridType } from './grid.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class GridComponent implements OnInit {
|
|
@@ -21,12 +21,14 @@ export declare class GridComponent implements OnInit {
|
|
|
21
21
|
frameworkComponents: any;
|
|
22
22
|
gridOptions: GridOptions;
|
|
23
23
|
sortChanged: EventEmitter<SortChangedEvent>;
|
|
24
|
+
cellClick: EventEmitter<CellClickedEvent>;
|
|
24
25
|
constructor();
|
|
25
26
|
ngOnInit(): void;
|
|
26
27
|
updateGridFilter(): void;
|
|
27
28
|
getFrameworkComponents(): any;
|
|
28
29
|
onGridReady(gridReadyEvent: GridReadyEvent): void;
|
|
29
30
|
onSortChanged(event: SortChangedEvent): void;
|
|
31
|
+
onCellClick(event: CellClickedEvent): void;
|
|
30
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "symphony-grid", never, { "columnDefs": "columnDefs"; "defaultColDef": "defaultColDef"; "rowData": "rowData"; "onGridReadyFunction": "onGridReadyFunction"; "pageSize": "pageSize"; "rowModelType": "rowModelType"; "suppressRowClickSelection": "suppressRowClickSelection"; "rowSelectionMode": "rowSelectionMode"; "hasNoPaddingleft": "hasNoPaddingleft"; }, { "sortChanged": "sortChanged"; }, never, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "symphony-grid", never, { "columnDefs": "columnDefs"; "defaultColDef": "defaultColDef"; "rowData": "rowData"; "onGridReadyFunction": "onGridReadyFunction"; "pageSize": "pageSize"; "rowModelType": "rowModelType"; "suppressRowClickSelection": "suppressRowClickSelection"; "rowSelectionMode": "rowSelectionMode"; "hasNoPaddingleft": "hasNoPaddingleft"; }, { "sortChanged": "sortChanged"; "cellClick": "cellClick"; }, never, never>;
|
|
32
34
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { NotificationItemModel, NotificationModel } from './notifications.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NotificationsComponent {
|
|
5
|
+
model: NotificationModel;
|
|
6
|
+
actionClick: EventEmitter<NotificationItemModel>;
|
|
7
|
+
constructor();
|
|
8
|
+
onActionClick(notificationItem: NotificationItemModel): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsComponent, "symphony-notifications", never, { "model": "model"; }, { "actionClick": "actionClick"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icons } from '../icon/icon.enum';
|
|
2
|
+
export interface NotificationModel {
|
|
3
|
+
notifications: NotificationItemModel[];
|
|
4
|
+
title?: string;
|
|
5
|
+
isLoading: boolean;
|
|
6
|
+
emptyState: string;
|
|
7
|
+
isNotificationLoading: boolean;
|
|
8
|
+
unreadNotificationCount?: number;
|
|
9
|
+
}
|
|
10
|
+
export interface NotificationItemModel {
|
|
11
|
+
icon?: Icons;
|
|
12
|
+
text: string;
|
|
13
|
+
timestamp: string;
|
|
14
|
+
action?: string;
|
|
15
|
+
isHtml?: boolean;
|
|
16
|
+
source?: string;
|
|
17
|
+
metadata?: any;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./notifications.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ngx-bootstrap/dropdown";
|
|
5
|
+
import * as i4 from "@angular/platform-browser/animations";
|
|
6
|
+
import * as i5 from "../icon/icon.module";
|
|
7
|
+
import * as i6 from "../h3/h3.module";
|
|
8
|
+
import * as i7 from "../../pipe/pipe.module";
|
|
9
|
+
import * as i8 from "../sfx-loader/sfx-loader.module";
|
|
10
|
+
import * as i9 from "../h5/h5.module";
|
|
11
|
+
export declare class NotificationsModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationsModule, [typeof i1.NotificationsComponent], [typeof i2.CommonModule, typeof i3.BsDropdownModule, typeof i4.BrowserAnimationsModule, typeof i5.IconModule, typeof i6.H3Module, typeof i7.PipeModule, typeof i8.SfxLoaderModule, typeof i9.H5Module], [typeof i1.NotificationsComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NotificationsModule>;
|
|
15
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { CellClickedEvent } from 'ag-grid-community';
|
|
2
3
|
import { GridComponent } from '../../atoms/grid/grid.component';
|
|
3
4
|
import { JobListPageModel } from './job-list-page.model';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
@@ -12,7 +13,7 @@ export declare class JobListPageComponent {
|
|
|
12
13
|
gridControlClicked: EventEmitter<JobListPageModel>;
|
|
13
14
|
gridActionClicked: EventEmitter<JobListPageModel>;
|
|
14
15
|
rowChecked: EventEmitter<JobListPageModel>;
|
|
15
|
-
|
|
16
|
+
cellClick: EventEmitter<CellClickedEvent>;
|
|
16
17
|
grid: GridComponent;
|
|
17
18
|
constructor();
|
|
18
19
|
onAddButtonClick(): void;
|
|
@@ -23,6 +24,7 @@ export declare class JobListPageComponent {
|
|
|
23
24
|
onGridActionClick(gridActionModel: any): void;
|
|
24
25
|
onItemClick(JobListPageModel: any): void;
|
|
25
26
|
refreshGrid(): void;
|
|
27
|
+
onCellClick(event: CellClickedEvent): void;
|
|
26
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<JobListPageComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<JobListPageComponent, "symphony-job-list-page", never, { "jobListModel": "jobListModel"; }, { "addButtonClicked": "addButtonClicked"; "advanceSearchClicked": "advanceSearchClicked"; "lastLoadClicked": "lastLoadClicked"; "itemClicked": "itemClicked"; "jobCategorySearchChange": "jobCategorySearchChange"; "gridControlClicked": "gridControlClicked"; "gridActionClicked": "gridActionClicked"; "rowChecked": "rowChecked"; "
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<JobListPageComponent, "symphony-job-list-page", never, { "jobListModel": "jobListModel"; }, { "addButtonClicked": "addButtonClicked"; "advanceSearchClicked": "advanceSearchClicked"; "lastLoadClicked": "lastLoadClicked"; "itemClicked": "itemClicked"; "jobCategorySearchChange": "jobCategorySearchChange"; "gridControlClicked": "gridControlClicked"; "gridActionClicked": "gridActionClicked"; "rowChecked": "rowChecked"; "cellClick": "cellClick"; }, never, ["[filter1]", "[filter2]", "[filter3]", "[filter4]", "[filter5]", "[filter6]", "[filter7]"]>;
|
|
28
30
|
}
|
|
@@ -95,6 +95,9 @@ export * from './lib/atoms/phaser/phaser.component';
|
|
|
95
95
|
export * from './lib/atoms/phaser/phaser.module';
|
|
96
96
|
export * from './lib/atoms/advance-filter-selected-counter/advance-filter-selected-counter.component';
|
|
97
97
|
export * from './lib/atoms/advance-filter-selected-counter/advance-filter-selected-counter.module';
|
|
98
|
+
export * from './lib/atoms/notifications/notifications.component';
|
|
99
|
+
export * from './lib/atoms/notifications/notifications.model';
|
|
100
|
+
export * from './lib/atoms/notifications/notifications.module';
|
|
98
101
|
export * from './lib/atoms/atoms.module';
|
|
99
102
|
export * from './lib/molecules/breadcrumb/breadcrumb.component';
|
|
100
103
|
export * from './lib/molecules/breadcrumb/breadcrumb.module';
|
package/public-api.d.ts
CHANGED
|
@@ -95,6 +95,9 @@ export * from './lib/atoms/phaser/phaser.component';
|
|
|
95
95
|
export * from './lib/atoms/phaser/phaser.module';
|
|
96
96
|
export * from './lib/atoms/advance-filter-selected-counter/advance-filter-selected-counter.component';
|
|
97
97
|
export * from './lib/atoms/advance-filter-selected-counter/advance-filter-selected-counter.module';
|
|
98
|
+
export * from './lib/atoms/notifications/notifications.component';
|
|
99
|
+
export * from './lib/atoms/notifications/notifications.model';
|
|
100
|
+
export * from './lib/atoms/notifications/notifications.module';
|
|
98
101
|
export * from './lib/atoms/atoms.module';
|
|
99
102
|
export * from './lib/molecules/breadcrumb/breadcrumb.component';
|
|
100
103
|
export * from './lib/molecules/breadcrumb/breadcrumb.module';
|