3h1-ui 3.0.0-next.255 → 3.0.0-next.256
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 +3 -3
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
|
};
|
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
|
};
|
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.256",
|
|
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/utils": "1.0.0-next.1",
|
|
33
33
|
"@shy-plugins/use": "1.0.1-next.5",
|
|
34
|
-
"@shy-plugins/
|
|
34
|
+
"@shy-plugins/tinymce": "^1.0.6"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|