@acorex/platform 21.0.0-next.83 → 21.0.0-next.88
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-auth.mjs +1 -1
- package/fesm2022/acorex-platform-auth.mjs.map +1 -1
- package/fesm2022/{acorex-platform-common-common-settings.provider-Ytey9uhY.mjs → acorex-platform-common-common-settings.provider-VfmZct9H.mjs} +43 -3
- package/fesm2022/acorex-platform-common-common-settings.provider-VfmZct9H.mjs.map +1 -0
- package/fesm2022/acorex-platform-common.mjs +1709 -870
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-contracts.mjs +1160 -9
- package/fesm2022/acorex-platform-contracts.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +210 -131
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-domain-contracts.mjs +58 -0
- package/fesm2022/acorex-platform-domain-contracts.mjs.map +1 -0
- package/fesm2022/acorex-platform-domain.mjs +2 -50
- package/fesm2022/acorex-platform-domain.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +61 -23
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +3 -2
- 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 +1114 -0
- package/fesm2022/acorex-platform-layout-entity-contracts.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-entity-file-list-popup.component--IeMZLIr.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +661 -742
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +376 -176
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs +11 -105
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-CFyfix31.mjs +513 -0
- package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-CFyfix31.mjs.map +1 -0
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-DjpZU6gz.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-D4MOHEpI.mjs} +4 -4
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-D4MOHEpI.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widgets.mjs +871 -59
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/fesm2022/acorex-platform-runtime.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-Br9p5aXT.mjs → acorex-platform-themes-default-entity-master-single-view.component-DrUwqKKA.mjs} +2 -3
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-DrUwqKKA.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +740 -96
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-shared-settings.provider-BjuzSe0T.mjs → acorex-platform-themes-shared-settings.provider-BUwPqwUS.mjs} +3 -3
- package/fesm2022/acorex-platform-themes-shared-settings.provider-BUwPqwUS.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-shared.mjs +4 -3
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/acorex-platform-workflow.mjs +6 -8
- package/fesm2022/acorex-platform-workflow.mjs.map +1 -1
- package/package.json +9 -5
- package/types/acorex-platform-auth.d.ts +2 -1
- package/types/acorex-platform-common.d.ts +419 -1083
- package/types/acorex-platform-contracts.d.ts +1791 -260
- package/types/acorex-platform-core.d.ts +2153 -2806
- package/types/acorex-platform-domain-contracts.d.ts +416 -0
- package/types/acorex-platform-domain.d.ts +4 -415
- package/types/acorex-platform-layout-builder.d.ts +2 -1
- package/types/acorex-platform-layout-components.d.ts +15 -4
- package/types/acorex-platform-layout-designer.d.ts +2 -1
- package/types/acorex-platform-layout-entity-contracts.d.ts +864 -0
- package/types/acorex-platform-layout-entity.d.ts +88 -269
- package/types/acorex-platform-layout-views.d.ts +48 -14
- package/types/acorex-platform-layout-widget-core.d.ts +9 -5
- package/types/acorex-platform-layout-widgets.d.ts +89 -13
- package/types/acorex-platform-runtime.d.ts +1 -1
- package/types/acorex-platform-themes-default.d.ts +173 -70
- package/types/acorex-platform-workflow.d.ts +5 -18
- package/fesm2022/acorex-platform-common-common-settings.provider-Ytey9uhY.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-J0zcGKBX.mjs +0 -116
- package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-J0zcGKBX.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-DjpZU6gz.mjs.map +0 -1
- package/fesm2022/acorex-platform-native.mjs +0 -155
- package/fesm2022/acorex-platform-native.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-Br9p5aXT.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-settings.provider-BjuzSe0T.mjs.map +0 -1
- package/native/README.md +0 -4
- package/types/acorex-platform-native.d.ts +0 -28
|
@@ -2,9 +2,9 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { signal, computed, Injectable, InjectionToken, inject, ElementRef, effect, untracked, EventEmitter, Injector, ChangeDetectorRef, ViewChild, Input, Output, ChangeDetectionStrategy, Component, input, output, ViewContainerRef, Directive, NgModule } from '@angular/core';
|
|
3
3
|
import { convertArrayToDataSource, AXDataSource, AX_STYLE_COLOR_TYPES, AX_STYLE_LOOK_TYPES } from '@acorex/cdk/common';
|
|
4
4
|
import { AXPContextStore, isSelectionValueEqual, isFormValueEqual, AXPDataSourceDefinitionProviderService, extractValue, AXPExpressionEvaluatorService, getSmart } from '@acorex/platform/core';
|
|
5
|
-
export { normalizeDefinitionCategories } from '@acorex/platform/core';
|
|
6
5
|
import { set, merge, cloneDeep, isNil, get, isEqual, isUndefined, isObjectLike, sum, isEmpty, isString } from 'lodash-es';
|
|
7
6
|
import { Subject, BehaviorSubject, filter } from 'rxjs';
|
|
7
|
+
import { AXPWidgetsCatalog } from '@acorex/platform/contracts';
|
|
8
8
|
import * as i1$1 from '@acorex/components/skeleton';
|
|
9
9
|
import { AXSkeletonModule } from '@acorex/components/skeleton';
|
|
10
10
|
import * as i2 from '@acorex/core/translation';
|
|
@@ -170,108 +170,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
170
170
|
type: Injectable
|
|
171
171
|
}] });
|
|
172
172
|
|
|
173
|
-
//
|
|
174
|
-
// @deprecated
|
|
175
|
-
// Prefer AXPWidgetsList from @acorex/modules/common; dashboard widget type ids live in dashboard-management RootConfig.widgets.
|
|
176
|
-
const AXPWidgetsCatalog = {
|
|
177
|
-
timeDuration: 'time-duration',
|
|
178
|
-
timeDurationFilter: 'time-duration-filter',
|
|
179
|
-
checkbox: 'checkbox-editor',
|
|
180
|
-
color: 'color-editor',
|
|
181
|
-
connectedLists: 'connected-lists-editor',
|
|
182
|
-
list: 'list-editor',
|
|
183
|
-
contact: 'contact-editor',
|
|
184
|
-
dateTime: 'date-time-editor',
|
|
185
|
-
largeText: 'large-text-editor',
|
|
186
|
-
number: 'number-editor',
|
|
187
|
-
numberUnit: 'number-unit-editor',
|
|
188
|
-
password: 'password-editor',
|
|
189
|
-
richText: 'rich-text-editor',
|
|
190
|
-
select: 'select-editor',
|
|
191
|
-
selectionList: 'selection-list-editor',
|
|
192
|
-
text: 'text-editor',
|
|
193
|
-
table: 'table-editor',
|
|
194
|
-
toggle: 'toggle-editor',
|
|
195
|
-
blockLayout: 'block-layout',
|
|
196
|
-
pageLayout: 'page-layout',
|
|
197
|
-
repeaterLayout: 'repeater-layout',
|
|
198
|
-
textBlockLayout: 'text-block-layout',
|
|
199
|
-
alertBoxLayout: 'alert-box-layout',
|
|
200
|
-
badgeLayout: 'badge-layout',
|
|
201
|
-
attachments: 'attachments',
|
|
202
|
-
fileTypeExtension: 'file-type-extension',
|
|
203
|
-
map: 'map',
|
|
204
|
-
imageMarker: 'image-marker',
|
|
205
|
-
image: 'image',
|
|
206
|
-
gallery: 'gallery',
|
|
207
|
-
signature: 'signature',
|
|
208
|
-
buttonAction: 'button-action',
|
|
209
|
-
document: 'document-layout',
|
|
210
|
-
lookup: 'lookup-editor',
|
|
211
|
-
formField: 'form-field',
|
|
212
|
-
qrcode: 'qrcode',
|
|
213
|
-
schedulerPicker: 'scheduler-picker',
|
|
214
|
-
advancedGrid: 'advanced-grid-layout',
|
|
215
|
-
advancedGridItem: 'advanced-grid-item-layout',
|
|
216
|
-
grid: 'grid-layout',
|
|
217
|
-
gridItem: 'grid-item-layout',
|
|
218
|
-
template: 'template',
|
|
219
|
-
templateDesigner: 'template-designer',
|
|
220
|
-
cronJob: 'cron-job',
|
|
221
|
-
spacing: 'spacing',
|
|
222
|
-
direction: 'direction',
|
|
223
|
-
border: 'border',
|
|
224
|
-
flexLayout: 'flex-layout',
|
|
225
|
-
flexItem: 'flex-item-layout',
|
|
226
|
-
tableLayout: 'table-layout',
|
|
227
|
-
tableItem: 'table-item-layout',
|
|
228
|
-
avatar: 'avatar',
|
|
229
|
-
themeModeChooser: 'theme-mode-chooser',
|
|
230
|
-
menuOrientationChooser: 'menu-orientation-chooser',
|
|
231
|
-
fontStyleChooser: 'font-style-chooser',
|
|
232
|
-
fontSizeChooser: 'font-size-chooser',
|
|
233
|
-
iconChooser: 'icon-chooser',
|
|
234
|
-
icon: 'icon',
|
|
235
|
-
themeColorChooser: 'theme-color-chooser',
|
|
236
|
-
gridOptions: 'grid-options',
|
|
237
|
-
gridItemOptions: 'grid-item-options',
|
|
238
|
-
advancedGridOptions: 'advanced-grid-options',
|
|
239
|
-
stringFilter: 'string-filter',
|
|
240
|
-
numberFilter: 'number-filter',
|
|
241
|
-
dateTimeFilter: 'datetime-filter',
|
|
242
|
-
booleanFilter: 'boolean-filter',
|
|
243
|
-
lookupFilter: 'lookup-filter',
|
|
244
|
-
flexOptions: 'flex-options',
|
|
245
|
-
flexItemOptions: 'flex-item-options',
|
|
246
|
-
selectFilter: 'select-filter',
|
|
247
|
-
requiredValidation: 'required-validation',
|
|
248
|
-
regularExpressionValidation: 'regular-expression-validation',
|
|
249
|
-
minLengthValidation: 'min-length-validation',
|
|
250
|
-
maxLengthValidation: 'max-length-validation',
|
|
251
|
-
lessThanValidation: 'less-than-validation',
|
|
252
|
-
greaterThanValidation: 'greater-than-validation',
|
|
253
|
-
betweenValidation: 'between-validation',
|
|
254
|
-
equalValidation: 'equal-validation',
|
|
255
|
-
callbackValidation: 'callback-validation',
|
|
256
|
-
metaData: 'meta-data-editor',
|
|
257
|
-
templateEditor: 'template-box-editor',
|
|
258
|
-
templateContentEditor: 'template-content-editor',
|
|
259
|
-
panel: 'panel',
|
|
260
|
-
notification: 'notification',
|
|
261
|
-
comment: 'comment',
|
|
262
|
-
dataList: 'data-list',
|
|
263
|
-
listToolbar: 'list-toolbar',
|
|
264
|
-
entityList: 'entity-list',
|
|
265
|
-
pageComponent: 'page-component',
|
|
266
|
-
editorJs: 'editor-js-editor',
|
|
267
|
-
documentUploader: 'document-uploader',
|
|
268
|
-
stepWizard: 'step-wizard',
|
|
269
|
-
progressBar: 'progress-bar-editor',
|
|
270
|
-
rate: 'rate-picker-editor',
|
|
271
|
-
documentFileTypeFilter: 'document-file-type-filter',
|
|
272
|
-
entityDefinitionProvider: 'entity-definition-provider-editor',
|
|
273
|
-
};
|
|
274
|
-
|
|
275
173
|
function cloneProperty(property, values) {
|
|
276
174
|
return merge(cloneDeep(property), values);
|
|
277
175
|
}
|
|
@@ -661,7 +559,7 @@ class AXPDataListWidgetComponent extends AXPValueWidgetComponent {
|
|
|
661
559
|
});
|
|
662
560
|
}, ...(ngDevMode ? [{ debugName: "rf" }] : /* istanbul ignore next */ []));
|
|
663
561
|
this.effect2 = effect(async () => {
|
|
664
|
-
const value = this.
|
|
562
|
+
const value = this.resolveSelectedItemsValue();
|
|
665
563
|
const items = [];
|
|
666
564
|
if (Array.isArray(value)) {
|
|
667
565
|
items.push(...(await Promise.all(value.map((item) => this.extractItem(item)))));
|
|
@@ -695,6 +593,14 @@ class AXPDataListWidgetComponent extends AXPValueWidgetComponent {
|
|
|
695
593
|
[this.textField()]: item,
|
|
696
594
|
};
|
|
697
595
|
}
|
|
596
|
+
/**
|
|
597
|
+
* Value used to resolve `selectedItems`. Defaults to the stored value, but
|
|
598
|
+
* widgets that wrap their value (e.g. filter mode) can override this to expose
|
|
599
|
+
* the unwrapped scalar/array so item resolution receives a real key.
|
|
600
|
+
*/
|
|
601
|
+
resolveSelectedItemsValue() {
|
|
602
|
+
return this.getValue();
|
|
603
|
+
}
|
|
698
604
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: AXPDataListWidgetComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
699
605
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: AXPDataListWidgetComponent }); }
|
|
700
606
|
}
|
|
@@ -4664,5 +4570,5 @@ const AXP_CALLBACK_VALIDATION_PROPERTY = {
|
|
|
4664
4570
|
* Generated bundle index. Do not edit.
|
|
4665
4571
|
*/
|
|
4666
4572
|
|
|
4667
|
-
export { AXPBaseWidgetComponent, AXPBlockBaseLayoutWidgetComponent, AXPBoxModelLayoutWidgetComponent, AXPColumnWidgetComponent, AXPDataListWidgetComponent, AXPFlexBaseLayoutWidgetComponent, AXPFlexItemBaseLayoutWidgetComponent, AXPGridBaseLayoutWidgetComponent, AXPGridItemBaseLayoutWidgetComponent, AXPInlineBaseLayoutWidgetComponent, AXPLayoutBaseWidgetComponent, AXPPageStatus, AXPPropertyEditorHelper, AXPTableBaseLayoutWidgetComponent, AXPTableItemBaseLayoutWidgetComponent, AXPTableItemOpsBaseLayoutWidgetComponent, AXPValueWidgetComponent, AXPWidgetColumnCellComponent, AXPWidgetColumnRendererComponent, AXPWidgetContainerComponent, AXPWidgetCoreElement, AXPWidgetCoreModule, AXPWidgetCoreService, AXPWidgetGroupEnum, AXPWidgetRegistryService, AXPWidgetRendererDirective, AXPWidgetSerializationHelper, AXPWidgetStatus,
|
|
4573
|
+
export { AXPBaseWidgetComponent, AXPBlockBaseLayoutWidgetComponent, AXPBoxModelLayoutWidgetComponent, AXPColumnWidgetComponent, AXPDataListWidgetComponent, AXPFlexBaseLayoutWidgetComponent, AXPFlexItemBaseLayoutWidgetComponent, AXPGridBaseLayoutWidgetComponent, AXPGridItemBaseLayoutWidgetComponent, AXPInlineBaseLayoutWidgetComponent, AXPLayoutBaseWidgetComponent, AXPPageStatus, AXPPropertyEditorHelper, AXPTableBaseLayoutWidgetComponent, AXPTableItemBaseLayoutWidgetComponent, AXPTableItemOpsBaseLayoutWidgetComponent, AXPValueWidgetComponent, AXPWidgetColumnCellComponent, AXPWidgetColumnRendererComponent, AXPWidgetContainerComponent, AXPWidgetCoreElement, AXPWidgetCoreModule, AXPWidgetCoreService, AXPWidgetGroupEnum, AXPWidgetRegistryService, AXPWidgetRendererDirective, AXPWidgetSerializationHelper, AXPWidgetStatus, 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_COLUMN_TOKEN, AXP_WIDGET_DEFINITION_PROVIDER, AXP_WIDGET_PROPERTY_GROUP, AXP_WIDGET_TOKEN, booleanDefaultProperty, buildWidgetRegistryMapFromProviders, cloneProperty, createBooleanProperty, createNumberProperty, createSelectProperty, createStringProperty, findNonEmptyBreakpoints, largeTextDefaultProperty, mapAXPPropertyToWidgetProperty, normalizeWidgetCategories, numberDefaultProperty, numberMaxValueProperty, numberMinValueProperty, plainTextDefaultProperty, richTextDefaultProperty, selectEditorDefaultValueProperty, selectionListEditorDefaultValueProperty };
|
|
4668
4574
|
//# sourceMappingURL=acorex-platform-layout-widget-core.mjs.map
|