@acorex/platform 21.0.0-next.92 → 21.0.0-next.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/acorex-platform-common.mjs +9 -4
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-contracts.mjs +12 -1
- package/fesm2022/acorex-platform-contracts.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +2 -16
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-domain-contracts.mjs +0 -1
- package/fesm2022/acorex-platform-domain-contracts.mjs.map +1 -1
- package/fesm2022/acorex-platform-domain.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +4 -4
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +4 -3
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +4 -3
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity-attachments-page.component-CwG6n_Yb.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity-contracts.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity-file-list-popup.component--IeMZLIr.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +24 -4
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +5 -4
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core-contracts.mjs +141 -0
- package/fesm2022/acorex-platform-layout-widget-core-contracts.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widget-core.mjs +5 -132
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-BvFykMTH.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-DIDziLAT.mjs} +2 -2
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-DIDziLAT.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widgets.mjs +13 -440
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/fesm2022/acorex-platform-runtime-contracts.mjs +166 -0
- package/fesm2022/acorex-platform-runtime-contracts.mjs.map +1 -0
- package/fesm2022/acorex-platform-runtime.mjs +1 -163
- package/fesm2022/acorex-platform-runtime.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-C7cT82K2.mjs → acorex-platform-themes-default-entity-master-modify-view.component-BP2dVnBQ.mjs} +3 -2
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BP2dVnBQ.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-DrUwqKKA.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-default.mjs +4 -3
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/package.json +14 -6
- package/types/acorex-platform-common.d.ts +15 -5
- package/types/acorex-platform-contracts.d.ts +106 -4
- package/types/acorex-platform-core.d.ts +4 -101
- package/types/acorex-platform-layout-builder.d.ts +3 -3
- package/types/acorex-platform-layout-components.d.ts +4 -3
- package/types/acorex-platform-layout-designer.d.ts +2 -1
- package/types/acorex-platform-layout-entity-contracts.d.ts +2 -3
- package/types/acorex-platform-layout-entity.d.ts +12 -10
- package/types/acorex-platform-layout-views.d.ts +10 -9
- package/types/acorex-platform-layout-widget-core-contracts.d.ts +299 -0
- package/types/acorex-platform-layout-widget-core.d.ts +9 -301
- package/types/acorex-platform-layout-widgets.d.ts +55 -80
- package/types/acorex-platform-runtime-contracts.d.ts +275 -0
- package/types/acorex-platform-runtime.d.ts +4 -274
- package/types/acorex-platform-themes-default.d.ts +3 -3
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-BvFykMTH.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-C7cT82K2.mjs.map +0 -1
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { Signal,
|
|
3
|
-
import * as
|
|
2
|
+
import { Signal, OnInit, ComponentRef, EventEmitter, InjectionToken, OnChanges, TemplateRef, Injector, WritableSignal, SimpleChanges, Type } from '@angular/core';
|
|
3
|
+
import * as _acorex_platform_layout_widget_core_contracts from '@acorex/platform/layout/widget-core-contracts';
|
|
4
|
+
import { AXPWidgetStatus, AXPPageStatus, AXPWidgetNodeToken, AXPWidgetNode, AXPWidgetRenderMode, AXPWidgetPropertyGroup, AXPWidgetProperty, AXPWidgetConfig, AXPExtendedWidget, AXPWidgetColumnNode } from '@acorex/platform/layout/widget-core-contracts';
|
|
4
5
|
import * as _ngrx_signals from '@ngrx/signals';
|
|
5
6
|
import * as _acorex_platform_contracts from '@acorex/platform/contracts';
|
|
6
|
-
import { AXPOptionsData,
|
|
7
|
-
export { AXPWidgetNode, AXPWidgetRenderMode } from '@acorex/platform/contracts';
|
|
7
|
+
import { AXPOptionsData, AXPValidationRules, AXPProperty, AXPContextChangeEvent, AXPMetaData, AXPDefinitionCategory } from '@acorex/platform/contracts';
|
|
8
8
|
import { AXValueChangedEvent, AXDataSource } from '@acorex/cdk/common';
|
|
9
9
|
import * as rxjs from 'rxjs';
|
|
10
10
|
import { Subject, BehaviorSubject } from 'rxjs';
|
|
11
|
+
import * as _acorex_platform_layout_widget_core from '@acorex/platform/layout/widget-core';
|
|
11
12
|
import { AXDataTableColumnComponent } from '@acorex/components/data-table';
|
|
12
13
|
import * as i7 from '@acorex/core/translation';
|
|
13
14
|
import { AXTranslationService } from '@acorex/core/translation';
|
|
@@ -17,23 +18,6 @@ import * as i4 from '@angular/common';
|
|
|
17
18
|
import * as i5 from '@angular/cdk/portal';
|
|
18
19
|
import * as i6 from '@acorex/components/skeleton';
|
|
19
20
|
|
|
20
|
-
declare enum AXPPageStatus {
|
|
21
|
-
Idle = "idle",// The page is idle.
|
|
22
|
-
Rendering = "rendering",// The page is being rendered.
|
|
23
|
-
Rendered = "rendered",// The rendering process is complete.
|
|
24
|
-
Processing = "processing",// The page is performing a task or interaction.
|
|
25
|
-
Submitting = "submitting",// The form is being submitted.
|
|
26
|
-
Submitted = "submitted",// Submission is completed.
|
|
27
|
-
Validating = "validating",// The form is being validated.
|
|
28
|
-
Validated = "validated",// Validation is completed.
|
|
29
|
-
Error = "error"
|
|
30
|
-
}
|
|
31
|
-
declare enum AXPWidgetStatus {
|
|
32
|
-
Rendering = "rendering",// The widget is being mounted and bound.
|
|
33
|
-
Rendered = "rendered",// The widget shell is ready (async hydration may still run).
|
|
34
|
-
Error = "error"
|
|
35
|
-
}
|
|
36
|
-
|
|
37
21
|
type AXPWidgetCoreElementAPI = {
|
|
38
22
|
[name: string]: Subject<any> | Function;
|
|
39
23
|
};
|
|
@@ -120,282 +104,6 @@ declare class AXPWidgetCoreService {
|
|
|
120
104
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPWidgetCoreService>;
|
|
121
105
|
}
|
|
122
106
|
|
|
123
|
-
type AXPWidgetGroup = 'form-element' | 'dashboard-widget' | 'form-template' | 'property-editor' | 'meta-data' | 'setting-widget' | 'entity-widget' | 'utility-widget' | 'base-widget';
|
|
124
|
-
declare enum AXPWidgetGroupEnum {
|
|
125
|
-
FormElement = "form-element",
|
|
126
|
-
DashboardWidget = "dashboard-widget",
|
|
127
|
-
FormTemplate = "form-template",
|
|
128
|
-
PropertyEditor = "property-editor",
|
|
129
|
-
MetaData = "meta-data",
|
|
130
|
-
SettingWidget = "setting-widget",
|
|
131
|
-
EntityWidget = "entity-widget",
|
|
132
|
-
UtilityWidget = "utility-widget",
|
|
133
|
-
BaseWidget = "base-widget"
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
interface AXPWidgetTypesMap {
|
|
137
|
-
timeDuration: 'time-duration';
|
|
138
|
-
checkbox: 'checkbox-editor';
|
|
139
|
-
color: 'color-editor';
|
|
140
|
-
connectedLists: 'connected-lists-editor';
|
|
141
|
-
contact: 'contact-editor';
|
|
142
|
-
dateTime: 'date-time-editor';
|
|
143
|
-
largeText: 'large-text-editor';
|
|
144
|
-
number: 'number-editor';
|
|
145
|
-
numberUnit: 'number-unit-editor';
|
|
146
|
-
password: 'password-editor';
|
|
147
|
-
richText: 'rich-text-editor';
|
|
148
|
-
select: 'select-editor';
|
|
149
|
-
selectionList: 'selection-list-editor';
|
|
150
|
-
text: 'text-editor';
|
|
151
|
-
table: 'table-editor';
|
|
152
|
-
toggle: 'toggle-editor';
|
|
153
|
-
blockLayout: 'block-layout';
|
|
154
|
-
pageLayout: 'page-layout';
|
|
155
|
-
repeaterLayout: 'repeater-layout';
|
|
156
|
-
textBlockLayout: 'text-block-layout';
|
|
157
|
-
alertBoxLayout: 'alert-box-layout';
|
|
158
|
-
badgeLayout: 'badge-layout';
|
|
159
|
-
attachments: 'attachments';
|
|
160
|
-
fileTypeExtension: 'file-type-extension';
|
|
161
|
-
map: 'map';
|
|
162
|
-
imageMarker: 'image-marker';
|
|
163
|
-
image: 'image';
|
|
164
|
-
gallery: 'gallery';
|
|
165
|
-
signature: 'signature';
|
|
166
|
-
buttonAction: 'button-action';
|
|
167
|
-
document: 'document-layout';
|
|
168
|
-
lookup: 'lookup-editor';
|
|
169
|
-
formField: 'form-field';
|
|
170
|
-
advancedGrid: 'advanced-grid-layout';
|
|
171
|
-
advancedGridItem: 'advanced-grid-item-layout';
|
|
172
|
-
grid: 'grid-layout';
|
|
173
|
-
gridItem: 'grid-item-layout';
|
|
174
|
-
qrcode: 'qrcode';
|
|
175
|
-
schedulerPicker: 'scheduler-picker';
|
|
176
|
-
template: 'template';
|
|
177
|
-
templateDesigner: 'template-designer';
|
|
178
|
-
cronJob: 'cron-job';
|
|
179
|
-
spacing: 'spacing';
|
|
180
|
-
border: 'border';
|
|
181
|
-
direction: 'direction';
|
|
182
|
-
flexLayout: 'flex-layout';
|
|
183
|
-
flexItem: 'flex-item-layout';
|
|
184
|
-
tableLayout: 'table-layout';
|
|
185
|
-
tableItem: 'table-item-layout';
|
|
186
|
-
avatar: 'avatar';
|
|
187
|
-
stringFilter: 'string-filter';
|
|
188
|
-
numberFilter: 'number-filter';
|
|
189
|
-
dateTimeFilter: 'datetime-filter';
|
|
190
|
-
booleanFilter: 'boolean-filter';
|
|
191
|
-
lookupFilter: 'lookup-filter';
|
|
192
|
-
timeDurationFilter: 'time-duration-filter';
|
|
193
|
-
flexOptions: 'flex-options';
|
|
194
|
-
flexItemOptions: 'flex-item-options';
|
|
195
|
-
gridOptions: 'grid-options';
|
|
196
|
-
gridItemOptions: 'grid-item-options';
|
|
197
|
-
advancedGridOptions: 'advanced-grid-options';
|
|
198
|
-
selectFilter: 'select-filter';
|
|
199
|
-
requiredValidation: 'required-validation';
|
|
200
|
-
regularExpressionValidation: 'regular-expression-validation';
|
|
201
|
-
minLengthValidation: 'min-length-validation';
|
|
202
|
-
maxLengthValidation: 'max-length-validation';
|
|
203
|
-
lessThanValidation: 'less-than-validation';
|
|
204
|
-
greaterThanValidation: 'greater-than-validation';
|
|
205
|
-
betweenValidation: 'between-validation';
|
|
206
|
-
equalValidation: 'equal-validation';
|
|
207
|
-
callbackValidation: 'callback-validation';
|
|
208
|
-
metaData: 'meta-data-editor';
|
|
209
|
-
templateEditor: 'template-box-editor';
|
|
210
|
-
templateContentEditor: 'template-content-editor';
|
|
211
|
-
themeModeChooser: 'theme-mode-chooser';
|
|
212
|
-
menuOrientationChooser: 'menu-orientation-chooser';
|
|
213
|
-
fontStyleChooser: 'font-style-chooser';
|
|
214
|
-
fontSizeChooser: 'font-size-chooser';
|
|
215
|
-
iconChooser: 'icon-chooser';
|
|
216
|
-
icon: 'icon';
|
|
217
|
-
themeColorChooser: 'theme-color-chooser';
|
|
218
|
-
panel: 'panel';
|
|
219
|
-
notification: 'notification';
|
|
220
|
-
comment: 'comment';
|
|
221
|
-
list: 'list-editor';
|
|
222
|
-
dataList: 'data-list';
|
|
223
|
-
listToolbar: 'list-toolbar';
|
|
224
|
-
entityList: 'entity-list';
|
|
225
|
-
pageComponent: 'page-component';
|
|
226
|
-
stepWizard: 'step-wizard';
|
|
227
|
-
documentUploader: 'document-uploader';
|
|
228
|
-
documentFileTypeFilter: 'document-file-type-filter';
|
|
229
|
-
editorJs: 'editor-js-editor';
|
|
230
|
-
progressBar: 'progress-bar-editor';
|
|
231
|
-
rate: 'rate-picker-editor';
|
|
232
|
-
entityDefinitionProvider: 'entity-definition-provider-editor';
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
interface AXPWidgetPropertyGroup {
|
|
236
|
-
name: string;
|
|
237
|
-
title: string;
|
|
238
|
-
order: number;
|
|
239
|
-
}
|
|
240
|
-
interface AXPWidgetProperty {
|
|
241
|
-
name: string;
|
|
242
|
-
title: string;
|
|
243
|
-
description?: string;
|
|
244
|
-
group: AXPWidgetPropertyGroup;
|
|
245
|
-
order?: number;
|
|
246
|
-
/**
|
|
247
|
-
* Controls whether the property title label is shown in the property viewer panel.
|
|
248
|
-
* Defaults to true when omitted.
|
|
249
|
-
*/
|
|
250
|
-
showLabel?: boolean;
|
|
251
|
-
schema: {
|
|
252
|
-
dataType: AXPDataType;
|
|
253
|
-
nullable?: boolean;
|
|
254
|
-
defaultValue?: any | string | ((context: any | null) => any);
|
|
255
|
-
interface: Required<Pick<AXPWidgetNode, 'path'>> & Omit<AXPWidgetNode, 'path'>;
|
|
256
|
-
};
|
|
257
|
-
validations?: AXPValidationRules;
|
|
258
|
-
visible: boolean | AXPExpression;
|
|
259
|
-
binding?: {
|
|
260
|
-
enabled: boolean;
|
|
261
|
-
/** When set, the expression is edited at path + '.' + optionKey (e.g. options.visibility). */
|
|
262
|
-
optionKey?: string;
|
|
263
|
-
};
|
|
264
|
-
}
|
|
265
|
-
declare function cloneProperty(property: AXPWidgetProperty, values: AXPPartialNested<AXPWidgetProperty>): AXPWidgetProperty;
|
|
266
|
-
declare function createStringProperty(ctor: {
|
|
267
|
-
defaultValue?: string;
|
|
268
|
-
name: string;
|
|
269
|
-
title: string;
|
|
270
|
-
path?: string;
|
|
271
|
-
group: AXPWidgetPropertyGroup;
|
|
272
|
-
visible?: boolean | AXPExpression;
|
|
273
|
-
}): AXPWidgetProperty;
|
|
274
|
-
declare function createNumberProperty(ctor: {
|
|
275
|
-
defaultValue?: number;
|
|
276
|
-
name: string;
|
|
277
|
-
title: string;
|
|
278
|
-
path?: string;
|
|
279
|
-
group: AXPWidgetPropertyGroup;
|
|
280
|
-
visible?: boolean | AXPExpression;
|
|
281
|
-
options?: {
|
|
282
|
-
minValue?: number;
|
|
283
|
-
maxValue?: number;
|
|
284
|
-
decimals?: number;
|
|
285
|
-
};
|
|
286
|
-
}): AXPWidgetProperty;
|
|
287
|
-
declare function createBooleanProperty(ctor: {
|
|
288
|
-
defaultValue?: boolean;
|
|
289
|
-
name: string;
|
|
290
|
-
title: string;
|
|
291
|
-
path?: string;
|
|
292
|
-
group: AXPWidgetPropertyGroup;
|
|
293
|
-
visible?: boolean | AXPExpression;
|
|
294
|
-
}): AXPWidgetProperty;
|
|
295
|
-
declare function createSelectProperty<T = string | {
|
|
296
|
-
id: string;
|
|
297
|
-
title: string;
|
|
298
|
-
}>(ctor: {
|
|
299
|
-
defaultValue: T | T[] | any;
|
|
300
|
-
dataSource: T[];
|
|
301
|
-
name: string;
|
|
302
|
-
title: string;
|
|
303
|
-
path?: string;
|
|
304
|
-
group: AXPWidgetPropertyGroup;
|
|
305
|
-
visible?: boolean | AXPExpression;
|
|
306
|
-
}): AXPWidgetProperty;
|
|
307
|
-
interface AXPWidgetNodeToken<TOptions extends AXPOptionsData = AXPOptionsData> {
|
|
308
|
-
defaultValue?: any;
|
|
309
|
-
config: AXPWidgetConfig;
|
|
310
|
-
node: AXPWidgetNode;
|
|
311
|
-
options?: TOptions;
|
|
312
|
-
}
|
|
313
|
-
interface AXPWidgetColumnNode {
|
|
314
|
-
type: string;
|
|
315
|
-
path: string;
|
|
316
|
-
options?: AXPOptionsData;
|
|
317
|
-
/** Column header caption from data-table (`title || name`); often an i18n key. */
|
|
318
|
-
caption?: string;
|
|
319
|
-
}
|
|
320
|
-
interface AXPWidgetColumnNodeToken extends AXPWidgetColumnNode {
|
|
321
|
-
config: AXPWidgetConfig;
|
|
322
|
-
}
|
|
323
|
-
declare const AXP_WIDGET_TOKEN: InjectionToken<AXPWidgetNodeToken<Record<string, any>>>;
|
|
324
|
-
declare const AXP_WIDGET_COLUMN_TOKEN: InjectionToken<AXPWidgetColumnNodeToken>;
|
|
325
|
-
interface AXPWidgetComponentConfig {
|
|
326
|
-
component: () => Promise<any>;
|
|
327
|
-
properties?: AXPWidgetProperty[];
|
|
328
|
-
}
|
|
329
|
-
interface AXPWidgetConfigComponents {
|
|
330
|
-
designer?: AXPWidgetComponentConfig;
|
|
331
|
-
view?: AXPWidgetComponentConfig;
|
|
332
|
-
edit?: AXPWidgetComponentConfig;
|
|
333
|
-
print?: AXPWidgetComponentConfig;
|
|
334
|
-
column?: AXPWidgetComponentConfig;
|
|
335
|
-
filter?: AXPWidgetComponentConfig;
|
|
336
|
-
}
|
|
337
|
-
type AXPWidgetViewType = 'container' | 'editor' | 'action' | 'view' | 'filter' | 'validation' | 'dashboard';
|
|
338
|
-
type AXPWidgetDesignerOptionsMap = {
|
|
339
|
-
container: {
|
|
340
|
-
canInsert: boolean;
|
|
341
|
-
};
|
|
342
|
-
editor: {
|
|
343
|
-
needLabel: boolean;
|
|
344
|
-
};
|
|
345
|
-
action: {};
|
|
346
|
-
view: {};
|
|
347
|
-
};
|
|
348
|
-
type AXPExtractWidgetConfig<T> = {
|
|
349
|
-
type: AXPWidgetViewType;
|
|
350
|
-
designer: T extends {
|
|
351
|
-
type: infer V;
|
|
352
|
-
} ? V extends keyof AXPWidgetDesignerOptionsMap ? AXPWidgetDesignerOptionsMap[V] : any : any;
|
|
353
|
-
};
|
|
354
|
-
interface AXPWidgetConfig<T = any> {
|
|
355
|
-
name: AXPWidgetTypesMap[keyof AXPWidgetTypesMap] | keyof AXPWidgetTypesMap | string;
|
|
356
|
-
alias?: string | string[];
|
|
357
|
-
title: AXPMultiLanguageString;
|
|
358
|
-
icon?: string;
|
|
359
|
-
description?: AXPMultiLanguageString;
|
|
360
|
-
/**
|
|
361
|
-
* Picker tabs and section headings in the widget gallery (when the widget is included in the picker list).
|
|
362
|
-
*/
|
|
363
|
-
categories?: AXPDefinitionCategory | AXPDefinitionCategory[];
|
|
364
|
-
/**
|
|
365
|
-
* Optional sub-group within a parent category tab in the widget picker.
|
|
366
|
-
* Ignored on the "All" tab (widgets are grouped by parent category only).
|
|
367
|
-
*/
|
|
368
|
-
subCategory?: AXPDefinitionCategory;
|
|
369
|
-
/**
|
|
370
|
-
* Which surfaces may offer this widget. The designer widget picker includes a widget only when this list
|
|
371
|
-
* intersects the requested groups (e.g. the layout designer requests `AXPWidgetGroupEnum.FormElement`).
|
|
372
|
-
* Use `AXPWidgetGroupEnum.BaseWidget` alone for types that must stay registered (filters, renderers, AI tools)
|
|
373
|
-
* but must not appear in form or dashboard pickers.
|
|
374
|
-
*/
|
|
375
|
-
groups?: AXPWidgetGroup[];
|
|
376
|
-
properties?: AXPWidgetProperty[];
|
|
377
|
-
components: AXPWidgetConfigComponents;
|
|
378
|
-
meta?: AXPMetaData;
|
|
379
|
-
type: AXPExtractWidgetConfig<T>['type'];
|
|
380
|
-
designer?: AXPExtractWidgetConfig<T>['designer'];
|
|
381
|
-
options?: Record<string, any>;
|
|
382
|
-
defaultFilterWidgetName?: 'string-filter' | 'number-filter' | 'datetime-filter' | 'boolean-filter' | 'select-filter' | 'lookup-filter' | 'time-duration-filter' | string;
|
|
383
|
-
/**
|
|
384
|
-
* Optional layout for Change History. When set, this AXPWidgetNode is rendered for
|
|
385
|
-
* changes of this widget type instead of the default fieldKey/actionKey text.
|
|
386
|
-
* Context passed to renderer: the AXPActivityLogChange object.
|
|
387
|
-
* If omitted, the default display is used.
|
|
388
|
-
*/
|
|
389
|
-
historyLayout?: AXPWidgetNode;
|
|
390
|
-
}
|
|
391
|
-
interface AXPExtendedWidget {
|
|
392
|
-
widget: AXPWidgetConfig;
|
|
393
|
-
parentName: string;
|
|
394
|
-
}
|
|
395
|
-
interface AXPLayoutBuilderStatusChangedEvent {
|
|
396
|
-
status: AXPPageStatus;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
107
|
type AXPClassMap = Readonly<Record<string, boolean>>;
|
|
400
108
|
type AXPStyleMap = Readonly<Record<string, string | number>>;
|
|
401
109
|
declare abstract class AXPBaseWidgetComponent<TOptions extends Record<string, unknown> = AXPOptionsData> extends AXPWidgetCoreElement implements OnInit {
|
|
@@ -442,7 +150,7 @@ declare abstract class AXPBaseWidgetComponent<TOptions extends Record<string, un
|
|
|
442
150
|
userEditedSinceCommit: boolean;
|
|
443
151
|
lastChange: _acorex_platform_contracts.AXPContextChangeEvent;
|
|
444
152
|
}>;
|
|
445
|
-
readonly config:
|
|
153
|
+
readonly config: _acorex_platform_layout_widget_core_contracts.AXPWidgetConfig<any>;
|
|
446
154
|
readonly node: AXPWidgetNode;
|
|
447
155
|
protected readonly name: string | undefined;
|
|
448
156
|
protected component: this;
|
|
@@ -862,7 +570,7 @@ declare class AXPWidgetContainerComponent {
|
|
|
862
570
|
readonly isSavedCommitted: _angular_core.Signal<boolean>;
|
|
863
571
|
readonly isFormDirty: _angular_core.Signal<boolean>;
|
|
864
572
|
constructor();
|
|
865
|
-
status: _angular_core.Signal<
|
|
573
|
+
status: _angular_core.Signal<_acorex_platform_layout_widget_core_contracts.AXPPageStatus>;
|
|
866
574
|
isBusy: _angular_core.Signal<boolean>;
|
|
867
575
|
isHydrating: _angular_core.Signal<boolean>;
|
|
868
576
|
/** True when registered widgets exist and none are rendering or hydrating. */
|
|
@@ -1364,5 +1072,5 @@ declare const AXP_BETWEEN_VALIDATION_PROPERTY: AXPWidgetProperty;
|
|
|
1364
1072
|
declare const AXP_EQUAL_VALIDATION_PROPERTY: AXPWidgetProperty;
|
|
1365
1073
|
declare const AXP_CALLBACK_VALIDATION_PROPERTY: AXPWidgetProperty;
|
|
1366
1074
|
|
|
1367
|
-
export { AXPBaseWidgetComponent, AXPBlockBaseLayoutWidgetComponent, AXPBoxModelLayoutWidgetComponent, AXPColumnWidgetComponent, AXPDataListWidgetComponent, AXPFlexBaseLayoutWidgetComponent, AXPFlexItemBaseLayoutWidgetComponent, AXPGridBaseLayoutWidgetComponent, AXPGridItemBaseLayoutWidgetComponent, AXPInlineBaseLayoutWidgetComponent, AXPLayoutBaseWidgetComponent,
|
|
1368
|
-
export type { AXPBorderBox, AXPBorderBoxString, AXPBreakpointValues, AXPBreakpoints, AXPClassMap,
|
|
1075
|
+
export { AXPBaseWidgetComponent, AXPBlockBaseLayoutWidgetComponent, AXPBoxModelLayoutWidgetComponent, AXPColumnWidgetComponent, AXPDataListWidgetComponent, AXPFlexBaseLayoutWidgetComponent, AXPFlexItemBaseLayoutWidgetComponent, AXPGridBaseLayoutWidgetComponent, AXPGridItemBaseLayoutWidgetComponent, AXPInlineBaseLayoutWidgetComponent, AXPLayoutBaseWidgetComponent, AXPPropertyEditorHelper, AXPTableBaseLayoutWidgetComponent, AXPTableItemBaseLayoutWidgetComponent, AXPTableItemOpsBaseLayoutWidgetComponent, AXPValueWidgetComponent, AXPWidgetColumnCellComponent, AXPWidgetColumnRendererComponent, AXPWidgetContainerComponent, AXPWidgetCoreElement, AXPWidgetCoreModule, AXPWidgetCoreService, AXPWidgetRegistryService, AXPWidgetRendererDirective, AXPWidgetSerializationHelper, AXP_ALLOW_CLEAR_PROPERTY, AXP_ALLOW_MULTIPLE_PROPERTY, AXP_ALLOW_SEARCH_PROPERTY, AXP_ANIMATION_PROPERTY_GROUP, AXP_APPEARANCE_PROPERTY_GROUP, AXP_BEHAVIOR_PROPERTY_GROUP, AXP_BETWEEN_VALIDATION_PROPERTY, AXP_BG_COLOR_PROPERTY, AXP_BOX_MODEL_PROPERTY_GROUP, AXP_CALLBACK_VALIDATION_PROPERTY, AXP_COLOR_PROPERTY, AXP_CONTENT_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_DATA_PROPERTY_GROUP, AXP_DATA_SOURCE_OPTIONS_PROPERTY, AXP_DATE_DEPTH_PROPERTY, AXP_DATE_FORMAT_PROPERTY, AXP_DATE_RANGE_LIMIT_PROPERTY, AXP_DEFAULT_ROW_COUNT_PROPERTY, AXP_DESCRIPTION_PROPERTY, AXP_DIRECTION_PROPERTY, AXP_DISABLED_PROPERTY, AXP_DOWNLOADABLE_PROPERTY, AXP_EQUAL_VALIDATION_PROPERTY, AXP_FALSY_TEXT_PROPERTY, AXP_FIT_LINE_COUNT_PROPERTY, AXP_FONT_SIZE_PROPERTY, AXP_GREATER_THAN_VALIDATION_PROPERTY, 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_REQUIRED_VALIDATION_PROPERTY, AXP_SHOW_PASSWORD_PROPERTY, AXP_SPIN_BUTTON_PROPERTY, AXP_STYLE_COLOR_PROPERTY, AXP_STYLE_LOOK_PROPERTY, AXP_STYLING_PROPERTY_GROUP, AXP_TABLE_COLUMNS_PROPERTY, AXP_TABLE_COLUMN_ALIGNMENT_PROPERTIES, AXP_TABLE_COLUMN_CELL_ALIGN_PROPERTY, AXP_TABLE_COLUMN_HEADER_ALIGN_PROPERTY, AXP_TABLE_COLUMN_HEIGHT_PROPERTY, AXP_TABLE_COLUMN_WIDTH_PROPERTY, AXP_TABLE_ITEM_COLSPAN_PROPERTY, AXP_TABLE_ITEM_ROWSPAN_PROPERTY, AXP_TEXT_ALIGN_PROPERTY, AXP_TEXT_FIELD_PROPERTY, AXP_TEXT_PROPERTY, AXP_THEME_PROPERTY, AXP_TITLE_PROPERTY, AXP_TRIGGERS_PROPERTY, AXP_TRIGGERS_PROPERTY_GROUP, AXP_TRULY_TEXT_PROPERTY, AXP_VALIDATION_PROPERTY_GROUP, AXP_VALUE_FIELD_PROPERTY, AXP_VERTICAL_ALIGN_PROPERTY, AXP_WIDGETS_ACTION_CATEGORY, AXP_WIDGETS_ACTION_SUB_CONTROLS, AXP_WIDGETS_ADVANCE_CATEGORY, AXP_WIDGETS_ADVANCE_SUB_DATA, AXP_WIDGETS_ADVANCE_SUB_INPUT, AXP_WIDGETS_ADVANCE_SUB_MEDIA, AXP_WIDGETS_ADVANCE_SUB_TOOLS, AXP_WIDGETS_AI_CATEGORY, AXP_WIDGETS_CATEGORIES, AXP_WIDGETS_EDITOR_CATEGORY, AXP_WIDGETS_EDITOR_SUB_CHOICE, AXP_WIDGETS_EDITOR_SUB_COMPOSITE, AXP_WIDGETS_EDITOR_SUB_CONFIG, AXP_WIDGETS_EDITOR_SUB_DATETIME, AXP_WIDGETS_EDITOR_SUB_NUMERIC, AXP_WIDGETS_EDITOR_SUB_RICH, AXP_WIDGETS_EDITOR_SUB_TEXT_INPUTS, AXP_WIDGETS_EDITOR_SUB_VISUAL, AXP_WIDGETS_LAYOUT_CATEGORY, AXP_WIDGETS_LAYOUT_SUB_GRID, AXP_WIDGETS_LAYOUT_SUB_LISTS, AXP_WIDGETS_LAYOUT_SUB_SHELL, AXP_WIDGETS_LAYOUT_SUB_SURFACES, AXP_WIDGETS_LAYOUT_SUB_TABS, AXP_WIDGETS_LAYOUT_SUB_UTILITY, AXP_WIDGET_DEFINITION_PROVIDER, AXP_WIDGET_PROPERTY_GROUP, WIDGET_CASCADE_TRACE_NS, booleanDefaultProperty, buildWidgetRegistryMapFromProviders, findNonEmptyBreakpoints, largeTextDefaultProperty, mapAXPPropertyToWidgetProperty, normalizeWidgetCategories, numberDefaultProperty, numberMaxValueProperty, numberMinValueProperty, plainTextDefaultProperty, richTextDefaultProperty, selectEditorDefaultValueProperty, selectionListEditorDefaultValueProperty };
|
|
1076
|
+
export type { AXPBorderBox, AXPBorderBoxString, AXPBreakpointValues, AXPBreakpoints, AXPClassMap, AXPFlexBoxString, AXPFlexItemBoxString, AXPGridBoxString, AXPGridBreakpointValues, AXPGridItemBoxString, AXPPropertyCorners, AXPPropertyEditorCornerValues, AXPPropertyEditorSideGeneric, AXPPropertyEditorSideValues, AXPPropertySides, AXPSpacingBox, AXPSpacingBoxString, AXPStyleMap, AXPWidgetCoreElementAPI, AXPWidgetCoreElementAction, AXPWidgetCoreModuleConfigs, AXPWidgetDefinitionProvider, AXPWidgetRendererDirectiveOptions, MapAXPPropertyToWidgetPropertyOptions };
|