@onecx/angular-accelerator 4.43.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{esm2020 → esm2022}/lib/angular-accelerator-primeng.module.mjs +53 -53
- package/esm2022/lib/angular-accelerator.module.mjs +168 -0
- package/esm2022/lib/components/column-group-selection/column-group-selection.component.mjs +72 -0
- package/esm2022/lib/components/custom-group-column-selector/custom-group-column-selector.component.mjs +109 -0
- package/esm2022/lib/components/data-layout-selection/data-layout-selection.component.mjs +46 -0
- package/esm2022/lib/components/data-list-grid/data-list-grid.component.mjs +399 -0
- package/esm2022/lib/components/data-list-grid-sorting/data-list-grid-sorting.component.mjs +92 -0
- package/esm2022/lib/components/data-sort-base/data-sort-base.mjs +110 -0
- package/esm2022/lib/components/data-table/data-table.component.mjs +401 -0
- package/esm2022/lib/components/data-view/data-view.component.mjs +407 -0
- package/esm2022/lib/components/diagram/diagram.component.mjs +137 -0
- package/esm2022/lib/components/group-by-count-diagram/group-by-count-diagram.component.mjs +109 -0
- package/esm2022/lib/components/interactive-data-view/interactive-data-view.component.mjs +375 -0
- package/esm2022/lib/components/page-header/page-header.component.mjs +232 -0
- package/{esm2020 → esm2022}/lib/components/search-config/search-config.component.mjs +4 -4
- package/esm2022/lib/components/search-header/search-header.component.mjs +136 -0
- package/esm2022/lib/directives/advanced.directive.mjs +36 -0
- package/esm2022/lib/directives/if-breakpoint.directive.mjs +39 -0
- package/esm2022/lib/directives/if-permission.directive.mjs +80 -0
- package/esm2022/lib/directives/src.directive.mjs +59 -0
- package/esm2022/lib/functions/flatten-object.mjs +20 -0
- package/{esm2020 → esm2022}/lib/model/breadcrumb-menu-item.model.mjs +1 -1
- package/esm2022/lib/pipes/dynamic.pipe.mjs +58 -0
- package/esm2022/lib/pipes/ocxtimeago.pipe.mjs +107 -0
- package/esm2022/lib/services/app-config-service.mjs +43 -0
- package/esm2022/lib/services/breadcrumb.service.mjs +113 -0
- package/esm2022/lib/services/translation-cache.service.mjs +41 -0
- package/esm2022/lib/utils/async-translate-loader.utils.mjs +12 -0
- package/esm2022/lib/utils/caching-translate-loader.utils.mjs +15 -0
- package/{esm2020 → esm2022}/lib/utils/colorutils.mjs +1 -1
- package/{esm2020 → esm2022}/lib/utils/dateutils.mjs +6 -6
- package/esm2022/lib/utils/objectutils.mjs +30 -0
- package/{esm2020 → esm2022}/lib/utils/translate.combined.loader.mjs +1 -1
- package/{esm2020 → esm2022}/testing/column-group-selection.harness.mjs +2 -2
- package/esm2022/testing/custom-group-column-selector.harness.mjs +31 -0
- package/esm2022/testing/data-layout-selection.harness.mjs +33 -0
- package/esm2022/testing/data-list-grid.harness.mjs +47 -0
- package/esm2022/testing/data-table.harness.mjs +63 -0
- package/{esm2020 → esm2022}/testing/data-view.harness.mjs +2 -2
- package/esm2022/testing/default-grid-item.harness.mjs +24 -0
- package/esm2022/testing/default-list-item.harness.mjs +24 -0
- package/esm2022/testing/diagram.harness.mjs +22 -0
- package/{esm2020 → esm2022}/testing/group-by-count-diagram.harness.mjs +2 -2
- package/{esm2020 → esm2022}/testing/interactive-data-view.harness.mjs +2 -2
- package/esm2022/testing/more-actions-menu-button.harness.mjs +35 -0
- package/esm2022/testing/page-header.harness.mjs +78 -0
- package/{esm2020 → esm2022}/testing/search-config.harness.mjs +2 -2
- package/{esm2020 → esm2022}/testing/search-header.harness.mjs +2 -2
- package/{fesm2020 → fesm2022}/onecx-angular-accelerator-testing.mjs +34 -28
- package/fesm2022/onecx-angular-accelerator-testing.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/onecx-angular-accelerator.mjs +244 -224
- package/fesm2022/onecx-angular-accelerator.mjs.map +1 -0
- package/lib/components/column-group-selection/column-group-selection.component.d.ts +1 -1
- package/lib/components/custom-group-column-selector/custom-group-column-selector.component.d.ts +1 -1
- package/lib/components/data-layout-selection/data-layout-selection.component.d.ts +1 -1
- package/lib/components/data-list-grid/data-list-grid.component.d.ts +1 -1
- package/lib/components/data-list-grid-sorting/data-list-grid-sorting.component.d.ts +1 -1
- package/lib/components/data-table/data-table.component.d.ts +1 -1
- package/lib/components/data-view/data-view.component.d.ts +2 -2
- package/lib/components/diagram/diagram.component.d.ts +2 -2
- package/lib/components/group-by-count-diagram/group-by-count-diagram.component.d.ts +1 -1
- package/lib/components/interactive-data-view/interactive-data-view.component.d.ts +1 -1
- package/lib/components/page-header/page-header.component.d.ts +1 -1
- package/lib/components/search-config/search-config.component.d.ts +1 -1
- package/lib/components/search-header/search-header.component.d.ts +1 -1
- package/lib/directives/if-breakpoint.directive.d.ts +1 -1
- package/lib/directives/if-permission.directive.d.ts +14 -5
- package/lib/directives/src.directive.d.ts +1 -1
- package/lib/model/breadcrumb-menu-item.model.d.ts +2 -2
- package/package.json +20 -28
- package/testing/data-list-grid.harness.d.ts +1 -1
- package/esm2020/lib/angular-accelerator.module.mjs +0 -160
- package/esm2020/lib/components/column-group-selection/column-group-selection.component.mjs +0 -72
- package/esm2020/lib/components/custom-group-column-selector/custom-group-column-selector.component.mjs +0 -109
- package/esm2020/lib/components/data-layout-selection/data-layout-selection.component.mjs +0 -45
- package/esm2020/lib/components/data-list-grid/data-list-grid.component.mjs +0 -399
- package/esm2020/lib/components/data-list-grid-sorting/data-list-grid-sorting.component.mjs +0 -92
- package/esm2020/lib/components/data-sort-base/data-sort-base.mjs +0 -110
- package/esm2020/lib/components/data-table/data-table.component.mjs +0 -401
- package/esm2020/lib/components/data-view/data-view.component.mjs +0 -407
- package/esm2020/lib/components/diagram/diagram.component.mjs +0 -137
- package/esm2020/lib/components/group-by-count-diagram/group-by-count-diagram.component.mjs +0 -109
- package/esm2020/lib/components/interactive-data-view/interactive-data-view.component.mjs +0 -375
- package/esm2020/lib/components/page-header/page-header.component.mjs +0 -232
- package/esm2020/lib/components/search-header/search-header.component.mjs +0 -136
- package/esm2020/lib/directives/advanced.directive.mjs +0 -36
- package/esm2020/lib/directives/if-breakpoint.directive.mjs +0 -39
- package/esm2020/lib/directives/if-permission.directive.mjs +0 -70
- package/esm2020/lib/directives/src.directive.mjs +0 -59
- package/esm2020/lib/functions/flatten-object.mjs +0 -20
- package/esm2020/lib/pipes/dynamic.pipe.mjs +0 -58
- package/esm2020/lib/pipes/ocxtimeago.pipe.mjs +0 -107
- package/esm2020/lib/services/app-config-service.mjs +0 -43
- package/esm2020/lib/services/breadcrumb.service.mjs +0 -113
- package/esm2020/lib/services/translation-cache.service.mjs +0 -41
- package/esm2020/lib/utils/async-translate-loader.utils.mjs +0 -12
- package/esm2020/lib/utils/caching-translate-loader.utils.mjs +0 -15
- package/esm2020/lib/utils/objectutils.mjs +0 -30
- package/esm2020/testing/custom-group-column-selector.harness.mjs +0 -31
- package/esm2020/testing/data-layout-selection.harness.mjs +0 -33
- package/esm2020/testing/data-list-grid.harness.mjs +0 -47
- package/esm2020/testing/data-table.harness.mjs +0 -57
- package/esm2020/testing/default-grid-item.harness.mjs +0 -24
- package/esm2020/testing/default-list-item.harness.mjs +0 -24
- package/esm2020/testing/diagram.harness.mjs +0 -22
- package/esm2020/testing/more-actions-menu-button.harness.mjs +0 -35
- package/esm2020/testing/page-header.harness.mjs +0 -78
- package/fesm2015/onecx-angular-accelerator-testing.mjs +0 -541
- package/fesm2015/onecx-angular-accelerator-testing.mjs.map +0 -1
- package/fesm2015/onecx-angular-accelerator.mjs +0 -3563
- package/fesm2015/onecx-angular-accelerator.mjs.map +0 -1
- package/fesm2020/onecx-angular-accelerator-testing.mjs.map +0 -1
- package/fesm2020/onecx-angular-accelerator.mjs.map +0 -1
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/model/column-type.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/model/data-action.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/model/data-column-name-id.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/model/data-sort-direction.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/model/data-table-column.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/model/diagram-column.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/model/diagram-data.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/model/diagram-type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/model/search-config-info.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utils/create-remote-component-translate-loader.utils.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utils/create-translate-loader.utils.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utils/enum-to-dropdown-options.utils.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utils/primeicon.utils.mjs +0 -0
- /package/{esm2020 → esm2022}/onecx-angular-accelerator.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/index.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/onecx-angular-accelerator-testing.mjs +0 -0
|
@@ -24,5 +24,5 @@ export declare class ColumnGroupSelectionComponent implements OnInit {
|
|
|
24
24
|
}): void;
|
|
25
25
|
clearGroupSelection(): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnGroupSelectionComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnGroupSelectionComponent, "ocx-column-group-selection", never, { "selectedGroupKey": "selectedGroupKey"; "columns": "columns"; "placeholderKey": "placeholderKey"; "defaultGroupKey": "defaultGroupKey"; "customGroupKey": "customGroupKey"; }, { "groupSelectionChanged": "groupSelectionChanged"; }, never, never, false, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnGroupSelectionComponent, "ocx-column-group-selection", never, { "selectedGroupKey": { "alias": "selectedGroupKey"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "placeholderKey": { "alias": "placeholderKey"; "required": false; }; "defaultGroupKey": { "alias": "defaultGroupKey"; "required": false; }; "customGroupKey": { "alias": "customGroupKey"; "required": false; }; }, { "groupSelectionChanged": "groupSelectionChanged"; }, never, never, false, never>;
|
|
28
28
|
}
|
package/lib/components/custom-group-column-selector/custom-group-column-selector.component.d.ts
CHANGED
|
@@ -41,5 +41,5 @@ export declare class CustomGroupColumnSelectorComponent {
|
|
|
41
41
|
onSaveClick(): void;
|
|
42
42
|
onCancelClick(): void;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomGroupColumnSelectorComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomGroupColumnSelectorComponent, "ocx-custom-group-column-selector", never, { "columns": "columns"; "displayedColumns": "displayedColumns"; "dialogTitle": "dialogTitle"; "openButtonTitle": "openButtonTitle"; "saveButtonLabel": "saveButtonLabel"; "cancelButtonLabel": "cancelButtonLabel"; "activeColumnsLabel": "activeColumnsLabel"; "inactiveColumnsLabel": "inactiveColumnsLabel"; "frozenActionColumn": "frozenActionColumn"; "actionColumnPosition": "actionColumnPosition"; }, { "columnSelectionChanged": "columnSelectionChanged"; "actionColumnConfigChanged": "actionColumnConfigChanged"; }, never, never, false, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomGroupColumnSelectorComponent, "ocx-custom-group-column-selector", never, { "columns": { "alias": "columns"; "required": false; }; "displayedColumns": { "alias": "displayedColumns"; "required": false; }; "dialogTitle": { "alias": "dialogTitle"; "required": false; }; "openButtonTitle": { "alias": "openButtonTitle"; "required": false; }; "saveButtonLabel": { "alias": "saveButtonLabel"; "required": false; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; }; "activeColumnsLabel": { "alias": "activeColumnsLabel"; "required": false; }; "inactiveColumnsLabel": { "alias": "inactiveColumnsLabel"; "required": false; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; }; }, { "columnSelectionChanged": "columnSelectionChanged"; "actionColumnConfigChanged": "actionColumnConfigChanged"; }, never, never, false, never>;
|
|
45
45
|
}
|
|
@@ -20,6 +20,6 @@ export declare class DataLayoutSelectionComponent implements OnInit {
|
|
|
20
20
|
layout: 'grid' | 'list' | 'table';
|
|
21
21
|
}): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataLayoutSelectionComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataLayoutSelectionComponent, "ocx-data-layout-selection", never, { "supportedViewLayouts": "supportedViewLayouts"; "layout": "layout"; }, { "dataViewLayoutChange": "dataViewLayoutChange"; }, never, never, false, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataLayoutSelectionComponent, "ocx-data-layout-selection", never, { "supportedViewLayouts": { "alias": "supportedViewLayouts"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; }, { "dataViewLayoutChange": "dataViewLayoutChange"; }, never, never, false, never>;
|
|
24
24
|
}
|
|
25
25
|
export {};
|
|
@@ -140,6 +140,6 @@ export declare class DataListGridComponent extends DataSortBase implements OnIni
|
|
|
140
140
|
command: () => void;
|
|
141
141
|
}[]>;
|
|
142
142
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataListGridComponent, never>;
|
|
143
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataListGridComponent, "ocx-data-list-grid", never, { "titleLineId": "titleLineId"; "subtitleLineIds": "subtitleLineIds"; "clientSideSorting": "clientSideSorting"; "clientSideFiltering": "clientSideFiltering"; "sortStates": "sortStates"; "pageSizes": "pageSizes"; "pageSize": "pageSize"; "emptyResultsMessage": "emptyResultsMessage"; "fallbackImage": "fallbackImage"; "layout": "layout"; "viewPermission": "viewPermission"; "editPermission": "editPermission"; "deletePermission": "deletePermission"; "deleteActionVisibleField": "deleteActionVisibleField"; "deleteActionEnabledField": "deleteActionEnabledField"; "viewActionVisibleField": "viewActionVisibleField"; "viewActionEnabledField": "viewActionEnabledField"; "editActionVisibleField": "editActionVisibleField"; "editActionEnabledField": "editActionEnabledField"; "viewMenuItemKey": "viewMenuItemKey"; "editMenuItemKey": "editMenuItemKey"; "deleteMenuItemKey": "deleteMenuItemKey"; "paginator": "paginator"; "page": "page"; "columns": "columns"; "name": "name"; "totalRecordsOnServer": "totalRecordsOnServer"; "currentPageShowingKey": "currentPageShowingKey"; "currentPageShowingWithTotalOnServerKey": "currentPageShowingWithTotalOnServerKey"; "data": "data"; "filters": "filters"; "sortDirection": "sortDirection"; "sortField": "sortField"; "gridItemSubtitleLinesTemplate": "gridItemSubtitleLinesTemplate"; "listItemSubtitleLinesTemplate": "listItemSubtitleLinesTemplate"; "listItemTemplate": "listItemTemplate"; "gridItemTemplate": "gridItemTemplate"; "additionalActions": "additionalActions"; }, { "viewItem": "viewItem"; "editItem": "editItem"; "deleteItem": "deleteItem"; "pageChanged": "pageChanged"; }, ["gridItemSubtitleLinesChildTemplate", "listItemSubtitleLinesChildTemplate", "listItemChildTemplate", "gridItemChildTemplate"], never, false, never>;
|
|
143
|
+
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; }; "additionalActions": { "alias": "additionalActions"; "required": false; }; }, { "viewItem": "viewItem"; "editItem": "editItem"; "deleteItem": "deleteItem"; "pageChanged": "pageChanged"; }, ["gridItemSubtitleLinesChildTemplate", "listItemSubtitleLinesChildTemplate", "listItemChildTemplate", "gridItemChildTemplate"], never, false, never>;
|
|
144
144
|
}
|
|
145
145
|
export {};
|
|
@@ -26,5 +26,5 @@ export declare class DataListGridSortingComponent implements OnInit {
|
|
|
26
26
|
sortIconTitle(): "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.ASCENDING_TITLE" | "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.DESCENDING_TITLE" | "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.DEFAULT_TITLE";
|
|
27
27
|
sortDirectionToTitle(sortDirection: DataSortDirection): "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.ASCENDING_TITLE" | "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.DESCENDING_TITLE" | "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.DEFAULT_TITLE";
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataListGridSortingComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataListGridSortingComponent, "ocx-data-list-grid-sorting", never, { "columns": "columns"; "sortStates": "sortStates"; "sortDirection": "sortDirection"; "sortField": "sortField"; }, { "sortChange": "sortChange"; "sortDirectionChange": "sortDirectionChange"; "columnsChange": "columnsChange"; }, never, never, false, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataListGridSortingComponent, "ocx-data-list-grid-sorting", never, { "columns": { "alias": "columns"; "required": false; }; "sortStates": { "alias": "sortStates"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; }, { "sortChange": "sortChange"; "sortDirectionChange": "sortDirectionChange"; "columnsChange": "columnsChange"; }, never, never, false, never>;
|
|
30
30
|
}
|
|
@@ -151,5 +151,5 @@ export declare class DataTableComponent extends DataSortBase implements OnInit {
|
|
|
151
151
|
command: () => void;
|
|
152
152
|
}[]>;
|
|
153
153
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableComponent, never>;
|
|
154
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "ocx-data-table", never, { "rows": "rows"; "selectedRows": "selectedRows"; "filters": "filters"; "sortDirection": "sortDirection"; "sortColumn": "sortColumn"; "columns": "columns"; "clientSideFiltering": "clientSideFiltering"; "clientSideSorting": "clientSideSorting"; "sortStates": "sortStates"; "pageSizes": "pageSizes"; "pageSize": "pageSize"; "emptyResultsMessage": "emptyResultsMessage"; "name": "name"; "deletePermission": "deletePermission"; "viewPermission": "viewPermission"; "editPermission": "editPermission"; "deleteActionVisibleField": "deleteActionVisibleField"; "deleteActionEnabledField": "deleteActionEnabledField"; "viewActionVisibleField": "viewActionVisibleField"; "viewActionEnabledField": "viewActionEnabledField"; "editActionVisibleField": "editActionVisibleField"; "editActionEnabledField": "editActionEnabledField"; "paginator": "paginator"; "page": "page"; "totalRecordsOnServer": "totalRecordsOnServer"; "currentPageShowingKey": "currentPageShowingKey"; "currentPageShowingWithTotalOnServerKey": "currentPageShowingWithTotalOnServerKey"; "stringCellTemplate": "stringCellTemplate"; "numberCellTemplate": "numberCellTemplate"; "customCellTemplate": "customCellTemplate"; "dateCellTemplate": "dateCellTemplate"; "relativeDateCellTemplate": "relativeDateCellTemplate"; "cellTemplate": "cellTemplate"; "translationKeyCellTemplate": "translationKeyCellTemplate"; "additionalActions": "additionalActions"; "frozenActionColumn": "frozenActionColumn"; "actionColumnPosition": "actionColumnPosition"; }, { "filtered": "filtered"; "sorted": "sorted"; "viewTableRow": "viewTableRow"; "editTableRow": "editTableRow"; "deleteTableRow": "deleteTableRow"; "selectionChanged": "selectionChanged"; "pageChanged": "pageChanged"; }, ["stringCellChildTemplate", "numberCellChildTemplate", "customCellChildTemplate", "dateCellChildTemplate", "relativeDateCellChildTemplate", "cellChildTemplate", "translationKeyCellChildTemplate"], never, false, never>;
|
|
154
|
+
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; }; "paginator": { "alias": "paginator"; "required": false; }; "page": { "alias": "page"; "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; }; "customCellTemplate": { "alias": "customCellTemplate"; "required": false; }; "dateCellTemplate": { "alias": "dateCellTemplate"; "required": false; }; "relativeDateCellTemplate": { "alias": "relativeDateCellTemplate"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "translationKeyCellTemplate": { "alias": "translationKeyCellTemplate"; "required": false; }; "additionalActions": { "alias": "additionalActions"; "required": false; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; }; }, { "filtered": "filtered"; "sorted": "sorted"; "viewTableRow": "viewTableRow"; "editTableRow": "editTableRow"; "deleteTableRow": "deleteTableRow"; "selectionChanged": "selectionChanged"; "pageChanged": "pageChanged"; }, ["stringCellChildTemplate", "numberCellChildTemplate", "customCellChildTemplate", "dateCellChildTemplate", "relativeDateCellChildTemplate", "cellChildTemplate", "translationKeyCellChildTemplate"], never, false, never>;
|
|
155
155
|
}
|
|
@@ -109,7 +109,7 @@ export declare class DataViewComponent implements DoCheck, OnInit {
|
|
|
109
109
|
*/
|
|
110
110
|
tableRelativeDateCellChildTemplate: TemplateRef<any> | undefined;
|
|
111
111
|
relativeDateTableCellChildTemplate: TemplateRef<any> | undefined;
|
|
112
|
-
get
|
|
112
|
+
get _relativeDateTableCell(): TemplateRef<any> | undefined;
|
|
113
113
|
additionalActions: DataAction[];
|
|
114
114
|
filtered: EventEmitter<Filter[]>;
|
|
115
115
|
sorted: EventEmitter<Sort>;
|
|
@@ -139,5 +139,5 @@ export declare class DataViewComponent implements DoCheck, OnInit {
|
|
|
139
139
|
onRowSelectionChange(event: Row[]): void;
|
|
140
140
|
onPageChange(event: number): void;
|
|
141
141
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataViewComponent, 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>;
|
|
142
|
+
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; }; "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; }; "customTableCellTemplate": { "alias": "customTableCellTemplate"; "required": false; }; "dateTableCellTemplate": { "alias": "dateTableCellTemplate"; "required": false; }; "tableDateCellTemplate": { "alias": "tableDateCellTemplate"; "required": false; }; "tableCellTemplate": { "alias": "tableCellTemplate"; "required": false; }; "translationKeyTableCellTemplate": { "alias": "translationKeyTableCellTemplate"; "required": false; }; "tableTranslationKeyCellTemplate": { "alias": "tableTranslationKeyCellTemplate"; "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; }; "tableRelativeDateCellTemplate": { "alias": "tableRelativeDateCellTemplate"; "required": false; }; "additionalActions": { "alias": "additionalActions"; "required": false; }; }, { "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>;
|
|
143
143
|
}
|
|
@@ -17,7 +17,7 @@ export declare class DiagramComponent implements OnInit, OnChanges {
|
|
|
17
17
|
sumKey: string;
|
|
18
18
|
private _diagramType;
|
|
19
19
|
selectedDiagramType: DiagramLayouts | undefined;
|
|
20
|
-
chartType:
|
|
20
|
+
chartType: 'bar' | 'line' | 'scatter' | 'bubble' | 'pie' | 'doughnut' | 'polarArea' | 'radar' | undefined;
|
|
21
21
|
get diagramType(): DiagramType;
|
|
22
22
|
set diagramType(value: DiagramType);
|
|
23
23
|
private _supportedDiagramTypes;
|
|
@@ -39,5 +39,5 @@ export declare class DiagramComponent implements OnInit, OnChanges {
|
|
|
39
39
|
dataClicked(event: []): void;
|
|
40
40
|
onDiagramTypeChanged(event: any): void;
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<DiagramComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DiagramComponent, "ocx-diagram", never, { "data": "data"; "sumKey": "sumKey"; "diagramType": "diagramType"; "supportedDiagramTypes": "supportedDiagramTypes"; }, { "dataSelected": "dataSelected"; "diagramTypeChanged": "diagramTypeChanged"; }, never, never, false, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DiagramComponent, "ocx-diagram", never, { "data": { "alias": "data"; "required": false; }; "sumKey": { "alias": "sumKey"; "required": false; }; "diagramType": { "alias": "diagramType"; "required": false; }; "supportedDiagramTypes": { "alias": "supportedDiagramTypes"; "required": false; }; }, { "dataSelected": "dataSelected"; "diagramTypeChanged": "diagramTypeChanged"; }, never, never, false, never>;
|
|
43
43
|
}
|
|
@@ -35,5 +35,5 @@ export declare class GroupByCountDiagramComponent implements OnInit {
|
|
|
35
35
|
dataClicked(event: any): void;
|
|
36
36
|
onDiagramTypeChanged(newDiagramType: DiagramType): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<GroupByCountDiagramComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupByCountDiagramComponent, "ocx-group-by-count-diagram", never, { "sumKey": "sumKey"; "diagramType": "diagramType"; "type": "type"; "supportedDiagramTypes": "supportedDiagramTypes"; "data": "data"; "columnType": "columnType"; "columnField": "columnField"; "column": "column"; }, { "dataSelected": "dataSelected"; "diagramTypeChanged": "diagramTypeChanged"; }, never, never, false, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GroupByCountDiagramComponent, "ocx-group-by-count-diagram", never, { "sumKey": { "alias": "sumKey"; "required": false; }; "diagramType": { "alias": "diagramType"; "required": false; }; "type": { "alias": "type"; "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; }; }, { "dataSelected": "dataSelected"; "diagramTypeChanged": "diagramTypeChanged"; }, never, never, false, never>;
|
|
39
39
|
}
|
|
@@ -123,5 +123,5 @@ export declare class InteractiveDataViewComponent implements OnInit {
|
|
|
123
123
|
onRowSelectionChange(event: Row[]): void;
|
|
124
124
|
onPageChange(event: number): void;
|
|
125
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveDataViewComponent, 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>;
|
|
126
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveDataViewComponent, "ocx-interactive-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; }; "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; }; "page": { "alias": "page"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "displayedColumns": { "alias": "displayedColumns"; "required": false; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "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>;
|
|
127
127
|
}
|
|
@@ -110,5 +110,5 @@ export declare class PageHeaderComponent implements OnInit, OnChanges {
|
|
|
110
110
|
*/
|
|
111
111
|
private checkActionPermission;
|
|
112
112
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponent, never>;
|
|
113
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "ocx-page-header", never, { "header": "header"; "loading": "loading"; "figureBackground": "figureBackground"; "showFigure": "showFigure"; "figureImage": "figureImage"; "disableDefaultActions": "disableDefaultActions"; "subheader": "subheader"; "actions": "actions"; "objectDetails": "objectDetails"; "showBreadcrumbs": "showBreadcrumbs"; "manualBreadcrumbs": "manualBreadcrumbs"; "enableGridView": "enableGridView"; "gridLayoutDesktopColumns": "gridLayoutDesktopColumns"; }, { "save": "save"; }, ["additionalToolbarContent", "additionalToolbarContentLeft"], ["[figureImage]", "[toolbarItems]", "*"], false, never>;
|
|
113
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "ocx-page-header", never, { "header": { "alias": "header"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "figureBackground": { "alias": "figureBackground"; "required": false; }; "showFigure": { "alias": "showFigure"; "required": false; }; "figureImage": { "alias": "figureImage"; "required": false; }; "disableDefaultActions": { "alias": "disableDefaultActions"; "required": false; }; "subheader": { "alias": "subheader"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "objectDetails": { "alias": "objectDetails"; "required": false; }; "showBreadcrumbs": { "alias": "showBreadcrumbs"; "required": false; }; "manualBreadcrumbs": { "alias": "manualBreadcrumbs"; "required": false; }; "enableGridView": { "alias": "enableGridView"; "required": false; }; "gridLayoutDesktopColumns": { "alias": "gridLayoutDesktopColumns"; "required": false; }; }, { "save": "save"; }, ["additionalToolbarContent", "additionalToolbarContentLeft"], ["[figureImage]", "[toolbarItems]", "*"], false, never>;
|
|
114
114
|
}
|
|
@@ -12,5 +12,5 @@ export declare class SearchConfigComponent implements OnInit {
|
|
|
12
12
|
value: SearchConfigInfo;
|
|
13
13
|
}): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchConfigComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchConfigComponent, "ocx-search-config", never, { "searchConfigs": "searchConfigs"; "placeholderKey": "placeholderKey"; }, { "selectedSearchConfigChanged": "selectedSearchConfigChanged"; }, never, never, false, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchConfigComponent, "ocx-search-config", never, { "searchConfigs": { "alias": "searchConfigs"; "required": false; }; "placeholderKey": { "alias": "placeholderKey"; "required": false; }; }, { "selectedSearchConfigChanged": "selectedSearchConfigChanged"; }, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -42,5 +42,5 @@ export declare class SearchHeaderComponent implements AfterViewInit {
|
|
|
42
42
|
onSearchKeyup(event: any): void;
|
|
43
43
|
confirmSearchConfig(searchConfig: SearchConfigInfo): void;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchHeaderComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchHeaderComponent, "ocx-search-header", never, { "searchConfigs": "searchConfigs"; "header": "header"; "headline": "headline"; "subheader": "subheader"; "viewMode": "viewMode"; "manualBreadcrumbs": "manualBreadcrumbs"; "actions": "actions"; }, { "searched": "searched"; "resetted": "resetted"; "selectedSearchConfigChanged": "selectedSearchConfigChanged"; "viewModeChanged": "viewModeChanged"; }, ["additionalToolbarContent", "additionalToolbarContentLeft"], ["*"], false, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchHeaderComponent, "ocx-search-header", never, { "searchConfigs": { "alias": "searchConfigs"; "required": false; }; "header": { "alias": "header"; "required": false; }; "headline": { "alias": "headline"; "required": false; }; "subheader": { "alias": "subheader"; "required": false; }; "viewMode": { "alias": "viewMode"; "required": false; }; "manualBreadcrumbs": { "alias": "manualBreadcrumbs"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "searched": "searched"; "resetted": "resetted"; "selectedSearchConfigChanged": "selectedSearchConfigChanged"; "viewModeChanged": "viewModeChanged"; }, ["additionalToolbarContent", "additionalToolbarContentLeft"], ["*"], false, never>;
|
|
46
46
|
}
|
|
@@ -8,5 +8,5 @@ export declare class IfBreakpointDirective implements OnInit {
|
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
onResize(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IfBreakpointDirective, [null, { optional: true; }]>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IfBreakpointDirective, "[ocxIfBreakpoint]", never, { "breakpoint": "ocxIfBreakpoint"; }, {}, never, never, false, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IfBreakpointDirective, "[ocxIfBreakpoint]", never, { "breakpoint": { "alias": "ocxIfBreakpoint"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -1,11 +1,20 @@
|
|
|
1
|
-
import { ElementRef, OnInit, Renderer2, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { UserService } from '@onecx/angular-integration-interface';
|
|
1
|
+
import { ElementRef, InjectionToken, OnInit, Renderer2, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
export interface HasPermissionChecker {
|
|
4
|
+
hasPermission(permissionKey: string): boolean;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* This checker always returns true, basically disabling the permission system on the UI side
|
|
8
|
+
*/
|
|
9
|
+
export declare class AlwaysGrantPermissionChecker implements HasPermissionChecker {
|
|
10
|
+
hasPermission(_permissionKey: string): boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const HAS_PERMISSION_CHECKER: InjectionToken<HasPermissionChecker>;
|
|
4
13
|
export declare class IfPermissionDirective implements OnInit {
|
|
5
14
|
private renderer;
|
|
6
15
|
private el;
|
|
7
16
|
private viewContainer;
|
|
8
|
-
private
|
|
17
|
+
private permissionChecker;
|
|
9
18
|
private templateRef?;
|
|
10
19
|
permission: string | undefined;
|
|
11
20
|
set notPermission(value: string | undefined);
|
|
@@ -13,9 +22,9 @@ export declare class IfPermissionDirective implements OnInit {
|
|
|
13
22
|
ocxIfPermissionPermissions: string[] | undefined;
|
|
14
23
|
set ocxIfNotPermissionPermissions(value: string[] | undefined);
|
|
15
24
|
negate: boolean;
|
|
16
|
-
constructor(renderer: Renderer2, el: ElementRef, viewContainer: ViewContainerRef,
|
|
25
|
+
constructor(renderer: Renderer2, el: ElementRef, viewContainer: ViewContainerRef, permissionChecker: HasPermissionChecker, templateRef?: TemplateRef<any> | undefined);
|
|
17
26
|
ngOnInit(): void;
|
|
18
27
|
hasPermission(permission: string): boolean;
|
|
19
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<IfPermissionDirective, [null, null, null, null, { optional: true; }]>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IfPermissionDirective, "[ocxIfPermission], [ocxIfNotPermission]", never, { "permission": "ocxIfPermission"; "notPermission": "ocxIfNotPermission"; "onMissingPermission": "onMissingPermission"; "ocxIfPermissionPermissions": "ocxIfPermissionPermissions"; "ocxIfNotPermissionPermissions": "ocxIfNotPermissionPermissions"; }, {}, never, never, false, never>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IfPermissionDirective, "[ocxIfPermission], [ocxIfNotPermission]", never, { "permission": { "alias": "ocxIfPermission"; "required": false; }; "notPermission": { "alias": "ocxIfNotPermission"; "required": false; }; "onMissingPermission": { "alias": "onMissingPermission"; "required": false; }; "ocxIfPermissionPermissions": { "alias": "ocxIfPermissionPermissions"; "required": false; }; "ocxIfNotPermissionPermissions": { "alias": "ocxIfNotPermissionPermissions"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
30
|
}
|
|
@@ -10,5 +10,5 @@ export declare class SrcDirective {
|
|
|
10
10
|
set ocxSrc(value: string | undefined);
|
|
11
11
|
constructor(el: ElementRef, httpClient: HttpClient);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SrcDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SrcDirective, "[ocxSrc]", never, { "ocxSrc": "ocxSrc"; }, { "error": "error"; }, never, never, false, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SrcDirective, "[ocxSrc]", never, { "ocxSrc": { "alias": "ocxSrc"; "required": false; }; }, { "error": "error"; }, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -43,8 +43,8 @@ export interface BreadCrumbMenuItem {
|
|
|
43
43
|
};
|
|
44
44
|
tooltipOptions?: {
|
|
45
45
|
tooltipLabel?: string;
|
|
46
|
-
tooltipPosition?:
|
|
47
|
-
tooltipEvent?:
|
|
46
|
+
tooltipPosition?: 'right' | 'left' | 'top' | 'bottom';
|
|
47
|
+
tooltipEvent?: 'hover' | 'focus';
|
|
48
48
|
appendTo?: any;
|
|
49
49
|
positionStyle?: string;
|
|
50
50
|
tooltipStyleClass?: string;
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onecx/angular-accelerator",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
7
|
-
"@angular/cdk": "^
|
|
8
|
-
"@angular/forms": "^
|
|
9
|
-
"@angular/platform-browser": "^
|
|
10
|
-
"@angular/router": "^
|
|
11
|
-
"@ngx-translate/core": "^
|
|
12
|
-
"@ngneat/until-destroy": "^
|
|
5
|
+
"@angular/common": "^18.0.5",
|
|
6
|
+
"@angular/core": "^18.0.5",
|
|
7
|
+
"@angular/cdk": "^18.0.6",
|
|
8
|
+
"@angular/forms": "^18.0.5",
|
|
9
|
+
"@angular/platform-browser": "^18.0.5",
|
|
10
|
+
"@angular/router": "^18.0.5",
|
|
11
|
+
"@ngx-translate/core": "^15.0.0",
|
|
12
|
+
"@ngneat/until-destroy": "^10.0.0",
|
|
13
13
|
"@onecx/integration-interface": "^4",
|
|
14
14
|
"@onecx/angular-integration-interface": "^4",
|
|
15
|
-
"chart.js": "^4.4.
|
|
16
|
-
"d3-scale-chromatic": "^3.
|
|
17
|
-
"rxjs": "~7.8.
|
|
18
|
-
"primeng": "^
|
|
15
|
+
"chart.js": "^4.4.3",
|
|
16
|
+
"d3-scale-chromatic": "^3.1.0",
|
|
17
|
+
"rxjs": "~7.8.1",
|
|
18
|
+
"primeng": "^17.18.2"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"tslib": "^2.3.0"
|
|
@@ -24,32 +24,24 @@
|
|
|
24
24
|
".": {
|
|
25
25
|
"style": "./assets/styles.scss",
|
|
26
26
|
"types": "./index.d.ts",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"node": "./fesm2015/onecx-angular-accelerator.mjs",
|
|
31
|
-
"default": "./fesm2020/onecx-angular-accelerator.mjs"
|
|
27
|
+
"esm2022": "./esm2022/onecx-angular-accelerator.mjs",
|
|
28
|
+
"esm": "./esm2022/onecx-angular-accelerator.mjs",
|
|
29
|
+
"default": "./fesm2022/onecx-angular-accelerator.mjs"
|
|
32
30
|
},
|
|
33
31
|
"./package.json": {
|
|
34
32
|
"default": "./package.json"
|
|
35
33
|
},
|
|
36
34
|
"./testing": {
|
|
37
35
|
"types": "./testing/index.d.ts",
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"node": "./fesm2015/onecx-angular-accelerator-testing.mjs",
|
|
42
|
-
"default": "./fesm2020/onecx-angular-accelerator-testing.mjs"
|
|
36
|
+
"esm2022": "./esm2022/testing/onecx-angular-accelerator-testing.mjs",
|
|
37
|
+
"esm": "./esm2022/testing/onecx-angular-accelerator-testing.mjs",
|
|
38
|
+
"default": "./fesm2022/onecx-angular-accelerator-testing.mjs"
|
|
43
39
|
}
|
|
44
40
|
},
|
|
45
41
|
"publishConfig": {
|
|
46
42
|
"access": "public"
|
|
47
43
|
},
|
|
48
|
-
"module": "
|
|
49
|
-
"es2020": "fesm2020/onecx-angular-accelerator.mjs",
|
|
50
|
-
"esm2020": "esm2020/onecx-angular-accelerator.mjs",
|
|
51
|
-
"fesm2020": "fesm2020/onecx-angular-accelerator.mjs",
|
|
52
|
-
"fesm2015": "fesm2015/onecx-angular-accelerator.mjs",
|
|
44
|
+
"module": "fesm2022/onecx-angular-accelerator.mjs",
|
|
53
45
|
"typings": "index.d.ts",
|
|
54
46
|
"sideEffects": false
|
|
55
47
|
}
|
|
@@ -9,7 +9,7 @@ export declare class DataListGridHarness extends ContentContainerComponentHarnes
|
|
|
9
9
|
getPaginator: import("@onecx/angular-testing").AsyncFactoryFn<PPaginatorHarness>;
|
|
10
10
|
getMenuButton: import("@onecx/angular-testing").AsyncFactoryFn<TestElement>;
|
|
11
11
|
getActionButtons(actionButtonType: 'list' | 'grid' | 'grid-hidden'): Promise<TestElement[]>;
|
|
12
|
-
actionButtonIsDisabled(actionButton: TestElement, viewType: 'list' | 'grid'): Promise<
|
|
12
|
+
actionButtonIsDisabled(actionButton: TestElement, viewType: 'list' | 'grid'): Promise<boolean>;
|
|
13
13
|
hasAmountOfActionButtons(actionButtonType: 'list' | 'grid' | 'grid-hidden', amount: number): Promise<boolean>;
|
|
14
14
|
hasAmountOfDisabledActionButtons(viewType: 'list' | 'grid', amount: number): Promise<boolean>;
|
|
15
15
|
}
|
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { LOCALE_ID, NgModule } from '@angular/core';
|
|
3
|
-
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import { RouterModule } from '@angular/router';
|
|
5
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
6
|
-
import { UserService } from '@onecx/angular-integration-interface';
|
|
7
|
-
import { AngularAcceleratorPrimeNgModule } from './angular-accelerator-primeng.module';
|
|
8
|
-
import { ColumnGroupSelectionComponent } from './components/column-group-selection/column-group-selection.component';
|
|
9
|
-
import { CustomGroupColumnSelectorComponent } from './components/custom-group-column-selector/custom-group-column-selector.component';
|
|
10
|
-
import { DataLayoutSelectionComponent } from './components/data-layout-selection/data-layout-selection.component';
|
|
11
|
-
import { DataListGridSortingComponent } from './components/data-list-grid-sorting/data-list-grid-sorting.component';
|
|
12
|
-
import { DataListGridComponent } from './components/data-list-grid/data-list-grid.component';
|
|
13
|
-
import { DataTableComponent } from './components/data-table/data-table.component';
|
|
14
|
-
import { DataViewComponent } from './components/data-view/data-view.component';
|
|
15
|
-
import { DiagramComponent } from './components/diagram/diagram.component';
|
|
16
|
-
import { GroupByCountDiagramComponent } from './components/group-by-count-diagram/group-by-count-diagram.component';
|
|
17
|
-
import { InteractiveDataViewComponent } from './components/interactive-data-view/interactive-data-view.component';
|
|
18
|
-
import { PageHeaderComponent } from './components/page-header/page-header.component';
|
|
19
|
-
import { SearchConfigComponent } from './components/search-config/search-config.component';
|
|
20
|
-
import { SearchHeaderComponent } from './components/search-header/search-header.component';
|
|
21
|
-
import { AdvancedDirective } from './directives/advanced.directive';
|
|
22
|
-
import { IfBreakpointDirective } from './directives/if-breakpoint.directive';
|
|
23
|
-
import { IfPermissionDirective } from './directives/if-permission.directive';
|
|
24
|
-
import { SrcDirective } from './directives/src.directive';
|
|
25
|
-
import { DynamicPipe } from './pipes/dynamic.pipe';
|
|
26
|
-
import { OcxTimeAgoPipe } from './pipes/ocxtimeago.pipe';
|
|
27
|
-
import { AppConfigService } from './services/app-config-service';
|
|
28
|
-
import * as i0 from "@angular/core";
|
|
29
|
-
export class AngularAcceleratorMissingTranslationHandler {
|
|
30
|
-
handle(params) {
|
|
31
|
-
console.log(`Missing translation for ${params.key}`, params);
|
|
32
|
-
return params.key;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
export class AngularAcceleratorModule {
|
|
36
|
-
}
|
|
37
|
-
AngularAcceleratorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AngularAcceleratorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
38
|
-
AngularAcceleratorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AngularAcceleratorModule, declarations: [ColumnGroupSelectionComponent,
|
|
39
|
-
CustomGroupColumnSelectorComponent,
|
|
40
|
-
DataLayoutSelectionComponent,
|
|
41
|
-
DataListGridSortingComponent,
|
|
42
|
-
DataListGridComponent,
|
|
43
|
-
DataTableComponent,
|
|
44
|
-
DataViewComponent,
|
|
45
|
-
InteractiveDataViewComponent,
|
|
46
|
-
SearchConfigComponent,
|
|
47
|
-
PageHeaderComponent,
|
|
48
|
-
DynamicPipe,
|
|
49
|
-
SearchHeaderComponent,
|
|
50
|
-
DiagramComponent,
|
|
51
|
-
GroupByCountDiagramComponent,
|
|
52
|
-
IfPermissionDirective,
|
|
53
|
-
IfBreakpointDirective,
|
|
54
|
-
SrcDirective,
|
|
55
|
-
OcxTimeAgoPipe,
|
|
56
|
-
SrcDirective,
|
|
57
|
-
AdvancedDirective], imports: [CommonModule,
|
|
58
|
-
AngularAcceleratorPrimeNgModule,
|
|
59
|
-
TranslateModule,
|
|
60
|
-
FormsModule,
|
|
61
|
-
RouterModule,
|
|
62
|
-
ReactiveFormsModule], exports: [ColumnGroupSelectionComponent,
|
|
63
|
-
CustomGroupColumnSelectorComponent,
|
|
64
|
-
DataLayoutSelectionComponent,
|
|
65
|
-
DataListGridComponent,
|
|
66
|
-
DataTableComponent,
|
|
67
|
-
DataViewComponent,
|
|
68
|
-
InteractiveDataViewComponent,
|
|
69
|
-
SearchConfigComponent,
|
|
70
|
-
PageHeaderComponent,
|
|
71
|
-
SearchHeaderComponent,
|
|
72
|
-
DiagramComponent,
|
|
73
|
-
GroupByCountDiagramComponent,
|
|
74
|
-
IfPermissionDirective,
|
|
75
|
-
IfBreakpointDirective,
|
|
76
|
-
SrcDirective,
|
|
77
|
-
OcxTimeAgoPipe,
|
|
78
|
-
SrcDirective,
|
|
79
|
-
AdvancedDirective] });
|
|
80
|
-
AngularAcceleratorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AngularAcceleratorModule, providers: [
|
|
81
|
-
{
|
|
82
|
-
provide: LOCALE_ID,
|
|
83
|
-
useFactory: (UserService) => {
|
|
84
|
-
return UserService.lang$.getValue();
|
|
85
|
-
},
|
|
86
|
-
deps: [UserService],
|
|
87
|
-
},
|
|
88
|
-
AppConfigService,
|
|
89
|
-
], imports: [CommonModule,
|
|
90
|
-
AngularAcceleratorPrimeNgModule,
|
|
91
|
-
TranslateModule,
|
|
92
|
-
FormsModule,
|
|
93
|
-
RouterModule,
|
|
94
|
-
ReactiveFormsModule] });
|
|
95
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AngularAcceleratorModule, decorators: [{
|
|
96
|
-
type: NgModule,
|
|
97
|
-
args: [{
|
|
98
|
-
imports: [
|
|
99
|
-
CommonModule,
|
|
100
|
-
AngularAcceleratorPrimeNgModule,
|
|
101
|
-
TranslateModule,
|
|
102
|
-
FormsModule,
|
|
103
|
-
RouterModule,
|
|
104
|
-
ReactiveFormsModule,
|
|
105
|
-
],
|
|
106
|
-
declarations: [
|
|
107
|
-
ColumnGroupSelectionComponent,
|
|
108
|
-
CustomGroupColumnSelectorComponent,
|
|
109
|
-
DataLayoutSelectionComponent,
|
|
110
|
-
DataListGridSortingComponent,
|
|
111
|
-
DataListGridComponent,
|
|
112
|
-
DataTableComponent,
|
|
113
|
-
DataViewComponent,
|
|
114
|
-
InteractiveDataViewComponent,
|
|
115
|
-
SearchConfigComponent,
|
|
116
|
-
PageHeaderComponent,
|
|
117
|
-
DynamicPipe,
|
|
118
|
-
SearchHeaderComponent,
|
|
119
|
-
DiagramComponent,
|
|
120
|
-
GroupByCountDiagramComponent,
|
|
121
|
-
IfPermissionDirective,
|
|
122
|
-
IfBreakpointDirective,
|
|
123
|
-
SrcDirective,
|
|
124
|
-
OcxTimeAgoPipe,
|
|
125
|
-
SrcDirective,
|
|
126
|
-
AdvancedDirective,
|
|
127
|
-
],
|
|
128
|
-
providers: [
|
|
129
|
-
{
|
|
130
|
-
provide: LOCALE_ID,
|
|
131
|
-
useFactory: (UserService) => {
|
|
132
|
-
return UserService.lang$.getValue();
|
|
133
|
-
},
|
|
134
|
-
deps: [UserService],
|
|
135
|
-
},
|
|
136
|
-
AppConfigService,
|
|
137
|
-
],
|
|
138
|
-
exports: [
|
|
139
|
-
ColumnGroupSelectionComponent,
|
|
140
|
-
CustomGroupColumnSelectorComponent,
|
|
141
|
-
DataLayoutSelectionComponent,
|
|
142
|
-
DataListGridComponent,
|
|
143
|
-
DataTableComponent,
|
|
144
|
-
DataViewComponent,
|
|
145
|
-
InteractiveDataViewComponent,
|
|
146
|
-
SearchConfigComponent,
|
|
147
|
-
PageHeaderComponent,
|
|
148
|
-
SearchHeaderComponent,
|
|
149
|
-
DiagramComponent,
|
|
150
|
-
GroupByCountDiagramComponent,
|
|
151
|
-
IfPermissionDirective,
|
|
152
|
-
IfBreakpointDirective,
|
|
153
|
-
SrcDirective,
|
|
154
|
-
OcxTimeAgoPipe,
|
|
155
|
-
SrcDirective,
|
|
156
|
-
AdvancedDirective,
|
|
157
|
-
],
|
|
158
|
-
}]
|
|
159
|
-
}] });
|
|
160
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ndWxhci1hY2NlbGVyYXRvci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXItYWNjZWxlcmF0b3Ivc3JjL2xpYi9hbmd1bGFyLWFjY2VsZXJhdG9yLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDOUMsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFDbkQsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBQ2pFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUM5QyxPQUFPLEVBQThELGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFBO0FBRWpILE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQTtBQUVsRSxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQTtBQUN0RixPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxzRUFBc0UsQ0FBQTtBQUNwSCxPQUFPLEVBQUUsa0NBQWtDLEVBQUUsTUFBTSxrRkFBa0YsQ0FBQTtBQUNySSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxvRUFBb0UsQ0FBQTtBQUNqSCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxzRUFBc0UsQ0FBQTtBQUNuSCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxzREFBc0QsQ0FBQTtBQUM1RixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQTtBQUNqRixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQTtBQUM5RSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQTtBQUN6RSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxzRUFBc0UsQ0FBQTtBQUNuSCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxvRUFBb0UsQ0FBQTtBQUNqSCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQTtBQUNwRixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxvREFBb0QsQ0FBQTtBQUMxRixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxvREFBb0QsQ0FBQTtBQUMxRixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQTtBQUNuRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQTtBQUM1RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQTtBQUM1RSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sNEJBQTRCLENBQUE7QUFDekQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLHNCQUFzQixDQUFBO0FBQ2xELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQTtBQUN4RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQTs7QUFFaEUsTUFBTSxPQUFPLDJDQUEyQztJQUN0RCxNQUFNLENBQUMsTUFBdUM7UUFDNUMsT0FBTyxDQUFDLEdBQUcsQ0FBQywyQkFBMkIsTUFBTSxDQUFDLEdBQUcsRUFBRSxFQUFFLE1BQU0sQ0FBQyxDQUFBO1FBQzVELE9BQU8sTUFBTSxDQUFDLEdBQUcsQ0FBQTtJQUNuQixDQUFDO0NBQ0Y7QUFnRUQsTUFBTSxPQUFPLHdCQUF3Qjs7c0hBQXhCLHdCQUF3Qjt1SEFBeEIsd0JBQXdCLGlCQXBEakMsNkJBQTZCO1FBQzdCLGtDQUFrQztRQUNsQyw0QkFBNEI7UUFDNUIsNEJBQTRCO1FBQzVCLHFCQUFxQjtRQUNyQixrQkFBa0I7UUFDbEIsaUJBQWlCO1FBQ2pCLDRCQUE0QjtRQUM1QixxQkFBcUI7UUFDckIsbUJBQW1CO1FBQ25CLFdBQVc7UUFDWCxxQkFBcUI7UUFDckIsZ0JBQWdCO1FBQ2hCLDRCQUE0QjtRQUM1QixxQkFBcUI7UUFDckIscUJBQXFCO1FBQ3JCLFlBQVk7UUFDWixjQUFjO1FBQ2QsWUFBWTtRQUNaLGlCQUFpQixhQTNCakIsWUFBWTtRQUNaLCtCQUErQjtRQUMvQixlQUFlO1FBQ2YsV0FBVztRQUNYLFlBQVk7UUFDWixtQkFBbUIsYUFtQ25CLDZCQUE2QjtRQUM3QixrQ0FBa0M7UUFDbEMsNEJBQTRCO1FBQzVCLHFCQUFxQjtRQUNyQixrQkFBa0I7UUFDbEIsaUJBQWlCO1FBQ2pCLDRCQUE0QjtRQUM1QixxQkFBcUI7UUFDckIsbUJBQW1CO1FBQ25CLHFCQUFxQjtRQUNyQixnQkFBZ0I7UUFDaEIsNEJBQTRCO1FBQzVCLHFCQUFxQjtRQUNyQixxQkFBcUI7UUFDckIsWUFBWTtRQUNaLGNBQWM7UUFDZCxZQUFZO1FBQ1osaUJBQWlCO3VIQUdSLHdCQUF3QixhQS9CeEI7UUFDVDtZQUNFLE9BQU8sRUFBRSxTQUFTO1lBQ2xCLFVBQVUsRUFBRSxDQUFDLFdBQXdCLEVBQUUsRUFBRTtnQkFDdkMsT0FBTyxXQUFXLENBQUMsS0FBSyxDQUFDLFFBQVEsRUFBRSxDQUFBO1lBQ3JDLENBQUM7WUFDRCxJQUFJLEVBQUUsQ0FBQyxXQUFXLENBQUM7U0FDcEI7UUFDRCxnQkFBZ0I7S0FDakIsWUF0Q0MsWUFBWTtRQUNaLCtCQUErQjtRQUMvQixlQUFlO1FBQ2YsV0FBVztRQUNYLFlBQVk7UUFDWixtQkFBbUI7NEZBdURWLHdCQUF3QjtrQkE5RHBDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osK0JBQStCO3dCQUMvQixlQUFlO3dCQUNmLFdBQVc7d0JBQ1gsWUFBWTt3QkFDWixtQkFBbUI7cUJBQ3BCO29CQUNELFlBQVksRUFBRTt3QkFDWiw2QkFBNkI7d0JBQzdCLGtDQUFrQzt3QkFDbEMsNEJBQTRCO3dCQUM1Qiw0QkFBNEI7d0JBQzVCLHFCQUFxQjt3QkFDckIsa0JBQWtCO3dCQUNsQixpQkFBaUI7d0JBQ2pCLDRCQUE0Qjt3QkFDNUIscUJBQXFCO3dCQUNyQixtQkFBbUI7d0JBQ25CLFdBQVc7d0JBQ1gscUJBQXFCO3dCQUNyQixnQkFBZ0I7d0JBQ2hCLDRCQUE0Qjt3QkFDNUIscUJBQXFCO3dCQUNyQixxQkFBcUI7d0JBQ3JCLFlBQVk7d0JBQ1osY0FBYzt3QkFDZCxZQUFZO3dCQUNaLGlCQUFpQjtxQkFDbEI7b0JBQ0QsU0FBUyxFQUFFO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxTQUFTOzRCQUNsQixVQUFVLEVBQUUsQ0FBQyxXQUF3QixFQUFFLEVBQUU7Z0NBQ3ZDLE9BQU8sV0FBVyxDQUFDLEtBQUssQ0FBQyxRQUFRLEVBQUUsQ0FBQTs0QkFDckMsQ0FBQzs0QkFDRCxJQUFJLEVBQUUsQ0FBQyxXQUFXLENBQUM7eUJBQ3BCO3dCQUNELGdCQUFnQjtxQkFDakI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDZCQUE2Qjt3QkFDN0Isa0NBQWtDO3dCQUNsQyw0QkFBNEI7d0JBQzVCLHFCQUFxQjt3QkFDckIsa0JBQWtCO3dCQUNsQixpQkFBaUI7d0JBQ2pCLDRCQUE0Qjt3QkFDNUIscUJBQXFCO3dCQUNyQixtQkFBbUI7d0JBQ25CLHFCQUFxQjt3QkFDckIsZ0JBQWdCO3dCQUNoQiw0QkFBNEI7d0JBQzVCLHFCQUFxQjt3QkFDckIscUJBQXFCO3dCQUNyQixZQUFZO3dCQUNaLGNBQWM7d0JBQ2QsWUFBWTt3QkFDWixpQkFBaUI7cUJBQ2xCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJ1xuaW1wb3J0IHsgTE9DQUxFX0lELCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJ1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJ1xuaW1wb3J0IHsgTWlzc2luZ1RyYW5zbGF0aW9uSGFuZGxlciwgTWlzc2luZ1RyYW5zbGF0aW9uSGFuZGxlclBhcmFtcywgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSdcblxuaW1wb3J0IHsgVXNlclNlcnZpY2UgfSBmcm9tICdAb25lY3gvYW5ndWxhci1pbnRlZ3JhdGlvbi1pbnRlcmZhY2UnXG5cbmltcG9ydCB7IEFuZ3VsYXJBY2NlbGVyYXRvclByaW1lTmdNb2R1bGUgfSBmcm9tICcuL2FuZ3VsYXItYWNjZWxlcmF0b3ItcHJpbWVuZy5tb2R1bGUnXG5pbXBvcnQgeyBDb2x1bW5Hcm91cFNlbGVjdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jb2x1bW4tZ3JvdXAtc2VsZWN0aW9uL2NvbHVtbi1ncm91cC1zZWxlY3Rpb24uY29tcG9uZW50J1xuaW1wb3J0IHsgQ3VzdG9tR3JvdXBDb2x1bW5TZWxlY3RvckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jdXN0b20tZ3JvdXAtY29sdW1uLXNlbGVjdG9yL2N1c3RvbS1ncm91cC1jb2x1bW4tc2VsZWN0b3IuY29tcG9uZW50J1xuaW1wb3J0IHsgRGF0YUxheW91dFNlbGVjdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9kYXRhLWxheW91dC1zZWxlY3Rpb24vZGF0YS1sYXlvdXQtc2VsZWN0aW9uLmNvbXBvbmVudCdcbmltcG9ydCB7IERhdGFMaXN0R3JpZFNvcnRpbmdDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvZGF0YS1saXN0LWdyaWQtc29ydGluZy9kYXRhLWxpc3QtZ3JpZC1zb3J0aW5nLmNvbXBvbmVudCdcbmltcG9ydCB7IERhdGFMaXN0R3JpZENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9kYXRhLWxpc3QtZ3JpZC9kYXRhLWxpc3QtZ3JpZC5jb21wb25lbnQnXG5pbXBvcnQgeyBEYXRhVGFibGVDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvZGF0YS10YWJsZS9kYXRhLXRhYmxlLmNvbXBvbmVudCdcbmltcG9ydCB7IERhdGFWaWV3Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2RhdGEtdmlldy9kYXRhLXZpZXcuY29tcG9uZW50J1xuaW1wb3J0IHsgRGlhZ3JhbUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9kaWFncmFtL2RpYWdyYW0uY29tcG9uZW50J1xuaW1wb3J0IHsgR3JvdXBCeUNvdW50RGlhZ3JhbUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9ncm91cC1ieS1jb3VudC1kaWFncmFtL2dyb3VwLWJ5LWNvdW50LWRpYWdyYW0uY29tcG9uZW50J1xuaW1wb3J0IHsgSW50ZXJhY3RpdmVEYXRhVmlld0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9pbnRlcmFjdGl2ZS1kYXRhLXZpZXcvaW50ZXJhY3RpdmUtZGF0YS12aWV3LmNvbXBvbmVudCdcbmltcG9ydCB7IFBhZ2VIZWFkZXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvcGFnZS1oZWFkZXIvcGFnZS1oZWFkZXIuY29tcG9uZW50J1xuaW1wb3J0IHsgU2VhcmNoQ29uZmlnQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3NlYXJjaC1jb25maWcvc2VhcmNoLWNvbmZpZy5jb21wb25lbnQnXG5pbXBvcnQgeyBTZWFyY2hIZWFkZXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvc2VhcmNoLWhlYWRlci9zZWFyY2gtaGVhZGVyLmNvbXBvbmVudCdcbmltcG9ydCB7IEFkdmFuY2VkRGlyZWN0aXZlIH0gZnJvbSAnLi9kaXJlY3RpdmVzL2FkdmFuY2VkLmRpcmVjdGl2ZSdcbmltcG9ydCB7IElmQnJlYWtwb2ludERpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlcy9pZi1icmVha3BvaW50LmRpcmVjdGl2ZSdcbmltcG9ydCB7IElmUGVybWlzc2lvbkRpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlcy9pZi1wZXJtaXNzaW9uLmRpcmVjdGl2ZSdcbmltcG9ydCB7IFNyY0RpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlcy9zcmMuZGlyZWN0aXZlJ1xuaW1wb3J0IHsgRHluYW1pY1BpcGUgfSBmcm9tICcuL3BpcGVzL2R5bmFtaWMucGlwZSdcbmltcG9ydCB7IE9jeFRpbWVBZ29QaXBlIH0gZnJvbSAnLi9waXBlcy9vY3h0aW1lYWdvLnBpcGUnXG5pbXBvcnQgeyBBcHBDb25maWdTZXJ2aWNlIH0gZnJvbSAnLi9zZXJ2aWNlcy9hcHAtY29uZmlnLXNlcnZpY2UnXG5cbmV4cG9ydCBjbGFzcyBBbmd1bGFyQWNjZWxlcmF0b3JNaXNzaW5nVHJhbnNsYXRpb25IYW5kbGVyIGltcGxlbWVudHMgTWlzc2luZ1RyYW5zbGF0aW9uSGFuZGxlciB7XG4gIGhhbmRsZShwYXJhbXM6IE1pc3NpbmdUcmFuc2xhdGlvbkhhbmRsZXJQYXJhbXMpIHtcbiAgICBjb25zb2xlLmxvZyhgTWlzc2luZyB0cmFuc2xhdGlvbiBmb3IgJHtwYXJhbXMua2V5fWAsIHBhcmFtcylcbiAgICByZXR1cm4gcGFyYW1zLmtleVxuICB9XG59XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgQW5ndWxhckFjY2VsZXJhdG9yUHJpbWVOZ01vZHVsZSxcbiAgICBUcmFuc2xhdGVNb2R1bGUsXG4gICAgRm9ybXNNb2R1bGUsXG4gICAgUm91dGVyTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIENvbHVtbkdyb3VwU2VsZWN0aW9uQ29tcG9uZW50LFxuICAgIEN1c3RvbUdyb3VwQ29sdW1uU2VsZWN0b3JDb21wb25lbnQsXG4gICAgRGF0YUxheW91dFNlbGVjdGlvbkNvbXBvbmVudCxcbiAgICBEYXRhTGlzdEdyaWRTb3J0aW5nQ29tcG9uZW50LFxuICAgIERhdGFMaXN0R3JpZENvbXBvbmVudCxcbiAgICBEYXRhVGFibGVDb21wb25lbnQsXG4gICAgRGF0YVZpZXdDb21wb25lbnQsXG4gICAgSW50ZXJhY3RpdmVEYXRhVmlld0NvbXBvbmVudCxcbiAgICBTZWFyY2hDb25maWdDb21wb25lbnQsXG4gICAgUGFnZUhlYWRlckNvbXBvbmVudCxcbiAgICBEeW5hbWljUGlwZSxcbiAgICBTZWFyY2hIZWFkZXJDb21wb25lbnQsXG4gICAgRGlhZ3JhbUNvbXBvbmVudCxcbiAgICBHcm91cEJ5Q291bnREaWFncmFtQ29tcG9uZW50LFxuICAgIElmUGVybWlzc2lvbkRpcmVjdGl2ZSxcbiAgICBJZkJyZWFrcG9pbnREaXJlY3RpdmUsXG4gICAgU3JjRGlyZWN0aXZlLFxuICAgIE9jeFRpbWVBZ29QaXBlLFxuICAgIFNyY0RpcmVjdGl2ZSxcbiAgICBBZHZhbmNlZERpcmVjdGl2ZSxcbiAgXSxcbiAgcHJvdmlkZXJzOiBbXG4gICAge1xuICAgICAgcHJvdmlkZTogTE9DQUxFX0lELFxuICAgICAgdXNlRmFjdG9yeTogKFVzZXJTZXJ2aWNlOiBVc2VyU2VydmljZSkgPT4ge1xuICAgICAgICByZXR1cm4gVXNlclNlcnZpY2UubGFuZyQuZ2V0VmFsdWUoKVxuICAgICAgfSxcbiAgICAgIGRlcHM6IFtVc2VyU2VydmljZV0sXG4gICAgfSxcbiAgICBBcHBDb25maWdTZXJ2aWNlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQ29sdW1uR3JvdXBTZWxlY3Rpb25Db21wb25lbnQsXG4gICAgQ3VzdG9tR3JvdXBDb2x1bW5TZWxlY3RvckNvbXBvbmVudCxcbiAgICBEYXRhTGF5b3V0U2VsZWN0aW9uQ29tcG9uZW50LFxuICAgIERhdGFMaXN0R3JpZENvbXBvbmVudCxcbiAgICBEYXRhVGFibGVDb21wb25lbnQsXG4gICAgRGF0YVZpZXdDb21wb25lbnQsXG4gICAgSW50ZXJhY3RpdmVEYXRhVmlld0NvbXBvbmVudCxcbiAgICBTZWFyY2hDb25maWdDb21wb25lbnQsXG4gICAgUGFnZUhlYWRlckNvbXBvbmVudCxcbiAgICBTZWFyY2hIZWFkZXJDb21wb25lbnQsXG4gICAgRGlhZ3JhbUNvbXBvbmVudCxcbiAgICBHcm91cEJ5Q291bnREaWFncmFtQ29tcG9uZW50LFxuICAgIElmUGVybWlzc2lvbkRpcmVjdGl2ZSxcbiAgICBJZkJyZWFrcG9pbnREaXJlY3RpdmUsXG4gICAgU3JjRGlyZWN0aXZlLFxuICAgIE9jeFRpbWVBZ29QaXBlLFxuICAgIFNyY0RpcmVjdGl2ZSxcbiAgICBBZHZhbmNlZERpcmVjdGl2ZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQW5ndWxhckFjY2VsZXJhdG9yTW9kdWxlIHt9XG4iXX0=
|