@alicloud/console-components-search 0.2.16 → 0.2.19
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/dist/index.css +7 -7
- package/dist/index.js +25 -5
- package/doc-dist/deps/main.css +1 -1
- package/doc-dist/deps/main.js +1 -1
- package/doc-dist/deps/main.os.css +1 -1
- package/doc-dist/log-deps-build.log +1 -1
- package/es/message.js +25 -5
- package/lib/message.js +25 -5
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
html body .xconsole-rcsearch-multi-pop.xconsole-rcsearch-multi-pop>ul{padding:8px}html body .xconsole-rcsearch-multi-pop .next-select-menu-item{padding-left:0!important}html body .xconsole-rcsearch-multi-pop .next-select-menu-item .next-menu-icon-selected{display:none}html body .xconsole-rcsearch-multi-pop .next-menu-group-label{padding-left:0}html body .xconsole-rc-search-popup{margin-top:4px}html body .rc-search.isWind{--console-rc-search-label-color:#f7f7f7;--console-rc-search-label-hover-color:#ebebeb}html body .rc-search.isWidget{--console-rc-search-close-btn-top:2px;--console-rc-search-close-btn-left:-3px;--icon-content-delete-filling:"\\E6A2"}html .rc-search-taglist:not(.isWind).rc-search-taglist:not(.isWind) [class*=-icon-close]:before{content:var(--icon-content-close)!important}html .console-tags-tag.console-tags-tag{font-weight:400;color:var(--color-text1-9,#333)!important}html .console-tags-tag.console-tags-tag .console-tags-tag-label{font-weight:500;color:var(--color-text1-6,grey);margin-right:8px}html .console-tags-tag.console-tags-tag[class*=tag-closable]>[class*=tag-close-btn]{margin-left:12px}html .console-tags-tag.console-tags-tag.console-tags-tag.console-tags-tag:hover [class*=-icon-close]{color:#181818}html .console-tags-tag:not(:last-child){margin-right:8px}html .console-tags-tag_empty{color:var(--color-text1-6,grey)}html .console-tags-tag-dot.console-tags-tag-dot [class*=-badge-dot]{right:4px;top:0}
|
|
1
|
+
html body .xconsole-rcsearch-multi-pop.xconsole-rcsearch-multi-pop>ul{padding:8px}html body .xconsole-rcsearch-multi-pop .next-select-menu-item{padding-left:0!important}html body .xconsole-rcsearch-multi-pop .next-select-menu-item .next-menu-icon-selected{display:none}html body .xconsole-rcsearch-multi-pop .next-menu-group-label{padding-left:0}html body .xconsole-rc-search-popup{margin-top:4px}html body .rc-search.isWind{--console-rc-search-label-color:#f7f7f7;--console-rc-search-label-hover-color:#ebebeb}html body .rc-search.isWidget{--console-rc-search-close-btn-top:2px;--console-rc-search-close-btn-left:-3px;--icon-content-delete-filling:"\\E6A2"}html .rc-search-taglist:not(.isWind).rc-search-taglist:not(.isWind) [class*=-icon-close]:before{content:var(--icon-content-close)!important}html .rc-search-taglist .console-tags-tag.console-tags-tag{font-weight:400;color:var(--color-text1-9,#333)!important}html .rc-search-taglist .console-tags-tag.console-tags-tag .console-tags-tag-label{font-weight:500;color:var(--color-text1-6,grey);margin-right:8px}html .rc-search-taglist .console-tags-tag.console-tags-tag[class*=tag-closable]>[class*=tag-close-btn]{margin-left:12px}html .rc-search-taglist .console-tags-tag.console-tags-tag.rc-search-taglist .console-tags-tag.console-tags-tag:hover [class*=-icon-close]{color:#181818}html .rc-search-taglist .console-tags-tag:not(:last-child){margin-right:8px}html .rc-search-taglist .console-tags-tag_empty{color:var(--color-text1-6,grey)}html .rc-search-taglist .console-tags-tag-dot.rc-search-taglist .console-tags-tag-dot [class*=-badge-dot]{right:4px;top:0}
|
|
@@ -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.88s
|
|
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,34 @@ var messages = {
|
|
|
12
12
|
clearFilter: '清除筛选条件'
|
|
13
13
|
},
|
|
14
14
|
'en': {
|
|
15
|
-
confirm: '
|
|
15
|
+
confirm: 'OK',
|
|
16
16
|
cancel: 'Cancel',
|
|
17
|
-
allValue: 'All
|
|
18
|
-
emptyValue: 'Empty
|
|
17
|
+
allValue: 'All Values',
|
|
18
|
+
emptyValue: 'Empty',
|
|
19
19
|
tag: "Tag",
|
|
20
|
-
defaultFilterGroupName: "
|
|
20
|
+
defaultFilterGroupName: "Select Filter Condition",
|
|
21
21
|
defaultPlaceHolder: 'Search By ${value}',
|
|
22
|
-
clearFilter: 'Clear Filter'
|
|
22
|
+
clearFilter: 'Clear Filter Condition'
|
|
23
|
+
},
|
|
24
|
+
"zh-TW": {
|
|
25
|
+
confirm: '確定',
|
|
26
|
+
cancel: '取消',
|
|
27
|
+
allValue: '全部值',
|
|
28
|
+
emptyValue: '空值',
|
|
29
|
+
tag: "標籤",
|
|
30
|
+
defaultFilterGroupName: "選擇篩選條件",
|
|
31
|
+
defaultPlaceHolder: '默認按${value}搜索',
|
|
32
|
+
clearFilter: '清除篩選條件'
|
|
33
|
+
},
|
|
34
|
+
'ja': {
|
|
35
|
+
confirm: 'OK',
|
|
36
|
+
cancel: 'キャンセル',
|
|
37
|
+
allValue: 'すべての値',
|
|
38
|
+
emptyValue: '空',
|
|
39
|
+
tag: "タグ",
|
|
40
|
+
defaultFilterGroupName: "フィルタリング条件の選択",
|
|
41
|
+
defaultPlaceHolder: '${value} で検索',
|
|
42
|
+
clearFilter: 'フィルタリング条件のクリア'
|
|
23
43
|
}
|
|
24
44
|
};
|
|
25
45
|
var lang = isSSR ? 'en' : Cookie.get('aliyun_lang') || 'en';
|
package/lib/message.js
CHANGED
|
@@ -22,14 +22,34 @@ var messages = {
|
|
|
22
22
|
clearFilter: '清除筛选条件'
|
|
23
23
|
},
|
|
24
24
|
'en': {
|
|
25
|
-
confirm: '
|
|
25
|
+
confirm: 'OK',
|
|
26
26
|
cancel: 'Cancel',
|
|
27
|
-
allValue: 'All
|
|
28
|
-
emptyValue: 'Empty
|
|
27
|
+
allValue: 'All Values',
|
|
28
|
+
emptyValue: 'Empty',
|
|
29
29
|
tag: "Tag",
|
|
30
|
-
defaultFilterGroupName: "
|
|
30
|
+
defaultFilterGroupName: "Select Filter Condition",
|
|
31
31
|
defaultPlaceHolder: 'Search By ${value}',
|
|
32
|
-
clearFilter: 'Clear Filter'
|
|
32
|
+
clearFilter: 'Clear Filter Condition'
|
|
33
|
+
},
|
|
34
|
+
"zh-TW": {
|
|
35
|
+
confirm: '確定',
|
|
36
|
+
cancel: '取消',
|
|
37
|
+
allValue: '全部值',
|
|
38
|
+
emptyValue: '空值',
|
|
39
|
+
tag: "標籤",
|
|
40
|
+
defaultFilterGroupName: "選擇篩選條件",
|
|
41
|
+
defaultPlaceHolder: '默認按${value}搜索',
|
|
42
|
+
clearFilter: '清除篩選條件'
|
|
43
|
+
},
|
|
44
|
+
'ja': {
|
|
45
|
+
confirm: 'OK',
|
|
46
|
+
cancel: 'キャンセル',
|
|
47
|
+
allValue: 'すべての値',
|
|
48
|
+
emptyValue: '空',
|
|
49
|
+
tag: "タグ",
|
|
50
|
+
defaultFilterGroupName: "フィルタリング条件の選択",
|
|
51
|
+
defaultPlaceHolder: '${value} で検索',
|
|
52
|
+
clearFilter: 'フィルタリング条件のクリア'
|
|
33
53
|
}
|
|
34
54
|
};
|
|
35
55
|
var lang = isSSR ? 'en' : _jsCookie.default.get('aliyun_lang') || 'en';
|