@alicloud/console-components-search 0.2.27 → 0.2.30

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.
Files changed (57) hide show
  1. package/config/components-with-style.tsx +2 -2
  2. package/demos/demo1.demo.tsx +1 -1
  3. package/dist/index.css +11 -2
  4. package/dist/index.js +4344 -5303
  5. package/doc-dist/0.js +1 -1923
  6. package/doc-dist/1.js +2083 -16
  7. package/doc-dist/10.js +1 -1
  8. package/doc-dist/11.js +1 -1
  9. package/doc-dist/12.js +1 -1
  10. package/doc-dist/13.js +1 -1
  11. package/doc-dist/14.js +1 -1
  12. package/doc-dist/15.js +1 -1
  13. package/doc-dist/16.js +1 -1
  14. package/doc-dist/17.js +6 -0
  15. package/doc-dist/2.js +27 -0
  16. package/doc-dist/4.js +84 -1
  17. package/doc-dist/5.js +1 -8
  18. package/doc-dist/6.js +8 -1
  19. package/doc-dist/{6.css → 7.css} +0 -0
  20. package/doc-dist/7.js +1 -1
  21. package/doc-dist/{6.os.css → 7.os.css} +0 -0
  22. package/doc-dist/8.js +1 -1
  23. package/doc-dist/9.js +1 -1
  24. package/doc-dist/deps/main.css +1 -1
  25. package/doc-dist/deps/main.js +27 -26
  26. package/doc-dist/deps/main.os.css +1 -1
  27. package/doc-dist/index.css +1 -1
  28. package/doc-dist/index.js +4 -4
  29. package/doc-dist/index.os.css +1 -1
  30. package/doc-dist/log-deps-build.log +8 -3
  31. package/es/ComplexSearch/InputPrefix.js +1 -2
  32. package/es/ComplexSearch/index.js +26 -21
  33. package/es/search.js +5 -3
  34. package/es/searchTagList/PureTag.js +1 -2
  35. package/es/searchTagList/index.js +2 -2
  36. package/es/style.js +8 -12
  37. package/es/types/IRcSearchOptions.type.js +0 -1
  38. package/es/types/IRcSearchProps.type.js +0 -1
  39. package/es/types/IRcSearchTagItemProps.type.js +0 -1
  40. package/es/types/IRcSearchTagListProps.type.js +0 -1
  41. package/lib/ComplexSearch/InputPrefix.d.ts +1 -0
  42. package/lib/ComplexSearch/InputPrefix.js +1 -3
  43. package/lib/ComplexSearch/index.d.ts +2 -2
  44. package/lib/ComplexSearch/index.js +25 -24
  45. package/lib/constants.js +1 -1
  46. package/lib/index.js +10 -10
  47. package/lib/search.js +5 -3
  48. package/lib/searchTagList/PureTag.js +1 -3
  49. package/lib/searchTagList/index.js +2 -2
  50. package/lib/style.js +9 -13
  51. package/lib/types/IRcSearchOptions.type.js +1 -5
  52. package/lib/types/IRcSearchProps.type.js +1 -5
  53. package/lib/types/IRcSearchTagItemProps.type.js +1 -5
  54. package/lib/types/IRcSearchTagListProps.type.js +1 -5
  55. package/lib/utils.js +1 -1
  56. package/package.json +1 -1
  57. package/doc-dist/3.js +0 -104
@@ -1,4 +1,4 @@
1
1
  export * from '@alicloud/console-components'
2
- import '@alicloud/console-components/dist/wind.css'
2
+ import '@alicloud/console-components/dist/xconsole.css'
3
3
  import cookie from 'js-cookie';
4
- cookie.set('aliyun_lang', 'zh');
4
+ cookie.set('aliyun_lang', 'en');
@@ -13,7 +13,7 @@ import { useState } from "react";
13
13
  dataIndex: 'name',
14
14
  template: 'input',
15
15
  templateProps: {
16
- placeholder: '按实例名称搜索',
16
+ // placeholder: '按实例名称搜索',
17
17
  dataSource: []
18
18
  },
19
19
  groupName:"test"
package/dist/index.css CHANGED
@@ -32,8 +32,17 @@ body .rc-search-auto-complete [class*='select-menu-empty'] {
32
32
  .rc-search-taglist:not(.isWind) {
33
33
  margin-top: -4px;
34
34
  }
35
- .rc-search-taglist:not(.isWind).rc-search-taglist:not(.isWind) [class*='-icon-close']::before {
36
- content: var(--icon-content-close) !important;
35
+ .rc-search-taglist:not(.isWind) .search-tags-tag.search-tags-tag {
36
+ font-weight: 600;
37
+ }
38
+ .rc-search-taglist:not(.isWind) .search-tags-tag.search-tags-tag [class*='-icon-close']::before {
39
+ content: var(--icon-content-delete-filling) !important;
40
+ }
41
+ .rc-search-taglist:not(.isWind) .search-tags-tag.search-tags-tag [class*='icon-close']:hover {
42
+ color: #181818 !important;
43
+ }
44
+ .rc-search-taglist:not(.isWind) .search-tags-tag.search-tags-tag:hover [class*='-icon-close']::before {
45
+ color: #181818 !important;
37
46
  }
38
47
  .rc-search-taglist .search-tags-tag.search-tags-tag {
39
48
  margin-top: 4px;