@alicloud/console-components-search 0.2.17 → 0.2.20
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 +15 -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 +10 -0
- package/es/searchTagList/PureTag.js +3 -3
- package/es/searchTagList/index.js +2 -2
- package/lib/message.js +10 -0
- package/lib/searchTagList/PureTag.js +3 -3
- package/lib/searchTagList/index.js +2 -2
- 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 .
|
|
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 .search-tags-tag.search-tags-tag{font-weight:400;color:var(--color-text1-9,#333)!important}html .rc-search-taglist .search-tags-tag.search-tags-tag .search-tags-tag-label{font-weight:500;color:var(--color-text1-6,grey);margin-right:8px}html .rc-search-taglist .search-tags-tag.search-tags-tag[class*=tag-closable]>[class*=tag-close-btn]{margin-left:12px}html .rc-search-taglist .search-tags-tag.search-tags-tag.rc-search-taglist .search-tags-tag.search-tags-tag:hover [class*=-icon-close]{color:#181818}html .rc-search-taglist .search-tags-tag:not(:last-child){margin-right:8px}html .rc-search-taglist .search-tags-tag_empty{color:var(--color-text1-6,grey)}html .rc-search-taglist .search-tags-tag-dot.rc-search-taglist .search-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 13.
|
|
4
|
+
✔ Webpack: Compiled successfully in 13.20s
|
|
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: 'キャンセル',
|
|
@@ -41,13 +41,13 @@ var PureTag = function PureTag(props) {
|
|
|
41
41
|
/*#__PURE__*/
|
|
42
42
|
//@ts-ignore
|
|
43
43
|
React.createElement(DotWrapper, {
|
|
44
|
-
className: "
|
|
44
|
+
className: "search-tags-tag-dot",
|
|
45
45
|
dot: true
|
|
46
46
|
}, /*#__PURE__*/React.createElement(TagWrapper, _extends({
|
|
47
47
|
title: "".concat(tagKey, ":").concat(tagValue),
|
|
48
|
-
className: "
|
|
48
|
+
className: "search-tags-tag"
|
|
49
49
|
}, resetProps), showLabel && /*#__PURE__*/React.createElement("label", {
|
|
50
|
-
className: "
|
|
50
|
+
className: "search-tags-tag-label"
|
|
51
51
|
}, message.tag), /*#__PURE__*/React.createElement(TruncateWrapper, defaultTruncateProps, tagKey), ":", tagValue ? /*#__PURE__*/React.createElement(TruncateWrapper, defaultTruncateProps, tagValue) : /*#__PURE__*/React.createElement("span", {
|
|
52
52
|
className: "console-tags-tag_empty"
|
|
53
53
|
}, transformedTagValue)))
|
|
@@ -123,7 +123,7 @@ var SearchTagList = function SearchTagList(props) {
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
return /*#__PURE__*/React.createElement(ClosableTag, {
|
|
126
|
-
className: "
|
|
126
|
+
className: "search-tags-tag",
|
|
127
127
|
key: tagItem.dataIndex + tagItem.value,
|
|
128
128
|
type: "normal",
|
|
129
129
|
size: "medium",
|
|
@@ -132,7 +132,7 @@ var SearchTagList = function SearchTagList(props) {
|
|
|
132
132
|
return true;
|
|
133
133
|
}
|
|
134
134
|
}, /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("label", {
|
|
135
|
-
className: "
|
|
135
|
+
className: "search-tags-tag-label"
|
|
136
136
|
}, tagItem.label), tagItem.valueLabel || tagItem.value));
|
|
137
137
|
}), processDataSource.length > 0 && /*#__PURE__*/React.createElement("a", {
|
|
138
138
|
className: "remove-btn",
|
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: 'キャンセル',
|
|
@@ -55,13 +55,13 @@ var PureTag = function PureTag(props) {
|
|
|
55
55
|
/*#__PURE__*/
|
|
56
56
|
//@ts-ignore
|
|
57
57
|
_react.default.createElement(DotWrapper, {
|
|
58
|
-
className: "
|
|
58
|
+
className: "search-tags-tag-dot",
|
|
59
59
|
dot: true
|
|
60
60
|
}, /*#__PURE__*/_react.default.createElement(TagWrapper, (0, _extends2.default)({
|
|
61
61
|
title: "".concat(tagKey, ":").concat(tagValue),
|
|
62
|
-
className: "
|
|
62
|
+
className: "search-tags-tag"
|
|
63
63
|
}, resetProps), showLabel && /*#__PURE__*/_react.default.createElement("label", {
|
|
64
|
-
className: "
|
|
64
|
+
className: "search-tags-tag-label"
|
|
65
65
|
}, _message.default.tag), /*#__PURE__*/_react.default.createElement(TruncateWrapper, defaultTruncateProps, tagKey), ":", tagValue ? /*#__PURE__*/_react.default.createElement(TruncateWrapper, defaultTruncateProps, tagValue) : /*#__PURE__*/_react.default.createElement("span", {
|
|
66
66
|
className: "console-tags-tag_empty"
|
|
67
67
|
}, transformedTagValue)))
|
|
@@ -142,7 +142,7 @@ var SearchTagList = function SearchTagList(props) {
|
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
return /*#__PURE__*/_react.default.createElement(ClosableTag, {
|
|
145
|
-
className: "
|
|
145
|
+
className: "search-tags-tag",
|
|
146
146
|
key: tagItem.dataIndex + tagItem.value,
|
|
147
147
|
type: "normal",
|
|
148
148
|
size: "medium",
|
|
@@ -151,7 +151,7 @@ var SearchTagList = function SearchTagList(props) {
|
|
|
151
151
|
return true;
|
|
152
152
|
}
|
|
153
153
|
}, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("label", {
|
|
154
|
-
className: "
|
|
154
|
+
className: "search-tags-tag-label"
|
|
155
155
|
}, tagItem.label), tagItem.valueLabel || tagItem.value));
|
|
156
156
|
}), processDataSource.length > 0 && /*#__PURE__*/_react.default.createElement("a", {
|
|
157
157
|
className: "remove-btn",
|