@kmkf-fe-packages/basic-components 2.0.79-beta.95 → 2.0.79-beta.97

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
@@ -21824,7 +21824,7 @@ var OrderSubForm = function OrderSubForm(props) {
21824
21824
  isShow: true,
21825
21825
  isEdit: false,
21826
21826
  isRequired: false,
21827
- width: 150
21827
+ width: (next === null || next === void 0 ? void 0 : next.width) || 150
21828
21828
  };
21829
21829
  if (t && t.isShow) {
21830
21830
  prv.push(_objectSpread2(_objectSpread2(_objectSpread2({}, next), t), {}, {
package/dist/index.js CHANGED
@@ -21837,7 +21837,7 @@ var OrderSubForm = function OrderSubForm(props) {
21837
21837
  isShow: true,
21838
21838
  isEdit: false,
21839
21839
  isRequired: false,
21840
- width: 150
21840
+ width: (next === null || next === void 0 ? void 0 : next.width) || 150
21841
21841
  };
21842
21842
  if (t && t.isShow) {
21843
21843
  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.95",
3
+ "version": "2.0.79-beta.97",
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": "f0707f0f4f520d16d1d49e8ee905a98582943e27"
69
+ "gitHead": "958f258cc92b7cc219bb8c69feb8ff3804141864"
70
70
  }