ywana-core8 0.0.856 → 0.0.857

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/dist/index.umd.js CHANGED
@@ -6476,6 +6476,8 @@
6476
6476
  editorTitle = props.editorTitle,
6477
6477
  editorActions = props.editorActions,
6478
6478
  editValidator = props.editValidator,
6479
+ _props$grouped = props.grouped,
6480
+ grouped = _props$grouped === void 0 ? false : _props$grouped,
6479
6481
  listItemRenderer = props.listItemRenderer,
6480
6482
  filters = props.filters,
6481
6483
  footer = props.footer,
@@ -6565,6 +6567,7 @@
6565
6567
  icon: icon,
6566
6568
  schema: schema,
6567
6569
  layout: editor,
6570
+ grouped: grouped,
6568
6571
  autosave: autosave,
6569
6572
  delay: delay,
6570
6573
  canDelete: canDelete,