@alicloud/console-components-search 0.2.0 → 0.2.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.
|
@@ -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 14.67s
|
|
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:
|
|
@@ -82,7 +82,9 @@ var normalizeSearchOptions = function normalizeSearchOptions(dataIndex, value, o
|
|
|
82
82
|
|
|
83
83
|
return {
|
|
84
84
|
label: opt === null || opt === void 0 ? void 0 : opt.label,
|
|
85
|
-
valueLabel: valueLabel
|
|
85
|
+
valueLabel: valueLabel,
|
|
86
|
+
value: value,
|
|
87
|
+
dataIndex: dataIndex
|
|
86
88
|
};
|
|
87
89
|
};
|
|
88
90
|
|
|
@@ -108,7 +108,9 @@ var normalizeSearchOptions = function normalizeSearchOptions(dataIndex, value, o
|
|
|
108
108
|
|
|
109
109
|
return {
|
|
110
110
|
label: opt === null || opt === void 0 ? void 0 : opt.label,
|
|
111
|
-
valueLabel: valueLabel
|
|
111
|
+
valueLabel: valueLabel,
|
|
112
|
+
value: value,
|
|
113
|
+
dataIndex: dataIndex
|
|
112
114
|
};
|
|
113
115
|
};
|
|
114
116
|
|