@kmkf-fe-packages/basic-components 0.13.0-beta.2 → 0.13.0-beta.7
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 +8 -4
- package/dist/index.js +8 -4
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -11831,7 +11831,7 @@ function CommonStatus(props) {
|
|
|
11831
11831
|
reason: failValue === val ? '' : value === null || value === void 0 ? void 0 : value.reason
|
|
11832
11832
|
});
|
|
11833
11833
|
};
|
|
11834
|
-
return /*#__PURE__*/React.createElement(Select, _objectSpread2(_objectSpread2({
|
|
11834
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Select, _objectSpread2(_objectSpread2({
|
|
11835
11835
|
showSearch: true,
|
|
11836
11836
|
value: value === null || value === void 0 ? void 0 : value.status,
|
|
11837
11837
|
filterOption: function filterOption(input, option) {
|
|
@@ -11839,7 +11839,9 @@ function CommonStatus(props) {
|
|
|
11839
11839
|
}
|
|
11840
11840
|
}, other), {}, {
|
|
11841
11841
|
onChange: changeHandle
|
|
11842
|
-
}))
|
|
11842
|
+
})), (value === null || value === void 0 ? void 0 : value.reason) ? /*#__PURE__*/React.createElement("div", {
|
|
11843
|
+
className: "c-red"
|
|
11844
|
+
}, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : value.reason) : null);
|
|
11843
11845
|
}
|
|
11844
11846
|
|
|
11845
11847
|
var CommonSystemOrder = function CommonSystemOrder(props) {
|
|
@@ -11927,7 +11929,7 @@ var CommonSystemOrder = function CommonSystemOrder(props) {
|
|
|
11927
11929
|
|
|
11928
11930
|
var _excluded$h = ["value", "onChange", "disabled", "failValue", "type"];
|
|
11929
11931
|
var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
11930
|
-
var _value$changeIndex;
|
|
11932
|
+
var _value$changeIndex, _value$changeIndex2, _value$changeIndex3;
|
|
11931
11933
|
var _props$value = props.value,
|
|
11932
11934
|
value = _props$value === void 0 ? [] : _props$value,
|
|
11933
11935
|
onChange = props.onChange,
|
|
@@ -11997,7 +11999,9 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
|
11997
11999
|
onChange: function onChange(val) {
|
|
11998
12000
|
return changeHandle(val, 'status');
|
|
11999
12001
|
}
|
|
12000
|
-
})))) :
|
|
12002
|
+
}))), ((_value$changeIndex2 = value[changeIndex]) === null || _value$changeIndex2 === void 0 ? void 0 : _value$changeIndex2.reason) ? /*#__PURE__*/React.createElement("div", {
|
|
12003
|
+
className: "c-red"
|
|
12004
|
+
}, "\u5931\u8D25\u539F\u56E0\uFF1A", (_value$changeIndex3 = value[changeIndex]) === null || _value$changeIndex3 === void 0 ? void 0 : _value$changeIndex3.reason) : null) : null);
|
|
12001
12005
|
};
|
|
12002
12006
|
|
|
12003
12007
|
var CalculationInput = function CalculationInput(props) {
|
package/dist/index.js
CHANGED
|
@@ -11842,7 +11842,7 @@ function CommonStatus(props) {
|
|
|
11842
11842
|
reason: failValue === val ? '' : value === null || value === void 0 ? void 0 : value.reason
|
|
11843
11843
|
});
|
|
11844
11844
|
};
|
|
11845
|
-
return /*#__PURE__*/React__default['default'].createElement(antd.Select, _objectSpread2(_objectSpread2({
|
|
11845
|
+
return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(antd.Select, _objectSpread2(_objectSpread2({
|
|
11846
11846
|
showSearch: true,
|
|
11847
11847
|
value: value === null || value === void 0 ? void 0 : value.status,
|
|
11848
11848
|
filterOption: function filterOption(input, option) {
|
|
@@ -11850,7 +11850,9 @@ function CommonStatus(props) {
|
|
|
11850
11850
|
}
|
|
11851
11851
|
}, other), {}, {
|
|
11852
11852
|
onChange: changeHandle
|
|
11853
|
-
}))
|
|
11853
|
+
})), (value === null || value === void 0 ? void 0 : value.reason) ? /*#__PURE__*/React__default['default'].createElement("div", {
|
|
11854
|
+
className: "c-red"
|
|
11855
|
+
}, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : value.reason) : null);
|
|
11854
11856
|
}
|
|
11855
11857
|
|
|
11856
11858
|
var CommonSystemOrder = function CommonSystemOrder(props) {
|
|
@@ -11938,7 +11940,7 @@ var CommonSystemOrder = function CommonSystemOrder(props) {
|
|
|
11938
11940
|
|
|
11939
11941
|
var _excluded$h = ["value", "onChange", "disabled", "failValue", "type"];
|
|
11940
11942
|
var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
11941
|
-
var _value$changeIndex;
|
|
11943
|
+
var _value$changeIndex, _value$changeIndex2, _value$changeIndex3;
|
|
11942
11944
|
var _props$value = props.value,
|
|
11943
11945
|
value = _props$value === void 0 ? [] : _props$value,
|
|
11944
11946
|
onChange = props.onChange,
|
|
@@ -12008,7 +12010,9 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
|
12008
12010
|
onChange: function onChange(val) {
|
|
12009
12011
|
return changeHandle(val, 'status');
|
|
12010
12012
|
}
|
|
12011
|
-
})))) :
|
|
12013
|
+
}))), ((_value$changeIndex2 = value[changeIndex]) === null || _value$changeIndex2 === void 0 ? void 0 : _value$changeIndex2.reason) ? /*#__PURE__*/React__default['default'].createElement("div", {
|
|
12014
|
+
className: "c-red"
|
|
12015
|
+
}, "\u5931\u8D25\u539F\u56E0\uFF1A", (_value$changeIndex3 = value[changeIndex]) === null || _value$changeIndex3 === void 0 ? void 0 : _value$changeIndex3.reason) : null) : null);
|
|
12012
12016
|
};
|
|
12013
12017
|
|
|
12014
12018
|
var CalculationInput = function CalculationInput(props) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.13.0-beta.
|
|
3
|
+
"version": "0.13.0-beta.7",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "a16d98c92b53a57aa4fd8f4f0871804e81fe1483"
|
|
65
65
|
}
|