@kmkf-fe-packages/basic-components 1.17.8-beta.31 → 1.17.8-beta.32
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 +4 -1
- package/dist/index.js +4 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -11920,6 +11920,9 @@ var GoodList = function GoodList(props, ref) {
|
|
|
11920
11920
|
mode: "multiple",
|
|
11921
11921
|
showSearch: true,
|
|
11922
11922
|
allowClear: true,
|
|
11923
|
+
filterOption: function filterOption(input, option) {
|
|
11924
|
+
return option.label.includes(input);
|
|
11925
|
+
},
|
|
11923
11926
|
style: {
|
|
11924
11927
|
width: 150
|
|
11925
11928
|
},
|
|
@@ -13288,7 +13291,7 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
13288
13291
|
float: 'right'
|
|
13289
13292
|
}
|
|
13290
13293
|
}, showModeBtn && /*#__PURE__*/React.createElement(Checkbox, {
|
|
13291
|
-
|
|
13294
|
+
checked: isStrict,
|
|
13292
13295
|
onChange: handleCheckboxChange
|
|
13293
13296
|
}, "\u5408\u5E76\u5355\uFF0C\u52FE\u9009\u540E\u53EA\u5C55\u793A\u5F53\u524D\u5E73\u53F0\u8BA2\u5355\u5546\u54C1"), /*#__PURE__*/React.createElement(Button, {
|
|
13294
13297
|
type: "link",
|
package/dist/index.js
CHANGED
|
@@ -11932,6 +11932,9 @@ var GoodList = function GoodList(props, ref) {
|
|
|
11932
11932
|
mode: "multiple",
|
|
11933
11933
|
showSearch: true,
|
|
11934
11934
|
allowClear: true,
|
|
11935
|
+
filterOption: function filterOption(input, option) {
|
|
11936
|
+
return option.label.includes(input);
|
|
11937
|
+
},
|
|
11935
11938
|
style: {
|
|
11936
11939
|
width: 150
|
|
11937
11940
|
},
|
|
@@ -13300,7 +13303,7 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
13300
13303
|
float: 'right'
|
|
13301
13304
|
}
|
|
13302
13305
|
}, showModeBtn && /*#__PURE__*/React__default['default'].createElement(antd.Checkbox, {
|
|
13303
|
-
|
|
13306
|
+
checked: isStrict,
|
|
13304
13307
|
onChange: handleCheckboxChange
|
|
13305
13308
|
}, "\u5408\u5E76\u5355\uFF0C\u52FE\u9009\u540E\u53EA\u5C55\u793A\u5F53\u524D\u5E73\u53F0\u8BA2\u5355\u5546\u54C1"), /*#__PURE__*/React__default['default'].createElement(antd.Button, {
|
|
13306
13309
|
type: "link",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "1.17.8-beta.
|
|
3
|
+
"version": "1.17.8-beta.32",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "1.17.8-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "1.17.8-beta.32",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"bignumber.js": "^9.1.2",
|
|
26
26
|
"kmkf-monitor": "^0.8.9",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "ffe537760476491163705c7e994073f6e1082cf9"
|
|
69
69
|
}
|