3h1-ui 3.0.0-next.219 → 3.0.0-next.220
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -11989,7 +11989,7 @@ const FormItem$2 = /* @__PURE__ */ defineComponent({
|
|
|
11989
11989
|
}, omit$1(compAttr, "slots"), {
|
|
11990
11990
|
"onInput": handleInput
|
|
11991
11991
|
}), {
|
|
11992
|
-
...
|
|
11992
|
+
...(compAttr == null ? void 0 : compAttr.slots) ?? {}
|
|
11993
11993
|
});
|
|
11994
11994
|
}
|
|
11995
11995
|
const compSlot = isFunction$5(renderComponentContent) ? {
|
package/lib/index.js
CHANGED
|
@@ -12013,7 +12013,7 @@ const FormItem$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
12013
12013
|
}, omit$1(compAttr, "slots"), {
|
|
12014
12014
|
"onInput": handleInput
|
|
12015
12015
|
}), {
|
|
12016
|
-
...
|
|
12016
|
+
...(compAttr == null ? void 0 : compAttr.slots) ?? {}
|
|
12017
12017
|
});
|
|
12018
12018
|
}
|
|
12019
12019
|
const compSlot = utils$1.isFunction(renderComponentContent) ? {
|
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.220",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
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/tinymce": "^1.0.6",
|
|
33
32
|
"@shy-plugins/use": "1.0.1-next.5",
|
|
33
|
+
"@shy-plugins/tinymce": "^1.0.6",
|
|
34
34
|
"@shy-plugins/utils": "1.0.0-next.1"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|