@alicloud/console-components-search 0.2.17 → 0.2.18

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 13.31s
4
+ ✔ Webpack: Compiled successfully in 15.96s
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:
package/es/message.js CHANGED
@@ -21,6 +21,16 @@ var messages = {
21
21
  defaultPlaceHolder: 'Search By ${value}',
22
22
  clearFilter: 'Clear Filter Condition'
23
23
  },
24
+ "zh-TW": {
25
+ confirm: '確定',
26
+ cancel: '取消',
27
+ allValue: '全部值',
28
+ emptyValue: '空值',
29
+ tag: "標籤",
30
+ defaultFilterGroupName: "選擇篩選條件",
31
+ defaultPlaceHolder: '默認按${value}搜索',
32
+ clearFilter: '清除篩選條件'
33
+ },
24
34
  'ja': {
25
35
  confirm: 'OK',
26
36
  cancel: 'キャンセル',
package/lib/message.js CHANGED
@@ -31,6 +31,16 @@ var messages = {
31
31
  defaultPlaceHolder: 'Search By ${value}',
32
32
  clearFilter: 'Clear Filter Condition'
33
33
  },
34
+ "zh-TW": {
35
+ confirm: '確定',
36
+ cancel: '取消',
37
+ allValue: '全部值',
38
+ emptyValue: '空值',
39
+ tag: "標籤",
40
+ defaultFilterGroupName: "選擇篩選條件",
41
+ defaultPlaceHolder: '默認按${value}搜索',
42
+ clearFilter: '清除篩選條件'
43
+ },
34
44
  'ja': {
35
45
  confirm: 'OK',
36
46
  cancel: 'キャンセル',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/console-components-search",
3
- "version": "0.2.17",
3
+ "version": "0.2.18",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "license": "MIT",