@alicloud/console-components-search 0.2.16 → 0.2.17

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 14.13s
4
+ ✔ Webpack: Compiled successfully in 13.31s
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
@@ -12,14 +12,24 @@ var messages = {
12
12
  clearFilter: '清除筛选条件'
13
13
  },
14
14
  'en': {
15
- confirm: 'Ok',
15
+ confirm: 'OK',
16
16
  cancel: 'Cancel',
17
- allValue: 'All Value',
18
- emptyValue: 'Empty Value',
17
+ allValue: 'All Values',
18
+ emptyValue: 'Empty',
19
19
  tag: "Tag",
20
- defaultFilterGroupName: "Filters",
20
+ defaultFilterGroupName: "Select Filter Condition",
21
21
  defaultPlaceHolder: 'Search By ${value}',
22
- clearFilter: 'Clear Filter'
22
+ clearFilter: 'Clear Filter Condition'
23
+ },
24
+ 'ja': {
25
+ confirm: 'OK',
26
+ cancel: 'キャンセル',
27
+ allValue: 'すべての値',
28
+ emptyValue: '空',
29
+ tag: "タグ",
30
+ defaultFilterGroupName: "フィルタリング条件の選択",
31
+ defaultPlaceHolder: '${value} で検索',
32
+ clearFilter: 'フィルタリング条件のクリア'
23
33
  }
24
34
  };
25
35
  var lang = isSSR ? 'en' : Cookie.get('aliyun_lang') || 'en';
package/lib/message.js CHANGED
@@ -22,14 +22,24 @@ var messages = {
22
22
  clearFilter: '清除筛选条件'
23
23
  },
24
24
  'en': {
25
- confirm: 'Ok',
25
+ confirm: 'OK',
26
26
  cancel: 'Cancel',
27
- allValue: 'All Value',
28
- emptyValue: 'Empty Value',
27
+ allValue: 'All Values',
28
+ emptyValue: 'Empty',
29
29
  tag: "Tag",
30
- defaultFilterGroupName: "Filters",
30
+ defaultFilterGroupName: "Select Filter Condition",
31
31
  defaultPlaceHolder: 'Search By ${value}',
32
- clearFilter: 'Clear Filter'
32
+ clearFilter: 'Clear Filter Condition'
33
+ },
34
+ 'ja': {
35
+ confirm: 'OK',
36
+ cancel: 'キャンセル',
37
+ allValue: 'すべての値',
38
+ emptyValue: '空',
39
+ tag: "タグ",
40
+ defaultFilterGroupName: "フィルタリング条件の選択",
41
+ defaultPlaceHolder: '${value} で検索',
42
+ clearFilter: 'フィルタリング条件のクリア'
33
43
  }
34
44
  };
35
45
  var lang = isSSR ? 'en' : _jsCookie.default.get('aliyun_lang') || 'en';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/console-components-search",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "license": "MIT",