@onecx/angular-accelerator 9.0.0-rc.5 → 9.0.0-rc.7
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 +1 -0
- package/assets/i18n/en.json +1 -0
- package/fesm2022/onecx-angular-accelerator-testing.mjs +10 -1
- package/fesm2022/onecx-angular-accelerator-testing.mjs.map +1 -1
- package/fesm2022/onecx-angular-accelerator.mjs +670 -351
- package/fesm2022/onecx-angular-accelerator.mjs.map +1 -1
- package/package.json +7 -7
- package/types/onecx-angular-accelerator-testing.d.ts +1 -1
- package/types/onecx-angular-accelerator.d.ts +570 -517
|
@@ -2,18 +2,18 @@ import * as _angular_core from '@angular/core';
|
|
|
2
2
|
import { OnInit, TemplateRef, EventEmitter, DoCheck, AfterViewInit, OnChanges, Renderer2, SimpleChanges, OnDestroy, OutputEmitterRef, Signal, ElementRef, Type, ViewContainerRef, ComponentRef, PipeTransform } from '@angular/core';
|
|
3
3
|
import * as i19 from 'primeng/tooltip';
|
|
4
4
|
import { Tooltip } from 'primeng/tooltip';
|
|
5
|
+
import * as _onecx_angular_accelerator from '@onecx/angular-accelerator';
|
|
5
6
|
import * as i22 from 'primeng/api';
|
|
6
|
-
import {
|
|
7
|
-
import { MfeInfo, EventsTopic } from '@onecx/integration-interface';
|
|
7
|
+
import { MenuItem, PrimeTemplate, SelectItem, PrimeIcons } from 'primeng/api';
|
|
8
8
|
import * as i11 from 'primeng/menu';
|
|
9
9
|
import { Menu } from 'primeng/menu';
|
|
10
|
+
import * as i13 from 'primeng/multiselect';
|
|
11
|
+
import { MultiSelectItem } from 'primeng/multiselect';
|
|
10
12
|
import * as rxjs from 'rxjs';
|
|
11
|
-
import { Observable,
|
|
13
|
+
import { Observable, BehaviorSubject, Subject, Subscription } from 'rxjs';
|
|
12
14
|
import * as i39 from '@ngx-translate/core';
|
|
13
15
|
import { TranslateService, TranslatePipe } from '@ngx-translate/core';
|
|
14
|
-
import
|
|
15
|
-
import * as i13 from 'primeng/multiselect';
|
|
16
|
-
import { MultiSelectItem } from 'primeng/multiselect';
|
|
16
|
+
import { MfeInfo, EventsTopic } from '@onecx/integration-interface';
|
|
17
17
|
import * as i4 from 'primeng/select';
|
|
18
18
|
import { SelectChangeEvent } from 'primeng/select';
|
|
19
19
|
import * as node_modules_chart_js_dist_types_utils from 'node_modules/chart.js/dist/types/utils';
|
|
@@ -23,6 +23,7 @@ import * as i17 from 'primeng/popover';
|
|
|
23
23
|
import { Popover } from 'primeng/popover';
|
|
24
24
|
import * as i5 from 'primeng/button';
|
|
25
25
|
import { Button } from 'primeng/button';
|
|
26
|
+
import { LiveAnnouncer } from '@angular/cdk/a11y';
|
|
26
27
|
import * as i41 from '@angular/router';
|
|
27
28
|
import { QueryParamsHandling, Router } from '@angular/router';
|
|
28
29
|
import * as i40 from '@angular/forms';
|
|
@@ -273,162 +274,6 @@ interface DataTableColumn {
|
|
|
273
274
|
dateFormat?: string;
|
|
274
275
|
}
|
|
275
276
|
|
|
276
|
-
type GroupSelectionChangedEvent = {
|
|
277
|
-
activeColumns: DataTableColumn[];
|
|
278
|
-
groupKey: string;
|
|
279
|
-
};
|
|
280
|
-
interface ColumnGroupSelectionComponentState {
|
|
281
|
-
activeColumnGroupKey?: string;
|
|
282
|
-
displayedColumns?: DataTableColumn[];
|
|
283
|
-
}
|
|
284
|
-
declare class ColumnGroupSelectionComponent implements OnInit {
|
|
285
|
-
readonly selectedGroupKey: _angular_core.ModelSignal<string>;
|
|
286
|
-
readonly columns: _angular_core.InputSignal<DataTableColumn[]>;
|
|
287
|
-
readonly placeholderKey: _angular_core.InputSignal<string>;
|
|
288
|
-
readonly defaultGroupKey: _angular_core.InputSignal<string>;
|
|
289
|
-
readonly customGroupKey: _angular_core.InputSignal<string>;
|
|
290
|
-
readonly groupSelectionChanged: _angular_core.OutputEmitterRef<GroupSelectionChangedEvent>;
|
|
291
|
-
readonly componentStateChanged: _angular_core.OutputEmitterRef<ColumnGroupSelectionComponentState>;
|
|
292
|
-
readonly allGroupKeys: _angular_core.Signal<string[]>;
|
|
293
|
-
constructor();
|
|
294
|
-
ngOnInit(): void;
|
|
295
|
-
changeGroupSelection(event: {
|
|
296
|
-
value: string;
|
|
297
|
-
}): void;
|
|
298
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ColumnGroupSelectionComponent, never>;
|
|
299
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColumnGroupSelectionComponent, "ocx-column-group-selection", never, { "selectedGroupKey": { "alias": "selectedGroupKey"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "placeholderKey": { "alias": "placeholderKey"; "required": false; "isSignal": true; }; "defaultGroupKey": { "alias": "defaultGroupKey"; "required": false; "isSignal": true; }; "customGroupKey": { "alias": "customGroupKey"; "required": false; "isSignal": true; }; }, { "selectedGroupKey": "selectedGroupKeyChange"; "groupSelectionChanged": "groupSelectionChanged"; "componentStateChanged": "componentStateChanged"; }, never, never, false, never>;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
declare class OcxContentComponent {
|
|
303
|
-
/**
|
|
304
|
-
* Optionally allows specifying a title for the content card
|
|
305
|
-
*/
|
|
306
|
-
title: _angular_core.InputSignal<string>;
|
|
307
|
-
/**
|
|
308
|
-
* Optionally allows specifying styles for the content card
|
|
309
|
-
*/
|
|
310
|
-
styleClass: _angular_core.InputSignal<string | undefined>;
|
|
311
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OcxContentComponent, never>;
|
|
312
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OcxContentComponent, "ocx-content", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "styleClass": { "alias": "styleClass"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
declare class OcxContentContainerComponent {
|
|
316
|
-
/**
|
|
317
|
-
* Allows specifying the layout direction of the container
|
|
318
|
-
*/
|
|
319
|
-
layout: _angular_core.InputSignal<"horizontal" | "vertical">;
|
|
320
|
-
/**
|
|
321
|
-
* Allows specifying the breakpoint below which a horizontal layout switches to a vertical layout.
|
|
322
|
-
* Only necessary if horizontal layout is used
|
|
323
|
-
* Default: md
|
|
324
|
-
*/
|
|
325
|
-
breakpoint: _angular_core.InputSignal<"sm" | "md" | "lg" | "xl">;
|
|
326
|
-
/**
|
|
327
|
-
* Optionally allows specifying styles for the container
|
|
328
|
-
*/
|
|
329
|
-
styleClass: _angular_core.InputSignal<string | undefined>;
|
|
330
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OcxContentContainerComponent, never>;
|
|
331
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OcxContentContainerComponent, "ocx-content-container", never, { "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "breakpoint": { "alias": "breakpoint"; "required": false; "isSignal": true; }; "styleClass": { "alias": "styleClass"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
type ColumnSelectionChangedEvent = {
|
|
335
|
-
activeColumns: DataTableColumn[];
|
|
336
|
-
};
|
|
337
|
-
type ActionColumnChangedEvent = {
|
|
338
|
-
frozenActionColumn: boolean;
|
|
339
|
-
actionColumnPosition: 'left' | 'right';
|
|
340
|
-
};
|
|
341
|
-
interface CustomGroupColumnSelectorComponentState {
|
|
342
|
-
actionColumnConfig?: {
|
|
343
|
-
frozen: boolean;
|
|
344
|
-
position: 'left' | 'right';
|
|
345
|
-
};
|
|
346
|
-
displayedColumns?: DataTableColumn[];
|
|
347
|
-
activeColumnGroupKey?: string;
|
|
348
|
-
}
|
|
349
|
-
declare class CustomGroupColumnSelectorComponent implements OnInit {
|
|
350
|
-
readonly columns: _angular_core.InputSignal<DataTableColumn[]>;
|
|
351
|
-
readonly displayedColumns: _angular_core.ModelSignal<DataTableColumn[]>;
|
|
352
|
-
readonly customGroupKey: _angular_core.InputSignal<string>;
|
|
353
|
-
readonly dialogTitle: _angular_core.InputSignal<string>;
|
|
354
|
-
readonly dialogTitleKey: _angular_core.InputSignal<string>;
|
|
355
|
-
readonly openButtonTitle: _angular_core.InputSignal<string>;
|
|
356
|
-
readonly openButtonTitleKey: _angular_core.InputSignal<string>;
|
|
357
|
-
readonly openButtonAriaLabel: _angular_core.InputSignal<string>;
|
|
358
|
-
readonly openButtonAriaLabelKey: _angular_core.InputSignal<string>;
|
|
359
|
-
readonly saveButtonLabel: _angular_core.InputSignal<string>;
|
|
360
|
-
readonly saveButtonLabelKey: _angular_core.InputSignal<string>;
|
|
361
|
-
readonly saveButtonAriaLabel: _angular_core.InputSignal<string>;
|
|
362
|
-
readonly saveButtonAriaLabelKey: _angular_core.InputSignal<string>;
|
|
363
|
-
readonly cancelButtonLabel: _angular_core.InputSignal<string>;
|
|
364
|
-
readonly cancelButtonLabelKey: _angular_core.InputSignal<string>;
|
|
365
|
-
readonly cancelButtonAriaLabel: _angular_core.InputSignal<string>;
|
|
366
|
-
readonly cancelButtonAriaLabelKey: _angular_core.InputSignal<string>;
|
|
367
|
-
readonly activeColumnsLabel: _angular_core.InputSignal<string>;
|
|
368
|
-
readonly activeColumnsLabelKey: _angular_core.InputSignal<string>;
|
|
369
|
-
readonly inactiveColumnsLabel: _angular_core.InputSignal<string>;
|
|
370
|
-
readonly inactiveColumnsLabelKey: _angular_core.InputSignal<string>;
|
|
371
|
-
readonly frozenActionColumn: _angular_core.InputSignal<boolean>;
|
|
372
|
-
readonly actionColumnPosition: _angular_core.InputSignal<"right" | "left">;
|
|
373
|
-
readonly columnSelectionChanged: _angular_core.OutputEmitterRef<ColumnSelectionChangedEvent>;
|
|
374
|
-
readonly actionColumnConfigChanged: _angular_core.OutputEmitterRef<ActionColumnChangedEvent>;
|
|
375
|
-
readonly componentStateChanged: _angular_core.OutputEmitterRef<CustomGroupColumnSelectorComponentState>;
|
|
376
|
-
readonly hiddenColumnsModel: _angular_core.WritableSignal<DataTableColumn[]>;
|
|
377
|
-
readonly displayedColumnsModel: _angular_core.WritableSignal<DataTableColumn[]>;
|
|
378
|
-
readonly frozenActionColumnModel: _angular_core.WritableSignal<boolean>;
|
|
379
|
-
readonly actionColumnPositionModel: _angular_core.WritableSignal<"right" | "left">;
|
|
380
|
-
readonly visible: _angular_core.WritableSignal<boolean>;
|
|
381
|
-
readonly alignmentOptions: _angular_core.WritableSignal<{
|
|
382
|
-
label: string;
|
|
383
|
-
value: "left" | "right";
|
|
384
|
-
}[]>;
|
|
385
|
-
readonly frozenOptions: _angular_core.WritableSignal<{
|
|
386
|
-
label: string;
|
|
387
|
-
value: boolean;
|
|
388
|
-
}[]>;
|
|
389
|
-
private readonly _actionColumnState;
|
|
390
|
-
constructor();
|
|
391
|
-
ngOnInit(): void;
|
|
392
|
-
onOpenCustomGroupColumnSelectionDialogClick(): void;
|
|
393
|
-
onSaveClick(): void;
|
|
394
|
-
onCancelClick(): void;
|
|
395
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CustomGroupColumnSelectorComponent, never>;
|
|
396
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CustomGroupColumnSelectorComponent, "ocx-custom-group-column-selector", never, { "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "displayedColumns": { "alias": "displayedColumns"; "required": false; "isSignal": true; }; "customGroupKey": { "alias": "customGroupKey"; "required": false; "isSignal": true; }; "dialogTitle": { "alias": "dialogTitle"; "required": false; "isSignal": true; }; "dialogTitleKey": { "alias": "dialogTitleKey"; "required": false; "isSignal": true; }; "openButtonTitle": { "alias": "openButtonTitle"; "required": false; "isSignal": true; }; "openButtonTitleKey": { "alias": "openButtonTitleKey"; "required": false; "isSignal": true; }; "openButtonAriaLabel": { "alias": "openButtonAriaLabel"; "required": false; "isSignal": true; }; "openButtonAriaLabelKey": { "alias": "openButtonAriaLabelKey"; "required": false; "isSignal": true; }; "saveButtonLabel": { "alias": "saveButtonLabel"; "required": false; "isSignal": true; }; "saveButtonLabelKey": { "alias": "saveButtonLabelKey"; "required": false; "isSignal": true; }; "saveButtonAriaLabel": { "alias": "saveButtonAriaLabel"; "required": false; "isSignal": true; }; "saveButtonAriaLabelKey": { "alias": "saveButtonAriaLabelKey"; "required": false; "isSignal": true; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; "isSignal": true; }; "cancelButtonLabelKey": { "alias": "cancelButtonLabelKey"; "required": false; "isSignal": true; }; "cancelButtonAriaLabel": { "alias": "cancelButtonAriaLabel"; "required": false; "isSignal": true; }; "cancelButtonAriaLabelKey": { "alias": "cancelButtonAriaLabelKey"; "required": false; "isSignal": true; }; "activeColumnsLabel": { "alias": "activeColumnsLabel"; "required": false; "isSignal": true; }; "activeColumnsLabelKey": { "alias": "activeColumnsLabelKey"; "required": false; "isSignal": true; }; "inactiveColumnsLabel": { "alias": "inactiveColumnsLabel"; "required": false; "isSignal": true; }; "inactiveColumnsLabelKey": { "alias": "inactiveColumnsLabelKey"; "required": false; "isSignal": true; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; "isSignal": true; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; "isSignal": true; }; }, { "displayedColumns": "displayedColumnsChange"; "columnSelectionChanged": "columnSelectionChanged"; "actionColumnConfigChanged": "actionColumnConfigChanged"; "componentStateChanged": "componentStateChanged"; }, never, never, false, never>;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
/**
|
|
400
|
-
* @example let myIcon : PrimeIcon = PrimeIcons.myIcon
|
|
401
|
-
*/
|
|
402
|
-
type PrimeIcon = (typeof PrimeIcons)[keyof Omit<typeof PrimeIcons, 'prototype'>];
|
|
403
|
-
|
|
404
|
-
interface ViewingLayouts {
|
|
405
|
-
id: string;
|
|
406
|
-
icon: PrimeIcon;
|
|
407
|
-
layout: 'grid' | 'list' | 'table';
|
|
408
|
-
tooltip?: string;
|
|
409
|
-
tooltipKey: string;
|
|
410
|
-
label?: string;
|
|
411
|
-
labelKey: string;
|
|
412
|
-
}
|
|
413
|
-
interface DataLayoutSelectionComponentState {
|
|
414
|
-
layout?: 'grid' | 'list' | 'table';
|
|
415
|
-
}
|
|
416
|
-
declare class DataLayoutSelectionComponent implements OnInit {
|
|
417
|
-
supportedViewLayouts: _angular_core.InputSignal<string[]>;
|
|
418
|
-
layout: _angular_core.ModelSignal<"table" | "grid" | "list">;
|
|
419
|
-
dataViewLayoutChange: _angular_core.OutputEmitterRef<"table" | "grid" | "list">;
|
|
420
|
-
componentStateChanged: _angular_core.OutputEmitterRef<DataLayoutSelectionComponentState>;
|
|
421
|
-
viewingLayouts: _angular_core.Signal<ViewingLayouts[]>;
|
|
422
|
-
readonly selectedViewLayout: _angular_core.Signal<ViewingLayouts | undefined>;
|
|
423
|
-
ngOnInit(): void;
|
|
424
|
-
onDataViewLayoutChange(event: {
|
|
425
|
-
icon: PrimeIcon;
|
|
426
|
-
layout: 'grid' | 'list' | 'table';
|
|
427
|
-
}): void;
|
|
428
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataLayoutSelectionComponent, never>;
|
|
429
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataLayoutSelectionComponent, "ocx-data-layout-selection", never, { "supportedViewLayouts": { "alias": "supportedViewLayouts"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; }, { "layout": "layoutChange"; "dataViewLayoutChange": "dataViewLayoutChange"; "componentStateChanged": "componentStateChanged"; }, never, never, false, never>;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
277
|
type RouterLink = string | (() => string) | (() => Promise<string>) | Promise<string>;
|
|
433
278
|
interface DataAction {
|
|
434
279
|
id?: string;
|
|
@@ -450,70 +295,63 @@ declare const enum DataSortDirection {
|
|
|
450
295
|
NONE = "NONE"
|
|
451
296
|
}
|
|
452
297
|
|
|
453
|
-
|
|
454
|
-
|
|
298
|
+
declare class ObservableOutputEmitterRef<T> extends OutputEmitterRef<T> {
|
|
299
|
+
observed: Signal<boolean>;
|
|
300
|
+
constructor();
|
|
301
|
+
}
|
|
302
|
+
declare function observableOutput<T>(): ObservableOutputEmitterRef<T>;
|
|
303
|
+
|
|
304
|
+
type RowListGridData$1 = ListGridData & Row;
|
|
305
|
+
|
|
306
|
+
type ListGridData = {
|
|
455
307
|
id: string | number;
|
|
308
|
+
imagePath: string | number;
|
|
456
309
|
[columnId: string]: unknown;
|
|
457
310
|
};
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
FILTERCELL = "FILTERCELL"
|
|
311
|
+
interface ListGridDataMenuItem extends MenuItem {
|
|
312
|
+
permission: string;
|
|
461
313
|
}
|
|
462
|
-
|
|
463
|
-
sortColumn: string;
|
|
464
|
-
sortDirection: DataSortDirection;
|
|
465
|
-
};
|
|
466
|
-
interface DataTableComponentState {
|
|
467
|
-
filters?: Filter$1[];
|
|
468
|
-
sorting?: Sort;
|
|
469
|
-
selectedRows?: Row[];
|
|
470
|
-
expandedRows?: Row[];
|
|
314
|
+
interface DataListGridComponentState {
|
|
471
315
|
activePage?: number;
|
|
472
316
|
pageSize?: number;
|
|
473
317
|
}
|
|
474
|
-
declare class
|
|
318
|
+
declare class DataListGridComponent extends DataSortBase implements OnInit {
|
|
319
|
+
readonly stateService: DataViewStateService;
|
|
320
|
+
private readonly userService;
|
|
475
321
|
private readonly router;
|
|
476
322
|
private readonly injector;
|
|
477
|
-
private readonly
|
|
323
|
+
private readonly appStateService;
|
|
478
324
|
private readonly hasPermissionChecker;
|
|
479
325
|
private readonly liveAnnouncer;
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
rows: _angular_core.ModelSignal<Row[]>;
|
|
483
|
-
previousRows: _angular_core.Signal<Row[]>;
|
|
484
|
-
selectedRows: _angular_core.ModelSignal<Row[]>;
|
|
485
|
-
selectedIds: _angular_core.WritableSignal<(string | number)[]>;
|
|
486
|
-
filters: _angular_core.ModelSignal<Filter$1[]>;
|
|
487
|
-
previousFilters: _angular_core.Signal<Filter$1[]>;
|
|
488
|
-
sortDirection: _angular_core.ModelSignal<DataSortDirection>;
|
|
489
|
-
sortColumn: _angular_core.ModelSignal<string>;
|
|
490
|
-
columnTemplates$: Observable<Record<string, TemplateRef<any> | null>> | undefined;
|
|
491
|
-
columnFilterTemplates$: Observable<Record<string, TemplateRef<any> | null>> | undefined;
|
|
492
|
-
columns: _angular_core.ModelSignal<DataTableColumn[]>;
|
|
493
|
-
clientSideFiltering: _angular_core.InputSignal<boolean>;
|
|
326
|
+
titleLineId: _angular_core.InputSignal<string | undefined>;
|
|
327
|
+
subtitleLineIds: _angular_core.InputSignal<string[] | undefined>;
|
|
494
328
|
clientSideSorting: _angular_core.InputSignal<boolean>;
|
|
495
|
-
|
|
496
|
-
|
|
329
|
+
clientSideFiltering: _angular_core.InputSignal<boolean>;
|
|
330
|
+
sortStates: _angular_core.InputSignal<DataSortDirection[]>;
|
|
331
|
+
set page(value: number);
|
|
332
|
+
set pageSize(value: number);
|
|
333
|
+
pageSizes: _angular_core.InputSignal<number[]>;
|
|
497
334
|
displayedPageSize: _angular_core.Signal<number>;
|
|
498
|
-
pageSize: _angular_core.ModelSignal<number | undefined>;
|
|
499
335
|
emptyResultsMessage: _angular_core.InputSignal<string | undefined>;
|
|
500
|
-
|
|
501
|
-
|
|
336
|
+
fallbackImage: _angular_core.InputSignal<string>;
|
|
337
|
+
set layout(value: 'grid' | 'list');
|
|
502
338
|
viewPermission: _angular_core.InputSignal<PermissionInput>;
|
|
503
339
|
editPermission: _angular_core.InputSignal<PermissionInput>;
|
|
340
|
+
deletePermission: _angular_core.InputSignal<PermissionInput>;
|
|
504
341
|
deleteActionVisibleField: _angular_core.InputSignal<string | undefined>;
|
|
505
342
|
deleteActionEnabledField: _angular_core.InputSignal<string | undefined>;
|
|
506
343
|
viewActionVisibleField: _angular_core.InputSignal<string | undefined>;
|
|
507
344
|
viewActionEnabledField: _angular_core.InputSignal<string | undefined>;
|
|
508
345
|
editActionVisibleField: _angular_core.InputSignal<string | undefined>;
|
|
509
346
|
editActionEnabledField: _angular_core.InputSignal<string | undefined>;
|
|
510
|
-
|
|
511
|
-
|
|
347
|
+
viewMenuItemKey: _angular_core.InputSignal<string | undefined>;
|
|
348
|
+
editMenuItemKey: _angular_core.InputSignal<string | undefined>;
|
|
349
|
+
deleteMenuItemKey: _angular_core.InputSignal<string | undefined>;
|
|
512
350
|
paginator: _angular_core.InputSignal<boolean>;
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
351
|
+
columnTemplates$: Observable<Record<string, TemplateRef<any> | null>> | undefined;
|
|
352
|
+
set columns(value: DataTableColumn[]);
|
|
353
|
+
filteredColumns: _angular_core.Signal<DataTableColumn[]>;
|
|
354
|
+
name: _angular_core.ModelSignal<string | undefined>;
|
|
517
355
|
totalRecordsOnServer: _angular_core.InputSignal<number | undefined>;
|
|
518
356
|
currentPageShowingKey: _angular_core.InputSignal<string>;
|
|
519
357
|
currentPageShowingWithTotalOnServerKey: _angular_core.InputSignal<string>;
|
|
@@ -526,82 +364,49 @@ declare class DataTableComponent extends DataSortBase implements OnInit {
|
|
|
526
364
|
totalRecords: string;
|
|
527
365
|
totalRecordsOnServer: number | undefined;
|
|
528
366
|
}>;
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
additionalActions:
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
expandedRowIds: _angular_core.Signal<(string | number)[]>;
|
|
571
|
-
expandedRowKeys: _angular_core.Signal<Record<string, boolean>>;
|
|
572
|
-
expandable: _angular_core.InputSignal<boolean>;
|
|
573
|
-
frozenExpandColumn: _angular_core.InputSignal<boolean>;
|
|
574
|
-
filtered: _angular_core.OutputEmitterRef<Filter$1[]>;
|
|
575
|
-
sorted: _angular_core.OutputEmitterRef<Sort>;
|
|
576
|
-
viewTableRow: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row>;
|
|
577
|
-
editTableRow: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row>;
|
|
578
|
-
deleteTableRow: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row>;
|
|
579
|
-
selectionChanged: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row[]>;
|
|
580
|
-
pageChanged: _angular_core.OutputEmitterRef<number>;
|
|
581
|
-
pageSizeChanged: _angular_core.OutputEmitterRef<number>;
|
|
582
|
-
componentStateChanged: _angular_core.OutputEmitterRef<DataTableComponentState>;
|
|
583
|
-
rowExpanded: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row>;
|
|
584
|
-
rowCollapsed: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row>;
|
|
585
|
-
displayedRows$: Observable<Pick<{
|
|
586
|
-
[x: string]: unknown;
|
|
587
|
-
}, string>[]>;
|
|
588
|
-
selectedFilteredRows: _angular_core.Signal<Row[]>;
|
|
589
|
-
currentFilterColumn: _angular_core.WritableSignal<DataTableColumn | null>;
|
|
590
|
-
currentEqualFilterOptions$: Observable<{
|
|
591
|
-
options: never[];
|
|
592
|
-
column: undefined;
|
|
593
|
-
} | {
|
|
594
|
-
options: SelectItem<any>[];
|
|
595
|
-
column: DataTableColumn;
|
|
596
|
-
}>;
|
|
597
|
-
currentEqualSelectedFilters: _angular_core.Signal<unknown[]>;
|
|
598
|
-
currentTruthySelectedFilters: _angular_core.Signal<unknown[]>;
|
|
599
|
-
filterAmounts: _angular_core.Signal<Record<string, number>>;
|
|
600
|
-
overflowActions: _angular_core.Signal<DataAction[]>;
|
|
601
|
-
overflowActions$: Observable<DataAction[]>;
|
|
602
|
-
inlineActions: _angular_core.Signal<DataAction[]>;
|
|
367
|
+
set data(value: RowListGridData$1[]);
|
|
368
|
+
previousData: _angular_core.Signal<RowListGridData$1[]>;
|
|
369
|
+
set filters(value: Filter$1[]);
|
|
370
|
+
previousFilters: _angular_core.Signal<Filter$1[]>;
|
|
371
|
+
set sortDirection(value: DataSortDirection);
|
|
372
|
+
set sortField(value: string);
|
|
373
|
+
private readonly permissions$;
|
|
374
|
+
gridItemSubtitleLinesTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
375
|
+
gridItemSubtitleLinesChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
376
|
+
get gridItemSubtitleLines(): TemplateRef<any> | undefined;
|
|
377
|
+
listItemSubtitleLinesTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
378
|
+
listItemSubtitleLinesChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
379
|
+
get listItemSubtitleLines(): TemplateRef<any> | undefined;
|
|
380
|
+
listItemTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
381
|
+
listItemChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
382
|
+
get listItem(): TemplateRef<any> | undefined;
|
|
383
|
+
gridItemTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
384
|
+
gridItemChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
385
|
+
get gridItem(): TemplateRef<any> | undefined;
|
|
386
|
+
listValueTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
387
|
+
listValueChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
388
|
+
get listValue(): TemplateRef<any> | undefined;
|
|
389
|
+
translationKeyListValueTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
390
|
+
translationKeyListValueChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
391
|
+
get translationKeyListValue(): TemplateRef<any> | undefined;
|
|
392
|
+
numberListValueTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
393
|
+
numberListValueChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
394
|
+
get numberListValue(): TemplateRef<any> | undefined;
|
|
395
|
+
relativeDateListValueTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
396
|
+
relativeDateListValueChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
397
|
+
get relativeDateListValue(): TemplateRef<any> | undefined;
|
|
398
|
+
stringListValueTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
399
|
+
stringListValueChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
400
|
+
get stringListValue(): TemplateRef<any> | undefined;
|
|
401
|
+
dateListValueTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
402
|
+
dateListValueChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
403
|
+
get dateListValue(): TemplateRef<any> | undefined;
|
|
404
|
+
set additionalActions(value: DataAction[]);
|
|
405
|
+
inlineListActions: _angular_core.Signal<DataAction[]>;
|
|
406
|
+
overflowListActions: _angular_core.Signal<DataAction[]>;
|
|
407
|
+
overflowListActions$: Observable<DataAction[]>;
|
|
603
408
|
currentMenuRow: _angular_core.WritableSignal<Row | null>;
|
|
604
|
-
|
|
409
|
+
overflowListMenuItems$: Observable<{
|
|
605
410
|
label: any;
|
|
606
411
|
icon: string | undefined;
|
|
607
412
|
styleClass: string;
|
|
@@ -609,138 +414,162 @@ declare class DataTableComponent extends DataSortBase implements OnInit {
|
|
|
609
414
|
visible: boolean;
|
|
610
415
|
command: () => void;
|
|
611
416
|
}[]>;
|
|
417
|
+
viewItem: ObservableOutputEmitterRef<ListGridData | undefined>;
|
|
418
|
+
editItem: ObservableOutputEmitterRef<ListGridData | undefined>;
|
|
419
|
+
deleteItem: ObservableOutputEmitterRef<ListGridData | undefined>;
|
|
420
|
+
pageChanged: _angular_core.OutputEmitterRef<number>;
|
|
421
|
+
pageSizeChanged: _angular_core.OutputEmitterRef<number>;
|
|
422
|
+
componentStateChanged: _angular_core.OutputEmitterRef<DataListGridComponentState>;
|
|
423
|
+
get viewItemObserved(): boolean;
|
|
424
|
+
get editItemObserved(): boolean;
|
|
425
|
+
get deleteItemObserved(): boolean;
|
|
426
|
+
observedOutputs: _angular_core.Signal<number>;
|
|
427
|
+
get sortDirectionNumber(): number;
|
|
428
|
+
selectedItem: _angular_core.WritableSignal<ListGridData | undefined>;
|
|
429
|
+
permittedAdditionalActions$: Observable<DataAction[]>;
|
|
430
|
+
gridMenuState$: Observable<{
|
|
431
|
+
permissions: string[];
|
|
432
|
+
additionalActions: DataAction[];
|
|
433
|
+
selectedItem: ListGridData | undefined;
|
|
434
|
+
viewMenuItemKey: string;
|
|
435
|
+
editMenuItemKey: string;
|
|
436
|
+
deleteMenuItemKey: string;
|
|
437
|
+
viewPermission: PermissionInput;
|
|
438
|
+
editPermission: PermissionInput;
|
|
439
|
+
deletePermission: PermissionInput;
|
|
440
|
+
viewActionEnabledField: string | undefined;
|
|
441
|
+
editActionEnabledField: string | undefined;
|
|
442
|
+
deleteActionEnabledField: string | undefined;
|
|
443
|
+
viewActionVisibleField: string | undefined;
|
|
444
|
+
editActionVisibleField: string | undefined;
|
|
445
|
+
deleteActionVisibleField: string | undefined;
|
|
446
|
+
}>;
|
|
447
|
+
gridMenuItems$: Observable<MenuItem[]>;
|
|
448
|
+
displayedItems$: Observable<(ListGridData | Row)[]>;
|
|
449
|
+
fallbackImagePath$: Observable<string>;
|
|
612
450
|
templates: _angular_core.Signal<readonly PrimeTemplate[]>;
|
|
613
451
|
templates$: Observable<readonly PrimeTemplate[]>;
|
|
614
452
|
viewTemplates: _angular_core.Signal<readonly PrimeTemplate[]>;
|
|
615
453
|
viewTemplates$: Observable<readonly PrimeTemplate[]>;
|
|
616
454
|
parentTemplates: _angular_core.ModelSignal<PrimeTemplate[] | null | undefined>;
|
|
617
455
|
parentTemplates$: Observable<PrimeTemplate[] | null | undefined>;
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
get deleteTableRowObserved(): boolean;
|
|
622
|
-
get anyRowActionObserved(): boolean;
|
|
623
|
-
get actionColumnVisible(): boolean;
|
|
624
|
-
getRowColspan(hasExpansionTemplate: boolean): number;
|
|
625
|
-
get selectionChangedObserved(): boolean;
|
|
456
|
+
columnType: typeof ColumnType;
|
|
457
|
+
private templatesObservables;
|
|
458
|
+
hasViewPermission$: Observable<boolean>;
|
|
626
459
|
constructor();
|
|
627
460
|
ngOnInit(): void;
|
|
628
|
-
|
|
461
|
+
onDeleteRow(element: ListGridData): void;
|
|
462
|
+
onViewRow(element: ListGridData): void;
|
|
463
|
+
onEditRow(element: ListGridData): void;
|
|
464
|
+
imgError(item: ListGridData): void;
|
|
465
|
+
getFallbackImagePath(mfeInfo: MfeInfo): string;
|
|
466
|
+
setSelectedItem(item: ListGridData): void;
|
|
467
|
+
resolveFieldData(object: any, key: any): any;
|
|
629
468
|
emitComponentStateChanged(): void;
|
|
630
|
-
emitSelectionChanged(): void;
|
|
631
|
-
onRowExpand(event: any): void;
|
|
632
|
-
onRowCollapse(event: any): void;
|
|
633
|
-
isRowExpanded(row: Row): boolean;
|
|
634
|
-
toggleRowExpansion(row: Row): void;
|
|
635
|
-
onSortColumnClick(sortColumn: string): void;
|
|
636
|
-
columnNextSortDirection(sortColumn: string): DataSortDirection;
|
|
637
|
-
onDeleteRow(selectedTableRow: Row): void;
|
|
638
|
-
onViewRow(selectedTableRow: Row): void;
|
|
639
|
-
onEditRow(selectedTableRow: Row): void;
|
|
640
|
-
onFilterChosen(column: DataTableColumn): void;
|
|
641
|
-
onMultiselectFilterChange(column: DataTableColumn, event: any): void;
|
|
642
|
-
sortIconTitle(sortColumn: string): "OCX_DATA_TABLE.TOGGLE_BUTTON.ASCENDING_TITLE" | "OCX_DATA_TABLE.TOGGLE_BUTTON.DESCENDING_TITLE" | "OCX_DATA_TABLE.TOGGLE_BUTTON.DEFAULT_TITLE";
|
|
643
|
-
sortDirectionToTitle(sortDirection: DataSortDirection): "OCX_DATA_TABLE.TOGGLE_BUTTON.ASCENDING_TITLE" | "OCX_DATA_TABLE.TOGGLE_BUTTON.DESCENDING_TITLE" | "OCX_DATA_TABLE.TOGGLE_BUTTON.DEFAULT_TITLE";
|
|
644
|
-
isRowSelectionDisabled(rowObject: Row): boolean;
|
|
645
|
-
rowSelectable(event: any): boolean;
|
|
646
|
-
onSelectionChange(selection: Row[]): void;
|
|
647
|
-
mergeWithDisabledKeys(newSelectionIds: (string | number)[], disabledRowIds: (string | number)[]): (string | number)[];
|
|
648
|
-
isSelected(row: Row): boolean;
|
|
649
469
|
onPageChange(event: any): void;
|
|
650
470
|
fieldIsTruthy(object: any, key: any): boolean;
|
|
651
|
-
toggleOverflowMenu(event: MouseEvent, menu: Menu, row: Row): void;
|
|
652
471
|
hasVisibleOverflowMenuItems(row: any): Observable<boolean>;
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
private
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
resolveFieldData(object: any, key: any): any;
|
|
660
|
-
getRowObjectFromMultiselectItem(value: MultiSelectItem, column: DataTableColumn): Record<string, string | undefined>;
|
|
661
|
-
rowTrackByFunction: (index: number, item: any) => any;
|
|
472
|
+
toggleOverflowMenu(event: MouseEvent, menu: Menu, row: Row): void;
|
|
473
|
+
findTemplate(templates: PrimeTemplate[], names: string[]): PrimeTemplate | undefined;
|
|
474
|
+
getTemplate(column: DataTableColumn): Observable<TemplateRef<any> | null>;
|
|
475
|
+
private mapGridMenuItems;
|
|
476
|
+
private getGridActionsTranslations;
|
|
477
|
+
private shouldDisplayAction;
|
|
662
478
|
private filterActionsBasedOnPermissions;
|
|
663
|
-
|
|
479
|
+
private getPermissions;
|
|
480
|
+
onActionClick(action: DataAction, item: any): Promise<void>;
|
|
664
481
|
private createMenuItemCommand;
|
|
665
|
-
|
|
666
|
-
static
|
|
667
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableComponent, "ocx-data-table", never, { "rows": { "alias": "rows"; "required": false; "isSignal": true; }; "selectedRows": { "alias": "selectedRows"; "required": false; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; "isSignal": true; }; "sortDirection": { "alias": "sortDirection"; "required": false; "isSignal": true; }; "sortColumn": { "alias": "sortColumn"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "clientSideFiltering": { "alias": "clientSideFiltering"; "required": false; "isSignal": true; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; "isSignal": true; }; "sortStates": { "alias": "sortStates"; "required": false; "isSignal": true; }; "pageSizes": { "alias": "pageSizes"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "emptyResultsMessage": { "alias": "emptyResultsMessage"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "deletePermission": { "alias": "deletePermission"; "required": false; "isSignal": true; }; "viewPermission": { "alias": "viewPermission"; "required": false; "isSignal": true; }; "editPermission": { "alias": "editPermission"; "required": false; "isSignal": true; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; "isSignal": true; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; "isSignal": true; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; "isSignal": true; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; "isSignal": true; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; "isSignal": true; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; "isSignal": true; }; "selectionEnabledField": { "alias": "selectionEnabledField"; "required": false; "isSignal": true; }; "allowSelectAll": { "alias": "allowSelectAll"; "required": false; "isSignal": true; }; "paginator": { "alias": "paginator"; "required": false; "isSignal": true; }; "page": { "alias": "page"; "required": false; "isSignal": true; }; "tableStyle": { "alias": "tableStyle"; "required": false; "isSignal": true; }; "totalRecordsOnServer": { "alias": "totalRecordsOnServer"; "required": false; "isSignal": true; }; "currentPageShowingKey": { "alias": "currentPageShowingKey"; "required": false; "isSignal": true; }; "currentPageShowingWithTotalOnServerKey": { "alias": "currentPageShowingWithTotalOnServerKey"; "required": false; "isSignal": true; }; "captionTemplate": { "alias": "captionTemplate"; "required": false; "isSignal": true; }; "stringCellTemplate": { "alias": "stringCellTemplate"; "required": false; "isSignal": true; }; "numberCellTemplate": { "alias": "numberCellTemplate"; "required": false; "isSignal": true; }; "dateCellTemplate": { "alias": "dateCellTemplate"; "required": false; "isSignal": true; }; "relativeDateCellTemplate": { "alias": "relativeDateCellTemplate"; "required": false; "isSignal": true; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; "isSignal": true; }; "translationKeyCellTemplate": { "alias": "translationKeyCellTemplate"; "required": false; "isSignal": true; }; "stringFilterCellTemplate": { "alias": "stringFilterCellTemplate"; "required": false; "isSignal": true; }; "numberFilterCellTemplate": { "alias": "numberFilterCellTemplate"; "required": false; "isSignal": true; }; "dateFilterCellTemplate": { "alias": "dateFilterCellTemplate"; "required": false; "isSignal": true; }; "relativeDateFilterCellTemplate": { "alias": "relativeDateFilterCellTemplate"; "required": false; "isSignal": true; }; "filterCellTemplate": { "alias": "filterCellTemplate"; "required": false; "isSignal": true; }; "translationKeyFilterCellTemplate": { "alias": "translationKeyFilterCellTemplate"; "required": false; "isSignal": true; }; "additionalActions": { "alias": "additionalActions"; "required": false; "isSignal": true; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; "isSignal": true; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; "isSignal": true; }; "expandedRows": { "alias": "expandedRows"; "required": false; "isSignal": true; }; "expandable": { "alias": "expandable"; "required": false; "isSignal": true; }; "frozenExpandColumn": { "alias": "frozenExpandColumn"; "required": false; "isSignal": true; }; "parentTemplates": { "alias": "parentTemplates"; "required": false; "isSignal": true; }; }, { "rows": "rowsChange"; "selectedRows": "selectedRowsChange"; "filters": "filtersChange"; "sortDirection": "sortDirectionChange"; "sortColumn": "sortColumnChange"; "columns": "columnsChange"; "sortStates": "sortStatesChange"; "pageSizes": "pageSizesChange"; "pageSize": "pageSizeChange"; "name": "nameChange"; "page": "pageChange"; "additionalActions": "additionalActionsChange"; "expandedRows": "expandedRowsChange"; "filtered": "filtered"; "sorted": "sorted"; "viewTableRow": "viewTableRow"; "editTableRow": "editTableRow"; "deleteTableRow": "deleteTableRow"; "selectionChanged": "selectionChanged"; "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "componentStateChanged": "componentStateChanged"; "rowExpanded": "rowExpanded"; "rowCollapsed": "rowCollapsed"; "parentTemplates": "parentTemplatesChange"; }, ["stringCellChildTemplate", "numberCellChildTemplate", "dateCellChildTemplate", "relativeDateCellChildTemplate", "cellChildTemplate", "translationKeyCellChildTemplate", "stringFilterCellChildTemplate", "numberFilterCellChildTemplate", "dateFilterCellChildTemplate", "relativeDateFilterCellChildTemplate", "filterCellChildTemplate", "translationKeyFilterCellChildTemplate", "templates"], never, false, never>;
|
|
482
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataListGridComponent, never>;
|
|
483
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataListGridComponent, "ocx-data-list-grid", never, { "titleLineId": { "alias": "titleLineId"; "required": false; "isSignal": true; }; "subtitleLineIds": { "alias": "subtitleLineIds"; "required": false; "isSignal": true; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; "isSignal": true; }; "clientSideFiltering": { "alias": "clientSideFiltering"; "required": false; "isSignal": true; }; "sortStates": { "alias": "sortStates"; "required": false; "isSignal": true; }; "page": { "alias": "page"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; "isSignal": true; }; "emptyResultsMessage": { "alias": "emptyResultsMessage"; "required": false; "isSignal": true; }; "fallbackImage": { "alias": "fallbackImage"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; }; "viewPermission": { "alias": "viewPermission"; "required": false; "isSignal": true; }; "editPermission": { "alias": "editPermission"; "required": false; "isSignal": true; }; "deletePermission": { "alias": "deletePermission"; "required": false; "isSignal": true; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; "isSignal": true; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; "isSignal": true; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; "isSignal": true; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; "isSignal": true; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; "isSignal": true; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; "isSignal": true; }; "viewMenuItemKey": { "alias": "viewMenuItemKey"; "required": false; "isSignal": true; }; "editMenuItemKey": { "alias": "editMenuItemKey"; "required": false; "isSignal": true; }; "deleteMenuItemKey": { "alias": "deleteMenuItemKey"; "required": false; "isSignal": true; }; "paginator": { "alias": "paginator"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "totalRecordsOnServer": { "alias": "totalRecordsOnServer"; "required": false; "isSignal": true; }; "currentPageShowingKey": { "alias": "currentPageShowingKey"; "required": false; "isSignal": true; }; "currentPageShowingWithTotalOnServerKey": { "alias": "currentPageShowingWithTotalOnServerKey"; "required": false; "isSignal": true; }; "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; "isSignal": true; }; "listItemSubtitleLinesTemplate": { "alias": "listItemSubtitleLinesTemplate"; "required": false; "isSignal": true; }; "listItemTemplate": { "alias": "listItemTemplate"; "required": false; "isSignal": true; }; "gridItemTemplate": { "alias": "gridItemTemplate"; "required": false; "isSignal": true; }; "listValueTemplate": { "alias": "listValueTemplate"; "required": false; "isSignal": true; }; "translationKeyListValueTemplate": { "alias": "translationKeyListValueTemplate"; "required": false; "isSignal": true; }; "numberListValueTemplate": { "alias": "numberListValueTemplate"; "required": false; "isSignal": true; }; "relativeDateListValueTemplate": { "alias": "relativeDateListValueTemplate"; "required": false; "isSignal": true; }; "stringListValueTemplate": { "alias": "stringListValueTemplate"; "required": false; "isSignal": true; }; "dateListValueTemplate": { "alias": "dateListValueTemplate"; "required": false; "isSignal": true; }; "additionalActions": { "alias": "additionalActions"; "required": false; }; "parentTemplates": { "alias": "parentTemplates"; "required": false; "isSignal": true; }; }, { "name": "nameChange"; "viewItem": "viewItem"; "editItem": "editItem"; "deleteItem": "deleteItem"; "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "componentStateChanged": "componentStateChanged"; "parentTemplates": "parentTemplatesChange"; }, ["gridItemSubtitleLinesChildTemplate", "listItemSubtitleLinesChildTemplate", "listItemChildTemplate", "gridItemChildTemplate", "listValueChildTemplate", "translationKeyListValueChildTemplate", "numberListValueChildTemplate", "relativeDateListValueChildTemplate", "stringListValueChildTemplate", "dateListValueChildTemplate", "templates"], never, false, never>;
|
|
668
484
|
}
|
|
669
485
|
|
|
670
|
-
type RowListGridData
|
|
486
|
+
type RowListGridData = ListGridData | Row;
|
|
671
487
|
declare class DataSortBase {
|
|
672
488
|
protected locale: string;
|
|
673
489
|
protected translateService: TranslateService;
|
|
674
490
|
constructor(locale: string, translateService: TranslateService);
|
|
675
|
-
translateItems(items: RowListGridData
|
|
676
|
-
filterItems([items, filters, translations]: [RowListGridData
|
|
491
|
+
translateItems(items: RowListGridData[], columns: DataTableColumn[], clientSideFiltering: boolean, clientSideSorting: boolean): Observable<Record<string, Record<string, string>>>;
|
|
492
|
+
filterItems([items, filters, translations]: [RowListGridData[], Filter$1[], Record<string, Record<string, string>>], clientSideFiltering: boolean): RowListGridData[];
|
|
677
493
|
sortItems([items, sortColumn, sortDirection, translations]: [
|
|
678
|
-
RowListGridData
|
|
494
|
+
RowListGridData[],
|
|
679
495
|
string,
|
|
680
496
|
DataSortDirection,
|
|
681
497
|
Record<string, Record<string, string>>
|
|
682
|
-
], columns: DataTableColumn[], clientSideSorting: boolean): RowListGridData
|
|
683
|
-
flattenItems(items: RowListGridData
|
|
498
|
+
], columns: DataTableColumn[], clientSideSorting: boolean): RowListGridData[];
|
|
499
|
+
flattenItems(items: RowListGridData[]): Pick<{
|
|
684
500
|
[x: string]: unknown;
|
|
685
501
|
}, string>[];
|
|
686
502
|
createCompareFunction(translatedColValues: Record<string, string>, sortColumn: string, sortDirection: DataSortDirection): (a: Record<string, any>, b: Record<string, any>) => number;
|
|
687
503
|
}
|
|
688
504
|
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
constructor();
|
|
692
|
-
}
|
|
693
|
-
declare function observableOutput<T>(): ObservableOutputEmitterRef<T>;
|
|
505
|
+
type ViewLayout = 'grid' | 'list' | 'table';
|
|
506
|
+
type InteractiveExpandedRows = Row[] | string[] | number[];
|
|
694
507
|
|
|
695
|
-
type
|
|
508
|
+
type Primitive = number | string | boolean | bigint | Date;
|
|
509
|
+
type Row = {
|
|
696
510
|
id: string | number;
|
|
697
|
-
imagePath: string | number;
|
|
698
511
|
[columnId: string]: unknown;
|
|
699
512
|
};
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
513
|
+
declare enum TemplateType {
|
|
514
|
+
CELL = "CELL",
|
|
515
|
+
FILTERCELL = "FILTERCELL"
|
|
703
516
|
}
|
|
704
|
-
|
|
517
|
+
type Sort = {
|
|
518
|
+
sortColumn: string;
|
|
519
|
+
sortDirection: DataSortDirection;
|
|
520
|
+
};
|
|
521
|
+
interface DataTableComponentState {
|
|
522
|
+
filters?: Filter$1[];
|
|
523
|
+
sorting?: Sort;
|
|
524
|
+
selectedRows?: Row[];
|
|
525
|
+
expandedRows?: Row[];
|
|
705
526
|
activePage?: number;
|
|
706
527
|
pageSize?: number;
|
|
707
528
|
}
|
|
708
|
-
declare class
|
|
709
|
-
private readonly userService;
|
|
529
|
+
declare class DataTableComponent extends DataSortBase implements OnInit {
|
|
710
530
|
private readonly router;
|
|
711
531
|
private readonly injector;
|
|
712
|
-
private readonly
|
|
532
|
+
private readonly userService;
|
|
713
533
|
private readonly hasPermissionChecker;
|
|
714
534
|
private readonly liveAnnouncer;
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
535
|
+
readonly stateService: DataViewStateService;
|
|
536
|
+
FilterType: typeof FilterType;
|
|
537
|
+
TemplateType: typeof TemplateType;
|
|
538
|
+
rows: _angular_core.ModelSignal<Row[]>;
|
|
539
|
+
previousRows: _angular_core.Signal<Row[]>;
|
|
540
|
+
set selectedRows(value: Row[]);
|
|
541
|
+
selectedIds: _angular_core.WritableSignal<(string | number)[]>;
|
|
542
|
+
set filters(value: Filter$1[]);
|
|
543
|
+
previousFilters: _angular_core.Signal<Filter$1[]>;
|
|
544
|
+
set sortDirection(value: DataSortDirection);
|
|
545
|
+
set sortColumn(value: string);
|
|
546
|
+
columnTemplates$: Observable<Record<string, TemplateRef<any> | null>> | undefined;
|
|
547
|
+
columnFilterTemplates$: Observable<Record<string, TemplateRef<any> | null>> | undefined;
|
|
548
|
+
set columns(value: DataTableColumn[]);
|
|
718
549
|
clientSideFiltering: _angular_core.InputSignal<boolean>;
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
pageSizes: _angular_core.
|
|
550
|
+
clientSideSorting: _angular_core.InputSignal<boolean>;
|
|
551
|
+
sortStates: _angular_core.ModelSignal<DataSortDirection[]>;
|
|
552
|
+
pageSizes: _angular_core.ModelSignal<number[]>;
|
|
722
553
|
displayedPageSize: _angular_core.Signal<number>;
|
|
554
|
+
set pageSize(value: number | undefined);
|
|
723
555
|
emptyResultsMessage: _angular_core.InputSignal<string | undefined>;
|
|
724
|
-
|
|
725
|
-
|
|
556
|
+
name: _angular_core.ModelSignal<string>;
|
|
557
|
+
deletePermission: _angular_core.InputSignal<PermissionInput>;
|
|
726
558
|
viewPermission: _angular_core.InputSignal<PermissionInput>;
|
|
727
559
|
editPermission: _angular_core.InputSignal<PermissionInput>;
|
|
728
|
-
deletePermission: _angular_core.InputSignal<PermissionInput>;
|
|
729
560
|
deleteActionVisibleField: _angular_core.InputSignal<string | undefined>;
|
|
730
561
|
deleteActionEnabledField: _angular_core.InputSignal<string | undefined>;
|
|
731
562
|
viewActionVisibleField: _angular_core.InputSignal<string | undefined>;
|
|
732
563
|
viewActionEnabledField: _angular_core.InputSignal<string | undefined>;
|
|
733
564
|
editActionVisibleField: _angular_core.InputSignal<string | undefined>;
|
|
734
565
|
editActionEnabledField: _angular_core.InputSignal<string | undefined>;
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
deleteMenuItemKey: _angular_core.InputSignal<string | undefined>;
|
|
566
|
+
selectionEnabledField: _angular_core.InputSignal<string | undefined>;
|
|
567
|
+
allowSelectAll: _angular_core.InputSignal<boolean>;
|
|
738
568
|
paginator: _angular_core.InputSignal<boolean>;
|
|
739
|
-
page:
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
name: _angular_core.ModelSignal<string | undefined>;
|
|
569
|
+
set page(value: number);
|
|
570
|
+
tableStyle: _angular_core.InputSignal<{
|
|
571
|
+
[klass: string]: any;
|
|
572
|
+
} | undefined>;
|
|
744
573
|
totalRecordsOnServer: _angular_core.InputSignal<number | undefined>;
|
|
745
574
|
currentPageShowingKey: _angular_core.InputSignal<string>;
|
|
746
575
|
currentPageShowingWithTotalOnServerKey: _angular_core.InputSignal<string>;
|
|
@@ -753,49 +582,82 @@ declare class DataListGridComponent extends DataSortBase implements OnInit {
|
|
|
753
582
|
totalRecords: string;
|
|
754
583
|
totalRecordsOnServer: number | undefined;
|
|
755
584
|
}>;
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
additionalActions:
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
585
|
+
captionTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
586
|
+
stringCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
587
|
+
stringCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
588
|
+
stringCell: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
589
|
+
numberCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
590
|
+
numberCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
591
|
+
numberCell: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
592
|
+
dateCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
593
|
+
dateCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
594
|
+
dateCell: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
595
|
+
relativeDateCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
596
|
+
relativeDateCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
597
|
+
relativeDateCell: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
598
|
+
cellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
599
|
+
cellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
600
|
+
cell: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
601
|
+
translationKeyCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
602
|
+
translationKeyCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
603
|
+
translationKeyCell: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
604
|
+
stringFilterCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
605
|
+
stringFilterCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
606
|
+
stringFilterCell: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
607
|
+
numberFilterCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
608
|
+
numberFilterCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
609
|
+
numberFilterCell: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
610
|
+
dateFilterCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
611
|
+
dateFilterCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
612
|
+
dateFilterCell: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
613
|
+
relativeDateFilterCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
614
|
+
relativeDateFilterCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
615
|
+
relativeDateFilterCell: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
616
|
+
filterCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
617
|
+
filterCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
618
|
+
filterCell: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
619
|
+
translationKeyFilterCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
620
|
+
translationKeyFilterCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
621
|
+
translationKeyFilterCell: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
622
|
+
set additionalActions(value: DataAction[]);
|
|
623
|
+
set frozenActionColumn(value: boolean);
|
|
624
|
+
set actionColumnPosition(value: 'left' | 'right');
|
|
625
|
+
set expandedRows(value: InteractiveExpandedRows);
|
|
626
|
+
expandedRowIds: _angular_core.Signal<(string | number)[]>;
|
|
627
|
+
expandedRowKeys: _angular_core.Signal<Record<string, boolean>>;
|
|
628
|
+
expandable: _angular_core.InputSignal<boolean>;
|
|
629
|
+
frozenExpandColumn: _angular_core.InputSignal<boolean>;
|
|
630
|
+
filtered: _angular_core.OutputEmitterRef<Filter$1[]>;
|
|
631
|
+
sorted: _angular_core.OutputEmitterRef<Sort>;
|
|
632
|
+
viewTableRow: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row>;
|
|
633
|
+
editTableRow: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row>;
|
|
634
|
+
deleteTableRow: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row>;
|
|
635
|
+
selectionChanged: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row[]>;
|
|
636
|
+
pageChanged: _angular_core.OutputEmitterRef<number>;
|
|
637
|
+
pageSizeChanged: _angular_core.OutputEmitterRef<number>;
|
|
638
|
+
componentStateChanged: _angular_core.OutputEmitterRef<DataTableComponentState>;
|
|
639
|
+
rowExpanded: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row>;
|
|
640
|
+
rowCollapsed: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row>;
|
|
641
|
+
displayedRows$: Observable<Pick<{
|
|
642
|
+
[x: string]: unknown;
|
|
643
|
+
}, string>[]>;
|
|
644
|
+
selectedFilteredRows: _angular_core.Signal<Row[]>;
|
|
645
|
+
currentFilterColumn: _angular_core.WritableSignal<DataTableColumn | null>;
|
|
646
|
+
currentEqualFilterOptions$: Observable<{
|
|
647
|
+
options: never[];
|
|
648
|
+
column: undefined;
|
|
649
|
+
} | {
|
|
650
|
+
options: SelectItem<any>[];
|
|
651
|
+
column: DataTableColumn;
|
|
652
|
+
}>;
|
|
653
|
+
currentEqualSelectedFilters: _angular_core.Signal<unknown[]>;
|
|
654
|
+
currentTruthySelectedFilters: _angular_core.Signal<unknown[]>;
|
|
655
|
+
filterAmounts: _angular_core.Signal<Record<string, number>>;
|
|
656
|
+
overflowActions: _angular_core.Signal<DataAction[]>;
|
|
657
|
+
overflowActions$: Observable<DataAction[]>;
|
|
658
|
+
inlineActions: _angular_core.Signal<DataAction[]>;
|
|
797
659
|
currentMenuRow: _angular_core.WritableSignal<Row | null>;
|
|
798
|
-
|
|
660
|
+
overflowMenuItems$: Observable<{
|
|
799
661
|
label: any;
|
|
800
662
|
icon: string | undefined;
|
|
801
663
|
styleClass: string;
|
|
@@ -803,73 +665,264 @@ declare class DataListGridComponent extends DataSortBase implements OnInit {
|
|
|
803
665
|
visible: boolean;
|
|
804
666
|
command: () => void;
|
|
805
667
|
}[]>;
|
|
806
|
-
viewItem: ObservableOutputEmitterRef<ListGridData | undefined>;
|
|
807
|
-
editItem: ObservableOutputEmitterRef<ListGridData | undefined>;
|
|
808
|
-
deleteItem: ObservableOutputEmitterRef<ListGridData | undefined>;
|
|
809
|
-
pageChanged: _angular_core.OutputEmitterRef<number>;
|
|
810
|
-
pageSizeChanged: _angular_core.OutputEmitterRef<number>;
|
|
811
|
-
componentStateChanged: _angular_core.OutputEmitterRef<DataListGridComponentState>;
|
|
812
|
-
get viewItemObserved(): boolean;
|
|
813
|
-
get editItemObserved(): boolean;
|
|
814
|
-
get deleteItemObserved(): boolean;
|
|
815
|
-
observedOutputs: _angular_core.Signal<number>;
|
|
816
|
-
get sortDirectionNumber(): number;
|
|
817
|
-
selectedItem: _angular_core.WritableSignal<ListGridData | undefined>;
|
|
818
|
-
permittedAdditionalActions$: Observable<DataAction[]>;
|
|
819
|
-
gridMenuState$: Observable<{
|
|
820
|
-
permissions: string[];
|
|
821
|
-
additionalActions: DataAction[];
|
|
822
|
-
selectedItem: ListGridData | undefined;
|
|
823
|
-
viewMenuItemKey: string;
|
|
824
|
-
editMenuItemKey: string;
|
|
825
|
-
deleteMenuItemKey: string;
|
|
826
|
-
viewPermission: PermissionInput;
|
|
827
|
-
editPermission: PermissionInput;
|
|
828
|
-
deletePermission: PermissionInput;
|
|
829
|
-
viewActionEnabledField: string | undefined;
|
|
830
|
-
editActionEnabledField: string | undefined;
|
|
831
|
-
deleteActionEnabledField: string | undefined;
|
|
832
|
-
viewActionVisibleField: string | undefined;
|
|
833
|
-
editActionVisibleField: string | undefined;
|
|
834
|
-
deleteActionVisibleField: string | undefined;
|
|
835
|
-
}>;
|
|
836
|
-
gridMenuItems$: Observable<MenuItem[]>;
|
|
837
|
-
displayedItems$: Observable<(Row | ListGridData)[]>;
|
|
838
|
-
fallbackImagePath$: Observable<string>;
|
|
839
668
|
templates: _angular_core.Signal<readonly PrimeTemplate[]>;
|
|
840
669
|
templates$: Observable<readonly PrimeTemplate[]>;
|
|
841
670
|
viewTemplates: _angular_core.Signal<readonly PrimeTemplate[]>;
|
|
842
671
|
viewTemplates$: Observable<readonly PrimeTemplate[]>;
|
|
843
672
|
parentTemplates: _angular_core.ModelSignal<PrimeTemplate[] | null | undefined>;
|
|
844
673
|
parentTemplates$: Observable<PrimeTemplate[] | null | undefined>;
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
674
|
+
expansionTemplate: _angular_core.Signal<PrimeTemplate | undefined>;
|
|
675
|
+
get viewTableRowObserved(): boolean;
|
|
676
|
+
get editTableRowObserved(): boolean;
|
|
677
|
+
get deleteTableRowObserved(): boolean;
|
|
678
|
+
get anyRowActionObserved(): boolean;
|
|
679
|
+
get actionColumnVisible(): boolean;
|
|
680
|
+
getRowColspan(hasExpansionTemplate: boolean): number;
|
|
681
|
+
get selectionChangedObserved(): boolean;
|
|
848
682
|
constructor();
|
|
849
683
|
ngOnInit(): void;
|
|
850
|
-
|
|
851
|
-
onViewRow(element: ListGridData): void;
|
|
852
|
-
onEditRow(element: ListGridData): void;
|
|
853
|
-
imgError(item: ListGridData): void;
|
|
854
|
-
getFallbackImagePath(mfeInfo: MfeInfo): string;
|
|
855
|
-
setSelectedItem(item: ListGridData): void;
|
|
856
|
-
resolveFieldData(object: any, key: any): any;
|
|
684
|
+
translateColumnValues(columnValues: string[]): Observable<any>;
|
|
857
685
|
emitComponentStateChanged(): void;
|
|
686
|
+
emitSelectionChanged(): void;
|
|
687
|
+
onRowExpand(event: any): void;
|
|
688
|
+
onRowCollapse(event: any): void;
|
|
689
|
+
isRowExpanded(row: Row): boolean;
|
|
690
|
+
toggleRowExpansion(row: Row): void;
|
|
691
|
+
onSortColumnClick(sortColumn: string): void;
|
|
692
|
+
columnNextSortDirection(sortColumn: string): DataSortDirection;
|
|
693
|
+
onDeleteRow(selectedTableRow: Row): void;
|
|
694
|
+
onViewRow(selectedTableRow: Row): void;
|
|
695
|
+
onEditRow(selectedTableRow: Row): void;
|
|
696
|
+
onFilterChosen(column: DataTableColumn): void;
|
|
697
|
+
onMultiselectFilterChange(column: DataTableColumn, event: any): void;
|
|
698
|
+
sortIconTitle(sortColumn: string): "OCX_DATA_TABLE.TOGGLE_BUTTON.ASCENDING_TITLE" | "OCX_DATA_TABLE.TOGGLE_BUTTON.DESCENDING_TITLE" | "OCX_DATA_TABLE.TOGGLE_BUTTON.DEFAULT_TITLE";
|
|
699
|
+
sortDirectionToTitle(sortDirection: DataSortDirection): "OCX_DATA_TABLE.TOGGLE_BUTTON.ASCENDING_TITLE" | "OCX_DATA_TABLE.TOGGLE_BUTTON.DESCENDING_TITLE" | "OCX_DATA_TABLE.TOGGLE_BUTTON.DEFAULT_TITLE";
|
|
700
|
+
isRowSelectionDisabled(rowObject: Row): boolean;
|
|
701
|
+
rowSelectable(event: any): boolean;
|
|
702
|
+
onSelectionChange(selection: Row[]): void;
|
|
703
|
+
mergeWithDisabledKeys(newSelectionIds: (string | number)[], disabledRowIds: (string | number)[]): (string | number)[];
|
|
704
|
+
isSelected(row: Row): boolean;
|
|
858
705
|
onPageChange(event: any): void;
|
|
859
706
|
fieldIsTruthy(object: any, key: any): boolean;
|
|
860
|
-
hasVisibleOverflowMenuItems(row: any): Observable<boolean>;
|
|
861
707
|
toggleOverflowMenu(event: MouseEvent, menu: Menu, row: Row): void;
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
private
|
|
865
|
-
private
|
|
866
|
-
private
|
|
708
|
+
hasVisibleOverflowMenuItems(row: any): Observable<boolean>;
|
|
709
|
+
isDate(value: Date | string | number): boolean;
|
|
710
|
+
private readonly cellTemplatesData;
|
|
711
|
+
private readonly filterTemplatesData;
|
|
712
|
+
private readonly templatesDataMap;
|
|
713
|
+
getColumnTypeTemplate(templates: PrimeTemplate[], columnType: ColumnType, templateType: TemplateType): TemplateRef<any> | null;
|
|
714
|
+
getTemplate(column: DataTableColumn, templateType: TemplateType): Observable<TemplateRef<any> | null>;
|
|
715
|
+
resolveFieldData(object: any, key: any): any;
|
|
716
|
+
getRowObjectFromMultiselectItem(value: MultiSelectItem, column: DataTableColumn): Record<string, string | undefined>;
|
|
717
|
+
rowTrackByFunction: (index: number, item: any) => any;
|
|
867
718
|
private filterActionsBasedOnPermissions;
|
|
868
|
-
|
|
869
|
-
onActionClick(action: DataAction, item: any): Promise<void>;
|
|
719
|
+
onActionClick(action: DataAction, rowObject: any): Promise<void>;
|
|
870
720
|
private createMenuItemCommand;
|
|
871
|
-
|
|
872
|
-
static
|
|
721
|
+
getRowSummary(rowObject: any): string;
|
|
722
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableComponent, never>;
|
|
723
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableComponent, "ocx-data-table", never, { "rows": { "alias": "rows"; "required": false; "isSignal": true; }; "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; "isSignal": true; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; "isSignal": true; }; "sortStates": { "alias": "sortStates"; "required": false; "isSignal": true; }; "pageSizes": { "alias": "pageSizes"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; }; "emptyResultsMessage": { "alias": "emptyResultsMessage"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "deletePermission": { "alias": "deletePermission"; "required": false; "isSignal": true; }; "viewPermission": { "alias": "viewPermission"; "required": false; "isSignal": true; }; "editPermission": { "alias": "editPermission"; "required": false; "isSignal": true; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; "isSignal": true; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; "isSignal": true; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; "isSignal": true; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; "isSignal": true; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; "isSignal": true; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; "isSignal": true; }; "selectionEnabledField": { "alias": "selectionEnabledField"; "required": false; "isSignal": true; }; "allowSelectAll": { "alias": "allowSelectAll"; "required": false; "isSignal": true; }; "paginator": { "alias": "paginator"; "required": false; "isSignal": true; }; "page": { "alias": "page"; "required": false; }; "tableStyle": { "alias": "tableStyle"; "required": false; "isSignal": true; }; "totalRecordsOnServer": { "alias": "totalRecordsOnServer"; "required": false; "isSignal": true; }; "currentPageShowingKey": { "alias": "currentPageShowingKey"; "required": false; "isSignal": true; }; "currentPageShowingWithTotalOnServerKey": { "alias": "currentPageShowingWithTotalOnServerKey"; "required": false; "isSignal": true; }; "captionTemplate": { "alias": "captionTemplate"; "required": false; "isSignal": true; }; "stringCellTemplate": { "alias": "stringCellTemplate"; "required": false; "isSignal": true; }; "numberCellTemplate": { "alias": "numberCellTemplate"; "required": false; "isSignal": true; }; "dateCellTemplate": { "alias": "dateCellTemplate"; "required": false; "isSignal": true; }; "relativeDateCellTemplate": { "alias": "relativeDateCellTemplate"; "required": false; "isSignal": true; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; "isSignal": true; }; "translationKeyCellTemplate": { "alias": "translationKeyCellTemplate"; "required": false; "isSignal": true; }; "stringFilterCellTemplate": { "alias": "stringFilterCellTemplate"; "required": false; "isSignal": true; }; "numberFilterCellTemplate": { "alias": "numberFilterCellTemplate"; "required": false; "isSignal": true; }; "dateFilterCellTemplate": { "alias": "dateFilterCellTemplate"; "required": false; "isSignal": true; }; "relativeDateFilterCellTemplate": { "alias": "relativeDateFilterCellTemplate"; "required": false; "isSignal": true; }; "filterCellTemplate": { "alias": "filterCellTemplate"; "required": false; "isSignal": true; }; "translationKeyFilterCellTemplate": { "alias": "translationKeyFilterCellTemplate"; "required": false; "isSignal": true; }; "additionalActions": { "alias": "additionalActions"; "required": false; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; }; "expandedRows": { "alias": "expandedRows"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; "isSignal": true; }; "frozenExpandColumn": { "alias": "frozenExpandColumn"; "required": false; "isSignal": true; }; "parentTemplates": { "alias": "parentTemplates"; "required": false; "isSignal": true; }; }, { "rows": "rowsChange"; "sortStates": "sortStatesChange"; "pageSizes": "pageSizesChange"; "name": "nameChange"; "filtered": "filtered"; "sorted": "sorted"; "viewTableRow": "viewTableRow"; "editTableRow": "editTableRow"; "deleteTableRow": "deleteTableRow"; "selectionChanged": "selectionChanged"; "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "componentStateChanged": "componentStateChanged"; "rowExpanded": "rowExpanded"; "rowCollapsed": "rowCollapsed"; "parentTemplates": "parentTemplatesChange"; }, ["stringCellChildTemplate", "numberCellChildTemplate", "dateCellChildTemplate", "relativeDateCellChildTemplate", "cellChildTemplate", "translationKeyCellChildTemplate", "stringFilterCellChildTemplate", "numberFilterCellChildTemplate", "dateFilterCellChildTemplate", "relativeDateFilterCellChildTemplate", "filterCellChildTemplate", "translationKeyFilterCellChildTemplate", "templates"], never, false, never>;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
interface InteractiveDataView {
|
|
727
|
+
layout?: ViewLayout;
|
|
728
|
+
activeColumnGroupKey?: string;
|
|
729
|
+
columns?: DataTableColumn[];
|
|
730
|
+
actionColumnConfig?: {
|
|
731
|
+
frozen: boolean;
|
|
732
|
+
position: 'left' | 'right';
|
|
733
|
+
};
|
|
734
|
+
data?: Row[];
|
|
735
|
+
additionalActions?: DataAction[];
|
|
736
|
+
sorting?: {
|
|
737
|
+
sortColumn: string;
|
|
738
|
+
sortDirection: DataSortDirection;
|
|
739
|
+
};
|
|
740
|
+
filters?: Filter$1[];
|
|
741
|
+
selectedRows?: Row[];
|
|
742
|
+
expandedRows?: InteractiveExpandedRows;
|
|
743
|
+
activePage?: number;
|
|
744
|
+
pageSize?: number;
|
|
745
|
+
listGridPaginator?: boolean;
|
|
746
|
+
tablePaginator?: boolean;
|
|
747
|
+
}
|
|
748
|
+
declare class DataViewStateService {
|
|
749
|
+
layout: _angular_core.WritableSignal<ViewLayout>;
|
|
750
|
+
activeColumnGroupKey: _angular_core.WritableSignal<string | undefined>;
|
|
751
|
+
columns: _angular_core.WritableSignal<DataTableColumn[]>;
|
|
752
|
+
actionColumnConfigFrozen: _angular_core.WritableSignal<boolean>;
|
|
753
|
+
actionColumnConfigPosition: _angular_core.WritableSignal<"right" | "left">;
|
|
754
|
+
data: _angular_core.WritableSignal<RowListGridData$1[]>;
|
|
755
|
+
additionalActions: _angular_core.WritableSignal<DataAction[]>;
|
|
756
|
+
sortColumn: _angular_core.WritableSignal<string>;
|
|
757
|
+
sortDirection: _angular_core.WritableSignal<DataSortDirection>;
|
|
758
|
+
filters: _angular_core.WritableSignal<Filter$1[]>;
|
|
759
|
+
selectedRows: _angular_core.WritableSignal<Row[]>;
|
|
760
|
+
expandedRows: _angular_core.WritableSignal<InteractiveExpandedRows>;
|
|
761
|
+
activePage: _angular_core.WritableSignal<number>;
|
|
762
|
+
pageSize: _angular_core.WritableSignal<number | undefined>;
|
|
763
|
+
listGridPaginator: _angular_core.WritableSignal<boolean>;
|
|
764
|
+
tablePaginator: _angular_core.WritableSignal<boolean>;
|
|
765
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataViewStateService, never>;
|
|
766
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<DataViewStateService>;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
type GroupSelectionChangedEvent = {
|
|
770
|
+
activeColumns: DataTableColumn[];
|
|
771
|
+
groupKey: string;
|
|
772
|
+
};
|
|
773
|
+
interface ColumnGroupSelectionComponentState {
|
|
774
|
+
activeColumnGroupKey?: string;
|
|
775
|
+
displayedColumns?: DataTableColumn[];
|
|
776
|
+
}
|
|
777
|
+
declare class ColumnGroupSelectionComponent implements OnInit {
|
|
778
|
+
readonly stateService: DataViewStateService;
|
|
779
|
+
set selectedGroupKey(value: string);
|
|
780
|
+
set columns(value: DataTableColumn[]);
|
|
781
|
+
readonly placeholderKey: _angular_core.InputSignal<string>;
|
|
782
|
+
readonly defaultGroupKey: _angular_core.InputSignal<string>;
|
|
783
|
+
readonly customGroupKey: _angular_core.InputSignal<string>;
|
|
784
|
+
readonly groupSelectionChanged: _angular_core.OutputEmitterRef<GroupSelectionChangedEvent>;
|
|
785
|
+
readonly componentStateChanged: _angular_core.OutputEmitterRef<ColumnGroupSelectionComponentState>;
|
|
786
|
+
readonly allGroupKeys: _angular_core.Signal<string[]>;
|
|
787
|
+
constructor();
|
|
788
|
+
ngOnInit(): void;
|
|
789
|
+
changeGroupSelection(event: {
|
|
790
|
+
value: string;
|
|
791
|
+
}): void;
|
|
792
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ColumnGroupSelectionComponent, never>;
|
|
793
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColumnGroupSelectionComponent, "ocx-column-group-selection", never, { "selectedGroupKey": { "alias": "selectedGroupKey"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "placeholderKey": { "alias": "placeholderKey"; "required": false; "isSignal": true; }; "defaultGroupKey": { "alias": "defaultGroupKey"; "required": false; "isSignal": true; }; "customGroupKey": { "alias": "customGroupKey"; "required": false; "isSignal": true; }; }, { "groupSelectionChanged": "groupSelectionChanged"; "componentStateChanged": "componentStateChanged"; }, never, never, false, never>;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
declare class OcxContentComponent {
|
|
797
|
+
/**
|
|
798
|
+
* Optionally allows specifying a title for the content card
|
|
799
|
+
*/
|
|
800
|
+
title: _angular_core.InputSignal<string>;
|
|
801
|
+
/**
|
|
802
|
+
* Optionally allows specifying styles for the content card
|
|
803
|
+
*/
|
|
804
|
+
styleClass: _angular_core.InputSignal<string | undefined>;
|
|
805
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OcxContentComponent, never>;
|
|
806
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OcxContentComponent, "ocx-content", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "styleClass": { "alias": "styleClass"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
declare class OcxContentContainerComponent {
|
|
810
|
+
/**
|
|
811
|
+
* Allows specifying the layout direction of the container
|
|
812
|
+
*/
|
|
813
|
+
layout: _angular_core.InputSignal<"horizontal" | "vertical">;
|
|
814
|
+
/**
|
|
815
|
+
* Allows specifying the breakpoint below which a horizontal layout switches to a vertical layout.
|
|
816
|
+
* Only necessary if horizontal layout is used
|
|
817
|
+
* Default: md
|
|
818
|
+
*/
|
|
819
|
+
breakpoint: _angular_core.InputSignal<"sm" | "md" | "lg" | "xl">;
|
|
820
|
+
/**
|
|
821
|
+
* Optionally allows specifying styles for the container
|
|
822
|
+
*/
|
|
823
|
+
styleClass: _angular_core.InputSignal<string | undefined>;
|
|
824
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OcxContentContainerComponent, never>;
|
|
825
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OcxContentContainerComponent, "ocx-content-container", never, { "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "breakpoint": { "alias": "breakpoint"; "required": false; "isSignal": true; }; "styleClass": { "alias": "styleClass"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
type ColumnSelectionChangedEvent = {
|
|
829
|
+
activeColumns: DataTableColumn[];
|
|
830
|
+
};
|
|
831
|
+
type ActionColumnChangedEvent = {
|
|
832
|
+
frozenActionColumn: boolean;
|
|
833
|
+
actionColumnPosition: 'left' | 'right';
|
|
834
|
+
};
|
|
835
|
+
interface CustomGroupColumnSelectorComponentState {
|
|
836
|
+
actionColumnConfig?: {
|
|
837
|
+
frozen: boolean;
|
|
838
|
+
position: 'left' | 'right';
|
|
839
|
+
};
|
|
840
|
+
displayedColumns?: DataTableColumn[];
|
|
841
|
+
activeColumnGroupKey?: string;
|
|
842
|
+
}
|
|
843
|
+
declare class CustomGroupColumnSelectorComponent implements OnInit {
|
|
844
|
+
readonly stateService: DataViewStateService;
|
|
845
|
+
set columns(value: DataTableColumn[]);
|
|
846
|
+
readonly displayedColumns: _angular_core.ModelSignal<DataTableColumn[]>;
|
|
847
|
+
readonly customGroupKey: _angular_core.InputSignal<string>;
|
|
848
|
+
readonly dialogTitle: _angular_core.InputSignal<string>;
|
|
849
|
+
readonly dialogTitleKey: _angular_core.InputSignal<string>;
|
|
850
|
+
readonly openButtonTitle: _angular_core.InputSignal<string>;
|
|
851
|
+
readonly openButtonTitleKey: _angular_core.InputSignal<string>;
|
|
852
|
+
readonly openButtonAriaLabel: _angular_core.InputSignal<string>;
|
|
853
|
+
readonly openButtonAriaLabelKey: _angular_core.InputSignal<string>;
|
|
854
|
+
readonly saveButtonLabel: _angular_core.InputSignal<string>;
|
|
855
|
+
readonly saveButtonLabelKey: _angular_core.InputSignal<string>;
|
|
856
|
+
readonly saveButtonAriaLabel: _angular_core.InputSignal<string>;
|
|
857
|
+
readonly saveButtonAriaLabelKey: _angular_core.InputSignal<string>;
|
|
858
|
+
readonly cancelButtonLabel: _angular_core.InputSignal<string>;
|
|
859
|
+
readonly cancelButtonLabelKey: _angular_core.InputSignal<string>;
|
|
860
|
+
readonly cancelButtonAriaLabel: _angular_core.InputSignal<string>;
|
|
861
|
+
readonly cancelButtonAriaLabelKey: _angular_core.InputSignal<string>;
|
|
862
|
+
readonly activeColumnsLabel: _angular_core.InputSignal<string>;
|
|
863
|
+
readonly activeColumnsLabelKey: _angular_core.InputSignal<string>;
|
|
864
|
+
readonly inactiveColumnsLabel: _angular_core.InputSignal<string>;
|
|
865
|
+
readonly inactiveColumnsLabelKey: _angular_core.InputSignal<string>;
|
|
866
|
+
set frozenActionColumn(value: boolean);
|
|
867
|
+
set actionColumnPosition(value: 'left' | 'right');
|
|
868
|
+
readonly columnSelectionChanged: _angular_core.OutputEmitterRef<ColumnSelectionChangedEvent>;
|
|
869
|
+
readonly actionColumnConfigChanged: _angular_core.OutputEmitterRef<ActionColumnChangedEvent>;
|
|
870
|
+
readonly componentStateChanged: _angular_core.OutputEmitterRef<CustomGroupColumnSelectorComponentState>;
|
|
871
|
+
readonly hiddenColumnsModel: _angular_core.WritableSignal<DataTableColumn[]>;
|
|
872
|
+
readonly displayedColumnsModel: _angular_core.WritableSignal<DataTableColumn[]>;
|
|
873
|
+
readonly frozenActionColumnModel: _angular_core.WritableSignal<boolean>;
|
|
874
|
+
readonly actionColumnPositionModel: _angular_core.WritableSignal<"right" | "left">;
|
|
875
|
+
readonly visible: _angular_core.WritableSignal<boolean>;
|
|
876
|
+
readonly alignmentOptions: _angular_core.WritableSignal<{
|
|
877
|
+
label: string;
|
|
878
|
+
value: "left" | "right";
|
|
879
|
+
}[]>;
|
|
880
|
+
readonly frozenOptions: _angular_core.WritableSignal<{
|
|
881
|
+
label: string;
|
|
882
|
+
value: boolean;
|
|
883
|
+
}[]>;
|
|
884
|
+
private readonly _actionColumnState;
|
|
885
|
+
constructor();
|
|
886
|
+
ngOnInit(): void;
|
|
887
|
+
onOpenCustomGroupColumnSelectionDialogClick(): void;
|
|
888
|
+
onSaveClick(): void;
|
|
889
|
+
onCancelClick(): void;
|
|
890
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CustomGroupColumnSelectorComponent, never>;
|
|
891
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CustomGroupColumnSelectorComponent, "ocx-custom-group-column-selector", never, { "columns": { "alias": "columns"; "required": false; }; "displayedColumns": { "alias": "displayedColumns"; "required": false; "isSignal": true; }; "customGroupKey": { "alias": "customGroupKey"; "required": false; "isSignal": true; }; "dialogTitle": { "alias": "dialogTitle"; "required": false; "isSignal": true; }; "dialogTitleKey": { "alias": "dialogTitleKey"; "required": false; "isSignal": true; }; "openButtonTitle": { "alias": "openButtonTitle"; "required": false; "isSignal": true; }; "openButtonTitleKey": { "alias": "openButtonTitleKey"; "required": false; "isSignal": true; }; "openButtonAriaLabel": { "alias": "openButtonAriaLabel"; "required": false; "isSignal": true; }; "openButtonAriaLabelKey": { "alias": "openButtonAriaLabelKey"; "required": false; "isSignal": true; }; "saveButtonLabel": { "alias": "saveButtonLabel"; "required": false; "isSignal": true; }; "saveButtonLabelKey": { "alias": "saveButtonLabelKey"; "required": false; "isSignal": true; }; "saveButtonAriaLabel": { "alias": "saveButtonAriaLabel"; "required": false; "isSignal": true; }; "saveButtonAriaLabelKey": { "alias": "saveButtonAriaLabelKey"; "required": false; "isSignal": true; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; "isSignal": true; }; "cancelButtonLabelKey": { "alias": "cancelButtonLabelKey"; "required": false; "isSignal": true; }; "cancelButtonAriaLabel": { "alias": "cancelButtonAriaLabel"; "required": false; "isSignal": true; }; "cancelButtonAriaLabelKey": { "alias": "cancelButtonAriaLabelKey"; "required": false; "isSignal": true; }; "activeColumnsLabel": { "alias": "activeColumnsLabel"; "required": false; "isSignal": true; }; "activeColumnsLabelKey": { "alias": "activeColumnsLabelKey"; "required": false; "isSignal": true; }; "inactiveColumnsLabel": { "alias": "inactiveColumnsLabel"; "required": false; "isSignal": true; }; "inactiveColumnsLabelKey": { "alias": "inactiveColumnsLabelKey"; "required": false; "isSignal": true; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; }; }, { "displayedColumns": "displayedColumnsChange"; "columnSelectionChanged": "columnSelectionChanged"; "actionColumnConfigChanged": "actionColumnConfigChanged"; "componentStateChanged": "componentStateChanged"; }, never, never, false, never>;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
/**
|
|
895
|
+
* @example let myIcon : PrimeIcon = PrimeIcons.myIcon
|
|
896
|
+
*/
|
|
897
|
+
type PrimeIcon = (typeof PrimeIcons)[keyof Omit<typeof PrimeIcons, 'prototype'>];
|
|
898
|
+
|
|
899
|
+
interface ViewingLayouts {
|
|
900
|
+
id: string;
|
|
901
|
+
icon: PrimeIcon;
|
|
902
|
+
layout: ViewLayout;
|
|
903
|
+
tooltip?: string;
|
|
904
|
+
tooltipKey: string;
|
|
905
|
+
label?: string;
|
|
906
|
+
labelKey: string;
|
|
907
|
+
}
|
|
908
|
+
interface DataLayoutSelectionComponentState {
|
|
909
|
+
layout?: ViewLayout;
|
|
910
|
+
}
|
|
911
|
+
declare class DataLayoutSelectionComponent implements OnInit {
|
|
912
|
+
readonly stateService: DataViewStateService;
|
|
913
|
+
supportedViewLayouts: _angular_core.InputSignal<string[]>;
|
|
914
|
+
set layout(value: ViewLayout);
|
|
915
|
+
readonly dataViewLayoutChange: _angular_core.OutputEmitterRef<ViewLayout>;
|
|
916
|
+
readonly componentStateChanged: _angular_core.OutputEmitterRef<DataLayoutSelectionComponentState>;
|
|
917
|
+
viewingLayouts: _angular_core.Signal<ViewingLayouts[]>;
|
|
918
|
+
readonly selectedViewLayout: _angular_core.Signal<ViewingLayouts | undefined>;
|
|
919
|
+
ngOnInit(): void;
|
|
920
|
+
onDataViewLayoutChange(event: {
|
|
921
|
+
icon: PrimeIcon;
|
|
922
|
+
layout: ViewLayout;
|
|
923
|
+
}): void;
|
|
924
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataLayoutSelectionComponent, never>;
|
|
925
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataLayoutSelectionComponent, "ocx-data-layout-selection", never, { "supportedViewLayouts": { "alias": "supportedViewLayouts"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; }; }, { "dataViewLayoutChange": "dataViewLayoutChange"; "componentStateChanged": "componentStateChanged"; }, never, never, false, never>;
|
|
873
926
|
}
|
|
874
927
|
|
|
875
928
|
interface DataColumnNameId {
|
|
@@ -885,10 +938,11 @@ interface DataListGridSortingComponentState {
|
|
|
885
938
|
sorting?: ListGridSort;
|
|
886
939
|
}
|
|
887
940
|
declare class DataListGridSortingComponent {
|
|
888
|
-
readonly
|
|
941
|
+
readonly stateService: DataViewStateService;
|
|
942
|
+
set columns(value: DataTableColumn[]);
|
|
889
943
|
readonly sortStates: _angular_core.InputSignal<DataSortDirection[]>;
|
|
890
|
-
|
|
891
|
-
|
|
944
|
+
set sortDirection(value: DataSortDirection);
|
|
945
|
+
set sortField(value: string);
|
|
892
946
|
readonly sortChange: _angular_core.OutputEmitterRef<string>;
|
|
893
947
|
readonly sortDirectionChange: _angular_core.OutputEmitterRef<DataSortDirection>;
|
|
894
948
|
readonly componentStateChanged: _angular_core.OutputEmitterRef<DataListGridSortingComponentState>;
|
|
@@ -903,17 +957,15 @@ declare class DataListGridSortingComponent {
|
|
|
903
957
|
sortIconTitle(): string;
|
|
904
958
|
sortDirectionToTitle(sortDirection: DataSortDirection): string;
|
|
905
959
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataListGridSortingComponent, never>;
|
|
906
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataListGridSortingComponent, "ocx-data-list-grid-sorting", never, { "columns": { "alias": "columns"; "required": false;
|
|
960
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataListGridSortingComponent, "ocx-data-list-grid-sorting", never, { "columns": { "alias": "columns"; "required": false; }; "sortStates": { "alias": "sortStates"; "required": false; "isSignal": true; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; }, { "sortChange": "sortChange"; "sortDirectionChange": "sortDirectionChange"; "componentStateChanged": "componentStateChanged"; "columnsChange": "columnsChange"; }, never, never, false, never>;
|
|
907
961
|
}
|
|
908
962
|
|
|
909
|
-
type RowListGridData = ListGridData & Row;
|
|
910
963
|
type DataViewComponentState = DataListGridComponentState & DataTableComponentState;
|
|
911
964
|
declare class DataViewComponent implements OnInit {
|
|
912
965
|
private readonly injector;
|
|
966
|
+
readonly stateService: DataViewStateService;
|
|
913
967
|
dataListGridComponent: _angular_core.Signal<DataListGridComponent | undefined>;
|
|
914
968
|
dataTableComponent: _angular_core.Signal<DataTableComponent | undefined>;
|
|
915
|
-
dataTableComponentState$: ReplaySubject<DataTableComponentState>;
|
|
916
|
-
dataListGridComponentState$: ReplaySubject<DataListGridComponentState>;
|
|
917
969
|
deletePermission: _angular_core.InputSignal<string | string[] | undefined>;
|
|
918
970
|
editPermission: _angular_core.InputSignal<string | string[] | undefined>;
|
|
919
971
|
viewPermission: _angular_core.InputSignal<string | string[] | undefined>;
|
|
@@ -925,36 +977,35 @@ declare class DataViewComponent implements OnInit {
|
|
|
925
977
|
editActionEnabledField: _angular_core.InputSignal<string | undefined>;
|
|
926
978
|
tableSelectionEnabledField: _angular_core.InputSignal<string | undefined>;
|
|
927
979
|
tableAllowSelectAll: _angular_core.InputSignal<boolean>;
|
|
928
|
-
data:
|
|
980
|
+
set data(value: RowListGridData$1[]);
|
|
929
981
|
name: _angular_core.InputSignal<string>;
|
|
930
982
|
titleLineId: _angular_core.InputSignal<string | undefined>;
|
|
931
983
|
subtitleLineIds: _angular_core.InputSignal<string[] | undefined>;
|
|
932
|
-
|
|
933
|
-
|
|
984
|
+
set page(value: number);
|
|
985
|
+
set pageSize(value: number | undefined);
|
|
986
|
+
set selectedRow(value: Row[]);
|
|
987
|
+
set expandedRows(value: InteractiveExpandedRows);
|
|
988
|
+
set frozenActionColumn(value: boolean);
|
|
989
|
+
set actionColumnPosition(value: 'left' | 'right');
|
|
990
|
+
set layout(value: ViewLayout);
|
|
991
|
+
set columns(value: DataTableColumn[]);
|
|
934
992
|
emptyResultsMessage: _angular_core.InputSignal<string | undefined>;
|
|
935
993
|
clientSideSorting: _angular_core.InputSignal<boolean>;
|
|
936
994
|
clientSideFiltering: _angular_core.InputSignal<boolean>;
|
|
937
995
|
fallbackImage: _angular_core.InputSignal<string | undefined>;
|
|
938
|
-
filters:
|
|
939
|
-
sortField:
|
|
940
|
-
sortDirection:
|
|
941
|
-
listGridPaginator: _angular_core.ModelSignal<boolean>;
|
|
942
|
-
tablePaginator: _angular_core.ModelSignal<boolean>;
|
|
943
|
-
get paginator(): boolean;
|
|
996
|
+
set filters(value: Filter$1[]);
|
|
997
|
+
set sortField(value: string);
|
|
998
|
+
set sortDirection(value: DataSortDirection);
|
|
944
999
|
set paginator(value: boolean);
|
|
945
|
-
|
|
1000
|
+
set listGridPaginator(value: boolean);
|
|
1001
|
+
set tablePaginator(value: boolean);
|
|
946
1002
|
totalRecordsOnServer: _angular_core.InputSignal<number | undefined>;
|
|
947
1003
|
currentPageShowingKey: _angular_core.InputSignal<string>;
|
|
948
1004
|
currentPageShowingWithTotalOnServerKey: _angular_core.InputSignal<string>;
|
|
949
|
-
selectedRows: _angular_core.InputSignal<Row[]>;
|
|
950
|
-
frozenActionColumn: _angular_core.InputSignal<boolean>;
|
|
951
|
-
actionColumnPosition: _angular_core.InputSignal<"right" | "left">;
|
|
952
1005
|
expandable: _angular_core.InputSignal<boolean>;
|
|
953
1006
|
frozenExpandColumn: _angular_core.InputSignal<boolean>;
|
|
954
|
-
expandedRows: _angular_core.ModelSignal<string[] | Row[] | number[]>;
|
|
955
1007
|
sortStates: _angular_core.InputSignal<DataSortDirection[]>;
|
|
956
1008
|
pageSizes: _angular_core.InputSignal<number[]>;
|
|
957
|
-
pageSize: _angular_core.ModelSignal<number | undefined>;
|
|
958
1009
|
stringTableCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
959
1010
|
stringTableCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
960
1011
|
get stringTableCell(): TemplateRef<any> | undefined;
|
|
@@ -1021,12 +1072,12 @@ declare class DataViewComponent implements OnInit {
|
|
|
1021
1072
|
numberTableFilterCellTemplate: _angular_core.InputSignal<TemplateRef<any> | undefined>;
|
|
1022
1073
|
numberTableFilterCellChildTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
1023
1074
|
get numberTableFilterCell(): TemplateRef<any> | undefined;
|
|
1024
|
-
additionalActions:
|
|
1075
|
+
set additionalActions(value: DataAction[]);
|
|
1025
1076
|
filtered: _angular_core.OutputEmitterRef<Filter$1[]>;
|
|
1026
1077
|
sorted: _angular_core.OutputEmitterRef<Sort>;
|
|
1027
|
-
deleteItem: _onecx_angular_accelerator.ObservableOutputEmitterRef<RowListGridData>;
|
|
1028
|
-
viewItem: _onecx_angular_accelerator.ObservableOutputEmitterRef<RowListGridData>;
|
|
1029
|
-
editItem: _onecx_angular_accelerator.ObservableOutputEmitterRef<RowListGridData>;
|
|
1078
|
+
deleteItem: _onecx_angular_accelerator.ObservableOutputEmitterRef<RowListGridData$1>;
|
|
1079
|
+
viewItem: _onecx_angular_accelerator.ObservableOutputEmitterRef<RowListGridData$1>;
|
|
1080
|
+
editItem: _onecx_angular_accelerator.ObservableOutputEmitterRef<RowListGridData$1>;
|
|
1030
1081
|
selectionChanged: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row[]>;
|
|
1031
1082
|
pageChanged: _angular_core.OutputEmitterRef<number>;
|
|
1032
1083
|
pageSizeChanged: _angular_core.OutputEmitterRef<number>;
|
|
@@ -1054,7 +1105,7 @@ declare class DataViewComponent implements OnInit {
|
|
|
1054
1105
|
onPageChange(event: number): void;
|
|
1055
1106
|
onPageSizeChange(event: number): void;
|
|
1056
1107
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataViewComponent, never>;
|
|
1057
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataViewComponent, "ocx-data-view", never, { "deletePermission": { "alias": "deletePermission"; "required": false; "isSignal": true; }; "editPermission": { "alias": "editPermission"; "required": false; "isSignal": true; }; "viewPermission": { "alias": "viewPermission"; "required": false; "isSignal": true; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; "isSignal": true; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; "isSignal": true; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; "isSignal": true; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; "isSignal": true; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; "isSignal": true; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; "isSignal": true; }; "tableSelectionEnabledField": { "alias": "tableSelectionEnabledField"; "required": false; "isSignal": true; }; "tableAllowSelectAll": { "alias": "tableAllowSelectAll"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false;
|
|
1108
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataViewComponent, "ocx-data-view", never, { "deletePermission": { "alias": "deletePermission"; "required": false; "isSignal": true; }; "editPermission": { "alias": "editPermission"; "required": false; "isSignal": true; }; "viewPermission": { "alias": "viewPermission"; "required": false; "isSignal": true; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; "isSignal": true; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; "isSignal": true; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; "isSignal": true; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; "isSignal": true; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; "isSignal": true; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; "isSignal": true; }; "tableSelectionEnabledField": { "alias": "tableSelectionEnabledField"; "required": false; "isSignal": true; }; "tableAllowSelectAll": { "alias": "tableAllowSelectAll"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "titleLineId": { "alias": "titleLineId"; "required": false; "isSignal": true; }; "subtitleLineIds": { "alias": "subtitleLineIds"; "required": false; "isSignal": true; }; "page": { "alias": "page"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "selectedRow": { "alias": "selectedRow"; "required": false; }; "expandedRows": { "alias": "expandedRows"; "required": false; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "emptyResultsMessage": { "alias": "emptyResultsMessage"; "required": false; "isSignal": true; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; "isSignal": true; }; "clientSideFiltering": { "alias": "clientSideFiltering"; "required": false; "isSignal": true; }; "fallbackImage": { "alias": "fallbackImage"; "required": false; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "listGridPaginator": { "alias": "listGridPaginator"; "required": false; }; "tablePaginator": { "alias": "tablePaginator"; "required": false; }; "totalRecordsOnServer": { "alias": "totalRecordsOnServer"; "required": false; "isSignal": true; }; "currentPageShowingKey": { "alias": "currentPageShowingKey"; "required": false; "isSignal": true; }; "currentPageShowingWithTotalOnServerKey": { "alias": "currentPageShowingWithTotalOnServerKey"; "required": false; "isSignal": true; }; "expandable": { "alias": "expandable"; "required": false; "isSignal": true; }; "frozenExpandColumn": { "alias": "frozenExpandColumn"; "required": false; "isSignal": true; }; "sortStates": { "alias": "sortStates"; "required": false; "isSignal": true; }; "pageSizes": { "alias": "pageSizes"; "required": false; "isSignal": true; }; "stringTableCellTemplate": { "alias": "stringTableCellTemplate"; "required": false; "isSignal": true; }; "numberTableCellTemplate": { "alias": "numberTableCellTemplate"; "required": false; "isSignal": true; }; "dateTableCellTemplate": { "alias": "dateTableCellTemplate"; "required": false; "isSignal": true; }; "tableCellTemplate": { "alias": "tableCellTemplate"; "required": false; "isSignal": true; }; "translationKeyTableCellTemplate": { "alias": "translationKeyTableCellTemplate"; "required": false; "isSignal": true; }; "gridItemSubtitleLinesTemplate": { "alias": "gridItemSubtitleLinesTemplate"; "required": false; "isSignal": true; }; "listItemSubtitleLinesTemplate": { "alias": "listItemSubtitleLinesTemplate"; "required": false; "isSignal": true; }; "gridItemTemplate": { "alias": "gridItemTemplate"; "required": false; "isSignal": true; }; "listItemTemplate": { "alias": "listItemTemplate"; "required": false; "isSignal": true; }; "relativeDateTableCellTemplate": { "alias": "relativeDateTableCellTemplate"; "required": false; "isSignal": true; }; "listValueTemplate": { "alias": "listValueTemplate"; "required": false; "isSignal": true; }; "translationKeyListValueTemplate": { "alias": "translationKeyListValueTemplate"; "required": false; "isSignal": true; }; "numberListValueTemplate": { "alias": "numberListValueTemplate"; "required": false; "isSignal": true; }; "relativeDateListValueTemplate": { "alias": "relativeDateListValueTemplate"; "required": false; "isSignal": true; }; "stringListValueTemplate": { "alias": "stringListValueTemplate"; "required": false; "isSignal": true; }; "dateListValueTemplate": { "alias": "dateListValueTemplate"; "required": false; "isSignal": true; }; "tableFilterCellTemplate": { "alias": "tableFilterCellTemplate"; "required": false; "isSignal": true; }; "dateTableFilterCellTemplate": { "alias": "dateTableFilterCellTemplate"; "required": false; "isSignal": true; }; "relativeDateTableFilterCellTemplate": { "alias": "relativeDateTableFilterCellTemplate"; "required": false; "isSignal": true; }; "translationKeyTableFilterCellTemplate": { "alias": "translationKeyTableFilterCellTemplate"; "required": false; "isSignal": true; }; "stringTableFilterCellTemplate": { "alias": "stringTableFilterCellTemplate"; "required": false; "isSignal": true; }; "numberTableFilterCellTemplate": { "alias": "numberTableFilterCellTemplate"; "required": false; "isSignal": true; }; "additionalActions": { "alias": "additionalActions"; "required": false; }; "parentTemplates": { "alias": "parentTemplates"; "required": false; "isSignal": true; }; }, { "filtered": "filtered"; "sorted": "sorted"; "deleteItem": "deleteItem"; "viewItem": "viewItem"; "editItem": "editItem"; "selectionChanged": "selectionChanged"; "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "componentStateChanged": "componentStateChanged"; "rowExpanded": "rowExpanded"; "rowCollapsed": "rowCollapsed"; }, ["stringTableCellChildTemplate", "numberTableCellChildTemplate", "dateTableCellChildTemplate", "tableCellChildTemplate", "translationKeyTableCellChildTemplate", "gridItemSubtitleLinesChildTemplate", "listItemSubtitleLinesChildTemplate", "gridItemChildTemplate", "listItemChildTemplate", "relativeDateTableCellChildTemplate", "listValueChildTemplate", "translationKeyListValueChildTemplate", "numberListValueChildTemplate", "relativeDateListValueChildTemplate", "stringListValueChildTemplate", "dateListValueChildTemplate", "tableFilterCellChildTemplate", "dateTableFilterCellChildTemplate", "relativeDateTableFilterCellChildTemplate", "translationKeyTableFilterCellChildTemplate", "stringTableFilterCellChildTemplate", "numberTableFilterCellChildTemplate", "templates"], never, false, never>;
|
|
1058
1109
|
}
|
|
1059
1110
|
|
|
1060
1111
|
type DiagramData = {
|
|
@@ -1135,10 +1186,13 @@ interface FilterViewComponentState {
|
|
|
1135
1186
|
filters?: Filter$1[];
|
|
1136
1187
|
}
|
|
1137
1188
|
declare class FilterViewComponent {
|
|
1189
|
+
readonly translateService: TranslateService;
|
|
1190
|
+
readonly liveAnnouncer: LiveAnnouncer;
|
|
1138
1191
|
ColumnType: typeof ColumnType;
|
|
1139
1192
|
FilterType: typeof FilterType;
|
|
1140
|
-
readonly
|
|
1141
|
-
|
|
1193
|
+
readonly stateService: DataViewStateService;
|
|
1194
|
+
set filters(value: Filter$1[]);
|
|
1195
|
+
set columns(value: DataTableColumn[]);
|
|
1142
1196
|
readonly displayMode: _angular_core.InputSignal<FilterViewDisplayMode>;
|
|
1143
1197
|
readonly selectDisplayedChips: _angular_core.InputSignal<(filters: Filter$1[], columns: DataTableColumn[]) => Filter$1[]>;
|
|
1144
1198
|
readonly chipStyleClass: _angular_core.InputSignal<string>;
|
|
@@ -1182,8 +1236,9 @@ declare class FilterViewComponent {
|
|
|
1182
1236
|
resolveFieldData(object: any, key: any): any;
|
|
1183
1237
|
getRowObjectFromFiterData(filter: Filter$1): Record<string, unknown>;
|
|
1184
1238
|
getRowForValueColumn(row: Row): Row;
|
|
1239
|
+
private annouceFilterCount;
|
|
1185
1240
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FilterViewComponent, never>;
|
|
1186
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FilterViewComponent, "ocx-filter-view", never, { "filters": { "alias": "filters"; "required": false;
|
|
1241
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FilterViewComponent, "ocx-filter-view", never, { "filters": { "alias": "filters"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "displayMode": { "alias": "displayMode"; "required": false; "isSignal": true; }; "selectDisplayedChips": { "alias": "selectDisplayedChips"; "required": false; "isSignal": true; }; "chipStyleClass": { "alias": "chipStyleClass"; "required": false; "isSignal": true; }; "tableStyle": { "alias": "tableStyle"; "required": false; "isSignal": true; }; "panelStyle": { "alias": "panelStyle"; "required": false; "isSignal": true; }; "templates": { "alias": "templates"; "required": false; "isSignal": true; }; }, { "filtered": "filtered"; "componentStateChanged": "componentStateChanged"; }, never, never, false, never>;
|
|
1187
1242
|
}
|
|
1188
1243
|
|
|
1189
1244
|
type DiagramColumn = {
|
|
@@ -1231,7 +1286,6 @@ declare class GroupByCountDiagramComponent {
|
|
|
1231
1286
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GroupByCountDiagramComponent, "ocx-group-by-count-diagram", never, { "sumKey": { "alias": "sumKey"; "required": false; "isSignal": true; }; "diagramType": { "alias": "diagramType"; "required": false; "isSignal": true; }; "chartTitleKey": { "alias": "chartTitleKey"; "required": false; "isSignal": true; }; "chartDescriptionKey": { "alias": "chartDescriptionKey"; "required": false; "isSignal": true; }; "fillMissingColors": { "alias": "fillMissingColors"; "required": false; "isSignal": true; }; "supportedDiagramTypes": { "alias": "supportedDiagramTypes"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "allLabelKeys": { "alias": "allLabelKeys"; "required": false; "isSignal": true; }; "showAllLabels": { "alias": "showAllLabels"; "required": false; "isSignal": true; }; "columnType": { "alias": "columnType"; "required": false; "isSignal": true; }; "columnField": { "alias": "columnField"; "required": false; "isSignal": true; }; "column": { "alias": "column"; "required": false; "isSignal": true; }; "fullHeight": { "alias": "fullHeight"; "required": false; "isSignal": true; }; "colors": { "alias": "colors"; "required": false; "isSignal": true; }; }, { "diagramType": "diagramTypeChange"; "data": "dataChange"; "columnType": "columnTypeChange"; "columnField": "columnFieldChange"; "colors": "colorsChange"; "dataSelected": "dataSelected"; "diagramTypeChanged": "diagramTypeChanged"; "componentStateChanged": "componentStateChanged"; }, never, never, false, never>;
|
|
1232
1287
|
}
|
|
1233
1288
|
|
|
1234
|
-
type ViewLayout = 'grid' | 'list' | 'table';
|
|
1235
1289
|
type InteractiveDataViewComponentState = ColumnGroupSelectionComponentState & CustomGroupColumnSelectorComponentState & DataLayoutSelectionComponentState & DataListGridSortingComponentState & DataViewComponentState & FilterViewComponentState;
|
|
1236
1290
|
interface ColumnGroupData {
|
|
1237
1291
|
activeColumns: DataTableColumn[];
|
|
@@ -1240,13 +1294,8 @@ interface ColumnGroupData {
|
|
|
1240
1294
|
declare class InteractiveDataViewComponent implements OnInit {
|
|
1241
1295
|
private readonly slotService;
|
|
1242
1296
|
private readonly destroyRef;
|
|
1297
|
+
readonly stateService: DataViewStateService;
|
|
1243
1298
|
dataViewComponent: Signal<DataViewComponent | undefined>;
|
|
1244
|
-
columnGroupSelectionComponentState$: ReplaySubject<ColumnGroupSelectionComponentState>;
|
|
1245
|
-
customGroupColumnSelectorComponentState$: ReplaySubject<CustomGroupColumnSelectorComponentState>;
|
|
1246
|
-
dataLayoutComponentState$: ReplaySubject<DataLayoutSelectionComponentState>;
|
|
1247
|
-
dataListGridSortingComponentState$: ReplaySubject<DataListGridSortingComponentState>;
|
|
1248
|
-
dataViewComponentState$: ReplaySubject<DataViewComponentState>;
|
|
1249
|
-
filterViewComponentState$: ReplaySubject<FilterViewComponentState>;
|
|
1250
1299
|
searchConfigPermission: _angular_core.InputSignal<PermissionInput>;
|
|
1251
1300
|
deletePermission: _angular_core.InputSignal<PermissionInput>;
|
|
1252
1301
|
editPermission: _angular_core.InputSignal<PermissionInput>;
|
|
@@ -1263,28 +1312,28 @@ declare class InteractiveDataViewComponent implements OnInit {
|
|
|
1263
1312
|
titleLineId: _angular_core.InputSignal<string | undefined>;
|
|
1264
1313
|
subtitleLineIds: _angular_core.InputSignal<string[] | undefined>;
|
|
1265
1314
|
supportedViewLayouts: _angular_core.InputSignal<ViewLayout[]>;
|
|
1266
|
-
columns:
|
|
1315
|
+
set columns(value: DataTableColumn[]);
|
|
1267
1316
|
emptyResultsMessage: _angular_core.InputSignal<string | undefined>;
|
|
1268
1317
|
clientSideSorting: _angular_core.InputSignal<boolean>;
|
|
1269
1318
|
clientSideFiltering: _angular_core.InputSignal<boolean>;
|
|
1270
1319
|
fallbackImage: _angular_core.InputSignal<string>;
|
|
1271
|
-
filters:
|
|
1272
|
-
|
|
1273
|
-
|
|
1320
|
+
set filters(value: Filter$1[]);
|
|
1321
|
+
set sortField(value: string);
|
|
1322
|
+
set sortDirection(value: DataSortDirection);
|
|
1274
1323
|
sortStates: _angular_core.InputSignal<DataSortDirection[]>;
|
|
1275
1324
|
pageSizes: _angular_core.InputSignal<number[]>;
|
|
1276
|
-
|
|
1325
|
+
set page(value: number);
|
|
1326
|
+
set pageSize(value: number);
|
|
1277
1327
|
totalRecordsOnServer: _angular_core.InputSignal<number | undefined>;
|
|
1278
|
-
layout:
|
|
1328
|
+
set layout(value: ViewLayout);
|
|
1279
1329
|
defaultGroupKey: _angular_core.InputSignal<string>;
|
|
1280
1330
|
customGroupKey: _angular_core.InputSignal<string>;
|
|
1281
1331
|
groupSelectionNoGroupSelectedKey: _angular_core.InputSignal<string>;
|
|
1282
1332
|
currentPageShowingKey: _angular_core.InputSignal<string>;
|
|
1283
1333
|
currentPageShowingWithTotalOnServerKey: _angular_core.InputSignal<string>;
|
|
1284
|
-
additionalActions:
|
|
1285
|
-
listGridPaginator:
|
|
1286
|
-
tablePaginator:
|
|
1287
|
-
get paginator(): boolean;
|
|
1334
|
+
set additionalActions(value: DataAction[]);
|
|
1335
|
+
set listGridPaginator(value: boolean);
|
|
1336
|
+
set tablePaginator(value: boolean);
|
|
1288
1337
|
set paginator(value: boolean);
|
|
1289
1338
|
disableFilterView: _angular_core.InputSignal<boolean>;
|
|
1290
1339
|
filterViewDisplayMode: _angular_core.InputSignal<FilterViewDisplayMode>;
|
|
@@ -1296,17 +1345,16 @@ declare class InteractiveDataViewComponent implements OnInit {
|
|
|
1296
1345
|
[klass: string]: any;
|
|
1297
1346
|
}>;
|
|
1298
1347
|
selectDisplayedChips: _angular_core.InputSignal<(filters: Filter$1[], columns: DataTableColumn[]) => Filter$1[]>;
|
|
1299
|
-
|
|
1300
|
-
selectedRows: _angular_core.InputSignal<Row[]>;
|
|
1348
|
+
set selectedRows(value: Row[]);
|
|
1301
1349
|
displayedColumnKeys: _angular_core.ModelSignal<string[]>;
|
|
1302
1350
|
displayedColumns: Signal<DataTableColumn[]>;
|
|
1303
|
-
frozenActionColumn:
|
|
1304
|
-
actionColumnPosition:
|
|
1351
|
+
set frozenActionColumn(value: boolean);
|
|
1352
|
+
set actionColumnPosition(value: 'left' | 'right');
|
|
1305
1353
|
headerStyleClass: _angular_core.InputSignal<string | undefined>;
|
|
1306
1354
|
contentStyleClass: _angular_core.InputSignal<string | undefined>;
|
|
1307
1355
|
expandable: _angular_core.InputSignal<boolean>;
|
|
1308
1356
|
frozenExpandColumn: _angular_core.InputSignal<boolean>;
|
|
1309
|
-
expandedRows:
|
|
1357
|
+
set expandedRows(value: InteractiveExpandedRows);
|
|
1310
1358
|
childTableCell: Signal<TemplateRef<any> | undefined>;
|
|
1311
1359
|
primeNgTableCell: Signal<TemplateRef<any> | undefined>;
|
|
1312
1360
|
_tableCell: Signal<TemplateRef<any> | undefined>;
|
|
@@ -1379,9 +1427,9 @@ declare class InteractiveDataViewComponent implements OnInit {
|
|
|
1379
1427
|
templates: Signal<readonly PrimeTemplate[]>;
|
|
1380
1428
|
filtered: _angular_core.OutputEmitterRef<Filter$1[]>;
|
|
1381
1429
|
sorted: _angular_core.OutputEmitterRef<Sort>;
|
|
1382
|
-
deleteItem: _onecx_angular_accelerator.ObservableOutputEmitterRef<RowListGridData>;
|
|
1383
|
-
viewItem: _onecx_angular_accelerator.ObservableOutputEmitterRef<RowListGridData>;
|
|
1384
|
-
editItem: _onecx_angular_accelerator.ObservableOutputEmitterRef<RowListGridData>;
|
|
1430
|
+
deleteItem: _onecx_angular_accelerator.ObservableOutputEmitterRef<RowListGridData$1>;
|
|
1431
|
+
viewItem: _onecx_angular_accelerator.ObservableOutputEmitterRef<RowListGridData$1>;
|
|
1432
|
+
editItem: _onecx_angular_accelerator.ObservableOutputEmitterRef<RowListGridData$1>;
|
|
1385
1433
|
selectionChanged: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row[]>;
|
|
1386
1434
|
dataViewLayoutChange: _angular_core.OutputEmitterRef<"table" | "grid" | "list">;
|
|
1387
1435
|
displayedColumnKeysChange: _angular_core.OutputEmitterRef<string[]>;
|
|
@@ -1390,8 +1438,8 @@ declare class InteractiveDataViewComponent implements OnInit {
|
|
|
1390
1438
|
rowExpanded: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row>;
|
|
1391
1439
|
rowCollapsed: _onecx_angular_accelerator.ObservableOutputEmitterRef<Row>;
|
|
1392
1440
|
componentStateChanged: _angular_core.OutputEmitterRef<InteractiveDataViewComponentState>;
|
|
1393
|
-
selectedGroupKey:
|
|
1394
|
-
data:
|
|
1441
|
+
set selectedGroupKey(value: string | undefined);
|
|
1442
|
+
set data(value: RowListGridData$1[]);
|
|
1395
1443
|
readonly columnGroupSlotName = "onecx-column-group-selection";
|
|
1396
1444
|
isColumnGroupSelectionComponentDefined$: Observable<boolean>;
|
|
1397
1445
|
isColumnGroupSelectionComponentDefined: Signal<boolean | undefined>;
|
|
@@ -1409,9 +1457,9 @@ declare class InteractiveDataViewComponent implements OnInit {
|
|
|
1409
1457
|
ngOnInit(): void;
|
|
1410
1458
|
filtering(event: any): void;
|
|
1411
1459
|
sorting(event: any): void;
|
|
1412
|
-
onDeleteElement(element: RowListGridData): void;
|
|
1413
|
-
onViewElement(element: RowListGridData): void;
|
|
1414
|
-
onEditElement(element: RowListGridData): void;
|
|
1460
|
+
onDeleteElement(element: RowListGridData$1): void;
|
|
1461
|
+
onViewElement(element: RowListGridData$1): void;
|
|
1462
|
+
onEditElement(element: RowListGridData$1): void;
|
|
1415
1463
|
onDataViewLayoutChange(layout: ViewLayout): void;
|
|
1416
1464
|
onSortChange($event: any): void;
|
|
1417
1465
|
onSortDirectionChange($event: any): void;
|
|
@@ -1423,7 +1471,7 @@ declare class InteractiveDataViewComponent implements OnInit {
|
|
|
1423
1471
|
onPageChange(event: number): void;
|
|
1424
1472
|
onPageSizeChange(event: number): void;
|
|
1425
1473
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InteractiveDataViewComponent, never>;
|
|
1426
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InteractiveDataViewComponent, "ocx-interactive-data-view", never, { "searchConfigPermission": { "alias": "searchConfigPermission"; "required": false; "isSignal": true; }; "deletePermission": { "alias": "deletePermission"; "required": false; "isSignal": true; }; "editPermission": { "alias": "editPermission"; "required": false; "isSignal": true; }; "viewPermission": { "alias": "viewPermission"; "required": false; "isSignal": true; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; "isSignal": true; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; "isSignal": true; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; "isSignal": true; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; "isSignal": true; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; "isSignal": true; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; "isSignal": true; }; "tableSelectionEnabledField": { "alias": "tableSelectionEnabledField"; "required": false; "isSignal": true; }; "tableAllowSelectAll": { "alias": "tableAllowSelectAll"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "titleLineId": { "alias": "titleLineId"; "required": false; "isSignal": true; }; "subtitleLineIds": { "alias": "subtitleLineIds"; "required": false; "isSignal": true; }; "supportedViewLayouts": { "alias": "supportedViewLayouts"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false;
|
|
1474
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InteractiveDataViewComponent, "ocx-interactive-data-view", never, { "searchConfigPermission": { "alias": "searchConfigPermission"; "required": false; "isSignal": true; }; "deletePermission": { "alias": "deletePermission"; "required": false; "isSignal": true; }; "editPermission": { "alias": "editPermission"; "required": false; "isSignal": true; }; "viewPermission": { "alias": "viewPermission"; "required": false; "isSignal": true; }; "deleteActionVisibleField": { "alias": "deleteActionVisibleField"; "required": false; "isSignal": true; }; "deleteActionEnabledField": { "alias": "deleteActionEnabledField"; "required": false; "isSignal": true; }; "viewActionVisibleField": { "alias": "viewActionVisibleField"; "required": false; "isSignal": true; }; "viewActionEnabledField": { "alias": "viewActionEnabledField"; "required": false; "isSignal": true; }; "editActionVisibleField": { "alias": "editActionVisibleField"; "required": false; "isSignal": true; }; "editActionEnabledField": { "alias": "editActionEnabledField"; "required": false; "isSignal": true; }; "tableSelectionEnabledField": { "alias": "tableSelectionEnabledField"; "required": false; "isSignal": true; }; "tableAllowSelectAll": { "alias": "tableAllowSelectAll"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "titleLineId": { "alias": "titleLineId"; "required": false; "isSignal": true; }; "subtitleLineIds": { "alias": "subtitleLineIds"; "required": false; "isSignal": true; }; "supportedViewLayouts": { "alias": "supportedViewLayouts"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; }; "emptyResultsMessage": { "alias": "emptyResultsMessage"; "required": false; "isSignal": true; }; "clientSideSorting": { "alias": "clientSideSorting"; "required": false; "isSignal": true; }; "clientSideFiltering": { "alias": "clientSideFiltering"; "required": false; "isSignal": true; }; "fallbackImage": { "alias": "fallbackImage"; "required": false; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "sortStates": { "alias": "sortStates"; "required": false; "isSignal": true; }; "pageSizes": { "alias": "pageSizes"; "required": false; "isSignal": true; }; "page": { "alias": "page"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "totalRecordsOnServer": { "alias": "totalRecordsOnServer"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; }; "defaultGroupKey": { "alias": "defaultGroupKey"; "required": false; "isSignal": true; }; "customGroupKey": { "alias": "customGroupKey"; "required": false; "isSignal": true; }; "groupSelectionNoGroupSelectedKey": { "alias": "groupSelectionNoGroupSelectedKey"; "required": false; "isSignal": true; }; "currentPageShowingKey": { "alias": "currentPageShowingKey"; "required": false; "isSignal": true; }; "currentPageShowingWithTotalOnServerKey": { "alias": "currentPageShowingWithTotalOnServerKey"; "required": false; "isSignal": true; }; "additionalActions": { "alias": "additionalActions"; "required": false; }; "listGridPaginator": { "alias": "listGridPaginator"; "required": false; }; "tablePaginator": { "alias": "tablePaginator"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "disableFilterView": { "alias": "disableFilterView"; "required": false; "isSignal": true; }; "filterViewDisplayMode": { "alias": "filterViewDisplayMode"; "required": false; "isSignal": true; }; "filterViewChipStyleClass": { "alias": "filterViewChipStyleClass"; "required": false; "isSignal": true; }; "filterViewTableStyle": { "alias": "filterViewTableStyle"; "required": false; "isSignal": true; }; "filterViewPanelStyle": { "alias": "filterViewPanelStyle"; "required": false; "isSignal": true; }; "selectDisplayedChips": { "alias": "selectDisplayedChips"; "required": false; "isSignal": true; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "displayedColumnKeys": { "alias": "displayedColumnKeys"; "required": false; "isSignal": true; }; "frozenActionColumn": { "alias": "frozenActionColumn"; "required": false; }; "actionColumnPosition": { "alias": "actionColumnPosition"; "required": false; }; "headerStyleClass": { "alias": "headerStyleClass"; "required": false; "isSignal": true; }; "contentStyleClass": { "alias": "contentStyleClass"; "required": false; "isSignal": true; }; "expandable": { "alias": "expandable"; "required": false; "isSignal": true; }; "frozenExpandColumn": { "alias": "frozenExpandColumn"; "required": false; "isSignal": true; }; "expandedRows": { "alias": "expandedRows"; "required": false; }; "selectedGroupKey": { "alias": "selectedGroupKey"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "displayedColumnKeys": "displayedColumnKeysChange"; "filtered": "filtered"; "sorted": "sorted"; "deleteItem": "deleteItem"; "viewItem": "viewItem"; "editItem": "editItem"; "selectionChanged": "selectionChanged"; "dataViewLayoutChange": "dataViewLayoutChange"; "displayedColumnKeysChange": "displayedColumnKeysChange"; "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "rowExpanded": "rowExpanded"; "rowCollapsed": "rowCollapsed"; "componentStateChanged": "componentStateChanged"; "groupSelectionChangedSlotEmitter": "groupSelectionChangedSlotEmitter"; }, ["childTableCell", "childDateTableCell", "childRelativeDateTableCell", "childTranslationKeyTableCell", "childGridItemSubtitleLines", "childListItemSubtitleLines", "childStringTableCell", "childNumberTableCell", "childGridItem", "childListItem", "childTopCenter", "childListValue", "childTranslationKeyListValue", "childNumberListValue", "childRelativeDateListValue", "childStringListValue", "childDateListValue", "childTableFilterCell", "childDateTableFilterCell", "childRelativeDateTableFilterCell", "childTranslationKeyTableFilterCell", "childStringTableFilterCell", "childNumberTableFilterCell", "templates"], never, false, never>;
|
|
1427
1475
|
}
|
|
1428
1476
|
|
|
1429
1477
|
interface LifecycleStep {
|
|
@@ -1756,7 +1804,7 @@ declare class SearchHeaderComponent {
|
|
|
1756
1804
|
visibleFormControls: Signal<readonly FormControlName[]>;
|
|
1757
1805
|
searchParameterFields: Signal<ElementRef<any> | undefined>;
|
|
1758
1806
|
hasAdvanced: _angular_core.WritableSignal<boolean>;
|
|
1759
|
-
simpleAdvancedAction:
|
|
1807
|
+
simpleAdvancedAction: Action;
|
|
1760
1808
|
headerActions: _angular_core.WritableSignal<Action[]>;
|
|
1761
1809
|
searchButtonsReversed$: Observable<boolean | null>;
|
|
1762
1810
|
fieldValues$: Observable<{
|
|
@@ -1975,6 +2023,7 @@ type DialogState<T> = {
|
|
|
1975
2023
|
};
|
|
1976
2024
|
type PortalDialogConfig = {
|
|
1977
2025
|
showXButton?: boolean;
|
|
2026
|
+
closable?: boolean;
|
|
1978
2027
|
customButtons?: ButtonDialogCustomButtonDetails[];
|
|
1979
2028
|
autoFocusButton?: DialogButton;
|
|
1980
2029
|
autoFocusButtonCustomId?: string;
|
|
@@ -1999,6 +2048,7 @@ type PortalDialogConfig = {
|
|
|
1999
2048
|
minimizeIcon?: string;
|
|
2000
2049
|
position?: string;
|
|
2001
2050
|
closeAriaLabel?: string;
|
|
2051
|
+
initiatorRef?: HTMLElement;
|
|
2002
2052
|
};
|
|
2003
2053
|
interface PortalDialogServiceData {
|
|
2004
2054
|
primaryButtonEnabled$: Subject<boolean>;
|
|
@@ -2177,6 +2227,8 @@ declare class PortalDialogService implements OnDestroy {
|
|
|
2177
2227
|
private isString;
|
|
2178
2228
|
private isDialogMessage;
|
|
2179
2229
|
private isType;
|
|
2230
|
+
private setFocusOnInitiator;
|
|
2231
|
+
private getShowXStatus;
|
|
2180
2232
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PortalDialogService, never>;
|
|
2181
2233
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<PortalDialogService>;
|
|
2182
2234
|
}
|
|
@@ -2220,6 +2272,7 @@ interface ButtonDialogConfig {
|
|
|
2220
2272
|
customButtons?: ButtonDialogCustomButtonDetails[];
|
|
2221
2273
|
autoFocusButton?: DialogButton;
|
|
2222
2274
|
autoFocusButtonCustomId?: string;
|
|
2275
|
+
initiatorRef?: HTMLElement;
|
|
2223
2276
|
}
|
|
2224
2277
|
interface ButtonDialogData {
|
|
2225
2278
|
config: ButtonDialogConfig;
|
|
@@ -2393,7 +2446,7 @@ declare class RelativeDatePipe implements PipeTransform {
|
|
|
2393
2446
|
|
|
2394
2447
|
declare class AngularAcceleratorPrimeNgModule {
|
|
2395
2448
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AngularAcceleratorPrimeNgModule, never>;
|
|
2396
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AngularAcceleratorPrimeNgModule, never, [typeof i1.BreadcrumbModule, typeof i2.ChipModule, typeof i3.CheckboxModule, typeof i4.SelectModule, typeof i5.ButtonModule, typeof i6.DialogModule, typeof i7.PickListModule, typeof i8.SelectButtonModule, typeof i9.DataViewModule, typeof i10.TableModule, typeof i11.MenuModule, typeof i12.ChartModule, typeof i13.MultiSelectModule, typeof i14.SkeletonModule, typeof i15.MessageModule, typeof i16.FloatLabelModule, typeof i17.PopoverModule, typeof i18.FocusTrapModule, typeof i19.TooltipModule, typeof i20.TimelineModule, typeof i21.RippleModule, typeof
|
|
2449
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AngularAcceleratorPrimeNgModule, never, [typeof i1.BreadcrumbModule, typeof i2.ChipModule, typeof i3.CheckboxModule, typeof i4.SelectModule, typeof i5.ButtonModule, typeof i6.DialogModule, typeof i7.PickListModule, typeof i8.SelectButtonModule, typeof i9.DataViewModule, typeof i10.TableModule, typeof i11.MenuModule, typeof i12.ChartModule, typeof i13.MultiSelectModule, typeof i14.SkeletonModule, typeof i15.MessageModule, typeof i16.FloatLabelModule, typeof i17.PopoverModule, typeof i18.FocusTrapModule, typeof i19.TooltipModule, typeof i20.TimelineModule, typeof i21.RippleModule, typeof i22.SharedModule], [typeof i1.BreadcrumbModule, typeof i2.ChipModule, typeof i3.CheckboxModule, typeof i4.SelectModule, typeof i5.ButtonModule, typeof i6.DialogModule, typeof i7.PickListModule, typeof i8.SelectButtonModule, typeof i9.DataViewModule, typeof i10.TableModule, typeof i11.MenuModule, typeof i12.ChartModule, typeof i13.MultiSelectModule, typeof i14.SkeletonModule, typeof i15.MessageModule, typeof i16.FloatLabelModule, typeof i17.PopoverModule, typeof i18.FocusTrapModule, typeof i19.TooltipModule, typeof i20.TimelineModule, typeof i21.RippleModule, typeof i22.SharedModule]>;
|
|
2397
2450
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AngularAcceleratorPrimeNgModule>;
|
|
2398
2451
|
}
|
|
2399
2452
|
|
|
@@ -2512,5 +2565,5 @@ declare function handleAction(router: Router, action: Action | DataAction, data?
|
|
|
2512
2565
|
*/
|
|
2513
2566
|
declare function handleActionSync(router: Router, action: Action | DataAction, data?: any): void;
|
|
2514
2567
|
|
|
2515
|
-
export { AdvancedDirective, AngularAcceleratorMissingTranslationHandler, AngularAcceleratorModule, AngularAcceleratorPrimeNgModule, BasicDirective, BreadcrumbService, ColorUtils, ColumnGroupSelectionComponent, ColumnType, ConsentComponent, CustomGroupColumnSelectorComponent, DataLayoutSelectionComponent, DataListGridComponent, DataListGridSortingComponent, DataOperationStrategy, DataSortDirection, DataTableComponent, DataViewComponent, DateUtils, DiagramComponent, DiagramType, DialogContentComponent, DialogFooterComponent, DialogInlineComponent, DialogMessageContentComponent, DynamicPipe, ExportDataService, FilterType, FilterViewComponent, GlobalErrorComponent, GroupByCountDiagramComponent, IfBreakpointDirective, IfPermissionDirective, ImageLogoUrlUtils, InteractiveDataViewComponent, LifecycleComponent, LoadingIndicatorComponent, LoadingIndicatorDirective, ObjectUtils, ObservableOutputEmitterRef, OcxContentComponent, OcxContentContainerComponent, OcxContentContainerDirective, OcxContentDirective, OcxTimeAgoPipe, OcxTooltipDirective, PageHeaderComponent, PortalDialogService, RelativeDatePipe, SearchHeaderComponent, SrcDirective, TemplateDirective, TemplateType, TooltipOnOverflowDirective, atLeastOneFieldFilledValidator, buildSearchCriteria, defaultDialogData, defaultPrimaryButtonDetails, defaultSecondaryButtonDetails, enumToDropdownOptions, findEntryWithKeyword, findTemplate, flattenObject, handleAction, handleActionSync, limit, observableOutput, providePortalDialogService, removeKeyword, resolveRouterLink, searchPrefixWithSpecialChars };
|
|
2516
|
-
export type { Action, ActionColumnChangedEvent, BreadCrumbMenuItem, BuildSearchCriteriaParameters, ButtonDialogButtonDetails, ButtonDialogConfig, ButtonDialogCustomButtonDetails, ButtonDialogData, ChartType, ColumnFilterDataSelectOptions, ColumnGroupData, ColumnGroupSelectionComponentState, ColumnSelectionChangedEvent, ConsentChangedEvent, CustomGroupColumnSelectorComponentState, DataAction, DataLayoutSelectionComponentState, DataListGridComponentState, DataListGridSortingComponentState, DataTableColumn, DataTableComponentState, DataViewComponentState, DiagramColumn, DiagramComponentState, DiagramLayouts, DialogButton, DialogButtonClicked, DialogCustomButtonsDisabled, DialogPrimaryButtonDisabled, DialogResult, DialogSecondaryButtonDisabled, DialogState, DialogStateButtonClicked, Filter$1 as Filter, FilterObject, FilterViewComponentState, FilterViewDisplayMode, FilterViewRowDetailData, FilterViewRowDisplayData, GridColumnOptions, GroupByCountDiagramComponentState, GroupSelectionChangedEvent, HomeItem, InteractiveDataViewComponentState, LifecycleStep, ListGridData, ListGridDataMenuItem, ListGridSort, ObjectDetailItem, OnMissingPermission, PermissionInput, PortalDialogConfig, PortalDialogServiceData, PrimeIcon, Primitive, Result, RouterLink, Row,
|
|
2568
|
+
export { AdvancedDirective, AngularAcceleratorMissingTranslationHandler, AngularAcceleratorModule, AngularAcceleratorPrimeNgModule, BasicDirective, BreadcrumbService, ColorUtils, ColumnGroupSelectionComponent, ColumnType, ConsentComponent, CustomGroupColumnSelectorComponent, DataLayoutSelectionComponent, DataListGridComponent, DataListGridSortingComponent, DataOperationStrategy, DataSortDirection, DataTableComponent, DataViewComponent, DataViewStateService, DateUtils, DiagramComponent, DiagramType, DialogContentComponent, DialogFooterComponent, DialogInlineComponent, DialogMessageContentComponent, DynamicPipe, ExportDataService, FilterType, FilterViewComponent, GlobalErrorComponent, GroupByCountDiagramComponent, IfBreakpointDirective, IfPermissionDirective, ImageLogoUrlUtils, InteractiveDataViewComponent, LifecycleComponent, LoadingIndicatorComponent, LoadingIndicatorDirective, ObjectUtils, ObservableOutputEmitterRef, OcxContentComponent, OcxContentContainerComponent, OcxContentContainerDirective, OcxContentDirective, OcxTimeAgoPipe, OcxTooltipDirective, PageHeaderComponent, PortalDialogService, RelativeDatePipe, SearchHeaderComponent, SrcDirective, TemplateDirective, TemplateType, TooltipOnOverflowDirective, atLeastOneFieldFilledValidator, buildSearchCriteria, defaultDialogData, defaultPrimaryButtonDetails, defaultSecondaryButtonDetails, enumToDropdownOptions, findEntryWithKeyword, findTemplate, flattenObject, handleAction, handleActionSync, limit, observableOutput, providePortalDialogService, removeKeyword, resolveRouterLink, searchPrefixWithSpecialChars };
|
|
2569
|
+
export type { Action, ActionColumnChangedEvent, BreadCrumbMenuItem, BuildSearchCriteriaParameters, ButtonDialogButtonDetails, ButtonDialogConfig, ButtonDialogCustomButtonDetails, ButtonDialogData, ChartType, ColumnFilterDataSelectOptions, ColumnGroupData, ColumnGroupSelectionComponentState, ColumnSelectionChangedEvent, ConsentChangedEvent, CustomGroupColumnSelectorComponentState, DataAction, DataLayoutSelectionComponentState, DataListGridComponentState, DataListGridSortingComponentState, DataTableColumn, DataTableComponentState, DataViewComponentState, DiagramColumn, DiagramComponentState, DiagramLayouts, DialogButton, DialogButtonClicked, DialogCustomButtonsDisabled, DialogPrimaryButtonDisabled, DialogResult, DialogSecondaryButtonDisabled, DialogState, DialogStateButtonClicked, Filter$1 as Filter, FilterObject, FilterViewComponentState, FilterViewDisplayMode, FilterViewRowDetailData, FilterViewRowDisplayData, GridColumnOptions, GroupByCountDiagramComponentState, GroupSelectionChangedEvent, HomeItem, InteractiveDataView, InteractiveDataViewComponentState, InteractiveExpandedRows, LifecycleStep, ListGridData, ListGridDataMenuItem, ListGridSort, ObjectDetailItem, OnMissingPermission, PermissionInput, PortalDialogConfig, PortalDialogServiceData, PrimeIcon, Primitive, Result, RouterLink, Row, SearchConfigData, SearchHeaderComponentState, Sort, TranslationKey, TranslationKeyWithParameters, ViewLayout, hasShowTimeFunction };
|