@kmkf-fe-packages/basic-components 2.0.54-beta.35 → 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 +1 -2
- package/dist/index.js +1 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -18764,8 +18764,7 @@ 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'
|
|
18768
|
-
width: '100%'
|
|
18767
|
+
marginBottom: '8px'
|
|
18769
18768
|
},
|
|
18770
18769
|
disabled: isSettingConfig ? !isSettingConfig : disabled,
|
|
18771
18770
|
allowClear: false,
|
package/dist/index.js
CHANGED
|
@@ -18776,8 +18776,7 @@ 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'
|
|
18780
|
-
width: '100%'
|
|
18779
|
+
marginBottom: '8px'
|
|
18781
18780
|
},
|
|
18782
18781
|
disabled: isSettingConfig ? !isSettingConfig : disabled,
|
|
18783
18782
|
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.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": "
|
|
68
|
+
"gitHead": "07e9d14d1b0839423e6558c8ed41cc1a5d47fd90"
|
|
69
69
|
}
|