@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.
- package/dist/Avatar/component/Avatar/index.js +9 -7
- package/dist/Avatar/style/index.less +8 -1
- package/dist/Button/style/variables.less +8 -5
- package/dist/Checkbox/index.js +10 -4
- package/dist/Checkbox/style/index.less +12 -0
- package/dist/Checkbox/type.d.ts +11 -0
- package/dist/ColorPicker/style/index.less +1 -2
- package/dist/ConfigProvider/index.d.ts +1 -1
- package/dist/ConfigProvider/index.js +8 -1
- package/dist/DataPreviewTable/components/Body/index.js +7 -0
- package/dist/DataPreviewTable/constant.d.ts +1 -1
- package/dist/DataPreviewTable/constant.js +1 -1
- package/dist/DataPreviewTable/interface.d.ts +1 -0
- package/dist/DataPreviewTable/style/index.less +11 -11
- package/dist/Dropdown/style/index.less +3 -2
- package/dist/Empty/image/Search.js +2 -2
- package/dist/Empty/image/SearchSmall.js +2 -2
- package/dist/Empty/index.js +2 -1
- package/dist/Empty/style/index.less +2 -1
- package/dist/Form/style/index.less +27 -6
- package/dist/Icon/components/CloseCircleLightLine.d.ts +11 -0
- package/dist/Icon/components/CloseCircleLightLine.js +35 -0
- package/dist/Icon/components/User.d.ts +11 -0
- package/dist/Icon/components/User.js +41 -0
- package/dist/Icon/components/UserGroup.d.ts +11 -0
- package/dist/Icon/components/UserGroup.js +39 -0
- package/dist/Icon/index.d.ts +3 -0
- package/dist/Icon/index.js +4 -1
- package/dist/Icon/svg/Close-Circle-light-line.svg +5 -0
- package/dist/Icon/svg/check-circle-light-line.svg +1 -1
- package/dist/Icon/svg/information-circle-light-line.svg +1 -1
- package/dist/Icon/svg/user.svg +4 -0
- package/dist/Icon/svg/userGroup.svg +7 -0
- package/dist/Input/components/Input/index.js +1 -0
- package/dist/Input/components/TextArea/index.js +1 -0
- package/dist/InputNumber/style/index.less +12 -9
- package/dist/MemberPicker/components/MultipleOption.js +4 -3
- package/dist/MemberPicker/components/NickLabel.d.ts +2 -0
- package/dist/MemberPicker/components/NickLabel.js +8 -2
- package/dist/MemberPicker/components/Panel.js +2 -2
- package/dist/MemberPicker/components/SelectedMemberTags.js +4 -1
- package/dist/MemberPicker/components/SingleOption.js +1 -0
- package/dist/MemberPicker/index.js +13 -1
- package/dist/MemberPicker/interface.d.ts +1 -0
- package/dist/MemberPicker/style/index.less +39 -29
- package/dist/Menu/style/index.less +1 -2
- package/dist/Modal/style/polyfill/index.less +0 -3
- package/dist/Navigator/style/index.less +1 -1
- package/dist/Pagination/index.d.ts +1 -1
- package/dist/Pagination/index.js +7 -1
- package/dist/Pagination/types.d.ts +1 -0
- package/dist/Popconfirm/index.js +3 -3
- package/dist/Popconfirm/style/index.less +49 -15
- package/dist/Progress/style/index.less +5 -2
- package/dist/ScrollArea/index.d.ts +1 -0
- package/dist/ScrollArea/index.js +5 -2
- package/dist/ScrollArea/style/index.less +5 -0
- package/dist/Select/index.js +3 -1
- package/dist/Select/style/index.less +21 -9
- package/dist/Select/style/layout.less +7 -5
- package/dist/Select/style/selectDropdown.less +1 -2
- package/dist/Select/style/size.less +239 -20
- package/dist/Select/style/variables.less +6 -3
- package/dist/Skeleton/style/index.less +84 -4
- package/dist/Spin/index.js +2 -3
- package/dist/Spin/style/index.less +8 -0
- package/dist/Table/components/Pagination/index.js +3 -1
- package/dist/Table/index.js +18 -3
- package/dist/Table/style/index.less +16 -9
- package/dist/Table/types.d.ts +1 -0
- package/dist/Tabs/index.d.ts +5 -0
- package/dist/Tabs/index.js +5 -2
- package/dist/Tabs/style/index.less +10 -7
- package/dist/TextLink/index.js +3 -2
- package/dist/TextLink/style/index.less +5 -0
- package/dist/TextLink/style/type.less +2 -2
- package/dist/Tree/DirectoryTree.js +0 -12
- package/dist/Tree/Tree.d.ts +2 -2
- package/dist/Tree/Tree.js +56 -2
- package/dist/Tree/demo/directoryTree/index.d.ts +3 -0
- package/dist/Tree/demo/directoryTree/index.js +44 -0
- package/dist/Tree/demo/filter/index.d.ts +3 -0
- package/dist/Tree/demo/filter/index.js +63 -0
- package/dist/Tree/style/index.less +35 -12
- package/dist/Tree/style/mixin.less +10 -8
- package/dist/Tree/style/reset.less +15 -0
- package/dist/ald.min.css +1 -1
- package/dist/notification/demo/footer.d.ts +3 -0
- package/dist/notification/demo/footer.js +44 -0
- package/dist/notification/index.js +77 -48
- package/dist/notification/style/index.less +49 -11
- package/dist/style/index.less +3 -3
- package/dist/style/themes/default/index.less +4 -2
- 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:
|
|
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:
|
|
89
|
-
cursor:
|
|
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
|
-
|
|
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
|
|
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
|
+
}
|