@acorex/platform 20.5.0-next.1 → 20.5.1
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-layout-components.mjs +42 -556
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs +3 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs +1074 -578
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/layout/components/index.d.ts +38 -210
- package/layout/entity/index.d.ts +2 -2
- package/layout/widget-core/index.d.ts +3 -1
- package/layout/widgets/index.d.ts +192 -126
- package/package.json +1 -1
|
@@ -294,6 +294,8 @@ const AXPWidgetsCatalog = {
|
|
|
294
294
|
tagable: 'tagable-editor',
|
|
295
295
|
checkbox: 'checkbox-editor',
|
|
296
296
|
color: 'color-editor',
|
|
297
|
+
connectedLists: 'connected-lists-editor',
|
|
298
|
+
list: 'list-editor',
|
|
297
299
|
contact: 'contact-editor',
|
|
298
300
|
dateTime: 'date-time-editor',
|
|
299
301
|
largeText: 'large-text-editor',
|
|
@@ -383,7 +385,7 @@ const AXPWidgetsCatalog = {
|
|
|
383
385
|
notification: 'notification',
|
|
384
386
|
taskBoard: 'task-board',
|
|
385
387
|
comment: 'comment',
|
|
386
|
-
|
|
388
|
+
dataList: 'data-list',
|
|
387
389
|
listToolbar: 'list-toolbar',
|
|
388
390
|
entityList: 'entity-list',
|
|
389
391
|
documentUploader: 'document-uploader',
|