@acorex/platform 20.3.0-next.21 → 20.3.0-next.23

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.
@@ -279,6 +279,7 @@ withMethods((store) => ({
279
279
 
280
280
  const AXPWidgetsCatalog = {
281
281
  timeDuration: 'time-duration',
282
+ timeDurationFilter: 'time-duration-filter',
282
283
  tagable: 'tagable-editor',
283
284
  checkbox: 'checkbox-editor',
284
285
  color: 'color-editor',
@@ -333,6 +334,7 @@ const AXPWidgetsCatalog = {
333
334
  fontStyleChooser: 'font-style-chooser',
334
335
  fontSizeChooser: 'font-size-chooser',
335
336
  iconChooser: 'icon-chooser',
337
+ icon: 'icon',
336
338
  themeColorChooser: 'theme-color-chooser',
337
339
  gridOptions: 'grid-options',
338
340
  gridItemOptions: 'grid-item-options',