3h1-ui 3.0.0-next.256 → 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 +3 -3
- package/lib/index.js +3 -3
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -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
|
@@ -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) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.257",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"vue-json-pretty": "^2.2.3",
|
|
30
30
|
"vxe-table": "4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
|
-
"@shy-plugins/
|
|
32
|
+
"@shy-plugins/tinymce": "^1.0.6",
|
|
33
33
|
"@shy-plugins/use": "1.0.1-next.5",
|
|
34
|
-
"@shy-plugins/
|
|
34
|
+
"@shy-plugins/utils": "1.0.0-next.1"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|