3h1-ui 3.0.0-next.71 → 3.0.0-next.73
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
|
@@ -35015,7 +35015,7 @@ const ShyForm = /* @__PURE__ */ defineComponent({
|
|
|
35015
35015
|
}) : null;
|
|
35016
35016
|
};
|
|
35017
35017
|
const renderItem = (schema) => {
|
|
35018
|
-
var _a2;
|
|
35018
|
+
var _a2, _b, _c;
|
|
35019
35019
|
return createVNode(_sfc_main$c, {
|
|
35020
35020
|
"tableAction": props2.tableAction,
|
|
35021
35021
|
"formActionType": formActionType,
|
|
@@ -35029,7 +35029,7 @@ const ShyForm = /* @__PURE__ */ defineComponent({
|
|
|
35029
35029
|
[`${prefixCls2}-table-form-item`]: isTableForm.value
|
|
35030
35030
|
},
|
|
35031
35031
|
"style": {
|
|
35032
|
-
[`--col-span`]: `${((_a2 = schema.colProps) == null ? void 0 : _a2.span) / (ROW_SLICE + ACTION_COL) * 100}%`
|
|
35032
|
+
[`--col-span`]: `${(((_a2 = schema.colProps) == null ? void 0 : _a2.span) ?? ((_c = (_b = getBindValue.value) == null ? void 0 : _b.baseColProps) == null ? void 0 : _c.span)) / (ROW_SLICE + ACTION_COL) * 100}%`
|
|
35033
35033
|
}
|
|
35034
35034
|
}, {
|
|
35035
35035
|
...Object.keys(omit$1(slots, ignoreKeys)).reduce((pre, cur) => {
|
package/lib/index.js
CHANGED
|
@@ -35039,7 +35039,7 @@ const ShyForm = /* @__PURE__ */ vue.defineComponent({
|
|
|
35039
35039
|
}) : null;
|
|
35040
35040
|
};
|
|
35041
35041
|
const renderItem = (schema) => {
|
|
35042
|
-
var _a2;
|
|
35042
|
+
var _a2, _b, _c;
|
|
35043
35043
|
return vue.createVNode(_sfc_main$c, {
|
|
35044
35044
|
"tableAction": props2.tableAction,
|
|
35045
35045
|
"formActionType": formActionType,
|
|
@@ -35053,7 +35053,7 @@ const ShyForm = /* @__PURE__ */ vue.defineComponent({
|
|
|
35053
35053
|
[`${prefixCls2}-table-form-item`]: isTableForm.value
|
|
35054
35054
|
},
|
|
35055
35055
|
"style": {
|
|
35056
|
-
[`--col-span`]: `${((_a2 = schema.colProps) == null ? void 0 : _a2.span) / (ROW_SLICE + ACTION_COL) * 100}%`
|
|
35056
|
+
[`--col-span`]: `${(((_a2 = schema.colProps) == null ? void 0 : _a2.span) ?? ((_c = (_b = getBindValue.value) == null ? void 0 : _b.baseColProps) == null ? void 0 : _c.span)) / (ROW_SLICE + ACTION_COL) * 100}%`
|
|
35057
35057
|
}
|
|
35058
35058
|
}, {
|
|
35059
35059
|
...Object.keys(omit$1(slots, ignoreKeys)).reduce((pre, cur) => {
|
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.73",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"vxe-table": "^4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
32
|
"@shy-plugins/tinymce": "^1.0.6",
|
|
33
|
-
"@shy-plugins/
|
|
34
|
-
"@shy-plugins/
|
|
33
|
+
"@shy-plugins/use": "1.0.1-next.1",
|
|
34
|
+
"@shy-plugins/utils": "1.0.0-next.1"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|