@zgfe/business-lib 1.1.72-bug.0 → 1.1.72-bug.1
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.
|
@@ -143,7 +143,7 @@ var StringList = function StringList(props) {
|
|
|
143
143
|
size: "middle",
|
|
144
144
|
className: "".concat(classPrefix, "-multi-select"),
|
|
145
145
|
options: [],
|
|
146
|
-
placeholder: "\u8BF7\u9009\u62E9
|
|
146
|
+
placeholder: "\u8BF7\u9009\u62E9",
|
|
147
147
|
disable: true
|
|
148
148
|
});
|
|
149
149
|
}
|
|
@@ -160,7 +160,7 @@ var StringList = function StringList(props) {
|
|
|
160
160
|
options: options,
|
|
161
161
|
onChange: onChange,
|
|
162
162
|
onSearch: setSearchValue,
|
|
163
|
-
placeholder: "\u8BF7\u9009\u62E9
|
|
163
|
+
placeholder: "\u8BF7\u9009\u62E9"
|
|
164
164
|
});
|
|
165
165
|
};
|
|
166
166
|
export default StringList;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.1.72-bug.
|
|
3
|
+
"version": "1.1.72-bug.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "dumi dev",
|
|
6
6
|
"docs:build": "dumi build",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"react": "^16.12.0 || ^17.0.0",
|
|
59
59
|
"yorkie": "^2.0.0"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "cd29fe8b3cf74456f3f46e0e7884634224abb6ea"
|
|
62
62
|
}
|