3h1-ui 3.0.0-next.255 → 3.0.0-next.257
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 +5 -5
- package/lib/index.js +5 -5
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -25778,8 +25778,8 @@ const ShyForm = /* @__PURE__ */ defineComponent({
|
|
|
25778
25778
|
_c_props = componentProps;
|
|
25779
25779
|
}
|
|
25780
25780
|
return {
|
|
25781
|
-
|
|
25782
|
-
|
|
25781
|
+
..._c_props,
|
|
25782
|
+
schemas: treeExpandField(cloneDeep(_c_props.schemas))
|
|
25783
25783
|
};
|
|
25784
25784
|
}
|
|
25785
25785
|
};
|
|
@@ -31201,15 +31201,15 @@ const ShyTable = /* @__PURE__ */ defineComponent({
|
|
|
31201
31201
|
const isShowForm = () => {
|
|
31202
31202
|
let _slot;
|
|
31203
31203
|
return getBindValues.value.useSearchForm ? createVNode(ShyForm, mergeProps({
|
|
31204
|
-
"ref": formRef
|
|
31204
|
+
"ref": formRef,
|
|
31205
|
+
"showActionButtonGroup": true
|
|
31205
31206
|
}, getFormProps.value, {
|
|
31206
31207
|
"tableAction": tableAction2,
|
|
31207
31208
|
"formLabelInInput": getBindValues.value.formLabelInInput,
|
|
31208
31209
|
"onRegister": registerForm,
|
|
31209
31210
|
"onSubmit": handleSearchInfoChange,
|
|
31210
31211
|
"onAdvancedChange": redoHeight,
|
|
31211
|
-
"submitOnReset": true
|
|
31212
|
-
"showActionButtonGroup": true
|
|
31212
|
+
"submitOnReset": true
|
|
31213
31213
|
}), _isSlot$3(_slot = getFormSlotKeys.value.map((item) => {
|
|
31214
31214
|
return {
|
|
31215
31215
|
[replaceFormSlotKey(item)]: (data) => {
|
package/lib/index.js
CHANGED
|
@@ -25802,8 +25802,8 @@ const ShyForm = /* @__PURE__ */ vue.defineComponent({
|
|
|
25802
25802
|
_c_props = componentProps;
|
|
25803
25803
|
}
|
|
25804
25804
|
return {
|
|
25805
|
-
|
|
25806
|
-
|
|
25805
|
+
..._c_props,
|
|
25806
|
+
schemas: treeExpandField(cloneDeep(_c_props.schemas))
|
|
25807
25807
|
};
|
|
25808
25808
|
}
|
|
25809
25809
|
};
|
|
@@ -31225,15 +31225,15 @@ const ShyTable = /* @__PURE__ */ vue.defineComponent({
|
|
|
31225
31225
|
const isShowForm = () => {
|
|
31226
31226
|
let _slot;
|
|
31227
31227
|
return getBindValues.value.useSearchForm ? vue.createVNode(ShyForm, vue.mergeProps({
|
|
31228
|
-
"ref": formRef
|
|
31228
|
+
"ref": formRef,
|
|
31229
|
+
"showActionButtonGroup": true
|
|
31229
31230
|
}, getFormProps.value, {
|
|
31230
31231
|
"tableAction": tableAction2,
|
|
31231
31232
|
"formLabelInInput": getBindValues.value.formLabelInInput,
|
|
31232
31233
|
"onRegister": registerForm,
|
|
31233
31234
|
"onSubmit": handleSearchInfoChange,
|
|
31234
31235
|
"onAdvancedChange": redoHeight,
|
|
31235
|
-
"submitOnReset": true
|
|
31236
|
-
"showActionButtonGroup": true
|
|
31236
|
+
"submitOnReset": true
|
|
31237
31237
|
}), _isSlot$3(_slot = getFormSlotKeys.value.map((item) => {
|
|
31238
31238
|
return {
|
|
31239
31239
|
[replaceFormSlotKey(item)]: (data) => {
|