@acorex/platform 20.3.0-next.7 → 20.3.0-next.9
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 +0 -2
- package/core/index.d.ts +386 -47
- package/fesm2022/acorex-platform-common.mjs +5 -10
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +427 -125
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +422 -26
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +1843 -111
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +19 -12
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +463 -510
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +23 -15
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-BXbkGGei.mjs → acorex-platform-themes-default-entity-master-create-view.component-Ct-ri59W.mjs} +3 -3
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-Ct-ri59W.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-gQIK6PIx.mjs → acorex-platform-themes-default-entity-master-list-view.component-7BB4LdjK.mjs} +9 -9
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-7BB4LdjK.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BDJR088o.mjs +101 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BDJR088o.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +8 -8
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-shared-icon-chooser-view.component-KpZWpnOJ.mjs → acorex-platform-themes-shared-icon-chooser-view.component-BgEh06Tn.mjs} +21 -11
- package/fesm2022/acorex-platform-themes-shared-icon-chooser-view.component-BgEh06Tn.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-shared-settings.provider-CXiRmniv.mjs → acorex-platform-themes-shared-settings.provider-CLUKU4y0.mjs} +2 -2
- package/fesm2022/acorex-platform-themes-shared-settings.provider-CLUKU4y0.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-shared-theme-color-chooser-column.component-BvOiVCgt.mjs → acorex-platform-themes-shared-theme-color-chooser-column.component-AeOQxjbS.mjs} +20 -5
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-column.component-AeOQxjbS.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-shared-theme-color-chooser-view.component-BW0rfkjk.mjs → acorex-platform-themes-shared-theme-color-chooser-view.component-DEVzRd6-.mjs} +20 -5
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-view.component-DEVzRd6-.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-shared.mjs +205 -38
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/{acorex-platform-widgets-checkbox-widget-view.component-C-4bWr9G.mjs → acorex-platform-widgets-checkbox-widget-view.component-KYCQ2qTJ.mjs} +51 -35
- package/fesm2022/acorex-platform-widgets-checkbox-widget-view.component-KYCQ2qTJ.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-file-list-popup.component-rW2RD35f.mjs → acorex-platform-widgets-file-list-popup.component-Cmtq2bBV.mjs} +3 -3
- package/fesm2022/acorex-platform-widgets-file-list-popup.component-Cmtq2bBV.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-page-widget-designer.component-DNvnQ4Mc.mjs → acorex-platform-widgets-page-widget-designer.component-D8ivmxzT.mjs} +2 -2
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-D8ivmxzT.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-CPVRbE8B.mjs → acorex-platform-widgets-tabular-data-edit-popup.component-CMqq_iOj.mjs} +8 -8
- package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-CMqq_iOj.mjs.map +1 -0
- package/fesm2022/acorex-platform-widgets.mjs +4590 -5073
- package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
- package/layout/builder/index.d.ts +62 -8
- package/layout/components/index.d.ts +780 -54
- package/layout/designer/index.d.ts +4 -2
- package/layout/entity/index.d.ts +53 -10
- package/package.json +9 -9
- package/widgets/index.d.ts +1441 -433
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-BXbkGGei.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-gQIK6PIx.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-Bp1JLsj1.mjs +0 -101
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-Bp1JLsj1.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-icon-chooser-view.component-KpZWpnOJ.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-settings.provider-CXiRmniv.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-column.component-BvOiVCgt.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-view.component-BW0rfkjk.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-checkbox-widget-view.component-C-4bWr9G.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-file-list-popup.component-rW2RD35f.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-DNvnQ4Mc.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-CPVRbE8B.mjs.map +0 -1
package/widgets/index.d.ts
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import * as i1 from '@acorex/platform/layout/builder';
|
|
2
|
-
import { AXPWidgetPropertyGroup, AXPWidgetProperty, AXPLayoutBaseWidgetComponent, AXPLayoutElementAPI, AXPWidgetConfig, AXPValueWidgetComponent, AXPColumnWidgetComponent, AXPDataListWidgetComponent, AXPWidgetNode, AXPBlockBaseLayoutWidgetComponent, AXPFlexBaseLayoutWidgetComponent, AXPFlexItemBaseLayoutWidgetComponent, AXPGridBoxString, AXPGridBreakpointValues, AXPBreakpoints, AXPBorderBoxString, AXPPropertyEditorSideValues, AXPPropertyEditorCornerValues,
|
|
2
|
+
import { AXPWidgetPropertyGroup, AXPWidgetProperty, AXPLayoutBaseWidgetComponent, AXPLayoutElementAPI, AXPWidgetConfig, AXPValueWidgetComponent, AXPColumnWidgetComponent, AXPDataListWidgetComponent, AXPWidgetNode, AXPBlockBaseLayoutWidgetComponent, AXPFlexBaseLayoutWidgetComponent, AXPFlexItemBaseLayoutWidgetComponent, AXPTableBaseLayoutWidgetComponent, AXPTableItemBaseLayoutWidgetComponent, AXPGridBoxString, AXPGridBreakpointValues, AXPBreakpoints, AXPBorderBox, AXPSpacingBox, AXPBorderBoxString, AXPPropertyEditorSideValues, AXPPropertyEditorCornerValues, AXPFlexBoxString, AXPGridItemBoxString, AXPSpacingBoxString } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as _angular_core from '@angular/core';
|
|
4
|
-
import { EventEmitter, Signal, InjectionToken, OnInit, OnDestroy, WritableSignal, ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
4
|
+
import { EventEmitter, Signal, InjectionToken, OnInit, OnDestroy, WritableSignal, ElementRef, ChangeDetectorRef, ComponentRef } from '@angular/core';
|
|
5
5
|
import { AXStyleColorType, AXStyleLookType, AXClickEvent, AXDataSource, AXValueChangedEvent, AXDataSourceFilterOption, AXDirection, AXButtonClickEvent } from '@acorex/cdk/common';
|
|
6
|
-
import * as _acorex_platform_core from '@acorex/platform/core';
|
|
7
|
-
import { AXPExpression, AXPValidationRule, AXPStringValidationRules, AXPFileListItem, AXPExpressionEvaluatorService } from '@acorex/platform/core';
|
|
8
6
|
import { AXPClipBoardService, AXPLanguage } from '@acorex/platform/common';
|
|
7
|
+
import * as _acorex_platform_core from '@acorex/platform/core';
|
|
8
|
+
import { AXPValidationRule, AXPFileListItem, AXPExpressionEvaluatorService } from '@acorex/platform/core';
|
|
9
9
|
import { AXValidationService } from '@acorex/core/validation';
|
|
10
|
-
import { AXTranslationService } from '@acorex/core/translation';
|
|
11
10
|
import { AXNumberFormatterOptions } from '@acorex/core/format';
|
|
12
11
|
import { AXSelectionListLook } from '@acorex/components/selection-list';
|
|
13
12
|
import { AXFileService } from '@acorex/core/file';
|
|
@@ -22,6 +21,7 @@ import { AXPlatform } from '@acorex/core/platform';
|
|
|
22
21
|
import SignaturePad from 'signature_pad';
|
|
23
22
|
import { AXGridLayoutOptions, AXGridLayoutNode } from '@acorex/components/grid-layout-builder';
|
|
24
23
|
import { AXDropListDroppedEvent } from '@acorex/cdk/drag-drop';
|
|
24
|
+
import { AXMenuItem } from '@acorex/components/menu';
|
|
25
25
|
import * as _acorex_platform_widgets from '@acorex/platform/widgets';
|
|
26
26
|
import { AXPopoverComponent } from '@acorex/components/popover';
|
|
27
27
|
|
|
@@ -71,6 +71,8 @@ declare const AXP_TEXT_FIELD_PROPERTY: AXPWidgetProperty;
|
|
|
71
71
|
declare const AXP_DESCRIPTION_PROPERTY: AXPWidgetProperty;
|
|
72
72
|
declare const AXP_STYLE_COLOR_PROPERTY: AXPWidgetProperty;
|
|
73
73
|
declare const AXP_STYLE_LOOK_PROPERTY: AXPWidgetProperty;
|
|
74
|
+
declare const AXP_TEXT_ALIGN_PROPERTY: AXPWidgetProperty;
|
|
75
|
+
declare const AXP_VERTICAL_ALIGN_PROPERTY: AXPWidgetProperty;
|
|
74
76
|
declare const AXP_DATE_FORMAT_PROPERTY: AXPWidgetProperty;
|
|
75
77
|
declare function booleanDefaultProperty(defaultValue?: boolean): AXPWidgetProperty;
|
|
76
78
|
declare function plainTextDefaultProperty(): AXPWidgetProperty;
|
|
@@ -78,10 +80,19 @@ declare function largeTextDefaultProperty(): AXPWidgetProperty;
|
|
|
78
80
|
declare function numberDefaultProperty(): AXPWidgetProperty;
|
|
79
81
|
declare function numberMinValueProperty(value?: number | null): AXPWidgetProperty;
|
|
80
82
|
declare function numberMaxValueProperty(value?: number | null): AXPWidgetProperty;
|
|
83
|
+
declare const AXP_MULTI_LANGUAGE_PROPERTY: AXPWidgetProperty;
|
|
84
|
+
declare const AXP_SPIN_BUTTON_PROPERTY: AXPWidgetProperty;
|
|
85
|
+
declare const AXP_NUMBER_SEPARATOR_PROPERTY: AXPWidgetProperty;
|
|
86
|
+
declare const AXP_DEFAULT_ROW_COUNT_PROPERTY: AXPWidgetProperty;
|
|
87
|
+
declare const AXP_MIN_LINE_COUNT_PROPERTY: AXPWidgetProperty;
|
|
88
|
+
declare const AXP_MAX_LINE_COUNT_PROPERTY: AXPWidgetProperty;
|
|
89
|
+
declare const AXP_FIT_LINE_COUNT_PROPERTY: AXPWidgetProperty;
|
|
90
|
+
declare const AXP_SHOW_PASSWORD_PROPERTY: AXPWidgetProperty;
|
|
81
91
|
|
|
82
92
|
declare const AXP_LAYOUT_GRID_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
83
93
|
declare const AXP_LAYOUT_FLEX_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
84
94
|
declare const AXP_BOX_MODEL_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
95
|
+
declare const AXP_LAYOUT_TABLE_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
85
96
|
declare const AXP_LAYOUT_GAP_PROPERTY: AXPWidgetProperty;
|
|
86
97
|
declare const AXP_LAYOUT_COLUMNS_PROPERTY: AXPWidgetProperty;
|
|
87
98
|
declare const AXP_LAYOUT_ROWS_PROPERTY: AXPWidgetProperty;
|
|
@@ -93,6 +104,9 @@ declare const AXP_LAYOUT_BORDER_PROPERTY: AXPWidgetProperty;
|
|
|
93
104
|
declare const AXP_LAYOUT_FLEX_PROPERTY: AXPWidgetProperty;
|
|
94
105
|
declare const AXP_LAYOUT_FLEX_ITEM_PROPERTY: AXPWidgetProperty;
|
|
95
106
|
declare const AXP_LAYOUT_GRID_PROPERTY: AXPWidgetProperty;
|
|
107
|
+
declare const AXP_TABLE_COLUMNS_PROPERTY: AXPWidgetProperty;
|
|
108
|
+
declare const AXP_TABLE_ITEM_COLSPAN_PROPERTY: AXPWidgetProperty;
|
|
109
|
+
declare const AXP_TABLE_ITEM_ROWSPAN_PROPERTY: AXPWidgetProperty;
|
|
96
110
|
declare const AXP_LAYOUT_ADVANCED_GRID_PROPERTY: AXPWidgetProperty;
|
|
97
111
|
declare const AXP_LAYOUT_SHOW_HEADER_PROPERTY: AXPWidgetProperty;
|
|
98
112
|
declare const AXP_LAYOUT_DIRECTION_PROPERTY: AXPWidgetProperty;
|
|
@@ -125,6 +139,35 @@ declare class AXPButtonWidgetViewComponent extends AXPLayoutBaseWidgetComponent
|
|
|
125
139
|
}
|
|
126
140
|
|
|
127
141
|
declare const AXPButtonWidget: AXPWidgetConfig;
|
|
142
|
+
interface AXPButtonWidgetDesignerOptions {
|
|
143
|
+
disabled?: boolean;
|
|
144
|
+
color?: AXStyleColorType;
|
|
145
|
+
look?: AXStyleLookType;
|
|
146
|
+
text?: string;
|
|
147
|
+
loading?: boolean;
|
|
148
|
+
icon?: string;
|
|
149
|
+
}
|
|
150
|
+
interface AXPButtonWidgetViewOptions {
|
|
151
|
+
disabled?: boolean;
|
|
152
|
+
color?: AXStyleColorType;
|
|
153
|
+
look?: AXStyleLookType;
|
|
154
|
+
text?: string;
|
|
155
|
+
loading?: boolean;
|
|
156
|
+
icon?: string;
|
|
157
|
+
}
|
|
158
|
+
interface AXPButtonWidgetEditOptions {
|
|
159
|
+
disabled?: boolean;
|
|
160
|
+
color?: AXStyleColorType;
|
|
161
|
+
look?: AXStyleLookType;
|
|
162
|
+
text?: string;
|
|
163
|
+
loading?: boolean;
|
|
164
|
+
icon?: string;
|
|
165
|
+
}
|
|
166
|
+
interface AXPButtonWidgetOptions {
|
|
167
|
+
designer: AXPButtonWidgetDesignerOptions;
|
|
168
|
+
view: AXPButtonWidgetViewOptions;
|
|
169
|
+
edit: AXPButtonWidgetEditOptions;
|
|
170
|
+
}
|
|
128
171
|
declare module '@acorex/platform/layout/builder' {
|
|
129
172
|
interface AXPWidgetTypesMap {
|
|
130
173
|
buttonAction: 'button-action';
|
|
@@ -143,11 +186,37 @@ declare const AXPCheckBoxWidget: AXPWidgetConfig<AXPCheckBoxWidgetConfigType>;
|
|
|
143
186
|
type AXPCheckBoxWidgetConfigType = {
|
|
144
187
|
type: 'editor';
|
|
145
188
|
};
|
|
146
|
-
interface
|
|
147
|
-
disabled?: boolean
|
|
148
|
-
readonly?: boolean
|
|
189
|
+
interface AXPCheckBoxWidgetDesignerOptions {
|
|
190
|
+
disabled?: boolean;
|
|
191
|
+
readonly?: boolean;
|
|
192
|
+
label?: string;
|
|
193
|
+
}
|
|
194
|
+
interface AXPCheckBoxWidgetViewOptions {
|
|
195
|
+
negative?: boolean;
|
|
196
|
+
trulyText?: string;
|
|
197
|
+
falsyText?: string;
|
|
198
|
+
nullText?: string;
|
|
199
|
+
disabled?: boolean;
|
|
200
|
+
readonly?: boolean;
|
|
201
|
+
label?: string;
|
|
202
|
+
}
|
|
203
|
+
interface AXPCheckBoxWidgetEditOptions {
|
|
204
|
+
disabled?: boolean;
|
|
205
|
+
readonly?: boolean;
|
|
149
206
|
label?: string;
|
|
150
|
-
|
|
207
|
+
}
|
|
208
|
+
interface AXPCheckBoxWidgetColumnOptions {
|
|
209
|
+
negative?: boolean;
|
|
210
|
+
trulyText?: string;
|
|
211
|
+
falsyText?: string;
|
|
212
|
+
nullText?: string;
|
|
213
|
+
}
|
|
214
|
+
interface AXPCheckBoxWidgetOptions {
|
|
215
|
+
designer: AXPCheckBoxWidgetDesignerOptions;
|
|
216
|
+
view: AXPCheckBoxWidgetViewOptions;
|
|
217
|
+
edit: AXPCheckBoxWidgetEditOptions;
|
|
218
|
+
print: AXPCheckBoxWidgetEditOptions;
|
|
219
|
+
column: AXPCheckBoxWidgetColumnOptions;
|
|
151
220
|
}
|
|
152
221
|
|
|
153
222
|
declare class AXPContactWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
@@ -228,13 +297,44 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
228
297
|
contact: 'contact-editor';
|
|
229
298
|
}
|
|
230
299
|
}
|
|
231
|
-
interface
|
|
232
|
-
|
|
300
|
+
interface AXPContactWidgetDesignerOptions {
|
|
301
|
+
type?: string;
|
|
233
302
|
placeholder?: string;
|
|
234
|
-
|
|
303
|
+
labels?: {
|
|
304
|
+
id: string;
|
|
305
|
+
name: string;
|
|
306
|
+
}[];
|
|
307
|
+
icon?: string;
|
|
308
|
+
disabled?: boolean;
|
|
309
|
+
hasLabel?: boolean;
|
|
310
|
+
hasIcon?: boolean;
|
|
311
|
+
}
|
|
312
|
+
interface AXPContactWidgetViewOptions {
|
|
313
|
+
type?: string;
|
|
314
|
+
icon?: string;
|
|
315
|
+
hasLabel?: boolean;
|
|
316
|
+
hasIcon?: boolean;
|
|
317
|
+
}
|
|
318
|
+
interface AXPContactWidgetEditOptions {
|
|
319
|
+
type?: string;
|
|
320
|
+
placeholder?: string;
|
|
321
|
+
labels?: {
|
|
322
|
+
id: string;
|
|
323
|
+
name: string;
|
|
324
|
+
}[];
|
|
325
|
+
icon?: string;
|
|
326
|
+
disabled?: boolean;
|
|
235
327
|
hasLabel?: boolean;
|
|
236
328
|
hasIcon?: boolean;
|
|
237
|
-
|
|
329
|
+
}
|
|
330
|
+
interface AXPContactWidgetColumnOptions {
|
|
331
|
+
}
|
|
332
|
+
interface AXPContactWidgetOptions {
|
|
333
|
+
designer: AXPContactWidgetDesignerOptions;
|
|
334
|
+
view: AXPContactWidgetViewOptions;
|
|
335
|
+
edit: AXPContactWidgetEditOptions;
|
|
336
|
+
print: AXPContactWidgetViewOptions;
|
|
337
|
+
column: AXPContactWidgetColumnOptions;
|
|
238
338
|
}
|
|
239
339
|
|
|
240
340
|
declare class AXPDateTimeBoxWidgetViewComponent extends AXPValueWidgetComponent<string | string[]> {
|
|
@@ -296,91 +396,41 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
296
396
|
dateTime: 'date-time-editor';
|
|
297
397
|
}
|
|
298
398
|
}
|
|
299
|
-
|
|
300
|
-
interface AXPDateTimeBoxWidgetOptions {
|
|
301
|
-
disabled?: boolean | AXPExpression;
|
|
302
|
-
readonly?: boolean | AXPExpression;
|
|
303
|
-
placeholder?: string;
|
|
399
|
+
interface AXPDateTimeBoxWidgetDesignerOptions {
|
|
304
400
|
multiple?: boolean;
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
protected clipboard: AXPClipBoardService;
|
|
310
|
-
protected multiple: _angular_core.Signal<boolean>;
|
|
311
|
-
protected hasLabel: _angular_core.Signal<boolean>;
|
|
312
|
-
protected internalValue: _angular_core.Signal<any>;
|
|
313
|
-
private extractItem;
|
|
314
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEmailBoxWidgetViewComponent, never>;
|
|
315
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEmailBoxWidgetViewComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
declare class AXPEmailBoxWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
|
319
|
-
protected validationService: AXValidationService;
|
|
320
|
-
protected validationMessage?: string | null;
|
|
321
|
-
protected multiple: Signal<boolean>;
|
|
322
|
-
protected disabled: Signal<boolean>;
|
|
323
|
-
protected clearButton: Signal<boolean>;
|
|
324
|
-
protected placeholder: Signal<string>;
|
|
325
|
-
protected hasLabel: Signal<boolean>;
|
|
326
|
-
protected lables: Signal<string[]>;
|
|
327
|
-
protected internalValue: Signal<{
|
|
328
|
-
value: string;
|
|
329
|
-
label?: string;
|
|
330
|
-
id: string;
|
|
331
|
-
}[]>;
|
|
332
|
-
private getValueAsArrayOfObjects;
|
|
333
|
-
protected handleValueChange(e: AXValueChangedEvent, selectedIndex: number): void;
|
|
334
|
-
protected convertItem: (item: any, e: any) => any;
|
|
335
|
-
protected handleLabelChange(e: AXValueChangedEvent, selectedIndex: number): void;
|
|
336
|
-
protected addItem(): void;
|
|
337
|
-
protected deleteItem(deletedIndex: number): void;
|
|
338
|
-
private get __class();
|
|
339
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEmailBoxWidgetEditComponent, never>;
|
|
340
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEmailBoxWidgetEditComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
401
|
+
clearButton?: boolean;
|
|
402
|
+
format?: any;
|
|
403
|
+
disabled?: boolean;
|
|
404
|
+
placeholder?: string;
|
|
341
405
|
}
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEmailBoxWidgetFilterComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
406
|
+
interface AXPDateTimeBoxWidgetViewOptions {
|
|
407
|
+
multiple?: boolean;
|
|
408
|
+
format?: any;
|
|
346
409
|
}
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
protected text: Signal<string>;
|
|
354
|
-
protected multiple: boolean;
|
|
355
|
-
protected hasLabel: boolean;
|
|
356
|
-
protected dot3(text: string): string;
|
|
357
|
-
private extractItem;
|
|
358
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEmailBoxWidgetColumnComponent, never>;
|
|
359
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEmailBoxWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
410
|
+
interface AXPDateTimeBoxWidgetEditOptions {
|
|
411
|
+
multiple?: boolean;
|
|
412
|
+
clearButton?: boolean;
|
|
413
|
+
format?: any;
|
|
414
|
+
disabled?: boolean;
|
|
415
|
+
placeholder?: string;
|
|
360
416
|
}
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEmailBoxWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
417
|
+
interface AXPDateTimeBoxWidgetColumnOptions {
|
|
418
|
+
multiple?: boolean;
|
|
419
|
+
format?: any;
|
|
365
420
|
}
|
|
366
|
-
|
|
367
|
-
declare const AXPEmailBoxWidget: AXPWidgetConfig;
|
|
368
|
-
declare module '@acorex/platform/layout/builder' {
|
|
369
|
-
interface AXPWidgetTypesMap {
|
|
370
|
-
email: 'email-editor';
|
|
371
|
-
}
|
|
421
|
+
interface AXPDateTimeBoxWidgetPrintOptions {
|
|
372
422
|
}
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
423
|
+
interface AXPDateTimeBoxWidgetOptions {
|
|
424
|
+
designer: AXPDateTimeBoxWidgetDesignerOptions;
|
|
425
|
+
view: AXPDateTimeBoxWidgetViewOptions;
|
|
426
|
+
edit: AXPDateTimeBoxWidgetEditOptions;
|
|
427
|
+
print: AXPDateTimeBoxWidgetPrintOptions;
|
|
428
|
+
column: AXPDateTimeBoxWidgetColumnOptions;
|
|
379
429
|
}
|
|
380
430
|
|
|
381
|
-
declare class
|
|
382
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<
|
|
383
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<
|
|
431
|
+
declare class AXPLargeTextWidgetColumnComponent extends AXPColumnWidgetComponent<string> {
|
|
432
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPLargeTextWidgetColumnComponent, never>;
|
|
433
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLargeTextWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
384
434
|
}
|
|
385
435
|
|
|
386
436
|
declare class AXPLargeTextWidgetEditComponent extends AXPValueWidgetComponent<string> {
|
|
@@ -404,110 +454,55 @@ declare class AXPLargeTextWidgetEditComponent extends AXPValueWidgetComponent<st
|
|
|
404
454
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLargeTextWidgetEditComponent, "axp-large-text-box-widget", never, { "disabled": { "alias": "disabled"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; }, {}, never, never, true, never>;
|
|
405
455
|
}
|
|
406
456
|
|
|
407
|
-
declare class AXPLargeTextWidgetFilterComponent extends AXPValueWidgetComponent<any> {
|
|
408
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPLargeTextWidgetFilterComponent, never>;
|
|
409
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLargeTextWidgetFilterComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
declare class AXPLargeTextWidgetColumnComponent extends AXPColumnWidgetComponent<string> {
|
|
413
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPLargeTextWidgetColumnComponent, never>;
|
|
414
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLargeTextWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
457
|
declare class AXPLargeTextWidgetPrintComponent extends AXPValueWidgetComponent<any> {
|
|
418
458
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPLargeTextWidgetPrintComponent, never>;
|
|
419
459
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLargeTextWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
420
460
|
}
|
|
421
461
|
|
|
462
|
+
declare class AXPLargeTextWidgetViewComponent extends AXPValueWidgetComponent<string> {
|
|
463
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPLargeTextWidgetViewComponent, never>;
|
|
464
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLargeTextWidgetViewComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
465
|
+
}
|
|
466
|
+
|
|
422
467
|
declare const AXPLargeTextWidget: AXPWidgetConfig;
|
|
423
468
|
declare module '@acorex/platform/layout/builder' {
|
|
424
469
|
interface AXPWidgetTypesMap {
|
|
425
470
|
largeText: 'large-text-editor';
|
|
426
471
|
}
|
|
427
472
|
}
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
473
|
+
interface AXPLargeTextWidgetDesignerOptions {
|
|
474
|
+
multiple?: boolean;
|
|
475
|
+
multiLanguage?: boolean;
|
|
476
|
+
disabled?: boolean;
|
|
477
|
+
clearButton?: boolean;
|
|
431
478
|
placeholder?: string;
|
|
432
479
|
}
|
|
433
|
-
|
|
434
|
-
declare class AXPLinkWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
435
|
-
protected clipboard: AXPClipBoardService;
|
|
436
|
-
protected multiple: boolean;
|
|
437
|
-
protected hasLabel: boolean;
|
|
438
|
-
protected target: 'self' | 'blank';
|
|
439
|
-
protected internalValue: _angular_core.Signal<any>;
|
|
440
|
-
private extractItem;
|
|
441
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPLinkWidgetViewComponent, never>;
|
|
442
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLinkWidgetViewComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
declare class AXPLinkWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
|
446
|
-
protected validationService: AXValidationService;
|
|
447
|
-
protected translateService: AXTranslationService;
|
|
448
|
-
protected validationMessage?: string | null;
|
|
449
|
-
protected multiple: Signal<boolean>;
|
|
450
|
-
protected disabled: Signal<boolean>;
|
|
451
|
-
protected clearButton: Signal<boolean>;
|
|
452
|
-
protected hasLabel: Signal<boolean>;
|
|
453
|
-
protected hasTitle: Signal<boolean>;
|
|
454
|
-
protected labelTypes: Signal<string[]>;
|
|
455
|
-
protected linkTypes: Signal<string[]>;
|
|
456
|
-
protected dataSource: AXDataSource<any>;
|
|
457
|
-
protected internalValue: Signal<{
|
|
458
|
-
value: string;
|
|
459
|
-
label?: string;
|
|
460
|
-
title: string;
|
|
461
|
-
icon?: string;
|
|
462
|
-
}[]>;
|
|
463
|
-
ngOnInit(): void;
|
|
464
|
-
private getValueAsArrayOfObjects;
|
|
465
|
-
protected handleValueChange(e: AXValueChangedEvent, selectedIndex: number): void;
|
|
466
|
-
protected convertItem: (item: any, e: any) => any;
|
|
467
|
-
protected addItem(): void;
|
|
468
|
-
protected deleteItem(deletedIndex: number): void;
|
|
469
|
-
protected generateClasses(elementName: 'url' | 'title' | 'label', type?: 'single' | 'multiple'): Array<string>;
|
|
470
|
-
private get __class();
|
|
471
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPLinkWidgetEditComponent, never>;
|
|
472
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLinkWidgetEditComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
480
|
+
interface AXPLargeTextWidgetViewOptions {
|
|
473
481
|
}
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
declare class AXPLinkWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
481
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPLinkWidgetColumnComponent, never>;
|
|
482
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLinkWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
482
|
+
interface AXPLargeTextWidgetEditOptions {
|
|
483
|
+
multiple?: boolean;
|
|
484
|
+
multiLanguage?: boolean;
|
|
485
|
+
disabled?: boolean;
|
|
486
|
+
clearButton?: boolean;
|
|
487
|
+
placeholder?: string;
|
|
483
488
|
}
|
|
484
|
-
|
|
485
|
-
declare class AXPLinkWidgetPrintComponent extends AXPValueWidgetComponent<any> {
|
|
486
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPLinkWidgetPrintComponent, never>;
|
|
487
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLinkWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
489
|
+
interface AXPLargeTextWidgetColumnOptions {
|
|
488
490
|
}
|
|
489
|
-
|
|
490
|
-
declare const AXPLinkWidget: AXPWidgetConfig;
|
|
491
|
-
declare module '@acorex/platform/layout/builder' {
|
|
492
|
-
interface AXPWidgetTypesMap {
|
|
493
|
-
link: 'link-editor';
|
|
494
|
-
}
|
|
491
|
+
interface AXPLargeTextWidgetPrintOptions {
|
|
495
492
|
}
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
493
|
+
interface AXPLargeTextWidgetOptions {
|
|
494
|
+
designer: AXPLargeTextWidgetDesignerOptions;
|
|
495
|
+
view: AXPLargeTextWidgetViewOptions;
|
|
496
|
+
edit: AXPLargeTextWidgetEditOptions;
|
|
497
|
+
print: AXPLargeTextWidgetPrintOptions;
|
|
498
|
+
column: AXPLargeTextWidgetColumnOptions;
|
|
501
499
|
}
|
|
502
500
|
|
|
503
|
-
declare class
|
|
504
|
-
protected internalValue: _angular_core.Signal<string | string[]>;
|
|
505
|
-
protected multiple: _angular_core.Signal<boolean>;
|
|
506
|
-
protected format: _angular_core.Signal<AXNumberFormatterOptions>;
|
|
501
|
+
declare class AXPNumberBoxWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
507
502
|
private formatService;
|
|
508
|
-
|
|
509
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<
|
|
510
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<
|
|
503
|
+
protected value: _angular_core.Signal<any>;
|
|
504
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPNumberBoxWidgetColumnComponent, never>;
|
|
505
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPNumberBoxWidgetColumnComponent, "axp-number-box-widget-column", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
511
506
|
}
|
|
512
507
|
|
|
513
508
|
declare class AXPNumberBoxWidgetEditComponent extends AXPValueWidgetComponent<number | number[]> {
|
|
@@ -529,49 +524,73 @@ declare class AXPNumberBoxWidgetEditComponent extends AXPValueWidgetComponent<nu
|
|
|
529
524
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPNumberBoxWidgetEditComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
530
525
|
}
|
|
531
526
|
|
|
532
|
-
declare class AXPNumberBoxWidgetFilterComponent extends AXPValueWidgetComponent<any> {
|
|
533
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPNumberBoxWidgetFilterComponent, never>;
|
|
534
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPNumberBoxWidgetFilterComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
declare class AXPNumberBoxWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
538
|
-
private formatService;
|
|
539
|
-
protected value: _angular_core.Signal<any>;
|
|
540
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPNumberBoxWidgetColumnComponent, never>;
|
|
541
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPNumberBoxWidgetColumnComponent, "axp-number-box-widget-column", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
527
|
declare class AXPNumberBoxWidgetPrintComponent extends AXPValueWidgetComponent<any> {
|
|
545
528
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPNumberBoxWidgetPrintComponent, never>;
|
|
546
529
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPNumberBoxWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
547
530
|
}
|
|
548
531
|
|
|
532
|
+
declare class AXPNumberBoxWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
533
|
+
protected internalValue: _angular_core.Signal<string | string[]>;
|
|
534
|
+
protected multiple: _angular_core.Signal<boolean>;
|
|
535
|
+
protected format: _angular_core.Signal<AXNumberFormatterOptions>;
|
|
536
|
+
private formatService;
|
|
537
|
+
private formattedValue;
|
|
538
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPNumberBoxWidgetViewComponent, never>;
|
|
539
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPNumberBoxWidgetViewComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
540
|
+
}
|
|
541
|
+
|
|
549
542
|
declare const AXPNumberBoxWidget: AXPWidgetConfig;
|
|
550
543
|
declare module '@acorex/platform/layout/builder' {
|
|
551
544
|
interface AXPWidgetTypesMap {
|
|
552
545
|
number: 'number-editor';
|
|
553
546
|
}
|
|
554
547
|
}
|
|
555
|
-
interface
|
|
556
|
-
disabled?: boolean
|
|
557
|
-
|
|
548
|
+
interface AXPNumberBoxWidgetDesignerOptions {
|
|
549
|
+
disabled?: boolean;
|
|
550
|
+
multiple?: boolean;
|
|
558
551
|
hasClearButton?: boolean;
|
|
552
|
+
spinButton?: boolean;
|
|
553
|
+
decimals?: number;
|
|
554
|
+
minValue?: number;
|
|
555
|
+
maxValue?: number;
|
|
556
|
+
seprator?: string;
|
|
559
557
|
placeholder?: string;
|
|
558
|
+
}
|
|
559
|
+
interface AXPNumberBoxWidgetViewOptions {
|
|
560
|
+
multiple?: boolean;
|
|
561
|
+
format?: AXNumberFormatterOptions;
|
|
562
|
+
}
|
|
563
|
+
interface AXPNumberBoxWidgetEditOptions {
|
|
564
|
+
disabled?: boolean;
|
|
565
|
+
multiple?: boolean;
|
|
566
|
+
hasClearButton?: boolean;
|
|
567
|
+
spinButton?: boolean;
|
|
560
568
|
decimals?: number;
|
|
561
569
|
minValue?: number;
|
|
562
570
|
maxValue?: number;
|
|
571
|
+
seprator?: string;
|
|
572
|
+
placeholder?: string;
|
|
573
|
+
}
|
|
574
|
+
interface AXPNumberBoxWidgetColumnOptions {
|
|
575
|
+
format?: any;
|
|
576
|
+
}
|
|
577
|
+
interface AXPNumberBoxWidgetPrintOptions {
|
|
578
|
+
}
|
|
579
|
+
interface AXPNumberBoxWidgetOptions {
|
|
580
|
+
designer: AXPNumberBoxWidgetDesignerOptions;
|
|
581
|
+
view: AXPNumberBoxWidgetViewOptions;
|
|
582
|
+
edit: AXPNumberBoxWidgetEditOptions;
|
|
583
|
+
print: AXPNumberBoxWidgetPrintOptions;
|
|
584
|
+
column: AXPNumberBoxWidgetColumnOptions;
|
|
563
585
|
}
|
|
564
586
|
|
|
565
|
-
declare class
|
|
566
|
-
protected
|
|
567
|
-
protected
|
|
568
|
-
protected hasEyeIcon: _angular_core.Signal<boolean>;
|
|
569
|
-
protected showPassword: _angular_core.Signal<boolean>;
|
|
587
|
+
declare class AXPPasswordBoxWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
588
|
+
protected hasEyeIcon: any;
|
|
589
|
+
protected showPassword: any;
|
|
570
590
|
protected show: _angular_core.WritableSignal<boolean>;
|
|
571
|
-
protected clipboard: AXPClipBoardService;
|
|
572
591
|
toggleEye(): void;
|
|
573
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<
|
|
574
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<
|
|
592
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPPasswordBoxWidgetColumnComponent, never>;
|
|
593
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPPasswordBoxWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
575
594
|
}
|
|
576
595
|
|
|
577
596
|
declare class AXPPasswordBoxWidgetEditComponent extends AXPValueWidgetComponent<string> {
|
|
@@ -582,23 +601,21 @@ declare class AXPPasswordBoxWidgetEditComponent extends AXPValueWidgetComponent<
|
|
|
582
601
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPPasswordBoxWidgetEditComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
583
602
|
}
|
|
584
603
|
|
|
585
|
-
declare class
|
|
586
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<
|
|
587
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<
|
|
604
|
+
declare class AXPPasswordBoxWidgetPrintComponent extends AXPValueWidgetComponent<any> {
|
|
605
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPPasswordBoxWidgetPrintComponent, never>;
|
|
606
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPPasswordBoxWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
588
607
|
}
|
|
589
608
|
|
|
590
|
-
declare class
|
|
591
|
-
protected
|
|
592
|
-
protected
|
|
609
|
+
declare class AXPPasswordBoxWidgetViewComponent extends AXPValueWidgetComponent<string> {
|
|
610
|
+
protected internalValue: _angular_core.Signal<string>;
|
|
611
|
+
protected hasCopyIcon: _angular_core.Signal<boolean>;
|
|
612
|
+
protected hasEyeIcon: _angular_core.Signal<boolean>;
|
|
613
|
+
protected showPassword: _angular_core.Signal<boolean>;
|
|
593
614
|
protected show: _angular_core.WritableSignal<boolean>;
|
|
615
|
+
protected clipboard: AXPClipBoardService;
|
|
594
616
|
toggleEye(): void;
|
|
595
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<
|
|
596
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
declare class AXPPasswordBoxWidgetPrintComponent extends AXPValueWidgetComponent<any> {
|
|
600
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPPasswordBoxWidgetPrintComponent, never>;
|
|
601
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPPasswordBoxWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
617
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPPasswordBoxWidgetViewComponent, never>;
|
|
618
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPPasswordBoxWidgetViewComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
602
619
|
}
|
|
603
620
|
|
|
604
621
|
declare const AXPPasswordBoxWidget: AXPWidgetConfig;
|
|
@@ -607,87 +624,39 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
607
624
|
password: 'password-editor';
|
|
608
625
|
}
|
|
609
626
|
}
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
disabled?: boolean | AXPExpression;
|
|
627
|
+
interface AXPPasswordBoxWidgetDesignerOptions {
|
|
628
|
+
disabled?: boolean;
|
|
613
629
|
hasClearButton?: boolean;
|
|
630
|
+
}
|
|
631
|
+
interface AXPPasswordBoxWidgetViewOptions {
|
|
614
632
|
hasCopyIcon?: boolean;
|
|
615
633
|
hasEyeIcon?: boolean;
|
|
634
|
+
showPassword?: boolean;
|
|
616
635
|
}
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
636
|
+
interface AXPPasswordBoxWidgetEditOptions {
|
|
637
|
+
disabled?: boolean;
|
|
638
|
+
hasClearButton?: boolean;
|
|
639
|
+
}
|
|
640
|
+
interface AXPPasswordBoxWidgetColumnOptions {
|
|
641
|
+
hasEyeIcon?: any;
|
|
642
|
+
showPassword?: any;
|
|
643
|
+
}
|
|
644
|
+
interface AXPPasswordBoxWidgetPrintOptions {
|
|
645
|
+
}
|
|
646
|
+
interface AXPPasswordBoxWidgetOptions {
|
|
647
|
+
designer: AXPPasswordBoxWidgetDesignerOptions;
|
|
648
|
+
view: AXPPasswordBoxWidgetViewOptions;
|
|
649
|
+
edit: AXPPasswordBoxWidgetEditOptions;
|
|
650
|
+
print: AXPPasswordBoxWidgetPrintOptions;
|
|
651
|
+
column: AXPPasswordBoxWidgetColumnOptions;
|
|
626
652
|
}
|
|
627
653
|
|
|
628
|
-
declare class
|
|
629
|
-
protected validationService: AXValidationService;
|
|
630
|
-
protected multiple: Signal<boolean>;
|
|
631
|
-
protected disabled: Signal<boolean>;
|
|
632
|
-
protected clearButton: Signal<boolean>;
|
|
633
|
-
protected hasLabel: Signal<boolean>;
|
|
634
|
-
protected phoneLabels: Signal<string[]>;
|
|
635
|
-
protected internalValue: Signal<{
|
|
636
|
-
value: string;
|
|
637
|
-
label?: string;
|
|
638
|
-
id: string;
|
|
639
|
-
}[]>;
|
|
640
|
-
private getValueAsArrayOfObjects;
|
|
641
|
-
protected handleValueChange(e: AXValueChangedEvent, selectedIndex: number): void;
|
|
642
|
-
protected handleLabelChange(e: AXValueChangedEvent, selectedIndex: number): void;
|
|
643
|
-
protected addItem(): void;
|
|
644
|
-
protected deleteItem(deletedIndex: number): void;
|
|
645
|
-
private get __class();
|
|
646
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPPhoneBoxWidgetEditComponent, never>;
|
|
647
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPPhoneBoxWidgetEditComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
declare class AXPPhoneBoxWidgetFilterComponent extends AXPValueWidgetComponent<any> {
|
|
651
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPPhoneBoxWidgetFilterComponent, never>;
|
|
652
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPPhoneBoxWidgetFilterComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
declare class AXPPhoneBoxWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
656
|
-
protected list: Signal<{
|
|
657
|
-
value: string;
|
|
658
|
-
label: string;
|
|
659
|
-
}[]>;
|
|
660
|
-
protected text: Signal<string>;
|
|
661
|
-
protected multiple: boolean;
|
|
662
|
-
protected hasLabel: boolean;
|
|
663
|
-
protected dot3(text: string): string;
|
|
664
|
-
private extractItem;
|
|
665
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPPhoneBoxWidgetColumnComponent, never>;
|
|
666
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPPhoneBoxWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
declare class AXPPhoneBoxWidgetPrintComponent extends AXPValueWidgetComponent<any> {
|
|
670
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPPhoneBoxWidgetPrintComponent, never>;
|
|
671
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPPhoneBoxWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
declare const AXPPhoneBoxWidget: AXPWidgetConfig;
|
|
675
|
-
declare module '@acorex/platform/layout/builder' {
|
|
676
|
-
interface AXPWidgetTypesMap {
|
|
677
|
-
phone: 'phone-editor';
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
interface AXPPhoneBoxWidgetOptions {
|
|
681
|
-
hasLabel?: boolean;
|
|
682
|
-
multiple?: boolean;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
declare class AXPRichTextWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
654
|
+
declare class AXPRichTextWidgetColumnComponent extends AXPColumnWidgetComponent<string | null | undefined> {
|
|
686
655
|
private popupService;
|
|
687
656
|
private platform;
|
|
688
657
|
protected openPopup(): Promise<void>;
|
|
689
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<
|
|
690
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<
|
|
658
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPRichTextWidgetColumnComponent, never>;
|
|
659
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPRichTextWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
691
660
|
}
|
|
692
661
|
|
|
693
662
|
declare class AXPRichTextWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
|
@@ -714,22 +683,17 @@ declare class AXPRichTextWidgetEditComponent extends AXPValueWidgetComponent<any
|
|
|
714
683
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPRichTextWidgetEditComponent, "axp-rich-text-widget", never, {}, {}, never, never, true, never>;
|
|
715
684
|
}
|
|
716
685
|
|
|
717
|
-
declare class
|
|
718
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<
|
|
719
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<
|
|
686
|
+
declare class AXPRichTextWidgetPrintComponent extends AXPValueWidgetComponent<any> {
|
|
687
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPRichTextWidgetPrintComponent, never>;
|
|
688
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPRichTextWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
720
689
|
}
|
|
721
690
|
|
|
722
|
-
declare class
|
|
691
|
+
declare class AXPRichTextWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
723
692
|
private popupService;
|
|
724
693
|
private platform;
|
|
725
694
|
protected openPopup(): Promise<void>;
|
|
726
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<
|
|
727
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
declare class AXPRichTextWidgetPrintComponent extends AXPValueWidgetComponent<any> {
|
|
731
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPRichTextWidgetPrintComponent, never>;
|
|
732
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPRichTextWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
695
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPRichTextWidgetViewComponent, never>;
|
|
696
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPRichTextWidgetViewComponent, "axp-rich-text-widget", never, {}, {}, never, never, true, never>;
|
|
733
697
|
}
|
|
734
698
|
|
|
735
699
|
declare const AXPRichTextWidget: AXPWidgetConfig;
|
|
@@ -738,9 +702,34 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
738
702
|
richText: 'rich-text-editor';
|
|
739
703
|
}
|
|
740
704
|
}
|
|
741
|
-
interface
|
|
742
|
-
disabled?: boolean | AXPExpression;
|
|
705
|
+
interface AXPRichTextWidgetDesignerOptions {
|
|
743
706
|
placeholder?: string;
|
|
707
|
+
disabled?: boolean;
|
|
708
|
+
multiLanguage?: boolean;
|
|
709
|
+
minLineCount?: number;
|
|
710
|
+
maxLineCount?: number;
|
|
711
|
+
fitLineCount?: boolean;
|
|
712
|
+
}
|
|
713
|
+
interface AXPRichTextWidgetViewOptions {
|
|
714
|
+
}
|
|
715
|
+
interface AXPRichTextWidgetEditOptions {
|
|
716
|
+
placeholder?: string;
|
|
717
|
+
disabled?: boolean;
|
|
718
|
+
multiLanguage?: boolean;
|
|
719
|
+
minLineCount?: number;
|
|
720
|
+
maxLineCount?: number;
|
|
721
|
+
fitLineCount?: boolean;
|
|
722
|
+
}
|
|
723
|
+
interface AXPRichTextWidgetColumnOptions {
|
|
724
|
+
}
|
|
725
|
+
interface AXPRichTextWidgetPrintOptions {
|
|
726
|
+
}
|
|
727
|
+
interface AXPRichTextWidgetOptions {
|
|
728
|
+
designer: AXPRichTextWidgetDesignerOptions;
|
|
729
|
+
view: AXPRichTextWidgetViewOptions;
|
|
730
|
+
edit: AXPRichTextWidgetEditOptions;
|
|
731
|
+
print: AXPRichTextWidgetPrintOptions;
|
|
732
|
+
column: AXPRichTextWidgetColumnOptions;
|
|
744
733
|
}
|
|
745
734
|
|
|
746
735
|
declare class AXPSelectBoxWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
@@ -816,27 +805,55 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
816
805
|
select: 'select-editor';
|
|
817
806
|
}
|
|
818
807
|
}
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
disabled?: boolean
|
|
808
|
+
interface AXPSelectBoxWidgetDesignerOptions {
|
|
809
|
+
multiple?: boolean;
|
|
810
|
+
disabled?: boolean;
|
|
811
|
+
readonly?: boolean;
|
|
822
812
|
placeholder?: string;
|
|
813
|
+
hasClearButton?: boolean;
|
|
814
|
+
allowSearch?: boolean;
|
|
815
|
+
filter?: AXDataSourceFilterOption;
|
|
816
|
+
expose?: any;
|
|
817
|
+
}
|
|
818
|
+
interface AXPSelectBoxWidgetViewOptions {
|
|
819
|
+
badgeClass?: string;
|
|
820
|
+
}
|
|
821
|
+
interface AXPSelectBoxWidgetEditOptions {
|
|
823
822
|
multiple?: boolean;
|
|
823
|
+
disabled?: boolean;
|
|
824
|
+
readonly?: boolean;
|
|
825
|
+
placeholder?: string;
|
|
824
826
|
hasClearButton?: boolean;
|
|
825
827
|
allowSearch?: boolean;
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
828
|
+
filter?: AXDataSourceFilterOption;
|
|
829
|
+
expose?: any;
|
|
830
|
+
}
|
|
831
|
+
interface AXPSelectBoxWidgetColumnOptions {
|
|
832
|
+
valueField?: any;
|
|
833
|
+
textField?: any;
|
|
834
|
+
badgeClass?: any;
|
|
835
|
+
}
|
|
836
|
+
interface AXPSelectBoxWidgetPrintOptions {
|
|
837
|
+
}
|
|
838
|
+
interface AXPSelectBoxWidgetOptions {
|
|
839
|
+
designer: AXPSelectBoxWidgetDesignerOptions;
|
|
840
|
+
view: AXPSelectBoxWidgetViewOptions;
|
|
841
|
+
edit: AXPSelectBoxWidgetEditOptions;
|
|
842
|
+
print: AXPSelectBoxWidgetPrintOptions;
|
|
843
|
+
column: AXPSelectBoxWidgetColumnOptions;
|
|
829
844
|
}
|
|
830
845
|
|
|
831
|
-
declare class
|
|
832
|
-
protected
|
|
833
|
-
protected
|
|
834
|
-
protected
|
|
835
|
-
protected
|
|
836
|
-
protected
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
846
|
+
declare class AXPSelectionListWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
847
|
+
protected valueField: string;
|
|
848
|
+
protected textField: string;
|
|
849
|
+
protected items: any[];
|
|
850
|
+
protected multiple: boolean;
|
|
851
|
+
protected imageMode: boolean;
|
|
852
|
+
protected selectedItemIds: Signal<string[]>;
|
|
853
|
+
protected selectedItems: Signal<any[]>;
|
|
854
|
+
protected firstItem: Signal<any>;
|
|
855
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPSelectionListWidgetColumnComponent, never>;
|
|
856
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPSelectionListWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
840
857
|
}
|
|
841
858
|
|
|
842
859
|
declare class AXPSelectionListWidgetDesignerComponent extends AXPDataListWidgetComponent {
|
|
@@ -868,42 +885,64 @@ declare class AXPSelectionListWidgetEditComponent extends AXPDataListWidgetCompo
|
|
|
868
885
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPSelectionListWidgetEditComponent, "axp-selection-list-widget-edit", never, {}, {}, never, never, true, never>;
|
|
869
886
|
}
|
|
870
887
|
|
|
871
|
-
declare class AXPSelectionListWidgetFilterComponent extends AXPValueWidgetComponent<any> {
|
|
872
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPSelectionListWidgetFilterComponent, never>;
|
|
873
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPSelectionListWidgetFilterComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
declare class AXPSelectionListWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
877
|
-
protected valueField: string;
|
|
878
|
-
protected textField: string;
|
|
879
|
-
protected items: any[];
|
|
880
|
-
protected multiple: boolean;
|
|
881
|
-
protected imageMode: boolean;
|
|
882
|
-
protected selectedItemIds: Signal<string[]>;
|
|
883
|
-
protected selectedItems: Signal<any[]>;
|
|
884
|
-
protected firstItem: Signal<any>;
|
|
885
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPSelectionListWidgetColumnComponent, never>;
|
|
886
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPSelectionListWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
887
|
-
}
|
|
888
|
-
|
|
889
888
|
declare class AXPSelectionListWidgetPrintComponent extends AXPValueWidgetComponent<any> {
|
|
890
889
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPSelectionListWidgetPrintComponent, never>;
|
|
891
890
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPSelectionListWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
892
891
|
}
|
|
893
892
|
|
|
893
|
+
declare class AXPSelectionListWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
894
|
+
protected items: _angular_core.Signal<any[]>;
|
|
895
|
+
protected valueField: _angular_core.Signal<string>;
|
|
896
|
+
protected textField: _angular_core.Signal<string>;
|
|
897
|
+
protected imageMode: _angular_core.Signal<boolean>;
|
|
898
|
+
protected internalValue: _angular_core.Signal<any[]>;
|
|
899
|
+
private get __class();
|
|
900
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPSelectionListWidgetViewComponent, never>;
|
|
901
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPSelectionListWidgetViewComponent, "axp-selection-list-widget-view", never, {}, {}, never, never, true, never>;
|
|
902
|
+
}
|
|
903
|
+
|
|
894
904
|
declare const AXPSelectionListWidget: AXPWidgetConfig;
|
|
895
905
|
declare module '@acorex/platform/layout/builder' {
|
|
896
906
|
interface AXPWidgetTypesMap {
|
|
897
907
|
selectionList: 'selection-list-editor';
|
|
898
908
|
}
|
|
899
909
|
}
|
|
900
|
-
|
|
901
|
-
interface AXPSelectionListWidgetOptions {
|
|
902
|
-
disabled?: boolean | AXPExpression;
|
|
903
|
-
readonly?: boolean | AXPExpression;
|
|
910
|
+
interface AXPSelectionListWidgetDesignerOptions {
|
|
904
911
|
multiple?: boolean;
|
|
905
|
-
direction?:
|
|
906
|
-
|
|
912
|
+
direction?: AXDirection;
|
|
913
|
+
disabled?: boolean;
|
|
914
|
+
readonly?: boolean;
|
|
915
|
+
}
|
|
916
|
+
interface AXPSelectionListWidgetViewOptions {
|
|
917
|
+
items?: any;
|
|
918
|
+
valueField?: string;
|
|
919
|
+
textField?: string;
|
|
920
|
+
imageMode?: boolean;
|
|
921
|
+
}
|
|
922
|
+
interface AXPSelectionListWidgetEditOptions {
|
|
923
|
+
multiple?: boolean;
|
|
924
|
+
direction?: AXDirection;
|
|
925
|
+
disabled?: boolean;
|
|
926
|
+
readonly?: boolean;
|
|
927
|
+
look?: AXSelectionListLook;
|
|
928
|
+
showControl?: boolean;
|
|
929
|
+
imageMode?: boolean;
|
|
930
|
+
}
|
|
931
|
+
interface AXPSelectionListWidgetColumnOptions {
|
|
932
|
+
valueField?: any;
|
|
933
|
+
textField?: any;
|
|
934
|
+
items?: any;
|
|
935
|
+
multiple?: any;
|
|
936
|
+
imageMode?: any;
|
|
937
|
+
}
|
|
938
|
+
interface AXPSelectionListWidgetPrintOptions {
|
|
939
|
+
}
|
|
940
|
+
interface AXPSelectionListWidgetOptions {
|
|
941
|
+
designer: AXPSelectionListWidgetDesignerOptions;
|
|
942
|
+
view: AXPSelectionListWidgetViewOptions;
|
|
943
|
+
edit: AXPSelectionListWidgetEditOptions;
|
|
944
|
+
print: AXPSelectionListWidgetPrintOptions;
|
|
945
|
+
column: AXPSelectionListWidgetColumnOptions;
|
|
907
946
|
}
|
|
908
947
|
|
|
909
948
|
declare class AXPTemplateBoxWidgetColumnComponent extends AXPValueWidgetComponent<any> implements OnInit {
|
|
@@ -938,11 +977,6 @@ declare class AXPTemplateBoxWidgetEditComponent extends AXPValueWidgetComponent<
|
|
|
938
977
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTemplateBoxWidgetEditComponent, "axp-template-box-widget", never, { "disabled": { "alias": "disabled"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; }, {}, never, never, true, never>;
|
|
939
978
|
}
|
|
940
979
|
|
|
941
|
-
declare class AXPTemplateBoxWidgetFilterComponent extends AXPValueWidgetComponent<string> {
|
|
942
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPTemplateBoxWidgetFilterComponent, never>;
|
|
943
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTemplateBoxWidgetFilterComponent, "axp-template-box-widget-filter", never, {}, {}, never, never, true, never>;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
980
|
declare class AXPTemplateBoxWidgetPrintComponent extends AXPValueWidgetComponent<any> implements OnInit {
|
|
947
981
|
private translationService;
|
|
948
982
|
protected displayText: _angular_core.WritableSignal<string>;
|
|
@@ -966,17 +1000,33 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
966
1000
|
templateEditor: 'template-box-editor';
|
|
967
1001
|
}
|
|
968
1002
|
}
|
|
969
|
-
interface
|
|
1003
|
+
interface AXPTemplateBoxWidgetDesignerOptions {
|
|
970
1004
|
disabled?: boolean;
|
|
1005
|
+
clearButton?: boolean;
|
|
971
1006
|
placeholder?: string;
|
|
972
|
-
|
|
1007
|
+
}
|
|
1008
|
+
interface AXPTemplateBoxWidgetViewOptions {
|
|
1009
|
+
}
|
|
1010
|
+
interface AXPTemplateBoxWidgetEditOptions {
|
|
1011
|
+
disabled?: boolean;
|
|
1012
|
+
clearButton?: boolean;
|
|
1013
|
+
placeholder?: string;
|
|
1014
|
+
}
|
|
1015
|
+
interface AXPTemplateBoxWidgetColumnOptions {
|
|
1016
|
+
}
|
|
1017
|
+
interface AXPTemplateBoxWidgetPrintOptions {
|
|
1018
|
+
}
|
|
1019
|
+
interface AXPTemplateBoxWidgetOptions {
|
|
1020
|
+
designer: AXPTemplateBoxWidgetDesignerOptions;
|
|
1021
|
+
view: AXPTemplateBoxWidgetViewOptions;
|
|
1022
|
+
edit: AXPTemplateBoxWidgetEditOptions;
|
|
1023
|
+
print: AXPTemplateBoxWidgetPrintOptions;
|
|
1024
|
+
column: AXPTemplateBoxWidgetColumnOptions;
|
|
973
1025
|
}
|
|
974
1026
|
|
|
975
|
-
declare class
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPTextBoxWidgetViewComponent, never>;
|
|
979
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTextBoxWidgetViewComponent, "axp-text-box-widget", never, {}, {}, never, never, true, never>;
|
|
1027
|
+
declare class AXPTextBoxWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
1028
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPTextBoxWidgetColumnComponent, never>;
|
|
1029
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTextBoxWidgetColumnComponent, "axp-text-box-widget-column", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
980
1030
|
}
|
|
981
1031
|
|
|
982
1032
|
declare class AXPTextBoxWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
|
@@ -1004,42 +1054,61 @@ declare class AXPTextBoxWidgetEditComponent extends AXPValueWidgetComponent<any>
|
|
|
1004
1054
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTextBoxWidgetEditComponent, "axp-text-box-widget", never, {}, {}, never, never, true, never>;
|
|
1005
1055
|
}
|
|
1006
1056
|
|
|
1007
|
-
declare class AXPTextBoxWidgetFilterComponent extends AXPValueWidgetComponent<any> {
|
|
1008
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPTextBoxWidgetFilterComponent, never>;
|
|
1009
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTextBoxWidgetFilterComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
declare class AXPTextBoxWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
1013
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPTextBoxWidgetColumnComponent, never>;
|
|
1014
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTextBoxWidgetColumnComponent, "axp-text-box-widget-column", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
1057
|
declare class AXPTextBoxWidgetPrintComponent extends AXPValueWidgetComponent<any> {
|
|
1018
1058
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPTextBoxWidgetPrintComponent, never>;
|
|
1019
1059
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTextBoxWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
1020
1060
|
}
|
|
1021
1061
|
|
|
1062
|
+
declare class AXPTextBoxWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
1063
|
+
protected internalValue: _angular_core.Signal<any>;
|
|
1064
|
+
protected multiple: _angular_core.Signal<boolean>;
|
|
1065
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPTextBoxWidgetViewComponent, never>;
|
|
1066
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTextBoxWidgetViewComponent, "axp-text-box-widget", never, {}, {}, never, never, true, never>;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1022
1069
|
declare const AXPTextBoxWidget: AXPWidgetConfig;
|
|
1023
1070
|
declare module '@acorex/platform/layout/builder' {
|
|
1024
1071
|
interface AXPWidgetTypesMap {
|
|
1025
1072
|
text: 'text-editor';
|
|
1026
1073
|
}
|
|
1027
1074
|
}
|
|
1028
|
-
interface
|
|
1029
|
-
|
|
1030
|
-
|
|
1075
|
+
interface AXPTextBoxWidgetDesignerOptions {
|
|
1076
|
+
multiple?: boolean;
|
|
1077
|
+
multiLanguage?: boolean;
|
|
1078
|
+
hasClearButton?: boolean;
|
|
1079
|
+
disabled?: boolean;
|
|
1080
|
+
readonly?: boolean;
|
|
1081
|
+
placeholder?: string;
|
|
1082
|
+
}
|
|
1083
|
+
interface AXPTextBoxWidgetViewOptions {
|
|
1084
|
+
multiple?: boolean;
|
|
1085
|
+
}
|
|
1086
|
+
interface AXPTextBoxWidgetEditOptions {
|
|
1087
|
+
multiple?: boolean;
|
|
1088
|
+
multiLanguage?: boolean;
|
|
1031
1089
|
hasClearButton?: boolean;
|
|
1090
|
+
disabled?: boolean;
|
|
1091
|
+
readonly?: boolean;
|
|
1032
1092
|
placeholder?: string;
|
|
1033
|
-
|
|
1093
|
+
}
|
|
1094
|
+
interface AXPTextBoxWidgetColumnOptions {
|
|
1095
|
+
}
|
|
1096
|
+
interface AXPTextBoxWidgetPrintOptions {
|
|
1097
|
+
}
|
|
1098
|
+
interface AXPTextBoxWidgetOptions {
|
|
1099
|
+
designer: AXPTextBoxWidgetDesignerOptions;
|
|
1100
|
+
view: AXPTextBoxWidgetViewOptions;
|
|
1101
|
+
edit: AXPTextBoxWidgetEditOptions;
|
|
1102
|
+
print: AXPTextBoxWidgetPrintOptions;
|
|
1103
|
+
column: AXPTextBoxWidgetColumnOptions;
|
|
1034
1104
|
}
|
|
1035
1105
|
|
|
1036
|
-
declare class
|
|
1037
|
-
protected negative:
|
|
1038
|
-
protected
|
|
1039
|
-
protected
|
|
1040
|
-
|
|
1041
|
-
static
|
|
1042
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPToggleWidgetViewComponent, "axp-switch-widget-view", never, {}, {}, never, never, true, never>;
|
|
1106
|
+
declare class AXPToggleWidgetColumnComponent extends AXPColumnWidgetComponent<boolean | null | undefined> {
|
|
1107
|
+
protected negative: boolean;
|
|
1108
|
+
protected trulyText: string;
|
|
1109
|
+
protected falsyText: string;
|
|
1110
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPToggleWidgetColumnComponent, never>;
|
|
1111
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPToggleWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
1043
1112
|
}
|
|
1044
1113
|
|
|
1045
1114
|
declare class AXPToggleWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
|
@@ -1052,35 +1121,57 @@ declare class AXPToggleWidgetEditComponent extends AXPValueWidgetComponent<any>
|
|
|
1052
1121
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPToggleWidgetEditComponent, "axp-switch-widget-edit", never, {}, {}, never, never, true, never>;
|
|
1053
1122
|
}
|
|
1054
1123
|
|
|
1055
|
-
declare class AXPToggleWidgetFilterComponent extends AXPValueWidgetComponent<any> {
|
|
1056
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPToggleWidgetFilterComponent, never>;
|
|
1057
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPToggleWidgetFilterComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
declare class AXPToggleWidgetColumnComponent extends AXPColumnWidgetComponent<boolean | null | undefined> {
|
|
1061
|
-
protected negative: boolean;
|
|
1062
|
-
protected trulyText: string;
|
|
1063
|
-
protected falsyText: string;
|
|
1064
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPToggleWidgetColumnComponent, never>;
|
|
1065
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPToggleWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
1124
|
declare class AXPToggleWidgetPrintComponent extends AXPValueWidgetComponent<any> {
|
|
1069
1125
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPToggleWidgetPrintComponent, never>;
|
|
1070
1126
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPToggleWidgetPrintComponent, "axp-swith-widget-print", never, {}, {}, never, never, true, never>;
|
|
1071
1127
|
}
|
|
1072
1128
|
|
|
1129
|
+
declare class AXPToggleWidgetViewComponent extends AXPValueWidgetComponent<boolean | null | undefined> {
|
|
1130
|
+
protected negative: _angular_core.Signal<boolean>;
|
|
1131
|
+
protected falsyText: _angular_core.Signal<string>;
|
|
1132
|
+
protected trulyText: _angular_core.Signal<string>;
|
|
1133
|
+
protected nullText: _angular_core.Signal<string>;
|
|
1134
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPToggleWidgetViewComponent, never>;
|
|
1135
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPToggleWidgetViewComponent, "axp-switch-widget-view", never, {}, {}, never, never, true, never>;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1073
1138
|
declare const AXPToggleWidget: AXPWidgetConfig;
|
|
1074
1139
|
declare module '@acorex/platform/layout/builder' {
|
|
1075
1140
|
interface AXPWidgetTypesMap {
|
|
1076
1141
|
toggle: 'toggle-editor';
|
|
1077
1142
|
}
|
|
1078
1143
|
}
|
|
1079
|
-
interface
|
|
1144
|
+
interface AXPToggleWidgetDesignerOptions {
|
|
1145
|
+
disabled?: boolean;
|
|
1146
|
+
readonly?: boolean;
|
|
1147
|
+
label?: string;
|
|
1148
|
+
color?: AXStyleColorType;
|
|
1149
|
+
}
|
|
1150
|
+
interface AXPToggleWidgetViewOptions {
|
|
1151
|
+
negative?: boolean;
|
|
1152
|
+
falsyText?: string;
|
|
1153
|
+
trulyText?: string;
|
|
1154
|
+
nullText?: string;
|
|
1155
|
+
}
|
|
1156
|
+
interface AXPToggleWidgetEditOptions {
|
|
1080
1157
|
disabled?: boolean;
|
|
1158
|
+
readonly?: boolean;
|
|
1159
|
+
label?: string;
|
|
1081
1160
|
color?: AXStyleColorType;
|
|
1082
|
-
|
|
1083
|
-
|
|
1161
|
+
}
|
|
1162
|
+
interface AXPToggleWidgetColumnOptions {
|
|
1163
|
+
negative?: boolean;
|
|
1164
|
+
trulyText?: string;
|
|
1165
|
+
falsyText?: string;
|
|
1166
|
+
}
|
|
1167
|
+
interface AXPToggleWidgetPrintOptions {
|
|
1168
|
+
}
|
|
1169
|
+
interface AXPToggleWidgetOptions {
|
|
1170
|
+
designer: AXPToggleWidgetDesignerOptions;
|
|
1171
|
+
view: AXPToggleWidgetViewOptions;
|
|
1172
|
+
edit: AXPToggleWidgetEditOptions;
|
|
1173
|
+
print: AXPToggleWidgetPrintOptions;
|
|
1174
|
+
column: AXPToggleWidgetColumnOptions;
|
|
1084
1175
|
}
|
|
1085
1176
|
|
|
1086
1177
|
declare class AXPAvatarWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
@@ -1121,6 +1212,25 @@ declare class AXPAvatarWidgetDesignerComponent extends AXPValueWidgetComponent<a
|
|
|
1121
1212
|
}
|
|
1122
1213
|
|
|
1123
1214
|
declare const AXPAvatarWidget: AXPWidgetConfig;
|
|
1215
|
+
interface AXPAvatarWidgetDesignerOptions {
|
|
1216
|
+
}
|
|
1217
|
+
interface AXPAvatarWidgetViewOptions {
|
|
1218
|
+
}
|
|
1219
|
+
interface AXPAvatarWidgetEditOptions {
|
|
1220
|
+
refId?: string;
|
|
1221
|
+
refType?: string;
|
|
1222
|
+
}
|
|
1223
|
+
interface AXPAvatarWidgetColumnOptions {
|
|
1224
|
+
}
|
|
1225
|
+
interface AXPAvatarWidgetPrintOptions {
|
|
1226
|
+
}
|
|
1227
|
+
interface AXPAvatarWidgetOptions {
|
|
1228
|
+
designer: AXPAvatarWidgetDesignerOptions;
|
|
1229
|
+
view: AXPAvatarWidgetViewOptions;
|
|
1230
|
+
edit: AXPAvatarWidgetEditOptions;
|
|
1231
|
+
print: AXPAvatarWidgetPrintOptions;
|
|
1232
|
+
column: AXPAvatarWidgetColumnOptions;
|
|
1233
|
+
}
|
|
1124
1234
|
declare module '@acorex/platform/layout/builder' {
|
|
1125
1235
|
interface AXPWidgetTypesMap {
|
|
1126
1236
|
avatar: 'avatar';
|
|
@@ -1204,6 +1314,43 @@ declare class AXPFileUploaderWidgetViewComponent extends AXPValueWidgetComponent
|
|
|
1204
1314
|
}
|
|
1205
1315
|
|
|
1206
1316
|
declare const AXPFileUploaderWidget: AXPWidgetConfig;
|
|
1317
|
+
interface AXPFileUploaderWidgetDesignerOptions {
|
|
1318
|
+
multiple?: boolean;
|
|
1319
|
+
accept?: string;
|
|
1320
|
+
plugins?: {
|
|
1321
|
+
name: string;
|
|
1322
|
+
options?: unknown;
|
|
1323
|
+
}[];
|
|
1324
|
+
excludePlugins?: string[];
|
|
1325
|
+
readonly?: boolean;
|
|
1326
|
+
fileEditable?: boolean;
|
|
1327
|
+
maxFileSize?: number;
|
|
1328
|
+
}
|
|
1329
|
+
interface AXPFileUploaderWidgetViewOptions {
|
|
1330
|
+
}
|
|
1331
|
+
interface AXPFileUploaderWidgetEditOptions {
|
|
1332
|
+
multiple?: boolean;
|
|
1333
|
+
accept?: string;
|
|
1334
|
+
plugins?: {
|
|
1335
|
+
name: string;
|
|
1336
|
+
options?: unknown;
|
|
1337
|
+
}[];
|
|
1338
|
+
excludePlugins?: string[];
|
|
1339
|
+
readonly?: boolean;
|
|
1340
|
+
fileEditable?: boolean;
|
|
1341
|
+
maxFileSize?: number;
|
|
1342
|
+
}
|
|
1343
|
+
interface AXPFileUploaderWidgetColumnOptions {
|
|
1344
|
+
}
|
|
1345
|
+
interface AXPFileUploaderWidgetPrintOptions {
|
|
1346
|
+
}
|
|
1347
|
+
interface AXPFileUploaderWidgetOptions {
|
|
1348
|
+
designer: AXPFileUploaderWidgetDesignerOptions;
|
|
1349
|
+
view: AXPFileUploaderWidgetViewOptions;
|
|
1350
|
+
edit: AXPFileUploaderWidgetEditOptions;
|
|
1351
|
+
print: AXPFileUploaderWidgetPrintOptions;
|
|
1352
|
+
column: AXPFileUploaderWidgetColumnOptions;
|
|
1353
|
+
}
|
|
1207
1354
|
declare module '@acorex/platform/layout/builder' {
|
|
1208
1355
|
interface AXPWidgetTypesMap {
|
|
1209
1356
|
fileUploader: 'file-uploader';
|
|
@@ -1338,13 +1485,36 @@ declare class AXPGalleryWidgetViewComponent extends AXPValueWidgetComponent<any>
|
|
|
1338
1485
|
}
|
|
1339
1486
|
|
|
1340
1487
|
declare const AXPGalleryWidget: AXPWidgetConfig;
|
|
1488
|
+
interface AXPGalleryWidgetDesignerOptions {
|
|
1489
|
+
thumbnail?: boolean;
|
|
1490
|
+
header?: boolean;
|
|
1491
|
+
fileInfo?: boolean;
|
|
1492
|
+
fullScreenButton?: boolean;
|
|
1493
|
+
}
|
|
1494
|
+
interface AXPGalleryWidgetViewOptions {
|
|
1495
|
+
multiple?: boolean;
|
|
1496
|
+
}
|
|
1497
|
+
interface AXPGalleryWidgetEditOptions {
|
|
1498
|
+
thumbnail?: boolean;
|
|
1499
|
+
header?: boolean;
|
|
1500
|
+
fileInfo?: boolean;
|
|
1501
|
+
fullScreenButton?: boolean;
|
|
1502
|
+
}
|
|
1503
|
+
interface AXPGalleryWidgetPrintOptions {
|
|
1504
|
+
}
|
|
1505
|
+
interface AXPGalleryWidgetOptions {
|
|
1506
|
+
designer: AXPGalleryWidgetDesignerOptions;
|
|
1507
|
+
view: AXPGalleryWidgetViewOptions;
|
|
1508
|
+
edit: AXPGalleryWidgetEditOptions;
|
|
1509
|
+
print: AXPGalleryWidgetPrintOptions;
|
|
1510
|
+
}
|
|
1341
1511
|
declare module '@acorex/platform/layout/builder' {
|
|
1342
1512
|
interface AXPWidgetTypesMap {
|
|
1343
1513
|
gallery: 'gallery';
|
|
1344
1514
|
}
|
|
1345
1515
|
}
|
|
1346
1516
|
|
|
1347
|
-
interface
|
|
1517
|
+
interface AXPImageMarkerWidgetComponentOptions {
|
|
1348
1518
|
width?: string;
|
|
1349
1519
|
image?: string | URL | Blob | ArrayBuffer;
|
|
1350
1520
|
radius?: number;
|
|
@@ -1422,7 +1592,42 @@ declare class AXPImageMarkerWidgetViewComponent extends AXPValueWidgetComponent<
|
|
|
1422
1592
|
}
|
|
1423
1593
|
|
|
1424
1594
|
declare const AXPImageMarkerWidget: AXPWidgetConfig;
|
|
1425
|
-
|
|
1595
|
+
interface AXPImageMarkerWidgetViewOptions {
|
|
1596
|
+
width?: string;
|
|
1597
|
+
radius?: number;
|
|
1598
|
+
color?: string;
|
|
1599
|
+
image?: string | URL | Blob | ArrayBuffer | null | undefined;
|
|
1600
|
+
}
|
|
1601
|
+
interface AXPImageMarkerWidgetEditOptions {
|
|
1602
|
+
width?: string;
|
|
1603
|
+
radius?: number;
|
|
1604
|
+
color?: string;
|
|
1605
|
+
showGrid?: boolean;
|
|
1606
|
+
gridColor?: string;
|
|
1607
|
+
gridX?: number;
|
|
1608
|
+
gridY?: number;
|
|
1609
|
+
image?: string | URL | Blob | ArrayBuffer | null | undefined;
|
|
1610
|
+
}
|
|
1611
|
+
interface AXPImageMarkerWidgetDesignerOptions {
|
|
1612
|
+
width?: string;
|
|
1613
|
+
radius?: number;
|
|
1614
|
+
color?: string;
|
|
1615
|
+
showGrid?: boolean;
|
|
1616
|
+
gridColor?: string;
|
|
1617
|
+
gridX?: number;
|
|
1618
|
+
gridY?: number;
|
|
1619
|
+
image?: string | URL | Blob | ArrayBuffer | null | undefined;
|
|
1620
|
+
}
|
|
1621
|
+
interface AXPImageMarkerWidgetColumnOptions {
|
|
1622
|
+
image?: string | URL | Blob | ArrayBuffer | null | undefined;
|
|
1623
|
+
}
|
|
1624
|
+
interface AXPImageMarkerWidgetOptions {
|
|
1625
|
+
view: AXPImageMarkerWidgetViewOptions;
|
|
1626
|
+
edit: AXPImageMarkerWidgetEditOptions;
|
|
1627
|
+
designer: AXPImageMarkerWidgetDesignerOptions;
|
|
1628
|
+
column: AXPImageMarkerWidgetColumnOptions;
|
|
1629
|
+
}
|
|
1630
|
+
declare module '@acorex/platform/layout/builder' {
|
|
1426
1631
|
interface AXPWidgetTypesMap {
|
|
1427
1632
|
imageMarker: 'image-marker';
|
|
1428
1633
|
}
|
|
@@ -1448,7 +1653,7 @@ interface AXPListWidgetRowCommand {
|
|
|
1448
1653
|
disabled?: boolean | string;
|
|
1449
1654
|
hidden?: boolean | string;
|
|
1450
1655
|
}
|
|
1451
|
-
interface
|
|
1656
|
+
interface AXPListWidgetComponentOptions {
|
|
1452
1657
|
dataSource: AXDataSource;
|
|
1453
1658
|
columns: AXPListWidgetColumn[];
|
|
1454
1659
|
primaryCommands?: AXPListWidgetRowCommand[];
|
|
@@ -1516,6 +1721,36 @@ declare class AXPListWidgetViewComponent extends AXPValueWidgetComponent<any[]>
|
|
|
1516
1721
|
}
|
|
1517
1722
|
|
|
1518
1723
|
declare const AXPListWidget: AXPWidgetConfig;
|
|
1724
|
+
interface AXPListWidgetViewOptions {
|
|
1725
|
+
dataSource?: AXDataSource;
|
|
1726
|
+
columns?: AXPListWidgetColumn[];
|
|
1727
|
+
primaryCommands?: AXPListWidgetRowCommand[];
|
|
1728
|
+
secondaryCommands?: AXPListWidgetRowCommand[];
|
|
1729
|
+
showIndex?: boolean;
|
|
1730
|
+
allowSelection?: boolean;
|
|
1731
|
+
paging?: boolean;
|
|
1732
|
+
showHeader?: boolean;
|
|
1733
|
+
showFooter?: boolean;
|
|
1734
|
+
fixHeader?: boolean;
|
|
1735
|
+
fixFooter?: boolean;
|
|
1736
|
+
fetchDataMode?: 'auto' | 'manual';
|
|
1737
|
+
minHeight?: string;
|
|
1738
|
+
parentField?: string;
|
|
1739
|
+
onRowClick?: (row: any) => void | string;
|
|
1740
|
+
onRowDoubleClick?: (row: any) => void | string;
|
|
1741
|
+
onSelectionChange?: (selectedRows: any[]) => void | string;
|
|
1742
|
+
onRowCommand?: (command: AXRowCommandItemClickEvent, selectedRows: any[]) => Promise<void> | string;
|
|
1743
|
+
loading?: {
|
|
1744
|
+
enabled?: boolean;
|
|
1745
|
+
animation?: boolean;
|
|
1746
|
+
};
|
|
1747
|
+
}
|
|
1748
|
+
interface AXPListWidgetEditOptions extends AXPListWidgetViewOptions {
|
|
1749
|
+
}
|
|
1750
|
+
interface AXPListWidgetOptions {
|
|
1751
|
+
view: AXPListWidgetViewOptions;
|
|
1752
|
+
edit: AXPListWidgetEditOptions;
|
|
1753
|
+
}
|
|
1519
1754
|
|
|
1520
1755
|
declare class AXPMapBoxWidgetViewComponent extends AXPValueWidgetComponent<AXMapData | undefined> {
|
|
1521
1756
|
markers: _angular_core.Signal<_acorex_components_map.AXMapMarker[]>;
|
|
@@ -1551,6 +1786,35 @@ declare class AXPMapBoxWidgetEditComponent extends AXPValueWidgetComponent<AXMap
|
|
|
1551
1786
|
}
|
|
1552
1787
|
|
|
1553
1788
|
declare const AXPMapBoxWidget: AXPWidgetConfig;
|
|
1789
|
+
interface AXPMapBoxWidgetViewOptions {
|
|
1790
|
+
height?: number;
|
|
1791
|
+
zoomLevel?: number;
|
|
1792
|
+
latitude?: number;
|
|
1793
|
+
longitude?: number;
|
|
1794
|
+
}
|
|
1795
|
+
interface AXPMapBoxWidgetEditOptions {
|
|
1796
|
+
hasDraw?: boolean;
|
|
1797
|
+
hasLocate?: boolean;
|
|
1798
|
+
maxMarker?: number;
|
|
1799
|
+
maxPolygon?: number;
|
|
1800
|
+
zoomLevel?: number;
|
|
1801
|
+
latitude?: number;
|
|
1802
|
+
longitude?: number;
|
|
1803
|
+
height?: number;
|
|
1804
|
+
fitToDraw?: boolean;
|
|
1805
|
+
limitDraw?: AXMapPolygon[];
|
|
1806
|
+
pois?: AXPoiMarker[];
|
|
1807
|
+
}
|
|
1808
|
+
interface AXPMapBoxWidgetPrintOptions extends AXPMapBoxWidgetViewOptions {
|
|
1809
|
+
}
|
|
1810
|
+
interface AXPMapBoxWidgetDesignerOptions extends AXPMapBoxWidgetEditOptions {
|
|
1811
|
+
}
|
|
1812
|
+
interface AXPMapBoxWidgetOptions {
|
|
1813
|
+
view: AXPMapBoxWidgetViewOptions;
|
|
1814
|
+
edit: AXPMapBoxWidgetEditOptions;
|
|
1815
|
+
print: AXPMapBoxWidgetPrintOptions;
|
|
1816
|
+
designer: AXPMapBoxWidgetDesignerOptions;
|
|
1817
|
+
}
|
|
1554
1818
|
declare module '@acorex/platform/layout/builder' {
|
|
1555
1819
|
interface AXPWidgetTypesMap {
|
|
1556
1820
|
map: 'map';
|
|
@@ -1600,6 +1864,28 @@ declare class AXPSignatureWidgetViewComponent extends AXPValueWidgetComponent<an
|
|
|
1600
1864
|
}
|
|
1601
1865
|
|
|
1602
1866
|
declare const AXPSignatureWidget: AXPWidgetConfig;
|
|
1867
|
+
interface AXPSignatureWidgetViewOptions {
|
|
1868
|
+
placeholder?: string;
|
|
1869
|
+
}
|
|
1870
|
+
interface AXPSignatureWidgetEditOptions {
|
|
1871
|
+
disabled?: boolean;
|
|
1872
|
+
placeholder?: string;
|
|
1873
|
+
}
|
|
1874
|
+
interface AXPSignatureWidgetDesignerOptions {
|
|
1875
|
+
disabled?: boolean;
|
|
1876
|
+
placeholder?: string;
|
|
1877
|
+
}
|
|
1878
|
+
interface AXPSignatureWidgetColumnOptions {
|
|
1879
|
+
}
|
|
1880
|
+
interface AXPSignatureWidgetPrintOptions {
|
|
1881
|
+
}
|
|
1882
|
+
interface AXPSignatureWidgetOptions {
|
|
1883
|
+
view: AXPSignatureWidgetViewOptions;
|
|
1884
|
+
edit: AXPSignatureWidgetEditOptions;
|
|
1885
|
+
designer: AXPSignatureWidgetDesignerOptions;
|
|
1886
|
+
column: AXPSignatureWidgetColumnOptions;
|
|
1887
|
+
print: AXPSignatureWidgetPrintOptions;
|
|
1888
|
+
}
|
|
1603
1889
|
declare module '@acorex/platform/layout/builder' {
|
|
1604
1890
|
interface AXPWidgetTypesMap {
|
|
1605
1891
|
signature: 'signature';
|
|
@@ -1614,8 +1900,8 @@ declare class AXPAdvancedGridWidgetDesignerComponent extends AXPLayoutBaseWidget
|
|
|
1614
1900
|
gridOptions: AXGridLayoutOptions;
|
|
1615
1901
|
protected cols: _angular_core.Signal<number>;
|
|
1616
1902
|
protected rows: _angular_core.Signal<number>;
|
|
1617
|
-
protected align: _angular_core.Signal<"
|
|
1618
|
-
protected justify: _angular_core.Signal<"
|
|
1903
|
+
protected align: _angular_core.Signal<"center" | "start" | "end" | "stretch">;
|
|
1904
|
+
protected justify: _angular_core.Signal<"center" | "start" | "end" | "stretch">;
|
|
1619
1905
|
protected gap: _angular_core.Signal<string>;
|
|
1620
1906
|
protected cells: _angular_core.Signal<number>;
|
|
1621
1907
|
effect2: _angular_core.EffectRef;
|
|
@@ -1642,8 +1928,8 @@ declare class AXPAdvancedGridWidgetViewComponent extends AXPValueWidgetComponent
|
|
|
1642
1928
|
gridOptions: AXGridLayoutOptions;
|
|
1643
1929
|
itemsCount: _angular_core.Signal<number>;
|
|
1644
1930
|
columns: _angular_core.Signal<number>;
|
|
1645
|
-
justifyItems: _angular_core.Signal<"
|
|
1646
|
-
alignItems: _angular_core.Signal<"
|
|
1931
|
+
justifyItems: _angular_core.Signal<"center" | "start" | "end" | "stretch">;
|
|
1932
|
+
alignItems: _angular_core.Signal<"center" | "start" | "end" | "stretch">;
|
|
1647
1933
|
private get __class();
|
|
1648
1934
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPAdvancedGridWidgetViewComponent, never>;
|
|
1649
1935
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPAdvancedGridWidgetViewComponent, "axp-advanced-grid-layout-widget", never, {}, {}, never, never, true, never>;
|
|
@@ -1655,7 +1941,37 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
1655
1941
|
advancedGrid: 'advanced-grid-layout';
|
|
1656
1942
|
}
|
|
1657
1943
|
}
|
|
1944
|
+
interface AXPAdvancedGridWidgetDesignerOptions {
|
|
1945
|
+
gridOptions?: {
|
|
1946
|
+
default?: {
|
|
1947
|
+
columns?: number;
|
|
1948
|
+
rows?: number;
|
|
1949
|
+
alignItems?: string;
|
|
1950
|
+
justifyItems?: string;
|
|
1951
|
+
gap?: string;
|
|
1952
|
+
};
|
|
1953
|
+
};
|
|
1954
|
+
}
|
|
1955
|
+
interface AXPAdvancedGridWidgetViewOptions {
|
|
1956
|
+
advancedGridOptions?: {
|
|
1957
|
+
itemsCount?: number;
|
|
1958
|
+
columns?: number;
|
|
1959
|
+
justifyItems?: 'start' | 'end' | 'center' | 'stretch';
|
|
1960
|
+
alignItems?: 'start' | 'end' | 'center' | 'stretch';
|
|
1961
|
+
};
|
|
1962
|
+
}
|
|
1963
|
+
interface AXPAdvancedGridWidgetEditOptions {
|
|
1964
|
+
advancedGridOptions?: {
|
|
1965
|
+
itemsCount?: number;
|
|
1966
|
+
columns?: number;
|
|
1967
|
+
justifyItems?: 'start' | 'end' | 'center' | 'stretch';
|
|
1968
|
+
alignItems?: 'start' | 'end' | 'center' | 'stretch';
|
|
1969
|
+
};
|
|
1970
|
+
}
|
|
1658
1971
|
interface AXPAdvancedGridWidgetOptions {
|
|
1972
|
+
designer: AXPAdvancedGridWidgetDesignerOptions;
|
|
1973
|
+
view: AXPAdvancedGridWidgetViewOptions;
|
|
1974
|
+
edit: AXPAdvancedGridWidgetEditOptions;
|
|
1659
1975
|
}
|
|
1660
1976
|
|
|
1661
1977
|
declare class AXPAdvancedGridItemWidgetDesignerComponent extends AXPLayoutBaseWidgetComponent {
|
|
@@ -1692,7 +2008,67 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
1692
2008
|
advancedGridItem: 'advanced-grid-item-layout';
|
|
1693
2009
|
}
|
|
1694
2010
|
}
|
|
2011
|
+
interface AXPAdvancedGridItemWidgetDesignerOptions {
|
|
2012
|
+
colSpan?: number;
|
|
2013
|
+
colStart?: number;
|
|
2014
|
+
colEnd?: number;
|
|
2015
|
+
gap?: number;
|
|
2016
|
+
flexAlignItems?: {
|
|
2017
|
+
id: string;
|
|
2018
|
+
};
|
|
2019
|
+
flexJustifyContent?: {
|
|
2020
|
+
id: string;
|
|
2021
|
+
};
|
|
2022
|
+
flexWrap?: {
|
|
2023
|
+
id: string;
|
|
2024
|
+
};
|
|
2025
|
+
flexDirection?: {
|
|
2026
|
+
id: string;
|
|
2027
|
+
};
|
|
2028
|
+
}
|
|
2029
|
+
interface AXPAdvancedGridItemWidgetViewOptions {
|
|
2030
|
+
colSpan?: number;
|
|
2031
|
+
colStart?: number;
|
|
2032
|
+
colEnd?: number;
|
|
2033
|
+
gap?: number;
|
|
2034
|
+
flexAlignItems?: {
|
|
2035
|
+
id: string;
|
|
2036
|
+
};
|
|
2037
|
+
flexJustifyContent?: {
|
|
2038
|
+
id: string;
|
|
2039
|
+
};
|
|
2040
|
+
flexWrap?: {
|
|
2041
|
+
id: string;
|
|
2042
|
+
};
|
|
2043
|
+
flexDirection?: {
|
|
2044
|
+
id: string;
|
|
2045
|
+
};
|
|
2046
|
+
}
|
|
2047
|
+
interface AXPAdvancedGridItemWidgetEditOptions {
|
|
2048
|
+
colSpan?: number;
|
|
2049
|
+
colStart?: number;
|
|
2050
|
+
colEnd?: number;
|
|
2051
|
+
gap?: number;
|
|
2052
|
+
flexAlignItems?: {
|
|
2053
|
+
id: string;
|
|
2054
|
+
};
|
|
2055
|
+
flexJustifyContent?: {
|
|
2056
|
+
id: string;
|
|
2057
|
+
};
|
|
2058
|
+
flexWrap?: {
|
|
2059
|
+
id: string;
|
|
2060
|
+
};
|
|
2061
|
+
flexDirection?: {
|
|
2062
|
+
id: string;
|
|
2063
|
+
};
|
|
2064
|
+
}
|
|
2065
|
+
interface AXPAdvancedGridItemWidgetPrintOptions {
|
|
2066
|
+
}
|
|
1695
2067
|
interface AXPAdvancedGridItemWidgetOptions {
|
|
2068
|
+
designer: AXPAdvancedGridItemWidgetDesignerOptions;
|
|
2069
|
+
view: AXPAdvancedGridItemWidgetViewOptions;
|
|
2070
|
+
edit: AXPAdvancedGridItemWidgetEditOptions;
|
|
2071
|
+
print: AXPAdvancedGridItemWidgetPrintOptions;
|
|
1696
2072
|
}
|
|
1697
2073
|
|
|
1698
2074
|
declare class AXPBlockWidgetDesignerComponent extends AXPBlockBaseLayoutWidgetComponent {
|
|
@@ -1713,11 +2089,53 @@ declare const AXPBlockWidget: AXPWidgetConfig<AXPBlockWidgetConfigType>;
|
|
|
1713
2089
|
type AXPBlockWidgetConfigType = {
|
|
1714
2090
|
type: 'container';
|
|
1715
2091
|
};
|
|
1716
|
-
interface
|
|
2092
|
+
interface AXPBlockWidgetDesignerOptions {
|
|
2093
|
+
spacing?: {
|
|
2094
|
+
padding?: string;
|
|
2095
|
+
margin?: string;
|
|
2096
|
+
};
|
|
2097
|
+
border?: {
|
|
2098
|
+
radius?: string;
|
|
2099
|
+
width?: string;
|
|
2100
|
+
color?: string;
|
|
2101
|
+
style?: string;
|
|
2102
|
+
};
|
|
2103
|
+
backgroundColor?: string;
|
|
2104
|
+
direction?: string;
|
|
2105
|
+
overflow?: string;
|
|
2106
|
+
overflowX?: string;
|
|
2107
|
+
overflowY?: string;
|
|
2108
|
+
width?: string;
|
|
2109
|
+
minWidth?: string;
|
|
2110
|
+
maxWidth?: string;
|
|
2111
|
+
height?: string;
|
|
2112
|
+
minHeight?: string;
|
|
2113
|
+
maxHeight?: string;
|
|
2114
|
+
}
|
|
2115
|
+
interface AXPBlockWidgetViewOptions {
|
|
2116
|
+
spacing?: {
|
|
2117
|
+
padding?: string;
|
|
2118
|
+
margin?: string;
|
|
2119
|
+
};
|
|
2120
|
+
border?: {
|
|
2121
|
+
radius?: string;
|
|
2122
|
+
width?: string;
|
|
2123
|
+
color?: string;
|
|
2124
|
+
style?: string;
|
|
2125
|
+
};
|
|
1717
2126
|
backgroundColor?: string;
|
|
1718
|
-
cssClass?: string;
|
|
1719
|
-
canInsert?: boolean;
|
|
1720
2127
|
direction?: string;
|
|
2128
|
+
overflow?: string;
|
|
2129
|
+
overflowX?: string;
|
|
2130
|
+
overflowY?: string;
|
|
2131
|
+
width?: string;
|
|
2132
|
+
minWidth?: string;
|
|
2133
|
+
maxWidth?: string;
|
|
2134
|
+
height?: string;
|
|
2135
|
+
minHeight?: string;
|
|
2136
|
+
maxHeight?: string;
|
|
2137
|
+
}
|
|
2138
|
+
interface AXPBlockWidgetEditOptions {
|
|
1721
2139
|
spacing?: {
|
|
1722
2140
|
padding?: string;
|
|
1723
2141
|
margin?: string;
|
|
@@ -1728,6 +2146,46 @@ interface AXPBlockWidgetOptions {
|
|
|
1728
2146
|
color?: string;
|
|
1729
2147
|
style?: string;
|
|
1730
2148
|
};
|
|
2149
|
+
backgroundColor?: string;
|
|
2150
|
+
direction?: string;
|
|
2151
|
+
overflow?: string;
|
|
2152
|
+
overflowX?: string;
|
|
2153
|
+
overflowY?: string;
|
|
2154
|
+
width?: string;
|
|
2155
|
+
minWidth?: string;
|
|
2156
|
+
maxWidth?: string;
|
|
2157
|
+
height?: string;
|
|
2158
|
+
minHeight?: string;
|
|
2159
|
+
maxHeight?: string;
|
|
2160
|
+
}
|
|
2161
|
+
interface AXPBlockWidgetPrintOptions {
|
|
2162
|
+
spacing?: {
|
|
2163
|
+
padding?: string;
|
|
2164
|
+
margin?: string;
|
|
2165
|
+
};
|
|
2166
|
+
border?: {
|
|
2167
|
+
radius?: string;
|
|
2168
|
+
width?: string;
|
|
2169
|
+
color?: string;
|
|
2170
|
+
style?: string;
|
|
2171
|
+
};
|
|
2172
|
+
backgroundColor?: string;
|
|
2173
|
+
direction?: string;
|
|
2174
|
+
overflow?: string;
|
|
2175
|
+
overflowX?: string;
|
|
2176
|
+
overflowY?: string;
|
|
2177
|
+
width?: string;
|
|
2178
|
+
minWidth?: string;
|
|
2179
|
+
maxWidth?: string;
|
|
2180
|
+
height?: string;
|
|
2181
|
+
minHeight?: string;
|
|
2182
|
+
maxHeight?: string;
|
|
2183
|
+
}
|
|
2184
|
+
interface AXPBlockWidgetOptions {
|
|
2185
|
+
designer: AXPBlockWidgetDesignerOptions;
|
|
2186
|
+
view: AXPBlockWidgetViewOptions;
|
|
2187
|
+
edit: AXPBlockWidgetEditOptions;
|
|
2188
|
+
print: AXPBlockWidgetPrintOptions;
|
|
1731
2189
|
}
|
|
1732
2190
|
|
|
1733
2191
|
declare class AXPFlexWidgetDesignerComponent extends AXPFlexBaseLayoutWidgetComponent {
|
|
@@ -1755,11 +2213,40 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
1755
2213
|
type AXPFlexWidgetConfigType = {
|
|
1756
2214
|
type: 'container';
|
|
1757
2215
|
};
|
|
1758
|
-
interface
|
|
2216
|
+
interface AXPFlexWidgetDesignerOptions {
|
|
2217
|
+
flexDirection?: string;
|
|
2218
|
+
flexWrap?: string;
|
|
2219
|
+
justifyContent?: string;
|
|
2220
|
+
alignItems?: string;
|
|
2221
|
+
gap?: string;
|
|
2222
|
+
spacing?: {
|
|
2223
|
+
padding?: string;
|
|
2224
|
+
margin?: string;
|
|
2225
|
+
};
|
|
2226
|
+
border?: {
|
|
2227
|
+
radius?: string;
|
|
2228
|
+
width?: string;
|
|
2229
|
+
color?: string;
|
|
2230
|
+
style?: string;
|
|
2231
|
+
};
|
|
1759
2232
|
backgroundColor?: string;
|
|
1760
|
-
cssClass?: string;
|
|
1761
|
-
canInsert?: boolean;
|
|
1762
2233
|
direction?: string;
|
|
2234
|
+
overflow?: string;
|
|
2235
|
+
overflowX?: string;
|
|
2236
|
+
overflowY?: string;
|
|
2237
|
+
width?: string;
|
|
2238
|
+
minWidth?: string;
|
|
2239
|
+
maxWidth?: string;
|
|
2240
|
+
height?: string;
|
|
2241
|
+
minHeight?: string;
|
|
2242
|
+
maxHeight?: string;
|
|
2243
|
+
}
|
|
2244
|
+
interface AXPFlexWidgetViewOptions {
|
|
2245
|
+
flexDirection?: string;
|
|
2246
|
+
flexWrap?: string;
|
|
2247
|
+
justifyContent?: string;
|
|
2248
|
+
alignItems?: string;
|
|
2249
|
+
gap?: string;
|
|
1763
2250
|
spacing?: {
|
|
1764
2251
|
padding?: string;
|
|
1765
2252
|
margin?: string;
|
|
@@ -1770,6 +2257,79 @@ interface AXPFlexWidgetOptions {
|
|
|
1770
2257
|
color?: string;
|
|
1771
2258
|
style?: string;
|
|
1772
2259
|
};
|
|
2260
|
+
backgroundColor?: string;
|
|
2261
|
+
direction?: string;
|
|
2262
|
+
overflow?: string;
|
|
2263
|
+
overflowX?: string;
|
|
2264
|
+
overflowY?: string;
|
|
2265
|
+
width?: string;
|
|
2266
|
+
minWidth?: string;
|
|
2267
|
+
maxWidth?: string;
|
|
2268
|
+
height?: string;
|
|
2269
|
+
minHeight?: string;
|
|
2270
|
+
maxHeight?: string;
|
|
2271
|
+
}
|
|
2272
|
+
interface AXPFlexWidgetEditOptions {
|
|
2273
|
+
flexDirection?: string;
|
|
2274
|
+
flexWrap?: string;
|
|
2275
|
+
justifyContent?: string;
|
|
2276
|
+
alignItems?: string;
|
|
2277
|
+
gap?: string;
|
|
2278
|
+
spacing?: {
|
|
2279
|
+
padding?: string;
|
|
2280
|
+
margin?: string;
|
|
2281
|
+
};
|
|
2282
|
+
border?: {
|
|
2283
|
+
radius?: string;
|
|
2284
|
+
width?: string;
|
|
2285
|
+
color?: string;
|
|
2286
|
+
style?: string;
|
|
2287
|
+
};
|
|
2288
|
+
backgroundColor?: string;
|
|
2289
|
+
direction?: string;
|
|
2290
|
+
overflow?: string;
|
|
2291
|
+
overflowX?: string;
|
|
2292
|
+
overflowY?: string;
|
|
2293
|
+
width?: string;
|
|
2294
|
+
minWidth?: string;
|
|
2295
|
+
maxWidth?: string;
|
|
2296
|
+
height?: string;
|
|
2297
|
+
minHeight?: string;
|
|
2298
|
+
maxHeight?: string;
|
|
2299
|
+
}
|
|
2300
|
+
interface AXPFlexWidgetPrintOptions {
|
|
2301
|
+
flexDirection?: string;
|
|
2302
|
+
flexWrap?: string;
|
|
2303
|
+
justifyContent?: string;
|
|
2304
|
+
alignItems?: string;
|
|
2305
|
+
gap?: string;
|
|
2306
|
+
spacing?: {
|
|
2307
|
+
padding?: string;
|
|
2308
|
+
margin?: string;
|
|
2309
|
+
};
|
|
2310
|
+
border?: {
|
|
2311
|
+
radius?: string;
|
|
2312
|
+
width?: string;
|
|
2313
|
+
color?: string;
|
|
2314
|
+
style?: string;
|
|
2315
|
+
};
|
|
2316
|
+
backgroundColor?: string;
|
|
2317
|
+
direction?: string;
|
|
2318
|
+
overflow?: string;
|
|
2319
|
+
overflowX?: string;
|
|
2320
|
+
overflowY?: string;
|
|
2321
|
+
width?: string;
|
|
2322
|
+
minWidth?: string;
|
|
2323
|
+
maxWidth?: string;
|
|
2324
|
+
height?: string;
|
|
2325
|
+
minHeight?: string;
|
|
2326
|
+
maxHeight?: string;
|
|
2327
|
+
}
|
|
2328
|
+
interface AXPFlexWidgetOptions {
|
|
2329
|
+
designer: AXPFlexWidgetDesignerOptions;
|
|
2330
|
+
view: AXPFlexWidgetViewOptions;
|
|
2331
|
+
edit: AXPFlexWidgetEditOptions;
|
|
2332
|
+
print: AXPFlexWidgetPrintOptions;
|
|
1773
2333
|
}
|
|
1774
2334
|
|
|
1775
2335
|
declare class AXPFlexItemWidgetDesignerComponent extends AXPFlexItemBaseLayoutWidgetComponent {
|
|
@@ -1792,8 +2352,40 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
1792
2352
|
flexItem: 'flex-item-layout';
|
|
1793
2353
|
}
|
|
1794
2354
|
}
|
|
1795
|
-
interface
|
|
2355
|
+
interface AXPFlexItemWidgetDesignerOptions {
|
|
2356
|
+
order?: number;
|
|
2357
|
+
grow?: number;
|
|
2358
|
+
shrink?: number;
|
|
2359
|
+
basis?: string;
|
|
2360
|
+
alignSelf?: string;
|
|
2361
|
+
spacing?: {
|
|
2362
|
+
padding?: string;
|
|
2363
|
+
margin?: string;
|
|
2364
|
+
};
|
|
2365
|
+
border?: {
|
|
2366
|
+
radius?: string;
|
|
2367
|
+
width?: string;
|
|
2368
|
+
color?: string;
|
|
2369
|
+
style?: string;
|
|
2370
|
+
};
|
|
2371
|
+
backgroundColor?: string;
|
|
1796
2372
|
direction?: string;
|
|
2373
|
+
overflow?: string;
|
|
2374
|
+
overflowX?: string;
|
|
2375
|
+
overflowY?: string;
|
|
2376
|
+
width?: string;
|
|
2377
|
+
minWidth?: string;
|
|
2378
|
+
maxWidth?: string;
|
|
2379
|
+
height?: string;
|
|
2380
|
+
minHeight?: string;
|
|
2381
|
+
maxHeight?: string;
|
|
2382
|
+
}
|
|
2383
|
+
interface AXPFlexItemWidgetViewOptions {
|
|
2384
|
+
order?: number;
|
|
2385
|
+
grow?: number;
|
|
2386
|
+
shrink?: number;
|
|
2387
|
+
basis?: string;
|
|
2388
|
+
alignSelf?: string;
|
|
1797
2389
|
spacing?: {
|
|
1798
2390
|
padding?: string;
|
|
1799
2391
|
margin?: string;
|
|
@@ -1804,13 +2396,79 @@ interface AXPFlexItemWidgetOptions {
|
|
|
1804
2396
|
color?: string;
|
|
1805
2397
|
style?: string;
|
|
1806
2398
|
};
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
2399
|
+
backgroundColor?: string;
|
|
2400
|
+
direction?: string;
|
|
2401
|
+
overflow?: string;
|
|
2402
|
+
overflowX?: string;
|
|
2403
|
+
overflowY?: string;
|
|
2404
|
+
width?: string;
|
|
2405
|
+
minWidth?: string;
|
|
2406
|
+
maxWidth?: string;
|
|
2407
|
+
height?: string;
|
|
2408
|
+
minHeight?: string;
|
|
2409
|
+
maxHeight?: string;
|
|
2410
|
+
}
|
|
2411
|
+
interface AXPFlexItemWidgetEditOptions {
|
|
2412
|
+
order?: number;
|
|
2413
|
+
grow?: number;
|
|
2414
|
+
shrink?: number;
|
|
2415
|
+
basis?: string;
|
|
2416
|
+
alignSelf?: string;
|
|
2417
|
+
spacing?: {
|
|
2418
|
+
padding?: string;
|
|
2419
|
+
margin?: string;
|
|
1813
2420
|
};
|
|
2421
|
+
border?: {
|
|
2422
|
+
radius?: string;
|
|
2423
|
+
width?: string;
|
|
2424
|
+
color?: string;
|
|
2425
|
+
style?: string;
|
|
2426
|
+
};
|
|
2427
|
+
backgroundColor?: string;
|
|
2428
|
+
direction?: string;
|
|
2429
|
+
overflow?: string;
|
|
2430
|
+
overflowX?: string;
|
|
2431
|
+
overflowY?: string;
|
|
2432
|
+
width?: string;
|
|
2433
|
+
minWidth?: string;
|
|
2434
|
+
maxWidth?: string;
|
|
2435
|
+
height?: string;
|
|
2436
|
+
minHeight?: string;
|
|
2437
|
+
maxHeight?: string;
|
|
2438
|
+
}
|
|
2439
|
+
interface AXPFlexItemWidgetPrintOptions {
|
|
2440
|
+
order?: number;
|
|
2441
|
+
grow?: number;
|
|
2442
|
+
shrink?: number;
|
|
2443
|
+
basis?: string;
|
|
2444
|
+
alignSelf?: string;
|
|
2445
|
+
spacing?: {
|
|
2446
|
+
padding?: string;
|
|
2447
|
+
margin?: string;
|
|
2448
|
+
};
|
|
2449
|
+
border?: {
|
|
2450
|
+
radius?: string;
|
|
2451
|
+
width?: string;
|
|
2452
|
+
color?: string;
|
|
2453
|
+
style?: string;
|
|
2454
|
+
};
|
|
2455
|
+
backgroundColor?: string;
|
|
2456
|
+
direction?: string;
|
|
2457
|
+
overflow?: string;
|
|
2458
|
+
overflowX?: string;
|
|
2459
|
+
overflowY?: string;
|
|
2460
|
+
width?: string;
|
|
2461
|
+
minWidth?: string;
|
|
2462
|
+
maxWidth?: string;
|
|
2463
|
+
height?: string;
|
|
2464
|
+
minHeight?: string;
|
|
2465
|
+
maxHeight?: string;
|
|
2466
|
+
}
|
|
2467
|
+
interface AXPFlexItemWidgetOptions {
|
|
2468
|
+
designer: AXPFlexItemWidgetDesignerOptions;
|
|
2469
|
+
view: AXPFlexItemWidgetViewOptions;
|
|
2470
|
+
edit: AXPFlexItemWidgetEditOptions;
|
|
2471
|
+
print: AXPFlexItemWidgetPrintOptions;
|
|
1814
2472
|
}
|
|
1815
2473
|
|
|
1816
2474
|
declare class AXPPageWidgetViewComponent extends AXPLayoutBaseWidgetComponent {
|
|
@@ -1829,12 +2487,41 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
1829
2487
|
pageLayout: 'page-layout';
|
|
1830
2488
|
}
|
|
1831
2489
|
}
|
|
1832
|
-
interface
|
|
2490
|
+
interface AXPPageWidgetDesignerOptions {
|
|
1833
2491
|
backgroundColor?: string;
|
|
2492
|
+
theme?: {
|
|
2493
|
+
id: string;
|
|
2494
|
+
};
|
|
1834
2495
|
hasHeader?: boolean;
|
|
1835
2496
|
hasFooter?: boolean;
|
|
1836
|
-
|
|
1837
|
-
|
|
2497
|
+
direction?: string;
|
|
2498
|
+
}
|
|
2499
|
+
interface AXPPageWidgetViewOptions {
|
|
2500
|
+
backgroundColor?: string;
|
|
2501
|
+
theme?: {
|
|
2502
|
+
id: string;
|
|
2503
|
+
};
|
|
2504
|
+
direction?: string;
|
|
2505
|
+
}
|
|
2506
|
+
interface AXPPageWidgetEditOptions {
|
|
2507
|
+
backgroundColor?: string;
|
|
2508
|
+
theme?: {
|
|
2509
|
+
id: string;
|
|
2510
|
+
};
|
|
2511
|
+
direction?: string;
|
|
2512
|
+
}
|
|
2513
|
+
interface AXPPageWidgetPrintOptions {
|
|
2514
|
+
backgroundColor?: string;
|
|
2515
|
+
theme?: {
|
|
2516
|
+
id: string;
|
|
2517
|
+
};
|
|
2518
|
+
direction?: string;
|
|
2519
|
+
}
|
|
2520
|
+
interface AXPPageWidgetOptions {
|
|
2521
|
+
designer: AXPPageWidgetDesignerOptions;
|
|
2522
|
+
view: AXPPageWidgetViewOptions;
|
|
2523
|
+
edit: AXPPageWidgetEditOptions;
|
|
2524
|
+
print: AXPPageWidgetPrintOptions;
|
|
1838
2525
|
}
|
|
1839
2526
|
|
|
1840
2527
|
declare class AXPRepeaterWidgetViewComponent extends AXPValueWidgetComponent<any[]> {
|
|
@@ -1879,10 +2566,288 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
1879
2566
|
repeaterLayout: 'repeater-layout';
|
|
1880
2567
|
}
|
|
1881
2568
|
}
|
|
1882
|
-
interface
|
|
1883
|
-
disabled?: boolean
|
|
2569
|
+
interface AXPRepeaterWidgetDesignerOptions {
|
|
2570
|
+
disabled?: boolean;
|
|
1884
2571
|
hasControls?: boolean;
|
|
1885
2572
|
}
|
|
2573
|
+
interface AXPRepeaterWidgetViewOptions {
|
|
2574
|
+
}
|
|
2575
|
+
interface AXPRepeaterWidgetEditOptions {
|
|
2576
|
+
disabled?: boolean;
|
|
2577
|
+
hasControls?: boolean;
|
|
2578
|
+
isDraggable?: boolean;
|
|
2579
|
+
}
|
|
2580
|
+
interface AXPRepeaterWidgetPrintOptions {
|
|
2581
|
+
}
|
|
2582
|
+
interface AXPRepeaterWidgetOptions {
|
|
2583
|
+
designer: AXPRepeaterWidgetDesignerOptions;
|
|
2584
|
+
view: AXPRepeaterWidgetViewOptions;
|
|
2585
|
+
edit: AXPRepeaterWidgetEditOptions;
|
|
2586
|
+
print: AXPRepeaterWidgetPrintOptions;
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
declare class AXPTableWidgetDesignerComponent extends AXPTableBaseLayoutWidgetComponent {
|
|
2590
|
+
#private;
|
|
2591
|
+
private designerService;
|
|
2592
|
+
componentRef: ComponentRef<any>;
|
|
2593
|
+
protected bodyCells: _angular_core.Signal<AXPWidgetNode[]>;
|
|
2594
|
+
protected columns: _angular_core.Signal<number>;
|
|
2595
|
+
protected rows: _angular_core.Signal<number>;
|
|
2596
|
+
protected tdBorderStyle: _angular_core.Signal<Record<string, string>>;
|
|
2597
|
+
protected tdAlignStyle: _angular_core.Signal<Record<string, string>>;
|
|
2598
|
+
protected tdStyle: _angular_core.Signal<{
|
|
2599
|
+
[x: string]: string;
|
|
2600
|
+
}>;
|
|
2601
|
+
protected hasAnyChildren: _angular_core.Signal<boolean>;
|
|
2602
|
+
protected bodyRows: _angular_core.Signal<{
|
|
2603
|
+
index: number;
|
|
2604
|
+
cells: {
|
|
2605
|
+
index: number;
|
|
2606
|
+
node?: any;
|
|
2607
|
+
}[];
|
|
2608
|
+
}[]>;
|
|
2609
|
+
protected handleDrawerSelect(count: number): void;
|
|
2610
|
+
protected handleGridDrawerSelect(e: {
|
|
2611
|
+
rows: number;
|
|
2612
|
+
cols: number;
|
|
2613
|
+
}): void;
|
|
2614
|
+
protected handleAddRow(): void;
|
|
2615
|
+
protected handleAddCell(rowIndex: number, colIndex: number): Promise<void>;
|
|
2616
|
+
protected getColSpan(node?: AXPWidgetNode): number | null;
|
|
2617
|
+
protected getRowSpan(node?: AXPWidgetNode): number | null;
|
|
2618
|
+
private static readonly MENU_ADD_ROW;
|
|
2619
|
+
private static readonly MENU_ADD_COLUMN;
|
|
2620
|
+
onContextMenu(context: {
|
|
2621
|
+
items: AXMenuItem[];
|
|
2622
|
+
}): void;
|
|
2623
|
+
executeCommand(command: {
|
|
2624
|
+
name: string;
|
|
2625
|
+
data?: any;
|
|
2626
|
+
handled: boolean;
|
|
2627
|
+
}): Promise<void>;
|
|
2628
|
+
api(): AXPLayoutElementAPI;
|
|
2629
|
+
private computeTdBorderStyle;
|
|
2630
|
+
private computeTdAlignStyle;
|
|
2631
|
+
get __class(): any;
|
|
2632
|
+
get __style(): any;
|
|
2633
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPTableWidgetDesignerComponent, never>;
|
|
2634
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTableWidgetDesignerComponent, "axp-table-widget", never, {}, {}, never, never, true, never>;
|
|
2635
|
+
}
|
|
2636
|
+
|
|
2637
|
+
declare class AXPTableWidgetViewComponent extends AXPTableBaseLayoutWidgetComponent {
|
|
2638
|
+
protected bodyCells: _angular_core.Signal<AXPWidgetNode[]>;
|
|
2639
|
+
protected columns: _angular_core.Signal<number>;
|
|
2640
|
+
protected tdBorderStyle: _angular_core.Signal<Record<string, string>>;
|
|
2641
|
+
protected tdAlignStyle: _angular_core.Signal<Record<string, string>>;
|
|
2642
|
+
protected tdStyle: _angular_core.Signal<{
|
|
2643
|
+
[x: string]: string;
|
|
2644
|
+
}>;
|
|
2645
|
+
protected bodyRows: _angular_core.Signal<{
|
|
2646
|
+
index: number;
|
|
2647
|
+
cells: {
|
|
2648
|
+
index: number;
|
|
2649
|
+
node?: AXPWidgetNode;
|
|
2650
|
+
}[];
|
|
2651
|
+
}[]>;
|
|
2652
|
+
protected getColSpan(node: AXPWidgetNode): number | null;
|
|
2653
|
+
protected getRowSpan(node: AXPWidgetNode): number | null;
|
|
2654
|
+
private computeTdBorderStyle;
|
|
2655
|
+
private computeTdAlignStyle;
|
|
2656
|
+
get __class(): any;
|
|
2657
|
+
get __style(): any;
|
|
2658
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPTableWidgetViewComponent, never>;
|
|
2659
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTableWidgetViewComponent, "axp-table-widget", never, {}, {}, never, never, true, never>;
|
|
2660
|
+
}
|
|
2661
|
+
|
|
2662
|
+
declare const AXPTableWidget: AXPWidgetConfig<AXPTableWidgetConfigType>;
|
|
2663
|
+
declare module '@acorex/platform/layout/builder' {
|
|
2664
|
+
interface AXPWidgetTypesMap {
|
|
2665
|
+
tableLayout: 'table-layout';
|
|
2666
|
+
}
|
|
2667
|
+
}
|
|
2668
|
+
type AXPTableWidgetConfigType = {
|
|
2669
|
+
type: 'container';
|
|
2670
|
+
};
|
|
2671
|
+
interface AXPTableWidgetDesignerOptions {
|
|
2672
|
+
spacing?: {
|
|
2673
|
+
padding?: string;
|
|
2674
|
+
margin?: string;
|
|
2675
|
+
};
|
|
2676
|
+
border?: {
|
|
2677
|
+
radius?: string;
|
|
2678
|
+
width?: string;
|
|
2679
|
+
color?: string;
|
|
2680
|
+
style?: string;
|
|
2681
|
+
};
|
|
2682
|
+
backgroundColor?: string;
|
|
2683
|
+
direction?: string;
|
|
2684
|
+
overflow?: string;
|
|
2685
|
+
overflowX?: string;
|
|
2686
|
+
overflowY?: string;
|
|
2687
|
+
width?: string;
|
|
2688
|
+
minWidth?: string;
|
|
2689
|
+
maxWidth?: string;
|
|
2690
|
+
height?: string;
|
|
2691
|
+
minHeight?: string;
|
|
2692
|
+
maxHeight?: string;
|
|
2693
|
+
}
|
|
2694
|
+
interface AXPTableWidgetViewOptions {
|
|
2695
|
+
spacing?: {
|
|
2696
|
+
padding?: string;
|
|
2697
|
+
margin?: string;
|
|
2698
|
+
};
|
|
2699
|
+
border?: {
|
|
2700
|
+
radius?: string;
|
|
2701
|
+
width?: string;
|
|
2702
|
+
color?: string;
|
|
2703
|
+
style?: string;
|
|
2704
|
+
};
|
|
2705
|
+
backgroundColor?: string;
|
|
2706
|
+
direction?: string;
|
|
2707
|
+
overflow?: string;
|
|
2708
|
+
overflowX?: string;
|
|
2709
|
+
overflowY?: string;
|
|
2710
|
+
width?: string;
|
|
2711
|
+
minWidth?: string;
|
|
2712
|
+
maxWidth?: string;
|
|
2713
|
+
height?: string;
|
|
2714
|
+
minHeight?: string;
|
|
2715
|
+
maxHeight?: string;
|
|
2716
|
+
}
|
|
2717
|
+
interface AXPTableWidgetEditOptions {
|
|
2718
|
+
spacing?: {
|
|
2719
|
+
padding?: string;
|
|
2720
|
+
margin?: string;
|
|
2721
|
+
};
|
|
2722
|
+
border?: {
|
|
2723
|
+
radius?: string;
|
|
2724
|
+
width?: string;
|
|
2725
|
+
color?: string;
|
|
2726
|
+
style?: string;
|
|
2727
|
+
};
|
|
2728
|
+
backgroundColor?: string;
|
|
2729
|
+
direction?: string;
|
|
2730
|
+
overflow?: string;
|
|
2731
|
+
overflowX?: string;
|
|
2732
|
+
overflowY?: string;
|
|
2733
|
+
width?: string;
|
|
2734
|
+
minWidth?: string;
|
|
2735
|
+
maxWidth?: string;
|
|
2736
|
+
height?: string;
|
|
2737
|
+
minHeight?: string;
|
|
2738
|
+
maxHeight?: string;
|
|
2739
|
+
}
|
|
2740
|
+
interface AXPTableWidgetPrintOptions {
|
|
2741
|
+
spacing?: {
|
|
2742
|
+
padding?: string;
|
|
2743
|
+
margin?: string;
|
|
2744
|
+
};
|
|
2745
|
+
border?: {
|
|
2746
|
+
radius?: string;
|
|
2747
|
+
width?: string;
|
|
2748
|
+
color?: string;
|
|
2749
|
+
style?: string;
|
|
2750
|
+
};
|
|
2751
|
+
backgroundColor?: string;
|
|
2752
|
+
direction?: string;
|
|
2753
|
+
overflow?: string;
|
|
2754
|
+
overflowX?: string;
|
|
2755
|
+
overflowY?: string;
|
|
2756
|
+
width?: string;
|
|
2757
|
+
minWidth?: string;
|
|
2758
|
+
maxWidth?: string;
|
|
2759
|
+
height?: string;
|
|
2760
|
+
minHeight?: string;
|
|
2761
|
+
maxHeight?: string;
|
|
2762
|
+
}
|
|
2763
|
+
interface AXPTableWidgetOptions {
|
|
2764
|
+
designer: AXPTableWidgetDesignerOptions;
|
|
2765
|
+
view: AXPTableWidgetViewOptions;
|
|
2766
|
+
edit: AXPTableWidgetEditOptions;
|
|
2767
|
+
print: AXPTableWidgetPrintOptions;
|
|
2768
|
+
}
|
|
2769
|
+
|
|
2770
|
+
declare class AXPTableItemWidgetDesignerComponent extends AXPTableItemBaseLayoutWidgetComponent {
|
|
2771
|
+
#private;
|
|
2772
|
+
private get parentApi();
|
|
2773
|
+
private invoke;
|
|
2774
|
+
private get __class();
|
|
2775
|
+
private get __style();
|
|
2776
|
+
onContextMenu(context: {
|
|
2777
|
+
items: AXMenuItem[];
|
|
2778
|
+
}): void;
|
|
2779
|
+
executeCommand(command: {
|
|
2780
|
+
name: string;
|
|
2781
|
+
data?: any;
|
|
2782
|
+
handled: boolean;
|
|
2783
|
+
}): Promise<void>;
|
|
2784
|
+
private canMerge;
|
|
2785
|
+
insertColumnLeft(): void;
|
|
2786
|
+
insertColumnRight(): void;
|
|
2787
|
+
insertColumnToStart(): void;
|
|
2788
|
+
insertColumnToEnd(): void;
|
|
2789
|
+
insertRowAbove(): void;
|
|
2790
|
+
insertRowBelow(): void;
|
|
2791
|
+
insertCellShiftRight(): void;
|
|
2792
|
+
insertCellShiftDown(): void;
|
|
2793
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPTableItemWidgetDesignerComponent, never>;
|
|
2794
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTableItemWidgetDesignerComponent, "axp-table-item-widget-designer", never, {}, {}, never, never, true, never>;
|
|
2795
|
+
}
|
|
2796
|
+
|
|
2797
|
+
declare class AXPTableItemWidgetViewComponent extends AXPTableItemBaseLayoutWidgetComponent {
|
|
2798
|
+
private get __class();
|
|
2799
|
+
private get __style();
|
|
2800
|
+
insertColumnLeft(): void;
|
|
2801
|
+
insertColumnRight(): void;
|
|
2802
|
+
insertRowAbove(): void;
|
|
2803
|
+
insertRowBelow(): void;
|
|
2804
|
+
insertCellShiftRight(): void;
|
|
2805
|
+
insertCellShiftDown(): void;
|
|
2806
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPTableItemWidgetViewComponent, never>;
|
|
2807
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTableItemWidgetViewComponent, "axp-table-item-widget", never, {}, {}, never, never, true, never>;
|
|
2808
|
+
}
|
|
2809
|
+
|
|
2810
|
+
declare const AXPTableItemWidget: AXPWidgetConfig;
|
|
2811
|
+
declare module '@acorex/platform/layout/builder' {
|
|
2812
|
+
interface AXPWidgetTypesMap {
|
|
2813
|
+
tableItem: 'table-item-layout';
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
interface AXPTableItemWidgetDesignerOptions {
|
|
2817
|
+
spacing?: {
|
|
2818
|
+
padding?: string;
|
|
2819
|
+
margin?: string;
|
|
2820
|
+
};
|
|
2821
|
+
border?: {
|
|
2822
|
+
radius?: string;
|
|
2823
|
+
width?: string;
|
|
2824
|
+
color?: string;
|
|
2825
|
+
style?: string;
|
|
2826
|
+
};
|
|
2827
|
+
backgroundColor?: string;
|
|
2828
|
+
direction?: string;
|
|
2829
|
+
overflow?: string;
|
|
2830
|
+
overflowX?: string;
|
|
2831
|
+
overflowY?: string;
|
|
2832
|
+
width?: string;
|
|
2833
|
+
minWidth?: string;
|
|
2834
|
+
maxWidth?: string;
|
|
2835
|
+
height?: string;
|
|
2836
|
+
minHeight?: string;
|
|
2837
|
+
maxHeight?: string;
|
|
2838
|
+
}
|
|
2839
|
+
interface AXPTableItemWidgetViewOptions extends AXPTableItemWidgetDesignerOptions {
|
|
2840
|
+
}
|
|
2841
|
+
interface AXPTableItemWidgetEditOptions extends AXPTableItemWidgetDesignerOptions {
|
|
2842
|
+
}
|
|
2843
|
+
interface AXPTableItemWidgetPrintOptions extends AXPTableItemWidgetDesignerOptions {
|
|
2844
|
+
}
|
|
2845
|
+
interface AXPTableItemWidgetOptions {
|
|
2846
|
+
designer: AXPTableItemWidgetDesignerOptions;
|
|
2847
|
+
view: AXPTableItemWidgetViewOptions;
|
|
2848
|
+
edit: AXPTableItemWidgetEditOptions;
|
|
2849
|
+
print: AXPTableItemWidgetPrintOptions;
|
|
2850
|
+
}
|
|
1886
2851
|
|
|
1887
2852
|
interface AXPGridBoxOption {
|
|
1888
2853
|
value: string;
|
|
@@ -1916,10 +2881,10 @@ declare class AXPGridOptionsWidgetEditComponent extends AXPValueWidgetComponent<
|
|
|
1916
2881
|
protected lastGap: _angular_core.WritableSignal<number>;
|
|
1917
2882
|
protected selectedJustify: _angular_core.WritableSignal<AXPGridBoxOption>;
|
|
1918
2883
|
protected selectedAlign: _angular_core.WritableSignal<AXPGridBoxOption>;
|
|
1919
|
-
protected hoveredAlign: _angular_core.WritableSignal<"
|
|
1920
|
-
protected hoveredJustify: _angular_core.WritableSignal<"
|
|
1921
|
-
protected clickedAlign: _angular_core.WritableSignal<"
|
|
1922
|
-
protected clickedJustify: _angular_core.WritableSignal<"
|
|
2884
|
+
protected hoveredAlign: _angular_core.WritableSignal<"center" | "start" | "end" | "stretch" | null | undefined>;
|
|
2885
|
+
protected hoveredJustify: _angular_core.WritableSignal<"center" | "start" | "end" | "stretch" | null | undefined>;
|
|
2886
|
+
protected clickedAlign: _angular_core.WritableSignal<"center" | "start" | "end" | "stretch" | undefined>;
|
|
2887
|
+
protected clickedJustify: _angular_core.WritableSignal<"center" | "start" | "end" | "stretch" | undefined>;
|
|
1923
2888
|
protected setGridDirection(value: AXPGridBoxString['autoFlow']): void;
|
|
1924
2889
|
protected setRowOrColumn(value: number, type: 'column' | 'row'): void;
|
|
1925
2890
|
protected toggleGapMode(): void;
|
|
@@ -1962,10 +2927,10 @@ declare class AXPAdvancedGridOptionsWidgetEditComponent extends AXPValueWidgetCo
|
|
|
1962
2927
|
private rendered;
|
|
1963
2928
|
protected selectedJustify: _angular_core.WritableSignal<AXPGridBoxOption>;
|
|
1964
2929
|
protected selectedAlign: _angular_core.WritableSignal<AXPGridBoxOption>;
|
|
1965
|
-
protected hoveredAlign: _angular_core.WritableSignal<"
|
|
1966
|
-
protected hoveredJustify: _angular_core.WritableSignal<"
|
|
1967
|
-
protected clickedAlign: _angular_core.WritableSignal<"
|
|
1968
|
-
protected clickedJustify: _angular_core.WritableSignal<"
|
|
2930
|
+
protected hoveredAlign: _angular_core.WritableSignal<"center" | "start" | "end" | "stretch" | null | undefined>;
|
|
2931
|
+
protected hoveredJustify: _angular_core.WritableSignal<"center" | "start" | "end" | "stretch" | null | undefined>;
|
|
2932
|
+
protected clickedAlign: _angular_core.WritableSignal<"center" | "start" | "end" | "stretch" | undefined>;
|
|
2933
|
+
protected clickedJustify: _angular_core.WritableSignal<"center" | "start" | "end" | "stretch" | undefined>;
|
|
1969
2934
|
protected columns: _angular_core.WritableSignal<number>;
|
|
1970
2935
|
protected items: _angular_core.WritableSignal<number>;
|
|
1971
2936
|
protected changeValue(event: AXValueChangedEvent<any> | number, type: keyof AXPAdvancedGridBoxValues): void;
|
|
@@ -1991,6 +2956,35 @@ declare module '@acorex/platform/layout/builder' {
|
|
|
1991
2956
|
}
|
|
1992
2957
|
}
|
|
1993
2958
|
|
|
2959
|
+
/** Absolute CSS units (from curated list). */
|
|
2960
|
+
declare const AXP_ABSOLUTE_UNITS: readonly ["px"];
|
|
2961
|
+
type AXPAbsoluteUnit = (typeof AXP_ABSOLUTE_UNITS)[number];
|
|
2962
|
+
/** Relative CSS units (from curated list), includes percentage. */
|
|
2963
|
+
declare const AXP_RELATIVE_UNITS: readonly ["rem", "em", "%", "vh", "vw"];
|
|
2964
|
+
type AXPRelativeUnit = (typeof AXP_RELATIVE_UNITS)[number];
|
|
2965
|
+
/** Relative units excluding percentage (useful where % is not allowed). */
|
|
2966
|
+
declare const AXP_RELATIVE_UNITS_NO_PERCENT: readonly ["rem", "em", "vh", "vw"];
|
|
2967
|
+
type AXPRelativeUnitNoPercent = (typeof AXP_RELATIVE_UNITS_NO_PERCENT)[number];
|
|
2968
|
+
/** Border radius accepts lengths and percentage. */
|
|
2969
|
+
declare const AXP_BORDER_RADIUS_UNITS: readonly ["px", "rem", "em", "%", "vh", "vw"];
|
|
2970
|
+
type AXPBorderRadiusUnit = (typeof AXP_BORDER_RADIUS_UNITS)[number];
|
|
2971
|
+
/** Border width accepts only length units (no percentage). */
|
|
2972
|
+
declare const AXP_BORDER_WIDTH_UNITS: readonly ["px", "rem", "em", "vh", "vw"];
|
|
2973
|
+
type AXPBorderWidthUnit = (typeof AXP_BORDER_WIDTH_UNITS)[number];
|
|
2974
|
+
/** Spacing (margin, padding) can accept lengths and percentage. */
|
|
2975
|
+
declare const AXP_SPACING_UNITS: readonly ["px", "rem", "em", "%", "vh", "vw"];
|
|
2976
|
+
type AXPSpacingUnit = (typeof AXP_SPACING_UNITS)[number];
|
|
2977
|
+
interface AXPSpacingBoxDefaultValues {
|
|
2978
|
+
label: string;
|
|
2979
|
+
value: number;
|
|
2980
|
+
colspan?: number;
|
|
2981
|
+
rowspan?: number;
|
|
2982
|
+
}
|
|
2983
|
+
declare const AXP_default_Border_Box_Value: AXPBorderBox<string | number>;
|
|
2984
|
+
declare const AXP_default_Border_Box_Units: AXPBorderBox<string>;
|
|
2985
|
+
declare const AXP_default_Spacing_Box_Value: AXPSpacingBox<number>;
|
|
2986
|
+
declare const AXP_default_Spacing_Box_Units: AXPSpacingBox<string>;
|
|
2987
|
+
|
|
1994
2988
|
declare class AXPBorderWidgetEditComponent extends AXPValueWidgetComponent<AXPBorderBoxString> {
|
|
1995
2989
|
private el;
|
|
1996
2990
|
private allwidth;
|
|
@@ -2013,6 +3007,27 @@ declare class AXPBorderWidgetEditComponent extends AXPValueWidgetComponent<AXPBo
|
|
|
2013
3007
|
protected shownWidth: _angular_core.Signal<number>;
|
|
2014
3008
|
protected shownColor: _angular_core.Signal<string>;
|
|
2015
3009
|
protected shownStyle: _angular_core.Signal<string>;
|
|
3010
|
+
/**
|
|
3011
|
+
* Available units
|
|
3012
|
+
*/
|
|
3013
|
+
protected readonly radiusUnits: readonly ["px", "rem", "em", "%", "vh", "vw"];
|
|
3014
|
+
protected readonly widthUnits: readonly ["px", "rem", "em", "vh", "vw"];
|
|
3015
|
+
/**
|
|
3016
|
+
* Returns the unit for the given radius side. For 'all', it detects a uniform unit; otherwise falls back to top-left.
|
|
3017
|
+
*/
|
|
3018
|
+
protected getRadiusUnit(side: 'all' | AXPPropertyEditorCornerValues): string;
|
|
3019
|
+
/** Returns label text for the unit dropdown. */
|
|
3020
|
+
protected getRadiusUnitLabel(side: 'all' | AXPPropertyEditorCornerValues): string;
|
|
3021
|
+
/**
|
|
3022
|
+
* Handles unit change for radius. When 'all' is targeted, applies the unit to all corners.
|
|
3023
|
+
*/
|
|
3024
|
+
protected onRadiusUnitChange(unit: AXPBorderRadiusUnit, side: 'all' | AXPPropertyEditorCornerValues): void;
|
|
3025
|
+
/**
|
|
3026
|
+
* Width unit helpers (not yet wired in template)
|
|
3027
|
+
*/
|
|
3028
|
+
protected getWidthUnit(side: 'all' | AXPPropertyEditorSideValues): string;
|
|
3029
|
+
protected getWidthUnitLabel(side: 'all' | AXPPropertyEditorSideValues): string;
|
|
3030
|
+
protected onWidthUnitChange(unit: AXPBorderWidthUnit, side: 'all' | AXPPropertyEditorSideValues): void;
|
|
2016
3031
|
protected handleActiveBorderSide(event: PointerEvent): void;
|
|
2017
3032
|
protected handleActiveRadiusSide(event: PointerEvent): void;
|
|
2018
3033
|
af: _angular_core.AfterRenderRef;
|
|
@@ -2020,7 +3035,7 @@ declare class AXPBorderWidgetEditComponent extends AXPValueWidgetComponent<AXPBo
|
|
|
2020
3035
|
private initializeRadius;
|
|
2021
3036
|
private createUniformValues;
|
|
2022
3037
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPBorderWidgetEditComponent, never>;
|
|
2023
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPBorderWidgetEditComponent, "
|
|
3038
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPBorderWidgetEditComponent, "axp-border-widget-edit", never, {}, {}, never, never, true, never>;
|
|
2024
3039
|
}
|
|
2025
3040
|
|
|
2026
3041
|
declare const AXPBorderWidget: AXPWidgetConfig;
|
|
@@ -2100,9 +3115,9 @@ declare class AXPFlexOptionsWidgetEditComponent extends AXPValueWidgetComponent<
|
|
|
2100
3115
|
protected lastGap: _angular_core.WritableSignal<number>;
|
|
2101
3116
|
protected selectedJustify: _angular_core.WritableSignal<AXPFlexBoxOption>;
|
|
2102
3117
|
protected selectedAlign: _angular_core.WritableSignal<AXPFlexBoxOption>;
|
|
2103
|
-
protected hoveredAlign: _angular_core.WritableSignal<"center" | "stretch" | "flex-start" | "flex-end" |
|
|
3118
|
+
protected hoveredAlign: _angular_core.WritableSignal<"center" | "baseline" | "stretch" | "flex-start" | "flex-end" | null | undefined>;
|
|
2104
3119
|
protected hoveredJustify: _angular_core.WritableSignal<"center" | "flex-start" | "flex-end" | "space-between" | "space-around" | null | undefined>;
|
|
2105
|
-
protected clickedAlign: _angular_core.WritableSignal<"center" | "stretch" | "flex-start" | "flex-end" |
|
|
3120
|
+
protected clickedAlign: _angular_core.WritableSignal<"center" | "baseline" | "stretch" | "flex-start" | "flex-end" | undefined>;
|
|
2106
3121
|
protected clickedJustify: _angular_core.WritableSignal<"center" | "flex-start" | "flex-end" | "space-between" | "space-around" | undefined>;
|
|
2107
3122
|
protected itemsCount: _angular_core.WritableSignal<number>;
|
|
2108
3123
|
protected setWrapMode(type: AXPFlexBoxString['flexWrap']): void;
|
|
@@ -2148,23 +3163,16 @@ declare class AXPGridItemOptionsWidgetEditComponent extends AXPValueWidgetCompon
|
|
|
2148
3163
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPGridItemOptionsWidgetEditComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
2149
3164
|
}
|
|
2150
3165
|
|
|
2151
|
-
interface AXPSpacingBoxDefaultValues {
|
|
2152
|
-
label: string;
|
|
2153
|
-
value: number;
|
|
2154
|
-
colspan?: number;
|
|
2155
|
-
rowspan?: number;
|
|
2156
|
-
}
|
|
2157
|
-
declare const AXP_default_Border_Box_Value: AXPBorderBox<string | number>;
|
|
2158
|
-
declare const AXP_default_Border_Box_Units: AXPBorderBox<string>;
|
|
2159
|
-
declare const AXP_default_Spacing_Box_Value: AXPSpacingBox<number>;
|
|
2160
|
-
declare const AXP_default_Spacing_Box_Units: AXPSpacingBox<string>;
|
|
2161
|
-
|
|
2162
3166
|
declare class AXPSpacingWidgetEditComponent extends AXPValueWidgetComponent<AXPSpacingBoxString> {
|
|
2163
3167
|
private ngZone;
|
|
2164
3168
|
private isDragging;
|
|
2165
3169
|
protected calculatedValues: _angular_core.WritableSignal<AXPSpacingBox<number>>;
|
|
2166
3170
|
protected originalValues: _angular_core.WritableSignal<AXPSpacingBox<number>>;
|
|
2167
3171
|
protected units: _angular_core.WritableSignal<AXPSpacingBox<string>>;
|
|
3172
|
+
protected readonly spacingUnits: readonly ["px", "rem", "em", "%", "vh", "vw"];
|
|
3173
|
+
protected getSpacingUnit(type: keyof AXPSpacingBox, side: AXPPropertyEditorSideValues): string;
|
|
3174
|
+
protected getSpacingUnitLabel(type: keyof AXPSpacingBox, side: AXPPropertyEditorSideValues): string;
|
|
3175
|
+
protected onSpacingUnitChange(unit: AXPSpacingUnit, type: keyof AXPSpacingBox, side: AXPPropertyEditorSideValues): void;
|
|
2168
3176
|
protected current: _angular_core.WritableSignal<{
|
|
2169
3177
|
type: keyof AXPSpacingBox;
|
|
2170
3178
|
side: AXPPropertyEditorSideValues;
|
|
@@ -2172,7 +3180,7 @@ declare class AXPSpacingWidgetEditComponent extends AXPValueWidgetComponent<AXPS
|
|
|
2172
3180
|
}>;
|
|
2173
3181
|
protected FixedValues: AXPSpacingBoxDefaultValues[];
|
|
2174
3182
|
protected popover: _angular_core.Signal<AXPopoverComponent>;
|
|
2175
|
-
protected setSpacing(input: number | Event, type: keyof AXPSpacingBox, side: AXPPropertyEditorSideValues): void;
|
|
3183
|
+
protected setSpacing(input: number | Event, type: keyof AXPSpacingBox, side: AXPPropertyEditorSideValues, baseUnit?: AXPSpacingUnit): void;
|
|
2176
3184
|
protected openPopUp(event: Event, type: keyof AXPSpacingBox, side: AXPPropertyEditorSideValues): void;
|
|
2177
3185
|
protected listenToMove(event: Event, type: keyof AXPSpacingBox, side: AXPPropertyEditorSideValues): void;
|
|
2178
3186
|
private getClientCoordinates;
|
|
@@ -2394,5 +3402,5 @@ declare class AXPWidgetsModule {
|
|
|
2394
3402
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXPWidgetsModule>;
|
|
2395
3403
|
}
|
|
2396
3404
|
|
|
2397
|
-
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, AXPDateTimeBoxWidgetPrintComponent, AXPDateTimeBoxWidgetViewComponent, AXPDirectionWidget, AXPDirectionWidgetEditComponent, AXPEditFileUploaderCommand,
|
|
2398
|
-
export type { AXPAdvancedGridItemWidgetOptions, AXPAdvancedGridWidgetOptions, AXPBlockWidgetConfigType, AXPBlockWidgetOptions, AXPCheckBoxWidgetConfigType, AXPCheckBoxWidgetOptions, AXPContactWidgetOptions, AXPDateTimeBoxWidgetOptions,
|
|
3405
|
+
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, AXPDateTimeBoxWidgetPrintComponent, AXPDateTimeBoxWidgetViewComponent, AXPDirectionWidget, AXPDirectionWidgetEditComponent, AXPEditFileUploaderCommand, AXPEqualValidationWidget, AXPEqualValidationWidgetEditComponent, AXPExtraPropertiesSchemaWidget, AXPExtraPropertiesValuesWidget, AXPExtraPropertiesWidget, AXPFileListComponent, AXPFileUploaderWidget, AXPFileUploaderWidgetColumnComponent, AXPFileUploaderWidgetEditComponent, AXPFileUploaderWidgetPrintComponent, AXPFileUploaderWidgetService, AXPFileUploaderWidgetViewComponent, AXPFlexItemOptionsWidget, AXPFlexItemOptionsWidgetEditComponent, AXPFlexItemWidget, AXPFlexItemWidgetDesignerComponent, AXPFlexItemWidgetViewComponent, AXPFlexOptionsWidget, AXPFlexOptionsWidgetEditComponent, AXPFlexWidget, AXPFlexWidgetDesignerComponent, AXPFlexWidgetViewComponent, AXPGalleryWidget, AXPGalleryWidgetEditComponent, AXPGalleryWidgetPrintComponent, AXPGalleryWidgetViewComponent, AXPGreaterThanExpressionValidationWidget, AXPGreaterThanValidationWidgetEditComponent, AXPGridItemOptionsWidget, AXPGridItemOptionsWidgetEditComponent, AXPGridOptionsWidget, AXPGridOptionsWidgetEditComponent, AXPImageMarkerPopupComponent, AXPImageMarkerWidget, AXPImageMarkerWidgetColumnComponent, AXPImageMarkerWidgetEditComponent, AXPImageMarkerWidgetViewComponent, AXPLargeTextWidget, AXPLargeTextWidgetColumnComponent, AXPLargeTextWidgetEditComponent, AXPLargeTextWidgetPrintComponent, AXPLargeTextWidgetViewComponent, AXPLessThanExpressionValidationWidget, AXPLessThanValidationWidgetEditComponent, AXPListWidget, AXPListWidgetViewComponent, AXPMapBoxWidget, AXPMapBoxWidgetEditComponent, AXPMapBoxWidgetViewComponent, AXPMaxLengthExpressionValidationWidget, AXPMaxLengthValidationWidgetEditComponent, AXPMinLengthExpressionValidationWidget, AXPMinLengthValidationWidgetEditComponent, AXPNumberBoxWidget, AXPNumberBoxWidgetColumnComponent, AXPNumberBoxWidgetEditComponent, AXPNumberBoxWidgetPrintComponent, AXPNumberBoxWidgetViewComponent, AXPPageWidget, AXPPageWidgetViewComponent, AXPPasswordBoxWidget, AXPPasswordBoxWidgetColumnComponent, AXPPasswordBoxWidgetEditComponent, AXPPasswordBoxWidgetPrintComponent, AXPPasswordBoxWidgetViewComponent, AXPRegularExpressionValidationWidget, AXPRegularExpressionValidationWidgetEditComponent, AXPRepeaterWidget, AXPRepeaterWidgetDesignerComponent, AXPRepeaterWidgetEditComponent, AXPRepeaterWidgetPrintComponent, AXPRepeaterWidgetViewComponent, AXPRequiredValidationWidget, AXPRequiredValidationWidgetEditComponent, AXPRichTextWidget, AXPRichTextWidgetColumnComponent, AXPRichTextWidgetEditComponent, AXPRichTextWidgetPrintComponent, AXPRichTextWidgetViewComponent, AXPSelectBoxWidget, AXPSelectBoxWidgetColumnComponent, AXPSelectBoxWidgetEditComponent, AXPSelectBoxWidgetPrintComponent, AXPSelectBoxWidgetViewComponent, AXPSelectionListWidget, AXPSelectionListWidgetColumnComponent, AXPSelectionListWidgetDesignerComponent, AXPSelectionListWidgetEditComponent, AXPSelectionListWidgetPrintComponent, AXPSelectionListWidgetViewComponent, AXPSignatureWidget, AXPSignatureWidgetColumnComponent, AXPSignatureWidgetEditComponent, AXPSignatureWidgetFilterComponent, AXPSignatureWidgetPrintComponent, AXPSignatureWidgetViewComponent, AXPSpacingWidget, AXPSpacingWidgetEditComponent, AXPTableItemWidget, AXPTableItemWidgetDesignerComponent, AXPTableItemWidgetViewComponent, AXPTableWidget, AXPTableWidgetDesignerComponent, AXPTableWidgetViewComponent, AXPTemplateBoxWidget, AXPTemplateBoxWidgetColumnComponent, AXPTemplateBoxWidgetEditComponent, AXPTemplateBoxWidgetPrintComponent, AXPTemplateBoxWidgetViewComponent, AXPTextBoxWidget, AXPTextBoxWidgetColumnComponent, AXPTextBoxWidgetEditComponent, AXPTextBoxWidgetPrintComponent, AXPTextBoxWidgetViewComponent, AXPToggleWidget, AXPToggleWidgetColumnComponent, AXPToggleWidgetEditComponent, AXPToggleWidgetPrintComponent, AXPToggleWidgetViewComponent, 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_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_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_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_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_TRULY_TEXT_PROPERTY, AXP_VALIDATION_PROPERTY_GROUP, AXP_VALUE_FIELD_PROPERTY, AXP_VERTICAL_ALIGN_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, largeTextDefaultProperty, numberDefaultProperty, numberMaxValueProperty, numberMinValueProperty, plainTextDefaultProperty };
|
|
3406
|
+
export type { AXPAbsoluteUnit, AXPAdvancedGridItemWidgetDesignerOptions, AXPAdvancedGridItemWidgetEditOptions, AXPAdvancedGridItemWidgetOptions, AXPAdvancedGridItemWidgetPrintOptions, AXPAdvancedGridItemWidgetViewOptions, AXPAdvancedGridWidgetDesignerOptions, AXPAdvancedGridWidgetEditOptions, AXPAdvancedGridWidgetOptions, AXPAdvancedGridWidgetViewOptions, AXPAvatarWidgetColumnOptions, AXPAvatarWidgetDesignerOptions, AXPAvatarWidgetEditOptions, AXPAvatarWidgetOptions, AXPAvatarWidgetPrintOptions, AXPAvatarWidgetViewOptions, AXPBlockWidgetConfigType, AXPBlockWidgetDesignerOptions, AXPBlockWidgetEditOptions, AXPBlockWidgetOptions, AXPBlockWidgetPrintOptions, AXPBlockWidgetViewOptions, AXPBorderRadiusUnit, AXPBorderWidthUnit, AXPButtonWidgetDesignerOptions, AXPButtonWidgetEditOptions, AXPButtonWidgetOptions, AXPButtonWidgetViewOptions, AXPCheckBoxWidgetColumnOptions, AXPCheckBoxWidgetConfigType, AXPCheckBoxWidgetDesignerOptions, AXPCheckBoxWidgetEditOptions, AXPCheckBoxWidgetOptions, AXPCheckBoxWidgetViewOptions, AXPContactWidgetColumnOptions, AXPContactWidgetDesignerOptions, AXPContactWidgetEditOptions, AXPContactWidgetOptions, AXPContactWidgetViewOptions, AXPDateTimeBoxWidgetColumnOptions, AXPDateTimeBoxWidgetDesignerOptions, AXPDateTimeBoxWidgetEditOptions, AXPDateTimeBoxWidgetOptions, AXPDateTimeBoxWidgetPrintOptions, AXPDateTimeBoxWidgetViewOptions, AXPFileUploaderWidgetColumnOptions, AXPFileUploaderWidgetDesignerOptions, AXPFileUploaderWidgetEditOptions, AXPFileUploaderWidgetOptions, AXPFileUploaderWidgetPrintOptions, AXPFileUploaderWidgetViewOptions, AXPFlexBoxAlignmentOption, AXPFlexBoxOption, AXPFlexItemStyles, AXPFlexItemWidgetDesignerOptions, AXPFlexItemWidgetEditOptions, AXPFlexItemWidgetOptions, AXPFlexItemWidgetPrintOptions, AXPFlexItemWidgetViewOptions, AXPFlexWidgetConfigType, AXPFlexWidgetDesignerOptions, AXPFlexWidgetEditOptions, AXPFlexWidgetOptions, AXPFlexWidgetPrintOptions, AXPFlexWidgetViewOptions, AXPGalleryWidgetDesignerOptions, AXPGalleryWidgetEditOptions, AXPGalleryWidgetOptions, AXPGalleryWidgetPrintOptions, AXPGalleryWidgetViewOptions, AXPGridBoxAlignmentOption, AXPGridBoxOption, AXPImageMarkerWidgetColumnOptions, AXPImageMarkerWidgetComponentOptions, AXPImageMarkerWidgetDesignerOptions, AXPImageMarkerWidgetEditOptions, AXPImageMarkerWidgetOptions, AXPImageMarkerWidgetPoint, AXPImageMarkerWidgetViewOptions, AXPLargeTextWidgetColumnOptions, AXPLargeTextWidgetDesignerOptions, AXPLargeTextWidgetEditOptions, AXPLargeTextWidgetOptions, AXPLargeTextWidgetPrintOptions, AXPLargeTextWidgetViewOptions, AXPListWidgetColumn, AXPListWidgetComponentOptions, AXPListWidgetEditOptions, AXPListWidgetOptions, AXPListWidgetRowCommand, AXPListWidgetViewOptions, AXPMapBoxWidgetDesignerOptions, AXPMapBoxWidgetEditOptions, AXPMapBoxWidgetOptions, AXPMapBoxWidgetPrintOptions, AXPMapBoxWidgetViewOptions, AXPNumberBoxWidgetColumnOptions, AXPNumberBoxWidgetDesignerOptions, AXPNumberBoxWidgetEditOptions, AXPNumberBoxWidgetOptions, AXPNumberBoxWidgetPrintOptions, AXPNumberBoxWidgetViewOptions, AXPPageWidgetDesignerOptions, AXPPageWidgetEditOptions, AXPPageWidgetOptions, AXPPageWidgetPrintOptions, AXPPageWidgetViewOptions, AXPPasswordBoxWidgetColumnOptions, AXPPasswordBoxWidgetDesignerOptions, AXPPasswordBoxWidgetEditOptions, AXPPasswordBoxWidgetOptions, AXPPasswordBoxWidgetPrintOptions, AXPPasswordBoxWidgetViewOptions, AXPRelativeUnit, AXPRelativeUnitNoPercent, AXPRepeaterWidgetDesignerOptions, AXPRepeaterWidgetEditOptions, AXPRepeaterWidgetOptions, AXPRepeaterWidgetPrintOptions, AXPRepeaterWidgetViewOptions, AXPRichTextWidgetColumnOptions, AXPRichTextWidgetDesignerOptions, AXPRichTextWidgetEditOptions, AXPRichTextWidgetOptions, AXPRichTextWidgetPrintOptions, AXPRichTextWidgetViewOptions, AXPSelectBoxWidgetColumnOptions, AXPSelectBoxWidgetDesignerOptions, AXPSelectBoxWidgetEditOptions, AXPSelectBoxWidgetOptions, AXPSelectBoxWidgetPrintOptions, AXPSelectBoxWidgetViewOptions, AXPSelectionListWidgetColumnOptions, AXPSelectionListWidgetDesignerOptions, AXPSelectionListWidgetEditOptions, AXPSelectionListWidgetOptions, AXPSelectionListWidgetPrintOptions, AXPSelectionListWidgetViewOptions, AXPSignatureWidgetColumnOptions, AXPSignatureWidgetDesignerOptions, AXPSignatureWidgetEditOptions, AXPSignatureWidgetOptions, AXPSignatureWidgetPrintOptions, AXPSignatureWidgetViewOptions, AXPSpacingBoxDefaultValues, AXPSpacingUnit, AXPTableItemWidgetDesignerOptions, AXPTableItemWidgetEditOptions, AXPTableItemWidgetOptions, AXPTableItemWidgetPrintOptions, AXPTableItemWidgetViewOptions, AXPTableWidgetConfigType, AXPTableWidgetDesignerOptions, AXPTableWidgetEditOptions, AXPTableWidgetOptions, AXPTableWidgetPrintOptions, AXPTableWidgetViewOptions, AXPTemplateBoxWidgetColumnOptions, AXPTemplateBoxWidgetDesignerOptions, AXPTemplateBoxWidgetEditOptions, AXPTemplateBoxWidgetOptions, AXPTemplateBoxWidgetPrintOptions, AXPTemplateBoxWidgetViewOptions, AXPTextBoxWidgetColumnOptions, AXPTextBoxWidgetDesignerOptions, AXPTextBoxWidgetEditOptions, AXPTextBoxWidgetOptions, AXPTextBoxWidgetPrintOptions, AXPTextBoxWidgetViewOptions, AXPToggleWidgetColumnOptions, AXPToggleWidgetDesignerOptions, AXPToggleWidgetEditOptions, AXPToggleWidgetOptions, AXPToggleWidgetPrintOptions, AXPToggleWidgetViewOptions, StrategyConfig };
|