ywana-core8 0.0.597 → 0.0.598

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
@@ -5568,6 +5568,7 @@
5568
5568
  _props$canEdit = props.canEdit,
5569
5569
  canEdit = _props$canEdit === void 0 ? false : _props$canEdit,
5570
5570
  searchBy = props.searchBy,
5571
+ addValidator = props.addValidator,
5571
5572
  _props$autosave = props.autosave,
5572
5573
  autosave = _props$autosave === void 0 ? false : _props$autosave,
5573
5574
  _props$delay = props.delay,
@@ -5616,7 +5617,8 @@
5616
5617
  site.openDialog( /*#__PURE__*/React__default["default"].createElement(CreateContentDialog, {
5617
5618
  label: "" + name,
5618
5619
  type: schema,
5619
- onOK: onOK
5620
+ onOK: onOK,
5621
+ validator: addValidator
5620
5622
  }));
5621
5623
  }
5622
5624