@onecx/angular-accelerator 5.12.2 → 5.14.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/assets/i18n/de.json +148 -132
- package/assets/i18n/en.json +148 -132
- package/esm2022/index.mjs +2 -1
- package/esm2022/lib/angular-accelerator-primeng.module.mjs +12 -5
- package/esm2022/lib/angular-accelerator.module.mjs +12 -7
- package/esm2022/lib/components/column-group-selection/column-group-selection.component.mjs +8 -7
- package/esm2022/lib/components/custom-group-column-selector/custom-group-column-selector.component.mjs +49 -12
- package/esm2022/lib/components/data-layout-selection/data-layout-selection.component.mjs +28 -10
- package/esm2022/lib/components/data-list-grid/data-list-grid.component.mjs +13 -12
- package/esm2022/lib/components/data-list-grid-sorting/data-list-grid-sorting.component.mjs +16 -15
- package/esm2022/lib/components/data-loading-error/data-loading-error.component.mjs +28 -0
- package/esm2022/lib/components/data-table/data-table.component.mjs +6 -6
- package/esm2022/lib/components/data-view/data-view.component.mjs +3 -3
- package/esm2022/lib/components/diagram/diagram.component.mjs +31 -14
- package/esm2022/lib/components/group-by-count-diagram/group-by-count-diagram.component.mjs +3 -3
- package/esm2022/lib/components/interactive-data-view/interactive-data-view.component.mjs +3 -3
- package/esm2022/lib/components/page-header/page-header.component.mjs +10 -6
- package/esm2022/lib/components/search-config/search-config.component.mjs +3 -3
- package/esm2022/lib/components/search-header/search-header.component.mjs +10 -9
- package/esm2022/lib/directives/advanced.directive.mjs +3 -3
- package/esm2022/lib/directives/if-breakpoint.directive.mjs +3 -3
- package/esm2022/lib/directives/if-permission.directive.mjs +3 -3
- package/esm2022/lib/directives/src.directive.mjs +3 -3
- package/esm2022/lib/directives/tooltipOnOverflow.directive.mjs +3 -3
- package/esm2022/lib/pipes/dynamic.pipe.mjs +3 -3
- package/esm2022/lib/pipes/ocxtimeago.pipe.mjs +3 -3
- package/esm2022/lib/services/app-config-service.mjs +3 -3
- package/esm2022/lib/services/breadcrumb.service.mjs +3 -3
- package/esm2022/lib/services/translation-cache.service.mjs +3 -3
- package/esm2022/lib/utils/dateutils.mjs +3 -3
- package/esm2022/testing/custom-group-column-selector.harness.mjs +2 -2
- package/esm2022/testing/data-layout-selection.harness.mjs +6 -7
- package/fesm2022/onecx-angular-accelerator-testing.mjs +6 -7
- package/fesm2022/onecx-angular-accelerator-testing.mjs.map +1 -1
- package/fesm2022/onecx-angular-accelerator.mjs +231 -120
- package/fesm2022/onecx-angular-accelerator.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/angular-accelerator-primeng.module.d.ts +3 -2
- package/lib/angular-accelerator.module.d.ts +13 -12
- package/lib/components/custom-group-column-selector/custom-group-column-selector.component.d.ts +13 -1
- package/lib/components/data-layout-selection/data-layout-selection.component.d.ts +5 -2
- package/lib/components/data-list-grid-sorting/data-list-grid-sorting.component.d.ts +2 -2
- package/lib/components/data-loading-error/data-loading-error.component.d.ts +8 -0
- package/lib/components/data-table/data-table.component.d.ts +1 -1
- package/lib/components/diagram/diagram.component.d.ts +7 -2
- package/lib/components/page-header/page-header.component.d.ts +4 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export * from './lib/components/interactive-data-view/interactive-data-view.comp
|
|
|
16
16
|
export * from './lib/components/page-header/page-header.component';
|
|
17
17
|
export * from './lib/components/search-config/search-config.component';
|
|
18
18
|
export * from './lib/components/search-header/search-header.component';
|
|
19
|
+
export * from './lib/components/data-loading-error/data-loading-error.component';
|
|
19
20
|
export * from './lib/services/breadcrumb.service';
|
|
20
21
|
export * from './lib/services/translation-cache.service';
|
|
21
22
|
export * from './lib/services/app-config-service';
|
|
@@ -13,9 +13,10 @@ import * as i11 from "primeng/chart";
|
|
|
13
13
|
import * as i12 from "primeng/multiselect";
|
|
14
14
|
import * as i13 from "primeng/skeleton";
|
|
15
15
|
import * as i14 from "primeng/message";
|
|
16
|
-
import * as i15 from "primeng/
|
|
16
|
+
import * as i15 from "primeng/floatlabel";
|
|
17
|
+
import * as i16 from "primeng/api";
|
|
17
18
|
export declare class AngularAcceleratorPrimeNgModule {
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AngularAcceleratorPrimeNgModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AngularAcceleratorPrimeNgModule, never, [typeof i1.BreadcrumbModule, typeof i2.CheckboxModule, typeof i3.DropdownModule, typeof i4.ButtonModule, typeof i5.DialogModule, typeof i6.PickListModule, typeof i7.SelectButtonModule, typeof i8.DataViewModule, typeof i9.TableModule, typeof i10.MenuModule, typeof i11.ChartModule, typeof i12.MultiSelectModule, typeof i13.SkeletonModule, typeof i14.MessageModule, typeof i15.SharedModule], [typeof i1.BreadcrumbModule, typeof i2.CheckboxModule, typeof i3.DropdownModule, typeof i4.ButtonModule, typeof i5.DialogModule, typeof i6.PickListModule, typeof i7.SelectButtonModule, typeof i8.DataViewModule, typeof i9.TableModule, typeof i10.MenuModule, typeof i11.ChartModule, typeof i12.MultiSelectModule, typeof i13.SkeletonModule, typeof i14.MessageModule, typeof i15.SharedModule]>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AngularAcceleratorPrimeNgModule, never, [typeof i1.BreadcrumbModule, typeof i2.CheckboxModule, typeof i3.DropdownModule, typeof i4.ButtonModule, typeof i5.DialogModule, typeof i6.PickListModule, typeof i7.SelectButtonModule, typeof i8.DataViewModule, typeof i9.TableModule, typeof i10.MenuModule, typeof i11.ChartModule, typeof i12.MultiSelectModule, typeof i13.SkeletonModule, typeof i14.MessageModule, typeof i15.FloatLabelModule, typeof i16.SharedModule], [typeof i1.BreadcrumbModule, typeof i2.CheckboxModule, typeof i3.DropdownModule, typeof i4.ButtonModule, typeof i5.DialogModule, typeof i6.PickListModule, typeof i7.SelectButtonModule, typeof i8.DataViewModule, typeof i9.TableModule, typeof i10.MenuModule, typeof i11.ChartModule, typeof i12.MultiSelectModule, typeof i13.SkeletonModule, typeof i14.MessageModule, typeof i15.FloatLabelModule, typeof i16.SharedModule]>;
|
|
20
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<AngularAcceleratorPrimeNgModule>;
|
|
21
22
|
}
|
|
@@ -14,22 +14,23 @@ import * as i11 from "./pipes/dynamic.pipe";
|
|
|
14
14
|
import * as i12 from "./components/search-header/search-header.component";
|
|
15
15
|
import * as i13 from "./components/diagram/diagram.component";
|
|
16
16
|
import * as i14 from "./components/group-by-count-diagram/group-by-count-diagram.component";
|
|
17
|
-
import * as i15 from "./
|
|
18
|
-
import * as i16 from "./directives/if-
|
|
19
|
-
import * as i17 from "./directives/
|
|
20
|
-
import * as i18 from "./
|
|
21
|
-
import * as i19 from "./
|
|
22
|
-
import * as i20 from "./directives/
|
|
23
|
-
import * as i21 from "
|
|
24
|
-
import * as i22 from "
|
|
25
|
-
import * as i23 from "
|
|
26
|
-
import * as i24 from "@
|
|
27
|
-
import * as i25 from "@angular/
|
|
17
|
+
import * as i15 from "./components/data-loading-error/data-loading-error.component";
|
|
18
|
+
import * as i16 from "./directives/if-permission.directive";
|
|
19
|
+
import * as i17 from "./directives/if-breakpoint.directive";
|
|
20
|
+
import * as i18 from "./directives/src.directive";
|
|
21
|
+
import * as i19 from "./pipes/ocxtimeago.pipe";
|
|
22
|
+
import * as i20 from "./directives/advanced.directive";
|
|
23
|
+
import * as i21 from "./directives/tooltipOnOverflow.directive";
|
|
24
|
+
import * as i22 from "@angular/common";
|
|
25
|
+
import * as i23 from "./angular-accelerator-primeng.module";
|
|
26
|
+
import * as i24 from "@ngx-translate/core";
|
|
27
|
+
import * as i25 from "@angular/forms";
|
|
28
|
+
import * as i26 from "@angular/router";
|
|
28
29
|
export declare class AngularAcceleratorMissingTranslationHandler implements MissingTranslationHandler {
|
|
29
30
|
handle(params: MissingTranslationHandlerParams): string;
|
|
30
31
|
}
|
|
31
32
|
export declare class AngularAcceleratorModule {
|
|
32
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<AngularAcceleratorModule, never>;
|
|
33
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AngularAcceleratorModule, [typeof i1.ColumnGroupSelectionComponent, typeof i2.CustomGroupColumnSelectorComponent, typeof i3.DataLayoutSelectionComponent, typeof i4.DataListGridSortingComponent, typeof i5.DataListGridComponent, typeof i6.DataTableComponent, typeof i7.DataViewComponent, typeof i8.InteractiveDataViewComponent, typeof i9.SearchConfigComponent, typeof i10.PageHeaderComponent, typeof i11.DynamicPipe, typeof i12.SearchHeaderComponent, typeof i13.DiagramComponent, typeof i14.GroupByCountDiagramComponent, typeof i15.
|
|
34
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AngularAcceleratorModule, [typeof i1.ColumnGroupSelectionComponent, typeof i2.CustomGroupColumnSelectorComponent, typeof i3.DataLayoutSelectionComponent, typeof i4.DataListGridSortingComponent, typeof i5.DataListGridComponent, typeof i6.DataTableComponent, typeof i7.DataViewComponent, typeof i8.InteractiveDataViewComponent, typeof i9.SearchConfigComponent, typeof i10.PageHeaderComponent, typeof i11.DynamicPipe, typeof i12.SearchHeaderComponent, typeof i13.DiagramComponent, typeof i14.GroupByCountDiagramComponent, typeof i15.DataLoadingErrorComponent, typeof i16.IfPermissionDirective, typeof i17.IfBreakpointDirective, typeof i18.SrcDirective, typeof i19.OcxTimeAgoPipe, typeof i20.AdvancedDirective, typeof i21.TooltipOnOverflowDirective], [typeof i22.CommonModule, typeof i23.AngularAcceleratorPrimeNgModule, typeof i24.TranslateModule, typeof i25.FormsModule, typeof i26.RouterModule, typeof i25.ReactiveFormsModule], [typeof i1.ColumnGroupSelectionComponent, typeof i2.CustomGroupColumnSelectorComponent, typeof i3.DataLayoutSelectionComponent, typeof i5.DataListGridComponent, typeof i6.DataTableComponent, typeof i7.DataViewComponent, typeof i8.InteractiveDataViewComponent, typeof i9.SearchConfigComponent, typeof i10.PageHeaderComponent, typeof i12.SearchHeaderComponent, typeof i13.DiagramComponent, typeof i14.GroupByCountDiagramComponent, typeof i15.DataLoadingErrorComponent, typeof i16.IfPermissionDirective, typeof i17.IfBreakpointDirective, typeof i18.SrcDirective, typeof i19.OcxTimeAgoPipe, typeof i20.AdvancedDirective, typeof i21.TooltipOnOverflowDirective]>;
|
|
34
35
|
static ɵinj: i0.ɵɵInjectorDeclaration<AngularAcceleratorModule>;
|
|
35
36
|
}
|
package/lib/components/custom-group-column-selector/custom-group-column-selector.component.d.ts
CHANGED
|
@@ -22,11 +22,23 @@ export declare class CustomGroupColumnSelectorComponent implements OnInit {
|
|
|
22
22
|
columns: DataTableColumn[];
|
|
23
23
|
displayedColumns: DataTableColumn[];
|
|
24
24
|
dialogTitle: string;
|
|
25
|
+
dialogTitleKey: string;
|
|
25
26
|
openButtonTitle: string;
|
|
27
|
+
openButtonTitleKey: string;
|
|
28
|
+
openButtonAriaLabel: string;
|
|
29
|
+
openButtonAriaLabelKey: string;
|
|
26
30
|
saveButtonLabel: string;
|
|
31
|
+
saveButtonLabelKey: string;
|
|
32
|
+
saveButtonAriaLabel: string;
|
|
33
|
+
saveButtonAriaLabelKey: string;
|
|
27
34
|
cancelButtonLabel: string;
|
|
35
|
+
cancelButtonLabelKey: string;
|
|
36
|
+
cancelButtonAriaLabel: string;
|
|
37
|
+
cancelButtonAriaLabelKey: string;
|
|
28
38
|
activeColumnsLabel: string;
|
|
39
|
+
activeColumnsLabelKey: string;
|
|
29
40
|
inactiveColumnsLabel: string;
|
|
41
|
+
inactiveColumnsLabelKey: string;
|
|
30
42
|
frozenActionColumn: boolean;
|
|
31
43
|
actionColumnPosition: 'left' | 'right';
|
|
32
44
|
columnSelectionChanged: EventEmitter<ColumnSelectionChangedEvent>;
|
|
@@ -51,5 +63,5 @@ export declare class CustomGroupColumnSelectorComponent implements OnInit {
|
|
|
51
63
|
onSaveClick(): void;
|
|
52
64
|
onCancelClick(): void;
|
|
53
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomGroupColumnSelectorComponent, never>;
|
|
54
|
-
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"; "componentStateChanged": "componentStateChanged"; }, never, never, false, never>;
|
|
66
|
+
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; }; "dialogTitleKey": { "alias": "dialogTitleKey"; "required": false; }; "openButtonTitle": { "alias": "openButtonTitle"; "required": false; }; "openButtonTitleKey": { "alias": "openButtonTitleKey"; "required": false; }; "openButtonAriaLabel": { "alias": "openButtonAriaLabel"; "required": false; }; "openButtonAriaLabelKey": { "alias": "openButtonAriaLabelKey"; "required": false; }; "saveButtonLabel": { "alias": "saveButtonLabel"; "required": false; }; "saveButtonLabelKey": { "alias": "saveButtonLabelKey"; "required": false; }; "saveButtonAriaLabel": { "alias": "saveButtonAriaLabel"; "required": false; }; "saveButtonAriaLabelKey": { "alias": "saveButtonAriaLabelKey"; "required": false; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; }; "cancelButtonLabelKey": { "alias": "cancelButtonLabelKey"; "required": false; }; "cancelButtonAriaLabel": { "alias": "cancelButtonAriaLabel"; "required": false; }; "cancelButtonAriaLabelKey": { "alias": "cancelButtonAriaLabelKey"; "required": false; }; "activeColumnsLabel": { "alias": "activeColumnsLabel"; "required": false; }; "activeColumnsLabelKey": { "alias": "activeColumnsLabelKey"; "required": false; }; "inactiveColumnsLabel": { "alias": "inactiveColumnsLabel"; "required": false; }; "inactiveColumnsLabelKey": { "alias": "inactiveColumnsLabelKey"; "required": false; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; }; }, { "columnSelectionChanged": "columnSelectionChanged"; "actionColumnConfigChanged": "actionColumnConfigChanged"; "componentStateChanged": "componentStateChanged"; }, never, never, false, never>;
|
|
55
67
|
}
|
|
@@ -2,10 +2,13 @@ import { EventEmitter, OnInit } from '@angular/core';
|
|
|
2
2
|
import { PrimeIcon } from '../../utils/primeicon.utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
interface ViewingLayouts {
|
|
5
|
+
id: string;
|
|
5
6
|
icon: PrimeIcon;
|
|
6
7
|
layout: 'grid' | 'list' | 'table';
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
tooltip?: string;
|
|
9
|
+
tooltipKey: string;
|
|
10
|
+
label?: string;
|
|
11
|
+
labelKey: string;
|
|
9
12
|
}
|
|
10
13
|
export interface DataLayoutSelectionComponentState {
|
|
11
14
|
layout?: 'grid' | 'list' | 'table';
|
|
@@ -33,8 +33,8 @@ export declare class DataListGridSortingComponent implements OnInit {
|
|
|
33
33
|
nextSortDirection(): DataSortDirection;
|
|
34
34
|
emitComponentStateChange(): void;
|
|
35
35
|
sortIcon(): "pi-sort-amount-up" | "pi-sort-amount-down" | "pi-sort-alt";
|
|
36
|
-
sortIconTitle(): "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.
|
|
37
|
-
sortDirectionToTitle(sortDirection: DataSortDirection): "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.
|
|
36
|
+
sortIconTitle(): "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.ASCENDING_TOOLTIP" | "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.DESCENDING_TOOLTIP" | "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.DEFAULT_TOOLTIP";
|
|
37
|
+
sortDirectionToTitle(sortDirection: DataSortDirection): "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.ASCENDING_TOOLTIP" | "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.DESCENDING_TOOLTIP" | "OCX_LIST_GRID_SORT.TOGGLE_BUTTON.DEFAULT_TOOLTIP";
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataListGridSortingComponent, never>;
|
|
39
39
|
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"; "componentStateChanged": "componentStateChanged"; "columnsChange": "columnsChange"; }, never, never, false, never>;
|
|
40
40
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* Show this data not found page component if the main entity of a page could not be loaded.
|
|
4
|
+
*/
|
|
5
|
+
export declare class DataLoadingErrorComponent {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataLoadingErrorComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataLoadingErrorComponent, "ocx-data-loading-error", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -212,7 +212,7 @@ export declare class DataTableComponent extends DataSortBase implements OnInit,
|
|
|
212
212
|
onDeleteRow(selectedTableRow: Row): void;
|
|
213
213
|
onViewRow(selectedTableRow: Row): void;
|
|
214
214
|
onEditRow(selectedTableRow: Row): void;
|
|
215
|
-
|
|
215
|
+
onFilterChosen(column: DataTableColumn): void;
|
|
216
216
|
onFilterChange(column: DataTableColumn, event: any): void;
|
|
217
217
|
getSelectedFilters(columnId: string): string[] | undefined;
|
|
218
218
|
sortIconTitle(sortColumn: string): "OCX_DATA_TABLE.TOGGLE_BUTTON.ASCENDING_TITLE" | "OCX_DATA_TABLE.TOGGLE_BUTTON.DESCENDING_TITLE" | "OCX_DATA_TABLE.TOGGLE_BUTTON.DEFAULT_TITLE";
|
|
@@ -6,10 +6,13 @@ import { DiagramType } from '../../model/diagram-type';
|
|
|
6
6
|
import { PrimeIcon } from '../../utils/primeicon.utils';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export interface DiagramLayouts {
|
|
9
|
+
id: string;
|
|
9
10
|
icon: PrimeIcon;
|
|
10
11
|
layout: DiagramType;
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
tooltip?: string;
|
|
13
|
+
tooltipKey: string;
|
|
14
|
+
label?: string;
|
|
15
|
+
labelKey: string;
|
|
13
16
|
}
|
|
14
17
|
export interface DiagramComponentState {
|
|
15
18
|
activeDiagramType?: DiagramType;
|
|
@@ -39,6 +42,8 @@ export declare class DiagramComponent implements OnInit, OnChanges {
|
|
|
39
42
|
ngOnChanges(): void;
|
|
40
43
|
ngOnInit(): void;
|
|
41
44
|
generateChart(colorScale: any, colorRangeInfo: any): void;
|
|
45
|
+
generateTotal(data: DiagramData[]): number;
|
|
46
|
+
generateDiagramValueString(data: DiagramData[]): string;
|
|
42
47
|
private diagramTypeToChartType;
|
|
43
48
|
dataClicked(event: []): void;
|
|
44
49
|
onDiagramTypeChanged(event: any): void;
|
|
@@ -21,6 +21,8 @@ export interface Action {
|
|
|
21
21
|
permission?: string;
|
|
22
22
|
title?: string;
|
|
23
23
|
titleKey?: string;
|
|
24
|
+
ariaLabel?: string;
|
|
25
|
+
ariaLabelKey?: string;
|
|
24
26
|
btnClass?: string;
|
|
25
27
|
actionCallback(): void;
|
|
26
28
|
disabled?: boolean;
|
|
@@ -46,6 +48,8 @@ export interface ObjectDetailItem {
|
|
|
46
48
|
actionItemIcon?: PrimeIcon;
|
|
47
49
|
actionItemCallback?: () => void;
|
|
48
50
|
actionItemTooltip?: string;
|
|
51
|
+
actionItemAriaLabelKey?: string;
|
|
52
|
+
actionItemAriaLabel?: string;
|
|
49
53
|
}
|
|
50
54
|
export interface HomeItem {
|
|
51
55
|
menuItem: MenuItem;
|