3h1-ui 2.1.25 → 2.1.26
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 +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -20281,11 +20281,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
20281
20281
|
key: 0,
|
|
20282
20282
|
class: normalizeClass(getClassName("search"))
|
|
20283
20283
|
}, [
|
|
20284
|
-
createVNode(unref(BasicForm), mergeProps({
|
|
20284
|
+
createVNode(unref(BasicForm), mergeProps(unref(getFormConfig), {
|
|
20285
20285
|
onRegister: unref(registerForm),
|
|
20286
20286
|
onSubmit: handleSearchFormSubmit,
|
|
20287
20287
|
onReset: handleSearchFormSubmit
|
|
20288
|
-
}
|
|
20288
|
+
}), null, 16, ["onRegister"])
|
|
20289
20289
|
], 2)) : createCommentVNode("", true),
|
|
20290
20290
|
unref(getProps).isShowToolbar ? (openBlock(), createElementBlock("div", {
|
|
20291
20291
|
key: 1,
|
package/lib/index.js
CHANGED
|
@@ -20283,11 +20283,11 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
20283
20283
|
key: 0,
|
|
20284
20284
|
class: vue.normalizeClass(getClassName("search"))
|
|
20285
20285
|
}, [
|
|
20286
|
-
vue.createVNode(vue.unref(BasicForm), vue.mergeProps({
|
|
20286
|
+
vue.createVNode(vue.unref(BasicForm), vue.mergeProps(vue.unref(getFormConfig), {
|
|
20287
20287
|
onRegister: vue.unref(registerForm),
|
|
20288
20288
|
onSubmit: handleSearchFormSubmit,
|
|
20289
20289
|
onReset: handleSearchFormSubmit
|
|
20290
|
-
}
|
|
20290
|
+
}), null, 16, ["onRegister"])
|
|
20291
20291
|
], 2)) : vue.createCommentVNode("", true),
|
|
20292
20292
|
vue.unref(getProps).isShowToolbar ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
20293
20293
|
key: 1,
|