@alicloud/console-components-search 0.2.28 → 0.2.29
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/config/components-with-style.tsx +1 -1
- package/demos/demo1.demo.tsx +1 -1
- package/dist/index.js +1 -1
- package/doc-dist/10.js +1 -1
- package/doc-dist/deps/main.js +4 -4
- package/doc-dist/log-deps-build.log +1 -1
- package/es/ComplexSearch/index.js +3 -1
- package/lib/ComplexSearch/index.js +3 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
开始构建微应用external依赖...
|
|
2
2
|
BreezrPluginStyledComponentsIsolation The plugin will trying to use the package's name as isolation id of styled-components. This behavior usually occurred on dev mode. And if you were received this warning on publish mode then you should to set `options.styledComponentStyleSheetId` implicitly.
|
|
3
3
|
ℹ Compiling Webpack
|
|
4
|
-
✔ Webpack: Compiled successfully in
|
|
4
|
+
✔ Webpack: Compiled successfully in 11.77s
|
|
5
5
|
WARN asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
6
6
|
This can impact web performance.
|
|
7
7
|
Assets:
|
|
@@ -263,7 +263,9 @@ var ComplexSearch = function ComplexSearch(props) {
|
|
|
263
263
|
autoFocus: true,
|
|
264
264
|
hasClear: true,
|
|
265
265
|
key: type,
|
|
266
|
-
placeholder: (selectedFilterType === null || selectedFilterType === void 0 ? void 0 : (_selectedFilterType$t = selectedFilterType.templateProps) === null || _selectedFilterType$t === void 0 ? void 0 : _selectedFilterType$t.placeholder) ||
|
|
266
|
+
placeholder: (selectedFilterType === null || selectedFilterType === void 0 ? void 0 : (_selectedFilterType$t = selectedFilterType.templateProps) === null || _selectedFilterType$t === void 0 ? void 0 : _selectedFilterType$t.placeholder) || template(message.defaultPlaceHolder)({
|
|
267
|
+
value: selectedFilterType === null || selectedFilterType === void 0 ? void 0 : selectedFilterType.label
|
|
268
|
+
})
|
|
267
269
|
}, focusProps);
|
|
268
270
|
|
|
269
271
|
var selectProps = {
|
|
@@ -294,7 +294,9 @@ var ComplexSearch = function ComplexSearch(props) {
|
|
|
294
294
|
autoFocus: true,
|
|
295
295
|
hasClear: true,
|
|
296
296
|
key: type,
|
|
297
|
-
placeholder: (selectedFilterType === null || selectedFilterType === void 0 ? void 0 : (_selectedFilterType$t = selectedFilterType.templateProps) === null || _selectedFilterType$t === void 0 ? void 0 : _selectedFilterType$t.placeholder) ||
|
|
297
|
+
placeholder: (selectedFilterType === null || selectedFilterType === void 0 ? void 0 : (_selectedFilterType$t = selectedFilterType.templateProps) === null || _selectedFilterType$t === void 0 ? void 0 : _selectedFilterType$t.placeholder) || (0, _lodash.template)(_message.default.defaultPlaceHolder)({
|
|
298
|
+
value: selectedFilterType === null || selectedFilterType === void 0 ? void 0 : selectedFilterType.label
|
|
299
|
+
})
|
|
298
300
|
}, focusProps);
|
|
299
301
|
|
|
300
302
|
var selectProps = {
|