@kmkf-fe-packages/basic-components 2.0.79-beta.103 → 2.0.79-beta.107

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 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: (next === null || next === void 0 ? void 0 : next.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), {}, {
@@ -21881,7 +21881,7 @@ var OrderSubForm = function OrderSubForm(props) {
21881
21881
  color: 'red'
21882
21882
  }
21883
21883
  }, "*") : null, (t === null || t === void 0 ? void 0 : t.settingName) || t.title),
21884
- width: Number(t.width),
21884
+ width: t.width ? Number(t.width) : 150,
21885
21885
  render: function render(val, record, index) {
21886
21886
  // const column = orderSubformColumnMap[t.dataIndex];
21887
21887
  var isDisabled = t.isEdit || disabled;
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: (next === null || next === void 0 ? void 0 : next.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), {}, {
@@ -21894,7 +21894,7 @@ var OrderSubForm = function OrderSubForm(props) {
21894
21894
  color: 'red'
21895
21895
  }
21896
21896
  }, "*") : null, (t === null || t === void 0 ? void 0 : t.settingName) || t.title),
21897
- width: Number(t.width),
21897
+ width: t.width ? Number(t.width) : 150,
21898
21898
  render: function render(val, record, index) {
21899
21899
  // const column = orderSubformColumnMap[t.dataIndex];
21900
21900
  var isDisabled = t.isEdit || disabled;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.79-beta.103",
3
+ "version": "2.0.79-beta.107",
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": "2a95c703db7f4a62ead97390dfefab8286e8fd07"
69
+ "gitHead": "b17769b57445b60cc6b61dcf446e866b810f0c30"
70
70
  }