@onecx/angular-accelerator 4.42.0 → 4.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,15 +59,33 @@ export declare class DataViewComponent implements DoCheck, OnInit {
59
59
  customTableCellTemplate: TemplateRef<any> | undefined;
60
60
  customTableCellChildTemplate: TemplateRef<any> | undefined;
61
61
  get _customTableCell(): TemplateRef<any> | undefined;
62
- tableDateCellTemplate: TemplateRef<any> | undefined;
62
+ dateTableCellTemplate: TemplateRef<any> | undefined;
63
+ /**
64
+ * @deprecated Will be replaced by dateTableCellTemplate
65
+ */
66
+ get tableDateCellTemplate(): TemplateRef<any> | undefined;
67
+ set tableDateCellTemplate(value: TemplateRef<any> | undefined);
68
+ /**
69
+ * @deprecated Will be replaced by dateTableCellChildTemplate
70
+ */
63
71
  tableDateCellChildTemplate: TemplateRef<any> | undefined;
64
- get _tableDateCell(): TemplateRef<any> | undefined;
72
+ dateTableCellChildTemplate: TemplateRef<any> | undefined;
73
+ get _dateTableCell(): TemplateRef<any> | undefined;
65
74
  tableCellTemplate: TemplateRef<any> | undefined;
66
75
  tableCellChildTemplate: TemplateRef<any> | undefined;
67
76
  get _tableCell(): TemplateRef<any> | undefined;
68
- tableTranslationKeyCellTemplate: TemplateRef<any> | undefined;
77
+ translationKeyTableCellTemplate: TemplateRef<any> | undefined;
78
+ /**
79
+ * @deprecated Will be replaced by translationKeyTableCellTemplate
80
+ */
81
+ get tableTranslationKeyCellTemplate(): TemplateRef<any> | undefined;
82
+ set tableTranslationKeyCellTemplate(value: TemplateRef<any> | undefined);
83
+ /**
84
+ * @deprecated Will be replaced by translationKeyTableCellChildTemplate
85
+ */
69
86
  tableTranslationKeyCellChildTemplate: TemplateRef<any> | undefined;
70
- get _tableTranslationKeyCell(): TemplateRef<any> | undefined;
87
+ translationKeyTableCellChildTemplate: TemplateRef<any> | undefined;
88
+ get _translationKeyTableCell(): TemplateRef<any> | undefined;
71
89
  gridItemSubtitleLinesTemplate: TemplateRef<any> | undefined;
72
90
  gridItemSubtitleLinesChildTemplate: TemplateRef<any> | undefined;
73
91
  get _gridItemSubtitleLines(): TemplateRef<any> | undefined;
@@ -80,8 +98,17 @@ export declare class DataViewComponent implements DoCheck, OnInit {
80
98
  listItemTemplate: TemplateRef<any> | undefined;
81
99
  listItemChildTemplate: TemplateRef<any> | undefined;
82
100
  get _listItem(): TemplateRef<any> | undefined;
83
- tableRelativeDateCellTemplate: TemplateRef<any> | undefined;
101
+ relativeDateTableCellTemplate: TemplateRef<any> | undefined;
102
+ /**
103
+ * @deprecated Will be replaced by relativeDateTableCellTemplate
104
+ */
105
+ get tableRelativeDateCellTemplate(): TemplateRef<any> | undefined;
106
+ set tableRelativeDateCellTemplate(value: TemplateRef<any> | undefined);
107
+ /**
108
+ * @deprecated Will be replace by relativeDateTableCellChildTemplate
109
+ */
84
110
  tableRelativeDateCellChildTemplate: TemplateRef<any> | undefined;
111
+ relativeDateTableCellChildTemplate: TemplateRef<any> | undefined;
85
112
  get _tableRelativeDateCell(): TemplateRef<any> | undefined;
86
113
  additionalActions: DataAction[];
87
114
  filtered: EventEmitter<Filter[]>;
@@ -112,5 +139,5 @@ export declare class DataViewComponent implements DoCheck, OnInit {
112
139
  onRowSelectionChange(event: Row[]): void;
113
140
  onPageChange(event: number): void;
114
141
  static ɵfac: i0.ɵɵFactoryDeclaration<DataViewComponent, never>;
115
- static ɵcmp: i0.ɵɵComponentDeclaration<DataViewComponent, "ocx-data-view", never, { "deletePermission": "deletePermission"; "editPermission": "editPermission"; "viewPermission": "viewPermission"; "deleteActionVisibleField": "deleteActionVisibleField"; "deleteActionEnabledField": "deleteActionEnabledField"; "viewActionVisibleField": "viewActionVisibleField"; "viewActionEnabledField": "viewActionEnabledField"; "editActionVisibleField": "editActionVisibleField"; "editActionEnabledField": "editActionEnabledField"; "data": "data"; "name": "name"; "titleLineId": "titleLineId"; "subtitleLineIds": "subtitleLineIds"; "layout": "layout"; "columns": "columns"; "emptyResultsMessage": "emptyResultsMessage"; "clientSideSorting": "clientSideSorting"; "clientSideFiltering": "clientSideFiltering"; "fallbackImage": "fallbackImage"; "filters": "filters"; "sortField": "sortField"; "sortDirection": "sortDirection"; "listGridPaginator": "listGridPaginator"; "tablePaginator": "tablePaginator"; "page": "page"; "totalRecordsOnServer": "totalRecordsOnServer"; "currentPageShowingKey": "currentPageShowingKey"; "currentPageShowingWithTotalOnServerKey": "currentPageShowingWithTotalOnServerKey"; "selectedRows": "selectedRows"; "frozenActionColumn": "frozenActionColumn"; "actionColumnPosition": "actionColumnPosition"; "paginator": "paginator"; "sortStates": "sortStates"; "pageSizes": "pageSizes"; "pageSize": "pageSize"; "stringTableCellTemplate": "stringTableCellTemplate"; "numberTableCellTemplate": "numberTableCellTemplate"; "customTableCellTemplate": "customTableCellTemplate"; "tableDateCellTemplate": "tableDateCellTemplate"; "tableCellTemplate": "tableCellTemplate"; "tableTranslationKeyCellTemplate": "tableTranslationKeyCellTemplate"; "gridItemSubtitleLinesTemplate": "gridItemSubtitleLinesTemplate"; "listItemSubtitleLinesTemplate": "listItemSubtitleLinesTemplate"; "gridItemTemplate": "gridItemTemplate"; "listItemTemplate": "listItemTemplate"; "tableRelativeDateCellTemplate": "tableRelativeDateCellTemplate"; "additionalActions": "additionalActions"; }, { "filtered": "filtered"; "sorted": "sorted"; "deleteItem": "deleteItem"; "viewItem": "viewItem"; "editItem": "editItem"; "selectionChanged": "selectionChanged"; "pageChanged": "pageChanged"; }, ["stringTableCellChildTemplate", "numberTableCellChildTemplate", "customTableCellChildTemplate", "tableDateCellChildTemplate", "tableCellChildTemplate", "tableTranslationKeyCellChildTemplate", "gridItemSubtitleLinesChildTemplate", "listItemSubtitleLinesChildTemplate", "gridItemChildTemplate", "listItemChildTemplate", "tableRelativeDateCellChildTemplate"], never, false, never>;
142
+ static ɵcmp: i0.ɵɵComponentDeclaration<DataViewComponent, "ocx-data-view", never, { "deletePermission": "deletePermission"; "editPermission": "editPermission"; "viewPermission": "viewPermission"; "deleteActionVisibleField": "deleteActionVisibleField"; "deleteActionEnabledField": "deleteActionEnabledField"; "viewActionVisibleField": "viewActionVisibleField"; "viewActionEnabledField": "viewActionEnabledField"; "editActionVisibleField": "editActionVisibleField"; "editActionEnabledField": "editActionEnabledField"; "data": "data"; "name": "name"; "titleLineId": "titleLineId"; "subtitleLineIds": "subtitleLineIds"; "layout": "layout"; "columns": "columns"; "emptyResultsMessage": "emptyResultsMessage"; "clientSideSorting": "clientSideSorting"; "clientSideFiltering": "clientSideFiltering"; "fallbackImage": "fallbackImage"; "filters": "filters"; "sortField": "sortField"; "sortDirection": "sortDirection"; "listGridPaginator": "listGridPaginator"; "tablePaginator": "tablePaginator"; "page": "page"; "totalRecordsOnServer": "totalRecordsOnServer"; "currentPageShowingKey": "currentPageShowingKey"; "currentPageShowingWithTotalOnServerKey": "currentPageShowingWithTotalOnServerKey"; "selectedRows": "selectedRows"; "frozenActionColumn": "frozenActionColumn"; "actionColumnPosition": "actionColumnPosition"; "paginator": "paginator"; "sortStates": "sortStates"; "pageSizes": "pageSizes"; "pageSize": "pageSize"; "stringTableCellTemplate": "stringTableCellTemplate"; "numberTableCellTemplate": "numberTableCellTemplate"; "customTableCellTemplate": "customTableCellTemplate"; "dateTableCellTemplate": "dateTableCellTemplate"; "tableDateCellTemplate": "tableDateCellTemplate"; "tableCellTemplate": "tableCellTemplate"; "translationKeyTableCellTemplate": "translationKeyTableCellTemplate"; "tableTranslationKeyCellTemplate": "tableTranslationKeyCellTemplate"; "gridItemSubtitleLinesTemplate": "gridItemSubtitleLinesTemplate"; "listItemSubtitleLinesTemplate": "listItemSubtitleLinesTemplate"; "gridItemTemplate": "gridItemTemplate"; "listItemTemplate": "listItemTemplate"; "relativeDateTableCellTemplate": "relativeDateTableCellTemplate"; "tableRelativeDateCellTemplate": "tableRelativeDateCellTemplate"; "additionalActions": "additionalActions"; }, { "filtered": "filtered"; "sorted": "sorted"; "deleteItem": "deleteItem"; "viewItem": "viewItem"; "editItem": "editItem"; "selectionChanged": "selectionChanged"; "pageChanged": "pageChanged"; }, ["stringTableCellChildTemplate", "numberTableCellChildTemplate", "customTableCellChildTemplate", "tableDateCellChildTemplate", "dateTableCellChildTemplate", "tableCellChildTemplate", "tableTranslationKeyCellChildTemplate", "translationKeyTableCellChildTemplate", "gridItemSubtitleLinesChildTemplate", "listItemSubtitleLinesChildTemplate", "gridItemChildTemplate", "listItemChildTemplate", "tableRelativeDateCellChildTemplate", "relativeDateTableCellChildTemplate"], never, false, never>;
116
143
  }
@@ -51,9 +51,21 @@ export declare class InteractiveDataViewComponent implements OnInit {
51
51
  frozenActionColumn: boolean;
52
52
  actionColumnPosition: 'left' | 'right';
53
53
  tableCell: TemplateRef<any> | undefined;
54
+ /**
55
+ * @deprecated Will be replaced by dateTableCell
56
+ */
54
57
  tableDateCell: TemplateRef<any> | undefined;
58
+ dateTableCell: TemplateRef<any> | undefined;
59
+ /**
60
+ * @deprecated Will be replaced by relativeDateTableCell
61
+ */
55
62
  tableRelativeDateCell: TemplateRef<any> | undefined;
63
+ relativeDateTableCell: TemplateRef<any> | undefined;
64
+ /**
65
+ * @deprecated Will be replaced by translationKeyTableCell
66
+ */
56
67
  tableTranslationKeyCell: TemplateRef<any> | undefined;
68
+ translationKeyTableCell: TemplateRef<any> | undefined;
57
69
  gridItemSubtitleLines: TemplateRef<any> | undefined;
58
70
  listItemSubtitleLines: TemplateRef<any> | undefined;
59
71
  stringTableCell: TemplateRef<any> | undefined;
@@ -85,8 +97,11 @@ export declare class InteractiveDataViewComponent implements OnInit {
85
97
  get _numberTableCell(): TemplateRef<any> | undefined;
86
98
  get _customTableCell(): TemplateRef<any> | undefined;
87
99
  get _tableDateCell(): TemplateRef<any> | undefined;
100
+ get _dateTableCell(): TemplateRef<any> | undefined;
88
101
  get _tableRelativeDateCell(): TemplateRef<any> | undefined;
102
+ get _relativeDateTableCell(): TemplateRef<any> | undefined;
89
103
  get _tableTranslationKeyCell(): TemplateRef<any> | undefined;
104
+ get _translationKeyTableCell(): TemplateRef<any> | undefined;
90
105
  get _gridItem(): TemplateRef<any> | undefined;
91
106
  get _listItem(): TemplateRef<any> | undefined;
92
107
  _data: RowListGridData[];
@@ -108,5 +123,5 @@ export declare class InteractiveDataViewComponent implements OnInit {
108
123
  onRowSelectionChange(event: Row[]): void;
109
124
  onPageChange(event: number): void;
110
125
  static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveDataViewComponent, never>;
111
- static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveDataViewComponent, "ocx-interactive-data-view", never, { "deletePermission": "deletePermission"; "editPermission": "editPermission"; "viewPermission": "viewPermission"; "deleteActionVisibleField": "deleteActionVisibleField"; "deleteActionEnabledField": "deleteActionEnabledField"; "viewActionVisibleField": "viewActionVisibleField"; "viewActionEnabledField": "viewActionEnabledField"; "editActionVisibleField": "editActionVisibleField"; "editActionEnabledField": "editActionEnabledField"; "name": "name"; "titleLineId": "titleLineId"; "subtitleLineIds": "subtitleLineIds"; "supportedViewLayouts": "supportedViewLayouts"; "columns": "columns"; "emptyResultsMessage": "emptyResultsMessage"; "clientSideSorting": "clientSideSorting"; "clientSideFiltering": "clientSideFiltering"; "fallbackImage": "fallbackImage"; "filters": "filters"; "sortDirection": "sortDirection"; "sortField": "sortField"; "sortStates": "sortStates"; "pageSizes": "pageSizes"; "pageSize": "pageSize"; "totalRecordsOnServer": "totalRecordsOnServer"; "layout": "layout"; "defaultGroupKey": "defaultGroupKey"; "customGroupKey": "customGroupKey"; "groupSelectionNoGroupSelectedKey": "groupSelectionNoGroupSelectedKey"; "currentPageShowingKey": "currentPageShowingKey"; "currentPageShowingWithTotalOnServerKey": "currentPageShowingWithTotalOnServerKey"; "additionalActions": "additionalActions"; "listGridPaginator": "listGridPaginator"; "tablePaginator": "tablePaginator"; "page": "page"; "selectedRows": "selectedRows"; "displayedColumns": "displayedColumns"; "frozenActionColumn": "frozenActionColumn"; "actionColumnPosition": "actionColumnPosition"; "paginator": "paginator"; "data": "data"; }, { "filtered": "filtered"; "sorted": "sorted"; "deleteItem": "deleteItem"; "viewItem": "viewItem"; "editItem": "editItem"; "dataViewLayoutChange": "dataViewLayoutChange"; "displayedColumnsChange": "displayedColumnsChange"; "selectionChanged": "selectionChanged"; "pageChanged": "pageChanged"; }, ["tableCell", "tableDateCell", "tableRelativeDateCell", "tableTranslationKeyCell", "gridItemSubtitleLines", "listItemSubtitleLines", "stringTableCell", "numberTableCell", "customTableCell", "gridItem", "listItem", "topCenter"], never, false, never>;
126
+ static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveDataViewComponent, "ocx-interactive-data-view", never, { "deletePermission": "deletePermission"; "editPermission": "editPermission"; "viewPermission": "viewPermission"; "deleteActionVisibleField": "deleteActionVisibleField"; "deleteActionEnabledField": "deleteActionEnabledField"; "viewActionVisibleField": "viewActionVisibleField"; "viewActionEnabledField": "viewActionEnabledField"; "editActionVisibleField": "editActionVisibleField"; "editActionEnabledField": "editActionEnabledField"; "name": "name"; "titleLineId": "titleLineId"; "subtitleLineIds": "subtitleLineIds"; "supportedViewLayouts": "supportedViewLayouts"; "columns": "columns"; "emptyResultsMessage": "emptyResultsMessage"; "clientSideSorting": "clientSideSorting"; "clientSideFiltering": "clientSideFiltering"; "fallbackImage": "fallbackImage"; "filters": "filters"; "sortDirection": "sortDirection"; "sortField": "sortField"; "sortStates": "sortStates"; "pageSizes": "pageSizes"; "pageSize": "pageSize"; "totalRecordsOnServer": "totalRecordsOnServer"; "layout": "layout"; "defaultGroupKey": "defaultGroupKey"; "customGroupKey": "customGroupKey"; "groupSelectionNoGroupSelectedKey": "groupSelectionNoGroupSelectedKey"; "currentPageShowingKey": "currentPageShowingKey"; "currentPageShowingWithTotalOnServerKey": "currentPageShowingWithTotalOnServerKey"; "additionalActions": "additionalActions"; "listGridPaginator": "listGridPaginator"; "tablePaginator": "tablePaginator"; "page": "page"; "selectedRows": "selectedRows"; "displayedColumns": "displayedColumns"; "frozenActionColumn": "frozenActionColumn"; "actionColumnPosition": "actionColumnPosition"; "paginator": "paginator"; "data": "data"; }, { "filtered": "filtered"; "sorted": "sorted"; "deleteItem": "deleteItem"; "viewItem": "viewItem"; "editItem": "editItem"; "dataViewLayoutChange": "dataViewLayoutChange"; "displayedColumnsChange": "displayedColumnsChange"; "selectionChanged": "selectionChanged"; "pageChanged": "pageChanged"; }, ["tableCell", "tableDateCell", "dateTableCell", "tableRelativeDateCell", "relativeDateTableCell", "tableTranslationKeyCell", "translationKeyTableCell", "gridItemSubtitleLines", "listItemSubtitleLines", "stringTableCell", "numberTableCell", "customTableCell", "gridItem", "listItem", "topCenter"], never, false, never>;
112
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onecx/angular-accelerator",
3
- "version": "4.42.0",
3
+ "version": "4.43.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.7",
6
6
  "@angular/core": "^15.2.7",