@kmkf-fe-packages/basic-components 2.0.79-beta.103 → 2.0.79-beta.104
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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -21848,7 +21848,7 @@ var OrderSubForm = function OrderSubForm(props) {
|
|
|
21848
21848
|
isShow: true,
|
|
21849
21849
|
isEdit: false,
|
|
21850
21850
|
isRequired: false,
|
|
21851
|
-
width: (next === null || next === void 0 ? void 0 : next.width) || 150
|
|
21851
|
+
width: Number(next === null || next === void 0 ? void 0 : next.width) || 150
|
|
21852
21852
|
};
|
|
21853
21853
|
if (t && t.isShow) {
|
|
21854
21854
|
prv.push(_objectSpread2(_objectSpread2(_objectSpread2({}, next), t), {}, {
|
package/dist/index.js
CHANGED
|
@@ -21861,7 +21861,7 @@ var OrderSubForm = function OrderSubForm(props) {
|
|
|
21861
21861
|
isShow: true,
|
|
21862
21862
|
isEdit: false,
|
|
21863
21863
|
isRequired: false,
|
|
21864
|
-
width: (next === null || next === void 0 ? void 0 : next.width) || 150
|
|
21864
|
+
width: Number(next === null || next === void 0 ? void 0 : next.width) || 150
|
|
21865
21865
|
};
|
|
21866
21866
|
if (t && t.isShow) {
|
|
21867
21867
|
prv.push(_objectSpread2(_objectSpread2(_objectSpread2({}, next), t), {}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.79-beta.
|
|
3
|
+
"version": "2.0.79-beta.104",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "da1500388741a5f19c19f3bad37815f0133748e2"
|
|
70
70
|
}
|