@onecx/angular-accelerator 4.21.0 → 4.22.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.
@@ -60,6 +60,7 @@ export declare class InteractiveDataViewComponent implements OnInit {
60
60
  numberTableCell: TemplateRef<any> | undefined;
61
61
  gridItem: TemplateRef<any> | undefined;
62
62
  listItem: TemplateRef<any> | undefined;
63
+ topCenter: TemplateRef<any> | undefined;
63
64
  filtered: EventEmitter<Filter[]>;
64
65
  sorted: EventEmitter<Sort>;
65
66
  deleteItem: EventEmitter<RowListGridData>;
@@ -105,5 +106,5 @@ export declare class InteractiveDataViewComponent implements OnInit {
105
106
  onRowSelectionChange(event: Row[]): void;
106
107
  onPageChange(event: number): void;
107
108
  static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveDataViewComponent, never>;
108
- 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", "gridItem", "listItem"], never, false, never>;
109
+ 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", "gridItem", "listItem", "topCenter"], never, false, never>;
109
110
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@onecx/angular-accelerator",
3
- "version": "4.21.0",
3
+ "version": "4.22.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "^15.2.7 || ^16.0.0 || ^17.0.0",
6
- "@angular/core": "^15.2.7 || ^16.0.0 || ^17.0.0",
7
- "@angular/cdk": "^15.2.7 || ^16.0.0 || ^17.0.0",
8
- "@angular/forms": "^15.2.7 || ^16.0.0 || ^17.0.0",
9
- "@angular/platform-browser": "^15.2.7 || ^16.0.0 || ^17.0.0",
10
- "@angular/router": "^15.2.7 || ^16.0.0 || ^17.0.0",
5
+ "@angular/common": "^15.2.7",
6
+ "@angular/core": "^15.2.7",
7
+ "@angular/cdk": "^15.2.7",
8
+ "@angular/forms": "^15.2.7",
9
+ "@angular/platform-browser": "^15.2.7",
10
+ "@angular/router": "^15.2.7",
11
11
  "@ngx-translate/core": "^14.0.0",
12
12
  "@onecx/integration-interface": "^4",
13
13
  "@onecx/angular-integration-interface": "^4",