3h1-ui 2.1.31 → 2.1.33

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
@@ -20214,7 +20214,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
20214
20214
  handleSearchInfoChange
20215
20215
  } = useTableForm(getProps, slots, getProps.value.api, getLoading);
20216
20216
  const getFormConfig = {
20217
- ...getProps.value.formConfig,
20217
+ ...props2.formConfig,
20218
20218
  showAdvancedButton: true,
20219
20219
  submitButtonOptions: {
20220
20220
  loading: false
@@ -20286,7 +20286,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
20286
20286
  }, [
20287
20287
  createVNode(unref(BasicForm), mergeProps({ ref: "formRef" }, getFormConfig, {
20288
20288
  submitOnReset: "",
20289
- onRegister: unref(registerForm),
20290
20289
  onSubmit: unref(handleSearchInfoChange),
20291
20290
  onReset: unref(handleSearchInfoChange)
20292
20291
  }), createSlots({ _: 2 }, [
@@ -20298,7 +20297,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
20298
20297
  ])
20299
20298
  };
20300
20299
  })
20301
- ]), 1040, ["onRegister", "onSubmit", "onReset"])
20300
+ ]), 1040, ["onSubmit", "onReset"])
20302
20301
  ], 2)) : createCommentVNode("", true),
20303
20302
  unref(getProps).isShowToolbar ? (openBlock(), createElementBlock("div", {
20304
20303
  key: 1,
package/lib/index.js CHANGED
@@ -20216,7 +20216,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
20216
20216
  handleSearchInfoChange
20217
20217
  } = useTableForm(getProps, slots, getProps.value.api, getLoading);
20218
20218
  const getFormConfig = {
20219
- ...getProps.value.formConfig,
20219
+ ...props2.formConfig,
20220
20220
  showAdvancedButton: true,
20221
20221
  submitButtonOptions: {
20222
20222
  loading: false
@@ -20288,7 +20288,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
20288
20288
  }, [
20289
20289
  vue.createVNode(vue.unref(BasicForm), vue.mergeProps({ ref: "formRef" }, getFormConfig, {
20290
20290
  submitOnReset: "",
20291
- onRegister: vue.unref(registerForm),
20292
20291
  onSubmit: vue.unref(handleSearchInfoChange),
20293
20292
  onReset: vue.unref(handleSearchInfoChange)
20294
20293
  }), vue.createSlots({ _: 2 }, [
@@ -20300,7 +20299,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
20300
20299
  ])
20301
20300
  };
20302
20301
  })
20303
- ]), 1040, ["onRegister", "onSubmit", "onReset"])
20302
+ ]), 1040, ["onSubmit", "onReset"])
20304
20303
  ], 2)) : vue.createCommentVNode("", true),
20305
20304
  vue.unref(getProps).isShowToolbar ? (vue.openBlock(), vue.createElementBlock("div", {
20306
20305
  key: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "2.1.31",
3
+ "version": "2.1.33",
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": {