@aloudata/aloudata-design 2.0.0-beta.1 → 2.0.0-beta.11

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 (94) hide show
  1. package/dist/Avatar/component/Avatar/index.js +9 -7
  2. package/dist/Avatar/style/index.less +8 -1
  3. package/dist/Button/style/variables.less +8 -5
  4. package/dist/Checkbox/index.js +10 -4
  5. package/dist/Checkbox/style/index.less +12 -0
  6. package/dist/Checkbox/type.d.ts +11 -0
  7. package/dist/ColorPicker/style/index.less +1 -2
  8. package/dist/ConfigProvider/index.d.ts +1 -1
  9. package/dist/ConfigProvider/index.js +8 -1
  10. package/dist/DataPreviewTable/components/Body/index.js +7 -0
  11. package/dist/DataPreviewTable/constant.d.ts +1 -1
  12. package/dist/DataPreviewTable/constant.js +1 -1
  13. package/dist/DataPreviewTable/interface.d.ts +1 -0
  14. package/dist/DataPreviewTable/style/index.less +11 -11
  15. package/dist/Dropdown/style/index.less +3 -2
  16. package/dist/Empty/image/Search.js +2 -2
  17. package/dist/Empty/image/SearchSmall.js +2 -2
  18. package/dist/Empty/index.js +2 -1
  19. package/dist/Empty/style/index.less +2 -1
  20. package/dist/Form/style/index.less +27 -6
  21. package/dist/Icon/components/CloseCircleLightLine.d.ts +11 -0
  22. package/dist/Icon/components/CloseCircleLightLine.js +35 -0
  23. package/dist/Icon/components/User.d.ts +11 -0
  24. package/dist/Icon/components/User.js +41 -0
  25. package/dist/Icon/components/UserGroup.d.ts +11 -0
  26. package/dist/Icon/components/UserGroup.js +39 -0
  27. package/dist/Icon/index.d.ts +3 -0
  28. package/dist/Icon/index.js +4 -1
  29. package/dist/Icon/svg/Close-Circle-light-line.svg +5 -0
  30. package/dist/Icon/svg/check-circle-light-line.svg +1 -1
  31. package/dist/Icon/svg/information-circle-light-line.svg +1 -1
  32. package/dist/Icon/svg/user.svg +4 -0
  33. package/dist/Icon/svg/userGroup.svg +7 -0
  34. package/dist/Input/components/Input/index.js +1 -0
  35. package/dist/Input/components/TextArea/index.js +1 -0
  36. package/dist/InputNumber/style/index.less +12 -9
  37. package/dist/MemberPicker/components/MultipleOption.js +4 -3
  38. package/dist/MemberPicker/components/NickLabel.d.ts +2 -0
  39. package/dist/MemberPicker/components/NickLabel.js +8 -2
  40. package/dist/MemberPicker/components/Panel.js +2 -2
  41. package/dist/MemberPicker/components/SelectedMemberTags.js +4 -1
  42. package/dist/MemberPicker/components/SingleOption.js +1 -0
  43. package/dist/MemberPicker/index.js +13 -1
  44. package/dist/MemberPicker/interface.d.ts +1 -0
  45. package/dist/MemberPicker/style/index.less +39 -29
  46. package/dist/Menu/style/index.less +1 -2
  47. package/dist/Modal/style/polyfill/index.less +0 -3
  48. package/dist/Navigator/style/index.less +1 -1
  49. package/dist/Pagination/index.d.ts +1 -1
  50. package/dist/Pagination/index.js +7 -1
  51. package/dist/Pagination/types.d.ts +1 -0
  52. package/dist/Popconfirm/index.js +3 -3
  53. package/dist/Popconfirm/style/index.less +49 -15
  54. package/dist/Progress/style/index.less +5 -2
  55. package/dist/ScrollArea/index.d.ts +1 -0
  56. package/dist/ScrollArea/index.js +5 -2
  57. package/dist/ScrollArea/style/index.less +5 -0
  58. package/dist/Select/index.js +3 -1
  59. package/dist/Select/style/index.less +21 -9
  60. package/dist/Select/style/layout.less +7 -5
  61. package/dist/Select/style/selectDropdown.less +1 -2
  62. package/dist/Select/style/size.less +239 -20
  63. package/dist/Select/style/variables.less +6 -3
  64. package/dist/Skeleton/style/index.less +84 -4
  65. package/dist/Spin/index.js +2 -3
  66. package/dist/Spin/style/index.less +8 -0
  67. package/dist/Table/components/Pagination/index.js +3 -1
  68. package/dist/Table/index.js +18 -3
  69. package/dist/Table/style/index.less +16 -9
  70. package/dist/Table/types.d.ts +1 -0
  71. package/dist/Tabs/index.d.ts +5 -0
  72. package/dist/Tabs/index.js +5 -2
  73. package/dist/Tabs/style/index.less +10 -7
  74. package/dist/TextLink/index.js +3 -2
  75. package/dist/TextLink/style/index.less +5 -0
  76. package/dist/TextLink/style/type.less +2 -2
  77. package/dist/Tree/DirectoryTree.js +0 -12
  78. package/dist/Tree/Tree.d.ts +2 -2
  79. package/dist/Tree/Tree.js +56 -2
  80. package/dist/Tree/demo/directoryTree/index.d.ts +3 -0
  81. package/dist/Tree/demo/directoryTree/index.js +44 -0
  82. package/dist/Tree/demo/filter/index.d.ts +3 -0
  83. package/dist/Tree/demo/filter/index.js +63 -0
  84. package/dist/Tree/style/index.less +35 -12
  85. package/dist/Tree/style/mixin.less +10 -8
  86. package/dist/Tree/style/reset.less +15 -0
  87. package/dist/ald.min.css +1 -1
  88. package/dist/notification/demo/footer.d.ts +3 -0
  89. package/dist/notification/demo/footer.js +44 -0
  90. package/dist/notification/index.js +77 -48
  91. package/dist/notification/style/index.less +49 -11
  92. package/dist/style/index.less +3 -3
  93. package/dist/style/themes/default/index.less +4 -2
  94. package/package.json +1 -1
