@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.
@@ -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 .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.31s
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: "console-tags-tag-dot",
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: "console-tags-tag"
48
+ className: "search-tags-tag"
49
49
  }, resetProps), showLabel && /*#__PURE__*/React.createElement("label", {
50
- className: "console-tags-tag-label"
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: "console-tags-tag",
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: "console-tags-tag-label"
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: "console-tags-tag-dot",
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: "console-tags-tag"
62
+ className: "search-tags-tag"
63
63
  }, resetProps), showLabel && /*#__PURE__*/_react.default.createElement("label", {
64
- className: "console-tags-tag-label"
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: "console-tags-tag",
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: "console-tags-tag-label"
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",
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.20",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "license": "MIT",