@onecx/angular-accelerator 6.0.0-rc.17 → 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.mjs +36 -316
- 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 +4 -79
- 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
|
@@ -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,45 +82,16 @@ 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
90
|
primeNgTableCell: TemplateRef<any> | undefined;
|
|
100
|
-
/**
|
|
101
|
-
* @deprecated Will be replaced by dateTableCell
|
|
102
|
-
*/
|
|
103
|
-
tableDateCell: TemplateRef<any> | undefined;
|
|
104
|
-
/**
|
|
105
|
-
* @deprecated Will be replaced by primeNgDateTableCell
|
|
106
|
-
*/
|
|
107
|
-
primeNgTableDateCell: TemplateRef<any> | undefined;
|
|
108
91
|
dateTableCell: TemplateRef<any> | undefined;
|
|
109
92
|
primeNgDateTableCell: TemplateRef<any> | undefined;
|
|
110
|
-
/**
|
|
111
|
-
* @deprecated Will be replaced by relativeDateTableCell
|
|
112
|
-
*/
|
|
113
|
-
tableRelativeDateCell: TemplateRef<any> | undefined;
|
|
114
|
-
/**
|
|
115
|
-
* @deprecated Will be replaced by primeNgRelativeDateTableCell
|
|
116
|
-
*/
|
|
117
|
-
primeNgTableRelativeDateCell: TemplateRef<any> | undefined;
|
|
118
93
|
relativeDateTableCell: TemplateRef<any> | undefined;
|
|
119
94
|
primeNgRelativeDateTableCell: TemplateRef<any> | undefined;
|
|
120
|
-
/**
|
|
121
|
-
* @deprecated Will be replaced by translationKeyTableCell
|
|
122
|
-
*/
|
|
123
|
-
tableTranslationKeyCell: TemplateRef<any> | undefined;
|
|
124
|
-
/**
|
|
125
|
-
* @deprecated Will be replaced by primeNgTranslationKeyTableCell
|
|
126
|
-
*/
|
|
127
|
-
primeNgTableTranslationKeyCell: TemplateRef<any> | undefined;
|
|
128
95
|
translationKeyTableCell: TemplateRef<any> | undefined;
|
|
129
96
|
primeNgTranslationKeyTableCell: TemplateRef<any> | undefined;
|
|
130
97
|
gridItemSubtitleLines: TemplateRef<any> | undefined;
|
|
@@ -135,18 +102,6 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
135
102
|
primeNgStringTableCell: TemplateRef<any> | undefined;
|
|
136
103
|
numberTableCell: TemplateRef<any> | undefined;
|
|
137
104
|
primeNgNumberTableCell: TemplateRef<any> | undefined;
|
|
138
|
-
/**
|
|
139
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
140
|
-
* use the new approach instead by following the naming convention column id + IdTableCell
|
|
141
|
-
* e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableCell"
|
|
142
|
-
*/
|
|
143
|
-
customTableCell: TemplateRef<any> | undefined;
|
|
144
|
-
/**
|
|
145
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
146
|
-
* use the new approach instead by following the naming convention column id + IdTableCell
|
|
147
|
-
* e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableCell"
|
|
148
|
-
*/
|
|
149
|
-
primeNgCustomTableCell: TemplateRef<any> | undefined;
|
|
150
105
|
gridItem: TemplateRef<any> | undefined;
|
|
151
106
|
primeNgGridItem: TemplateRef<any> | undefined;
|
|
152
107
|
listItem: TemplateRef<any> | undefined;
|
|
@@ -161,18 +116,6 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
161
116
|
primeNgNumberListValue: TemplateRef<any> | undefined;
|
|
162
117
|
relativeDateListValue: TemplateRef<any> | undefined;
|
|
163
118
|
primeNgRelativeDateListValue: TemplateRef<any> | undefined;
|
|
164
|
-
/**
|
|
165
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
166
|
-
* use the new approach instead by following the naming convention column id + IdListValue
|
|
167
|
-
* e.g. for a column with the id 'status' DataListGrid use pTemplate="statusIdListValue"
|
|
168
|
-
*/
|
|
169
|
-
customListValue: TemplateRef<any> | undefined;
|
|
170
|
-
/**
|
|
171
|
-
* @deprecated Will be removed and instead to change the template of a specific column
|
|
172
|
-
* use the new approach instead by following the naming convention column id + IdListValue
|
|
173
|
-
* e.g. for a column with the id 'status' DataListGrid use pTemplate="statusIdListValue"
|
|
174
|
-
*/
|
|
175
|
-
primeNgCustomListValue: TemplateRef<any> | undefined;
|
|
176
119
|
stringListValue: TemplateRef<any> | undefined;
|
|
177
120
|
primeNgStringListValue: TemplateRef<any> | undefined;
|
|
178
121
|
dateListValue: TemplateRef<any> | undefined;
|
|
@@ -189,18 +132,6 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
189
132
|
primeNgStringTableFilterCell: TemplateRef<any> | undefined;
|
|
190
133
|
numberTableFilterCell: TemplateRef<any> | undefined;
|
|
191
134
|
primeNgNumberTableFilterCell: TemplateRef<any> | undefined;
|
|
192
|
-
/**
|
|
193
|
-
* @deprecated Will be removed and instead to change the template of a specific column filter
|
|
194
|
-
* use the new approach instead by following the naming convention column id + IdTableFilterCell
|
|
195
|
-
* e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableFilterCell"
|
|
196
|
-
*/
|
|
197
|
-
customTableFilterCell: TemplateRef<any> | undefined;
|
|
198
|
-
/**
|
|
199
|
-
* @deprecated Will be removed and instead to change the template of a specific column filter
|
|
200
|
-
* use the new approach instead by following the naming convention column id + IdTableFilterCell
|
|
201
|
-
* e.g. for a column with the id 'status' in DataTable use pTemplate="statusIdTableFilterCell"
|
|
202
|
-
*/
|
|
203
|
-
primeNgCustomTableFilterCell: TemplateRef<any> | undefined;
|
|
204
135
|
templates$: BehaviorSubject<QueryList<PrimeTemplate> | undefined>;
|
|
205
136
|
set templates(value: QueryList<PrimeTemplate> | undefined);
|
|
206
137
|
filtered: EventEmitter<Filter[]>;
|
|
@@ -209,7 +140,6 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
209
140
|
viewItem: EventEmitter<RowListGridData>;
|
|
210
141
|
editItem: EventEmitter<RowListGridData>;
|
|
211
142
|
dataViewLayoutChange: EventEmitter<"table" | "grid" | "list">;
|
|
212
|
-
displayedColumnsChange: EventEmitter<DataTableColumn[]>;
|
|
213
143
|
displayedColumnKeysChange: EventEmitter<string[]>;
|
|
214
144
|
selectionChanged: EventEmitter<Row[]>;
|
|
215
145
|
pageChanged: EventEmitter<number>;
|
|
@@ -229,12 +159,8 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
229
159
|
get _tableCell(): TemplateRef<any> | undefined;
|
|
230
160
|
get _stringTableCell(): TemplateRef<any> | undefined;
|
|
231
161
|
get _numberTableCell(): TemplateRef<any> | undefined;
|
|
232
|
-
get _customTableCell(): TemplateRef<any> | undefined;
|
|
233
|
-
get _tableDateCell(): TemplateRef<any> | undefined;
|
|
234
162
|
get _dateTableCell(): TemplateRef<any> | undefined;
|
|
235
|
-
get _tableRelativeDateCell(): TemplateRef<any> | undefined;
|
|
236
163
|
get _relativeDateTableCell(): TemplateRef<any> | undefined;
|
|
237
|
-
get _tableTranslationKeyCell(): TemplateRef<any> | undefined;
|
|
238
164
|
get _translationKeyTableCell(): TemplateRef<any> | undefined;
|
|
239
165
|
get _gridItem(): TemplateRef<any> | undefined;
|
|
240
166
|
get _listItem(): TemplateRef<any> | undefined;
|
|
@@ -242,7 +168,6 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
242
168
|
get _translationKeyListValue(): TemplateRef<any> | undefined;
|
|
243
169
|
get _numberListValue(): TemplateRef<any> | undefined;
|
|
244
170
|
get _relativeDateListValue(): TemplateRef<any> | undefined;
|
|
245
|
-
get _customListValue(): TemplateRef<any> | undefined;
|
|
246
171
|
get _stringListValue(): TemplateRef<any> | undefined;
|
|
247
172
|
get _dateListValue(): TemplateRef<any> | undefined;
|
|
248
173
|
get _tableFilterCell(): TemplateRef<any> | undefined;
|
|
@@ -251,7 +176,6 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
251
176
|
get _translationKeyTableFilterCell(): TemplateRef<any> | undefined;
|
|
252
177
|
get _stringTableFilterCell(): TemplateRef<any> | undefined;
|
|
253
178
|
get _numberTableFilterCell(): TemplateRef<any> | undefined;
|
|
254
|
-
get _customTableFilterCell(): TemplateRef<any> | undefined;
|
|
255
179
|
_data: RowListGridData[];
|
|
256
180
|
get data(): RowListGridData[];
|
|
257
181
|
set data(value: RowListGridData[]);
|
|
@@ -276,6 +200,7 @@ export declare class InteractiveDataViewComponent implements OnInit, AfterConten
|
|
|
276
200
|
onRowSelectionChange(event: Row[]): void;
|
|
277
201
|
onPageChange(event: number): void;
|
|
278
202
|
onPageSizeChange(event: number): void;
|
|
203
|
+
getDisplayedColumns(): DataTableColumn[];
|
|
279
204
|
static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveDataViewComponent, never>;
|
|
280
|
-
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>;
|
|
281
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
|
}
|