@acorex/platform 21.0.0-next.64 → 21.0.0-next.67
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/fesm2022/acorex-platform-common.mjs +94 -18
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +42 -1
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +29 -7
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +282 -108
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity-attachments-page.component-BaTS183I.mjs +383 -0
- package/fesm2022/acorex-platform-layout-entity-attachments-page.component-BaTS183I.mjs.map +1 -0
- package/fesm2022/{acorex-platform-layout-widgets-file-list-popup.component-CDYAGBku.mjs → acorex-platform-layout-entity-file-list-popup.component-_yrP5SQe.mjs} +15 -18
- package/fesm2022/acorex-platform-layout-entity-file-list-popup.component-_yrP5SQe.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-entity.mjs +3339 -301
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +0 -1
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs +1377 -4
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs +8938 -11693
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-Cx1lLUaR.mjs → acorex-platform-themes-default-entity-master-create-view.component-CWLfNqV0.mjs} +3 -3
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-Cx1lLUaR.mjs.map → acorex-platform-themes-default-entity-master-create-view.component-CWLfNqV0.mjs.map} +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-AOrcgjDF.mjs → acorex-platform-themes-default-entity-master-modify-view.component-C7cT82K2.mjs} +3 -3
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-AOrcgjDF.mjs.map → acorex-platform-themes-default-entity-master-modify-view.component-C7cT82K2.mjs.map} +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-BfCeUU5F.mjs → acorex-platform-themes-default-entity-master-single-view.component-Br9p5aXT.mjs} +4 -4
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-BfCeUU5F.mjs.map → acorex-platform-themes-default-entity-master-single-view.component-Br9p5aXT.mjs.map} +1 -1
- package/fesm2022/acorex-platform-themes-default.mjs +685 -287
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-shared-settings.provider-BgXYCFia.mjs → acorex-platform-themes-shared-settings.provider-BjuzSe0T.mjs} +29 -2
- package/fesm2022/acorex-platform-themes-shared-settings.provider-BjuzSe0T.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-shared.mjs +94 -24
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/acorex-platform-workflow.mjs +176 -26
- package/fesm2022/acorex-platform-workflow.mjs.map +1 -1
- package/package.json +1 -1
- package/types/acorex-platform-common.d.ts +74 -10
- package/types/acorex-platform-core.d.ts +63 -2
- package/types/acorex-platform-layout-builder.d.ts +7 -1
- package/types/acorex-platform-layout-components.d.ts +162 -36
- package/types/acorex-platform-layout-entity.d.ts +704 -14
- package/types/acorex-platform-layout-views.d.ts +28 -0
- package/types/acorex-platform-layout-widget-core.d.ts +156 -3
- package/types/acorex-platform-layout-widgets.d.ts +29 -393
- package/types/acorex-platform-themes-default.d.ts +137 -30
- package/types/acorex-platform-themes-shared.d.ts +23 -1
- package/types/acorex-platform-workflow.d.ts +91 -4
- package/fesm2022/acorex-platform-layout-widgets-file-list-popup.component-CDYAGBku.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-settings.provider-BgXYCFia.mjs.map +0 -1
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import * as _acorex_platform_layout_widget_core from '@acorex/platform/layout/widget-core';
|
|
2
|
-
import {
|
|
2
|
+
import { AXPWidgetNode, AXPDataListWidgetComponent, AXPColumnWidgetComponent, AXPLayoutBaseWidgetComponent, AXPWidgetCoreElementAPI, AXPWidgetConfig, AXPValueWidgetComponent, AXPBlockBaseLayoutWidgetComponent, AXPFlexBaseLayoutWidgetComponent, AXPFlexItemBaseLayoutWidgetComponent, AXPWidgetCoreElementAction, AXPTableBaseLayoutWidgetComponent, AXPTableItemBaseLayoutWidgetComponent, AXPGridBoxString, AXPGridBreakpointValues, AXPBreakpoints, AXPBorderBox, AXPSpacingBox, AXPBorderBoxString, AXPPropertyEditorSideValues, AXPPropertyEditorCornerValues, AXPFlexBoxString, AXPGridItemBoxString, AXPSpacingBoxString } from '@acorex/platform/layout/widget-core';
|
|
3
|
+
export * from '@acorex/platform/layout/widget-core';
|
|
3
4
|
import * as _angular_core from '@angular/core';
|
|
4
5
|
import { OnInit, WritableSignal, InjectionToken, EventEmitter, Signal, AfterViewInit, OnDestroy, ElementRef, ChangeDetectorRef, ComponentRef } from '@angular/core';
|
|
5
6
|
import { AXValueChangedEvent, AXDataSourceFilterOption, AXStyleColorType, AXClickEvent, AXStyleLookType, AXDataSource, AXDirection, AXButtonClickEvent } from '@acorex/cdk/common';
|
|
6
7
|
import { AXBasePageComponent } from '@acorex/components/page';
|
|
7
8
|
import * as _acorex_platform_core from '@acorex/platform/core';
|
|
8
|
-
import { AXPDeviceService, AXPContextChangeEvent, AXPFilterClause, AXPFilterDefinition, AXPValidationRule, AXPTag, AXPFileListItem, AXPExpressionEvaluatorService,
|
|
9
|
+
import { AXPDeviceService, AXPContextChangeEvent, AXPFilterClause, AXPFilterDefinition, AXPValidationRule, AXPTag, AXPFileListItem, AXPExpressionEvaluatorService, AXPActionMenuItem, AXPDataSourceDefinition } from '@acorex/platform/core';
|
|
9
10
|
import { AXSelectBoxComponent } from '@acorex/components/select-box';
|
|
10
11
|
import * as _acorex_platform_common from '@acorex/platform/common';
|
|
11
|
-
import { AXPCommandActionCallback, AXPClipBoardService, AXPDateTimeFilterValue, AXPDateTimeFilterPreset, AXPFilterOperator, AXPLanguage,
|
|
12
|
+
import { AXPCommandActionCallback, AXPClipBoardService, AXPDateTimeFilterValue, AXPDateTimeFilterPreset, AXPFilterOperator, AXPLanguage, AXCFileUploaderAction, AXCFileUploaderCapabilities, AXPStatusDefinition, AXPStatusTransition, AXPStatusProvider } from '@acorex/platform/common';
|
|
12
13
|
import { AXDropListDroppedEvent } from '@acorex/cdk/drag-drop';
|
|
13
14
|
import { AXPDragDropListItem, AXPOutcomeResultsViewModel, ItemConfiguratorListItem, AXPTableColumnDefinition } from '@acorex/platform/layout/components';
|
|
14
15
|
import { AXCalendarViewType } from '@acorex/components/calendar';
|
|
@@ -20,9 +21,8 @@ import { AXMaskTokens } from '@acorex/cdk/input-mask';
|
|
|
20
21
|
import { AXCodeEditorDefaultLanguage } from '@acorex/components/code-editor';
|
|
21
22
|
import { AXRowCommandItemClickEvent, AXDataTableComponent, AXRowCommandItem } from '@acorex/components/data-table';
|
|
22
23
|
import { AXPPropertyDefinition } from '@acorex/platform/domain';
|
|
23
|
-
import { AXPCommand, AXPQuery } from '@acorex/platform/runtime';
|
|
24
|
-
import { AXFileService } from '@acorex/core/file';
|
|
25
24
|
import { AXMediaViewerData } from '@acorex/components/media-viewer';
|
|
25
|
+
import { AXFileService } from '@acorex/core/file';
|
|
26
26
|
import * as _acorex_components_map from '@acorex/components/map';
|
|
27
27
|
import { AXMapData, AXMapPolygon, AXPoiMarker } from '@acorex/components/map';
|
|
28
28
|
import { AXQrcodeLevel, AXQrcodeOutputType } from '@acorex/components/qrcode';
|
|
@@ -34,126 +34,7 @@ import { AXGridLayoutOptions, AXGridLayoutNode } from '@acorex/components/grid-l
|
|
|
34
34
|
import * as _acorex_platform_layout_widgets from '@acorex/platform/layout/widgets';
|
|
35
35
|
import { AXStepWizardComponent } from '@acorex/components/step-wizard';
|
|
36
36
|
import { AXMenuItem } from '@acorex/components/menu';
|
|
37
|
-
|
|
38
|
-
declare const AXP_STYLING_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
39
|
-
declare const AXP_DATA_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
40
|
-
declare const AXP_BEHAVIOR_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
41
|
-
declare const AXP_WIDGET_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
42
|
-
declare const AXP_VALIDATION_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
43
|
-
declare const AXP_APPEARANCE_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
44
|
-
declare const AXP_ANIMATION_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
45
|
-
declare const AXP_TRIGGERS_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Single property that edits all data-source-related options (dataSource, valueField, textField, filters)
|
|
49
|
-
* in one dedicated widget. Uses path: 'options' and setValue with merge (same pattern as flex-options).
|
|
50
|
-
*/
|
|
51
|
-
declare const AXP_DATA_SOURCE_OPTIONS_PROPERTY: AXPWidgetProperty;
|
|
52
|
-
|
|
53
|
-
declare const AXP_NAME_PROPERTY: AXPWidgetProperty;
|
|
54
|
-
declare const AXP_THEME_PROPERTY: AXPWidgetProperty;
|
|
55
|
-
declare const AXP_DIRECTION_PROPERTY: AXPWidgetProperty;
|
|
56
|
-
declare const AXP_COLOR_PROPERTY: AXPWidgetProperty;
|
|
57
|
-
declare const AXP_FONT_SIZE_PROPERTY: AXPWidgetProperty;
|
|
58
|
-
declare const AXP_BG_COLOR_PROPERTY: AXPWidgetProperty;
|
|
59
|
-
|
|
60
|
-
declare const AXP_CONTENT_PROPERTY: AXPWidgetProperty;
|
|
61
|
-
declare const AXP_PLACEHOLDER_PROPERTY: AXPWidgetProperty;
|
|
62
|
-
declare const AXP_DATA_PATH_PROPERTY: AXPWidgetProperty;
|
|
63
|
-
declare const AXP_DISABLED_PROPERTY: AXPWidgetProperty;
|
|
64
|
-
declare const AXP_READONLY_PROPERTY: AXPWidgetProperty;
|
|
65
|
-
declare const AXP_ALLOW_MULTIPLE_PROPERTY: AXPWidgetProperty;
|
|
66
|
-
declare const AXP_ALLOW_CLEAR_PROPERTY: AXPWidgetProperty;
|
|
67
|
-
declare const AXP_HAS_LABEL_PROPERTY: AXPWidgetProperty;
|
|
68
|
-
declare const AXP_HAS_ICON_PROPERTY: AXPWidgetProperty;
|
|
69
|
-
declare const AXP_ICON_PROPERTY: AXPWidgetProperty;
|
|
70
|
-
declare const AXP_IS_LOADING_PROPERTY: AXPWidgetProperty;
|
|
71
|
-
declare const AXP_HAS_CLEAR_BUTTON_PROPERTY: AXPWidgetProperty;
|
|
72
|
-
declare const AXP_ALLOW_SEARCH_PROPERTY: AXPWidgetProperty;
|
|
73
|
-
declare const AXP_HAS_COPY_ICON_PROPERTY: AXPWidgetProperty;
|
|
74
|
-
declare const AXP_HAS_EYE_ICON_PROPERTY: AXPWidgetProperty;
|
|
75
|
-
declare const AXP_DOWNLOADABLE_PROPERTY: AXPWidgetProperty;
|
|
76
|
-
declare const AXP_TRULY_TEXT_PROPERTY: AXPWidgetProperty;
|
|
77
|
-
declare const AXP_FALSY_TEXT_PROPERTY: AXPWidgetProperty;
|
|
78
|
-
declare const AXP_TEXT_PROPERTY: AXPWidgetProperty;
|
|
79
|
-
declare const AXP_TITLE_PROPERTY: AXPWidgetProperty;
|
|
80
|
-
declare const AXP_LABEL_PROPERTY: AXPWidgetProperty;
|
|
81
|
-
declare const AXP_VALUE_FIELD_PROPERTY: AXPWidgetProperty;
|
|
82
|
-
declare const AXP_TEXT_FIELD_PROPERTY: AXPWidgetProperty;
|
|
83
|
-
declare const AXP_DESCRIPTION_PROPERTY: AXPWidgetProperty;
|
|
84
|
-
declare const AXP_STYLE_COLOR_PROPERTY: AXPWidgetProperty;
|
|
85
|
-
declare const AXP_STYLE_LOOK_PROPERTY: AXPWidgetProperty;
|
|
86
|
-
declare const AXP_TEXT_ALIGN_PROPERTY: AXPWidgetProperty;
|
|
87
|
-
declare const AXP_VERTICAL_ALIGN_PROPERTY: AXPWidgetProperty;
|
|
88
|
-
declare const AXP_DATE_FORMAT_PROPERTY: AXPWidgetProperty;
|
|
89
|
-
declare const AXP_DATE_DEPTH_PROPERTY: AXPWidgetProperty;
|
|
90
|
-
/** Max span in days between from/to when filter operation is `between`. */
|
|
91
|
-
declare const AXP_DATE_RANGE_LIMIT_PROPERTY: AXPWidgetProperty;
|
|
92
|
-
declare function booleanDefaultProperty(defaultValue?: boolean): AXPWidgetProperty;
|
|
93
|
-
declare function plainTextDefaultProperty(): AXPWidgetProperty;
|
|
94
|
-
declare function largeTextDefaultProperty(): AXPWidgetProperty;
|
|
95
|
-
declare function richTextDefaultProperty(): AXPWidgetProperty;
|
|
96
|
-
/**
|
|
97
|
-
* Default value editor for select-editor: uses `context.options(key)` so the default picker reads
|
|
98
|
-
* the **host** widget's options from the shared context (not the nested property field's `widget`).
|
|
99
|
-
*/
|
|
100
|
-
declare function selectEditorDefaultValueProperty(): AXPWidgetProperty;
|
|
101
|
-
/**
|
|
102
|
-
* Default value editor for selection-list-editor: uses the select widget in the designer so picking
|
|
103
|
-
* a default matches select UX while still binding to the host's dataSource / fields via `context.options`.
|
|
104
|
-
*/
|
|
105
|
-
declare function selectionListEditorDefaultValueProperty(): AXPWidgetProperty;
|
|
106
|
-
declare function numberDefaultProperty(): AXPWidgetProperty;
|
|
107
|
-
declare function numberMinValueProperty(value?: number | null): AXPWidgetProperty;
|
|
108
|
-
declare function numberMaxValueProperty(value?: number | null): AXPWidgetProperty;
|
|
109
|
-
declare const AXP_MULTI_LANGUAGE_PROPERTY: AXPWidgetProperty;
|
|
110
|
-
declare const AXP_SPIN_BUTTON_PROPERTY: AXPWidgetProperty;
|
|
111
|
-
declare const AXP_NUMBER_SEPARATOR_PROPERTY: AXPWidgetProperty;
|
|
112
|
-
declare const AXP_DEFAULT_ROW_COUNT_PROPERTY: AXPWidgetProperty;
|
|
113
|
-
declare const AXP_MIN_LINE_COUNT_PROPERTY: AXPWidgetProperty;
|
|
114
|
-
declare const AXP_MAX_LINE_COUNT_PROPERTY: AXPWidgetProperty;
|
|
115
|
-
declare const AXP_FIT_LINE_COUNT_PROPERTY: AXPWidgetProperty;
|
|
116
|
-
declare const AXP_SHOW_PASSWORD_PROPERTY: AXPWidgetProperty;
|
|
117
|
-
declare const AXP_TRIGGERS_PROPERTY: AXPWidgetProperty;
|
|
118
|
-
|
|
119
|
-
declare const AXP_LAYOUT_GRID_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
120
|
-
declare const AXP_LAYOUT_FLEX_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
121
|
-
declare const AXP_BOX_MODEL_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
122
|
-
declare const AXP_LAYOUT_TABLE_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
123
|
-
declare const AXP_LAYOUT_GAP_PROPERTY: AXPWidgetProperty;
|
|
124
|
-
declare const AXP_LAYOUT_COLUMNS_PROPERTY: AXPWidgetProperty;
|
|
125
|
-
declare const AXP_LAYOUT_ROWS_PROPERTY: AXPWidgetProperty;
|
|
126
|
-
declare const AXP_LAYOUT_GRID_PROPERTIES: AXPWidgetProperty[];
|
|
127
|
-
declare const AXP_LAYOUT_GRID_ROW_PROPERTIES: AXPWidgetProperty[];
|
|
128
|
-
declare const AXP_LAYOUT_GRID_ITEM_PROPERTY: AXPWidgetProperty;
|
|
129
|
-
declare const AXP_LAYOUT_SPACING_PROPERTY: AXPWidgetProperty;
|
|
130
|
-
declare const AXP_LAYOUT_BORDER_PROPERTY: AXPWidgetProperty;
|
|
131
|
-
declare const AXP_LAYOUT_FLEX_PROPERTY: AXPWidgetProperty;
|
|
132
|
-
declare const AXP_LAYOUT_FLEX_ITEM_PROPERTY: AXPWidgetProperty;
|
|
133
|
-
declare const AXP_LAYOUT_GRID_PROPERTY: AXPWidgetProperty;
|
|
134
|
-
declare const AXP_TABLE_COLUMNS_PROPERTY: AXPWidgetProperty;
|
|
135
|
-
declare const AXP_TABLE_ITEM_COLSPAN_PROPERTY: AXPWidgetProperty;
|
|
136
|
-
declare const AXP_TABLE_ITEM_ROWSPAN_PROPERTY: AXPWidgetProperty;
|
|
137
|
-
declare const AXP_LAYOUT_ADVANCED_GRID_PROPERTY: AXPWidgetProperty;
|
|
138
|
-
declare const AXP_LAYOUT_SHOW_HEADER_PROPERTY: AXPWidgetProperty;
|
|
139
|
-
declare const AXP_LAYOUT_DIRECTION_PROPERTY: AXPWidgetProperty;
|
|
140
|
-
|
|
141
|
-
declare const AXP_TABLE_COLUMN_HEADER_ALIGN_PROPERTY: AXPWidgetProperty;
|
|
142
|
-
declare const AXP_TABLE_COLUMN_CELL_ALIGN_PROPERTY: AXPWidgetProperty;
|
|
143
|
-
/** Optional column designer fields; spread next to `AXP_TABLE_COLUMN_WIDTH_PROPERTY` where needed. */
|
|
144
|
-
declare const AXP_TABLE_COLUMN_ALIGNMENT_PROPERTIES: AXPWidgetProperty[];
|
|
145
|
-
declare const AXP_TABLE_COLUMN_WIDTH_PROPERTY: AXPWidgetProperty;
|
|
146
|
-
declare const AXP_TABLE_COLUMN_HEIGHT_PROPERTY: AXPWidgetProperty;
|
|
147
|
-
|
|
148
|
-
declare const AXP_REQUIRED_VALIDATION_PROPERTY: AXPWidgetProperty;
|
|
149
|
-
declare const AXP_MIN_LENGTH_VALIDATION_PROPERTY: AXPWidgetProperty;
|
|
150
|
-
declare const AXP_MAX_LENGTH_VALIDATION_PROPERTY: AXPWidgetProperty;
|
|
151
|
-
declare const AXP_REGULAR_EXPRESSION_VALIDATION_PROPERTY: AXPWidgetProperty;
|
|
152
|
-
declare const AXP_LESS_THAN_VALIDATION_PROPERTY: AXPWidgetProperty;
|
|
153
|
-
declare const AXP_GREATER_THAN_VALIDATION_PROPERTY: AXPWidgetProperty;
|
|
154
|
-
declare const AXP_BETWEEN_VALIDATION_PROPERTY: AXPWidgetProperty;
|
|
155
|
-
declare const AXP_EQUAL_VALIDATION_PROPERTY: AXPWidgetProperty;
|
|
156
|
-
declare const AXP_CALLBACK_VALIDATION_PROPERTY: AXPWidgetProperty;
|
|
37
|
+
import { AXPQuery } from '@acorex/platform/runtime';
|
|
157
38
|
|
|
158
39
|
/** One row in the multi-language popup (sidebar + tab content). */
|
|
159
40
|
interface AXPSelectLanguageRow {
|
|
@@ -719,6 +600,7 @@ declare module '@acorex/platform/layout/widget-core' {
|
|
|
719
600
|
|
|
720
601
|
declare class AXPContactWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
721
602
|
protected clipboard: AXPClipBoardService;
|
|
603
|
+
protected onCopyClick(event: Event): void;
|
|
722
604
|
protected hasValue: _angular_core.Signal<boolean>;
|
|
723
605
|
protected getText(seperator: 'line' | 'comma'): any;
|
|
724
606
|
private itemToValue;
|
|
@@ -1043,7 +925,7 @@ declare class AXPDateTimeBoxWidgetColumnComponent extends AXPColumnWidgetCompone
|
|
|
1043
925
|
private settingsService;
|
|
1044
926
|
protected convertedValue: _angular_core.WritableSignal<string | null>;
|
|
1045
927
|
protected dateMode: _angular_core.Signal<"short" | "long">;
|
|
1046
|
-
protected format: _angular_core.Signal<"date" | "
|
|
928
|
+
protected format: _angular_core.Signal<"date" | "time" | "datetime">;
|
|
1047
929
|
private updateValue;
|
|
1048
930
|
protected handleFormat(value: string): Promise<string>;
|
|
1049
931
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPDateTimeBoxWidgetColumnComponent, never>;
|
|
@@ -1124,7 +1006,7 @@ declare class AXPDateTimeBoxWidgetEditComponent extends AXPValueWidgetComponent<
|
|
|
1124
1006
|
protected readonly: Signal<boolean>;
|
|
1125
1007
|
protected placeholder: Signal<string>;
|
|
1126
1008
|
protected dateMode: Signal<"short" | "long">;
|
|
1127
|
-
protected format: Signal<"date" | "
|
|
1009
|
+
protected format: Signal<"date" | "time" | "datetime">;
|
|
1128
1010
|
/** Passed to `ax-datetime-box` `[depth]` (`AXCalendarViewType`). */
|
|
1129
1011
|
protected inputDepth: Signal<AXCalendarViewType | undefined>;
|
|
1130
1012
|
protected internalValue: Signal<string[]>;
|
|
@@ -1177,7 +1059,7 @@ declare class AXPDateTimeBoxWidgetViewComponent extends AXPValueWidgetComponent<
|
|
|
1177
1059
|
private settingsService;
|
|
1178
1060
|
protected dateMode: _angular_core.Signal<"short" | "long">;
|
|
1179
1061
|
protected convertedValue: _angular_core.WritableSignal<string | null>;
|
|
1180
|
-
protected format: _angular_core.Signal<"date" | "
|
|
1062
|
+
protected format: _angular_core.Signal<"date" | "time" | "datetime">;
|
|
1181
1063
|
private updateValue;
|
|
1182
1064
|
protected handleFormat(value: string): Promise<string>;
|
|
1183
1065
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPDateTimeBoxWidgetViewComponent, never>;
|
|
@@ -1311,7 +1193,7 @@ interface AXPLargeTextWidgetOptions {
|
|
|
1311
1193
|
}
|
|
1312
1194
|
|
|
1313
1195
|
declare class AXPListWidgetEditComponent extends AXPValueWidgetComponent<AXPDragDropListItem[]> {
|
|
1314
|
-
protected orientation: _angular_core.Signal<"
|
|
1196
|
+
protected orientation: _angular_core.Signal<"vertical" | "horizontal">;
|
|
1315
1197
|
protected emptyMessage: _angular_core.Signal<string>;
|
|
1316
1198
|
protected disabled: _angular_core.Signal<boolean>;
|
|
1317
1199
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPListWidgetEditComponent, never>;
|
|
@@ -2538,252 +2420,6 @@ interface AXPDataListWidgetOptions {
|
|
|
2538
2420
|
edit: AXPDataListWidgetEditOptions;
|
|
2539
2421
|
}
|
|
2540
2422
|
|
|
2541
|
-
declare class AXPEditFileUploaderCommand implements AXPCommand<{
|
|
2542
|
-
file: AXPFileListItem;
|
|
2543
|
-
plugins?: {
|
|
2544
|
-
name: string;
|
|
2545
|
-
options?: unknown;
|
|
2546
|
-
}[];
|
|
2547
|
-
excludePlugins?: string[];
|
|
2548
|
-
enableTitleDescription?: boolean;
|
|
2549
|
-
isNewFile?: boolean;
|
|
2550
|
-
}, AXPFileListItem> {
|
|
2551
|
-
private readonly layoutBuilder;
|
|
2552
|
-
private readonly translationService;
|
|
2553
|
-
private readonly hooks;
|
|
2554
|
-
execute(input: {
|
|
2555
|
-
file: AXPFileListItem;
|
|
2556
|
-
plugins?: {
|
|
2557
|
-
name: string;
|
|
2558
|
-
options?: unknown;
|
|
2559
|
-
}[];
|
|
2560
|
-
excludePlugins?: string[];
|
|
2561
|
-
enableTitleDescription?: boolean;
|
|
2562
|
-
isNewFile?: boolean;
|
|
2563
|
-
}): Promise<AXPExecuteCommandResult<AXPFileListItem>>;
|
|
2564
|
-
private showEditDialog;
|
|
2565
|
-
/**
|
|
2566
|
-
* Build form fields from hook items (old format parameters)
|
|
2567
|
-
*/
|
|
2568
|
-
private buildFormFields;
|
|
2569
|
-
/**
|
|
2570
|
-
* Build groups/containers from hook groups (old format groups)
|
|
2571
|
-
*/
|
|
2572
|
-
private buildGroups;
|
|
2573
|
-
/**
|
|
2574
|
-
* Apply widget configuration to field based on widget type
|
|
2575
|
-
*/
|
|
2576
|
-
private applyWidget;
|
|
2577
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEditFileUploaderCommand, never>;
|
|
2578
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEditFileUploaderCommand>;
|
|
2579
|
-
}
|
|
2580
|
-
|
|
2581
|
-
declare class AXPFileListComponent implements OnInit, OnDestroy {
|
|
2582
|
-
private fileTypeService;
|
|
2583
|
-
private fileStorageService;
|
|
2584
|
-
private commandExecutor;
|
|
2585
|
-
private hooks;
|
|
2586
|
-
isLoading: _angular_core.WritableSignal<boolean>;
|
|
2587
|
-
private fileTypes;
|
|
2588
|
-
onRemove: _angular_core.OutputEmitterRef<AXPFileListItem>;
|
|
2589
|
-
onRevert: _angular_core.OutputEmitterRef<AXPFileListItem>;
|
|
2590
|
-
onRename: _angular_core.OutputEmitterRef<AXPFileListItem>;
|
|
2591
|
-
readonly: _angular_core.InputSignal<boolean>;
|
|
2592
|
-
fileEditable: _angular_core.InputSignal<boolean>;
|
|
2593
|
-
/** When true, edit dialog shows name, title and description fields. Default false. */
|
|
2594
|
-
enableTitleDescription: _angular_core.InputSignal<boolean>;
|
|
2595
|
-
multiple: _angular_core.InputSignal<boolean>;
|
|
2596
|
-
files: _angular_core.InputSignal<AXPFileListItem[]>;
|
|
2597
|
-
plugins: _angular_core.InputSignal<{
|
|
2598
|
-
name: string;
|
|
2599
|
-
options?: unknown;
|
|
2600
|
-
}[] | undefined>;
|
|
2601
|
-
excludePlugins: _angular_core.InputSignal<string[] | undefined>;
|
|
2602
|
-
capabilities: _angular_core.InputSignal<AXCFileUploaderCapabilities | undefined>;
|
|
2603
|
-
/**
|
|
2604
|
-
* All files should be displayed, even those with `deleted` status.
|
|
2605
|
-
* The template will handle the visual differences based on the status.
|
|
2606
|
-
*/
|
|
2607
|
-
displayFiles: _angular_core.Signal<AXPFileListItem[]>;
|
|
2608
|
-
private fileIdToActions;
|
|
2609
|
-
private globalActions;
|
|
2610
|
-
private filesChangeEffect;
|
|
2611
|
-
private getDefaultActions;
|
|
2612
|
-
/** True when the widget is readonly or this file row is locked (`readOnly`). */
|
|
2613
|
-
isItemInteractionLocked(file: AXPFileListItem): boolean;
|
|
2614
|
-
actionsFor(file: AXPFileListItem, index: number): any[];
|
|
2615
|
-
private loadActionsFor;
|
|
2616
|
-
ngOnInit(): Promise<void>;
|
|
2617
|
-
private loadGlobalActions;
|
|
2618
|
-
protected getFileInfo(fileName: string): {
|
|
2619
|
-
icon: string;
|
|
2620
|
-
type: string;
|
|
2621
|
-
};
|
|
2622
|
-
handleFileDownload(event: AXClickEvent, file: AXPFileListItem): Promise<void>;
|
|
2623
|
-
handleFileRemove(event: AXClickEvent, file: AXPFileListItem): Promise<void>;
|
|
2624
|
-
/**
|
|
2625
|
-
* Handle revert action – emit the file so parent components can update the status.
|
|
2626
|
-
*/
|
|
2627
|
-
handleFileRevert(event: AXClickEvent, file: AXPFileListItem): void;
|
|
2628
|
-
/**
|
|
2629
|
-
* Handle file edit action – open rename popup
|
|
2630
|
-
*/
|
|
2631
|
-
handleFileEdit(event: any, file: AXPFileListItem): Promise<void>;
|
|
2632
|
-
ngOnDestroy(): void;
|
|
2633
|
-
runAction(action: any): Promise<void>;
|
|
2634
|
-
protected getActionColor(action: any): string;
|
|
2635
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPFileListComponent, never>;
|
|
2636
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPFileListComponent, "axp-file-list", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "fileEditable": { "alias": "fileEditable"; "required": false; "isSignal": true; }; "enableTitleDescription": { "alias": "enableTitleDescription"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "files": { "alias": "files"; "required": false; "isSignal": true; }; "plugins": { "alias": "plugins"; "required": false; "isSignal": true; }; "excludePlugins": { "alias": "excludePlugins"; "required": false; "isSignal": true; }; "capabilities": { "alias": "capabilities"; "required": false; "isSignal": true; }; }, { "onRemove": "onRemove"; "onRevert": "onRevert"; "onRename": "onRename"; }, never, never, true, never>;
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2639
|
-
declare class AXPFileUploaderWidgetColumnComponent extends AXPColumnWidgetComponent<AXPFileListItem[]> {
|
|
2640
|
-
protected count: _angular_core.Signal<number>;
|
|
2641
|
-
private fileService;
|
|
2642
|
-
openFileList(): Promise<void>;
|
|
2643
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPFileUploaderWidgetColumnComponent, never>;
|
|
2644
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPFileUploaderWidgetColumnComponent, "axp-file-uploader-widget-column", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
|
-
declare class AXPFileUploaderWidgetEditComponent extends AXPValueWidgetComponent<AXPFileListItem[] | undefined> {
|
|
2648
|
-
protected readonly fileService: AXFileService;
|
|
2649
|
-
private readonly hooks;
|
|
2650
|
-
private readonly fileActionsService;
|
|
2651
|
-
private readonly commandExecutor;
|
|
2652
|
-
protected multiple: _angular_core.Signal<boolean>;
|
|
2653
|
-
private readonly acceptOverride;
|
|
2654
|
-
protected accept: _angular_core.Signal<string>;
|
|
2655
|
-
protected plugins: _angular_core.Signal<{
|
|
2656
|
-
name: string;
|
|
2657
|
-
options?: unknown;
|
|
2658
|
-
}[]>;
|
|
2659
|
-
protected pluginNames: _angular_core.Signal<string[]>;
|
|
2660
|
-
protected excludePlugins: _angular_core.Signal<string[]>;
|
|
2661
|
-
protected fileEditable: _angular_core.Signal<boolean>;
|
|
2662
|
-
protected enableTitleDescription: _angular_core.Signal<boolean>;
|
|
2663
|
-
/** When true, show the edit dialog (name/title/description + plugin hooks) after each file select; otherwise add to list and user edits via Edit button. */
|
|
2664
|
-
protected showEditDialogAfterSelect: _angular_core.Signal<boolean>;
|
|
2665
|
-
protected readonly: _angular_core.Signal<boolean>;
|
|
2666
|
-
protected maxFileSize: _angular_core.Signal<number>;
|
|
2667
|
-
protected isDragOver: _angular_core.WritableSignal<boolean>;
|
|
2668
|
-
private readonly innerActions;
|
|
2669
|
-
protected readonly fileActions: _angular_core.Signal<AXCFileUploaderAction[]>;
|
|
2670
|
-
ngOnInit(): void;
|
|
2671
|
-
private loadActions;
|
|
2672
|
-
private configureFromHooks;
|
|
2673
|
-
/**
|
|
2674
|
-
* Process files from various sources (file picker, drag-drop, etc.)
|
|
2675
|
-
* When showEditDialogAfterSelect is true, the edit dialog (with plugin hooks) is shown per file before adding; otherwise files are added and user can edit via Edit button.
|
|
2676
|
-
*/
|
|
2677
|
-
private processFiles;
|
|
2678
|
-
/**
|
|
2679
|
-
* Show edit dialog per file and add only those submitted. Used when showEditDialogAfterSelect is true (both from zone and from dropdown actions).
|
|
2680
|
-
*/
|
|
2681
|
-
private addFilesWithEditDialogAsync;
|
|
2682
|
-
protected files: _angular_core.Signal<AXPFileListItem[]>;
|
|
2683
|
-
handleFileRemove(file: AXPFileListItem): void;
|
|
2684
|
-
removeFile(file: AXPFileListItem): void;
|
|
2685
|
-
/**
|
|
2686
|
-
* Revert a deleted file back to attached status.
|
|
2687
|
-
*/
|
|
2688
|
-
handleFileRevert(file: AXPFileListItem): void;
|
|
2689
|
-
/**
|
|
2690
|
-
* Handle file rename action. Persists name/title/description to file storage immediately when edited
|
|
2691
|
-
* so they are saved even if the entity payload does not carry these fields.
|
|
2692
|
-
*/
|
|
2693
|
-
handleFileRename(file: AXPFileListItem): void;
|
|
2694
|
-
clear(): void;
|
|
2695
|
-
protected readonly capabilities: AXCFileUploaderCapabilities;
|
|
2696
|
-
onFileChange(event: {
|
|
2697
|
-
event: Event;
|
|
2698
|
-
files: File[];
|
|
2699
|
-
}): void;
|
|
2700
|
-
private get __class();
|
|
2701
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPFileUploaderWidgetEditComponent, never>;
|
|
2702
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPFileUploaderWidgetEditComponent, "axp-file-uploader-widget-edit", never, {}, {}, never, never, true, never>;
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
|
-
declare class AXPFileUploaderWidgetViewComponent extends AXPValueWidgetComponent<AXPFileListItem[]> {
|
|
2706
|
-
protected files: _angular_core.Signal<AXPFileListItem[]>;
|
|
2707
|
-
private get __class();
|
|
2708
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPFileUploaderWidgetViewComponent, never>;
|
|
2709
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPFileUploaderWidgetViewComponent, "axp-file-uploader-widget-view", never, {}, {}, never, never, true, never>;
|
|
2710
|
-
}
|
|
2711
|
-
|
|
2712
|
-
declare const AXPFileUploaderWidget: AXPWidgetConfig;
|
|
2713
|
-
interface AXPFileUploaderWidgetDesignerOptions {
|
|
2714
|
-
multiple?: boolean;
|
|
2715
|
-
accept?: string;
|
|
2716
|
-
plugins?: {
|
|
2717
|
-
name: string;
|
|
2718
|
-
options?: unknown;
|
|
2719
|
-
}[];
|
|
2720
|
-
excludePlugins?: string[];
|
|
2721
|
-
readonly?: boolean;
|
|
2722
|
-
fileEditable?: boolean;
|
|
2723
|
-
maxFileSize?: number;
|
|
2724
|
-
enableTitleDescription?: boolean;
|
|
2725
|
-
showEditDialogAfterSelect?: boolean;
|
|
2726
|
-
}
|
|
2727
|
-
interface AXPFileUploaderWidgetViewOptions {
|
|
2728
|
-
}
|
|
2729
|
-
interface AXPFileUploaderWidgetEditOptions {
|
|
2730
|
-
multiple?: boolean;
|
|
2731
|
-
accept?: string;
|
|
2732
|
-
plugins?: {
|
|
2733
|
-
name: string;
|
|
2734
|
-
options?: unknown;
|
|
2735
|
-
}[];
|
|
2736
|
-
excludePlugins?: string[];
|
|
2737
|
-
readonly?: boolean;
|
|
2738
|
-
fileEditable?: boolean;
|
|
2739
|
-
maxFileSize?: number;
|
|
2740
|
-
enableTitleDescription?: boolean;
|
|
2741
|
-
showEditDialogAfterSelect?: boolean;
|
|
2742
|
-
}
|
|
2743
|
-
interface AXPFileUploaderWidgetColumnOptions {
|
|
2744
|
-
}
|
|
2745
|
-
interface AXPFileUploaderWidgetPrintOptions {
|
|
2746
|
-
}
|
|
2747
|
-
interface AXPFileUploaderWidgetOptions {
|
|
2748
|
-
designer: AXPFileUploaderWidgetDesignerOptions;
|
|
2749
|
-
view: AXPFileUploaderWidgetViewOptions;
|
|
2750
|
-
edit: AXPFileUploaderWidgetEditOptions;
|
|
2751
|
-
print: AXPFileUploaderWidgetPrintOptions;
|
|
2752
|
-
column: AXPFileUploaderWidgetColumnOptions;
|
|
2753
|
-
}
|
|
2754
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
2755
|
-
interface AXPWidgetTypesMap {
|
|
2756
|
-
fileUploader: 'file-uploader';
|
|
2757
|
-
}
|
|
2758
|
-
}
|
|
2759
|
-
|
|
2760
|
-
declare class AXPFileUploaderWidgetService {
|
|
2761
|
-
private popupService;
|
|
2762
|
-
private translate;
|
|
2763
|
-
showFileList(options?: {
|
|
2764
|
-
files?: AXPFileListItem[];
|
|
2765
|
-
/** When true, user cannot add or change files (matches file-uploader widget options). */
|
|
2766
|
-
'readonly'?: boolean;
|
|
2767
|
-
multiple?: boolean;
|
|
2768
|
-
accept?: string;
|
|
2769
|
-
fileEditable?: boolean;
|
|
2770
|
-
maxFileSize?: number;
|
|
2771
|
-
/** Plugins (e.g. document plugin) so hooks/actions apply same as in widget. */
|
|
2772
|
-
plugins?: {
|
|
2773
|
-
name: string;
|
|
2774
|
-
options?: unknown;
|
|
2775
|
-
}[];
|
|
2776
|
-
/** Plugins to exclude. */
|
|
2777
|
-
excludePlugins?: string[];
|
|
2778
|
-
/** When true, file edit dialog shows name, title and description fields; otherwise only name (rename). Default false. */
|
|
2779
|
-
enableTitleDescription?: boolean;
|
|
2780
|
-
/** When true, show edit dialog (name/title/description + plugin hooks) after file select; default false. */
|
|
2781
|
-
showEditDialogAfterSelect?: boolean;
|
|
2782
|
-
}): Promise<AXPFileListItem[] | undefined>;
|
|
2783
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPFileUploaderWidgetService, never>;
|
|
2784
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPFileUploaderWidgetService>;
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
2423
|
declare class AXPGalleryWidgetEditComponent extends AXPValueWidgetComponent<AXPFileListItem[]> implements OnDestroy {
|
|
2788
2424
|
protected thumbnail: _angular_core.Signal<boolean>;
|
|
2789
2425
|
protected height: _angular_core.Signal<string>;
|
|
@@ -3628,8 +3264,8 @@ declare class AXPAdvancedGridWidgetDesignerComponent extends AXPLayoutBaseWidget
|
|
|
3628
3264
|
gridOptions: AXGridLayoutOptions;
|
|
3629
3265
|
protected cols: _angular_core.Signal<number>;
|
|
3630
3266
|
protected rows: _angular_core.Signal<number>;
|
|
3631
|
-
protected align: _angular_core.Signal<"
|
|
3632
|
-
protected justify: _angular_core.Signal<"
|
|
3267
|
+
protected align: _angular_core.Signal<"start" | "end" | "center" | "stretch">;
|
|
3268
|
+
protected justify: _angular_core.Signal<"start" | "end" | "center" | "stretch">;
|
|
3633
3269
|
protected gap: _angular_core.Signal<string>;
|
|
3634
3270
|
protected cells: _angular_core.Signal<number>;
|
|
3635
3271
|
effect2: _angular_core.EffectRef;
|
|
@@ -3656,8 +3292,8 @@ declare class AXPAdvancedGridWidgetViewComponent extends AXPValueWidgetComponent
|
|
|
3656
3292
|
gridOptions: AXGridLayoutOptions;
|
|
3657
3293
|
itemsCount: _angular_core.Signal<number>;
|
|
3658
3294
|
columns: _angular_core.Signal<number>;
|
|
3659
|
-
justifyItems: _angular_core.Signal<"
|
|
3660
|
-
alignItems: _angular_core.Signal<"
|
|
3295
|
+
justifyItems: _angular_core.Signal<"start" | "end" | "center" | "stretch">;
|
|
3296
|
+
alignItems: _angular_core.Signal<"start" | "end" | "center" | "stretch">;
|
|
3661
3297
|
private get __class();
|
|
3662
3298
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPAdvancedGridWidgetViewComponent, never>;
|
|
3663
3299
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPAdvancedGridWidgetViewComponent, "axp-advanced-grid-widget-view", never, {}, {}, never, never, true, never>;
|
|
@@ -4868,10 +4504,10 @@ declare class AXPGridOptionsWidgetEditComponent extends AXPValueWidgetComponent<
|
|
|
4868
4504
|
protected lastGap: _angular_core.WritableSignal<number>;
|
|
4869
4505
|
protected selectedJustify: _angular_core.WritableSignal<AXPGridBoxOption>;
|
|
4870
4506
|
protected selectedAlign: _angular_core.WritableSignal<AXPGridBoxOption>;
|
|
4871
|
-
protected hoveredAlign: _angular_core.WritableSignal<"
|
|
4872
|
-
protected hoveredJustify: _angular_core.WritableSignal<"
|
|
4873
|
-
protected clickedAlign: _angular_core.WritableSignal<"
|
|
4874
|
-
protected clickedJustify: _angular_core.WritableSignal<"
|
|
4507
|
+
protected hoveredAlign: _angular_core.WritableSignal<"start" | "end" | "center" | "stretch" | null | undefined>;
|
|
4508
|
+
protected hoveredJustify: _angular_core.WritableSignal<"start" | "end" | "center" | "stretch" | null | undefined>;
|
|
4509
|
+
protected clickedAlign: _angular_core.WritableSignal<"start" | "end" | "center" | "stretch" | undefined>;
|
|
4510
|
+
protected clickedJustify: _angular_core.WritableSignal<"start" | "end" | "center" | "stretch" | undefined>;
|
|
4875
4511
|
protected setGridDirection(value: AXPGridBoxString['autoFlow']): void;
|
|
4876
4512
|
protected setRowOrColumn(value: number, type: 'column' | 'row'): void;
|
|
4877
4513
|
protected toggleGapMode(): void;
|
|
@@ -4914,10 +4550,10 @@ declare class AXPAdvancedGridOptionsWidgetEditComponent extends AXPValueWidgetCo
|
|
|
4914
4550
|
private rendered;
|
|
4915
4551
|
protected selectedJustify: _angular_core.WritableSignal<AXPGridBoxOption>;
|
|
4916
4552
|
protected selectedAlign: _angular_core.WritableSignal<AXPGridBoxOption>;
|
|
4917
|
-
protected hoveredAlign: _angular_core.WritableSignal<"
|
|
4918
|
-
protected hoveredJustify: _angular_core.WritableSignal<"
|
|
4919
|
-
protected clickedAlign: _angular_core.WritableSignal<"
|
|
4920
|
-
protected clickedJustify: _angular_core.WritableSignal<"
|
|
4553
|
+
protected hoveredAlign: _angular_core.WritableSignal<"start" | "end" | "center" | "stretch" | null | undefined>;
|
|
4554
|
+
protected hoveredJustify: _angular_core.WritableSignal<"start" | "end" | "center" | "stretch" | null | undefined>;
|
|
4555
|
+
protected clickedAlign: _angular_core.WritableSignal<"start" | "end" | "center" | "stretch" | undefined>;
|
|
4556
|
+
protected clickedJustify: _angular_core.WritableSignal<"start" | "end" | "center" | "stretch" | undefined>;
|
|
4921
4557
|
protected columns: _angular_core.WritableSignal<number>;
|
|
4922
4558
|
protected items: _angular_core.WritableSignal<number>;
|
|
4923
4559
|
protected changeValue(event: AXValueChangedEvent<any> | number, type: keyof AXPAdvancedGridBoxValues): void;
|
|
@@ -5221,10 +4857,10 @@ declare class AXPFlexOptionsWidgetEditComponent extends AXPValueWidgetComponent<
|
|
|
5221
4857
|
protected lastGap: _angular_core.WritableSignal<number>;
|
|
5222
4858
|
protected selectedJustify: _angular_core.WritableSignal<AXPFlexBoxOption>;
|
|
5223
4859
|
protected selectedAlign: _angular_core.WritableSignal<AXPFlexBoxOption>;
|
|
5224
|
-
protected hoveredAlign: _angular_core.WritableSignal<"
|
|
5225
|
-
protected hoveredJustify: _angular_core.WritableSignal<"
|
|
5226
|
-
protected clickedAlign: _angular_core.WritableSignal<"
|
|
5227
|
-
protected clickedJustify: _angular_core.WritableSignal<"
|
|
4860
|
+
protected hoveredAlign: _angular_core.WritableSignal<"flex-start" | "flex-end" | "center" | "baseline" | "stretch" | null | undefined>;
|
|
4861
|
+
protected hoveredJustify: _angular_core.WritableSignal<"flex-start" | "flex-end" | "center" | "space-between" | "space-around" | null | undefined>;
|
|
4862
|
+
protected clickedAlign: _angular_core.WritableSignal<"flex-start" | "flex-end" | "center" | "baseline" | "stretch" | undefined>;
|
|
4863
|
+
protected clickedJustify: _angular_core.WritableSignal<"flex-start" | "flex-end" | "center" | "space-between" | "space-around" | undefined>;
|
|
5228
4864
|
protected itemsCount: _angular_core.WritableSignal<number>;
|
|
5229
4865
|
protected setWrapMode(type: AXPFlexBoxString['flexWrap']): void;
|
|
5230
4866
|
protected setGapMode(): void;
|
|
@@ -5659,5 +5295,5 @@ declare class AXPGetWidgetsForAIQuery implements AXPQuery<AXPGetWidgetsForAIQuer
|
|
|
5659
5295
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPGetWidgetsForAIQuery>;
|
|
5660
5296
|
}
|
|
5661
5297
|
|
|
5662
|
-
export { AXPAddressWidget, AXPAddressWidgetColumnComponent, AXPAddressWidgetEditComponent, AXPAddressWidgetService, AXPAddressWidgetViewComponent, AXPAdvancedGridItemWidget, AXPAdvancedGridItemWidgetDesignerComponent, AXPAdvancedGridItemWidgetViewComponent, AXPAdvancedGridOptionsWidget, AXPAdvancedGridOptionsWidgetEditComponent, AXPAdvancedGridWidget, AXPAdvancedGridWidgetDesignerComponent, AXPAdvancedGridWidgetViewComponent, AXPAvatarWidget, AXPAvatarWidgetColumnComponent, AXPAvatarWidgetDesignerComponent, AXPAvatarWidgetEditComponent, AXPAvatarWidgetViewComponent, AXPBetweenExpressionValidationWidget, AXPBetweenValidationWidgetEditComponent, AXPBlockWidget, AXPBlockWidgetDesignerComponent, AXPBlockWidgetViewComponent, AXPBorderWidget, AXPBorderWidgetEditComponent, AXPButtonWidget, AXPButtonWidgetColumnComponent, AXPButtonWidgetViewComponent, AXPCallbackValidationWidget, AXPCallbackValidationWidgetEditComponent, AXPCheckBoxWidget, AXPCheckBoxWidgetColumnComponent, AXPCheckBoxWidgetDesignerComponent, AXPCheckBoxWidgetEditComponent, AXPCheckBoxWidgetViewComponent, AXPCodeEditorWidget, AXPCodeEditorWidgetColumnComponent, AXPCodeEditorWidgetEditComponent, AXPCodeEditorWidgetViewComponent, AXPColorBoxWidget, AXPColorBoxWidgetColumnComponent, AXPColorBoxWidgetDesignerComponent, AXPColorBoxWidgetEditComponent, AXPColorBoxWidgetViewComponent, AXPColorPaletteWidget, AXPColorPaletteWidgetColumnComponent, AXPColorPaletteWidgetDesignerComponent, AXPColorPaletteWidgetEditComponent, AXPColorPaletteWidgetViewComponent, AXPConditionBuilderWidget, AXPConditionBuilderWidgetEditComponent, AXPConditionBuilderWidgetViewComponent, AXPConnectedDragDropListsWidget, AXPConnectedListsWidgetColumnComponent, AXPConnectedListsWidgetEditComponent, AXPConnectedListsWidgetViewComponent, AXPContactWidget, AXPContactWidgetColumnComponent, AXPContactWidgetEditComponent, AXPContactWidgetViewComponent, AXPDataListWidget, AXPDataListWidgetViewComponent, AXPDataSourceOptionsWidget, AXPDataSourceOptionsWidgetEditComponent, AXPDateTimeBoxWidget, AXPDateTimeBoxWidgetColumnComponent, AXPDateTimeBoxWidgetEditComponent, AXPDateTimeBoxWidgetViewComponent, AXPDirectionWidget, AXPDirectionWidgetEditComponent, AXPDragDropListWidget, AXPEditFileUploaderCommand, AXPEditorJsWidget, AXPEditorJsWidgetColumnComponent, AXPEditorJsWidgetEditComponent, AXPEditorJsWidgetViewComponent, AXPEqualValidationWidget, AXPEqualValidationWidgetEditComponent, AXPFieldsetWidget, AXPFieldsetWidgetDesignerComponent, AXPFieldsetWidgetViewComponent, AXPFileListComponent, AXPFileUploaderWidget, AXPFileUploaderWidgetColumnComponent, AXPFileUploaderWidgetEditComponent, AXPFileUploaderWidgetService, AXPFileUploaderWidgetViewComponent, AXPFlexItemOptionsWidget, AXPFlexItemOptionsWidgetEditComponent, AXPFlexItemWidget, AXPFlexItemWidgetDesignerComponent, AXPFlexItemWidgetViewComponent, AXPFlexOptionsWidget, AXPFlexOptionsWidgetEditComponent, AXPFlexWidget, AXPFlexWidgetDesignerComponent, AXPFlexWidgetViewComponent, AXPGalleryWidget, AXPGalleryWidgetEditComponent, AXPGalleryWidgetViewComponent, AXPGetWidgetsForAIQuery, AXPGreaterThanExpressionValidationWidget, AXPGreaterThanValidationWidgetEditComponent, AXPGridItemOptionsWidget, AXPGridItemOptionsWidgetEditComponent, AXPGridOptionsWidget, AXPGridOptionsWidgetEditComponent, AXPImageMarkerPopupComponent, AXPImageMarkerWidget, AXPImageMarkerWidgetColumnComponent, AXPImageMarkerWidgetEditComponent, AXPImageMarkerWidgetViewComponent, AXPItemConfiguratorWidget, AXPItemConfiguratorWidgetColumnComponent, AXPItemConfiguratorWidgetEditComponent, AXPJsonViewerWidget, AXPJsonViewerWidgetEditComponent, AXPJsonViewerWidgetViewComponent, AXPLargeTextWidget, AXPLargeTextWidgetColumnComponent, AXPLargeTextWidgetEditComponent, AXPLargeTextWidgetViewComponent, AXPLessThanExpressionValidationWidget, AXPLessThanValidationWidgetEditComponent, AXPListWidgetColumnComponent, AXPListWidgetEditComponent, AXPListWidgetViewComponent, AXPMapWidgetEditComponent, AXPMapWidgetViewComponent, AXPMaxLengthExpressionValidationWidget, AXPMaxLengthValidationWidgetEditComponent, AXPMinLengthExpressionValidationWidget, AXPMinLengthValidationWidgetEditComponent, AXPNumberBoxWidget, AXPNumberBoxWidgetColumnComponent, AXPNumberBoxWidgetEditComponent, AXPNumberBoxWidgetViewComponent, AXPOutcomeResultsViewerWidget, AXPOutcomeResultsViewerWidgetViewComponent, AXPPageWidget, AXPPageWidgetViewComponent, AXPPasswordBoxWidget, AXPPasswordBoxWidgetColumnComponent, AXPPasswordBoxWidgetEditComponent, AXPPasswordBoxWidgetViewComponent, AXPProgressBarWidget, AXPProgressBarWidgetColumnComponent, AXPProgressBarWidgetEditComponent, AXPProgressBarWidgetViewComponent, AXPProviderSelectWidgetColumnComponent, AXPProviderSelectWidgetEditBase, AXPProviderSelectWidgetViewComponent, AXPQrcodeWidget, AXPQrcodeWidgetColumnComponent, AXPQrcodeWidgetEditComponent, AXPQrcodeWidgetViewComponent, AXPRatePickerWidget, AXPRatePickerWidgetColumnComponent, AXPRatePickerWidgetEditComponent, AXPRatePickerWidgetViewComponent, AXPRegularExpressionValidationWidget, AXPRegularExpressionValidationWidgetEditComponent, AXPRepeaterWidget, AXPRepeaterWidgetDesignerComponent, AXPRepeaterWidgetEditComponent, AXPRepeaterWidgetViewComponent, AXPRequiredValidationWidget, AXPRequiredValidationWidgetEditComponent, AXPRichTextWidget, AXPRichTextWidgetColumnComponent, AXPRichTextWidgetEditComponent, AXPRichTextWidgetViewComponent, AXPSchedulerPickerWidget, AXPSchedulerPickerWidgetColumnComponent, AXPSchedulerPickerWidgetEditComponent, AXPSchedulerPickerWidgetViewComponent, AXPSelectBoxWidget, AXPSelectBoxWidgetColumnComponent, AXPSelectBoxWidgetEditComponent, AXPSelectBoxWidgetViewComponent, AXPSelectLanguagePopup, AXPSelectionListWidget, AXPSelectionListWidgetColumnComponent, AXPSelectionListWidgetDesignerComponent, AXPSelectionListWidgetEditComponent, AXPSelectionListWidgetViewComponent, AXPSignatureWidget, AXPSignatureWidgetColumnComponent, AXPSignatureWidgetEditComponent, AXPSignatureWidgetViewComponent, AXPSpacingWidget, AXPSpacingWidgetEditComponent, AXPStatusChipComponent, AXPStatusWidget, AXPStatusWidgetColumnComponent, AXPStatusWidgetEditComponent, AXPStatusWidgetViewComponent, AXPStepWizardWidget, AXPStepWizardWidgetViewComponent, AXPStopwatchWidget, AXPStopwatchWidgetViewComponent, AXPTableItemWidget, AXPTableItemWidgetDesignerComponent, AXPTableItemWidgetViewComponent, AXPTableWidget, AXPTableWidgetDesignerComponent, AXPTableWidgetViewComponent, AXPTagEditorWidget, AXPTagEditorWidgetColumnComponent, AXPTagEditorWidgetEditComponent, AXPTagEditorWidgetViewComponent, AXPTemplateBoxWidget, AXPTemplateBoxWidgetColumnComponent, AXPTemplateBoxWidgetEditComponent, AXPTemplateBoxWidgetPrintComponent, AXPTemplateBoxWidgetViewComponent, AXPTextBoxWidget, AXPTextBoxWidgetColumnComponent, AXPTextBoxWidgetEditComponent, AXPTextBoxWidgetViewComponent, AXPToggleWidget, AXPToggleWidgetColumnComponent, AXPToggleWidgetEditComponent, AXPToggleWidgetViewComponent, AXPWidgetFieldConfiguratorWidget, AXPWidgetFieldConfiguratorWidgetColumnComponent, AXPWidgetFieldConfiguratorWidgetEditComponent, AXPWidgetsModule, AXP_ABSOLUTE_UNITS, 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_BORDER_RADIUS_UNITS, AXP_BORDER_WIDTH_UNITS, AXP_BOX_MODEL_PROPERTY_GROUP, AXP_CALLBACK_VALIDATION_PROPERTY, AXP_COLOR_PROPERTY, AXP_CONTENT_PROPERTY, AXP_DATA_LIST_CMD_DELETE, AXP_DATA_LIST_CMD_EDIT, AXP_DATA_LIST_PENDING_DELETE_KEY, AXP_DATA_PATH_PROPERTY, AXP_DATA_PROPERTY_GROUP, AXP_DATA_SOURCE_OPTIONS_PROPERTY, AXP_DATE_DEPTH_PROPERTY, AXP_DATE_FORMAT_PROPERTY, AXP_DATE_RANGE_LIMIT_PROPERTY, AXP_DEFAULT_ROW_COUNT_PROPERTY, AXP_DESCRIPTION_PROPERTY, AXP_DIRECTION_PROPERTY, AXP_DISABLED_PROPERTY, AXP_DOWNLOADABLE_PROPERTY, AXP_EQUAL_VALIDATION_PROPERTY, AXP_FALSY_TEXT_PROPERTY, AXP_FIT_LINE_COUNT_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_DIRECTION_PROPERTY, AXP_LAYOUT_FLEX_ITEM_PROPERTY, AXP_LAYOUT_FLEX_PROPERTY, AXP_LAYOUT_FLEX_PROPERTY_GROUP, AXP_LAYOUT_GAP_PROPERTY, AXP_LAYOUT_GRID_ITEM_PROPERTY, 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_LAYOUT_TABLE_PROPERTY_GROUP, AXP_LESS_THAN_VALIDATION_PROPERTY, AXP_MAX_LENGTH_VALIDATION_PROPERTY, AXP_MAX_LINE_COUNT_PROPERTY, AXP_MIN_LENGTH_VALIDATION_PROPERTY, AXP_MIN_LINE_COUNT_PROPERTY, AXP_MULTI_LANGUAGE_PROPERTY, AXP_NAME_PROPERTY, AXP_NUMBER_SEPARATOR_PROPERTY, AXP_PLACEHOLDER_PROPERTY, AXP_READONLY_PROPERTY, AXP_REGULAR_EXPRESSION_VALIDATION_PROPERTY, AXP_RELATIVE_UNITS, AXP_RELATIVE_UNITS_NO_PERCENT, AXP_REQUIRED_VALIDATION_PROPERTY, AXP_ROW_EXPR_PREFIX, AXP_SHOW_PASSWORD_PROPERTY, AXP_SPACING_UNITS, AXP_SPIN_BUTTON_PROPERTY, AXP_STYLE_COLOR_PROPERTY, AXP_STYLE_LOOK_PROPERTY, AXP_STYLING_PROPERTY_GROUP, AXP_TABLE_COLUMNS_PROPERTY, AXP_TABLE_COLUMN_ALIGNMENT_PROPERTIES, AXP_TABLE_COLUMN_CELL_ALIGN_PROPERTY, AXP_TABLE_COLUMN_HEADER_ALIGN_PROPERTY, AXP_TABLE_COLUMN_HEIGHT_PROPERTY, AXP_TABLE_COLUMN_WIDTH_PROPERTY, AXP_TABLE_ITEM_COLSPAN_PROPERTY, AXP_TABLE_ITEM_ROWSPAN_PROPERTY, AXP_TEXT_ALIGN_PROPERTY, AXP_TEXT_FIELD_PROPERTY, AXP_TEXT_PROPERTY, AXP_THEME_PROPERTY, AXP_TITLE_PROPERTY, AXP_TRIGGERS_PROPERTY, AXP_TRIGGERS_PROPERTY_GROUP, AXP_TRULY_TEXT_PROPERTY, AXP_VALIDATION_PROPERTY_GROUP, AXP_VALUE_FIELD_PROPERTY, AXP_VERTICAL_ALIGN_PROPERTY, AXP_WIDGET_AI_AGENT_ASSIST_FOLLOW_UP_CHIPS_LAYOUT, AXP_WIDGET_AI_AGENT_CHART_LAYOUT, AXP_WIDGET_AI_AGENT_FORM_LAYOUT, AXP_WIDGET_AI_AGENT_NAMES, 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, largeTextDefaultProperty, matchesWidgetAiAgent, numberDefaultProperty, numberMaxValueProperty, numberMinValueProperty, plainTextDefaultProperty, richTextDefaultProperty, selectEditorDefaultValueProperty, selectionListEditorDefaultValueProperty };
|
|
5663
|
-
export type { AXPAbsoluteUnit, AXPAddressData, AXPAddressFormContentOptions, AXPAddressLabel, AXPAddressMode, AXPAddressWidgetColumnOptions, AXPAddressWidgetDesignerOptions, AXPAddressWidgetEditOptions, AXPAddressWidgetOptions, AXPAddressWidgetViewOptions, AXPAdvancedGridItemWidgetDesignerOptions, AXPAdvancedGridItemWidgetEditOptions, AXPAdvancedGridItemWidgetOptions, AXPAdvancedGridItemWidgetPrintOptions, AXPAdvancedGridItemWidgetViewOptions, AXPAdvancedGridWidgetDesignerOptions, AXPAdvancedGridWidgetEditOptions, AXPAdvancedGridWidgetOptions, AXPAdvancedGridWidgetViewOptions, AXPAvatarWidgetColumnOptions, AXPAvatarWidgetDesignerOptions, AXPAvatarWidgetEditOptions, AXPAvatarWidgetOptions, AXPAvatarWidgetPrintOptions, AXPAvatarWidgetViewOptions, AXPBlockWidgetConfigType, AXPBlockWidgetDesignerOptions, AXPBlockWidgetEditOptions, AXPBlockWidgetOptions, AXPBlockWidgetPrintOptions, AXPBlockWidgetViewOptions, AXPBorderRadiusUnit, AXPBorderWidthUnit, AXPButtonWidgetColumnOptions, AXPButtonWidgetDesignerOptions, AXPButtonWidgetEditOptions, AXPButtonWidgetOptions, AXPButtonWidgetViewOptions, AXPCheckBoxWidgetColumnOptions, AXPCheckBoxWidgetConfigType, AXPCheckBoxWidgetDesignerOptions, AXPCheckBoxWidgetEditOptions, AXPCheckBoxWidgetOptions, AXPCheckBoxWidgetViewOptions, AXPCodeEditorWidgetOptions, AXPColorBoxWidgetColumnOptions, AXPColorBoxWidgetDesignerOptions, AXPColorBoxWidgetEditOptions, AXPColorBoxWidgetOptions, AXPColorBoxWidgetViewOptions, AXPColorPaletteWidgetColumnOptions, AXPColorPaletteWidgetDesignerOptions, AXPColorPaletteWidgetEditOptions, AXPColorPaletteWidgetOptions, AXPColorPaletteWidgetViewOptions, AXPConnectedListsWidgetColumnOptions, AXPConnectedListsWidgetDesignerOptions, AXPConnectedListsWidgetEditOptions, AXPConnectedListsWidgetOptions, AXPConnectedListsWidgetViewOptions, AXPContactWidgetColumnOptions, AXPContactWidgetDesignerOptions, AXPContactWidgetEditOptions, AXPContactWidgetOptions, AXPContactWidgetViewOptions, AXPDataListHeaderCommandApplyMode, AXPDataListWidgetColumn, AXPDataListWidgetCommandsOptions, AXPDataListWidgetComponentOptions, AXPDataListWidgetEditOptions, AXPDataListWidgetHeaderAction, AXPDataListWidgetHeaderCommandAction, AXPDataListWidgetOptions, AXPDataListWidgetRowCommand, AXPDataListWidgetViewOptions, AXPDataSourceOptionsValue, AXPDateTimeBoxWidgetColumnOptions, AXPDateTimeBoxWidgetDesignerOptions, AXPDateTimeBoxWidgetEditOptions, AXPDateTimeBoxWidgetOptions, AXPDateTimeBoxWidgetPrintOptions, AXPDateTimeBoxWidgetViewOptions, AXPDateTimeFilterUiMode, AXPEditorJsWidgetColumnOptions, AXPEditorJsWidgetDesignerOptions, AXPEditorJsWidgetEditOptions, AXPEditorJsWidgetOptions, AXPEditorJsWidgetPrintOptions, AXPEditorJsWidgetViewOptions, AXPFieldsetWidgetDesignerOptions, AXPFieldsetWidgetEditOptions, AXPFieldsetWidgetLook, AXPFieldsetWidgetOptions, AXPFieldsetWidgetPrintOptions, AXPFieldsetWidgetViewOptions,
|
|
5298
|
+
export { AXPAddressWidget, AXPAddressWidgetColumnComponent, AXPAddressWidgetEditComponent, AXPAddressWidgetService, AXPAddressWidgetViewComponent, AXPAdvancedGridItemWidget, AXPAdvancedGridItemWidgetDesignerComponent, AXPAdvancedGridItemWidgetViewComponent, AXPAdvancedGridOptionsWidget, AXPAdvancedGridOptionsWidgetEditComponent, AXPAdvancedGridWidget, AXPAdvancedGridWidgetDesignerComponent, AXPAdvancedGridWidgetViewComponent, AXPAvatarWidget, AXPAvatarWidgetColumnComponent, AXPAvatarWidgetDesignerComponent, AXPAvatarWidgetEditComponent, AXPAvatarWidgetViewComponent, AXPBetweenExpressionValidationWidget, AXPBetweenValidationWidgetEditComponent, AXPBlockWidget, AXPBlockWidgetDesignerComponent, AXPBlockWidgetViewComponent, AXPBorderWidget, AXPBorderWidgetEditComponent, AXPButtonWidget, AXPButtonWidgetColumnComponent, AXPButtonWidgetViewComponent, AXPCallbackValidationWidget, AXPCallbackValidationWidgetEditComponent, AXPCheckBoxWidget, AXPCheckBoxWidgetColumnComponent, AXPCheckBoxWidgetDesignerComponent, AXPCheckBoxWidgetEditComponent, AXPCheckBoxWidgetViewComponent, AXPCodeEditorWidget, AXPCodeEditorWidgetColumnComponent, AXPCodeEditorWidgetEditComponent, AXPCodeEditorWidgetViewComponent, AXPColorBoxWidget, AXPColorBoxWidgetColumnComponent, AXPColorBoxWidgetDesignerComponent, AXPColorBoxWidgetEditComponent, AXPColorBoxWidgetViewComponent, AXPColorPaletteWidget, AXPColorPaletteWidgetColumnComponent, AXPColorPaletteWidgetDesignerComponent, AXPColorPaletteWidgetEditComponent, AXPColorPaletteWidgetViewComponent, AXPConditionBuilderWidget, AXPConditionBuilderWidgetEditComponent, AXPConditionBuilderWidgetViewComponent, AXPConnectedDragDropListsWidget, AXPConnectedListsWidgetColumnComponent, AXPConnectedListsWidgetEditComponent, AXPConnectedListsWidgetViewComponent, AXPContactWidget, AXPContactWidgetColumnComponent, AXPContactWidgetEditComponent, AXPContactWidgetViewComponent, AXPDataListWidget, AXPDataListWidgetViewComponent, AXPDataSourceOptionsWidget, AXPDataSourceOptionsWidgetEditComponent, AXPDateTimeBoxWidget, AXPDateTimeBoxWidgetColumnComponent, AXPDateTimeBoxWidgetEditComponent, AXPDateTimeBoxWidgetViewComponent, AXPDirectionWidget, AXPDirectionWidgetEditComponent, AXPDragDropListWidget, AXPEditorJsWidget, AXPEditorJsWidgetColumnComponent, AXPEditorJsWidgetEditComponent, AXPEditorJsWidgetViewComponent, AXPEqualValidationWidget, AXPEqualValidationWidgetEditComponent, AXPFieldsetWidget, AXPFieldsetWidgetDesignerComponent, AXPFieldsetWidgetViewComponent, AXPFlexItemOptionsWidget, AXPFlexItemOptionsWidgetEditComponent, AXPFlexItemWidget, AXPFlexItemWidgetDesignerComponent, AXPFlexItemWidgetViewComponent, AXPFlexOptionsWidget, AXPFlexOptionsWidgetEditComponent, AXPFlexWidget, AXPFlexWidgetDesignerComponent, AXPFlexWidgetViewComponent, AXPGalleryWidget, AXPGalleryWidgetEditComponent, AXPGalleryWidgetViewComponent, AXPGetWidgetsForAIQuery, AXPGreaterThanExpressionValidationWidget, AXPGreaterThanValidationWidgetEditComponent, AXPGridItemOptionsWidget, AXPGridItemOptionsWidgetEditComponent, AXPGridOptionsWidget, AXPGridOptionsWidgetEditComponent, AXPImageMarkerPopupComponent, AXPImageMarkerWidget, AXPImageMarkerWidgetColumnComponent, AXPImageMarkerWidgetEditComponent, AXPImageMarkerWidgetViewComponent, AXPItemConfiguratorWidget, AXPItemConfiguratorWidgetColumnComponent, AXPItemConfiguratorWidgetEditComponent, AXPJsonViewerWidget, AXPJsonViewerWidgetEditComponent, AXPJsonViewerWidgetViewComponent, AXPLargeTextWidget, AXPLargeTextWidgetColumnComponent, AXPLargeTextWidgetEditComponent, AXPLargeTextWidgetViewComponent, AXPLessThanExpressionValidationWidget, AXPLessThanValidationWidgetEditComponent, AXPListWidgetColumnComponent, AXPListWidgetEditComponent, AXPListWidgetViewComponent, AXPMapWidgetEditComponent, AXPMapWidgetViewComponent, AXPMaxLengthExpressionValidationWidget, AXPMaxLengthValidationWidgetEditComponent, AXPMinLengthExpressionValidationWidget, AXPMinLengthValidationWidgetEditComponent, AXPNumberBoxWidget, AXPNumberBoxWidgetColumnComponent, AXPNumberBoxWidgetEditComponent, AXPNumberBoxWidgetViewComponent, AXPOutcomeResultsViewerWidget, AXPOutcomeResultsViewerWidgetViewComponent, AXPPageWidget, AXPPageWidgetViewComponent, AXPPasswordBoxWidget, AXPPasswordBoxWidgetColumnComponent, AXPPasswordBoxWidgetEditComponent, AXPPasswordBoxWidgetViewComponent, AXPProgressBarWidget, AXPProgressBarWidgetColumnComponent, AXPProgressBarWidgetEditComponent, AXPProgressBarWidgetViewComponent, AXPProviderSelectWidgetColumnComponent, AXPProviderSelectWidgetEditBase, AXPProviderSelectWidgetViewComponent, AXPQrcodeWidget, AXPQrcodeWidgetColumnComponent, AXPQrcodeWidgetEditComponent, AXPQrcodeWidgetViewComponent, AXPRatePickerWidget, AXPRatePickerWidgetColumnComponent, AXPRatePickerWidgetEditComponent, AXPRatePickerWidgetViewComponent, AXPRegularExpressionValidationWidget, AXPRegularExpressionValidationWidgetEditComponent, AXPRepeaterWidget, AXPRepeaterWidgetDesignerComponent, AXPRepeaterWidgetEditComponent, AXPRepeaterWidgetViewComponent, AXPRequiredValidationWidget, AXPRequiredValidationWidgetEditComponent, AXPRichTextWidget, AXPRichTextWidgetColumnComponent, AXPRichTextWidgetEditComponent, AXPRichTextWidgetViewComponent, AXPSchedulerPickerWidget, AXPSchedulerPickerWidgetColumnComponent, AXPSchedulerPickerWidgetEditComponent, AXPSchedulerPickerWidgetViewComponent, AXPSelectBoxWidget, AXPSelectBoxWidgetColumnComponent, AXPSelectBoxWidgetEditComponent, AXPSelectBoxWidgetViewComponent, AXPSelectLanguagePopup, AXPSelectionListWidget, AXPSelectionListWidgetColumnComponent, AXPSelectionListWidgetDesignerComponent, AXPSelectionListWidgetEditComponent, AXPSelectionListWidgetViewComponent, AXPSignatureWidget, AXPSignatureWidgetColumnComponent, AXPSignatureWidgetEditComponent, AXPSignatureWidgetViewComponent, AXPSpacingWidget, AXPSpacingWidgetEditComponent, AXPStatusChipComponent, AXPStatusWidget, AXPStatusWidgetColumnComponent, AXPStatusWidgetEditComponent, AXPStatusWidgetViewComponent, AXPStepWizardWidget, AXPStepWizardWidgetViewComponent, AXPStopwatchWidget, AXPStopwatchWidgetViewComponent, AXPTableItemWidget, AXPTableItemWidgetDesignerComponent, AXPTableItemWidgetViewComponent, AXPTableWidget, AXPTableWidgetDesignerComponent, AXPTableWidgetViewComponent, AXPTagEditorWidget, AXPTagEditorWidgetColumnComponent, AXPTagEditorWidgetEditComponent, AXPTagEditorWidgetViewComponent, AXPTemplateBoxWidget, AXPTemplateBoxWidgetColumnComponent, AXPTemplateBoxWidgetEditComponent, AXPTemplateBoxWidgetPrintComponent, AXPTemplateBoxWidgetViewComponent, AXPTextBoxWidget, AXPTextBoxWidgetColumnComponent, AXPTextBoxWidgetEditComponent, AXPTextBoxWidgetViewComponent, AXPToggleWidget, AXPToggleWidgetColumnComponent, AXPToggleWidgetEditComponent, AXPToggleWidgetViewComponent, AXPWidgetFieldConfiguratorWidget, AXPWidgetFieldConfiguratorWidgetColumnComponent, AXPWidgetFieldConfiguratorWidgetEditComponent, AXPWidgetsModule, AXP_ABSOLUTE_UNITS, AXP_BORDER_RADIUS_UNITS, AXP_BORDER_WIDTH_UNITS, AXP_DATA_LIST_CMD_DELETE, AXP_DATA_LIST_CMD_EDIT, AXP_DATA_LIST_PENDING_DELETE_KEY, AXP_Flex_Box_Align_Options, AXP_Flex_Box_Alignments, AXP_Flex_Box_Justify_Options, AXP_Grid_Box_Align_Items_Options, AXP_Grid_Box_Alignments, AXP_Grid_Box_Justify_Items_Options, AXP_RELATIVE_UNITS, AXP_RELATIVE_UNITS_NO_PERCENT, AXP_ROW_EXPR_PREFIX, AXP_SPACING_UNITS, AXP_WIDGET_AI_AGENT_ASSIST_FOLLOW_UP_CHIPS_LAYOUT, AXP_WIDGET_AI_AGENT_CHART_LAYOUT, AXP_WIDGET_AI_AGENT_FORM_LAYOUT, AXP_WIDGET_AI_AGENT_NAMES, 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, matchesWidgetAiAgent };
|
|
5299
|
+
export type { AXPAbsoluteUnit, AXPAddressData, AXPAddressFormContentOptions, AXPAddressLabel, AXPAddressMode, AXPAddressWidgetColumnOptions, AXPAddressWidgetDesignerOptions, AXPAddressWidgetEditOptions, AXPAddressWidgetOptions, AXPAddressWidgetViewOptions, AXPAdvancedGridItemWidgetDesignerOptions, AXPAdvancedGridItemWidgetEditOptions, AXPAdvancedGridItemWidgetOptions, AXPAdvancedGridItemWidgetPrintOptions, AXPAdvancedGridItemWidgetViewOptions, AXPAdvancedGridWidgetDesignerOptions, AXPAdvancedGridWidgetEditOptions, AXPAdvancedGridWidgetOptions, AXPAdvancedGridWidgetViewOptions, AXPAvatarWidgetColumnOptions, AXPAvatarWidgetDesignerOptions, AXPAvatarWidgetEditOptions, AXPAvatarWidgetOptions, AXPAvatarWidgetPrintOptions, AXPAvatarWidgetViewOptions, AXPBlockWidgetConfigType, AXPBlockWidgetDesignerOptions, AXPBlockWidgetEditOptions, AXPBlockWidgetOptions, AXPBlockWidgetPrintOptions, AXPBlockWidgetViewOptions, AXPBorderRadiusUnit, AXPBorderWidthUnit, AXPButtonWidgetColumnOptions, AXPButtonWidgetDesignerOptions, AXPButtonWidgetEditOptions, AXPButtonWidgetOptions, AXPButtonWidgetViewOptions, AXPCheckBoxWidgetColumnOptions, AXPCheckBoxWidgetConfigType, AXPCheckBoxWidgetDesignerOptions, AXPCheckBoxWidgetEditOptions, AXPCheckBoxWidgetOptions, AXPCheckBoxWidgetViewOptions, AXPCodeEditorWidgetOptions, AXPColorBoxWidgetColumnOptions, AXPColorBoxWidgetDesignerOptions, AXPColorBoxWidgetEditOptions, AXPColorBoxWidgetOptions, AXPColorBoxWidgetViewOptions, AXPColorPaletteWidgetColumnOptions, AXPColorPaletteWidgetDesignerOptions, AXPColorPaletteWidgetEditOptions, AXPColorPaletteWidgetOptions, AXPColorPaletteWidgetViewOptions, AXPConnectedListsWidgetColumnOptions, AXPConnectedListsWidgetDesignerOptions, AXPConnectedListsWidgetEditOptions, AXPConnectedListsWidgetOptions, AXPConnectedListsWidgetViewOptions, AXPContactWidgetColumnOptions, AXPContactWidgetDesignerOptions, AXPContactWidgetEditOptions, AXPContactWidgetOptions, AXPContactWidgetViewOptions, AXPDataListHeaderCommandApplyMode, AXPDataListWidgetColumn, AXPDataListWidgetCommandsOptions, AXPDataListWidgetComponentOptions, AXPDataListWidgetEditOptions, AXPDataListWidgetHeaderAction, AXPDataListWidgetHeaderCommandAction, AXPDataListWidgetOptions, AXPDataListWidgetRowCommand, AXPDataListWidgetViewOptions, AXPDataSourceOptionsValue, AXPDateTimeBoxWidgetColumnOptions, AXPDateTimeBoxWidgetDesignerOptions, AXPDateTimeBoxWidgetEditOptions, AXPDateTimeBoxWidgetOptions, AXPDateTimeBoxWidgetPrintOptions, AXPDateTimeBoxWidgetViewOptions, AXPDateTimeFilterUiMode, AXPEditorJsWidgetColumnOptions, AXPEditorJsWidgetDesignerOptions, AXPEditorJsWidgetEditOptions, AXPEditorJsWidgetOptions, AXPEditorJsWidgetPrintOptions, AXPEditorJsWidgetViewOptions, AXPFieldsetWidgetDesignerOptions, AXPFieldsetWidgetEditOptions, AXPFieldsetWidgetLook, AXPFieldsetWidgetOptions, AXPFieldsetWidgetPrintOptions, AXPFieldsetWidgetViewOptions, AXPFlexBoxAlignmentOption, AXPFlexBoxOption, AXPFlexItemStyles, AXPFlexItemWidgetDesignerOptions, AXPFlexItemWidgetEditOptions, AXPFlexItemWidgetOptions, AXPFlexItemWidgetPrintOptions, AXPFlexItemWidgetViewOptions, AXPFlexWidgetConfigType, AXPFlexWidgetDesignerOptions, AXPFlexWidgetEditOptions, AXPFlexWidgetOptions, AXPFlexWidgetPrintOptions, AXPFlexWidgetViewOptions, AXPGalleryWidgetDesignerOptions, AXPGalleryWidgetEditOptions, AXPGalleryWidgetOptions, AXPGalleryWidgetPrintOptions, AXPGalleryWidgetViewOptions, AXPGetWidgetsForAIQueryAiBlock, AXPGetWidgetsForAIQueryCategoryRow, AXPGetWidgetsForAIQueryInput, AXPGetWidgetsForAIQueryInputPropertyRow, AXPGetWidgetsForAIQueryListItem, AXPGetWidgetsForAIQueryOutputPropertyRow, AXPGetWidgetsForAIQueryResult, AXPGetWidgetsForAIQueryUsage, AXPGetWidgetsForAIQueryWidgetDetail, AXPGetWidgetsForAIQueryWidgetStructured, AXPGridBoxAlignmentOption, AXPGridBoxOption, AXPImageMarkerWidgetColumnOptions, AXPImageMarkerWidgetComponentOptions, AXPImageMarkerWidgetDesignerOptions, AXPImageMarkerWidgetEditOptions, AXPImageMarkerWidgetOptions, AXPImageMarkerWidgetPoint, AXPImageMarkerWidgetViewOptions, AXPJsonViewerWidgetOptions, AXPLargeTextWidgetColumnOptions, AXPLargeTextWidgetDesignerOptions, AXPLargeTextWidgetEditOptions, AXPLargeTextWidgetOptions, AXPLargeTextWidgetPrintOptions, AXPLargeTextWidgetViewOptions, AXPListWidgetColumnOptions, AXPListWidgetDesignerOptions, AXPListWidgetEditOptions, AXPListWidgetOptions, AXPListWidgetViewOptions, AXPNumberBoxWidgetColumnOptions, AXPNumberBoxWidgetDesignerOptions, AXPNumberBoxWidgetEditOptions, AXPNumberBoxWidgetOptions, AXPNumberBoxWidgetPrintOptions, AXPNumberBoxWidgetViewOptions, AXPOutcomeResultsViewerWidgetOptions, AXPPageWidgetDesignerOptions, AXPPageWidgetEditOptions, AXPPageWidgetOptions, AXPPageWidgetPrintOptions, AXPPageWidgetViewOptions, AXPPasswordBoxWidgetColumnOptions, AXPPasswordBoxWidgetDesignerOptions, AXPPasswordBoxWidgetEditOptions, AXPPasswordBoxWidgetOptions, AXPPasswordBoxWidgetPrintOptions, AXPPasswordBoxWidgetViewOptions, AXPProgressBarWidgetColumnOptions, AXPProgressBarWidgetDesignerOptions, AXPProgressBarWidgetEditOptions, AXPProgressBarWidgetOptions, AXPProgressBarWidgetPrintOptions, AXPProgressBarWidgetViewOptions, AXPQrcodeWidgetDesignerOptions, AXPQrcodeWidgetEditOptions, AXPQrcodeWidgetOptions, AXPQrcodeWidgetPrintOptions, AXPQrcodeWidgetViewOptions, AXPRatePickerWidgetColumnOptions, AXPRatePickerWidgetDesignerOptions, AXPRatePickerWidgetEditOptions, AXPRatePickerWidgetOptions, AXPRatePickerWidgetPrintOptions, AXPRatePickerWidgetViewOptions, AXPRelativeUnit, AXPRelativeUnitNoPercent, AXPRepeaterWidgetDesignerOptions, AXPRepeaterWidgetEditOptions, AXPRepeaterWidgetOptions, AXPRepeaterWidgetPrintOptions, AXPRepeaterWidgetViewOptions, AXPRichTextWidgetColumnOptions, AXPRichTextWidgetDesignerOptions, AXPRichTextWidgetEditOptions, AXPRichTextWidgetOptions, AXPRichTextWidgetPrintOptions, AXPRichTextWidgetViewOptions, AXPSchedulerPickerWidgetColumnOptions, AXPSchedulerPickerWidgetDesignerOptions, AXPSchedulerPickerWidgetEditOptions, AXPSchedulerPickerWidgetOptions, AXPSchedulerPickerWidgetPrintOptions, AXPSchedulerPickerWidgetViewOptions, AXPSelectBoxWidgetColumnOptions, AXPSelectBoxWidgetDesignerOptions, AXPSelectBoxWidgetEditOptions, AXPSelectBoxWidgetOptions, AXPSelectBoxWidgetPrintOptions, AXPSelectBoxWidgetViewOptions, AXPSelectLanguageRow, AXPSelectionListWidgetColumnOptions, AXPSelectionListWidgetDesignerOptions, AXPSelectionListWidgetEditOptions, AXPSelectionListWidgetOptions, AXPSelectionListWidgetPrintOptions, AXPSelectionListWidgetViewOptions, AXPSignatureWidgetColumnOptions, AXPSignatureWidgetDesignerOptions, AXPSignatureWidgetEditOptions, AXPSignatureWidgetOptions, AXPSignatureWidgetPrintOptions, AXPSignatureWidgetViewOptions, AXPSpacingBoxDefaultValues, AXPSpacingUnit, AXPStatusTransitionWithTarget, AXPStatusWidgetColumnOptions, AXPStatusWidgetDesignerOptions, AXPStatusWidgetEditOptions, AXPStatusWidgetOptions, AXPStatusWidgetPrintOptions, AXPStatusWidgetViewOptions, AXPStepStatus, AXPStepWizardActionConfig, AXPStepWizardDirection, AXPStepWizardEvents, AXPStepWizardGlobalActions, AXPStepWizardGuard, AXPStepWizardGuardPayload, AXPStepWizardStatus, AXPStepWizardStep, AXPStepWizardWidgetDefinition, AXPStopwatchWidgetOptions, AXPTableItemWidgetDesignerOptions, AXPTableItemWidgetEditOptions, AXPTableItemWidgetOptions, AXPTableItemWidgetPrintOptions, AXPTableItemWidgetViewOptions, AXPTableWidgetConfigType, AXPTableWidgetDesignerOptions, AXPTableWidgetEditOptions, AXPTableWidgetOptions, AXPTableWidgetPrintOptions, AXPTableWidgetViewOptions, AXPTagEditorWidgetColumnOptions, AXPTagEditorWidgetDesignerOptions, AXPTagEditorWidgetEditOptions, AXPTagEditorWidgetOptions, AXPTagEditorWidgetPrintOptions, AXPTagEditorWidgetViewOptions, AXPTemplateBoxWidgetColumnOptions, AXPTemplateBoxWidgetDesignerOptions, AXPTemplateBoxWidgetEditOptions, AXPTemplateBoxWidgetOptions, AXPTemplateBoxWidgetPrintOptions, AXPTemplateBoxWidgetViewOptions, AXPTextBoxWidgetColumnOptions, AXPTextBoxWidgetDesignerOptions, AXPTextBoxWidgetEditOptions, AXPTextBoxWidgetOptions, AXPTextBoxWidgetPrintOptions, AXPTextBoxWidgetViewOptions, AXPToggleWidgetColumnOptions, AXPToggleWidgetDesignerOptions, AXPToggleWidgetEditOptions, AXPToggleWidgetOptions, AXPToggleWidgetPrintOptions, AXPToggleWidgetViewOptions, AXPWidgetAiAgentName, AXStepWizardLook, DataSourceMode, StrategyConfig };
|