3h1-ui 2.1.21 → 2.1.22

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/es/index.js CHANGED
@@ -20282,10 +20282,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
20282
20282
  key: 0,
20283
20283
  class: normalizeClass(getClassName("search"))
20284
20284
  }, [
20285
- createVNode(unref(BasicForm), mergeProps({
20285
+ createVNode(unref(BasicForm), {
20286
+ onRegister: unref(registerForm),
20286
20287
  onSubmit: handleSearchFormSubmit,
20287
20288
  onReset: handleSearchFormSubmit
20288
- }, unref(getFormConfig)), null, 16)
20289
+ }, null, 8, ["onRegister"])
20289
20290
  ], 2)) : createCommentVNode("", true),
20290
20291
  unref(getProps).isShowToolbar ? (openBlock(), createElementBlock("div", {
20291
20292
  key: 1,
package/lib/index.js CHANGED
@@ -20284,10 +20284,11 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
20284
20284
  key: 0,
20285
20285
  class: vue.normalizeClass(getClassName("search"))
20286
20286
  }, [
20287
- vue.createVNode(vue.unref(BasicForm), vue.mergeProps({
20287
+ vue.createVNode(vue.unref(BasicForm), {
20288
+ onRegister: vue.unref(registerForm),
20288
20289
  onSubmit: handleSearchFormSubmit,
20289
20290
  onReset: handleSearchFormSubmit
20290
- }, vue.unref(getFormConfig)), null, 16)
20291
+ }, null, 8, ["onRegister"])
20291
20292
  ], 2)) : vue.createCommentVNode("", true),
20292
20293
  vue.unref(getProps).isShowToolbar ? (vue.openBlock(), vue.createElementBlock("div", {
20293
20294
  key: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "2.1.21",
3
+ "version": "2.1.22",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -31,8 +31,8 @@
31
31
  "vue-types": "^5.0.2",
32
32
  "vxe-table": "^4.3.6",
33
33
  "xe-utils": "^3.5.7",
34
- "@shy-plugins/utils": "1.0.14",
35
- "@shy-plugins/use": "1.0.3"
34
+ "@shy-plugins/use": "1.0.3",
35
+ "@shy-plugins/utils": "1.0.14"
36
36
  },
37
37
  "types": "es/ui/index.d.ts",
38
38
  "devDependencies": {