@kmkf-fe-packages/basic-components 2.0.54-beta.34 → 2.0.54-beta.36

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
@@ -19161,7 +19161,8 @@ var wdtReissue = function wdtReissue(props) {
19161
19161
  }
19162
19162
  }, /*#__PURE__*/React.createElement(Select, {
19163
19163
  style: {
19164
- marginBottom: '8px'
19164
+ marginBottom: '8px',
19165
+ width: '100%'
19165
19166
  },
19166
19167
  disabled: disabled,
19167
19168
  allowClear: false,
@@ -19186,7 +19187,8 @@ var wdtReissue = function wdtReissue(props) {
19186
19187
  }
19187
19188
  }, /*#__PURE__*/React.createElement(Cascader, {
19188
19189
  style: {
19189
- marginBottom: '8px'
19190
+ marginBottom: '8px',
19191
+ width: '100%'
19190
19192
  },
19191
19193
  disabled: isSettingConfig ? !isSettingConfig : disabled,
19192
19194
  allowClear: false,
@@ -19449,7 +19451,8 @@ var PublicReissue = function PublicReissue(props) {
19449
19451
  }
19450
19452
  }, /*#__PURE__*/React.createElement(Select, {
19451
19453
  style: {
19452
- marginBottom: '8px'
19454
+ marginBottom: '8px',
19455
+ width: '100%'
19453
19456
  },
19454
19457
  disabled: disabled,
19455
19458
  allowClear: false,
@@ -19474,7 +19477,8 @@ var PublicReissue = function PublicReissue(props) {
19474
19477
  }
19475
19478
  }, /*#__PURE__*/React.createElement(Cascader, {
19476
19479
  style: {
19477
- marginBottom: '8px'
19480
+ marginBottom: '8px',
19481
+ width: '100%'
19478
19482
  },
19479
19483
  disabled: isSettingConfig ? !isSettingConfig : disabled,
19480
19484
  allowClear: false,
@@ -19483,7 +19487,7 @@ var PublicReissue = function PublicReissue(props) {
19483
19487
  onChange: function onChange(val) {
19484
19488
  return changeTypeHandle(val);
19485
19489
  }
19486
- })), (typeMap$2 === null || typeMap$2 === void 0 ? void 0 : (_typeMap$type40 = typeMap$2[type]) === null || _typeMap$type40 === void 0 ? void 0 : _typeMap$type40.systemOrderBillType) && /*#__PURE__*/React.createElement(Col, {
19490
+ })), (typeMap$2 === null || typeMap$2 === void 0 ? void 0 : (_typeMap$type40 = typeMap$2[type]) === null || _typeMap$type40 === void 0 ? void 0 : _typeMap$type40.systemOrderBillType) && !isSettingConfig && /*#__PURE__*/React.createElement(Col, {
19487
19491
  className: "gutter-row",
19488
19492
  xs: {
19489
19493
  span: 11
@@ -20506,7 +20510,8 @@ var bsE3Reissue = function bsE3Reissue(props) {
20506
20510
  }
20507
20511
  }, /*#__PURE__*/React.createElement(Select, {
20508
20512
  style: {
20509
- marginBottom: '8px'
20513
+ marginBottom: '8px',
20514
+ width: '100%'
20510
20515
  },
20511
20516
  disabled: disabled,
20512
20517
  allowClear: false,
@@ -20531,7 +20536,8 @@ var bsE3Reissue = function bsE3Reissue(props) {
20531
20536
  }
20532
20537
  }, /*#__PURE__*/React.createElement(Cascader, {
20533
20538
  style: {
20534
- marginBottom: '8px'
20539
+ marginBottom: '8px',
20540
+ width: '100%'
20535
20541
  },
20536
20542
  disabled: isSettingConfig ? !isSettingConfig : disabled,
20537
20543
  allowClear: false,
@@ -20775,7 +20781,8 @@ var GyReissue = function GyReissue(props) {
20775
20781
  }
20776
20782
  }, /*#__PURE__*/React.createElement(Select, {
20777
20783
  style: {
20778
- marginBottom: '8px'
20784
+ marginBottom: '8px',
20785
+ width: '100%'
20779
20786
  },
20780
20787
  disabled: disabled,
20781
20788
  allowClear: false,
@@ -20800,7 +20807,8 @@ var GyReissue = function GyReissue(props) {
20800
20807
  }
20801
20808
  }, /*#__PURE__*/React.createElement(Cascader, {
20802
20809
  style: {
20803
- marginBottom: '8px'
20810
+ marginBottom: '8px',
20811
+ width: '100%'
20804
20812
  },
20805
20813
  disabled: isSettingConfig ? !isSettingConfig : disabled,
20806
20814
  allowClear: false,
@@ -21066,7 +21074,8 @@ var GyReturnGoods = function GyReturnGoods(props) {
21066
21074
  }
21067
21075
  }, /*#__PURE__*/React.createElement(Select, {
21068
21076
  style: {
21069
- marginBottom: '8px'
21077
+ marginBottom: '8px',
21078
+ width: '100%'
21070
21079
  },
21071
21080
  disabled: disabled,
21072
21081
  allowClear: false,
@@ -21091,7 +21100,8 @@ var GyReturnGoods = function GyReturnGoods(props) {
21091
21100
  }
21092
21101
  }, /*#__PURE__*/React.createElement(Cascader, {
21093
21102
  style: {
21094
- marginBottom: '8px'
21103
+ marginBottom: '8px',
21104
+ width: '100%'
21095
21105
  },
21096
21106
  disabled: isSettingConfig ? !isSettingConfig : disabled,
21097
21107
  allowClear: false,
package/dist/index.js CHANGED
@@ -19173,7 +19173,8 @@ var wdtReissue = function wdtReissue(props) {
19173
19173
  }
19174
19174
  }, /*#__PURE__*/React__default['default'].createElement(antd.Select, {
19175
19175
  style: {
19176
- marginBottom: '8px'
19176
+ marginBottom: '8px',
19177
+ width: '100%'
19177
19178
  },
19178
19179
  disabled: disabled,
19179
19180
  allowClear: false,
@@ -19198,7 +19199,8 @@ var wdtReissue = function wdtReissue(props) {
19198
19199
  }
19199
19200
  }, /*#__PURE__*/React__default['default'].createElement(antd.Cascader, {
19200
19201
  style: {
19201
- marginBottom: '8px'
19202
+ marginBottom: '8px',
19203
+ width: '100%'
19202
19204
  },
19203
19205
  disabled: isSettingConfig ? !isSettingConfig : disabled,
19204
19206
  allowClear: false,
@@ -19461,7 +19463,8 @@ var PublicReissue = function PublicReissue(props) {
19461
19463
  }
19462
19464
  }, /*#__PURE__*/React__default['default'].createElement(antd.Select, {
19463
19465
  style: {
19464
- marginBottom: '8px'
19466
+ marginBottom: '8px',
19467
+ width: '100%'
19465
19468
  },
19466
19469
  disabled: disabled,
19467
19470
  allowClear: false,
@@ -19486,7 +19489,8 @@ var PublicReissue = function PublicReissue(props) {
19486
19489
  }
19487
19490
  }, /*#__PURE__*/React__default['default'].createElement(antd.Cascader, {
19488
19491
  style: {
19489
- marginBottom: '8px'
19492
+ marginBottom: '8px',
19493
+ width: '100%'
19490
19494
  },
19491
19495
  disabled: isSettingConfig ? !isSettingConfig : disabled,
19492
19496
  allowClear: false,
@@ -19495,7 +19499,7 @@ var PublicReissue = function PublicReissue(props) {
19495
19499
  onChange: function onChange(val) {
19496
19500
  return changeTypeHandle(val);
19497
19501
  }
19498
- })), (typeMap$2 === null || typeMap$2 === void 0 ? void 0 : (_typeMap$type40 = typeMap$2[type]) === null || _typeMap$type40 === void 0 ? void 0 : _typeMap$type40.systemOrderBillType) && /*#__PURE__*/React__default['default'].createElement(antd.Col, {
19502
+ })), (typeMap$2 === null || typeMap$2 === void 0 ? void 0 : (_typeMap$type40 = typeMap$2[type]) === null || _typeMap$type40 === void 0 ? void 0 : _typeMap$type40.systemOrderBillType) && !isSettingConfig && /*#__PURE__*/React__default['default'].createElement(antd.Col, {
19499
19503
  className: "gutter-row",
19500
19504
  xs: {
19501
19505
  span: 11
@@ -20518,7 +20522,8 @@ var bsE3Reissue = function bsE3Reissue(props) {
20518
20522
  }
20519
20523
  }, /*#__PURE__*/React__default['default'].createElement(antd.Select, {
20520
20524
  style: {
20521
- marginBottom: '8px'
20525
+ marginBottom: '8px',
20526
+ width: '100%'
20522
20527
  },
20523
20528
  disabled: disabled,
20524
20529
  allowClear: false,
@@ -20543,7 +20548,8 @@ var bsE3Reissue = function bsE3Reissue(props) {
20543
20548
  }
20544
20549
  }, /*#__PURE__*/React__default['default'].createElement(antd.Cascader, {
20545
20550
  style: {
20546
- marginBottom: '8px'
20551
+ marginBottom: '8px',
20552
+ width: '100%'
20547
20553
  },
20548
20554
  disabled: isSettingConfig ? !isSettingConfig : disabled,
20549
20555
  allowClear: false,
@@ -20787,7 +20793,8 @@ var GyReissue = function GyReissue(props) {
20787
20793
  }
20788
20794
  }, /*#__PURE__*/React__default['default'].createElement(antd.Select, {
20789
20795
  style: {
20790
- marginBottom: '8px'
20796
+ marginBottom: '8px',
20797
+ width: '100%'
20791
20798
  },
20792
20799
  disabled: disabled,
20793
20800
  allowClear: false,
@@ -20812,7 +20819,8 @@ var GyReissue = function GyReissue(props) {
20812
20819
  }
20813
20820
  }, /*#__PURE__*/React__default['default'].createElement(antd.Cascader, {
20814
20821
  style: {
20815
- marginBottom: '8px'
20822
+ marginBottom: '8px',
20823
+ width: '100%'
20816
20824
  },
20817
20825
  disabled: isSettingConfig ? !isSettingConfig : disabled,
20818
20826
  allowClear: false,
@@ -21078,7 +21086,8 @@ var GyReturnGoods = function GyReturnGoods(props) {
21078
21086
  }
21079
21087
  }, /*#__PURE__*/React__default['default'].createElement(antd.Select, {
21080
21088
  style: {
21081
- marginBottom: '8px'
21089
+ marginBottom: '8px',
21090
+ width: '100%'
21082
21091
  },
21083
21092
  disabled: disabled,
21084
21093
  allowClear: false,
@@ -21103,7 +21112,8 @@ var GyReturnGoods = function GyReturnGoods(props) {
21103
21112
  }
21104
21113
  }, /*#__PURE__*/React__default['default'].createElement(antd.Cascader, {
21105
21114
  style: {
21106
- marginBottom: '8px'
21115
+ marginBottom: '8px',
21116
+ width: '100%'
21107
21117
  },
21108
21118
  disabled: isSettingConfig ? !isSettingConfig : disabled,
21109
21119
  allowClear: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.54-beta.34",
3
+ "version": "2.0.54-beta.36",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "3579a73f83f5c551f4f7a7a6d314b2681e483974"
68
+ "gitHead": "07e9d14d1b0839423e6558c8ed41cc1a5d47fd90"
69
69
  }