@@ -68,7 +68,7 @@
68
68
  bottom: 0;
69
69
  border: 1px solid @primary-color;
70
70
  opacity: 0;
71
- animation: ant-tree-node-fx-do-not-use 0.3s;
71
+ animation: ald-tree-node-fx-do-not-use 0.3s;
72
72
  animation-play-state: running;
73
73
  animation-fill-mode: forwards;
74
74
  content: '';
@@ -85,8 +85,12 @@
85
85
  &-disabled {
86
86
  // >>> Title
87
87
  .@{custom-tree-prefix-cls}-node-content-wrapper {
88
- color: @disabled-color;
89
- cursor: not-allowed;
88
+ color: var(--alias-colors-text-default, #1f2937);
89
+ cursor: default;
90
+ font-size: 14px;
91
+ font-style: normal;
92
+ font-weight: 400;
93
+ line-height: 20px;
90
94
 
91
95
  &:hover {
92
96
  background: transparent;
@@ -99,8 +103,8 @@
99
103
  }
100
104
 
101
105
  &:not(&-disabled).filter-node .@{custom-tree-prefix-cls}-title {
102
- color: @tree-node-highlight-color;
103
106
  font-weight: 500;
107
+ color: var(--alias-colors-text-danger);
104
108
  }
105
109
 
106
110
  &-draggable {
@@ -165,7 +169,7 @@
165
169
  display: inline-block;
166
170
  width: 100%;
167
171
  height: 100%;
168
- // https://github.com/ant-design/ant-design/issues/31884
172
+
169
173
  &::before {
170
174
  position: absolute;
171
175
  top: 0;
@@ -229,7 +233,6 @@
229
233
  }
230
234
  }
231
235
 
232
- // https://github.com/ant-design/ant-design/issues/28217
233
236
  &-unselectable &-node-content-wrapper:hover {
234
237
  background-color: transparent;
235
238
  }
@@ -278,7 +281,6 @@
278
281
  background: @component-background;
279
282
 
280
283
  &-line-icon {
281
- // https://github.com/ant-design/ant-design/issues/32813
282
284
  vertical-align: -0.15em;
283
285
  }
284
286
  }
@@ -297,7 +299,7 @@
297
299
  }
298
300
  }
299
301
 
300
- @keyframes ant-tree-node-fx-do-not-use {
302
+ @keyframes ald-tree-node-fx-do-not-use {
301
303
  0% {
302
304
  opacity: 0;
303
305
  }
@@ -9,3 +9,18 @@
9
9
  list-style: none;
10
10
  font-feature-settings: @font-feature-settings-base;
11
11
  }
12
+
13
+ .ald-tree-list-scrollbar {
14
+ width: 6px;
15
+
16
+ .ald-tree-list-scrollbar-thumb {
17
+ background: #575757 !important;
18
+ border-radius: var(--scrollbar-size);
19
+ position: relative;
20
+ opacity: 0.2 !important;
21
+
22
+ &:hover {
23
+ opacity: 0.6 !important;
24
+ }
25
+ }
26
+ }