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