@koi-design/uxd-ui 14.0.0 → 14.0.2
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/es/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
- package/es/components/AutoComplete/index.d.ts +18 -0
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
- package/es/components/ColorPicker/index.d.ts +18 -0
- package/es/components/Dropdown/DropdownMenu.mjs +0 -1
- package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
- package/es/components/Input/Input.d.ts +6 -0
- package/es/components/Input/Input.mjs +1 -0
- package/es/components/Input/Input.mjs.map +1 -1
- package/es/components/Input/Input.type.d.ts +3 -0
- package/es/components/Input/Input.type.mjs +3 -0
- package/es/components/Input/Input.type.mjs.map +1 -1
- package/es/components/Input/index.d.ts +9 -0
- package/es/components/Modal/ConfirmDialog.mjs +24 -27
- package/es/components/Modal/ConfirmDialog.mjs.map +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +18 -11
- package/es/components/Modal/Modal.mjs +6 -6
- package/es/components/Modal/Modal.mjs.map +1 -1
- package/es/components/Modal/Modal.type.d.ts +8 -5
- package/es/components/Modal/Modal.type.mjs +8 -5
- package/es/components/Modal/Modal.type.mjs.map +1 -1
- package/es/components/Modal/Modal.vue.d.ts +18 -11
- package/es/components/Modal/index.d.ts +30 -18
- package/es/components/Pagination/Options.d.ts +8 -0
- package/es/components/Pagination/Options.mjs +6 -1
- package/es/components/Pagination/Options.mjs.map +1 -1
- package/es/components/Pagination/Pagination.d.ts +8 -0
- package/es/components/Pagination/Pagination.mjs +2 -0
- package/es/components/Pagination/Pagination.mjs.map +1 -1
- package/es/components/Pagination/index.d.ts +16 -0
- package/es/components/Table/Table.vue.d.ts +16 -0
- package/es/components/Transfer/Transfer.vue.d.ts +27 -0
- package/es/components/Transfer/TransferList.vue.d.ts +9 -0
- package/es/components/Transfer/index.d.ts +72 -0
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
- package/lib/components/AutoComplete/index.d.ts +18 -0
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
- package/lib/components/ColorPicker/index.d.ts +18 -0
- package/lib/components/Dropdown/DropdownMenu.js +0 -1
- package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
- package/lib/components/Input/Input.d.ts +6 -0
- package/lib/components/Input/Input.js +1 -0
- package/lib/components/Input/Input.js.map +1 -1
- package/lib/components/Input/Input.type.d.ts +3 -0
- package/lib/components/Input/Input.type.js +3 -0
- package/lib/components/Input/Input.type.js.map +1 -1
- package/lib/components/Input/index.d.ts +9 -0
- package/lib/components/Modal/ConfirmDialog.js +23 -26
- package/lib/components/Modal/ConfirmDialog.js.map +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +18 -11
- package/lib/components/Modal/Modal.js +6 -6
- package/lib/components/Modal/Modal.js.map +1 -1
- package/lib/components/Modal/Modal.type.d.ts +8 -5
- package/lib/components/Modal/Modal.type.js +8 -5
- package/lib/components/Modal/Modal.type.js.map +1 -1
- package/lib/components/Modal/Modal.vue.d.ts +18 -11
- package/lib/components/Modal/index.d.ts +30 -18
- package/lib/components/Pagination/Options.d.ts +8 -0
- package/lib/components/Pagination/Options.js +6 -1
- package/lib/components/Pagination/Options.js.map +1 -1
- package/lib/components/Pagination/Pagination.d.ts +8 -0
- package/lib/components/Pagination/Pagination.js +2 -0
- package/lib/components/Pagination/Pagination.js.map +1 -1
- package/lib/components/Pagination/index.d.ts +16 -0
- package/lib/components/Table/Table.vue.d.ts +16 -0
- package/lib/components/Transfer/Transfer.vue.d.ts +27 -0
- package/lib/components/Transfer/TransferList.vue.d.ts +9 -0
- package/lib/components/Transfer/index.d.ts +72 -0
- package/package.json +1 -1
- package/styles/animation/zoom.less +1 -3
- package/styles/components/alert/index.css +1 -1
- package/styles/components/autoComplete/index.css +1 -1
- package/styles/components/avatar/index.css +1 -1
- package/styles/components/badge/index.css +1 -1
- package/styles/components/badge/var.less +2 -2
- package/styles/components/button/index.css +1 -1
- package/styles/components/carousel/index.css +1 -1
- package/styles/components/cascader/index.css +1 -1
- package/styles/components/colorPicker/index.css +1 -1
- package/styles/components/colorPicker/var.less +1 -1
- package/styles/components/datePicker/index.css +1 -1
- package/styles/components/datePicker/picker.less +1 -1
- package/styles/components/dropdown/index.css +1 -1
- package/styles/components/dropdown/index.less +12 -26
- package/styles/components/dropdown/var.less +6 -19
- package/styles/components/form/index.css +1 -1
- package/styles/components/form/index.less +50 -30
- package/styles/components/form/var.less +5 -8
- package/styles/components/icon/index.css +1 -1
- package/styles/components/input/index.css +1 -1
- package/styles/components/input/index.less +4 -3
- package/styles/components/inputNumber/index.css +1 -1
- package/styles/components/link/index.css +1 -1
- package/styles/components/link/var.less +4 -4
- package/styles/components/loadingBar/index.css +1 -1
- package/styles/components/loadingBar/index.less +1 -1
- package/styles/components/mentions/index.css +1 -1
- package/styles/components/message/index.css +1 -1
- package/styles/components/message/var.less +1 -1
- package/styles/components/modal/confirm.less +15 -32
- package/styles/components/modal/index.css +1 -1
- package/styles/components/modal/index.less +1 -0
- package/styles/components/modal/modal.less +34 -68
- package/styles/components/modal/var.less +20 -26
- package/styles/components/pagination/index.css +1 -1
- package/styles/components/pagination/index.less +41 -178
- package/styles/components/pagination/var.less +8 -21
- package/styles/components/progress/index.css +1 -1
- package/styles/components/progress/index.less +2 -2
- package/styles/components/progress/var.less +1 -1
- package/styles/components/result/index.css +1 -1
- package/styles/components/result/var.less +1 -1
- package/styles/components/select/index.css +1 -1
- package/styles/components/select/index.less +4 -11
- package/styles/components/select/var.less +1 -8
- package/styles/components/spin/index.css +1 -1
- package/styles/components/steps/index.css +1 -1
- package/styles/components/steps/var.less +10 -10
- package/styles/components/tabs/index.css +1 -1
- package/styles/components/tabs/var.less +1 -1
- package/styles/components/tag/index.css +1 -1
- package/styles/components/tag/var.less +1 -1
- package/styles/components/text/index.css +1 -1
- package/styles/components/text/index.less +1 -1
- package/styles/components/timePicker/index.css +1 -1
- package/styles/components/timePicker/index.less +3 -3
- package/styles/components/timeline/index.css +1 -1
- package/styles/components/timeline/index.less +2 -2
- package/styles/components/transfer/index.css +1 -1
- package/styles/components/transfer/var.less +1 -1
- package/styles/components/upload/index.css +1 -1
- package/styles/components/upload/var.less +2 -2
- package/styles/cssVariable.css +1 -1
- package/styles/cssVariable.less +1 -1
- package/styles/index.css +1 -1
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
- package/types/components/AutoComplete/index.d.ts +18 -0
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
- package/types/components/ColorPicker/index.d.ts +18 -0
- package/types/components/Input/Input.d.ts +6 -0
- package/types/components/Input/Input.type.d.ts +3 -0
- package/types/components/Input/index.d.ts +9 -0
- package/types/components/Modal/ConfirmDialog.vue.d.ts +18 -11
- package/types/components/Modal/Modal.type.d.ts +8 -5
- package/types/components/Modal/Modal.vue.d.ts +18 -11
- package/types/components/Modal/index.d.ts +30 -18
- package/types/components/Pagination/Options.d.ts +8 -0
- package/types/components/Pagination/Pagination.d.ts +8 -0
- package/types/components/Pagination/index.d.ts +16 -0
- package/types/components/Table/Table.vue.d.ts +16 -0
- package/types/components/Transfer/Transfer.vue.d.ts +27 -0
- package/types/components/Transfer/TransferList.vue.d.ts +9 -0
- package/types/components/Transfer/index.d.ts +72 -0
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +50 -40
- package/uxd-ui.umd.js +50 -40
- package/uxd-ui.umd.min.js +4 -4
|
@@ -15,20 +15,21 @@
|
|
|
15
15
|
|
|
16
16
|
&-total-text {
|
|
17
17
|
display: inline-flex;
|
|
18
|
-
height: var(--pagination-
|
|
19
|
-
line-height: var(--pagination-
|
|
18
|
+
height: var(--pagination-item-size);
|
|
19
|
+
line-height: var(--pagination-item-size);
|
|
20
|
+
color: var(--secondary-font-color);
|
|
20
21
|
}
|
|
21
22
|
|
|
22
23
|
&-item {
|
|
23
24
|
background-color: transparent;
|
|
24
|
-
|
|
25
|
+
border: 1px solid var(--color-border-base);
|
|
25
26
|
border-radius: var(--pagination-item-radius);
|
|
26
27
|
cursor: pointer;
|
|
27
28
|
display: inline-flex;
|
|
28
29
|
align-items: center;
|
|
29
30
|
justify-content: center;
|
|
30
|
-
height: var(--pagination-
|
|
31
|
-
line-height: var(--pagination-
|
|
31
|
+
height: var(--pagination-item-size);
|
|
32
|
+
line-height: var(--pagination-item-size);
|
|
32
33
|
min-width: var(--pagination-item-size);
|
|
33
34
|
outline: 0;
|
|
34
35
|
user-select: none;
|
|
@@ -49,61 +50,36 @@
|
|
|
49
50
|
|
|
50
51
|
&:focus,
|
|
51
52
|
&:hover {
|
|
52
|
-
|
|
53
|
-
background-color:
|
|
54
|
-
|
|
55
|
-
a {
|
|
56
|
-
color: var(--pagination-item-hover-color);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
&:active {
|
|
61
|
-
box-shadow: 0 0 0 1px var(--pagination-item-active-border-color) inset;
|
|
53
|
+
border-color: var(--primary-color);
|
|
54
|
+
background-color: transparent;
|
|
62
55
|
|
|
63
56
|
a {
|
|
64
|
-
color: var(--
|
|
57
|
+
color: var(--primary-color);
|
|
65
58
|
}
|
|
66
59
|
}
|
|
67
60
|
|
|
68
61
|
&-active {
|
|
69
|
-
|
|
70
|
-
box-shadow: 0 0 0 1px var(--pagination-item-select-border-color) inset;
|
|
71
|
-
|
|
62
|
+
&,
|
|
72
63
|
&:focus,
|
|
73
64
|
&:hover {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
&:active {
|
|
78
|
-
box-shadow: 0 0 0 1px var(--pagination-item-select-border-color) inset;
|
|
65
|
+
border-color: var(--primary-color);
|
|
66
|
+
background-color: var(--primary-color);
|
|
79
67
|
a {
|
|
80
|
-
color:
|
|
68
|
+
color: white;
|
|
81
69
|
}
|
|
82
70
|
}
|
|
83
|
-
|
|
84
|
-
a {
|
|
85
|
-
color: var(--pagination-item-select-color);
|
|
86
|
-
}
|
|
87
71
|
}
|
|
88
72
|
|
|
89
73
|
&-disabled {
|
|
90
|
-
box-shadow: 0 0 0 1px var(--control-disabled-border-color) inset;
|
|
91
74
|
cursor: not-allowed;
|
|
92
|
-
|
|
93
|
-
.@{pagination-prefix-cls}-item-link {
|
|
94
|
-
color: var(--color-disabled-font);
|
|
95
|
-
cursor: not-allowed;
|
|
96
|
-
}
|
|
75
|
+
opacity: var(--disabled-opacity);
|
|
97
76
|
|
|
98
77
|
&:hover,
|
|
99
|
-
&:
|
|
100
|
-
|
|
101
|
-
box-shadow: 0 0 0 1px var(--control-disabled-border-color) inset;
|
|
78
|
+
&:active {
|
|
79
|
+
border-color: var(--color-border-base);
|
|
102
80
|
|
|
103
|
-
a
|
|
104
|
-
.@{pagination-prefix-cls}-item-link {
|
|
81
|
+
a {
|
|
105
82
|
color: var(--color-disabled-font);
|
|
106
|
-
cursor: not-allowed;
|
|
107
83
|
}
|
|
108
84
|
}
|
|
109
85
|
}
|
|
@@ -114,15 +90,11 @@
|
|
|
114
90
|
&:active {
|
|
115
91
|
box-shadow: none;
|
|
116
92
|
background-color: transparent;
|
|
93
|
+
padding: 0 var(--space-2);
|
|
117
94
|
}
|
|
118
95
|
}
|
|
119
96
|
}
|
|
120
97
|
|
|
121
|
-
&-prev,
|
|
122
|
-
&-next {
|
|
123
|
-
padding: 0 var(--space-2);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
98
|
&-jump-prev,
|
|
127
99
|
&-jump-next {
|
|
128
100
|
background-color: transparent;
|
|
@@ -130,8 +102,8 @@
|
|
|
130
102
|
display: inline-flex;
|
|
131
103
|
justify-content: center;
|
|
132
104
|
align-items: center;
|
|
133
|
-
height: var(--pagination-
|
|
134
|
-
line-height: var(--pagination-
|
|
105
|
+
height: var(--pagination-item-size);
|
|
106
|
+
line-height: var(--pagination-item-size);
|
|
135
107
|
min-width: var(--pagination-item-size);
|
|
136
108
|
outline: 0;
|
|
137
109
|
position: relative;
|
|
@@ -170,7 +142,7 @@
|
|
|
170
142
|
display: inline-flex;
|
|
171
143
|
align-items: center;
|
|
172
144
|
column-gap: var(--pagination-item-gap);
|
|
173
|
-
line-height: var(--pagination-
|
|
145
|
+
line-height: var(--pagination-item-size);
|
|
174
146
|
|
|
175
147
|
&-size-changer.@{css-prefix}-select {
|
|
176
148
|
display: inline-flex;
|
|
@@ -182,63 +154,18 @@
|
|
|
182
154
|
column-gap: var(--space-1);
|
|
183
155
|
|
|
184
156
|
.@{css-prefix}-input-wrap {
|
|
185
|
-
|
|
157
|
+
padding: 0 var(--space-2);
|
|
158
|
+
width: auto;
|
|
186
159
|
}
|
|
187
160
|
}
|
|
188
161
|
}
|
|
189
162
|
|
|
190
163
|
&-disabled {
|
|
191
164
|
cursor: not-allowed;
|
|
165
|
+
opacity: var(--disabled-opacity);
|
|
192
166
|
|
|
193
167
|
.@{pagination-prefix-cls}-item {
|
|
194
|
-
|
|
195
|
-
box-shadow: 0 0 0 1px var(--control-disabled-border-color) inset;
|
|
196
|
-
|
|
197
|
-
a {
|
|
198
|
-
color: var(--color-disabled-font);
|
|
199
|
-
background: transparent;
|
|
200
|
-
border: none;
|
|
201
|
-
cursor: not-allowed;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
&:hover {
|
|
205
|
-
color: var(--color-disabled-font);
|
|
206
|
-
box-shadow: 0 0 0 1px var(--control-disabled-border-color) inset;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
&-active {
|
|
210
|
-
background: var(--control-disabled-background-color);
|
|
211
|
-
box-shadow: 0 0 0 1px var(--control-disabled-border-color) inset;
|
|
212
|
-
a {
|
|
213
|
-
color: var(--color-disabled-font);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.@{pagination-prefix-cls}-item-link {
|
|
219
|
-
&,
|
|
220
|
-
&:hover,
|
|
221
|
-
&:focus {
|
|
222
|
-
color: var(--color-disabled-font);
|
|
223
|
-
cursor: not-allowed;
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.@{pagination-prefix-cls}-jump-prev,
|
|
228
|
-
.@{pagination-prefix-cls}-jump-next {
|
|
229
|
-
&:focus,
|
|
230
|
-
&:hover {
|
|
231
|
-
i {
|
|
232
|
-
opacity: 0;
|
|
233
|
-
}
|
|
234
|
-
.@{pagination-prefix-cls}-item-ellipsis {
|
|
235
|
-
opacity: 1;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.@{pagination-prefix-cls}-options {
|
|
241
|
-
color: var(--color-disabled-font);
|
|
168
|
+
pointer-events: none;
|
|
242
169
|
}
|
|
243
170
|
}
|
|
244
171
|
|
|
@@ -246,39 +173,28 @@
|
|
|
246
173
|
&-variant-simple,
|
|
247
174
|
&-variant-soft {
|
|
248
175
|
.@{pagination-prefix-cls}-item {
|
|
249
|
-
|
|
176
|
+
border: none;
|
|
250
177
|
|
|
251
178
|
&:hover,
|
|
252
179
|
&:active,
|
|
253
180
|
&:focus {
|
|
254
181
|
background-color: var(--pagination-item-soft-hover-background-color);
|
|
255
182
|
> a {
|
|
256
|
-
color: var(--
|
|
183
|
+
color: var(--default-font-color);
|
|
257
184
|
}
|
|
258
185
|
}
|
|
259
186
|
|
|
260
187
|
&-disabled {
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
&:focus {
|
|
264
|
-
background-color: transparent;
|
|
265
|
-
|
|
266
|
-
> a {
|
|
267
|
-
color: var(--color-disabled-font);
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
}
|
|
188
|
+
opacity: var(--disabled-opacity);
|
|
189
|
+
cursor: not-allowed;
|
|
272
190
|
|
|
273
|
-
&.@{pagination-prefix-cls}-disabled {
|
|
274
|
-
.@{pagination-prefix-cls}-item {
|
|
275
191
|
&:hover,
|
|
276
192
|
&:active,
|
|
277
193
|
&:focus {
|
|
278
|
-
box-shadow: none;
|
|
279
194
|
background-color: transparent;
|
|
195
|
+
|
|
280
196
|
> a {
|
|
281
|
-
|
|
197
|
+
cursor: not-allowed;
|
|
282
198
|
}
|
|
283
199
|
}
|
|
284
200
|
}
|
|
@@ -291,9 +207,10 @@
|
|
|
291
207
|
&,
|
|
292
208
|
&:focus {
|
|
293
209
|
background-color: transparent;
|
|
294
|
-
|
|
210
|
+
border: 1px solid var(--color-border-base);
|
|
211
|
+
|
|
295
212
|
> a {
|
|
296
|
-
color: var(--
|
|
213
|
+
color: var(--default-font-color);
|
|
297
214
|
}
|
|
298
215
|
}
|
|
299
216
|
|
|
@@ -304,21 +221,7 @@
|
|
|
304
221
|
}
|
|
305
222
|
|
|
306
223
|
.@{pagination-prefix-cls}-item-jump-icon {
|
|
307
|
-
color: var(--
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
&.@{pagination-prefix-cls}-disabled {
|
|
311
|
-
.@{pagination-prefix-cls}-item-active {
|
|
312
|
-
box-shadow: 0 0 0 1px var(--control-disabled-border-color) inset;
|
|
313
|
-
|
|
314
|
-
&:hover {
|
|
315
|
-
box-shadow: 0 0 0 1px var(--control-disabled-border-color) inset;
|
|
316
|
-
background-color: transparent;
|
|
317
|
-
}
|
|
318
|
-
> a {
|
|
319
|
-
color: var(--color-disabled-font);
|
|
320
|
-
}
|
|
321
|
-
}
|
|
224
|
+
color: var(--default-font-color);
|
|
322
225
|
}
|
|
323
226
|
}
|
|
324
227
|
|
|
@@ -329,8 +232,7 @@
|
|
|
329
232
|
column-gap: var(--pagination-item-gap);
|
|
330
233
|
|
|
331
234
|
.@{css-prefix}-input-wrap {
|
|
332
|
-
|
|
333
|
-
|
|
235
|
+
padding: 0 var(--space-2);
|
|
334
236
|
& input {
|
|
335
237
|
text-align: center;
|
|
336
238
|
}
|
|
@@ -339,54 +241,15 @@
|
|
|
339
241
|
.@{pagination-prefix-cls}-slash {
|
|
340
242
|
display: flex;
|
|
341
243
|
align-items: center;
|
|
342
|
-
height: var(--pagination-
|
|
343
|
-
line-height: var(--pagination-
|
|
244
|
+
height: var(--pagination-item-size);
|
|
245
|
+
line-height: var(--pagination-item-size);
|
|
344
246
|
}
|
|
345
247
|
}
|
|
346
|
-
|
|
347
|
-
&.@{pagination-prefix-cls}-disabled .@{pagination-prefix-cls}-simple-pager {
|
|
348
|
-
color: var(--color-disabled-font);
|
|
349
|
-
}
|
|
350
248
|
}
|
|
351
249
|
// ======================================== small mini ==========================================
|
|
352
250
|
&-size-small {
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
&,
|
|
357
|
-
& .@{pagination-prefix-cls}-total-text,
|
|
358
|
-
& .@{pagination-prefix-cls}-item,
|
|
359
|
-
& .@{pagination-prefix-cls}-options {
|
|
360
|
-
height: var(--pagination-small-height);
|
|
361
|
-
line-height: var(--pagination-small-height);
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.@{pagination-prefix-cls}-item {
|
|
365
|
-
min-width: var(--pagination-small-item-size);
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
.@{pagination-prefix-cls}-prev,
|
|
369
|
-
.@{pagination-prefix-cls}-next {
|
|
370
|
-
padding: 0 var(--space-1);
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.@{pagination-prefix-cls}-options {
|
|
374
|
-
&-size-changer.@{css-prefix}-select {
|
|
375
|
-
width: var(--pagination-small-size-select-with);
|
|
376
|
-
}
|
|
377
|
-
&-quick-jumper {
|
|
378
|
-
.@{css-prefix}-input-wrap {
|
|
379
|
-
width: var(--pagination-small-jump-input-with);
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
.@{pagination-prefix-cls}-simple-pager {
|
|
385
|
-
column-gap: var(--pagination-small-item-gap);
|
|
386
|
-
|
|
387
|
-
.@{css-prefix}-input-wrap {
|
|
388
|
-
width: var(--pagination-small-simple-input-with);
|
|
389
|
-
}
|
|
390
|
-
}
|
|
251
|
+
--pagination-item-size: var(--control-height-small);
|
|
252
|
+
--pagination-item-gap: var(--space-1);
|
|
253
|
+
--pagination-page-size-select-with: 96px;
|
|
391
254
|
}
|
|
392
255
|
}
|
|
@@ -2,31 +2,18 @@
|
|
|
2
2
|
--pagination-height: var(--control-height-base);
|
|
3
3
|
--pagination-item-size: var(--control-height-base);
|
|
4
4
|
--pagination-item-gap: var(--space-2);
|
|
5
|
-
--pagination-item-border-color: var(--color-border-base);
|
|
6
|
-
--pagination-item-ellipsis-color: var(--gray-9);
|
|
7
5
|
--pagination-page-size-select-with: 96px;
|
|
8
6
|
--pagination-page-jump-input-with: 48px;
|
|
9
7
|
--pagination-simple-input-with: 32px;
|
|
10
|
-
|
|
11
|
-
--pagination-
|
|
12
|
-
--pagination-
|
|
8
|
+
// item
|
|
9
|
+
--pagination-item-ellipsis-color: var(--color-disabled-font);
|
|
10
|
+
--pagination-item-jump-icon-color: var(--default-font-color);
|
|
11
|
+
// soft
|
|
12
|
+
--pagination-item-soft-hover-background-color: var(--color-background-secondary);
|
|
13
|
+
--pagination-item-soft-select-color: var(--default-font-color);
|
|
14
|
+
--pagination-item-radius: var(--radius-base);
|
|
15
|
+
// small
|
|
13
16
|
--pagination-small-size-select-with: 88px;
|
|
14
17
|
--pagination-small-jump-input-with: 32px;
|
|
15
18
|
--pagination-small-simple-input-with: 24px;
|
|
16
|
-
--pagination-item-hover-color: var(--primary-color);
|
|
17
|
-
--pagination-item-hover-border-color: var(--primary-color);
|
|
18
|
-
--pagination-item-hover-background-color: transparent;
|
|
19
|
-
--pagination-item-select-color: var(--primary-color);
|
|
20
|
-
--pagination-item-select-border-color: var(--primary-color);
|
|
21
|
-
--pagination-item-select-background-color: var(--primary-a30);
|
|
22
|
-
--pagination-item-active-color: var(--primary-11);
|
|
23
|
-
--pagination-item-active-border-color: var(--primary-11);
|
|
24
|
-
--pagination-item-active-background-color: var(--primary-a30);
|
|
25
|
-
--pagination-item-jump-icon-color: var(--primary-color);
|
|
26
|
-
--pagination-item-soft-hover-background-color: var(--gray-a3);
|
|
27
|
-
--pagination-item-soft-hover-color: var(--default-font-color);
|
|
28
|
-
--pagination-item-soft-select-border-color: var(--color-border-base);
|
|
29
|
-
--pagination-item-soft-select-color: var(--default-font-color);
|
|
30
|
-
--pagination-item-soft-jump-icon-color: var(--default-font-color);
|
|
31
|
-
--pagination-item-radius: var(--radius-base);
|
|
32
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-progress{--progress-font-size:var(--font-size-xs);--progress-inner-background-color:var(--gray-2);--progress-success-background-color:var(--success-9);--progress-error-background-color:var(--error-
|
|
1
|
+
:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-progress{--progress-font-size:var(--font-size-xs);--progress-inner-background-color:var(--gray-2);--progress-success-background-color:var(--success-9);--progress-error-background-color:var(--error-color);--progress-default-background-color:var(--primary-color)}.uui-progress{display:inline-flex;align-items:center;font-size:var(--progress-font-size);position:relative}.uui-progress-line{width:100%}.uui-progress-vertical{height:100%;vertical-align:middle;width:auto}.uui-progress-outer{display:inline-flex;width:100%;margin-right:0;padding-right:0}.uui-progress-show-info .uui-progress-outer{padding-right:55px;margin-right:-55px}.uui-progress-vertical .uui-progress-outer{height:100%;width:auto}.uui-progress-inner{display:inline-flex;width:100%;background:var(--progress-inner-background);background-color:var(--progress-inner-background-color);border-radius:100px;position:relative}.uui-progress-inner-text{display:inline-flex;color:#fff;font-size:12px;margin:0 6px}.uui-progress-vertical .uui-progress-inner{height:100%;width:auto}.uui-progress-vertical .uui-progress-inner::after,.uui-progress-vertical .uui-progress-inner>*{display:inline-flex;vertical-align:bottom}.uui-progress-vertical .uui-progress-inner::after{content:'';height:100%}.uui-progress-bg{text-align:right;border-radius:100px;background-color:var(--progress-default-background-color);transition:all var(--animation-time-short) linear;position:relative}.uui-progress-bg::after{content:'';display:inline-flex;height:100%;vertical-align:middle}.uui-progress-success-bg{border-radius:100px;background-color:var(--progress-success-background-color);transition:all var(--animation-time-short) linear;position:absolute;top:0;left:0}.uui-progress-text{display:inline-flex;margin-left:5px;text-align:left;font-size:1em;vertical-align:middle}.uui-progress-active .uui-progress-bg:before{content:'';opacity:0;position:absolute;inset:0;background:#fff;border-radius:10px;animation:uui-progress-active 2s var(--ease-in-out) infinite}.uui-progress-vertical.uui-progress-active .uui-progress-bg:before{top:auto;animation:uui-progress-active-vertical 2s var(--ease-in-out) infinite}.uui-progress-wrong .uui-progress-bg{background-color:var(--progress-error-background-color)}.uui-progress-wrong .uui-progress-text{color:var(--error-color)}.uui-progress-success .uui-progress-bg{background-color:var(--progress-success-background-color)}.uui-progress-success .uui-progress-text{color:var(--success-9)}.uui-progress-circle{fill:none;stroke-linecap:round}.uui-progress-circle circle{transition:stroke-dasharray .3s}.uui-progress-circle .uui-progress-inner{position:relative;line-height:1;background-color:transparent}.uui-progress-circle .uui-progress-text{position:absolute;top:50%;left:50%;margin:0;padding:0;line-height:1;white-space:normal;text-align:center;transform:translate(-50%,-50%)}.uui-progress-circle .uui-progress-text .uui-icon{font-size:1.16666667em}.uui-progress-circle.uui-progress-status-exception .uui-progress-text{color:var(--error-color)}.uui-progress-circle.uui-progress-status-success .uui-progress-text{color:var(--success-9)}.uui-progress-water{width:100%;height:100%}.uui-progress-water-box{height:100%;background:var(--progress-default-background-color)}.uui-progress-water—wave{height:auto;position:absolute}.uui-progress-water-wave-back{height:auto;position:absolute;bottom:100%;right:0;fill:#c7eeff;animation:uui-progress-water-wave-back 1.4s infinite linear}.uui-progress-water-wave-front{position:absolute;bottom:100%;left:0;fill:var(--progress-default-background-color);margin-bottom:-1px;animation:uui-progress-water-wave-front .7s infinite linear}.uui-progress-water .uui-progress-inner{height:100%;border-radius:100%;overflow:hidden;display:block}.uui-progress-water .uui-progress-text{position:absolute;top:50%;left:50%;margin:0;padding:0;line-height:1;white-space:normal;text-align:center;transform:translate(-50%,-50%)}.uui-progress-water .uui-progress-text .uui-icon{font-size:1.16666667em}.uui-progress-water .uui-progress-text-white{color:#fff}.uui-progress-success .uui-progress-water-box{background-color:var(--progress-success-background-color)}@keyframes uui-progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}@keyframes uui-progress-active-vertical{0%{opacity:.3;height:0}100%{opacity:0;height:100%}}@keyframes uui-progress-water-wave-front{100%{transform:translate(-50%,0)}}@keyframes uui-progress-water-wave-front{100%{transform:translate(-50%,0)}}@keyframes uui-progress-water-wave-back{100%{transform:translate(50%,0)}}@keyframes uui-progress-water-wave-back{100%{transform:translate(50%,0)}}
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.@{progress-prefix-cls}-text {
|
|
129
|
-
color: var(--error-
|
|
129
|
+
color: var(--error-color);
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
|
|
174
174
|
&-circle&-status-exception {
|
|
175
175
|
.@{progress-prefix-cls}-text {
|
|
176
|
-
color: var(--error-
|
|
176
|
+
color: var(--error-color);
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
179
|
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
--progress-font-size: var(--font-size-xs);
|
|
3
3
|
--progress-inner-background-color: var(--gray-2);
|
|
4
4
|
--progress-success-background-color: var(--success-9);
|
|
5
|
-
--progress-error-background-color: var(--error-
|
|
5
|
+
--progress-error-background-color: var(--error-color);
|
|
6
6
|
--progress-default-background-color: var(--primary-color);
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-result{--result-padding-vertical:var(--space-12);--result-padding-horizontal:var(--space-6);--result-icon-margin-bottom:var(--space-6);--result-icon-font-size:72px;--result-title-font-size:var(--font-size-2xl);--result-title-line-height:var(--space-10);--result-sub-title-font-size:var(--font-size-sm);--result-sub-title-line-height:var(--space-6);--result-content-margin-top:var(--space-6);--result-content-padding-vertical:var(--space-6);--result-content-padding-horizontal:var(--space-10);--result-content-background:var(--color-background);--result-extra-margin-top:var(--space-6);--result-title-color:var(--default-font-color);--result-sub-title-color:var(--secondary-font-color);--result-default-icon-color:var(--primary-color);--result-success-icon-color:var(--success-9);--result-info-icon-color:var(--primary-color);--result-warning-icon-color:var(--warning-9);--result-error-icon-color:var(--error-
|
|
1
|
+
:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-result{--result-padding-vertical:var(--space-12);--result-padding-horizontal:var(--space-6);--result-icon-margin-bottom:var(--space-6);--result-icon-font-size:72px;--result-title-font-size:var(--font-size-2xl);--result-title-line-height:var(--space-10);--result-sub-title-font-size:var(--font-size-sm);--result-sub-title-line-height:var(--space-6);--result-content-margin-top:var(--space-6);--result-content-padding-vertical:var(--space-6);--result-content-padding-horizontal:var(--space-10);--result-content-background:var(--color-background);--result-extra-margin-top:var(--space-6);--result-title-color:var(--default-font-color);--result-sub-title-color:var(--secondary-font-color);--result-default-icon-color:var(--primary-color);--result-success-icon-color:var(--success-9);--result-info-icon-color:var(--primary-color);--result-warning-icon-color:var(--warning-9);--result-error-icon-color:var(--error-color)}.uui-result{position:relative;padding:var(--result-padding-vertical) var(--result-padding-horizontal)}.uui-result-main{text-align:center}.uui-result-icon{margin-bottom:var(--result-icon-margin-bottom);font-size:var(--result-icon-font-size)}.uui-result-title{color:var(--result-title-color);font-size:var(--result-title-font-size);line-height:var(--result-title-line-height)}.uui-result-subtitle{color:var(--result-sub-title-color);font-size:var(--result-sub-title-font-size);line-height:var(--result-sub-title-line-height)}.uui-result-success-image{margin:auto}.uui-result-success .uui-result-default-icon{color:var(--result-success-icon-color)}.uui-result-info .uui-result-default-icon{color:var(--result-default-icon-color)}.uui-result-warning .uui-result-default-icon{color:var(--result-warning-icon-color)}.uui-result-error .uui-result-default-icon{color:var(--result-error-icon-color)}.uui-result-403{--result-icon-font-size:238px}.uui-result-403 .uui-result-default-icon{color:var(--result-error-icon-color)}.uui-result-404{--result-icon-font-size:238px}.uui-result-404 .uui-result-default-icon{fill:var(--result-error-icon-color);color:var(--result-error-icon-color)}.uui-result-500{--result-icon-font-size:238px}.uui-result-500 .uui-result-default-icon{color:var(--result-error-icon-color)}.uui-result-content{margin-top:var(--result-content-margin-top);padding:var(--result-content-padding-vertical) var(--result-content-padding-horizontal);background-color:var(--result-content-background-color)}.uui-result-extra{margin-top:var(--result-extra-margin-top);display:flex;justify-content:center;column-gap:var(--space-2);text-align:center}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-theme-color]{--primary-color:var(--primary-9)}.light,.light-theme,:root{--default-font-color:#222;--heading-color:#222;--secondary-font-color:#999;--placeholder-color:#d3d3d3;--color-background:white;--color-background-secondary:#f3f5f7;--color-overlay:rgba(0, 0, 0, 0.6);--color-panel-solid:white;--color-panel-translucent:rgba(255, 255, 255, 0.7);--color-surface:rgba(255, 255, 255, 0.85);--color-border-split:#f2f2f2;--color-border-input:#e0e0e0;--color-border-base:#e0e0e0;--color-disabled-font:#d3d3d3;--color-soft-control-background:#f3f5f7;--scrollbar-thumb-background-color:#d3d3d3;--scrollbar-thumb-background-color-hover:#999;color-scheme:light}.dark,.dark-theme{--default-font-color:#fff;--heading-color:#fff;--secondary-font-color:#eee;--placeholder-color:#d3d3d3;--color-background:var(--gray-2);--color-background-secondary:var(--gray-3);--color-overlay:var(--black-a8);--color-panel-solid:var(--gray-2);--color-panel-translucent:var(--gray-a2);--color-surface:rgba(0, 0, 0, 0.25);--color-border-split:var(--gray-9);--color-border-base:var(--gray-9);--color-border-input:var(--gray-9);--color-disabled-font:var(--gray-8);--color-disabled-background:var(--gray-2);--color-soft-control-background:var(--gray-4);--scrollbar-thumb-background-color:rgba(255, 255, 255, 0.5);--scrollbar-thumb-background-color-hover:rgba(255, 255, 255, 0.7);color-scheme:dark}.dark,.dark-theme,.light,.light-theme,:root,[data-color],[data-theme-color]{--link-color:var(--primary-9);--link-hover-color:var(--primary-10);--link-active-color:var(--primary-11);--dropdown-item-selected-color:var(--default-font-color);--dropdown-item-hover-background-color:var(--color-background-secondary);--dropdown-item-hover-font-color:var(--default-font-color);--highlight-color:var(--primary-10);--primary-color:var(--primary-9);--primary-hover:var(--primary-a90);--primary-active:var(--primary-a90);--primary-soft:var(--primary-4);--primary-soft-hover:var(--primary-5);--primary-soft-active:var(--primary-6)}.dark,.dark-theme,.light,.light-theme,:root{--error-soft:#feebe7;--error-soft-hover:#ffdcd3;--error-8:#ec8e7b;--error-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-color-a30:rgba(254, 59, 47, 0.3);--error-color-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-7:#94ce9a;--success-8:#65ba74;--success-color:#17c964;--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-8:#ec9455;--warning-color:#ff8200;--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--warning-a11:#ffa057;--color-contrast:white;--transition-colors:color,background-color,border-color,text-decoration-color,fill,stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);--animation-time:0.3s;--animation-time-fast:0.15s;--animation-time-short:0.2s;--animation-time-long:0.5s;--border-width-base:1px;--border-style-base:solid;--control-disabled-background-color:var(--gray-2);--control-disabled-border-color:var(--color-border-disabled);--control-surface-background-color:var(--color-background);--control-height-small:var(--space-8);--control-height-base:var(--space-9);--control-height-large:var(--space-10);--control-padding-y:0;--control-padding-x:var(--space-3);--control-label-color:var(--secondary-font-color);--control-label-font-weight:var(--font-weight-medium);--control-inner-gap:var(--space-1);--icon-width-base:var(--space-4);--icon-font-size:var(--font-size-base);--icon-button-width:var(--space-8);--icon-button-color:#d3d3d3;--icon-button-padding:var(--space-1);--icon-button-hover-color:#999;--icon-button-hover-background-color:#f3f5f7;--scrollbar-width:6px;--required-color:var(--error-color);--required-font-size:var(--font-size-sm);--required-font-family:'SimSun',sans-serif;--disabled-opacity:0.4;--link-decoration:none;--link-hover-decoration:underline;--zindex-badge:auto;--zindex-table-fixed:10;--zindex-affix:10;--zindex-back-top:10;--zindex-picker-panel:10;--zindex-popup-close:10;--zindex-spin:10;--zindex-modal:1000;--zindex-modal-mask:1000;--zindex-message:1010;--zindex-notice:1010;--zindex-popover:1030;--zindex-dropdown:1050;--zindex-tooltip:1060;--zindex-loading-bar:2000;--dropdown-shadow:var(--shadow-md);--popover-shadow:var(--shadow-md);--modal-shadow:var(--shadow-lg);--message-shadow:var(--shadow-md);--notice-shadow:var(--shadow-md);--card-shadow:var(--shadow-base);--mask-background-color:var(--color-overlay);--ease-base-out:cubic-bezier(0.7, 0.3, 0.1, 1);--ease-base-in:cubic-bezier(0.9, 0, 0.3, 0.7);--ease-out:cubic-bezier(0.215, 0.61, 0.355, 1);--ease-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-out-back:cubic-bezier(0.12, 0.4, 0.29, 1.46);--ease-in-back:cubic-bezier(0.71, -0.46, 0.88, 0.6);--ease-in-out-back:cubic-bezier(0.71, -0.46, 0.29, 1.46);--ease-out-circ:cubic-bezier(0.08, 0.82, 0.17, 1);--ease-in-circ:cubic-bezier(0.6, 0.04, 0.98, 0.34);--ease-in-out-circ:cubic-bezier(0.78, 0.14, 0.15, 0.86);--ease-out-quint:cubic-bezier(0.23, 1, 0.32, 1);--ease-in-quint:cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-in-out-quint:cubic-bezier(0.86, 0, 0.07, 1)}[data-color=error]{--link-color:var(--error-color);--link-hover-color:var(--error-hover);--link-active-color:var(--error-active)}[data-color=warning]{--link-color:var(--warning-color);--link-hover-color:var(--warning-hover);--link-active-color:var(--warning-active)}[data-color=success]{--link-color:var(--success-color);--link-hover-color:var(--success-hover);--link-active-color:var(--success-active)}[data-color]{--primary-shadow-3:0 0 0 1px var(--primary-a3),0 2px 3px -2px var(--primary-a3),0 3px 12px -4px var(--primary-a3),0 4px 16px -8px var(--primary-a3)}:root,[data-radius]{--dropdown-border-radius:var(--radius-md);--icon-button-radius:var(--radius-md);--modal-border-radius:var(--radius-base);--control-radius:var(--radius-md);--control-radius-small:var(--radius-md);--control-radius-large:var(--radius-md)}.uui-select,.uui-select-dropdown,.uui-select-dropdown-tooltip{--select-width:100%;--select-max-width:auto;--select-background-color:var(--color-surface);--select-border-color:var(--color-border-input);--select-height:var(--control-height-base);--select-border-radius:var(--control-radius);--select-focus-border-color:var(--primary-color);--select-dropdown-background-color:var(--color-background);--select-dropdown-padding-vertical:var(--space-1);--select-dropdown-padding-horizontal:var(--space-1);--select-dropdown-item-height:var(--control-height-base);--select-dropdown-item-padding-horizontal:var(--space-2);--select-dropdown-item-padding-vertical:0;--select-dropdown-item-radius:var(--radius-base);--select-dropdown-group-item-color:var(--secondary-font-color);--select-dropdown-group-item-font-weight:var(--font-weight-medium);--select-multiple-selection-vertical-padding:calc(var(--space-1));--select-multiple-item-padding:0 var(--space-1);--select-multiple-item-border-radius:var(--radius-base);--select-multiple-item-background-color:var(--color-soft-control-background)}.has-error,.validate-error{--select-focus-border-color:var(--error-9)}[data-radius=full]{--select-border-radius:var(--radius-full)}.uui-select{box-sizing:border-box;margin:0;padding:0;color:var(--default-font-color);font-size:var(--default-font-size);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:relative;display:inline-flex;align-items:center;column-gap:var(--control-inner-gap);border-radius:var(--select-border-radius);background-color:var(--select-background-color);padding:var(--control-padding-y) var(--control-padding-x);outline:0;width:var(--select-width);cursor:pointer;height:var(--select-height);line-height:var(--select-height)}.uui-select-variant-surface{border:1px solid var(--select-border-color);background-color:var(--select-background-color)}.uui-select-variant-surface.uui-select-focused,.uui-select-variant-surface.uui-select-open{--select-border-color:var(--select-focus-border-color)}.has-error .uui-select-variant-surface,.validate-error .uui-select-variant-surface{--select-border-color:var(--error-color)}.uui-select-variant-soft{--select-background-color:var(--color-soft-control-background);--select-hover-background-color:var(--color-soft-control-hover-background);--select-multiple-item-background-color:var(--color-background);transition:background var(--animation-time) linear}.uui-select-variant-soft.uui-select-focused,.uui-select-variant-soft.uui-select-open{border-color:var(--select-focus-border-color);outline:0}.has-error .uui-select-variant-soft,.validate-error .uui-select-variant-soft{border:1px solid var(--error-color)}.uui-select-variant-underline{border-bottom:1px solid var(--select-border-color);border-radius:0}.has-error .uui-select-variant-underline,.validate-error .uui-select-variant-underline{border-bottom:1px solid var(--error-color)}.uui-select-variant-borderless{background-color:transparent}.uui-select-variant-borderless.uui-select-single .uui-select-selection .uui-select-selection-item,.uui-select-variant-borderless.uui-select-single .uui-select-selection .uui-select-selection-placeholder{position:static;transform:none}.uui-select-variant-borderless.uui-select-focused,.uui-select-variant-borderless.uui-select-open{outline:0}.uui-select-disabled{opacity:var(--disabled-opacity)}.uui-select-selection-item{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.uui-select-selection-item,.uui-select-selection-item ::-ms-backdrop{flex:auto}}.uui-select-selection-placeholder{position:absolute;width:100%;top:50%;transform:translateY(-50%);overflow:hidden;color:var(--placeholder-color);white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.uui-select-selection-placeholder,.uui-select-selection-placeholder ::-ms-backdrop{flex:auto}}.uui-select-label{display:inline-flex;align-self:flex-start;align-items:center;font-size:var(--default-font-size);line-height:var(--select-height);color:var(--control-label-color);font-weight:var(--control-label-font-weight);flex-shrink:0}.uui-select-label:where(.uui-select-label-colon)::after{content:':'}.uui-select-label-required::before{display:inline-flex;margin-right:0;color:var(--required-color);font-size:var(--default-font-size);font-family:var(--required-font-family);line-height:1;content:'*'}.uui-select-arrow,.uui-select-clear,.uui-select-prefix{width:var(--icon-width-base);display:inline-flex;align-items:center;justify-content:center}.uui-select-arrow>i,.uui-select-clear>i,.uui-select-prefix>i{font-size:var(--icon-font-size);color:var(--icon-button-color)}.uui-select-arrow{-webkit-user-select:none;user-select:none;transition:transform .3s;pointer-events:none}.uui-select-disabled .uui-select-arrow{cursor:not-allowed}.uui-select-open:not(.uui-select-filterable):not(.uui-select-loading):not(.uui-select-arrow-no-rotate) .uui-select-arrow{transform:rotate(180deg)}.uui-select-prefix{pointer-events:none;transition:transform .3s}.uui-select-clear{text-rendering:auto;display:none}.uui-select-clear>i{width:auto;height:auto;line-height:1;border-radius:var(--icon-button-radius);padding:var(--icon-button-padding);color:var(--icon-button-color);background-color:transparent}.uui-select-clear:hover>i{color:var(--icon-button-hover-color);background-color:var(--icon-button-hover-background-color)}.uui-select-with-clear:hover .uui-select-clear{display:inline-flex}.uui-select-with-clear:hover .uui-select-arrow{display:none}.uui-select-single .uui-select-selection{position:relative;flex:1 1 auto;width:calc(100% - var(--select-icon-width) - var(--control-padding-x));display:block;background-color:transparent;align-items:center;transition:all var(--animation-time) ease-in-out;display:flex;height:calc(var(--select-height) - 2px);padding:0}.uui-select-single .uui-select-selection input{cursor:pointer}.uui-select-disabled.uui-select-single .uui-select-selection{cursor:not-allowed}.uui-select-disabled.uui-select-single .uui-select-selection input{cursor:not-allowed}.uui-select-filterable.uui-select-single .uui-select-selection{cursor:text}.uui-select-filterable.uui-select-single .uui-select-selection input{cursor:auto}.uui-select-single .uui-select-selection .uui-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:0;appearance:none;flex:1}.uui-select-single .uui-select-selection .uui-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.uui-select-single .uui-select-selection .uui-select-selection-search{position:absolute;inset:0}.uui-select-single .uui-select-selection .uui-select-selection-search-input{height:100%;width:100%}.uui-select-single .uui-select-selection .uui-select-selection-item,.uui-select-single .uui-select-selection .uui-select-selection-placeholder{padding:0;transition:all var(--animation-time)}.uui-select-single .uui-select-selection .uui-select-selection-item{position:absolute;width:100%;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.uui-select-single .uui-select-selection .uui-select-selection-placeholder{pointer-events:none}.uui-select-single .uui-select-selection::after{line-height:calc(var(--select-height) - 2px)}.uui-select-single.uui-select-open .uui-select-selection-item{color:var(--placeholder-color)}.uui-select-single.uui-select-small{--select-height:var(--control-height-small)}.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-item,.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-placeholder,.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-search,.uui-select-single.uui-select-small .uui-select-selection::after{font-size:var(--font-size-xs)}.uui-select-single.uui-select-large{--select-height:var(--control-height-large)}.uui-select-multiple{height:auto;min-height:var(--select-height);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-multiple .uui-select-selection{position:relative;flex:1 1 auto;width:calc(100% - var(--select-icon-width) - var(--control-padding-x));display:block;background-color:transparent;transition:all var(--animation-time) ease-in-out;display:flex;gap:var(--space-1);flex-wrap:wrap;align-items:center;padding:var(--select-multiple-selection-vertical-padding) 0}.uui-select-multiple .uui-select-selection input{cursor:pointer}.uui-select-disabled.uui-select-multiple .uui-select-selection{cursor:not-allowed}.uui-select-disabled.uui-select-multiple .uui-select-selection input{cursor:not-allowed}.uui-select-filterable.uui-select-multiple .uui-select-selection{cursor:text}.uui-select-filterable.uui-select-multiple .uui-select-selection input{cursor:auto}.uui-select-multiple .uui-select-selection .uui-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:0;appearance:none;flex:1}.uui-select-multiple .uui-select-selection .uui-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.uui-select-filterable.uui-select-multiple .uui-select-selection{cursor:text}.uui-select-multiple:has(.uui-select-selection-item){padding-left:var(--select-multiple-selection-vertical-padding)}.uui-select-multiple .uui-select-selection-item{position:relative;display:inline-flex;align-items:center;flex:none;gap:var(--space-1);box-sizing:border-box;max-width:100%;height:var(--select-multiple-item-height);padding:var(--select-multiple-item-padding);line-height:var(--select-multiple-item-height);background:var(--select-multiple-item-background-color);border:none;border-radius:var(--select-multiple-item-border-radius);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none}.uui-select-multiple .uui-select-selection-item-content{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-multiple .uui-select-selection-item-remove{display:flex;align-items:center;color:var(--icon-button-color);font-weight:700;font-size:var(--font-size-sm);line-height:1;height:var(--font-size-sm);width:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-full)}.uui-select-multiple .uui-select-selection-item-remove:hover{color:var(--icon-button-hover-color)}.uui-select-multiple .uui-select-selection-search{position:relative;margin-left:0;display:flex}.uui-select-multiple .uui-select-selection-search-input,.uui-select-multiple .uui-select-selection-search-mirror{font-family:var(--default-font-family);line-height:var(--select-multiple-item-height);transition:all .3s}.uui-select-multiple .uui-select-selection-search-input{width:100%;min-width:4.1px}.uui-select-multiple .uui-select-selection-search-mirror{position:absolute;top:0;left:0;z-index:999;white-space:nowrap;visibility:hidden}.uui-select-multiple .uui-select-selection-placeholder{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);transition:all .3s}.uui-select-multiple.uui-select-small{--select-height:var(--control-height-small);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-multiple.uui-select-small .uui-select-selection-search-input,.uui-select-multiple.uui-select-small .uui-select-selection-search-mirror{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-small .uui-select-selection-item{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-small .uui-select-selection-placeholder{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-large{--select-height:var(--control-height-large);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-selection-tooltip{display:flex;gap:var(--space-1);max-height:calc(var(--select-multiple-item-height) * 5 + var(--space-1) * 4);flex-wrap:wrap;overflow-y:auto;--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-selection-tooltip .uui-select-selection-item{position:relative;display:inline-flex;align-items:center;flex:none;gap:var(--space-1);box-sizing:border-box;max-width:100%;height:var(--select-multiple-item-height);padding:var(--select-multiple-item-padding);line-height:var(--select-multiple-item-height);background:var(--select-multiple-item-background-color);border:none;border-radius:var(--select-multiple-item-border-radius);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none}.uui-select-selection-tooltip .uui-select-selection-item-content{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-selection-tooltip .uui-select-selection-item-remove{display:flex;align-items:center;color:var(--icon-button-color);font-weight:700;font-size:var(--font-size-sm);line-height:1;height:var(--font-size-sm);width:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-full)}.uui-select-selection-tooltip .uui-select-selection-item-remove:hover{color:var(--icon-button-hover-color)}.uui-select-disabled .uui-select-selection-item-remove{display:none}.uui-select-large{--select-border-radius:var(--control-radius-large);--select-height:var(--control-height-large)}.uui-select-small{--select-border-radius:var(--control-radius-small);--select-height:var(--control-height-small);--icon-button-padding:calc(var(--space-1) * 0.75)}.uui-select-small .uui-select-label{font-size:var(--font-size-xs)}.uui-select-rtl,[data-direction=rtl] .uui-select,[dir=rtl] .uui-select{direction:rtl}.uui-select-rtl.uui-select-multiple:has(.uui-select-selection-item),[data-direction=rtl] .uui-select.uui-select-multiple:has(.uui-select-selection-item),[dir=rtl] .uui-select.uui-select-multiple:has(.uui-select-selection-item){padding-left:var(--control-padding-x);padding-right:var(--select-multiple-selection-vertical-padding)}.uui-select-rtl:has(.uui-select-label),[data-direction=rtl] .uui-select:has(.uui-select-label),[dir=rtl] .uui-select:has(.uui-select-label){padding-right:0;padding-left:var(--control-padding-r)}.uui-select-dropdown{margin:0;padding:0;color:var(--default-font-color);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:absolute;top:-9999px;left:-9999px;z-index:var(--zindex-dropdown);box-sizing:border-box;padding:var(--select-dropdown-padding-vertical) 0;overflow:hidden;font-size:var(--default-font-size);font-variant:initial;background-color:var(--select-dropdown-background-color);border-radius:var(--dropdown-border-radius);outline:0;box-shadow:var(--dropdown-shadow);border:1px solid var(--color-border-split)}.uui-select-dropdown-hidden{display:none}.uui-select-dropdown-operate{padding:0 var(--control-padding-x) var(--space-2);border-bottom:1px solid var(--color-border-split)}.uui-select-dropdown-list{padding:0 var(--select-dropdown-padding-horizontal)}.uui-select-dropdown-rtl,[data-direction=rtl] .uui-select-dropdown,[dir=rtl] .uui-select-dropdown{direction:rtl}.uui-select-item-empty{display:flex;justify-content:center;align-items:center;color:var(--color-disabled-font)}.uui-select-item{position:relative;display:flex;align-items:center;min-height:var(--select-dropdown-item-height);padding:var(--select-dropdown-item-padding-vertical) var(--select-dropdown-item-padding-horizontal);color:var(--default-font-color);font-weight:400;font-size:var(--default-font-size);border-radius:var(--select-dropdown-item-radius);line-height:var(--line-height-normal);cursor:pointer}.uui-select-item-group{color:var(--select-dropdown-group-item-color);font-weight:var(--select-dropdown-group-item-font-weight);padding:var(--select-dropdown-item-padding-vertical) var(--select-dropdown-item-state-width);cursor:default}.uui-select-item-option{display:inline-flex}.uui-select-item-option-content{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-item-option-state{flex-grow:0;flex-shrink:0;width:var(--icon-font-size)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled){color:var(--dropdown-item-selected-color)}.uui-select-item-option-active:not(.uui-select-item-option-disabled){background-color:var(--dropdown-item-hover-background-color);color:var(--dropdown-item-hover-font-color)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled).uui-select-item-option-active{background-color:var(--dropdown-item-hover-background-color);color:var(--dropdown-item-selected-color)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled).uui-select-item-option-active .uui-select-dropdown-item-option-state{color:var(--dropdown-item-selected-color)}.uui-select-item-option-disabled{opacity:var(--disabled-opacity);cursor:not-allowed}.uui-select-item-small{--select-dropdown-item-height:var(--control-height-small);font-size:var(--font-size-xs)}
|
|
1
|
+
:root,[data-theme-color]{--primary-color:var(--primary-9)}.light,.light-theme,:root{--default-font-color:#222;--heading-color:#222;--secondary-font-color:#999;--placeholder-color:#d3d3d3;--color-background:white;--color-background-secondary:#f3f5f7;--color-overlay:rgba(0, 0, 0, 0.6);--color-panel-solid:white;--color-panel-translucent:rgba(255, 255, 255, 0.7);--color-surface:rgba(255, 255, 255, 0.85);--color-border-split:#f2f2f2;--color-border-input:#e0e0e0;--color-border-base:#e0e0e0;--color-disabled-font:#d3d3d3;--color-soft-control-background:#f3f5f7;--scrollbar-thumb-background-color:#d3d3d3;--scrollbar-thumb-background-color-hover:#999;color-scheme:light}.dark,.dark-theme{--default-font-color:#fff;--heading-color:#fff;--secondary-font-color:#eee;--placeholder-color:#d3d3d3;--color-background:var(--gray-2);--color-background-secondary:var(--gray-3);--color-overlay:var(--black-a8);--color-panel-solid:var(--gray-2);--color-panel-translucent:var(--gray-a2);--color-surface:rgba(0, 0, 0, 0.25);--color-border-split:var(--gray-9);--color-border-base:var(--gray-9);--color-border-input:var(--gray-9);--color-disabled-font:var(--gray-8);--color-disabled-background:var(--gray-2);--color-soft-control-background:var(--gray-4);--scrollbar-thumb-background-color:rgba(255, 255, 255, 0.5);--scrollbar-thumb-background-color-hover:rgba(255, 255, 255, 0.7);color-scheme:dark}.dark,.dark-theme,.light,.light-theme,:root,[data-color],[data-theme-color]{--link-color:var(--primary-9);--link-hover-color:var(--primary-10);--link-active-color:var(--primary-11);--dropdown-item-selected-color:var(--default-font-color);--dropdown-item-hover-background-color:var(--color-background-secondary);--dropdown-item-hover-font-color:var(--default-font-color);--highlight-color:var(--primary-10);--primary-color:var(--primary-9);--primary-hover:var(--primary-a90);--primary-active:var(--primary-a90);--primary-soft:var(--primary-4);--primary-soft-hover:var(--primary-5);--primary-soft-active:var(--primary-6)}.dark,.dark-theme,.light,.light-theme,:root{--error-soft:#feebe7;--error-soft-hover:#ffdcd3;--error-8:#ec8e7b;--error-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-color-a30:rgba(254, 59, 47, 0.3);--error-color-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-7:#94ce9a;--success-8:#65ba74;--success-color:#17c964;--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-8:#ec9455;--warning-color:#ff8200;--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--warning-a11:#ffa057;--color-contrast:white;--transition-colors:color,background-color,border-color,text-decoration-color,fill,stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);--animation-time:0.3s;--animation-time-fast:0.15s;--animation-time-short:0.2s;--animation-time-long:0.5s;--border-width-base:1px;--border-style-base:solid;--control-disabled-background-color:var(--gray-2);--control-disabled-border-color:var(--color-border-disabled);--control-surface-background-color:var(--color-background);--control-height-small:var(--space-8);--control-height-base:var(--space-9);--control-height-large:var(--space-10);--control-padding-y:0;--control-padding-x:var(--space-3);--control-label-color:var(--secondary-font-color);--control-label-font-weight:var(--font-weight-medium);--control-inner-gap:var(--space-1);--icon-width-base:var(--space-4);--icon-font-size:var(--font-size-base);--icon-button-width:var(--space-8);--icon-button-color:#d3d3d3;--icon-button-padding:var(--space-1);--icon-button-hover-color:#999;--icon-button-hover-background-color:#f3f5f7;--scrollbar-width:6px;--required-color:var(--error-color);--required-font-size:var(--font-size-sm);--required-font-family:'SimSun',sans-serif;--disabled-opacity:0.4;--link-decoration:none;--link-hover-decoration:underline;--zindex-badge:auto;--zindex-table-fixed:10;--zindex-affix:10;--zindex-back-top:10;--zindex-picker-panel:10;--zindex-popup-close:10;--zindex-spin:10;--zindex-modal:1000;--zindex-modal-mask:1000;--zindex-message:1010;--zindex-notice:1010;--zindex-popover:1030;--zindex-dropdown:1050;--zindex-tooltip:1060;--zindex-loading-bar:2000;--dropdown-shadow:var(--shadow-md);--popover-shadow:var(--shadow-md);--modal-shadow:var(--shadow-lg);--message-shadow:var(--shadow-md);--notice-shadow:var(--shadow-md);--card-shadow:var(--shadow-base);--mask-background-color:var(--color-overlay);--ease-base-out:cubic-bezier(0.7, 0.3, 0.1, 1);--ease-base-in:cubic-bezier(0.9, 0, 0.3, 0.7);--ease-out:cubic-bezier(0.215, 0.61, 0.355, 1);--ease-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-out-back:cubic-bezier(0.12, 0.4, 0.29, 1.46);--ease-in-back:cubic-bezier(0.71, -0.46, 0.88, 0.6);--ease-in-out-back:cubic-bezier(0.71, -0.46, 0.29, 1.46);--ease-out-circ:cubic-bezier(0.08, 0.82, 0.17, 1);--ease-in-circ:cubic-bezier(0.6, 0.04, 0.98, 0.34);--ease-in-out-circ:cubic-bezier(0.78, 0.14, 0.15, 0.86);--ease-out-quint:cubic-bezier(0.23, 1, 0.32, 1);--ease-in-quint:cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-in-out-quint:cubic-bezier(0.86, 0, 0.07, 1)}[data-color=error]{--link-color:var(--error-color);--link-hover-color:var(--error-hover);--link-active-color:var(--error-active)}[data-color=warning]{--link-color:var(--warning-color);--link-hover-color:var(--warning-hover);--link-active-color:var(--warning-active)}[data-color=success]{--link-color:var(--success-color);--link-hover-color:var(--success-hover);--link-active-color:var(--success-active)}[data-color]{--primary-shadow-3:0 0 0 1px var(--primary-a3),0 2px 3px -2px var(--primary-a3),0 3px 12px -4px var(--primary-a3),0 4px 16px -8px var(--primary-a3)}:root,[data-radius]{--dropdown-border-radius:var(--radius-md);--icon-button-radius:var(--radius-md);--modal-border-radius:var(--radius-lg);--control-radius:var(--radius-md);--control-radius-small:var(--radius-md);--control-radius-large:var(--radius-md)}.uui-select,.uui-select-dropdown,.uui-select-dropdown-tooltip{--select-width:100%;--select-max-width:auto;--select-background-color:var(--color-surface);--select-border-color:var(--color-border-input);--select-height:var(--control-height-base);--select-border-radius:var(--control-radius);--select-focus-border-color:var(--primary-color);--select-dropdown-background-color:var(--color-background);--select-dropdown-padding-vertical:var(--space-1);--select-dropdown-padding-horizontal:var(--space-1);--select-dropdown-item-padding:var(--space-1-5) var(--space-2);--select-dropdown-item-radius:var(--radius-base);--select-dropdown-group-item-color:var(--secondary-font-color);--select-dropdown-group-item-font-weight:var(--font-weight-medium);--select-multiple-selection-vertical-padding:calc(var(--space-1));--select-multiple-item-padding:0 var(--space-1);--select-multiple-item-border-radius:var(--radius-base);--select-multiple-item-background-color:var(--color-soft-control-background)}[data-radius=full]{--select-border-radius:var(--radius-full)}.uui-select{box-sizing:border-box;margin:0;padding:0;color:var(--default-font-color);font-size:var(--default-font-size);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:relative;display:inline-flex;align-items:center;column-gap:var(--control-inner-gap);border-radius:var(--select-border-radius);background-color:var(--select-background-color);padding:var(--control-padding-y) var(--control-padding-x);outline:0;width:var(--select-width);cursor:pointer;height:var(--select-height);line-height:var(--select-height)}.uui-select-variant-surface{border:1px solid var(--select-border-color);background-color:var(--select-background-color)}.uui-select-variant-surface.uui-select-focused,.uui-select-variant-surface.uui-select-open{--select-border-color:var(--select-focus-border-color)}.has-error .uui-select-variant-surface,.validate-error .uui-select-variant-surface{--select-border-color:var(--error-color)}.uui-select-variant-soft{--select-background-color:var(--color-soft-control-background);--select-hover-background-color:var(--color-soft-control-hover-background);--select-multiple-item-background-color:var(--color-background);transition:background var(--animation-time) linear}.uui-select-variant-soft.uui-select-focused,.uui-select-variant-soft.uui-select-open{border-color:var(--select-focus-border-color);outline:0}.has-error .uui-select-variant-soft,.validate-error .uui-select-variant-soft{border:1px solid var(--error-color)}.uui-select-variant-underline{border-bottom:1px solid var(--select-border-color);border-radius:0}.has-error .uui-select-variant-underline,.validate-error .uui-select-variant-underline{border-bottom:1px solid var(--error-color)}.uui-select-variant-borderless{background-color:transparent}.uui-select-variant-borderless.uui-select-single .uui-select-selection .uui-select-selection-item,.uui-select-variant-borderless.uui-select-single .uui-select-selection .uui-select-selection-placeholder{position:static;transform:none}.uui-select-variant-borderless.uui-select-focused,.uui-select-variant-borderless.uui-select-open{outline:0}.uui-select-disabled{opacity:var(--disabled-opacity)}.uui-select-selection-item{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.uui-select-selection-item,.uui-select-selection-item ::-ms-backdrop{flex:auto}}.uui-select-selection-placeholder{position:absolute;width:100%;top:50%;transform:translateY(-50%);overflow:hidden;color:var(--placeholder-color);white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.uui-select-selection-placeholder,.uui-select-selection-placeholder ::-ms-backdrop{flex:auto}}.uui-select-label{display:inline-flex;align-self:flex-start;align-items:center;font-size:var(--default-font-size);line-height:var(--select-height);color:var(--control-label-color);font-weight:var(--control-label-font-weight);flex-shrink:0}.uui-select-label:where(.uui-select-label-colon)::after{content:':'}.uui-select-label-required::before{display:inline-flex;margin-right:0;color:var(--required-color);font-size:var(--default-font-size);font-family:var(--required-font-family);line-height:1;content:'*'}.uui-select-arrow,.uui-select-clear,.uui-select-prefix{width:var(--icon-width-base);display:inline-flex;align-items:center;justify-content:center}.uui-select-arrow>i,.uui-select-clear>i,.uui-select-prefix>i{font-size:var(--icon-font-size);color:var(--icon-button-color)}.uui-select-arrow{-webkit-user-select:none;user-select:none;transition:transform .3s;pointer-events:none}.uui-select-disabled .uui-select-arrow{cursor:not-allowed}.uui-select-open:not(.uui-select-filterable):not(.uui-select-loading):not(.uui-select-arrow-no-rotate) .uui-select-arrow{transform:rotate(180deg)}.uui-select-prefix{pointer-events:none;transition:transform .3s}.uui-select-clear{text-rendering:auto;display:none}.uui-select-clear>i{width:auto;height:auto;line-height:1;border-radius:var(--icon-button-radius);padding:var(--icon-button-padding);color:var(--icon-button-color);background-color:transparent}.uui-select-clear:hover>i{color:var(--icon-button-hover-color);background-color:var(--icon-button-hover-background-color)}.uui-select-with-clear:hover .uui-select-clear{display:inline-flex}.uui-select-with-clear:hover .uui-select-arrow{display:none}.uui-select-single .uui-select-selection{position:relative;flex:1 1 auto;width:calc(100% - var(--icon-width-base) - var(--control-padding-x));display:block;background-color:transparent;align-items:center;transition:all var(--animation-time) ease-in-out;display:flex;height:calc(var(--select-height) - 2px);padding:0}.uui-select-single .uui-select-selection input{cursor:pointer}.uui-select-disabled.uui-select-single .uui-select-selection{cursor:not-allowed}.uui-select-disabled.uui-select-single .uui-select-selection input{cursor:not-allowed}.uui-select-filterable.uui-select-single .uui-select-selection{cursor:text}.uui-select-filterable.uui-select-single .uui-select-selection input{cursor:auto}.uui-select-single .uui-select-selection .uui-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:0;appearance:none;flex:1}.uui-select-single .uui-select-selection .uui-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.uui-select-single .uui-select-selection .uui-select-selection-search{position:absolute;inset:0}.uui-select-single .uui-select-selection .uui-select-selection-search-input{height:100%;width:100%}.uui-select-single .uui-select-selection .uui-select-selection-item,.uui-select-single .uui-select-selection .uui-select-selection-placeholder{padding:0;transition:all var(--animation-time)}.uui-select-single .uui-select-selection .uui-select-selection-item{position:absolute;width:100%;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.uui-select-single .uui-select-selection .uui-select-selection-placeholder{pointer-events:none}.uui-select-single .uui-select-selection::after{line-height:calc(var(--select-height) - 2px)}.uui-select-single.uui-select-open .uui-select-selection-item{color:var(--placeholder-color)}.uui-select-single.uui-select-small{--select-height:var(--control-height-small)}.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-item,.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-placeholder,.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-search,.uui-select-single.uui-select-small .uui-select-selection::after{font-size:var(--font-size-xs)}.uui-select-single.uui-select-large{--select-height:var(--control-height-large)}.uui-select-multiple{height:auto;min-height:var(--select-height);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-multiple .uui-select-selection{position:relative;flex:1 1 auto;width:calc(100% - var(--icon-width-base) - var(--control-padding-x));display:block;background-color:transparent;transition:all var(--animation-time) ease-in-out;display:flex;gap:var(--space-1);flex-wrap:wrap;align-items:center;padding:var(--select-multiple-selection-vertical-padding) 0}.uui-select-multiple .uui-select-selection input{cursor:pointer}.uui-select-disabled.uui-select-multiple .uui-select-selection{cursor:not-allowed}.uui-select-disabled.uui-select-multiple .uui-select-selection input{cursor:not-allowed}.uui-select-filterable.uui-select-multiple .uui-select-selection{cursor:text}.uui-select-filterable.uui-select-multiple .uui-select-selection input{cursor:auto}.uui-select-multiple .uui-select-selection .uui-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:0;appearance:none;flex:1}.uui-select-multiple .uui-select-selection .uui-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.uui-select-filterable.uui-select-multiple .uui-select-selection{cursor:text}.uui-select-multiple:has(.uui-select-selection-item){padding-left:var(--select-multiple-selection-vertical-padding)}.uui-select-multiple .uui-select-selection-item{position:relative;display:inline-flex;align-items:center;flex:none;gap:var(--space-1);box-sizing:border-box;max-width:100%;height:var(--select-multiple-item-height);padding:var(--select-multiple-item-padding);line-height:var(--select-multiple-item-height);background:var(--select-multiple-item-background-color);border:none;border-radius:var(--select-multiple-item-border-radius);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none}.uui-select-multiple .uui-select-selection-item-content{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-multiple .uui-select-selection-item-remove{display:flex;align-items:center;color:var(--icon-button-color);font-weight:700;font-size:var(--font-size-sm);line-height:1;height:var(--font-size-sm);width:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-full)}.uui-select-multiple .uui-select-selection-item-remove:hover{color:var(--icon-button-hover-color)}.uui-select-multiple .uui-select-selection-search{position:relative;margin-left:0;display:flex}.uui-select-multiple .uui-select-selection-search-input,.uui-select-multiple .uui-select-selection-search-mirror{font-family:var(--default-font-family);line-height:var(--select-multiple-item-height);transition:all .3s}.uui-select-multiple .uui-select-selection-search-input{width:100%;min-width:4.1px}.uui-select-multiple .uui-select-selection-search-mirror{position:absolute;top:0;left:0;z-index:999;white-space:nowrap;visibility:hidden}.uui-select-multiple .uui-select-selection-placeholder{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);transition:all .3s}.uui-select-multiple.uui-select-small{--select-height:var(--control-height-small);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-multiple.uui-select-small .uui-select-selection-search-input,.uui-select-multiple.uui-select-small .uui-select-selection-search-mirror{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-small .uui-select-selection-item{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-small .uui-select-selection-placeholder{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-large{--select-height:var(--control-height-large);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-selection-tooltip{display:flex;gap:var(--space-1);max-height:calc(var(--select-multiple-item-height) * 5 + var(--space-1) * 4);flex-wrap:wrap;overflow-y:auto;--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-selection-tooltip .uui-select-selection-item{position:relative;display:inline-flex;align-items:center;flex:none;gap:var(--space-1);box-sizing:border-box;max-width:100%;height:var(--select-multiple-item-height);padding:var(--select-multiple-item-padding);line-height:var(--select-multiple-item-height);background:var(--select-multiple-item-background-color);border:none;border-radius:var(--select-multiple-item-border-radius);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none}.uui-select-selection-tooltip .uui-select-selection-item-content{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-selection-tooltip .uui-select-selection-item-remove{display:flex;align-items:center;color:var(--icon-button-color);font-weight:700;font-size:var(--font-size-sm);line-height:1;height:var(--font-size-sm);width:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-full)}.uui-select-selection-tooltip .uui-select-selection-item-remove:hover{color:var(--icon-button-hover-color)}.uui-select-disabled .uui-select-selection-item-remove{display:none}.uui-select-large{--select-border-radius:var(--control-radius-large);--select-height:var(--control-height-large)}.uui-select-small{--select-border-radius:var(--control-radius-small);--select-height:var(--control-height-small);--icon-button-padding:calc(var(--space-1) * 0.75)}.uui-select-small .uui-select-label{font-size:var(--font-size-xs)}.uui-select-rtl,[data-direction=rtl] .uui-select,[dir=rtl] .uui-select{direction:rtl}.uui-select-rtl.uui-select-multiple:has(.uui-select-selection-item),[data-direction=rtl] .uui-select.uui-select-multiple:has(.uui-select-selection-item),[dir=rtl] .uui-select.uui-select-multiple:has(.uui-select-selection-item){padding-left:var(--control-padding-x);padding-right:var(--select-multiple-selection-vertical-padding)}.uui-select-rtl:has(.uui-select-label),[data-direction=rtl] .uui-select:has(.uui-select-label),[dir=rtl] .uui-select:has(.uui-select-label){padding-right:0;padding-left:var(--control-padding-r)}.uui-select-dropdown{margin:0;padding:0;color:var(--default-font-color);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:absolute;top:-9999px;left:-9999px;z-index:var(--zindex-dropdown);box-sizing:border-box;padding:var(--select-dropdown-padding-vertical) 0;overflow:hidden;font-size:var(--default-font-size);font-variant:initial;background-color:var(--select-dropdown-background-color);border-radius:var(--dropdown-border-radius);outline:0;box-shadow:var(--dropdown-shadow);border:1px solid var(--color-border-split)}.uui-select-dropdown-hidden{display:none}.uui-select-dropdown-operate{padding:0 var(--control-padding-x) var(--space-2);border-bottom:1px solid var(--color-border-split)}.uui-select-dropdown-list{padding:0 var(--select-dropdown-padding-horizontal)}.uui-select-dropdown-rtl,[data-direction=rtl] .uui-select-dropdown,[dir=rtl] .uui-select-dropdown{direction:rtl}.uui-select-item-empty{display:flex;justify-content:center;align-items:center;color:var(--color-disabled-font)}.uui-select-item{position:relative;display:flex;align-items:center;padding:var(--select-dropdown-item-padding);color:var(--default-font-color);font-weight:400;font-size:var(--default-font-size);border-radius:var(--select-dropdown-item-radius);line-height:var(--line-height-5);cursor:pointer}.uui-select-item-group{color:var(--select-dropdown-group-item-color);font-weight:var(--select-dropdown-group-item-font-weight);padding:var(--select-dropdown-item-padding);cursor:default}.uui-select-item-option{display:inline-flex}.uui-select-item-option-content{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-item-option-state{flex-grow:0;flex-shrink:0;width:var(--icon-font-size)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled){color:var(--dropdown-item-selected-color)}.uui-select-item-option-active:not(.uui-select-item-option-disabled){background-color:var(--dropdown-item-hover-background-color);color:var(--dropdown-item-hover-font-color)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled).uui-select-item-option-active{background-color:var(--dropdown-item-hover-background-color);color:var(--dropdown-item-selected-color)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled).uui-select-item-option-active .uui-select-dropdown-item-option-state{color:var(--dropdown-item-selected-color)}.uui-select-item-option-disabled{opacity:var(--disabled-opacity);cursor:not-allowed}.uui-select-item-small{font-size:var(--font-size-xs)}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
.select-selection() {
|
|
10
10
|
position: relative;
|
|
11
11
|
flex: 1 1 auto;
|
|
12
|
-
width: calc(100% - var(--
|
|
12
|
+
width: calc(100% - var(--icon-width-base) - var(--control-padding-x));
|
|
13
13
|
display: block;
|
|
14
14
|
background-color: transparent;
|
|
15
15
|
align-items: center;
|
|
@@ -615,13 +615,12 @@
|
|
|
615
615
|
position: relative;
|
|
616
616
|
display: flex;
|
|
617
617
|
align-items: center;
|
|
618
|
-
|
|
619
|
-
padding: var(--select-dropdown-item-padding-vertical) var(--select-dropdown-item-padding-horizontal);
|
|
618
|
+
padding: var(--select-dropdown-item-padding);
|
|
620
619
|
color: var(--default-font-color);
|
|
621
620
|
font-weight: normal;
|
|
622
621
|
font-size: var(--default-font-size);
|
|
623
622
|
border-radius: var(--select-dropdown-item-radius);
|
|
624
|
-
line-height: var(--line-height-
|
|
623
|
+
line-height: var(--line-height-5);
|
|
625
624
|
cursor: pointer;
|
|
626
625
|
// transition: all 0.3s linear;
|
|
627
626
|
|
|
@@ -629,7 +628,7 @@
|
|
|
629
628
|
&-group {
|
|
630
629
|
color: var(--select-dropdown-group-item-color);
|
|
631
630
|
font-weight: var(--select-dropdown-group-item-font-weight);
|
|
632
|
-
padding: var(--select-dropdown-item-padding
|
|
631
|
+
padding: var(--select-dropdown-item-padding);
|
|
633
632
|
cursor: default;
|
|
634
633
|
}
|
|
635
634
|
|
|
@@ -672,15 +671,9 @@
|
|
|
672
671
|
opacity: var(--disabled-opacity);
|
|
673
672
|
cursor: not-allowed;
|
|
674
673
|
}
|
|
675
|
-
|
|
676
|
-
&-grouped {
|
|
677
|
-
// padding-left: @control-padding-horizontal * 2;
|
|
678
|
-
}
|
|
679
674
|
}
|
|
680
675
|
|
|
681
676
|
&-small {
|
|
682
|
-
--select-dropdown-item-height: var(--control-height-small);
|
|
683
|
-
|
|
684
677
|
font-size: var(--font-size-xs);
|
|
685
678
|
}
|
|
686
679
|
}
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
--select-dropdown-background-color: var(--color-background);
|
|
14
14
|
--select-dropdown-padding-vertical: var(--space-1);
|
|
15
15
|
--select-dropdown-padding-horizontal: var(--space-1);
|
|
16
|
-
--select-dropdown-item-
|
|
17
|
-
--select-dropdown-item-padding-horizontal: var(--space-2);
|
|
18
|
-
--select-dropdown-item-padding-vertical: 0;
|
|
16
|
+
--select-dropdown-item-padding: var(--space-1-5) var(--space-2);
|
|
19
17
|
--select-dropdown-item-radius: var(--radius-base);
|
|
20
18
|
--select-dropdown-group-item-color: var(--secondary-font-color);
|
|
21
19
|
--select-dropdown-group-item-font-weight: var(--font-weight-medium);
|
|
@@ -25,11 +23,6 @@
|
|
|
25
23
|
--select-multiple-item-background-color: var(--color-soft-control-background);
|
|
26
24
|
}
|
|
27
25
|
|
|
28
|
-
.has-error,
|
|
29
|
-
.validate-error {
|
|
30
|
-
--select-focus-border-color: var(--error-9);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
26
|
[data-radius='full'] {
|
|
34
27
|
--select-border-radius: var(--radius-full);
|
|
35
28
|
}
|