@kmkf-fe-packages/services-components 2.0.54-beta.21 → 2.0.54-beta.22
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.
|
@@ -47,7 +47,11 @@ var WdtShopSelect = /*#__PURE__*/_createClass(function WdtShopSelect(options) {
|
|
|
47
47
|
width: 200
|
|
48
48
|
},
|
|
49
49
|
placeholder: "\u8BF7\u9009\u62E9".concat(_this.name),
|
|
50
|
-
options: _this.options
|
|
50
|
+
options: _this.options,
|
|
51
|
+
showSearch: true,
|
|
52
|
+
filterOption: function filterOption(input, option) {
|
|
53
|
+
return option.label.includes(input);
|
|
54
|
+
}
|
|
51
55
|
}))
|
|
52
56
|
});
|
|
53
57
|
});
|
|
@@ -113,6 +117,6 @@ var WdtShopSelect = /*#__PURE__*/_createClass(function WdtShopSelect(options) {
|
|
|
113
117
|
this.componentConfig = _objectSpread(_objectSpread({}, options.componentConfig), {}, {
|
|
114
118
|
options: this.options
|
|
115
119
|
});
|
|
116
|
-
this.dataType = "
|
|
120
|
+
this.dataType = "string";
|
|
117
121
|
});
|
|
118
122
|
export default WdtShopSelect;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "2.0.54-beta.
|
|
3
|
+
"version": "2.0.54-beta.22",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "233507cf8ae208162342d1b3085f4f60da3c395c",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|