@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.
@@ -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
- list: 'list',
388
+ dataList: 'data-list',
387
389
  listToolbar: 'list-toolbar',
388
390
  entityList: 'entity-list',
389
391
  documentUploader: 'document-uploader',