@onecx/angular-accelerator 6.0.0-rc.16 → 6.0.0-rc.18
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/fesm2022/onecx-angular-accelerator-testing.mjs +5 -5
- package/fesm2022/onecx-angular-accelerator-testing.mjs.map +1 -1
- package/fesm2022/onecx-angular-accelerator.mjs +68 -340
- package/fesm2022/onecx-angular-accelerator.mjs.map +1 -1
- package/lib/components/data-list-grid/data-list-grid.component.d.ts +1 -18
- package/lib/components/data-table/data-table.component.d.ts +4 -34
- package/lib/components/data-view/data-view.component.d.ts +2 -72
- package/lib/components/group-by-count-diagram/group-by-count-diagram.component.d.ts +1 -6
- package/lib/components/interactive-data-view/interactive-data-view.component.d.ts +27 -49
- package/lib/components/page-header/page-header.component.d.ts +0 -4
- package/lib/components/search-header/search-header.component.d.ts +1 -6
- package/lib/model/breadcrumb-menu-item.model.d.ts +0 -4
- package/lib/model/column-type.model.d.ts +1 -8
- package/lib/services/portal-dialog.service.d.ts +1 -9
- package/package.json +8 -8
- package/testing/filter-view.harness.d.ts +1 -1
- package/testing/interactive-data-view.harness.d.ts +1 -1
|
@@ -41,10 +41,6 @@ export declare class DataListGridComponent extends DataSortBase implements OnIni
|
|
|
41
41
|
_pageSize$: BehaviorSubject<number | undefined>;
|
|
42
42
|
get pageSize(): number | undefined;
|
|
43
43
|
set pageSize(value: number | undefined);
|
|
44
|
-
/**
|
|
45
|
-
* @deprecated
|
|
46
|
-
*/
|
|
47
|
-
set showAllOption(value: boolean);
|
|
48
44
|
emptyResultsMessage: string | undefined;
|
|
49
45
|
fallbackImage: string;
|
|
50
46
|
layout: 'grid' | 'list';
|
|
@@ -111,19 +107,6 @@ export declare class DataListGridComponent extends DataSortBase implements OnIni
|
|
|
111
107
|
relativeDateListValueTemplate: TemplateRef<any> | undefined;
|
|
112
108
|
relativeDateListValueChildTemplate: TemplateRef<any> | undefined;
|
|
113
109
|
get _relativeDateListValue(): TemplateRef<any> | undefined;
|
|
114
|
-
/**
|
|
115
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
116
|
-
* use the new approach instead by following the naming convention column id + IdListValue
|
|
117
|
-
* e.g. for a column with the id 'status' use pTemplate="statusIdListValue"
|
|
118
|
-
*/
|
|
119
|
-
customListValueTemplate: TemplateRef<any> | undefined;
|
|
120
|
-
/**
|
|
121
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
122
|
-
* use the new approach instead by following the naming convention column id + IdListValue
|
|
123
|
-
* e.g. for a column with the id 'status' use pTemplate="statusIdListValue"
|
|
124
|
-
*/
|
|
125
|
-
customListValueChildTemplate: TemplateRef<any> | undefined;
|
|
126
|
-
get _customListValue(): TemplateRef<any> | undefined;
|
|
127
110
|
stringListValueTemplate: TemplateRef<any> | undefined;
|
|
128
111
|
stringListValueChildTemplate: TemplateRef<any> | undefined;
|
|
129
112
|
get _stringListValue(): TemplateRef<any> | undefined;
|
|
@@ -183,6 +166,6 @@ export declare class DataListGridComponent extends DataSortBase implements OnIni
|
|
|
183
166
|
findTemplate(templates: PrimeTemplate[], names: string[]): PrimeTemplate | undefined;
|
|
184
167
|
getTemplate(column: DataTableColumn): Observable<TemplateRef<any> | null>;
|
|
185
168
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataListGridComponent, never>;
|
|
186
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataListGridComponent, "ocx-data-list-grid", never, { "titleLineId": { "alias": "titleLineId"; "required": false; }; "subtitleLineIds": { "alias": "subtitleLineIds"; "required": false; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; }; "clientSideFiltering": { "alias": "clientSideFiltering"; "required": false; }; "sortStates": { "alias": "sortStates"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "
|
|
169
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataListGridComponent, "ocx-data-list-grid", never, { "titleLineId": { "alias": "titleLineId"; "required": false; }; "subtitleLineIds": { "alias": "subtitleLineIds"; "required": false; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; }; "clientSideFiltering": { "alias": "clientSideFiltering"; "required": false; }; "sortStates": { "alias": "sortStates"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "emptyResultsMessage": { "alias": "emptyResultsMessage"; "required": false; }; "fallbackImage": { "alias": "fallbackImage"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "viewPermission": { "alias": "viewPermission"; "required": false; }; "editPermission": { "alias": "editPermission"; "required": false; }; "deletePermission": { "alias": "deletePermission"; "required": false; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; }; "viewMenuItemKey": { "alias": "viewMenuItemKey"; "required": false; }; "editMenuItemKey": { "alias": "editMenuItemKey"; "required": false; }; "deleteMenuItemKey": { "alias": "deleteMenuItemKey"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "page": { "alias": "page"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "name": { "alias": "name"; "required": false; }; "totalRecordsOnServer": { "alias": "totalRecordsOnServer"; "required": false; }; "currentPageShowingKey": { "alias": "currentPageShowingKey"; "required": false; }; "currentPageShowingWithTotalOnServerKey": { "alias": "currentPageShowingWithTotalOnServerKey"; "required": false; }; "data": { "alias": "data"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; "gridItemSubtitleLinesTemplate": { "alias": "gridItemSubtitleLinesTemplate"; "required": false; }; "listItemSubtitleLinesTemplate": { "alias": "listItemSubtitleLinesTemplate"; "required": false; }; "listItemTemplate": { "alias": "listItemTemplate"; "required": false; }; "gridItemTemplate": { "alias": "gridItemTemplate"; "required": false; }; "listValueTemplate": { "alias": "listValueTemplate"; "required": false; }; "translationKeyListValueTemplate": { "alias": "translationKeyListValueTemplate"; "required": false; }; "numberListValueTemplate": { "alias": "numberListValueTemplate"; "required": false; }; "relativeDateListValueTemplate": { "alias": "relativeDateListValueTemplate"; "required": false; }; "stringListValueTemplate": { "alias": "stringListValueTemplate"; "required": false; }; "dateListValueTemplate": { "alias": "dateListValueTemplate"; "required": false; }; "additionalActions": { "alias": "additionalActions"; "required": false; }; "parentTemplates": { "alias": "parentTemplates"; "required": false; }; }, { "viewItem": "viewItem"; "editItem": "editItem"; "deleteItem": "deleteItem"; "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "componentStateChanged": "componentStateChanged"; }, ["gridItemSubtitleLinesChildTemplate", "listItemSubtitleLinesChildTemplate", "listItemChildTemplate", "gridItemChildTemplate", "listValueChildTemplate", "translationKeyListValueChildTemplate", "numberListValueChildTemplate", "relativeDateListValueChildTemplate", "stringListValueChildTemplate", "dateListValueChildTemplate", "templates"], never, false, never>;
|
|
187
170
|
}
|
|
188
171
|
export {};
|
|
@@ -36,9 +36,9 @@ export interface DataTableComponentState {
|
|
|
36
36
|
pageSize?: number;
|
|
37
37
|
}
|
|
38
38
|
export declare class DataTableComponent extends DataSortBase implements OnInit, AfterContentInit {
|
|
39
|
-
private router;
|
|
40
|
-
private injector;
|
|
41
|
-
private userService;
|
|
39
|
+
private readonly router;
|
|
40
|
+
private readonly injector;
|
|
41
|
+
private readonly userService;
|
|
42
42
|
FilterType: typeof FilterType;
|
|
43
43
|
TemplateType: typeof TemplateType;
|
|
44
44
|
checked: boolean;
|
|
@@ -71,10 +71,6 @@ export declare class DataTableComponent extends DataSortBase implements OnInit,
|
|
|
71
71
|
_pageSize$: BehaviorSubject<number | undefined>;
|
|
72
72
|
get pageSize(): number | undefined;
|
|
73
73
|
set pageSize(value: number | undefined);
|
|
74
|
-
/**
|
|
75
|
-
* @deprecated
|
|
76
|
-
*/
|
|
77
|
-
set showAllOption(value: boolean);
|
|
78
74
|
emptyResultsMessage: string | undefined;
|
|
79
75
|
name: string;
|
|
80
76
|
deletePermission: string | string[] | undefined;
|
|
@@ -106,19 +102,6 @@ export declare class DataTableComponent extends DataSortBase implements OnInit,
|
|
|
106
102
|
numberCellTemplate: TemplateRef<any> | undefined;
|
|
107
103
|
numberCellChildTemplate: TemplateRef<any> | undefined;
|
|
108
104
|
get _numberCell(): TemplateRef<any> | undefined;
|
|
109
|
-
/**
|
|
110
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
111
|
-
* use the new approach instead by following the naming convention column id + IdCell
|
|
112
|
-
* e.g. for a column with the id 'status' use pTemplate="statusIdCell"
|
|
113
|
-
*/
|
|
114
|
-
customCellTemplate: TemplateRef<any> | undefined;
|
|
115
|
-
/**
|
|
116
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
117
|
-
* use the new approach instead by following the naming convention column id + IdCell
|
|
118
|
-
* e.g. for a column with the id 'status' use pTemplate="statusIdCell"
|
|
119
|
-
*/
|
|
120
|
-
customCellChildTemplate: TemplateRef<any> | undefined;
|
|
121
|
-
get _customCell(): TemplateRef<any> | undefined;
|
|
122
105
|
dateCellTemplate: TemplateRef<any> | undefined;
|
|
123
106
|
dateCellChildTemplate: TemplateRef<any> | undefined;
|
|
124
107
|
get _dateCell(): TemplateRef<any> | undefined;
|
|
@@ -137,19 +120,6 @@ export declare class DataTableComponent extends DataSortBase implements OnInit,
|
|
|
137
120
|
numberFilterCellTemplate: TemplateRef<any> | undefined;
|
|
138
121
|
numberFilterCellChildTemplate: TemplateRef<any> | undefined;
|
|
139
122
|
get _numberFilterCell(): TemplateRef<any> | undefined;
|
|
140
|
-
/**
|
|
141
|
-
* @deprecated Will be removed and instead to change the template of a specific column filter
|
|
142
|
-
* use the new approach instead by following the naming convention column id + IdFilterCell
|
|
143
|
-
* e.g. for a column with the id 'status' use pTemplate="statusIdFilterCell"
|
|
144
|
-
*/
|
|
145
|
-
customFilterCellTemplate: TemplateRef<any> | undefined;
|
|
146
|
-
/**
|
|
147
|
-
* @deprecated Will be removed and instead to change the template of a specific column filter
|
|
148
|
-
* use the new approach instead by following the naming convention column id + IdFilterCell
|
|
149
|
-
* e.g. for a column with the id 'status' use pTemplate="statusIdFilterCell"
|
|
150
|
-
*/
|
|
151
|
-
customFilterCellChildTemplate: TemplateRef<any> | undefined;
|
|
152
|
-
get _customFilterCell(): TemplateRef<any> | undefined;
|
|
153
123
|
dateFilterCellTemplate: TemplateRef<any> | undefined;
|
|
154
124
|
dateFilterCellChildTemplate: TemplateRef<any> | undefined;
|
|
155
125
|
get _dateFilterCell(): TemplateRef<any> | undefined;
|
|
@@ -243,6 +213,6 @@ export declare class DataTableComponent extends DataSortBase implements OnInit,
|
|
|
243
213
|
resolveFieldData(object: any, key: any): any;
|
|
244
214
|
getRowObjectFromMultiselectItem(value: MultiSelectItem, column: DataTableColumn): Record<string, string | undefined>;
|
|
245
215
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableComponent, never>;
|
|
246
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "ocx-data-table", never, { "rows": { "alias": "rows"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "sortColumn": { "alias": "sortColumn"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "clientSideFiltering": { "alias": "clientSideFiltering"; "required": false; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; }; "sortStates": { "alias": "sortStates"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "
|
|
216
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "ocx-data-table", never, { "rows": { "alias": "rows"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "sortColumn": { "alias": "sortColumn"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "clientSideFiltering": { "alias": "clientSideFiltering"; "required": false; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; }; "sortStates": { "alias": "sortStates"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "emptyResultsMessage": { "alias": "emptyResultsMessage"; "required": false; }; "name": { "alias": "name"; "required": false; }; "deletePermission": { "alias": "deletePermission"; "required": false; }; "viewPermission": { "alias": "viewPermission"; "required": false; }; "editPermission": { "alias": "editPermission"; "required": false; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; }; "selectionEnabledField": { "alias": "selectionEnabledField"; "required": false; }; "allowSelectAll": { "alias": "allowSelectAll"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "page": { "alias": "page"; "required": false; }; "tableStyle": { "alias": "tableStyle"; "required": false; }; "totalRecordsOnServer": { "alias": "totalRecordsOnServer"; "required": false; }; "currentPageShowingKey": { "alias": "currentPageShowingKey"; "required": false; }; "currentPageShowingWithTotalOnServerKey": { "alias": "currentPageShowingWithTotalOnServerKey"; "required": false; }; "stringCellTemplate": { "alias": "stringCellTemplate"; "required": false; }; "numberCellTemplate": { "alias": "numberCellTemplate"; "required": false; }; "dateCellTemplate": { "alias": "dateCellTemplate"; "required": false; }; "relativeDateCellTemplate": { "alias": "relativeDateCellTemplate"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "translationKeyCellTemplate": { "alias": "translationKeyCellTemplate"; "required": false; }; "stringFilterCellTemplate": { "alias": "stringFilterCellTemplate"; "required": false; }; "numberFilterCellTemplate": { "alias": "numberFilterCellTemplate"; "required": false; }; "dateFilterCellTemplate": { "alias": "dateFilterCellTemplate"; "required": false; }; "relativeDateFilterCellTemplate": { "alias": "relativeDateFilterCellTemplate"; "required": false; }; "filterCellTemplate": { "alias": "filterCellTemplate"; "required": false; }; "translationKeyFilterCellTemplate": { "alias": "translationKeyFilterCellTemplate"; "required": false; }; "additionalActions": { "alias": "additionalActions"; "required": false; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; }; "parentTemplates": { "alias": "parentTemplates"; "required": false; }; }, { "filtered": "filtered"; "sorted": "sorted"; "viewTableRow": "viewTableRow"; "editTableRow": "editTableRow"; "deleteTableRow": "deleteTableRow"; "selectionChanged": "selectionChanged"; "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "componentStateChanged": "componentStateChanged"; }, ["stringCellChildTemplate", "numberCellChildTemplate", "dateCellChildTemplate", "relativeDateCellChildTemplate", "cellChildTemplate", "translationKeyCellChildTemplate", "stringFilterCellChildTemplate", "numberFilterCellChildTemplate", "dateFilterCellChildTemplate", "relativeDateFilterCellChildTemplate", "filterCellChildTemplate", "translationKeyFilterCellChildTemplate", "templates"], never, false, never>;
|
|
247
217
|
}
|
|
248
218
|
export {};
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
export type RowListGridData = ListGridData & Row;
|
|
12
12
|
export type DataViewComponentState = DataListGridComponentState & DataTableComponentState;
|
|
13
13
|
export declare class DataViewComponent implements DoCheck, OnInit, AfterContentInit {
|
|
14
|
-
private injector;
|
|
14
|
+
private readonly injector;
|
|
15
15
|
_dataListGridComponent: DataListGridComponent | undefined;
|
|
16
16
|
set listGrid(ref: DataListGridComponent | undefined);
|
|
17
17
|
get listGrid(): DataListGridComponent | undefined;
|
|
@@ -58,54 +58,19 @@ export declare class DataViewComponent implements DoCheck, OnInit, AfterContentI
|
|
|
58
58
|
sortStates: DataSortDirection[];
|
|
59
59
|
pageSizes: number[];
|
|
60
60
|
pageSize: number | undefined;
|
|
61
|
-
/**
|
|
62
|
-
* @deprecated
|
|
63
|
-
*/
|
|
64
|
-
showAllOption: boolean;
|
|
65
61
|
stringTableCellTemplate: TemplateRef<any> | undefined;
|
|
66
62
|
stringTableCellChildTemplate: TemplateRef<any> | undefined;
|
|
67
63
|
get _stringTableCell(): TemplateRef<any> | undefined;
|
|
68
64
|
numberTableCellTemplate: TemplateRef<any> | undefined;
|
|
69
65
|
numberTableCellChildTemplate: TemplateRef<any> | undefined;
|
|
70
66
|
get _numberTableCell(): TemplateRef<any> | undefined;
|
|
71
|
-
/**
|
|
72
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
73
|
-
* use the new approach instead by following the naming convention column id + IdTableCell
|
|
74
|
-
* e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableCell"
|
|
75
|
-
*/
|
|
76
|
-
customTableCellTemplate: TemplateRef<any> | undefined;
|
|
77
|
-
/**
|
|
78
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
79
|
-
* use the new approach instead by following the naming convention column id + IdTableCell
|
|
80
|
-
* e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableCell"
|
|
81
|
-
*/
|
|
82
|
-
customTableCellChildTemplate: TemplateRef<any> | undefined;
|
|
83
|
-
get _customTableCell(): TemplateRef<any> | undefined;
|
|
84
67
|
dateTableCellTemplate: TemplateRef<any> | undefined;
|
|
85
|
-
/**
|
|
86
|
-
* @deprecated Will be replaced by dateTableCellTemplate
|
|
87
|
-
*/
|
|
88
|
-
get tableDateCellTemplate(): TemplateRef<any> | undefined;
|
|
89
|
-
set tableDateCellTemplate(value: TemplateRef<any> | undefined);
|
|
90
|
-
/**
|
|
91
|
-
* @deprecated Will be replaced by dateTableCellChildTemplate
|
|
92
|
-
*/
|
|
93
|
-
tableDateCellChildTemplate: TemplateRef<any> | undefined;
|
|
94
68
|
dateTableCellChildTemplate: TemplateRef<any> | undefined;
|
|
95
69
|
get _dateTableCell(): TemplateRef<any> | undefined;
|
|
96
70
|
tableCellTemplate: TemplateRef<any> | undefined;
|
|
97
71
|
tableCellChildTemplate: TemplateRef<any> | undefined;
|
|
98
72
|
get _tableCell(): TemplateRef<any> | undefined;
|
|
99
73
|
translationKeyTableCellTemplate: TemplateRef<any> | undefined;
|
|
100
|
-
/**
|
|
101
|
-
* @deprecated Will be replaced by translationKeyTableCellTemplate
|
|
102
|
-
*/
|
|
103
|
-
get tableTranslationKeyCellTemplate(): TemplateRef<any> | undefined;
|
|
104
|
-
set tableTranslationKeyCellTemplate(value: TemplateRef<any> | undefined);
|
|
105
|
-
/**
|
|
106
|
-
* @deprecated Will be replaced by translationKeyTableCellChildTemplate
|
|
107
|
-
*/
|
|
108
|
-
tableTranslationKeyCellChildTemplate: TemplateRef<any> | undefined;
|
|
109
74
|
translationKeyTableCellChildTemplate: TemplateRef<any> | undefined;
|
|
110
75
|
get _translationKeyTableCell(): TemplateRef<any> | undefined;
|
|
111
76
|
gridItemSubtitleLinesTemplate: TemplateRef<any> | undefined;
|
|
@@ -121,15 +86,6 @@ export declare class DataViewComponent implements DoCheck, OnInit, AfterContentI
|
|
|
121
86
|
listItemChildTemplate: TemplateRef<any> | undefined;
|
|
122
87
|
get _listItem(): TemplateRef<any> | undefined;
|
|
123
88
|
relativeDateTableCellTemplate: TemplateRef<any> | undefined;
|
|
124
|
-
/**
|
|
125
|
-
* @deprecated Will be replaced by relativeDateTableCellTemplate
|
|
126
|
-
*/
|
|
127
|
-
get tableRelativeDateCellTemplate(): TemplateRef<any> | undefined;
|
|
128
|
-
set tableRelativeDateCellTemplate(value: TemplateRef<any> | undefined);
|
|
129
|
-
/**
|
|
130
|
-
* @deprecated Will be replace by relativeDateTableCellChildTemplate
|
|
131
|
-
*/
|
|
132
|
-
tableRelativeDateCellChildTemplate: TemplateRef<any> | undefined;
|
|
133
89
|
relativeDateTableCellChildTemplate: TemplateRef<any> | undefined;
|
|
134
90
|
get _relativeDateTableCell(): TemplateRef<any> | undefined;
|
|
135
91
|
listValueTemplate: TemplateRef<any> | undefined;
|
|
@@ -144,19 +100,6 @@ export declare class DataViewComponent implements DoCheck, OnInit, AfterContentI
|
|
|
144
100
|
relativeDateListValueTemplate: TemplateRef<any> | undefined;
|
|
145
101
|
relativeDateListValueChildTemplate: TemplateRef<any> | undefined;
|
|
146
102
|
get _relativeDateListValue(): TemplateRef<any> | undefined;
|
|
147
|
-
/**
|
|
148
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
149
|
-
* use the new approach instead by following the naming convention column id + IdListValue
|
|
150
|
-
* e.g. for a column with the id 'status' in DataListGrid use pTemplate="statusIdListValue"
|
|
151
|
-
*/
|
|
152
|
-
customListValueTemplate: TemplateRef<any> | undefined;
|
|
153
|
-
/**
|
|
154
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
155
|
-
* use the new approach instead by following the naming convention column id + IdListValue
|
|
156
|
-
* e.g. for a column with the id 'status' DataListGrid use pTemplate="statusIdListValue"
|
|
157
|
-
*/
|
|
158
|
-
customListValueChildTemplate: TemplateRef<any> | undefined;
|
|
159
|
-
get _customListValue(): TemplateRef<any> | undefined;
|
|
160
103
|
stringListValueTemplate: TemplateRef<any> | undefined;
|
|
161
104
|
stringListValueChildTemplate: TemplateRef<any> | undefined;
|
|
162
105
|
get _stringListValue(): TemplateRef<any> | undefined;
|
|
@@ -181,19 +124,6 @@ export declare class DataViewComponent implements DoCheck, OnInit, AfterContentI
|
|
|
181
124
|
numberTableFilterCellTemplate: TemplateRef<any> | undefined;
|
|
182
125
|
numberTableFilterCellChildTemplate: TemplateRef<any> | undefined;
|
|
183
126
|
get _numberTableFilterCell(): TemplateRef<any> | undefined;
|
|
184
|
-
/**
|
|
185
|
-
* @deprecated Will be removed and instead to change the template of a specific column filter
|
|
186
|
-
* use the new approach instead by following the naming convention column id + IdTableFilterCell
|
|
187
|
-
* e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableFilterCell"
|
|
188
|
-
*/
|
|
189
|
-
customTableFilterCellTemplate: TemplateRef<any> | undefined;
|
|
190
|
-
/**
|
|
191
|
-
* @deprecated Will be removed and instead to change the template of a specific column filter
|
|
192
|
-
* use the new approach instead by following the naming convention column id + IdTableFilterCell
|
|
193
|
-
* e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableFilterCell"
|
|
194
|
-
*/
|
|
195
|
-
customTableFilterCellChildTemplate: TemplateRef<any> | undefined;
|
|
196
|
-
get _customTableFilterCell(): TemplateRef<any> | undefined;
|
|
197
127
|
additionalActions: DataAction[];
|
|
198
128
|
filtered: EventEmitter<Filter[]>;
|
|
199
129
|
sorted: EventEmitter<Sort>;
|
|
@@ -231,5 +161,5 @@ export declare class DataViewComponent implements DoCheck, OnInit, AfterContentI
|
|
|
231
161
|
onPageChange(event: number): void;
|
|
232
162
|
onPageSizeChange(event: number): void;
|
|
233
163
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataViewComponent, never>;
|
|
234
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataViewComponent, "ocx-data-view", never, { "deletePermission": { "alias": "deletePermission"; "required": false; }; "editPermission": { "alias": "editPermission"; "required": false; }; "viewPermission": { "alias": "viewPermission"; "required": false; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; }; "tableSelectionEnabledField": { "alias": "tableSelectionEnabledField"; "required": false; }; "tableAllowSelectAll": { "alias": "tableAllowSelectAll"; "required": false; }; "data": { "alias": "data"; "required": false; }; "name": { "alias": "name"; "required": false; }; "titleLineId": { "alias": "titleLineId"; "required": false; }; "subtitleLineIds": { "alias": "subtitleLineIds"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "emptyResultsMessage": { "alias": "emptyResultsMessage"; "required": false; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; }; "clientSideFiltering": { "alias": "clientSideFiltering"; "required": false; }; "fallbackImage": { "alias": "fallbackImage"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "listGridPaginator": { "alias": "listGridPaginator"; "required": false; }; "tablePaginator": { "alias": "tablePaginator"; "required": false; }; "page": { "alias": "page"; "required": false; }; "totalRecordsOnServer": { "alias": "totalRecordsOnServer"; "required": false; }; "currentPageShowingKey": { "alias": "currentPageShowingKey"; "required": false; }; "currentPageShowingWithTotalOnServerKey": { "alias": "currentPageShowingWithTotalOnServerKey"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "sortStates": { "alias": "sortStates"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "
|
|
164
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataViewComponent, "ocx-data-view", never, { "deletePermission": { "alias": "deletePermission"; "required": false; }; "editPermission": { "alias": "editPermission"; "required": false; }; "viewPermission": { "alias": "viewPermission"; "required": false; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; }; "tableSelectionEnabledField": { "alias": "tableSelectionEnabledField"; "required": false; }; "tableAllowSelectAll": { "alias": "tableAllowSelectAll"; "required": false; }; "data": { "alias": "data"; "required": false; }; "name": { "alias": "name"; "required": false; }; "titleLineId": { "alias": "titleLineId"; "required": false; }; "subtitleLineIds": { "alias": "subtitleLineIds"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "emptyResultsMessage": { "alias": "emptyResultsMessage"; "required": false; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; }; "clientSideFiltering": { "alias": "clientSideFiltering"; "required": false; }; "fallbackImage": { "alias": "fallbackImage"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "listGridPaginator": { "alias": "listGridPaginator"; "required": false; }; "tablePaginator": { "alias": "tablePaginator"; "required": false; }; "page": { "alias": "page"; "required": false; }; "totalRecordsOnServer": { "alias": "totalRecordsOnServer"; "required": false; }; "currentPageShowingKey": { "alias": "currentPageShowingKey"; "required": false; }; "currentPageShowingWithTotalOnServerKey": { "alias": "currentPageShowingWithTotalOnServerKey"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "sortStates": { "alias": "sortStates"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "stringTableCellTemplate": { "alias": "stringTableCellTemplate"; "required": false; }; "numberTableCellTemplate": { "alias": "numberTableCellTemplate"; "required": false; }; "dateTableCellTemplate": { "alias": "dateTableCellTemplate"; "required": false; }; "tableCellTemplate": { "alias": "tableCellTemplate"; "required": false; }; "translationKeyTableCellTemplate": { "alias": "translationKeyTableCellTemplate"; "required": false; }; "gridItemSubtitleLinesTemplate": { "alias": "gridItemSubtitleLinesTemplate"; "required": false; }; "listItemSubtitleLinesTemplate": { "alias": "listItemSubtitleLinesTemplate"; "required": false; }; "gridItemTemplate": { "alias": "gridItemTemplate"; "required": false; }; "listItemTemplate": { "alias": "listItemTemplate"; "required": false; }; "relativeDateTableCellTemplate": { "alias": "relativeDateTableCellTemplate"; "required": false; }; "listValueTemplate": { "alias": "listValueTemplate"; "required": false; }; "translationKeyListValueTemplate": { "alias": "translationKeyListValueTemplate"; "required": false; }; "numberListValueTemplate": { "alias": "numberListValueTemplate"; "required": false; }; "relativeDateListValueTemplate": { "alias": "relativeDateListValueTemplate"; "required": false; }; "stringListValueTemplate": { "alias": "stringListValueTemplate"; "required": false; }; "dateListValueTemplate": { "alias": "dateListValueTemplate"; "required": false; }; "tableFilterCellTemplate": { "alias": "tableFilterCellTemplate"; "required": false; }; "dateTableFilterCellTemplate": { "alias": "dateTableFilterCellTemplate"; "required": false; }; "relativeDateTableFilterCellTemplate": { "alias": "relativeDateTableFilterCellTemplate"; "required": false; }; "translationKeyTableFilterCellTemplate": { "alias": "translationKeyTableFilterCellTemplate"; "required": false; }; "stringTableFilterCellTemplate": { "alias": "stringTableFilterCellTemplate"; "required": false; }; "numberTableFilterCellTemplate": { "alias": "numberTableFilterCellTemplate"; "required": false; }; "additionalActions": { "alias": "additionalActions"; "required": false; }; "parentTemplates": { "alias": "parentTemplates"; "required": false; }; }, { "filtered": "filtered"; "sorted": "sorted"; "deleteItem": "deleteItem"; "viewItem": "viewItem"; "editItem": "editItem"; "selectionChanged": "selectionChanged"; "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "componentStateChanged": "componentStateChanged"; }, ["stringTableCellChildTemplate", "numberTableCellChildTemplate", "dateTableCellChildTemplate", "tableCellChildTemplate", "translationKeyTableCellChildTemplate", "gridItemSubtitleLinesChildTemplate", "listItemSubtitleLinesChildTemplate", "gridItemChildTemplate", "listItemChildTemplate", "relativeDateTableCellChildTemplate", "listValueChildTemplate", "translationKeyListValueChildTemplate", "numberListValueChildTemplate", "relativeDateListValueChildTemplate", "stringListValueChildTemplate", "dateListValueChildTemplate", "tableFilterCellChildTemplate", "dateTableFilterCellChildTemplate", "relativeDateTableFilterCellChildTemplate", "translationKeyTableFilterCellChildTemplate", "stringTableFilterCellChildTemplate", "numberTableFilterCellChildTemplate", "templates"], never, false, never>;
|
|
235
165
|
}
|
|
@@ -18,11 +18,6 @@ export declare class GroupByCountDiagramComponent implements OnInit {
|
|
|
18
18
|
* Setting this property to false will result in using the provided colors only if every data item has one. In the scenario where at least one item does not have a color set, diagram will generate all colors.
|
|
19
19
|
*/
|
|
20
20
|
fillMissingColors: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* @deprecated Will be replaced by diagramType
|
|
23
|
-
*/
|
|
24
|
-
get type(): DiagramType;
|
|
25
|
-
set type(value: DiagramType);
|
|
26
21
|
supportedDiagramTypes: DiagramType[];
|
|
27
22
|
private _data$;
|
|
28
23
|
get data(): unknown[];
|
|
@@ -46,5 +41,5 @@ export declare class GroupByCountDiagramComponent implements OnInit {
|
|
|
46
41
|
dataClicked(event: any): void;
|
|
47
42
|
onDiagramTypeChanged(newDiagramType: DiagramType): void;
|
|
48
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<GroupByCountDiagramComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupByCountDiagramComponent, "ocx-group-by-count-diagram", never, { "sumKey": { "alias": "sumKey"; "required": false; }; "diagramType": { "alias": "diagramType"; "required": false; }; "fillMissingColors": { "alias": "fillMissingColors"; "required": false; }; "
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GroupByCountDiagramComponent, "ocx-group-by-count-diagram", never, { "sumKey": { "alias": "sumKey"; "required": false; }; "diagramType": { "alias": "diagramType"; "required": false; }; "fillMissingColors": { "alias": "fillMissingColors"; "required": false; }; "supportedDiagramTypes": { "alias": "supportedDiagramTypes"; "required": false; }; "data": { "alias": "data"; "required": false; }; "columnType": { "alias": "columnType"; "required": false; }; "columnField": { "alias": "columnField"; "required": false; }; "column": { "alias": "column"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; }, { "dataSelected": "dataSelected"; "diagramTypeChanged": "diagramTypeChanged"; "componentStateChanged": "componentStateChanged"; }, never, never, false, never>;
|
|
50
45
|
}
|
|
@@ -19,7 +19,7 @@ export interface ColumnGroupData {
|
|
|
19
19
|
groupKey: string;
|
|
20
20
|
}
|
|
21
21
|
export declare class InteractiveDataViewComponent implements OnInit, AfterContentInit {
|
|
22
|
-
private slotService;
|
|
22
|
+
private readonly slotService;
|
|
23
23
|
_dataViewComponent: DataViewComponent | undefined;
|
|
24
24
|
set dataView(ref: DataViewComponent | undefined);
|
|
25
25
|
get dataView(): DataViewComponent | undefined;
|
|
@@ -30,7 +30,7 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
30
30
|
dataViewComponentState$: ReplaySubject<DataViewComponentState>;
|
|
31
31
|
filterViewComponentState$: ReplaySubject<FilterViewComponentState>;
|
|
32
32
|
searchConfigPermission: string | string[] | undefined;
|
|
33
|
-
deletePermission: string | string[] |
|
|
33
|
+
deletePermission: string | string[] | undefined;
|
|
34
34
|
editPermission: string | string[] | undefined;
|
|
35
35
|
viewPermission: string | string[] | undefined;
|
|
36
36
|
deleteActionVisibleField: string | undefined;
|
|
@@ -56,10 +56,6 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
56
56
|
sortStates: DataSortDirection[];
|
|
57
57
|
pageSizes: number[];
|
|
58
58
|
pageSize: number | undefined;
|
|
59
|
-
/**
|
|
60
|
-
* @deprecated
|
|
61
|
-
*/
|
|
62
|
-
showAllOption: boolean;
|
|
63
59
|
totalRecordsOnServer: number | undefined;
|
|
64
60
|
layout: 'grid' | 'list' | 'table';
|
|
65
61
|
defaultGroupKey: string;
|
|
@@ -86,68 +82,56 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
86
82
|
displayedColumns$: Observable<DataTableColumn[]> | undefined;
|
|
87
83
|
get displayedColumnKeys(): string[];
|
|
88
84
|
set displayedColumnKeys(value: string[]);
|
|
89
|
-
/**
|
|
90
|
-
* @deprecated Use `displayedColumnKeys` and pass in column ids instead of `DataTableColumn` objects
|
|
91
|
-
*/
|
|
92
|
-
get displayedColumns(): DataTableColumn[];
|
|
93
|
-
set displayedColumns(value: DataTableColumn[]);
|
|
94
85
|
frozenActionColumn: boolean;
|
|
95
86
|
actionColumnPosition: 'left' | 'right';
|
|
96
87
|
headerStyleClass: string | undefined;
|
|
97
88
|
contentStyleClass: string | undefined;
|
|
98
89
|
tableCell: TemplateRef<any> | undefined;
|
|
99
|
-
|
|
100
|
-
* @deprecated Will be replaced by dateTableCell
|
|
101
|
-
*/
|
|
102
|
-
tableDateCell: TemplateRef<any> | undefined;
|
|
90
|
+
primeNgTableCell: TemplateRef<any> | undefined;
|
|
103
91
|
dateTableCell: TemplateRef<any> | undefined;
|
|
104
|
-
|
|
105
|
-
* @deprecated Will be replaced by relativeDateTableCell
|
|
106
|
-
*/
|
|
107
|
-
tableRelativeDateCell: TemplateRef<any> | undefined;
|
|
92
|
+
primeNgDateTableCell: TemplateRef<any> | undefined;
|
|
108
93
|
relativeDateTableCell: TemplateRef<any> | undefined;
|
|
109
|
-
|
|
110
|
-
* @deprecated Will be replaced by translationKeyTableCell
|
|
111
|
-
*/
|
|
112
|
-
tableTranslationKeyCell: TemplateRef<any> | undefined;
|
|
94
|
+
primeNgRelativeDateTableCell: TemplateRef<any> | undefined;
|
|
113
95
|
translationKeyTableCell: TemplateRef<any> | undefined;
|
|
96
|
+
primeNgTranslationKeyTableCell: TemplateRef<any> | undefined;
|
|
114
97
|
gridItemSubtitleLines: TemplateRef<any> | undefined;
|
|
98
|
+
primeNgGridItemSubtitleLines: TemplateRef<any> | undefined;
|
|
115
99
|
listItemSubtitleLines: TemplateRef<any> | undefined;
|
|
100
|
+
primeNgListItemSubtitleLines: TemplateRef<any> | undefined;
|
|
116
101
|
stringTableCell: TemplateRef<any> | undefined;
|
|
102
|
+
primeNgStringTableCell: TemplateRef<any> | undefined;
|
|
117
103
|
numberTableCell: TemplateRef<any> | undefined;
|
|
118
|
-
|
|
119
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
120
|
-
* use the new approach instead by following the naming convention column id + IdTableCell
|
|
121
|
-
* e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableCell"
|
|
122
|
-
*/
|
|
123
|
-
customTableCell: TemplateRef<any> | undefined;
|
|
104
|
+
primeNgNumberTableCell: TemplateRef<any> | undefined;
|
|
124
105
|
gridItem: TemplateRef<any> | undefined;
|
|
106
|
+
primeNgGridItem: TemplateRef<any> | undefined;
|
|
125
107
|
listItem: TemplateRef<any> | undefined;
|
|
108
|
+
primeNgListItem: TemplateRef<any> | undefined;
|
|
126
109
|
topCenter: TemplateRef<any> | undefined;
|
|
110
|
+
primeNgTopCenter: TemplateRef<any> | undefined;
|
|
127
111
|
listValue: TemplateRef<any> | undefined;
|
|
112
|
+
primeNgListValue: TemplateRef<any> | undefined;
|
|
128
113
|
translationKeyListValue: TemplateRef<any> | undefined;
|
|
114
|
+
primeNgTranslationKeyListValue: TemplateRef<any> | undefined;
|
|
129
115
|
numberListValue: TemplateRef<any> | undefined;
|
|
116
|
+
primeNgNumberListValue: TemplateRef<any> | undefined;
|
|
130
117
|
relativeDateListValue: TemplateRef<any> | undefined;
|
|
131
|
-
|
|
132
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
133
|
-
* use the new approach instead by following the naming convention column id + IdListValue
|
|
134
|
-
* e.g. for a column with the id 'status' DataListGrid use pTemplate="statusIdListValue"
|
|
135
|
-
*/
|
|
136
|
-
customListValue: TemplateRef<any> | undefined;
|
|
118
|
+
primeNgRelativeDateListValue: TemplateRef<any> | undefined;
|
|
137
119
|
stringListValue: TemplateRef<any> | undefined;
|
|
120
|
+
primeNgStringListValue: TemplateRef<any> | undefined;
|
|
138
121
|
dateListValue: TemplateRef<any> | undefined;
|
|
122
|
+
primeNgDateListValue: TemplateRef<any> | undefined;
|
|
139
123
|
tableFilterCell: TemplateRef<any> | undefined;
|
|
124
|
+
primeNgTableFilterCell: TemplateRef<any> | undefined;
|
|
140
125
|
dateTableFilterCell: TemplateRef<any> | undefined;
|
|
126
|
+
primeNgDateTableFilterCell: TemplateRef<any> | undefined;
|
|
141
127
|
relativeDateTableFilterCell: TemplateRef<any> | undefined;
|
|
128
|
+
primeNgRelativeDateTableFilterCell: TemplateRef<any> | undefined;
|
|
142
129
|
translationKeyTableFilterCell: TemplateRef<any> | undefined;
|
|
130
|
+
primeNgTranslationKeyTableFilterCell: TemplateRef<any> | undefined;
|
|
143
131
|
stringTableFilterCell: TemplateRef<any> | undefined;
|
|
132
|
+
primeNgStringTableFilterCell: TemplateRef<any> | undefined;
|
|
144
133
|
numberTableFilterCell: TemplateRef<any> | undefined;
|
|
145
|
-
|
|
146
|
-
* @deprecated Will be removed and instead to change the template of a specific column filter
|
|
147
|
-
* use the new approach instead by following the naming convention column id + IdTableFilterCell
|
|
148
|
-
* e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableFilterCell"
|
|
149
|
-
*/
|
|
150
|
-
customTableFilterCell: TemplateRef<any> | undefined;
|
|
134
|
+
primeNgNumberTableFilterCell: TemplateRef<any> | undefined;
|
|
151
135
|
templates$: BehaviorSubject<QueryList<PrimeTemplate> | undefined>;
|
|
152
136
|
set templates(value: QueryList<PrimeTemplate> | undefined);
|
|
153
137
|
filtered: EventEmitter<Filter[]>;
|
|
@@ -156,7 +140,6 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
156
140
|
viewItem: EventEmitter<RowListGridData>;
|
|
157
141
|
editItem: EventEmitter<RowListGridData>;
|
|
158
142
|
dataViewLayoutChange: EventEmitter<"table" | "grid" | "list">;
|
|
159
|
-
displayedColumnsChange: EventEmitter<DataTableColumn[]>;
|
|
160
143
|
displayedColumnKeysChange: EventEmitter<string[]>;
|
|
161
144
|
selectionChanged: EventEmitter<Row[]>;
|
|
162
145
|
pageChanged: EventEmitter<number>;
|
|
@@ -176,12 +159,8 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
176
159
|
get _tableCell(): TemplateRef<any> | undefined;
|
|
177
160
|
get _stringTableCell(): TemplateRef<any> | undefined;
|
|
178
161
|
get _numberTableCell(): TemplateRef<any> | undefined;
|
|
179
|
-
get _customTableCell(): TemplateRef<any> | undefined;
|
|
180
|
-
get _tableDateCell(): TemplateRef<any> | undefined;
|
|
181
162
|
get _dateTableCell(): TemplateRef<any> | undefined;
|
|
182
|
-
get _tableRelativeDateCell(): TemplateRef<any> | undefined;
|
|
183
163
|
get _relativeDateTableCell(): TemplateRef<any> | undefined;
|
|
184
|
-
get _tableTranslationKeyCell(): TemplateRef<any> | undefined;
|
|
185
164
|
get _translationKeyTableCell(): TemplateRef<any> | undefined;
|
|
186
165
|
get _gridItem(): TemplateRef<any> | undefined;
|
|
187
166
|
get _listItem(): TemplateRef<any> | undefined;
|
|
@@ -189,7 +168,6 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
189
168
|
get _translationKeyListValue(): TemplateRef<any> | undefined;
|
|
190
169
|
get _numberListValue(): TemplateRef<any> | undefined;
|
|
191
170
|
get _relativeDateListValue(): TemplateRef<any> | undefined;
|
|
192
|
-
get _customListValue(): TemplateRef<any> | undefined;
|
|
193
171
|
get _stringListValue(): TemplateRef<any> | undefined;
|
|
194
172
|
get _dateListValue(): TemplateRef<any> | undefined;
|
|
195
173
|
get _tableFilterCell(): TemplateRef<any> | undefined;
|
|
@@ -198,7 +176,6 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
198
176
|
get _translationKeyTableFilterCell(): TemplateRef<any> | undefined;
|
|
199
177
|
get _stringTableFilterCell(): TemplateRef<any> | undefined;
|
|
200
178
|
get _numberTableFilterCell(): TemplateRef<any> | undefined;
|
|
201
|
-
get _customTableFilterCell(): TemplateRef<any> | undefined;
|
|
202
179
|
_data: RowListGridData[];
|
|
203
180
|
get data(): RowListGridData[];
|
|
204
181
|
set data(value: RowListGridData[]);
|
|
@@ -223,6 +200,7 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
223
200
|
onRowSelectionChange(event: Row[]): void;
|
|
224
201
|
onPageChange(event: number): void;
|
|
225
202
|
onPageSizeChange(event: number): void;
|
|
203
|
+
getDisplayedColumns(): DataTableColumn[];
|
|
226
204
|
static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveDataViewComponent, never>;
|
|
227
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveDataViewComponent, "ocx-interactive-data-view", never, { "searchConfigPermission": { "alias": "searchConfigPermission"; "required": false; }; "deletePermission": { "alias": "deletePermission"; "required": false; }; "editPermission": { "alias": "editPermission"; "required": false; }; "viewPermission": { "alias": "viewPermission"; "required": false; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; }; "tableSelectionEnabledField": { "alias": "tableSelectionEnabledField"; "required": false; }; "tableAllowSelectAll": { "alias": "tableAllowSelectAll"; "required": false; }; "name": { "alias": "name"; "required": false; }; "titleLineId": { "alias": "titleLineId"; "required": false; }; "subtitleLineIds": { "alias": "subtitleLineIds"; "required": false; }; "supportedViewLayouts": { "alias": "supportedViewLayouts"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "emptyResultsMessage": { "alias": "emptyResultsMessage"; "required": false; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; }; "clientSideFiltering": { "alias": "clientSideFiltering"; "required": false; }; "fallbackImage": { "alias": "fallbackImage"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; "sortStates": { "alias": "sortStates"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "
|
|
205
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveDataViewComponent, "ocx-interactive-data-view", never, { "searchConfigPermission": { "alias": "searchConfigPermission"; "required": false; }; "deletePermission": { "alias": "deletePermission"; "required": false; }; "editPermission": { "alias": "editPermission"; "required": false; }; "viewPermission": { "alias": "viewPermission"; "required": false; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; }; "tableSelectionEnabledField": { "alias": "tableSelectionEnabledField"; "required": false; }; "tableAllowSelectAll": { "alias": "tableAllowSelectAll"; "required": false; }; "name": { "alias": "name"; "required": false; }; "titleLineId": { "alias": "titleLineId"; "required": false; }; "subtitleLineIds": { "alias": "subtitleLineIds"; "required": false; }; "supportedViewLayouts": { "alias": "supportedViewLayouts"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "emptyResultsMessage": { "alias": "emptyResultsMessage"; "required": false; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; }; "clientSideFiltering": { "alias": "clientSideFiltering"; "required": false; }; "fallbackImage": { "alias": "fallbackImage"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; "sortStates": { "alias": "sortStates"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "totalRecordsOnServer": { "alias": "totalRecordsOnServer"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "defaultGroupKey": { "alias": "defaultGroupKey"; "required": false; }; "customGroupKey": { "alias": "customGroupKey"; "required": false; }; "groupSelectionNoGroupSelectedKey": { "alias": "groupSelectionNoGroupSelectedKey"; "required": false; }; "currentPageShowingKey": { "alias": "currentPageShowingKey"; "required": false; }; "currentPageShowingWithTotalOnServerKey": { "alias": "currentPageShowingWithTotalOnServerKey"; "required": false; }; "additionalActions": { "alias": "additionalActions"; "required": false; }; "listGridPaginator": { "alias": "listGridPaginator"; "required": false; }; "tablePaginator": { "alias": "tablePaginator"; "required": false; }; "disableFilterView": { "alias": "disableFilterView"; "required": false; }; "filterViewDisplayMode": { "alias": "filterViewDisplayMode"; "required": false; }; "filterViewChipStyleClass": { "alias": "filterViewChipStyleClass"; "required": false; }; "filterViewTableStyle": { "alias": "filterViewTableStyle"; "required": false; }; "filterViewPanelStyle": { "alias": "filterViewPanelStyle"; "required": false; }; "selectDisplayedChips": { "alias": "selectDisplayedChips"; "required": false; }; "page": { "alias": "page"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "displayedColumnKeys": { "alias": "displayedColumnKeys"; "required": false; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; }; "headerStyleClass": { "alias": "headerStyleClass"; "required": false; }; "contentStyleClass": { "alias": "contentStyleClass"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "filtered": "filtered"; "sorted": "sorted"; "deleteItem": "deleteItem"; "viewItem": "viewItem"; "editItem": "editItem"; "dataViewLayoutChange": "dataViewLayoutChange"; "displayedColumnKeysChange": "displayedColumnKeysChange"; "selectionChanged": "selectionChanged"; "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "componentStateChanged": "componentStateChanged"; }, ["tableCell", "dateTableCell", "relativeDateTableCell", "translationKeyTableCell", "gridItemSubtitleLines", "listItemSubtitleLines", "stringTableCell", "numberTableCell", "gridItem", "listItem", "topCenter", "listValue", "translationKeyListValue", "numberListValue", "relativeDateListValue", "stringListValue", "dateListValue", "tableFilterCell", "dateTableFilterCell", "relativeDateTableFilterCell", "translationKeyTableFilterCell", "stringTableFilterCell", "numberTableFilterCell", "templates"], never, false, never>;
|
|
228
206
|
}
|
|
@@ -23,11 +23,6 @@ export interface SearchConfigData {
|
|
|
23
23
|
*/
|
|
24
24
|
export declare class SearchHeaderComponent implements AfterContentInit, AfterViewInit {
|
|
25
25
|
header: string;
|
|
26
|
-
/**
|
|
27
|
-
* @deprecated Will be replaced by header
|
|
28
|
-
*/
|
|
29
|
-
get headline(): string;
|
|
30
|
-
set headline(value: string);
|
|
31
26
|
subheader: string | undefined;
|
|
32
27
|
_viewMode: 'basic' | 'advanced';
|
|
33
28
|
get viewMode(): 'basic' | 'advanced';
|
|
@@ -72,5 +67,5 @@ export declare class SearchHeaderComponent implements AfterContentInit, AfterVie
|
|
|
72
67
|
onSearchKeyup(event: any): void;
|
|
73
68
|
private isVisible;
|
|
74
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchHeaderComponent, never>;
|
|
75
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchHeaderComponent, "ocx-search-header", never, { "header": { "alias": "header"; "required": false; }; "
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchHeaderComponent, "ocx-search-header", never, { "header": { "alias": "header"; "required": false; }; "subheader": { "alias": "subheader"; "required": false; }; "viewMode": { "alias": "viewMode"; "required": false; }; "manualBreadcrumbs": { "alias": "manualBreadcrumbs"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "searchConfigPermission": { "alias": "searchConfigPermission"; "required": false; }; "searchButtonDisabled": { "alias": "searchButtonDisabled"; "required": false; }; "resetButtonDisabled": { "alias": "resetButtonDisabled"; "required": false; }; "pageName": { "alias": "pageName"; "required": false; }; }, { "searched": "searched"; "resetted": "resetted"; "selectedSearchConfigChanged": "selectedSearchConfigChanged"; "viewModeChanged": "viewModeChanged"; "componentStateChanged": "componentStateChanged"; }, ["additionalToolbarContent", "additionalToolbarContentLeft", "formGroup", "visibleFormControls"], ["*"], false, never>;
|
|
76
71
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { QueryParamsHandling } from '@angular/router';
|
|
2
2
|
import { MenuItem } from 'primeng/api';
|
|
3
3
|
export interface BreadCrumbMenuItem {
|
|
4
|
-
/** @deprecated use labelKey instead */
|
|
5
|
-
label?: string;
|
|
6
4
|
labelKey?: string;
|
|
7
5
|
icon?: string;
|
|
8
6
|
command?: (event?: any) => void;
|
|
@@ -21,8 +19,6 @@ export interface BreadCrumbMenuItem {
|
|
|
21
19
|
badgeStyleClass?: string;
|
|
22
20
|
style?: any;
|
|
23
21
|
styleClass?: string;
|
|
24
|
-
/** @deprecated use titleKey instead */
|
|
25
|
-
title?: string;
|
|
26
22
|
titleKey?: string;
|
|
27
23
|
id?: string;
|
|
28
24
|
automationId?: any;
|
|
@@ -3,12 +3,5 @@ export declare enum ColumnType {
|
|
|
3
3
|
NUMBER = "NUMBER",
|
|
4
4
|
DATE = "DATE",
|
|
5
5
|
RELATIVE_DATE = "RELATIVE_DATE",
|
|
6
|
-
TRANSLATION_KEY = "TRANSLATION_KEY"
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated Will be removed with the next major v6 upgrade.
|
|
9
|
-
* Please use pTemplate="column id + IdCell" in DataTable or
|
|
10
|
-
* pTemplate="column id + IdTableCell" in DataView and InteractiveDataView
|
|
11
|
-
* e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdCell"
|
|
12
|
-
*/
|
|
13
|
-
CUSTOM = "CUSTOM"
|
|
6
|
+
TRANSLATION_KEY = "TRANSLATION_KEY"
|
|
14
7
|
}
|