@symphony-talent/component-library 4.165.0 → 4.166.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/grid/grid.component.mjs +5 -3
- package/esm2020/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.component.mjs +1 -1
- package/esm2020/lib/organisms/action-bar-job-list/action-bar-job-list.component.mjs +1 -1
- package/esm2020/lib/organisms/grid-controls/grid-controls.component.mjs +9 -3
- package/esm2020/lib/organisms/grid-controls/grid-controls.model.mjs +1 -1
- package/esm2020/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component.mjs +1 -1
- package/esm2020/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.component.mjs +44 -0
- package/esm2020/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.model.mjs +2 -0
- package/esm2020/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.module.mjs +25 -0
- package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +1 -1
- package/esm2020/lib/pages/feedback-request-page/feedback-request-page.component.mjs +1 -1
- package/esm2020/lib/pages/job-list-page/job-list-page.component.mjs +1 -1
- package/esm2020/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component.mjs +1 -1
- package/esm2020/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.mjs +1 -1
- package/esm2020/lib/templates/contact-list/contact-list-template.component.mjs +10 -5
- package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +5 -3
- package/esm2020/projects/component-library/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/grid-controls/grid-controls.component.mjs +9 -3
- package/esm2020/projects/component-library/lib/organisms/grid-controls/grid-controls.model.mjs +1 -1
- 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/bulk-import-admin-list-page/bulk-import-admin-list-page.component.mjs +44 -0
- package/esm2020/projects/component-library/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.module.mjs +25 -0
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/feedback-request-page/feedback-request-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/job-list-page/job-list-page.component.mjs +1 -1
- 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/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/templates/contact-list/contact-list-template.component.mjs +10 -5
- 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 +76 -16
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +76 -16
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +76 -16
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +76 -16
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/grid/grid.component.d.ts +2 -1
- package/lib/organisms/grid-controls/grid-controls.component.d.ts +3 -1
- package/lib/organisms/grid-controls/grid-controls.model.d.ts +2 -1
- package/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.component.d.ts +18 -0
- package/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.model.d.ts +12 -0
- package/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.module.d.ts +15 -0
- package/lib/templates/contact-list/contact-list-template.component.d.ts +3 -1
- package/package.json +1 -1
- package/projects/component-library/global.scss +3 -0
- package/projects/component-library/lib/atoms/grid/grid.component.d.ts +2 -1
- package/projects/component-library/lib/organisms/grid-controls/grid-controls.component.d.ts +3 -1
- package/projects/component-library/lib/organisms/grid-controls/grid-controls.model.d.ts +2 -1
- package/projects/component-library/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.component.d.ts +18 -0
- package/projects/component-library/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.model.d.ts +12 -0
- package/projects/component-library/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.module.d.ts +15 -0
- package/projects/component-library/lib/templates/contact-list/contact-list-template.component.d.ts +3 -1
- package/projects/component-library/public-api.d.ts +3 -0
- package/public-api.d.ts +3 -0
|
@@ -21,6 +21,7 @@ export declare class GridComponent implements OnInit {
|
|
|
21
21
|
getDataPath: GetDataPath;
|
|
22
22
|
rowClassRules: any;
|
|
23
23
|
gridContextMenu?: boolean;
|
|
24
|
+
hasSorting?: boolean;
|
|
24
25
|
noRowsOverlayTemplate: string;
|
|
25
26
|
getRowHeight: () => number;
|
|
26
27
|
loadingCellRenderer: any;
|
|
@@ -40,5 +41,5 @@ export declare class GridComponent implements OnInit {
|
|
|
40
41
|
onSortChanged(event: SortChangedEvent): void;
|
|
41
42
|
onCellClick(event: CellClickedEvent): void;
|
|
42
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
43
|
-
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"; "isGridColPinnedLeft": "isGridColPinnedLeft"; "isServerSideGroup": "isServerSideGroup"; "getServerSideGroupKey": "getServerSideGroupKey"; "autoGroupColumnDef": "autoGroupColumnDef"; "treeData": "treeData"; "getDataPath": "getDataPath"; "rowClassRules": "rowClassRules"; "gridContextMenu": "gridContextMenu"; }, { "sortChanged": "sortChanged"; "cellClick": "cellClick"; }, never, never>;
|
|
44
|
+
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"; "isGridColPinnedLeft": "isGridColPinnedLeft"; "isServerSideGroup": "isServerSideGroup"; "getServerSideGroupKey": "getServerSideGroupKey"; "autoGroupColumnDef": "autoGroupColumnDef"; "treeData": "treeData"; "getDataPath": "getDataPath"; "rowClassRules": "rowClassRules"; "gridContextMenu": "gridContextMenu"; "hasSorting": "hasSorting"; }, { "sortChanged": "sortChanged"; "cellClick": "cellClick"; }, never, never>;
|
|
44
45
|
}
|
|
@@ -5,12 +5,14 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class GridControlsComponent implements OnInit {
|
|
6
6
|
model: GridControlsModel;
|
|
7
7
|
Clicked: EventEmitter<void>;
|
|
8
|
+
gridRefreshClicked: EventEmitter<void>;
|
|
8
9
|
menuClicked: EventEmitter<string>;
|
|
9
10
|
gridMoreActions: ContextualMenuModel;
|
|
10
11
|
constructor();
|
|
11
12
|
onClick(): void;
|
|
13
|
+
onGridRefreshClick(): void;
|
|
12
14
|
onItemClick(item: string): void;
|
|
13
15
|
ngOnInit(): void;
|
|
14
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridControlsComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridControlsComponent, "symphony-grid-controls", never, { "model": "model"; }, { "Clicked": "Clicked"; "menuClicked": "menuClicked"; }, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridControlsComponent, "symphony-grid-controls", never, { "model": "model"; }, { "Clicked": "Clicked"; "gridRefreshClicked": "gridRefreshClicked"; "menuClicked": "menuClicked"; }, never, never>;
|
|
16
18
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BulkImportAdminModel } from './bulk-import-admin-list-page.model';
|
|
3
|
+
import { CellClickedEvent } from 'ag-grid-community';
|
|
4
|
+
import { GridComponent } from '../../atoms/grid/grid.component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class BulkImportAdminListPageComponent {
|
|
7
|
+
bulkImportAdminModel: BulkImportAdminModel;
|
|
8
|
+
importFileClicked: EventEmitter<void>;
|
|
9
|
+
gridRefreshActionClicked: EventEmitter<void>;
|
|
10
|
+
cellClick: EventEmitter<CellClickedEvent>;
|
|
11
|
+
grid: GridComponent;
|
|
12
|
+
constructor();
|
|
13
|
+
onImportFileClick(): void;
|
|
14
|
+
onGridRefreshActionClick(): void;
|
|
15
|
+
onCellClick(event: CellClickedEvent): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BulkImportAdminListPageComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BulkImportAdminListPageComponent, "symphony-bulk-import-admin-list-page", never, { "bulkImportAdminModel": "bulkImportAdminModel"; }, { "importFileClicked": "importFileClicked"; "gridRefreshActionClicked": "gridRefreshActionClicked"; "cellClick": "cellClick"; }, never, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { GridModel } from "../../atoms/grid/grid.model";
|
|
2
|
+
import { BreadcrumbModel } from "../../molecules/breadcrumb/breadcrumb.model";
|
|
3
|
+
import { GridActionBarV2Model } from "../../organisms/grid-action-bar-v2/grid-action-bar-v2.model";
|
|
4
|
+
import { GridActionsModel } from "../../organisms/grid-actions/grid-actions.model";
|
|
5
|
+
import { GridControlsModel } from "../../organisms/grid-controls/grid-controls.model";
|
|
6
|
+
export interface BulkImportAdminModel {
|
|
7
|
+
gridActionModel: GridActionsModel[];
|
|
8
|
+
gridControlsModel: GridControlsModel;
|
|
9
|
+
actionListModelV2: GridActionBarV2Model;
|
|
10
|
+
grid: GridModel;
|
|
11
|
+
breadcrumbs: BreadcrumbModel[];
|
|
12
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./bulk-import-admin-list-page.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h3/h3.module";
|
|
5
|
+
import * as i4 from "../../templates/contact-list/contact-list-template.module";
|
|
6
|
+
import * as i5 from "../../atoms/grid/grid.module";
|
|
7
|
+
import * as i6 from "../../atoms/button-v2/button.module";
|
|
8
|
+
import * as i7 from "../../organisms/grid-action-bar-v2/grid-action-bar-v2.module";
|
|
9
|
+
import * as i8 from "../../organisms/grid-controls/grid-controls.module";
|
|
10
|
+
import * as i9 from "../../molecules/breadcrumb/breadcrumb.module";
|
|
11
|
+
export declare class BulkImportAdminListPageModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BulkImportAdminListPageModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkImportAdminListPageModule, [typeof i1.BulkImportAdminListPageComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.ContactListTemplateModule, typeof i5.GridModule, typeof i6.ButtonV2Module, typeof i7.GridActionBarV2Module, typeof i8.GridControlsModule, typeof i9.BreadcrumbModule], [typeof i1.BulkImportAdminListPageComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BulkImportAdminListPageModule>;
|
|
15
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ContactListTemplateComponent {
|
|
3
|
+
hasBorderBottom?: boolean;
|
|
4
|
+
removeFilterSection?: boolean;
|
|
3
5
|
constructor();
|
|
4
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContactListTemplateComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContactListTemplateComponent, "symphony-contact-list-template", never, {}, {}, never, ["[sfx-header]", "[sfx-page-action]", "[sfx-filter-area]", "[sfx-actions]", "[sfx-grid]"]>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactListTemplateComponent, "symphony-contact-list-template", never, { "hasBorderBottom": "hasBorderBottom"; "removeFilterSection": "removeFilterSection"; }, {}, never, ["[sfx-header]", "[sfx-page-action]", "[sfx-filter-area]", "[sfx-actions]", "[sfx-grid]"]>;
|
|
6
8
|
}
|
package/package.json
CHANGED
|
@@ -21,6 +21,7 @@ export declare class GridComponent implements OnInit {
|
|
|
21
21
|
getDataPath: GetDataPath;
|
|
22
22
|
rowClassRules: any;
|
|
23
23
|
gridContextMenu?: boolean;
|
|
24
|
+
hasSorting?: boolean;
|
|
24
25
|
noRowsOverlayTemplate: string;
|
|
25
26
|
getRowHeight: () => number;
|
|
26
27
|
loadingCellRenderer: any;
|
|
@@ -40,5 +41,5 @@ export declare class GridComponent implements OnInit {
|
|
|
40
41
|
onSortChanged(event: SortChangedEvent): void;
|
|
41
42
|
onCellClick(event: CellClickedEvent): void;
|
|
42
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
43
|
-
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"; "isGridColPinnedLeft": "isGridColPinnedLeft"; "isServerSideGroup": "isServerSideGroup"; "getServerSideGroupKey": "getServerSideGroupKey"; "autoGroupColumnDef": "autoGroupColumnDef"; "treeData": "treeData"; "getDataPath": "getDataPath"; "rowClassRules": "rowClassRules"; "gridContextMenu": "gridContextMenu"; }, { "sortChanged": "sortChanged"; "cellClick": "cellClick"; }, never, never>;
|
|
44
|
+
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"; "isGridColPinnedLeft": "isGridColPinnedLeft"; "isServerSideGroup": "isServerSideGroup"; "getServerSideGroupKey": "getServerSideGroupKey"; "autoGroupColumnDef": "autoGroupColumnDef"; "treeData": "treeData"; "getDataPath": "getDataPath"; "rowClassRules": "rowClassRules"; "gridContextMenu": "gridContextMenu"; "hasSorting": "hasSorting"; }, { "sortChanged": "sortChanged"; "cellClick": "cellClick"; }, never, never>;
|
|
44
45
|
}
|
|
@@ -5,12 +5,14 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class GridControlsComponent implements OnInit {
|
|
6
6
|
model: GridControlsModel;
|
|
7
7
|
Clicked: EventEmitter<void>;
|
|
8
|
+
gridRefreshClicked: EventEmitter<void>;
|
|
8
9
|
menuClicked: EventEmitter<string>;
|
|
9
10
|
gridMoreActions: ContextualMenuModel;
|
|
10
11
|
constructor();
|
|
11
12
|
onClick(): void;
|
|
13
|
+
onGridRefreshClick(): void;
|
|
12
14
|
onItemClick(item: string): void;
|
|
13
15
|
ngOnInit(): void;
|
|
14
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridControlsComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridControlsComponent, "symphony-grid-controls", never, { "model": "model"; }, { "Clicked": "Clicked"; "menuClicked": "menuClicked"; }, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridControlsComponent, "symphony-grid-controls", never, { "model": "model"; }, { "Clicked": "Clicked"; "gridRefreshClicked": "gridRefreshClicked"; "menuClicked": "menuClicked"; }, never, never>;
|
|
16
18
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BulkImportAdminModel } from './bulk-import-admin-list-page.model';
|
|
3
|
+
import { CellClickedEvent } from 'ag-grid-community';
|
|
4
|
+
import { GridComponent } from '../../atoms/grid/grid.component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class BulkImportAdminListPageComponent {
|
|
7
|
+
bulkImportAdminModel: BulkImportAdminModel;
|
|
8
|
+
importFileClicked: EventEmitter<void>;
|
|
9
|
+
gridRefreshActionClicked: EventEmitter<void>;
|
|
10
|
+
cellClick: EventEmitter<CellClickedEvent>;
|
|
11
|
+
grid: GridComponent;
|
|
12
|
+
constructor();
|
|
13
|
+
onImportFileClick(): void;
|
|
14
|
+
onGridRefreshActionClick(): void;
|
|
15
|
+
onCellClick(event: CellClickedEvent): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BulkImportAdminListPageComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BulkImportAdminListPageComponent, "symphony-bulk-import-admin-list-page", never, { "bulkImportAdminModel": "bulkImportAdminModel"; }, { "importFileClicked": "importFileClicked"; "gridRefreshActionClicked": "gridRefreshActionClicked"; "cellClick": "cellClick"; }, never, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { GridModel } from "../../atoms/grid/grid.model";
|
|
2
|
+
import { BreadcrumbModel } from "../../molecules/breadcrumb/breadcrumb.model";
|
|
3
|
+
import { GridActionBarV2Model } from "../../organisms/grid-action-bar-v2/grid-action-bar-v2.model";
|
|
4
|
+
import { GridActionsModel } from "../../organisms/grid-actions/grid-actions.model";
|
|
5
|
+
import { GridControlsModel } from "../../organisms/grid-controls/grid-controls.model";
|
|
6
|
+
export interface BulkImportAdminModel {
|
|
7
|
+
gridActionModel: GridActionsModel[];
|
|
8
|
+
gridControlsModel: GridControlsModel;
|
|
9
|
+
actionListModelV2: GridActionBarV2Model;
|
|
10
|
+
grid: GridModel;
|
|
11
|
+
breadcrumbs: BreadcrumbModel[];
|
|
12
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./bulk-import-admin-list-page.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h3/h3.module";
|
|
5
|
+
import * as i4 from "../../templates/contact-list/contact-list-template.module";
|
|
6
|
+
import * as i5 from "../../atoms/grid/grid.module";
|
|
7
|
+
import * as i6 from "../../atoms/button-v2/button.module";
|
|
8
|
+
import * as i7 from "../../organisms/grid-action-bar-v2/grid-action-bar-v2.module";
|
|
9
|
+
import * as i8 from "../../organisms/grid-controls/grid-controls.module";
|
|
10
|
+
import * as i9 from "../../molecules/breadcrumb/breadcrumb.module";
|
|
11
|
+
export declare class BulkImportAdminListPageModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BulkImportAdminListPageModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkImportAdminListPageModule, [typeof i1.BulkImportAdminListPageComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.ContactListTemplateModule, typeof i5.GridModule, typeof i6.ButtonV2Module, typeof i7.GridActionBarV2Module, typeof i8.GridControlsModule, typeof i9.BreadcrumbModule], [typeof i1.BulkImportAdminListPageComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BulkImportAdminListPageModule>;
|
|
15
|
+
}
|
package/projects/component-library/lib/templates/contact-list/contact-list-template.component.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ContactListTemplateComponent {
|
|
3
|
+
hasBorderBottom?: boolean;
|
|
4
|
+
removeFilterSection?: boolean;
|
|
3
5
|
constructor();
|
|
4
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContactListTemplateComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContactListTemplateComponent, "symphony-contact-list-template", never, {}, {}, never, ["[sfx-header]", "[sfx-page-action]", "[sfx-filter-area]", "[sfx-actions]", "[sfx-grid]"]>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactListTemplateComponent, "symphony-contact-list-template", never, { "hasBorderBottom": "hasBorderBottom"; "removeFilterSection": "removeFilterSection"; }, {}, never, ["[sfx-header]", "[sfx-page-action]", "[sfx-filter-area]", "[sfx-actions]", "[sfx-grid]"]>;
|
|
6
8
|
}
|
|
@@ -328,5 +328,8 @@ export * from './lib/pages/reports-page/reports-page.model';
|
|
|
328
328
|
export * from './lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component';
|
|
329
329
|
export * from './lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module';
|
|
330
330
|
export * from './lib/pages/settings-license-management/report-license-details-page/report-license-details-page.model';
|
|
331
|
+
export * from './lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.component';
|
|
332
|
+
export * from './lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.module';
|
|
333
|
+
export * from './lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.model';
|
|
331
334
|
export * from './lib/pipe/trim-id.pipe';
|
|
332
335
|
export * from './lib/pipe/pipe.module';
|
package/public-api.d.ts
CHANGED
|
@@ -328,5 +328,8 @@ export * from './lib/pages/reports-page/reports-page.model';
|
|
|
328
328
|
export * from './lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component';
|
|
329
329
|
export * from './lib/pages/settings-license-management/report-license-details-page/report-license-details-page.module';
|
|
330
330
|
export * from './lib/pages/settings-license-management/report-license-details-page/report-license-details-page.model';
|
|
331
|
+
export * from './lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.component';
|
|
332
|
+
export * from './lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.module';
|
|
333
|
+
export * from './lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.model';
|
|
331
334
|
export * from './lib/pipe/trim-id.pipe';
|
|
332
335
|
export * from './lib/pipe/pipe.module';
|