@acorex/platform 20.2.3 → 20.2.4-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/index.d.ts +9 -2
- package/core/index.d.ts +42 -57
- package/fesm2022/acorex-platform-common.mjs +17 -9
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +110 -158
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +62 -50
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +170 -23
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +1774 -988
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +186 -51
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-hHXxHlFG.mjs → acorex-platform-themes-default-entity-master-create-view.component-I7Eq8Nti.mjs} +3 -3
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-hHXxHlFG.mjs.map → acorex-platform-themes-default-entity-master-create-view.component-I7Eq8Nti.mjs.map} +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-hf4QOz_4.mjs → acorex-platform-themes-default-entity-master-list-view.component-ezrf2oBR.mjs} +93 -176
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-ezrf2oBR.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-DC3MrDtI.mjs → acorex-platform-themes-default-entity-master-modify-view.component-16sdMBvH.mjs} +3 -10
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-16sdMBvH.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-Bb90PeHq.mjs → acorex-platform-themes-default-entity-master-single-view.component-D8r3S2lI.mjs} +12 -7
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-D8r3S2lI.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +49 -491
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/{acorex-platform-widgets-checkbox-widget-designer.component-BI18uzNZ.mjs → acorex-platform-widgets-checkbox-widget-designer.component-Cv7dEMCm.mjs} +2 -2
- package/fesm2022/acorex-platform-widgets-checkbox-widget-designer.component-Cv7dEMCm.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-nLZYiPnF.mjs → acorex-platform-widgets-tabular-data-edit-popup.component-BDQIfr0g.mjs} +5 -5
- package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-nLZYiPnF.mjs.map → acorex-platform-widgets-tabular-data-edit-popup.component-BDQIfr0g.mjs.map} +1 -1
- package/fesm2022/{acorex-platform-widgets-tabular-data-view-popup.component-D6kiasYM.mjs → acorex-platform-widgets-tabular-data-view-popup.component-CmPqtt0G.mjs} +3 -3
- package/fesm2022/{acorex-platform-widgets-tabular-data-view-popup.component-D6kiasYM.mjs.map → acorex-platform-widgets-tabular-data-view-popup.component-CmPqtt0G.mjs.map} +1 -1
- package/fesm2022/acorex-platform-widgets.mjs +584 -102
- package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
- package/layout/builder/index.d.ts +7 -3
- package/layout/components/index.d.ts +45 -6
- package/layout/entity/index.d.ts +136 -328
- package/layout/views/index.d.ts +64 -20
- package/package.json +5 -5
- package/themes/default/index.d.ts +1 -1
- package/widgets/index.d.ts +91 -4
- package/fesm2022/acorex-platform-themes-default-create-entity-view.component-SY0oMDoH.mjs +0 -22
- package/fesm2022/acorex-platform-themes-default-create-entity-view.component-SY0oMDoH.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-hf4QOz_4.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-DC3MrDtI.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-Bb90PeHq.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-checkbox-widget-designer.component-BI18uzNZ.mjs.map +0 -1
package/layout/views/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { AXClickEvent } from '@acorex/cdk/common';
|
|
|
6
6
|
import * as i1 from '@acorex/cdk/drawer';
|
|
7
7
|
import { AXDrawerItemDirective } from '@acorex/cdk/drawer';
|
|
8
8
|
import * as _acorex_platform_core from '@acorex/platform/core';
|
|
9
|
-
import { AXPActionMenuItem, AXPBreadcrumbItem, AXPBackButton, AXPExecuteCommand,
|
|
9
|
+
import { AXPActionMenuItem, AXPBreadcrumbItem, AXPBadge, AXPBackButton, AXPExecuteCommand, AXPExecuteCommandResult, AXPExpressionEvaluatorScope } from '@acorex/platform/core';
|
|
10
10
|
import { AXPWorkflowService } from '@acorex/platform/workflow';
|
|
11
11
|
import { AXPCommandService, AXPPolicyEngineService } from '@acorex/platform/runtime';
|
|
12
12
|
import { AXToastService } from '@acorex/components/toast';
|
|
@@ -33,6 +33,8 @@ declare abstract class AXPPageLayoutBase {
|
|
|
33
33
|
abstract hasDescription: Signal<boolean>;
|
|
34
34
|
abstract description: Signal<string>;
|
|
35
35
|
abstract hasBreadcrumbs: Signal<boolean>;
|
|
36
|
+
abstract hasBadge: Signal<boolean>;
|
|
37
|
+
abstract badge: Signal<AXPBadge | null>;
|
|
36
38
|
abstract hasBackButton: Signal<boolean>;
|
|
37
39
|
abstract backButton: Signal<AXPBackButton>;
|
|
38
40
|
abstract onBackButtonClick: () => void | Promise<void>;
|
|
@@ -203,6 +205,9 @@ declare abstract class AXPPageLayoutBaseComponent {
|
|
|
203
205
|
private breadcrumbs;
|
|
204
206
|
private hasBreadcrumbs;
|
|
205
207
|
protected getPageBreadcrumbs(): AXPBreadcrumbItem[] | Promise<AXPBreadcrumbItem[]>;
|
|
208
|
+
private badge;
|
|
209
|
+
private hasBadge;
|
|
210
|
+
protected getPageBadge(): AXPBadge | null | Promise<AXPBadge | null>;
|
|
206
211
|
protected layout: _angular_core.Signal<AXPPageLayoutComponent | undefined>;
|
|
207
212
|
protected toggleEndSide(): void;
|
|
208
213
|
protected toggleStartSide(): void;
|
|
@@ -421,25 +426,44 @@ interface AXPLayoutDetailsViewTabItem {
|
|
|
421
426
|
interface AXPLayoutDetailsViewPage {
|
|
422
427
|
id: string;
|
|
423
428
|
title: string;
|
|
424
|
-
description
|
|
425
|
-
icon
|
|
429
|
+
description?: string;
|
|
430
|
+
icon?: string;
|
|
426
431
|
content?: AXPWidgetNode[];
|
|
427
432
|
tabs?: AXPLayoutDetailsViewTabItem[];
|
|
428
433
|
actions?: AXPLayoutDetailsViewAction[];
|
|
429
|
-
|
|
430
|
-
|
|
434
|
+
settings?: {
|
|
435
|
+
commands?: {
|
|
436
|
+
accept?: {
|
|
437
|
+
title: string;
|
|
438
|
+
color: string;
|
|
439
|
+
visible?: string | boolean;
|
|
440
|
+
command: AXPExecuteCommand;
|
|
441
|
+
};
|
|
442
|
+
reject?: {
|
|
443
|
+
title: string;
|
|
444
|
+
color: string;
|
|
445
|
+
visible?: string | boolean;
|
|
446
|
+
command: AXPExecuteCommand;
|
|
447
|
+
};
|
|
448
|
+
};
|
|
449
|
+
};
|
|
450
|
+
load?: (params?: Record<string, any>) => Promise<AXPExecuteCommandResult>;
|
|
451
|
+
execute?: (command: AXPExecuteCommand, context: {}) => Promise<AXPExecuteCommandResult>;
|
|
431
452
|
}
|
|
432
453
|
interface AXPLayoutDetailsViewAdapter {
|
|
433
454
|
title?: string;
|
|
434
455
|
description?: string;
|
|
435
456
|
icon?: string;
|
|
436
457
|
actions?: AXPLayoutDetailsViewAction[];
|
|
458
|
+
breadcrumbs?: AXPBreadcrumbItem[];
|
|
437
459
|
execute?: (command: AXPExecuteCommand, context: {}) => Promise<AXPExecuteCommandResult>;
|
|
460
|
+
load?: (params?: Record<string, any>) => Promise<AXPExecuteCommandResult>;
|
|
438
461
|
pages: AXPLayoutDetailsViewPage[];
|
|
439
462
|
}
|
|
440
463
|
|
|
441
464
|
declare const AXPLayoutDetailsViewViewModel: _angular_core.Type<{
|
|
442
465
|
adapter: _angular_core.Signal<AXPLayoutDetailsViewAdapter | null>;
|
|
466
|
+
adapterContext: _angular_core.Signal<Record<string, any>>;
|
|
443
467
|
previousContext: _angular_core.Signal<Record<string, any>>;
|
|
444
468
|
context: _angular_core.Signal<Record<string, any>>;
|
|
445
469
|
scope: _angular_core.Signal<AXPExpressionEvaluatorScope | null>;
|
|
@@ -454,10 +478,12 @@ declare const AXPLayoutDetailsViewViewModel: _angular_core.Type<{
|
|
|
454
478
|
isSaving: _angular_core.Signal<boolean>;
|
|
455
479
|
isDirty: _angular_core.Signal<boolean>;
|
|
456
480
|
isLoaded: _angular_core.Signal<boolean>;
|
|
481
|
+
loadAdapter: (adapter: AXPLayoutDetailsViewAdapter) => Promise<void>;
|
|
482
|
+
loadPage: (pageId?: string) => Promise<void>;
|
|
457
483
|
load: (adapter: AXPLayoutDetailsViewAdapter) => Promise<void>;
|
|
458
484
|
updateContext: (context: any) => void;
|
|
459
|
-
currentPageTitle: () =>
|
|
460
|
-
currentPageDescription: () =>
|
|
485
|
+
currentPageTitle: () => string | null;
|
|
486
|
+
currentPageDescription: () => string | null;
|
|
461
487
|
currentPagePrimaryActions: () => Promise<any>;
|
|
462
488
|
currentPageSecondaryActions: () => Promise<any>;
|
|
463
489
|
currentPageContent: () => _acorex_platform_layout_builder.AXPWidgetNode[] | undefined;
|
|
@@ -465,14 +491,21 @@ declare const AXPLayoutDetailsViewViewModel: _angular_core.Type<{
|
|
|
465
491
|
setCurrentPage: (page: AXPLayoutDetailsViewPage | null) => void;
|
|
466
492
|
setCurrentTab: (tab: AXPLayoutDetailsViewTabItem) => void;
|
|
467
493
|
getCurrentTabContent: () => _acorex_platform_layout_builder.AXPWidgetNode[];
|
|
468
|
-
title: () =>
|
|
469
|
-
description: () =>
|
|
470
|
-
primaryActions: () => Promise<
|
|
471
|
-
secondaryActions: () => Promise<
|
|
494
|
+
title: () => string | null;
|
|
495
|
+
description: () => string | null;
|
|
496
|
+
primaryActions: () => Promise<any>;
|
|
497
|
+
secondaryActions: () => Promise<any>;
|
|
498
|
+
breadcrumbs: () => Promise<{
|
|
499
|
+
title: string;
|
|
500
|
+
name?: string;
|
|
501
|
+
icon?: string;
|
|
502
|
+
command?: AXPExecuteCommand;
|
|
503
|
+
}[]>;
|
|
472
504
|
discard: () => Promise<void>;
|
|
473
|
-
save: () => Promise<void>;
|
|
505
|
+
save: (command: AXPExecuteCommand) => Promise<void>;
|
|
474
506
|
} & _ngrx_signals.StateSource<{
|
|
475
507
|
adapter: AXPLayoutDetailsViewAdapter | null;
|
|
508
|
+
adapterContext: Record<string, any>;
|
|
476
509
|
previousContext: Record<string, any>;
|
|
477
510
|
context: Record<string, any>;
|
|
478
511
|
scope: AXPExpressionEvaluatorScope | null;
|
|
@@ -486,6 +519,7 @@ declare class AXPLayoutDetailsViewComponent extends AXPPageLayoutBaseComponent i
|
|
|
486
519
|
adapter: _angular_core.InputSignal<AXPLayoutDetailsViewAdapter>;
|
|
487
520
|
protected vm: {
|
|
488
521
|
adapter: _angular_core.Signal<AXPLayoutDetailsViewAdapter | null>;
|
|
522
|
+
adapterContext: _angular_core.Signal<Record<string, any>>;
|
|
489
523
|
previousContext: _angular_core.Signal<Record<string, any>>;
|
|
490
524
|
context: _angular_core.Signal<Record<string, any>>;
|
|
491
525
|
scope: _angular_core.Signal<_acorex_platform_core.AXPExpressionEvaluatorScope | null>;
|
|
@@ -500,10 +534,12 @@ declare class AXPLayoutDetailsViewComponent extends AXPPageLayoutBaseComponent i
|
|
|
500
534
|
isSaving: _angular_core.Signal<boolean>;
|
|
501
535
|
isDirty: _angular_core.Signal<boolean>;
|
|
502
536
|
isLoaded: _angular_core.Signal<boolean>;
|
|
537
|
+
loadAdapter: (adapter: AXPLayoutDetailsViewAdapter) => Promise<void>;
|
|
538
|
+
loadPage: (pageId?: string) => Promise<void>;
|
|
503
539
|
load: (adapter: AXPLayoutDetailsViewAdapter) => Promise<void>;
|
|
504
540
|
updateContext: (context: any) => void;
|
|
505
|
-
currentPageTitle: () =>
|
|
506
|
-
currentPageDescription: () =>
|
|
541
|
+
currentPageTitle: () => string | null;
|
|
542
|
+
currentPageDescription: () => string | null;
|
|
507
543
|
currentPagePrimaryActions: () => Promise<any>;
|
|
508
544
|
currentPageSecondaryActions: () => Promise<any>;
|
|
509
545
|
currentPageContent: () => _acorex_platform_layout_builder.AXPWidgetNode[] | undefined;
|
|
@@ -511,14 +547,21 @@ declare class AXPLayoutDetailsViewComponent extends AXPPageLayoutBaseComponent i
|
|
|
511
547
|
setCurrentPage: (page: AXPLayoutDetailsViewPage | null) => void;
|
|
512
548
|
setCurrentTab: (tab: _acorex_platform_layout_views.AXPLayoutDetailsViewTabItem) => void;
|
|
513
549
|
getCurrentTabContent: () => _acorex_platform_layout_builder.AXPWidgetNode[];
|
|
514
|
-
title: () =>
|
|
515
|
-
description: () =>
|
|
516
|
-
primaryActions: () => Promise<
|
|
517
|
-
secondaryActions: () => Promise<
|
|
550
|
+
title: () => string | null;
|
|
551
|
+
description: () => string | null;
|
|
552
|
+
primaryActions: () => Promise<any>;
|
|
553
|
+
secondaryActions: () => Promise<any>;
|
|
554
|
+
breadcrumbs: () => Promise<{
|
|
555
|
+
title: string;
|
|
556
|
+
name?: string;
|
|
557
|
+
icon?: string;
|
|
558
|
+
command?: AXPExecuteCommand;
|
|
559
|
+
}[]>;
|
|
518
560
|
discard: () => Promise<void>;
|
|
519
|
-
save: () => Promise<void>;
|
|
561
|
+
save: (command: AXPExecuteCommand) => Promise<void>;
|
|
520
562
|
} & _ngrx_signals.StateSource<{
|
|
521
563
|
adapter: AXPLayoutDetailsViewAdapter | null;
|
|
564
|
+
adapterContext: Record<string, any>;
|
|
522
565
|
previousContext: Record<string, any>;
|
|
523
566
|
context: Record<string, any>;
|
|
524
567
|
scope: _acorex_platform_core.AXPExpressionEvaluatorScope | null;
|
|
@@ -541,10 +584,11 @@ declare class AXPLayoutDetailsViewComponent extends AXPPageLayoutBaseComponent i
|
|
|
541
584
|
protected getAllSecondaryActions(): Promise<AXPLayoutDetailsViewAction[]>;
|
|
542
585
|
protected getSecondaryMenuItems(): Promise<AXPActionMenuItem[]>;
|
|
543
586
|
protected getFooterSecondaryActions(): Promise<AXPActionMenuItem[]>;
|
|
587
|
+
protected getPageBreadcrumbs(): Promise<AXPBreadcrumbItem[]>;
|
|
544
588
|
protected getPageTitle(): Promise<string>;
|
|
545
589
|
getPageDescription(): Promise<string | null>;
|
|
546
590
|
getBackButton(): Promise<AXPBackButton | null>;
|
|
547
|
-
onBackButtonClick():
|
|
591
|
+
onBackButtonClick(): Promise<void>;
|
|
548
592
|
execute(command: AXPExecuteCommand): Promise<void>;
|
|
549
593
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPLayoutDetailsViewComponent, never>;
|
|
550
594
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLayoutDetailsViewComponent, "axp-layout-details-view", never, { "adapter": { "alias": "adapter"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/platform",
|
|
3
|
-
"version": "20.2.
|
|
3
|
+
"version": "20.2.4-next.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=19.0.0",
|
|
6
6
|
"@angular/core": ">=19.0.0",
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"types": "./domain/index.d.ts",
|
|
57
57
|
"default": "./fesm2022/acorex-platform-domain.mjs"
|
|
58
58
|
},
|
|
59
|
-
"./runtime": {
|
|
60
|
-
"types": "./runtime/index.d.ts",
|
|
61
|
-
"default": "./fesm2022/acorex-platform-runtime.mjs"
|
|
62
|
-
},
|
|
63
59
|
"./native": {
|
|
64
60
|
"types": "./native/index.d.ts",
|
|
65
61
|
"default": "./fesm2022/acorex-platform-native.mjs"
|
|
66
62
|
},
|
|
63
|
+
"./runtime": {
|
|
64
|
+
"types": "./runtime/index.d.ts",
|
|
65
|
+
"default": "./fesm2022/acorex-platform-runtime.mjs"
|
|
66
|
+
},
|
|
67
67
|
"./widgets": {
|
|
68
68
|
"types": "./widgets/index.d.ts",
|
|
69
69
|
"default": "./fesm2022/acorex-platform-widgets.mjs"
|
|
@@ -91,7 +91,7 @@ declare class AXPEntityDetailListViewComponent {
|
|
|
91
91
|
ngAfterViewInit(): void;
|
|
92
92
|
protected dropdownRowItems: _angular_core.Signal<_acorex_components_button.AXButtonItemListItem[]>;
|
|
93
93
|
protected commandRowItems: _angular_core.Signal<_acorex_components_button.AXButtonItemListItem[]>;
|
|
94
|
-
protected handleRowDbClick(e: AXDataTableRowDbClick): void
|
|
94
|
+
protected handleRowDbClick(e: AXDataTableRowDbClick): Promise<void>;
|
|
95
95
|
protected getCommandRowItems: () => AXRowCommandItem[];
|
|
96
96
|
protected getDropdownRowItems: (rowData: unknown) => Promise<AXRowCommandItem[]>;
|
|
97
97
|
protected handleSelectedRowsChange(rows: unknown[]): Promise<void>;
|
package/widgets/index.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import * as i1 from '@acorex/platform/layout/builder';
|
|
|
2
2
|
import { AXPWidgetPropertyGroup, AXPWidgetProperty, AXPLayoutWidgetComponent, AXPLayoutElementAPI, AXPWidgetConfig, AXPValueWidgetComponent, AXPColumnWidgetComponent, AXPDataListWidgetComponent, AXPWidgetNode } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as _angular_core from '@angular/core';
|
|
4
4
|
import { EventEmitter, Signal, InjectionToken, OnInit, WritableSignal, OnDestroy, ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
5
|
-
import { AXStyleColorType, AXStyleLookType, AXClickEvent, AXDataSource, AXValueChangedEvent, AXDataSourceFilterOption, AXDirection } from '@acorex/cdk/common';
|
|
6
|
-
import { AXPExpression, AXPValidationRule, AXPStringValidationRules, AXPFileListItem, AXPLayoutFlexStyles } from '@acorex/platform/core';
|
|
5
|
+
import { AXStyleColorType, AXStyleLookType, AXClickEvent, AXDataSource, AXValueChangedEvent, AXDataSourceFilterOption, AXDirection, AXButtonClickEvent } from '@acorex/cdk/common';
|
|
6
|
+
import { AXPExpression, AXPValidationRule, AXPStringValidationRules, AXPFileListItem, AXPExpressionEvaluatorService, AXPLayoutFlexStyles } from '@acorex/platform/core';
|
|
7
7
|
import { AXPClipBoardService, AXPLanguage } from '@acorex/platform/common';
|
|
8
8
|
import { AXValidationService } from '@acorex/core/validation';
|
|
9
9
|
import { AXTranslationService } from '@acorex/core/translation';
|
|
@@ -11,6 +11,8 @@ import { AXNumberFormatterOptions } from '@acorex/core/format';
|
|
|
11
11
|
import { AXFileService } from '@acorex/core/file';
|
|
12
12
|
import { AXMediaViewerData } from '@acorex/components/media-viewer';
|
|
13
13
|
import { AXBasePageComponent } from '@acorex/components/page';
|
|
14
|
+
import * as _acorex_components_button from '@acorex/components/button';
|
|
15
|
+
import { AXRowCommandItemClickEvent, AXDataTableComponent, AXRowCommandItem } from '@acorex/components/data-table';
|
|
14
16
|
import * as _acorex_components_map from '@acorex/components/map';
|
|
15
17
|
import { AXMapData, AXMapPolygon, AXPoiMarker } from '@acorex/components/map';
|
|
16
18
|
import { AXPlatform } from '@acorex/core/platform';
|
|
@@ -45,6 +47,7 @@ declare const AXP_DATA_PATH_PROPERTY: AXPWidgetProperty;
|
|
|
45
47
|
declare const AXP_DISABLED_PROPERTY: AXPWidgetProperty;
|
|
46
48
|
declare const AXP_READONLY_PROPERTY: AXPWidgetProperty;
|
|
47
49
|
declare const AXP_ALLOW_MULTIPLE_PROPERTY: AXPWidgetProperty;
|
|
50
|
+
declare const AXP_ALLOW_CLEAR_PROPERTY: AXPWidgetProperty;
|
|
48
51
|
declare const AXP_HAS_LABEL_PROPERTY: AXPWidgetProperty;
|
|
49
52
|
declare const AXP_HAS_ICON_PROPERTY: AXPWidgetProperty;
|
|
50
53
|
declare const AXP_ICON_PROPERTY: AXPWidgetProperty;
|
|
@@ -209,6 +212,7 @@ declare class AXPContactWidgetViewComponent extends AXPValueWidgetComponent<AXPC
|
|
|
209
212
|
protected hasIcon: Signal<boolean>;
|
|
210
213
|
protected internalValue: Signal<AXPContactData>;
|
|
211
214
|
protected clipboard: AXPClipBoardService;
|
|
215
|
+
protected hasValue: Signal<boolean>;
|
|
212
216
|
constructor();
|
|
213
217
|
private correctItems;
|
|
214
218
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPContactWidgetViewComponent, never>;
|
|
@@ -1304,6 +1308,89 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
1304
1308
|
}
|
|
1305
1309
|
}
|
|
1306
1310
|
|
|
1311
|
+
interface AXPListWidgetColumn {
|
|
1312
|
+
name: string;
|
|
1313
|
+
title?: string;
|
|
1314
|
+
width?: string;
|
|
1315
|
+
visible?: boolean;
|
|
1316
|
+
fixed?: 'start' | 'end';
|
|
1317
|
+
widget?: {
|
|
1318
|
+
type: string;
|
|
1319
|
+
path?: string;
|
|
1320
|
+
options?: any;
|
|
1321
|
+
};
|
|
1322
|
+
}
|
|
1323
|
+
interface AXPListWidgetRowCommand {
|
|
1324
|
+
name: string;
|
|
1325
|
+
text: string;
|
|
1326
|
+
icon?: string;
|
|
1327
|
+
color?: string;
|
|
1328
|
+
disabled?: boolean | string;
|
|
1329
|
+
hidden?: boolean | string;
|
|
1330
|
+
}
|
|
1331
|
+
interface AXPListWidgetOptions {
|
|
1332
|
+
dataSource: AXDataSource;
|
|
1333
|
+
columns: AXPListWidgetColumn[];
|
|
1334
|
+
primaryCommands?: AXPListWidgetRowCommand[];
|
|
1335
|
+
secondaryCommands?: AXPListWidgetRowCommand[];
|
|
1336
|
+
showIndex?: boolean;
|
|
1337
|
+
allowSelection?: boolean;
|
|
1338
|
+
paging?: boolean;
|
|
1339
|
+
showHeader?: boolean;
|
|
1340
|
+
showFooter?: boolean;
|
|
1341
|
+
parentField?: string;
|
|
1342
|
+
onRowClick?: (row: any) => void | string;
|
|
1343
|
+
onRowDoubleClick?: (row: any) => void | string;
|
|
1344
|
+
onSelectionChange?: (selectedRows: any[]) => void | string;
|
|
1345
|
+
onRowCommand?: (command: AXRowCommandItemClickEvent, selectedRows: any[]) => Promise<void> | string;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
declare class AXPListWidgetViewComponent extends AXPValueWidgetComponent<any[]> {
|
|
1349
|
+
protected grid: Signal<AXDataTableComponent | undefined>;
|
|
1350
|
+
protected expressionEvaluator: AXPExpressionEvaluatorService;
|
|
1351
|
+
ngOnInit(): void;
|
|
1352
|
+
protected dataSource: Signal<any>;
|
|
1353
|
+
protected columns: Signal<AXPListWidgetColumn[]>;
|
|
1354
|
+
protected onRowClick: Signal<((row: any) => void) | undefined>;
|
|
1355
|
+
protected onRowDoubleClick: Signal<((row: any) => void) | undefined>;
|
|
1356
|
+
protected onSelectionChange: Signal<((selectedRows: any[]) => void) | undefined>;
|
|
1357
|
+
protected onRowCommand: Signal<((command: AXRowCommandItemClickEvent, selectedRows: any[]) => void) | undefined>;
|
|
1358
|
+
protected paging: Signal<boolean>;
|
|
1359
|
+
protected showHeader: Signal<boolean>;
|
|
1360
|
+
protected showFooter: Signal<boolean>;
|
|
1361
|
+
protected fixHeader: Signal<boolean>;
|
|
1362
|
+
protected fixFooter: Signal<boolean>;
|
|
1363
|
+
protected fetchDataMode: Signal<"auto" | "manual">;
|
|
1364
|
+
protected parentField: Signal<string | undefined>;
|
|
1365
|
+
protected showIndex: Signal<boolean>;
|
|
1366
|
+
protected allowSelection: Signal<boolean>;
|
|
1367
|
+
protected primaryCommands: Signal<_acorex_components_button.AXButtonItemListItem[]>;
|
|
1368
|
+
protected secondaryCommands: Signal<AXPListWidgetRowCommand[]>;
|
|
1369
|
+
protected evaluatedSecondaryCommands: (rowData: any) => Promise<AXRowCommandItem[]>;
|
|
1370
|
+
protected loading: Signal<{
|
|
1371
|
+
enabled: any;
|
|
1372
|
+
animation: any;
|
|
1373
|
+
}>;
|
|
1374
|
+
protected processedDataSource: Signal<AXDataSource>;
|
|
1375
|
+
protected visibleColumns: Signal<AXPListWidgetColumn[]>;
|
|
1376
|
+
protected selectedRows: Signal<any[]>;
|
|
1377
|
+
protected getColumnNode(col: AXPListWidgetColumn): {
|
|
1378
|
+
type: string;
|
|
1379
|
+
path: string;
|
|
1380
|
+
options: any;
|
|
1381
|
+
};
|
|
1382
|
+
protected getCommandColumnWidth(): string;
|
|
1383
|
+
protected handleSelectedRowsChange(selectedRows: any[]): void;
|
|
1384
|
+
protected handleRowClick(event: any): void;
|
|
1385
|
+
protected handleRowDbClick(event: any): void;
|
|
1386
|
+
protected handleRowCommandClick(event: AXButtonClickEvent): void;
|
|
1387
|
+
refresh(): void;
|
|
1388
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPListWidgetViewComponent, never>;
|
|
1389
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPListWidgetViewComponent, "axp-list-widget-view", never, {}, {}, never, never, true, never>;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
declare const AXPListWidget: AXPWidgetConfig;
|
|
1393
|
+
|
|
1307
1394
|
declare class AXPMapBoxWidgetViewComponent extends AXPValueWidgetComponent<AXMapData | undefined> {
|
|
1308
1395
|
markers: _angular_core.Signal<_acorex_components_map.AXMapMarker[]>;
|
|
1309
1396
|
polygons: _angular_core.Signal<_acorex_components_map.AXMapPolygon[]>;
|
|
@@ -2248,5 +2335,5 @@ declare class AXPWidgetsModule {
|
|
|
2248
2335
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXPWidgetsModule>;
|
|
2249
2336
|
}
|
|
2250
2337
|
|
|
2251
|
-
export { AXPAdvancedGridItemWidget, AXPAdvancedGridItemWidgetDesignerComponent, AXPAdvancedGridItemWidgetPrintComponent, AXPAdvancedGridItemWidgetViewComponent, AXPAdvancedGridOptionsWidget, AXPAdvancedGridOptionsWidgetEditComponent, AXPAdvancedGridWidget, AXPAdvancedGridWidgetDesignerComponent, AXPAdvancedGridWidgetViewComponent, AXPAvatarWidget, AXPAvatarWidgetColumnComponent, AXPAvatarWidgetDesignerComponent, AXPAvatarWidgetEditComponent, AXPAvatarWidgetPrintComponent, AXPAvatarWidgetViewComponent, AXPBetweenExpressionValidationWidget, AXPBetweenValidationWidgetEditComponent, AXPBlockWidget, AXPBlockWidgetDesignerComponent, AXPBlockWidgetViewComponent, AXPBorderWidget, AXPBorderWidgetEditComponent, AXPButtonWidget, AXPButtonWidgetViewComponent, AXPCallbackValidationWidget, AXPCallbackValidationWidgetEditComponent, AXPCheckBoxWidget, AXPCheckBoxWidgetEditComponent, AXPContactWidget, AXPContactWidgetColumnComponent, AXPContactWidgetEditComponent, AXPContactWidgetViewComponent, AXPDateTimeBoxWidget, AXPDateTimeBoxWidgetColumnComponent, AXPDateTimeBoxWidgetEditComponent, AXPDateTimeBoxWidgetFilterComponent, AXPDateTimeBoxWidgetPrintComponent, AXPDateTimeBoxWidgetViewComponent, AXPDirectionWidget, AXPDirectionWidgetEditComponent, AXPEmailBoxWidget, AXPEmailBoxWidgetColumnComponent, AXPEmailBoxWidgetEditComponent, AXPEmailBoxWidgetFilterComponent, AXPEmailBoxWidgetPrintComponent, AXPEmailBoxWidgetViewComponent, AXPEqualValidationWidget, AXPEqualValidationWidgetEditComponent, AXPFileUploaderWidget, AXPFileUploaderWidgetColumnComponent, AXPFileUploaderWidgetEditComponent, AXPFileUploaderWidgetPrintComponent, AXPFileUploaderWidgetService, AXPFileUploaderWidgetViewComponent, AXPFlexOptionsWidget, AXPFlexOptionsWidgetEditComponent, AXPFlexWidget, AXPFlexWidgetDesignerComponent, AXPFlexWidgetViewComponent, AXPGalleryWidget, AXPGalleryWidgetEditComponent, AXPGalleryWidgetPrintComponent, AXPGalleryWidgetViewComponent, AXPGreaterThanExpressionValidationWidget, AXPGreaterThanValidationWidgetEditComponent, AXPGridOptionsWidget, AXPGridOptionsWidgetEditComponent, AXPImageMarkerPopupComponent, AXPImageMarkerWidget, AXPImageMarkerWidgetColumnComponent, AXPImageMarkerWidgetEditComponent, AXPImageMarkerWidgetViewComponent, AXPLargeTextWidget, AXPLargeTextWidgetColumnComponent, AXPLargeTextWidgetEditComponent, AXPLargeTextWidgetFilterComponent, AXPLargeTextWidgetPrintComponent, AXPLargeTextWidgetViewComponent, AXPLessThanExpressionValidationWidget, AXPLessThanValidationWidgetEditComponent, AXPLinkWidget, AXPLinkWidgetColumnComponent, AXPLinkWidgetEditComponent, AXPLinkWidgetFilterComponent, AXPLinkWidgetPrintComponent, AXPLinkWidgetViewComponent, AXPMapBoxWidget, AXPMapBoxWidgetEditComponent, AXPMapBoxWidgetViewComponent, AXPMaxLengthExpressionValidationWidget, AXPMaxLengthValidationWidgetEditComponent, AXPMinLengthExpressionValidationWidget, AXPMinLengthValidationWidgetEditComponent, AXPNumberBoxWidget, AXPNumberBoxWidgetColumnComponent, AXPNumberBoxWidgetEditComponent, AXPNumberBoxWidgetFilterComponent, AXPNumberBoxWidgetPrintComponent, AXPNumberBoxWidgetViewComponent, AXPPageWidget, AXPPageWidgetViewComponent, AXPPasswordBoxWidget, AXPPasswordBoxWidgetColumnComponent, AXPPasswordBoxWidgetEditComponent, AXPPasswordBoxWidgetFilterComponent, AXPPasswordBoxWidgetPrintComponent, AXPPasswordBoxWidgetViewComponent, AXPPhoneBoxWidget, AXPPhoneBoxWidgetColumnComponent, AXPPhoneBoxWidgetEditComponent, AXPPhoneBoxWidgetFilterComponent, AXPPhoneBoxWidgetPrintComponent, AXPPhoneBoxWidgetViewComponent, AXPPropertyEditorHelper, AXPRegularExpressionValidationWidget, AXPRegularExpressionValidationWidgetEditComponent, AXPRepeaterWidget, AXPRepeaterWidgetDesignerComponent, AXPRepeaterWidgetEditComponent, AXPRepeaterWidgetPrintComponent, AXPRepeaterWidgetViewComponent, AXPRequiredValidationWidget, AXPRequiredValidationWidgetEditComponent, AXPRichTextWidget, AXPRichTextWidgetColumnComponent, AXPRichTextWidgetEditComponent, AXPRichTextWidgetFilterComponent, AXPRichTextWidgetPrintComponent, AXPRichTextWidgetViewComponent, AXPSelectBoxWidget, AXPSelectBoxWidgetColumnComponent, AXPSelectBoxWidgetEditComponent, AXPSelectBoxWidgetPrintComponent, AXPSelectBoxWidgetViewComponent, AXPSelectionListWidget, AXPSelectionListWidgetColumnComponent, AXPSelectionListWidgetDesignerComponent, AXPSelectionListWidgetEditComponent, AXPSelectionListWidgetFilterComponent, AXPSelectionListWidgetPrintComponent, AXPSelectionListWidgetViewComponent, AXPSignatureWidget, AXPSignatureWidgetColumnComponent, AXPSignatureWidgetEditComponent, AXPSignatureWidgetFilterComponent, AXPSignatureWidgetPrintComponent, AXPSignatureWidgetViewComponent, AXPSpacingWidget, AXPSpacingWidgetEditComponent, AXPTemplateBoxWidget, AXPTemplateBoxWidgetColumnComponent, AXPTemplateBoxWidgetEditComponent, AXPTemplateBoxWidgetFilterComponent, AXPTemplateBoxWidgetPrintComponent, AXPTemplateBoxWidgetViewComponent, AXPTextBoxWidget, AXPTextBoxWidgetColumnComponent, AXPTextBoxWidgetEditComponent, AXPTextBoxWidgetFilterComponent, AXPTextBoxWidgetPrintComponent, AXPTextBoxWidgetViewComponent, AXPToggleWidget, AXPToggleWidgetColumnComponent, AXPToggleWidgetEditComponent, AXPToggleWidgetFilterComponent, AXPToggleWidgetPrintComponent, AXPToggleWidgetViewComponent, AXPWidgetsModule, AXP_ALLOW_MULTIPLE_PROPERTY, AXP_ALLOW_SEARCH_PROPERTY, AXP_ANIMATION_PROPERTY_GROUP, AXP_APPEARANCE_PROPERTY_GROUP, AXP_BEHAVIOR_PROPERTY_GROUP, AXP_BETWEEN_VALIDATION_PROPERTY, AXP_BG_COLOR_PROPERTY, AXP_BOX_MODEL_PROPERTY_GROUP, AXP_CALLBACK_VALIDATION_PROPERTY, AXP_COLOR_PROPERTY, AXP_CONTENT_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_DATA_PROPERTY_GROUP, AXP_DATA_SOURCE_PROPERTIES, AXP_DATA_SOURCE_PROPERTY, AXP_DATA_SOURCE_TEXT_FIELD, AXP_DATA_SOURCE_VALUE_FIELD, AXP_DATE_FORMAT_PROPERTY, AXP_DESCRIPTION_PROPERTY, AXP_DIRECTION_PROPERTY, AXP_DISABLED_PROPERTY, AXP_DOWNLOADABLE_PROPERTY, AXP_EQUAL_VALIDATION_PROPERTY, AXP_FALSY_TEXT_PROPERTY, AXP_FONT_SIZE_PROPERTY, AXP_Flex_Box_Align_Options, AXP_Flex_Box_Alignments, AXP_Flex_Box_Justify_Options, AXP_GREATER_THAN_VALIDATION_PROPERTY, AXP_Grid_Box_Align_Items_Options, AXP_Grid_Box_Alignments, AXP_Grid_Box_Justify_Items_Options, AXP_HAS_CLEAR_BUTTON_PROPERTY, AXP_HAS_COPY_ICON_PROPERTY, AXP_HAS_EYE_ICON_PROPERTY, AXP_HAS_ICON_PROPERTY, AXP_HAS_LABEL_PROPERTY, AXP_ICON_PROPERTY, AXP_IS_LOADING_PROPERTY, AXP_LABEL_PROPERTY, AXP_LAYOUT_ADVANCED_GRID_PROPERTY, AXP_LAYOUT_BORDER_PROPERTY, AXP_LAYOUT_COLUMNS_PROPERTY, AXP_LAYOUT_COL_END_PROPERTY, AXP_LAYOUT_COL_SPAN_PROPERTY, AXP_LAYOUT_COL_START_PROPERTY, AXP_LAYOUT_DIRECTION_PROPERTY, AXP_LAYOUT_FLEX_PROPERTY, AXP_LAYOUT_FLEX_PROPERTY_GROUP, AXP_LAYOUT_GAP_PROPERTY, AXP_LAYOUT_GRID_ITEM_PROPERTIES, AXP_LAYOUT_GRID_PROPERTIES, AXP_LAYOUT_GRID_PROPERTY, AXP_LAYOUT_GRID_PROPERTY_GROUP, AXP_LAYOUT_GRID_ROW_PROPERTIES, AXP_LAYOUT_ROWS_PROPERTY, AXP_LAYOUT_SHOW_HEADER_PROPERTY, AXP_LAYOUT_SPACING_PROPERTY, AXP_LESS_THAN_VALIDATION_PROPERTY, AXP_MAX_LENGTH_VALIDATION_PROPERTY, AXP_MIN_LENGTH_VALIDATION_PROPERTY, AXP_NAME_PROPERTY, AXP_PLACEHOLDER_PROPERTY, AXP_READONLY_PROPERTY, AXP_REGULAR_EXPRESSION_VALIDATION_PROPERTY, AXP_REQUIRED_VALIDATION_PROPERTY, AXP_STYLE_COLOR_PROPERTY, AXP_STYLE_LOOK_PROPERTY, AXP_STYLING_PROPERTY_GROUP, AXP_TABLE_COLUMN_HEIGHT_PROPERTY, AXP_TABLE_COLUMN_WIDTH_PROPERTY, AXP_TEXT_FIELD_PROPERTY, AXP_TEXT_PROPERTY, AXP_THEME_PROPERTY, AXP_TITLE_PROPERTY, AXP_TRULY_TEXT_PROPERTY, AXP_VALIDATION_PROPERTY_GROUP, AXP_VALUE_FIELD_PROPERTY, AXP_WIDGET_PROPERTY_GROUP, AXP_default_Border_Box_Units, AXP_default_Border_Box_Value, AXP_default_Spacing_Box_Units, AXP_default_Spacing_Box_Value, DEFAULT_STRATEGY_CONFIG, STRATEGY_CONFIG_TOKEN, booleanDefaultProperty, findNonEmptyBreakpoints, largeTextDefaultProperty, numberDefaultProperty, numberMaxValueProperty, numberMinValueProperty, plainTextDefaultProperty };
|
|
2252
|
-
export type { AXPAdvancedGridItemWidgetOptions, AXPAdvancedGridWidgetOptions, AXPBlockWidgetConfigType, AXPBlockWidgetOptions, AXPBorderBox, AXPBorderBoxString, AXPBreakpointValues, AXPBreakpoints, AXPCheckBoxWidgetConfigType, AXPCheckBoxWidgetOptions, AXPContactWidgetOptions, AXPDateTimeBoxWidgetOptions, AXPEmailBoxWidgetOptions, AXPFlexBoxAlignmentOption, AXPFlexBoxOption, AXPFlexWidgetConfigType, AXPFlexWidgetOptions, AXPGridBoxAlignmentOption, AXPGridBoxOption, AXPGridBoxValues, AXPGridBreakpointValues, AXPImageMarkerWidgetOptions, AXPImageMarkerWidgetPoint, AXPLargeTextWidgetOptions, AXPLinkWidgetOptions, AXPNumberBoxWidgetOptions, AXPPageWidgetOptions, AXPPasswordBoxWidgetOptions, AXPPhoneBoxWidgetOptions, AXPPropertyCorners, AXPPropertyEditorCornerValues, AXPPropertyEditorSideGeneric, AXPPropertyEditorSideValues, AXPPropertySides, AXPRepeaterWidgetOptions, AXPRichTextWidgetOptions, AXPSelectBoxWidgetOptions, AXPSelectionListWidgetOptions, AXPSpacingBox, AXPSpacingBoxDefaultValues, AXPSpacingBoxString, AXPTemplateBoxWidgetOptions, AXPTextBoxWidgetOptions, AXPToggleWidgetOptions, StrategyConfig };
|
|
2338
|
+
export { AXPAdvancedGridItemWidget, AXPAdvancedGridItemWidgetDesignerComponent, AXPAdvancedGridItemWidgetPrintComponent, AXPAdvancedGridItemWidgetViewComponent, AXPAdvancedGridOptionsWidget, AXPAdvancedGridOptionsWidgetEditComponent, AXPAdvancedGridWidget, AXPAdvancedGridWidgetDesignerComponent, AXPAdvancedGridWidgetViewComponent, AXPAvatarWidget, AXPAvatarWidgetColumnComponent, AXPAvatarWidgetDesignerComponent, AXPAvatarWidgetEditComponent, AXPAvatarWidgetPrintComponent, AXPAvatarWidgetViewComponent, AXPBetweenExpressionValidationWidget, AXPBetweenValidationWidgetEditComponent, AXPBlockWidget, AXPBlockWidgetDesignerComponent, AXPBlockWidgetViewComponent, AXPBorderWidget, AXPBorderWidgetEditComponent, AXPButtonWidget, AXPButtonWidgetViewComponent, AXPCallbackValidationWidget, AXPCallbackValidationWidgetEditComponent, AXPCheckBoxWidget, AXPCheckBoxWidgetEditComponent, AXPContactWidget, AXPContactWidgetColumnComponent, AXPContactWidgetEditComponent, AXPContactWidgetViewComponent, AXPDateTimeBoxWidget, AXPDateTimeBoxWidgetColumnComponent, AXPDateTimeBoxWidgetEditComponent, AXPDateTimeBoxWidgetFilterComponent, AXPDateTimeBoxWidgetPrintComponent, AXPDateTimeBoxWidgetViewComponent, AXPDirectionWidget, AXPDirectionWidgetEditComponent, AXPEmailBoxWidget, AXPEmailBoxWidgetColumnComponent, AXPEmailBoxWidgetEditComponent, AXPEmailBoxWidgetFilterComponent, AXPEmailBoxWidgetPrintComponent, AXPEmailBoxWidgetViewComponent, AXPEqualValidationWidget, AXPEqualValidationWidgetEditComponent, AXPFileUploaderWidget, AXPFileUploaderWidgetColumnComponent, AXPFileUploaderWidgetEditComponent, AXPFileUploaderWidgetPrintComponent, AXPFileUploaderWidgetService, AXPFileUploaderWidgetViewComponent, AXPFlexOptionsWidget, AXPFlexOptionsWidgetEditComponent, AXPFlexWidget, AXPFlexWidgetDesignerComponent, AXPFlexWidgetViewComponent, AXPGalleryWidget, AXPGalleryWidgetEditComponent, AXPGalleryWidgetPrintComponent, AXPGalleryWidgetViewComponent, AXPGreaterThanExpressionValidationWidget, AXPGreaterThanValidationWidgetEditComponent, AXPGridOptionsWidget, AXPGridOptionsWidgetEditComponent, AXPImageMarkerPopupComponent, AXPImageMarkerWidget, AXPImageMarkerWidgetColumnComponent, AXPImageMarkerWidgetEditComponent, AXPImageMarkerWidgetViewComponent, AXPLargeTextWidget, AXPLargeTextWidgetColumnComponent, AXPLargeTextWidgetEditComponent, AXPLargeTextWidgetFilterComponent, AXPLargeTextWidgetPrintComponent, AXPLargeTextWidgetViewComponent, AXPLessThanExpressionValidationWidget, AXPLessThanValidationWidgetEditComponent, AXPLinkWidget, AXPLinkWidgetColumnComponent, AXPLinkWidgetEditComponent, AXPLinkWidgetFilterComponent, AXPLinkWidgetPrintComponent, AXPLinkWidgetViewComponent, AXPListWidget, AXPListWidgetViewComponent, AXPMapBoxWidget, AXPMapBoxWidgetEditComponent, AXPMapBoxWidgetViewComponent, AXPMaxLengthExpressionValidationWidget, AXPMaxLengthValidationWidgetEditComponent, AXPMinLengthExpressionValidationWidget, AXPMinLengthValidationWidgetEditComponent, AXPNumberBoxWidget, AXPNumberBoxWidgetColumnComponent, AXPNumberBoxWidgetEditComponent, AXPNumberBoxWidgetFilterComponent, AXPNumberBoxWidgetPrintComponent, AXPNumberBoxWidgetViewComponent, AXPPageWidget, AXPPageWidgetViewComponent, AXPPasswordBoxWidget, AXPPasswordBoxWidgetColumnComponent, AXPPasswordBoxWidgetEditComponent, AXPPasswordBoxWidgetFilterComponent, AXPPasswordBoxWidgetPrintComponent, AXPPasswordBoxWidgetViewComponent, AXPPhoneBoxWidget, AXPPhoneBoxWidgetColumnComponent, AXPPhoneBoxWidgetEditComponent, AXPPhoneBoxWidgetFilterComponent, AXPPhoneBoxWidgetPrintComponent, AXPPhoneBoxWidgetViewComponent, AXPPropertyEditorHelper, AXPRegularExpressionValidationWidget, AXPRegularExpressionValidationWidgetEditComponent, AXPRepeaterWidget, AXPRepeaterWidgetDesignerComponent, AXPRepeaterWidgetEditComponent, AXPRepeaterWidgetPrintComponent, AXPRepeaterWidgetViewComponent, AXPRequiredValidationWidget, AXPRequiredValidationWidgetEditComponent, AXPRichTextWidget, AXPRichTextWidgetColumnComponent, AXPRichTextWidgetEditComponent, AXPRichTextWidgetFilterComponent, AXPRichTextWidgetPrintComponent, AXPRichTextWidgetViewComponent, AXPSelectBoxWidget, AXPSelectBoxWidgetColumnComponent, AXPSelectBoxWidgetEditComponent, AXPSelectBoxWidgetPrintComponent, AXPSelectBoxWidgetViewComponent, AXPSelectionListWidget, AXPSelectionListWidgetColumnComponent, AXPSelectionListWidgetDesignerComponent, AXPSelectionListWidgetEditComponent, AXPSelectionListWidgetFilterComponent, AXPSelectionListWidgetPrintComponent, AXPSelectionListWidgetViewComponent, AXPSignatureWidget, AXPSignatureWidgetColumnComponent, AXPSignatureWidgetEditComponent, AXPSignatureWidgetFilterComponent, AXPSignatureWidgetPrintComponent, AXPSignatureWidgetViewComponent, AXPSpacingWidget, AXPSpacingWidgetEditComponent, AXPTemplateBoxWidget, AXPTemplateBoxWidgetColumnComponent, AXPTemplateBoxWidgetEditComponent, AXPTemplateBoxWidgetFilterComponent, AXPTemplateBoxWidgetPrintComponent, AXPTemplateBoxWidgetViewComponent, AXPTextBoxWidget, AXPTextBoxWidgetColumnComponent, AXPTextBoxWidgetEditComponent, AXPTextBoxWidgetFilterComponent, AXPTextBoxWidgetPrintComponent, AXPTextBoxWidgetViewComponent, AXPToggleWidget, AXPToggleWidgetColumnComponent, AXPToggleWidgetEditComponent, AXPToggleWidgetFilterComponent, AXPToggleWidgetPrintComponent, AXPToggleWidgetViewComponent, AXPWidgetsModule, AXP_ALLOW_CLEAR_PROPERTY, AXP_ALLOW_MULTIPLE_PROPERTY, AXP_ALLOW_SEARCH_PROPERTY, AXP_ANIMATION_PROPERTY_GROUP, AXP_APPEARANCE_PROPERTY_GROUP, AXP_BEHAVIOR_PROPERTY_GROUP, AXP_BETWEEN_VALIDATION_PROPERTY, AXP_BG_COLOR_PROPERTY, AXP_BOX_MODEL_PROPERTY_GROUP, AXP_CALLBACK_VALIDATION_PROPERTY, AXP_COLOR_PROPERTY, AXP_CONTENT_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_DATA_PROPERTY_GROUP, AXP_DATA_SOURCE_PROPERTIES, AXP_DATA_SOURCE_PROPERTY, AXP_DATA_SOURCE_TEXT_FIELD, AXP_DATA_SOURCE_VALUE_FIELD, AXP_DATE_FORMAT_PROPERTY, AXP_DESCRIPTION_PROPERTY, AXP_DIRECTION_PROPERTY, AXP_DISABLED_PROPERTY, AXP_DOWNLOADABLE_PROPERTY, AXP_EQUAL_VALIDATION_PROPERTY, AXP_FALSY_TEXT_PROPERTY, AXP_FONT_SIZE_PROPERTY, AXP_Flex_Box_Align_Options, AXP_Flex_Box_Alignments, AXP_Flex_Box_Justify_Options, AXP_GREATER_THAN_VALIDATION_PROPERTY, AXP_Grid_Box_Align_Items_Options, AXP_Grid_Box_Alignments, AXP_Grid_Box_Justify_Items_Options, AXP_HAS_CLEAR_BUTTON_PROPERTY, AXP_HAS_COPY_ICON_PROPERTY, AXP_HAS_EYE_ICON_PROPERTY, AXP_HAS_ICON_PROPERTY, AXP_HAS_LABEL_PROPERTY, AXP_ICON_PROPERTY, AXP_IS_LOADING_PROPERTY, AXP_LABEL_PROPERTY, AXP_LAYOUT_ADVANCED_GRID_PROPERTY, AXP_LAYOUT_BORDER_PROPERTY, AXP_LAYOUT_COLUMNS_PROPERTY, AXP_LAYOUT_COL_END_PROPERTY, AXP_LAYOUT_COL_SPAN_PROPERTY, AXP_LAYOUT_COL_START_PROPERTY, AXP_LAYOUT_DIRECTION_PROPERTY, AXP_LAYOUT_FLEX_PROPERTY, AXP_LAYOUT_FLEX_PROPERTY_GROUP, AXP_LAYOUT_GAP_PROPERTY, AXP_LAYOUT_GRID_ITEM_PROPERTIES, AXP_LAYOUT_GRID_PROPERTIES, AXP_LAYOUT_GRID_PROPERTY, AXP_LAYOUT_GRID_PROPERTY_GROUP, AXP_LAYOUT_GRID_ROW_PROPERTIES, AXP_LAYOUT_ROWS_PROPERTY, AXP_LAYOUT_SHOW_HEADER_PROPERTY, AXP_LAYOUT_SPACING_PROPERTY, AXP_LESS_THAN_VALIDATION_PROPERTY, AXP_MAX_LENGTH_VALIDATION_PROPERTY, AXP_MIN_LENGTH_VALIDATION_PROPERTY, AXP_NAME_PROPERTY, AXP_PLACEHOLDER_PROPERTY, AXP_READONLY_PROPERTY, AXP_REGULAR_EXPRESSION_VALIDATION_PROPERTY, AXP_REQUIRED_VALIDATION_PROPERTY, AXP_STYLE_COLOR_PROPERTY, AXP_STYLE_LOOK_PROPERTY, AXP_STYLING_PROPERTY_GROUP, AXP_TABLE_COLUMN_HEIGHT_PROPERTY, AXP_TABLE_COLUMN_WIDTH_PROPERTY, AXP_TEXT_FIELD_PROPERTY, AXP_TEXT_PROPERTY, AXP_THEME_PROPERTY, AXP_TITLE_PROPERTY, AXP_TRULY_TEXT_PROPERTY, AXP_VALIDATION_PROPERTY_GROUP, AXP_VALUE_FIELD_PROPERTY, AXP_WIDGET_PROPERTY_GROUP, AXP_default_Border_Box_Units, AXP_default_Border_Box_Value, AXP_default_Spacing_Box_Units, AXP_default_Spacing_Box_Value, DEFAULT_STRATEGY_CONFIG, STRATEGY_CONFIG_TOKEN, booleanDefaultProperty, findNonEmptyBreakpoints, largeTextDefaultProperty, numberDefaultProperty, numberMaxValueProperty, numberMinValueProperty, plainTextDefaultProperty };
|
|
2339
|
+
export type { AXPAdvancedGridItemWidgetOptions, AXPAdvancedGridWidgetOptions, AXPBlockWidgetConfigType, AXPBlockWidgetOptions, AXPBorderBox, AXPBorderBoxString, AXPBreakpointValues, AXPBreakpoints, AXPCheckBoxWidgetConfigType, AXPCheckBoxWidgetOptions, AXPContactWidgetOptions, AXPDateTimeBoxWidgetOptions, AXPEmailBoxWidgetOptions, AXPFlexBoxAlignmentOption, AXPFlexBoxOption, AXPFlexWidgetConfigType, AXPFlexWidgetOptions, AXPGridBoxAlignmentOption, AXPGridBoxOption, AXPGridBoxValues, AXPGridBreakpointValues, AXPImageMarkerWidgetOptions, AXPImageMarkerWidgetPoint, AXPLargeTextWidgetOptions, AXPLinkWidgetOptions, AXPListWidgetColumn, AXPListWidgetOptions, AXPListWidgetRowCommand, AXPNumberBoxWidgetOptions, AXPPageWidgetOptions, AXPPasswordBoxWidgetOptions, AXPPhoneBoxWidgetOptions, AXPPropertyCorners, AXPPropertyEditorCornerValues, AXPPropertyEditorSideGeneric, AXPPropertyEditorSideValues, AXPPropertySides, AXPRepeaterWidgetOptions, AXPRichTextWidgetOptions, AXPSelectBoxWidgetOptions, AXPSelectionListWidgetOptions, AXPSpacingBox, AXPSpacingBoxDefaultValues, AXPSpacingBoxString, AXPTemplateBoxWidgetOptions, AXPTextBoxWidgetOptions, AXPToggleWidgetOptions, StrategyConfig };
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as i3 from '@acorex/components/button';
|
|
2
|
-
import { AXButtonModule } from '@acorex/components/button';
|
|
3
|
-
import { AXDecoratorGenericComponent } from '@acorex/components/decorators';
|
|
4
|
-
import * as i3$1 from '@acorex/core/translation';
|
|
5
|
-
import { AXTranslationModule } from '@acorex/core/translation';
|
|
6
|
-
import * as i1 from '@angular/common';
|
|
7
|
-
import { CommonModule } from '@angular/common';
|
|
8
|
-
import * as i0 from '@angular/core';
|
|
9
|
-
import { Component } from '@angular/core';
|
|
10
|
-
|
|
11
|
-
class AXPEntityCreateViewComponent {
|
|
12
|
-
constructor() { }
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXPEntityCreateViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.6", type: AXPEntityCreateViewComponent, isStandalone: true, selector: "axp-create-entity-view", ngImport: i0, template: "<ax-footer>\n <ax-suffix>\n <ax-button look=\"solid\" [color]=\"'default'\" [text]=\"'cancel' | translate | async\"> </ax-button>\n </ax-suffix>\n</ax-footer>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i3.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3$1.AXTranslatorPipe, name: "translate" }] }); }
|
|
15
|
-
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXPEntityCreateViewComponent, decorators: [{
|
|
17
|
-
type: Component,
|
|
18
|
-
args: [{ selector: 'axp-create-entity-view', standalone: true, imports: [CommonModule, AXDecoratorGenericComponent, AXButtonModule, AXTranslationModule], template: "<ax-footer>\n <ax-suffix>\n <ax-button look=\"solid\" [color]=\"'default'\" [text]=\"'cancel' | translate | async\"> </ax-button>\n </ax-suffix>\n</ax-footer>\n" }]
|
|
19
|
-
}], ctorParameters: () => [] });
|
|
20
|
-
|
|
21
|
-
export { AXPEntityCreateViewComponent };
|
|
22
|
-
//# sourceMappingURL=acorex-platform-themes-default-create-entity-view.component-SY0oMDoH.mjs.map
|
package/fesm2022/acorex-platform-themes-default-create-entity-view.component-SY0oMDoH.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acorex-platform-themes-default-create-entity-view.component-SY0oMDoH.mjs","sources":["../tmp-esm2022/themes/default/lib/layouts/entity-layouts/entity-master-toolbar-view/views/create-view/create-entity-view.component.js"],"sourcesContent":["import { AXButtonModule } from '@acorex/components/button';\nimport { AXDecoratorGenericComponent } from '@acorex/components/decorators';\nimport { AXTranslationModule } from '@acorex/core/translation';\nimport { CommonModule } from '@angular/common';\nimport { Component } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@acorex/components/button\";\nimport * as i2 from \"@angular/common\";\nimport * as i3 from \"@acorex/core/translation\";\nexport class AXPEntityCreateViewComponent {\n constructor() { }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.6\", ngImport: i0, type: AXPEntityCreateViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.1.6\", type: AXPEntityCreateViewComponent, isStandalone: true, selector: \"axp-create-entity-view\", ngImport: i0, template: \"<ax-footer>\\n <ax-suffix>\\n <ax-button look=\\\"solid\\\" [color]=\\\"'default'\\\" [text]=\\\"'cancel' | translate | async\\\"> </ax-button>\\n </ax-suffix>\\n</ax-footer>\\n\", dependencies: [{ kind: \"ngmodule\", type: CommonModule }, { kind: \"component\", type: AXDecoratorGenericComponent, selector: \"ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay\" }, { kind: \"ngmodule\", type: AXButtonModule }, { kind: \"component\", type: i1.AXButtonComponent, selector: \"ax-button\", inputs: [\"disabled\", \"size\", \"tabIndex\", \"color\", \"look\", \"text\", \"toggleable\", \"selected\", \"iconOnly\", \"type\", \"loadingText\"], outputs: [\"onBlur\", \"onFocus\", \"onClick\", \"selectedChange\", \"toggleableChange\", \"lookChange\", \"colorChange\", \"disabledChange\", \"loadingTextChange\"] }, { kind: \"ngmodule\", type: AXTranslationModule }, { kind: \"pipe\", type: i2.AsyncPipe, name: \"async\" }, { kind: \"pipe\", type: i3.AXTranslatorPipe, name: \"translate\" }] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.6\", ngImport: i0, type: AXPEntityCreateViewComponent, decorators: [{\n type: Component,\n args: [{ selector: 'axp-create-entity-view', standalone: true, imports: [CommonModule, AXDecoratorGenericComponent, AXButtonModule, AXTranslationModule], template: \"<ax-footer>\\n <ax-suffix>\\n <ax-button look=\\\"solid\\\" [color]=\\\"'default'\\\" [text]=\\\"'cancel' | translate | async\\\"> </ax-button>\\n </ax-suffix>\\n</ax-footer>\\n\" }]\n }], ctorParameters: () => [] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlLWVudGl0eS12aWV3LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcGxhdGZvcm0vdGhlbWVzL2RlZmF1bHQvc3JjL2xpYi9sYXlvdXRzL2VudGl0eS1sYXlvdXRzL2VudGl0eS1tYXN0ZXItdG9vbGJhci12aWV3L3ZpZXdzL2NyZWF0ZS12aWV3L2NyZWF0ZS1lbnRpdHktdmlldy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL3RoZW1lcy9kZWZhdWx0L3NyYy9saWIvbGF5b3V0cy9lbnRpdHktbGF5b3V0cy9lbnRpdHktbWFzdGVyLXRvb2xiYXItdmlldy92aWV3cy9jcmVhdGUtdmlldy9jcmVhdGUtZW50aXR5LXZpZXcuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzNELE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQzVFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQy9ELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQVExQyxNQUFNLE9BQU8sNEJBQTRCO0lBQ3ZDLGdCQUFlLENBQUM7OEdBREwsNEJBQTRCO2tHQUE1Qiw0QkFBNEIsa0ZDWnpDLHVLQUtBLDJDREtZLFlBQVksK0JBQUUsMkJBQTJCLHdMQUFFLGNBQWMsNlhBQUUsbUJBQW1COzsyRkFFN0UsNEJBQTRCO2tCQU54QyxTQUFTOytCQUNFLHdCQUF3QixjQUV0QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsMkJBQTJCLEVBQUUsY0FBYyxFQUFFLG1CQUFtQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhCdXR0b25Nb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvYnV0dG9uJztcbmltcG9ydCB7IEFYRGVjb3JhdG9yR2VuZXJpY0NvbXBvbmVudCB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9kZWNvcmF0b3JzJztcbmltcG9ydCB7IEFYVHJhbnNsYXRpb25Nb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvcmUvdHJhbnNsYXRpb24nO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdheHAtY3JlYXRlLWVudGl0eS12aWV3JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NyZWF0ZS1lbnRpdHktdmlldy5jb21wb25lbnQuaHRtbCcsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEFYRGVjb3JhdG9yR2VuZXJpY0NvbXBvbmVudCwgQVhCdXR0b25Nb2R1bGUsIEFYVHJhbnNsYXRpb25Nb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBBWFBFbnRpdHlDcmVhdGVWaWV3Q29tcG9uZW50IHtcbiAgY29uc3RydWN0b3IoKSB7fVxufVxuIiwiPGF4LWZvb3Rlcj5cbiAgPGF4LXN1ZmZpeD5cbiAgICA8YXgtYnV0dG9uIGxvb2s9XCJzb2xpZFwiIFtjb2xvcl09XCInZGVmYXVsdCdcIiBbdGV4dF09XCInY2FuY2VsJyB8IHRyYW5zbGF0ZSB8IGFzeW5jXCI+IDwvYXgtYnV0dG9uPlxuICA8L2F4LXN1ZmZpeD5cbjwvYXgtZm9vdGVyPlxuIl19"],"names":["i1","i2","i3"],"mappings":";;;;;;;;;;AASO,MAAM,4BAA4B,CAAC;AAC1C,IAAI,WAAW,GAAG;AAClB,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,4BAA4B,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AAC9L,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,4BAA4B,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,wBAAwB,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,uKAAuK,EAAE,YAAY,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,2BAA2B,EAAE,QAAQ,EAAE,8IAA8I,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAEA,EAAE,CAAC,iBAAiB,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,OAAO,EAAE,CAAC,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,mBAAmB,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,mBAAmB,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAEC,EAAE,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAEC,IAAE,CAAC,gBAAgB,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC,EAAE,CAAC,CAAC;AAC1rC;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,4BAA4B,EAAE,UAAU,EAAE,CAAC;AACtI,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,wBAAwB,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,YAAY,EAAE,2BAA2B,EAAE,cAAc,EAAE,mBAAmB,CAAC,EAAE,QAAQ,EAAE,uKAAuK,EAAE;AACzV,SAAS,CAAC,EAAE,cAAc,EAAE,MAAM,EAAE,EAAE,CAAC;;;;"}
|