@koi-design/uxd-ui 14.0.2 → 14.0.4
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/Alert/Alert.mjs +10 -24
- package/es/components/Alert/Alert.mjs.map +1 -1
- package/es/components/Alert/Alert.type.d.ts +5 -7
- package/es/components/Alert/Alert.type.mjs +4 -7
- package/es/components/Alert/Alert.type.mjs.map +1 -1
- package/es/components/Alert/Alert.vue.d.ts +5 -15
- package/es/components/Alert/index.d.ts +9 -27
- package/es/components/Alert/index.mjs +1 -1
- package/es/components/Badge/Badge.mjs +3 -5
- package/es/components/Badge/Badge.mjs.map +1 -1
- package/es/components/Calendar/Calendar.vue.d.ts +2 -2
- package/es/components/Calendar/index.d.ts +6 -6
- package/es/components/DatePicker/DatePicker.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +6 -6
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +2 -2
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +4 -4
- package/es/components/DatePicker/index.d.ts +28 -28
- package/es/components/Drawer/Drawer.d.ts +9 -0
- package/es/components/Drawer/Drawer.mjs +10 -8
- package/es/components/Drawer/Drawer.mjs.map +1 -1
- package/es/components/Drawer/Drawer.type.d.ts +4 -0
- package/es/components/Drawer/Drawer.type.mjs +4 -0
- package/es/components/Drawer/Drawer.type.mjs.map +1 -1
- package/es/components/Drawer/index.d.ts +15 -0
- package/es/components/Mask/Mask.d.ts +2 -1
- package/es/components/Mask/Mask.mjs +6 -2
- package/es/components/Mask/Mask.mjs.map +1 -1
- package/es/components/Mask/index.d.ts +5 -2
- package/es/components/Menu/MenuItem.vue.d.ts +33 -33
- package/es/components/Menu/index.d.ts +33 -33
- package/es/components/Message/Message.mjs +4 -3
- package/es/components/Message/Message.mjs.map +1 -1
- package/es/components/Message/Message.type.d.ts +1 -0
- package/es/components/Notice/Notice.mjs +15 -13
- package/es/components/Notice/Notice.mjs.map +1 -1
- package/es/components/Notice/Notice.type.d.ts +3 -2
- package/es/components/Notification/Notice.mjs +1 -5
- package/es/components/Notification/Notice.mjs.map +1 -1
- package/es/components/Notification/Notification.mjs.map +1 -1
- package/es/components/Rate/Rate.vue.d.ts +33 -33
- package/es/components/Rate/index.d.ts +66 -66
- package/es/components/Slider/Slider.d.ts +0 -20
- package/es/components/Slider/Slider.mjs +1 -2
- package/es/components/Slider/Slider.mjs.map +1 -1
- package/es/components/Slider/Slider.type.d.ts +0 -9
- package/es/components/Slider/Slider.type.mjs +0 -13
- package/es/components/Slider/Slider.type.mjs.map +1 -1
- package/es/components/Slider/index.d.ts +0 -33
- package/es/components/Statistic/Statistic.vue.d.ts +33 -33
- package/es/components/Statistic/index.d.ts +66 -66
- package/es/components/Table/BaseTable.vue.d.ts +132 -132
- package/es/components/Table/BodyTable.vue.d.ts +132 -132
- package/es/components/Table/HeadTable.vue.d.ts +132 -132
- package/es/components/Table/Table.vue.d.ts +264 -264
- package/es/components/Table/TableBox.vue.d.ts +264 -264
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +33 -33
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +33 -33
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +33 -33
- package/es/components/Tag/Tag.mjs +6 -9
- package/es/components/Tag/Tag.mjs.map +1 -1
- package/es/components/Tag/Tag.type.d.ts +0 -4
- package/es/components/Tag/Tag.type.mjs +0 -4
- package/es/components/Tag/Tag.type.mjs.map +1 -1
- package/es/components/Tag/Tag.vue.d.ts +7 -20
- package/es/components/Tag/index.d.ts +21 -48
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +33 -33
- package/es/components/ThemePanel/index.d.ts +66 -66
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +4 -4
- package/es/components/TimePicker/TimePicker.vue.d.ts +12 -12
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +4 -4
- package/es/components/TimePicker/index.d.ts +28 -28
- package/es/components/Tooltip/Tooltip.mjs +84 -8
- package/es/components/Tooltip/Tooltip.mjs.map +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +2 -2
- package/es/components/Tooltip/Tooltip.type.mjs +1 -3
- package/es/components/Tooltip/Tooltip.type.mjs.map +1 -1
- package/es/components/Tooltip/Tooltip.vue.d.ts +13 -13
- package/es/components/Tooltip/index.d.ts +33 -33
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +1 -1
- package/es/components/TreeSelect/index.d.ts +3 -3
- package/es/components/index.mjs +1 -1
- package/es/index.mjs +1 -1
- package/lib/components/Alert/Alert.js +9 -23
- package/lib/components/Alert/Alert.js.map +1 -1
- package/lib/components/Alert/Alert.type.d.ts +5 -7
- package/lib/components/Alert/Alert.type.js +4 -6
- package/lib/components/Alert/Alert.type.js.map +1 -1
- package/lib/components/Alert/Alert.vue.d.ts +5 -15
- package/lib/components/Alert/index.d.ts +9 -27
- package/lib/components/Alert/index.js +1 -0
- package/lib/components/Alert/index.js.map +1 -1
- package/lib/components/Badge/Badge.js +3 -5
- package/lib/components/Badge/Badge.js.map +1 -1
- package/lib/components/Calendar/Calendar.vue.d.ts +2 -2
- package/lib/components/Calendar/index.d.ts +6 -6
- package/lib/components/DatePicker/DatePicker.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +6 -6
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +2 -2
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +4 -4
- package/lib/components/DatePicker/index.d.ts +28 -28
- package/lib/components/Drawer/Drawer.d.ts +9 -0
- package/lib/components/Drawer/Drawer.js +10 -8
- package/lib/components/Drawer/Drawer.js.map +1 -1
- package/lib/components/Drawer/Drawer.type.d.ts +4 -0
- package/lib/components/Drawer/Drawer.type.js +4 -0
- package/lib/components/Drawer/Drawer.type.js.map +1 -1
- package/lib/components/Drawer/index.d.ts +15 -0
- package/lib/components/Mask/Mask.d.ts +2 -1
- package/lib/components/Mask/Mask.js +6 -2
- package/lib/components/Mask/Mask.js.map +1 -1
- package/lib/components/Mask/index.d.ts +5 -2
- package/lib/components/Menu/MenuItem.vue.d.ts +33 -33
- package/lib/components/Menu/index.d.ts +33 -33
- package/lib/components/Message/Message.js +4 -3
- package/lib/components/Message/Message.js.map +1 -1
- package/lib/components/Message/Message.type.d.ts +1 -0
- package/lib/components/Notice/Notice.js +15 -13
- package/lib/components/Notice/Notice.js.map +1 -1
- package/lib/components/Notice/Notice.type.d.ts +3 -2
- package/lib/components/Notification/Notice.js +1 -5
- package/lib/components/Notification/Notice.js.map +1 -1
- package/lib/components/Notification/Notification.js.map +1 -1
- package/lib/components/Rate/Rate.vue.d.ts +33 -33
- package/lib/components/Rate/index.d.ts +66 -66
- package/lib/components/Slider/Slider.d.ts +0 -20
- package/lib/components/Slider/Slider.js +1 -2
- package/lib/components/Slider/Slider.js.map +1 -1
- package/lib/components/Slider/Slider.type.d.ts +0 -9
- package/lib/components/Slider/Slider.type.js +0 -13
- package/lib/components/Slider/Slider.type.js.map +1 -1
- package/lib/components/Slider/index.d.ts +0 -33
- package/lib/components/Statistic/Statistic.vue.d.ts +33 -33
- package/lib/components/Statistic/index.d.ts +66 -66
- package/lib/components/Table/BaseTable.vue.d.ts +132 -132
- package/lib/components/Table/BodyTable.vue.d.ts +132 -132
- package/lib/components/Table/HeadTable.vue.d.ts +132 -132
- package/lib/components/Table/Table.vue.d.ts +264 -264
- package/lib/components/Table/TableBox.vue.d.ts +264 -264
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +33 -33
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +33 -33
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +33 -33
- package/lib/components/Tag/Tag.js +6 -9
- package/lib/components/Tag/Tag.js.map +1 -1
- package/lib/components/Tag/Tag.type.d.ts +0 -4
- package/lib/components/Tag/Tag.type.js +0 -4
- package/lib/components/Tag/Tag.type.js.map +1 -1
- package/lib/components/Tag/Tag.vue.d.ts +7 -20
- package/lib/components/Tag/index.d.ts +21 -48
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +33 -33
- package/lib/components/ThemePanel/index.d.ts +66 -66
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +4 -4
- package/lib/components/TimePicker/TimePicker.vue.d.ts +12 -12
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +4 -4
- package/lib/components/TimePicker/index.d.ts +28 -28
- package/lib/components/Tooltip/Tooltip.js +84 -8
- package/lib/components/Tooltip/Tooltip.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +2 -2
- package/lib/components/Tooltip/Tooltip.type.js +1 -3
- package/lib/components/Tooltip/Tooltip.type.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.vue.d.ts +13 -13
- package/lib/components/Tooltip/index.d.ts +33 -33
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +1 -1
- package/lib/components/TreeSelect/index.d.ts +3 -3
- package/lib/components/index.js +1 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/styles/components/alert/index.css +1 -1
- package/styles/components/alert/index.less +51 -48
- package/styles/components/alert/var.less +8 -42
- 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/index.less +14 -48
- package/styles/components/badge/var.less +7 -17
- 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/datePicker/index.css +1 -1
- package/styles/components/drawer/index.css +1 -1
- package/styles/components/drawer/index.less +43 -49
- package/styles/components/drawer/var.less +7 -20
- package/styles/components/form/index.css +1 -1
- package/styles/components/icon/index.css +1 -1
- package/styles/components/input/index.css +1 -1
- package/styles/components/inputNumber/index.css +1 -1
- package/styles/components/link/index.css +1 -1
- package/styles/components/mentions/index.css +1 -1
- package/styles/components/message/index.css +1 -1
- package/styles/components/message/index.less +63 -30
- package/styles/components/message/var.less +6 -27
- package/styles/components/modal/index.css +1 -1
- package/styles/components/notice/index.css +1 -1
- package/styles/components/notice/index.less +93 -49
- package/styles/components/notice/var.less +10 -33
- package/styles/components/select/index.css +1 -1
- package/styles/components/slider/index.css +1 -1
- package/styles/components/slider/index.less +36 -156
- package/styles/components/slider/var.less +5 -33
- package/styles/components/spin/index.css +1 -1
- package/styles/components/tag/index.css +1 -1
- package/styles/components/tag/index.less +12 -25
- package/styles/components/tag/var.less +26 -84
- package/styles/components/timePicker/index.css +1 -1
- package/styles/components/tooltip/index.css +1 -1
- package/styles/components/tooltip/index.less +3 -55
- package/styles/components/tooltip/var.less +15 -14
- package/styles/cssVariable.css +1 -1
- package/styles/cssVariable.less +8 -10
- package/styles/index.css +1 -1
- package/styles/mixins/index.less +0 -1
- package/types/components/Alert/Alert.type.d.ts +5 -7
- package/types/components/Alert/Alert.vue.d.ts +5 -15
- package/types/components/Alert/index.d.ts +9 -27
- package/types/components/Calendar/Calendar.vue.d.ts +2 -2
- package/types/components/Calendar/index.d.ts +6 -6
- package/types/components/DatePicker/DatePicker.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +6 -6
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +2 -2
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +4 -4
- package/types/components/DatePicker/index.d.ts +28 -28
- package/types/components/Drawer/Drawer.d.ts +9 -0
- package/types/components/Drawer/Drawer.type.d.ts +4 -0
- package/types/components/Drawer/index.d.ts +15 -0
- package/types/components/Mask/Mask.d.ts +2 -1
- package/types/components/Mask/index.d.ts +5 -2
- package/types/components/Menu/MenuItem.vue.d.ts +33 -33
- package/types/components/Menu/index.d.ts +33 -33
- package/types/components/Message/Message.type.d.ts +1 -0
- package/types/components/Notice/Notice.type.d.ts +3 -2
- package/types/components/Rate/Rate.vue.d.ts +33 -33
- package/types/components/Rate/index.d.ts +66 -66
- package/types/components/Slider/Slider.d.ts +0 -20
- package/types/components/Slider/Slider.type.d.ts +0 -9
- package/types/components/Slider/index.d.ts +0 -33
- package/types/components/Statistic/Statistic.vue.d.ts +33 -33
- package/types/components/Statistic/index.d.ts +66 -66
- package/types/components/Table/BaseTable.vue.d.ts +132 -132
- package/types/components/Table/BodyTable.vue.d.ts +132 -132
- package/types/components/Table/HeadTable.vue.d.ts +132 -132
- package/types/components/Table/Table.vue.d.ts +264 -264
- package/types/components/Table/TableBox.vue.d.ts +264 -264
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +33 -33
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +33 -33
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +33 -33
- package/types/components/Tag/Tag.type.d.ts +0 -4
- package/types/components/Tag/Tag.vue.d.ts +7 -20
- package/types/components/Tag/index.d.ts +21 -48
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +33 -33
- package/types/components/ThemePanel/index.d.ts +66 -66
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +4 -4
- package/types/components/TimePicker/TimePicker.vue.d.ts +12 -12
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +4 -4
- package/types/components/TimePicker/index.d.ts +28 -28
- package/types/components/Tooltip/Tooltip.type.d.ts +2 -2
- package/types/components/Tooltip/Tooltip.vue.d.ts +13 -13
- package/types/components/Tooltip/index.d.ts +33 -33
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +1 -1
- package/types/components/TreeSelect/index.d.ts +3 -3
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +152 -103
- package/uxd-ui.umd.js +151 -101
- package/uxd-ui.umd.min.js +6 -6
- package/styles/mixins/close.less +0 -12
|
@@ -7,88 +7,121 @@
|
|
|
7
7
|
.reset-component;
|
|
8
8
|
|
|
9
9
|
position: fixed;
|
|
10
|
-
top:
|
|
10
|
+
top: 0;
|
|
11
11
|
left: 0;
|
|
12
12
|
z-index: var(--zindex-message);
|
|
13
13
|
width: 100%;
|
|
14
14
|
pointer-events: none;
|
|
15
15
|
|
|
16
|
+
> span {
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
gap: var(--space-2);
|
|
20
|
+
}
|
|
21
|
+
|
|
16
22
|
&-notice {
|
|
17
|
-
padding:
|
|
23
|
+
padding: 0;
|
|
18
24
|
text-align: center;
|
|
19
|
-
|
|
20
|
-
&:first-child {
|
|
21
|
-
margin-top: calc(var(--message-gutter-base) * -1);
|
|
22
|
-
}
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
&-notice-close {
|
|
26
28
|
position: absolute;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
29
|
+
top: 50%;
|
|
30
|
+
right: var(--space-1);
|
|
31
|
+
transform: translateY(-50%);
|
|
32
|
+
opacity: 0.7;
|
|
33
|
+
width: var(--space-4);
|
|
34
|
+
height: var(--space-4);
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: center;
|
|
37
|
+
justify-content: center;
|
|
30
38
|
|
|
31
39
|
i.@{iconfont-css-prefix} {
|
|
32
|
-
|
|
40
|
+
font-size: var(--font-size-base);
|
|
41
|
+
color: var(--message-close-color);
|
|
42
|
+
}
|
|
33
43
|
|
|
34
|
-
|
|
44
|
+
&:hover {
|
|
45
|
+
opacity: 1;
|
|
35
46
|
}
|
|
36
47
|
}
|
|
37
48
|
|
|
38
49
|
&-notice-content {
|
|
39
50
|
display: inline-flex;
|
|
40
|
-
padding: var(--message-padding
|
|
51
|
+
padding: var(--message-padding);
|
|
41
52
|
background: var(--message-background-color);
|
|
42
53
|
border-radius: var(--message-notice-border-radius);
|
|
43
54
|
box-shadow: var(--message-shadow);
|
|
44
55
|
pointer-events: all;
|
|
45
56
|
position: relative;
|
|
57
|
+
line-height: var(--line-height-5);
|
|
58
|
+
border: 1px solid var(--color-border-split);
|
|
59
|
+
height: var(--message-height);
|
|
46
60
|
}
|
|
47
61
|
|
|
48
62
|
&-notice-closable {
|
|
49
63
|
.@{message-prefix-cls}-notice-content {
|
|
50
|
-
padding-right: var(--
|
|
64
|
+
padding-right: var(--space-7);
|
|
51
65
|
}
|
|
52
66
|
}
|
|
53
67
|
|
|
68
|
+
&-custom-content {
|
|
69
|
+
display: flex;
|
|
70
|
+
align-items: center;
|
|
71
|
+
justify-content: center;
|
|
72
|
+
}
|
|
73
|
+
|
|
54
74
|
// &-loading .@{iconfont-css-prefix} {
|
|
55
75
|
// color: var(--message-icon-color);
|
|
56
76
|
// }
|
|
57
77
|
|
|
58
78
|
.@{iconfont-css-prefix} {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
margin-right: var(--message-gutter-base);
|
|
62
|
-
font-size: var(--message-font-size);
|
|
63
|
-
vertical-align: middle;
|
|
79
|
+
margin-right: var(--message-gutter);
|
|
80
|
+
font-size: var(--space-4);
|
|
64
81
|
color: var(--message-icon-color);
|
|
65
82
|
}
|
|
66
83
|
|
|
84
|
+
&-notice:not(&-notice-background) {
|
|
85
|
+
[data-type='info'] {
|
|
86
|
+
--message-icon-color: var(--primary-color);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
[data-type='error'] {
|
|
90
|
+
--message-icon-color: var(--error-color);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
[data-type='warning'] {
|
|
94
|
+
--message-icon-color: var(--warning-color);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
[data-type='success'] {
|
|
98
|
+
--message-icon-color: var(--success-color);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
67
102
|
&-notice-background {
|
|
68
103
|
.@{message-prefix-cls}-notice-content {
|
|
69
104
|
box-shadow: none;
|
|
70
105
|
|
|
106
|
+
--message-icon-color: white;
|
|
107
|
+
|
|
71
108
|
&-info,
|
|
72
109
|
&-loading {
|
|
73
|
-
background: var(--
|
|
74
|
-
color:
|
|
75
|
-
box-shadow: 0 0 0 1px var(--blue-4) inset;
|
|
110
|
+
background: var(--primary-color);
|
|
111
|
+
color: white;
|
|
76
112
|
}
|
|
77
113
|
&-success {
|
|
78
|
-
background: var(--
|
|
79
|
-
color:
|
|
80
|
-
box-shadow: 0 0 0 1px var(--grass-4) inset;
|
|
114
|
+
background: var(--success-color);
|
|
115
|
+
color: white;
|
|
81
116
|
}
|
|
82
117
|
&-error {
|
|
83
|
-
background: var(--
|
|
84
|
-
color:
|
|
85
|
-
box-shadow: 0 0 0 1px var(--tomato-4) inset;
|
|
118
|
+
background: var(--error-color);
|
|
119
|
+
color: white;
|
|
86
120
|
}
|
|
87
121
|
|
|
88
122
|
&-warning {
|
|
89
|
-
background: var(--
|
|
90
|
-
color:
|
|
91
|
-
box-shadow: 0 0 0 1px var(--orange-4) inset;
|
|
123
|
+
background: var(--warning-color);
|
|
124
|
+
color: white;
|
|
92
125
|
}
|
|
93
126
|
}
|
|
94
127
|
}
|
|
@@ -2,32 +2,11 @@
|
|
|
2
2
|
@message-prefix-cls: ~'@{css-prefix}-message';
|
|
3
3
|
.@{message-prefix-cls} {
|
|
4
4
|
--message-max-height: 150px;
|
|
5
|
-
--message-
|
|
6
|
-
--message-
|
|
7
|
-
--message-padding-horizontal: var(--space-4);
|
|
8
|
-
--message-gutter-small: var(--space-1);
|
|
9
|
-
--message-gutter-base: var(--space-2);
|
|
10
|
-
--message-gutter-lager: var(--space-4);
|
|
11
|
-
--message-background-color: var(--color-background);
|
|
12
|
-
--message-notice-close-font-size: var(--default-font-size);
|
|
13
|
-
--message-notice-close-line-height: var(--line-height-normal);
|
|
14
|
-
--message-notice-content-padding-right: var(--space-6);
|
|
15
|
-
--message-notice-border-radius: var(--radius-base);
|
|
5
|
+
--message-close-color: var(--default-font-color);
|
|
6
|
+
--message-gutter: var(--space-1);
|
|
16
7
|
--message-icon-color: var(--primary-color);
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
[data-color='error'] {
|
|
23
|
-
--message-icon-color: var(--error-color);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
[data-color='warning'] {
|
|
27
|
-
--message-icon-color: var(--warning-9);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
[data-color='success'] {
|
|
31
|
-
--message-icon-color: var(--success-9);
|
|
32
|
-
}
|
|
8
|
+
--message-background-color: var(--color-background);
|
|
9
|
+
--message-notice-border-radius: var(--radius-md);
|
|
10
|
+
--message-padding: 0 var(--space-3);
|
|
11
|
+
--message-height: var(--space-9);
|
|
33
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.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-modal{--modal-padding:var(--space-6);--modal-gap:var(--space-4);--modal-close-icon-size:var(--space-4);--modal-close-icon-top:var(--space-4);--modal-close-icon-right:var(--space-4);--modal-close-icon-color:var(--default-font-color);--modal-title-color:var(--default-font-color);--modal-title-font-weight:var(--font-weight-semibold);--modal-title-font-size:var(--font-size-lg);--modal-title-line-height:var(--line-height-none);--modal-description-color:var(--secondary-font-color);--modal-description-font-size:var(--default-font-size);--modal-description-line-height:var(--line-height-none);--modal-footer-button-gap:var(--space-2);--modal-confirm-icon-size:var(--font-size-2xl);--modal-confirm-title-font-weight:var(--font-weight-semibold);--modal-confirm-title-font-size:var(--font-size-base);--modal-confirm-content-margin-bottom:var(--space-6)}:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-modal{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);width:auto;margin-left:auto;margin-right:auto;margin-bottom:var(--modal-bottom-space);background-color:var(--color-background);background-clip:padding-box;border:0;border-radius:var(--modal-border-radius);box-shadow:var(--modal-shadow);position:relative;pointer-events:auto;padding:var(--modal-padding);display:flex;flex-direction:column;gap:var(--modal-gap)}.uui-modal-wrap{inset:0;overflow:auto;outline:0;position:fixed;z-index:var(--zindex-modal);-webkit-overflow-scrolling:touch;display:none;justify-content:center;align-items:center}.uui-modal-wrap.uui-modal-visible{display:flex}.uui-modal-no-mask{pointer-events:none}.uui-modal-header{width:100%;display:flex;flex-direction:column;gap:var(--space-1-5);align-items:start}.uui-modal-title{color:var(--modal-title-color);font-weight:var(--modal-title-font-weight);font-size:var(--modal-title-font-size);line-height:var(--modal-title-line-height);margin:0;word-wrap:break-word}.uui-modal-description{color:var(--modal-description-color);font-size:var(--modal-description-font-size);line-height:var(--modal-description-line-height);word-wrap:break-word}.uui-modal-drag{cursor:move}.uui-modal-dragging{-webkit-user-select:none;user-select:none}.uui-modal-close{background:0 0;border:none;color:var(--modal-close-icon-color);cursor:pointer;outline:0;padding:0;position:absolute;top:var(--modal-close-icon-top);right:var(--modal-close-icon-right);transition:color .3s;width:var(--modal-close-icon-size);height:var(--modal-close-icon-size);display:flex;align-items:center;justify-content:center;z-index:var(--zindex-popup-close);opacity:.7}.uui-modal-close-x{font-size:var(--font-size-base)}.uui-modal-close:focus,.uui-modal-close:hover{text-decoration:none;opacity:1}.uui-modal-body{font-size:var(--default-font-size);word-wrap:break-word;flex:1 1 auto}.uui-modal-footer{display:flex;align-items:center;justify-content:flex-end;width:100%;column-gap:var(--modal-footer-button-gap)}.uui-modal-mask{background-color:var(--mask-background-color);inset:0;height:100%;position:fixed;z-index:var(--zindex-modal-mask)}.uui-modal-mask-hidden{display:none}.uui-modal-full-screen .uui-modal{border-radius:0}.uui-modal-full-screen .uui-modal-container{height:100%;width:100%}.uui-modal-size-small{--modal-padding:var(--space-4);--modal-gap:var(--space-2);--modal-title-font-size:var(--font-size-sm);--modal-close-icon-top:var(--space-2);--modal-close-icon-right:var(--space-2)}.uui-modal-size-small .uui-modal-body{font-size:var(--font-size-xs)}@media (max-width:768px){.uui-modal{max-width:calc(100vw - 16px);margin:8px auto}.uui-modal-vertical .uui-modal{flex:1}}.uui-modal-confirm-body-wrapper{zoom:1;display:flex;flex-direction:column;gap:var(--space-4)}.uui-modal-confirm-body{display:flex;align-items:flex-start;gap:var(--space-2)}.uui-modal-confirm-icon{font-size:var(--modal-confirm-icon-size);flex:0}.uui-modal-confirm-content-wrap{flex:1;display:flex;flex-direction:column;gap:var(--space-1-5)}.uui-modal-confirm-title{display:flex;align-items:center;font-weight:var(--modal-confirm-title-font-weight);font-size:var(--modal-confirm-title-font-size);line-height:var(--line-height-none);min-height:var(--space-6)}.uui-modal-confirm-content{color:var(--default-font-color);font-size:var(--default-font-size)}.uui-modal-confirm-error .uui-modal-confirm-icon{color:var(--error-color)}.uui-modal-confirm-warning .uui-modal-confirm-icon{color:var(--warning-color)}.uui-modal-confirm-confirm .uui-modal-confirm-icon,.uui-modal-confirm-info .uui-modal-confirm-icon{color:var(--secondary-font-color)}.uui-modal-confirm-success .uui-modal-confirm-icon{color:var(--success-color)}.uui-modal-confirm.uui-modal-size-small{--modal-confirm-title-font-size:var(--font-size-sm)}.uui-modal-confirm.uui-modal-size-small .uui-modal-confirm-content{font-size:var(--font-size-xs)}
|
|
1
|
+
.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-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-a30:rgba(254, 59, 47, 0.3);--error-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-color:#17c964;--success-a30:rgba(23, 201, 100, 0.3);--success-a50:rgba(23, 201, 100, 0.5);--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-color:#ff8200;--warning-a30:rgba(255, 130, 0, 0.3);--warning-a50:rgba(255, 130, 0, 0.5);--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--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-lg);--notice-shadow:var(--shadow-lg);--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-modal{--modal-padding:var(--space-6);--modal-gap:var(--space-4);--modal-close-icon-size:var(--space-4);--modal-close-icon-top:var(--space-4);--modal-close-icon-right:var(--space-4);--modal-close-icon-color:var(--default-font-color);--modal-title-color:var(--default-font-color);--modal-title-font-weight:var(--font-weight-semibold);--modal-title-font-size:var(--font-size-lg);--modal-title-line-height:var(--line-height-none);--modal-description-color:var(--secondary-font-color);--modal-description-font-size:var(--default-font-size);--modal-description-line-height:var(--line-height-none);--modal-footer-button-gap:var(--space-2);--modal-confirm-icon-size:var(--font-size-2xl);--modal-confirm-title-font-weight:var(--font-weight-semibold);--modal-confirm-title-font-size:var(--font-size-base);--modal-confirm-content-margin-bottom:var(--space-6)}:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-modal{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);width:auto;margin-left:auto;margin-right:auto;margin-bottom:var(--modal-bottom-space);background-color:var(--color-background);background-clip:padding-box;border:0;border-radius:var(--modal-border-radius);box-shadow:var(--modal-shadow);position:relative;pointer-events:auto;padding:var(--modal-padding);display:flex;flex-direction:column;gap:var(--modal-gap)}.uui-modal-wrap{inset:0;overflow:auto;outline:0;position:fixed;z-index:var(--zindex-modal);-webkit-overflow-scrolling:touch;display:none;justify-content:center;align-items:center}.uui-modal-wrap.uui-modal-visible{display:flex}.uui-modal-no-mask{pointer-events:none}.uui-modal-header{width:100%;display:flex;flex-direction:column;gap:var(--space-1-5);align-items:start}.uui-modal-title{color:var(--modal-title-color);font-weight:var(--modal-title-font-weight);font-size:var(--modal-title-font-size);line-height:var(--modal-title-line-height);margin:0;word-wrap:break-word}.uui-modal-description{color:var(--modal-description-color);font-size:var(--modal-description-font-size);line-height:var(--modal-description-line-height);word-wrap:break-word}.uui-modal-drag{cursor:move}.uui-modal-dragging{-webkit-user-select:none;user-select:none}.uui-modal-close{background:0 0;border:none;color:var(--modal-close-icon-color);cursor:pointer;outline:0;padding:0;position:absolute;top:var(--modal-close-icon-top);right:var(--modal-close-icon-right);transition:color .3s;width:var(--modal-close-icon-size);height:var(--modal-close-icon-size);display:flex;align-items:center;justify-content:center;z-index:var(--zindex-popup-close);opacity:.7}.uui-modal-close-x{font-size:var(--font-size-base)}.uui-modal-close:focus,.uui-modal-close:hover{text-decoration:none;opacity:1}.uui-modal-body{font-size:var(--default-font-size);word-wrap:break-word;flex:1 1 auto}.uui-modal-footer{display:flex;align-items:center;justify-content:flex-end;width:100%;column-gap:var(--modal-footer-button-gap)}.uui-modal-mask{background-color:var(--mask-background-color);inset:0;height:100%;position:fixed;z-index:var(--zindex-modal-mask)}.uui-modal-mask-hidden{display:none}.uui-modal-full-screen .uui-modal{border-radius:0}.uui-modal-full-screen .uui-modal-container{height:100%;width:100%}.uui-modal-size-small{--modal-padding:var(--space-4);--modal-gap:var(--space-2);--modal-title-font-size:var(--font-size-sm);--modal-close-icon-top:var(--space-2);--modal-close-icon-right:var(--space-2)}.uui-modal-size-small .uui-modal-body{font-size:var(--font-size-xs)}@media (max-width:768px){.uui-modal{max-width:calc(100vw - 16px);margin:8px auto}.uui-modal-vertical .uui-modal{flex:1}}.uui-modal-confirm-body-wrapper{zoom:1;display:flex;flex-direction:column;gap:var(--space-4)}.uui-modal-confirm-body{display:flex;align-items:flex-start;gap:var(--space-2)}.uui-modal-confirm-icon{font-size:var(--modal-confirm-icon-size);flex:0}.uui-modal-confirm-content-wrap{flex:1;display:flex;flex-direction:column;gap:var(--space-1-5)}.uui-modal-confirm-title{display:flex;align-items:center;font-weight:var(--modal-confirm-title-font-weight);font-size:var(--modal-confirm-title-font-size);line-height:var(--line-height-none);min-height:var(--space-6)}.uui-modal-confirm-content{color:var(--default-font-color);font-size:var(--default-font-size)}.uui-modal-confirm-error .uui-modal-confirm-icon{color:var(--error-color)}.uui-modal-confirm-warning .uui-modal-confirm-icon{color:var(--warning-color)}.uui-modal-confirm-confirm .uui-modal-confirm-icon,.uui-modal-confirm-info .uui-modal-confirm-icon{color:var(--secondary-font-color)}.uui-modal-confirm-success .uui-modal-confirm-icon{color:var(--success-color)}.uui-modal-confirm.uui-modal-size-small{--modal-confirm-title-font-size:var(--font-size-sm)}.uui-modal-confirm.uui-modal-size-small .uui-modal-confirm-content{font-size:var(--font-size-xs)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-notice{--notice-width:
|
|
1
|
+
:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-notice{--notice-container-width:420px;--notice-container-padding:var(--space-4);--notice-container-gap:var(--space-2);--notice-padding:var(--space-4) var(--space-8) var(--space-4) var(--space-4);--notice-border-radius:var(--radius-md);--notice-border-color:var(--color-border-split);--notice-background-color:var(--color-background);--notice-icon-size:var(--space-4);--notice-text-color:var(--default-font-color);--notice-icon-color:var(--default-font-color);--notice-close-color:var(--default-font-color);--notice-desc-color:var(--secondary-font-color)}.uui-notice{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:fixed;z-index:var(--zindex-notice);width:100%;max-width:var(--notice-container-width);padding:var(--notice-container-padding)}.uui-notice>span{display:flex;flex-direction:column;gap:var(--notice-container-gap)}.uui-notice-notice{position:relative;padding:var(--notice-padding);overflow:hidden;background:var(--notice-background-color);border:1px solid var(--notice-border-color);border-radius:var(--notice-border-radius);box-shadow:var(--notice-shadow)}.uui-notice-notice:has([data-type=error]){--notice-icon-color:white;--notice-text-color:white;--notice-close-color:white;--notice-desc-color:white;--notice-background-color:var(--error-color);--notice-border-color:var(--error-color)}.uui-notice-notice:has([data-type=warning]){--notice-icon-color:white;--notice-text-color:white;--notice-close-color:white;--notice-desc-color:white;--notice-background-color:var(--warning-color)}.uui-notice-notice:has([data-type=success]){--notice-icon-color:white;--notice-text-color:white;--notice-close-color:white;--notice-desc-color:white;--notice-background-color:var(--success-color)}.uui-notice-wrapper{display:flex;align-items:center;position:relative;gap:var(--space-3)}.uui-notice-with-icon{padding-left:var(--space-6)}.uui-notice-icon{position:absolute;left:0;top:0;font-size:var(--notice-icon-size);line-height:1;color:var(--notice-icon-color)}.uui-notice-title{font-size:var(--default-font-size);line-height:var(--line-height-none);color:var(--notice-text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uui-notice-with-desc .uui-notice-title{margin-bottom:var(--space-1);font-weight:var(--font-weight-medium)}.uui-notice-with-icon .uui-notice-title{transform:translateY(1px)}.uui-notice-desc{font-size:var(--font-size-xs);color:var(--notice-desc-color);line-height:var(--line-height-5)}.uui-notice-btn{display:flex;align-items:center;justify-content:center;background:0 0;border:1px solid var(--color-border-base);flex:0;padding:0 var(--space-3);height:var(--space-8);white-space:nowrap;border-radius:var(--radius-base);color:var(--notice-text-color);cursor:pointer;transition:all .3s ease}.uui-notice-notice-close{position:absolute;top:var(--space-4);right:var(--space-3);opacity:.7;width:var(--space-4);height:var(--space-4);display:flex;align-items:center;justify-content:center}.uui-notice-notice-close i.uui-icon{font-size:var(--font-size-base);color:var(--notice-close-color)}.uui-notice-notice-close:hover{opacity:1}.uui-notice .move-notice-enter-active{animation-duration:var(--animation-time,.3);animation-fill-mode:both;animation-name:moveNoticeIn}.uui-notice .move-notice-leave-active{animation-duration:var(--animation-time,.3);animation-fill-mode:both;animation-name:moveNoticeOut}.uui-notice .move-notice-enter-from{opacity:0;animation-timing-function:var(--ease-in-out)}.uui-notice .move-notice-leave-to{animation-timing-function:var(--ease-in-out)}.uui-notice-bottom-left,.uui-notice-bottom-right{margin-right:0;margin-left:var(--notice-margin-horizontal)}.uui-notice-bottom-left .move-notice-enter-active,.uui-notice-bottom-right .move-notice-enter-active{animation-name:moveNoticeBottomIn}.uui-notice-bottom-left .move-notice-leave-active,.uui-notice-bottom-right .move-notice-leave-active{animation-name:moveNoticeBottomOut}@keyframes moveNoticeBottomIn{0%{opacity:0;transform-origin:0 0;transform:translateY(100%)}100%{opacity:1;transform-origin:0 0;transform:translateY(0)}}@keyframes moveNoticeIn{0%{opacity:0;transform-origin:0 0;transform:translateY(-100%)}100%{opacity:1;transform-origin:0 0;transform:translateY(0)}}@keyframes moveNoticeOut{0%{transform-origin:0 0;transform:translateX(0);opacity:1}70%{transform-origin:0 0;transform:translateX(100%);opacity:0;height:auto;padding:var(--notice-padding);margin-bottom:var(--notice-margin-base)}100%{transform-origin:0 0;transform:translateX(100%);opacity:0;height:0;padding:0;margin-bottom:0}}@keyframes moveNoticeLeftOut{0%{transform-origin:0 0;transform:translateX(0);opacity:1}70%{transform-origin:0 0;transform:translateX(-100%);opacity:0;height:auto;padding:var(--notice-padding);margin-bottom:var(--notice-margin-base)}100%{transform-origin:0 0;transform:translateX(-100%);opacity:0;height:0;padding:0;margin-bottom:0}}
|
|
@@ -9,85 +9,129 @@
|
|
|
9
9
|
|
|
10
10
|
position: fixed;
|
|
11
11
|
z-index: var(--zindex-notice);
|
|
12
|
-
width:
|
|
13
|
-
max-width:
|
|
14
|
-
|
|
12
|
+
width: 100%;
|
|
13
|
+
max-width: var(--notice-container-width);
|
|
14
|
+
padding: var(--notice-container-padding);
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
&-with-desc&-with-icon {
|
|
22
|
-
// margin-left: 44px;
|
|
23
|
-
margin-left: var(--notice-desc-icon-margin-left);
|
|
16
|
+
& > span {
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
gap: var(--notice-container-gap);
|
|
24
20
|
}
|
|
25
21
|
|
|
26
22
|
&-notice {
|
|
27
23
|
position: relative;
|
|
28
|
-
margin-bottom: var(--notice-margin-base);
|
|
29
24
|
padding: var(--notice-padding);
|
|
30
25
|
overflow: hidden;
|
|
31
|
-
line-height: var(--notice-line-height);
|
|
32
26
|
background: var(--notice-background-color);
|
|
27
|
+
border: 1px solid var(--notice-border-color);
|
|
33
28
|
border-radius: var(--notice-border-radius);
|
|
34
29
|
box-shadow: var(--notice-shadow);
|
|
30
|
+
|
|
31
|
+
&:has([data-type='error']) {
|
|
32
|
+
--notice-icon-color: white;
|
|
33
|
+
--notice-text-color: white;
|
|
34
|
+
--notice-close-color: white;
|
|
35
|
+
--notice-desc-color: white;
|
|
36
|
+
--notice-background-color: var(--error-color);
|
|
37
|
+
--notice-border-color: var(--error-color);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&:has([data-type='warning']) {
|
|
41
|
+
--notice-icon-color: white;
|
|
42
|
+
--notice-text-color: white;
|
|
43
|
+
--notice-close-color: white;
|
|
44
|
+
--notice-desc-color: white;
|
|
45
|
+
--notice-background-color: var(--warning-color);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&:has([data-type='success']) {
|
|
49
|
+
--notice-icon-color: white;
|
|
50
|
+
--notice-text-color: white;
|
|
51
|
+
--notice-close-color: white;
|
|
52
|
+
--notice-desc-color: white;
|
|
53
|
+
--notice-background-color: var(--success-color);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
&-wrapper {
|
|
58
|
+
display: flex;
|
|
59
|
+
align-items: center;
|
|
60
|
+
position: relative;
|
|
61
|
+
gap: var(--space-3);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
&-with-icon {
|
|
65
|
+
padding-left: var(--space-6);
|
|
35
66
|
}
|
|
36
67
|
|
|
37
68
|
&-icon {
|
|
38
69
|
position: absolute;
|
|
39
70
|
left: 0;
|
|
40
71
|
top: 0;
|
|
41
|
-
|
|
42
|
-
font-size: var(--notice-icon-font-size);
|
|
72
|
+
font-size: var(--notice-icon-size);
|
|
43
73
|
line-height: 1;
|
|
44
74
|
color: var(--notice-icon-color);
|
|
45
75
|
}
|
|
46
76
|
|
|
47
|
-
&-with-desc &-icon {
|
|
48
|
-
// font-size: 32px;
|
|
49
|
-
font-size: var(--notice-desc-icon-font-size);
|
|
50
|
-
top: var(--notice-desc-icon-top);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
77
|
&-title {
|
|
54
|
-
font-size: var(--
|
|
55
|
-
line-height: var(--
|
|
56
|
-
color: var(--
|
|
57
|
-
padding-right: var(--notice-title-padding-right);
|
|
78
|
+
font-size: var(--default-font-size);
|
|
79
|
+
line-height: var(--line-height-none);
|
|
80
|
+
color: var(--notice-text-color);
|
|
58
81
|
overflow: hidden;
|
|
59
82
|
text-overflow: ellipsis;
|
|
60
83
|
white-space: nowrap;
|
|
61
84
|
}
|
|
62
85
|
|
|
63
86
|
&-with-desc &-title {
|
|
64
|
-
margin-bottom: var(--
|
|
87
|
+
margin-bottom: var(--space-1);
|
|
88
|
+
font-weight: var(--font-weight-medium);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
&-with-icon &-title {
|
|
92
|
+
transform: translateY(1px);
|
|
65
93
|
}
|
|
66
94
|
|
|
67
95
|
&-desc {
|
|
68
|
-
font-size: var(--
|
|
69
|
-
color: var(--
|
|
70
|
-
|
|
71
|
-
line-height: var(--alert-line-height);
|
|
96
|
+
font-size: var(--font-size-xs);
|
|
97
|
+
color: var(--notice-desc-color);
|
|
98
|
+
line-height: var(--line-height-5);
|
|
72
99
|
}
|
|
73
100
|
|
|
74
101
|
&-btn {
|
|
75
102
|
display: flex;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
103
|
+
align-items: center;
|
|
104
|
+
justify-content: center;
|
|
105
|
+
background: transparent;
|
|
106
|
+
border: 1px solid var(--color-border-base);
|
|
107
|
+
flex: 0;
|
|
108
|
+
padding: 0 var(--space-3);
|
|
109
|
+
height: var(--space-8);
|
|
110
|
+
white-space: nowrap;
|
|
111
|
+
border-radius: var(--radius-base);
|
|
112
|
+
color: var(--notice-text-color);
|
|
113
|
+
cursor: pointer;
|
|
114
|
+
transition: all 0.3s ease;
|
|
82
115
|
}
|
|
83
116
|
|
|
84
117
|
&-notice-close {
|
|
85
118
|
position: absolute;
|
|
86
|
-
|
|
87
|
-
|
|
119
|
+
top: var(--space-4);
|
|
120
|
+
right: var(--space-3);
|
|
121
|
+
opacity: 0.7;
|
|
122
|
+
width: var(--space-4);
|
|
123
|
+
height: var(--space-4);
|
|
124
|
+
display: flex;
|
|
125
|
+
align-items: center;
|
|
126
|
+
justify-content: center;
|
|
88
127
|
|
|
89
128
|
i.@{iconfont-css-prefix} {
|
|
90
|
-
|
|
129
|
+
font-size: var(--font-size-base);
|
|
130
|
+
color: var(--notice-close-color);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
&:hover {
|
|
134
|
+
opacity: 1;
|
|
91
135
|
}
|
|
92
136
|
}
|
|
93
137
|
|
|
@@ -106,45 +150,45 @@
|
|
|
106
150
|
|
|
107
151
|
.notice-motion(~'move-notice', ~'moveNotice');
|
|
108
152
|
|
|
109
|
-
&-
|
|
110
|
-
&-bottom-
|
|
153
|
+
&-bottom-left,
|
|
154
|
+
&-bottom-right {
|
|
111
155
|
margin-right: 0;
|
|
112
156
|
margin-left: var(--notice-margin-horizontal);
|
|
113
157
|
|
|
114
158
|
.move-notice-enter-active {
|
|
115
|
-
animation-name:
|
|
159
|
+
animation-name: moveNoticeBottomIn;
|
|
116
160
|
}
|
|
117
161
|
.move-notice-leave-active {
|
|
118
|
-
animation-name:
|
|
162
|
+
animation-name: moveNoticeBottomOut;
|
|
119
163
|
}
|
|
120
164
|
}
|
|
121
165
|
}
|
|
122
166
|
|
|
123
|
-
@keyframes
|
|
167
|
+
@keyframes moveNoticeBottomIn {
|
|
124
168
|
0% {
|
|
125
169
|
opacity: 0;
|
|
126
170
|
transform-origin: 0 0;
|
|
127
|
-
transform:
|
|
171
|
+
transform: translateY(100%);
|
|
128
172
|
}
|
|
129
173
|
|
|
130
174
|
100% {
|
|
131
175
|
opacity: 1;
|
|
132
176
|
transform-origin: 0 0;
|
|
133
|
-
transform:
|
|
177
|
+
transform: translateY(0%);
|
|
134
178
|
}
|
|
135
179
|
}
|
|
136
180
|
|
|
137
|
-
@keyframes
|
|
181
|
+
@keyframes moveNoticeIn {
|
|
138
182
|
0% {
|
|
139
183
|
opacity: 0;
|
|
140
184
|
transform-origin: 0 0;
|
|
141
|
-
transform:
|
|
185
|
+
transform: translateY(-100%);
|
|
142
186
|
}
|
|
143
187
|
|
|
144
188
|
100% {
|
|
145
189
|
opacity: 1;
|
|
146
190
|
transform-origin: 0 0;
|
|
147
|
-
transform:
|
|
191
|
+
transform: translateY(0%);
|
|
148
192
|
}
|
|
149
193
|
}
|
|
150
194
|
|
|
@@ -1,37 +1,14 @@
|
|
|
1
1
|
.@{notice-prefix-cls} {
|
|
2
|
-
--notice-width:
|
|
3
|
-
--notice-padding: var(--space-4);
|
|
4
|
-
--notice-
|
|
5
|
-
--notice-
|
|
6
|
-
--notice-
|
|
2
|
+
--notice-container-width: 420px;
|
|
3
|
+
--notice-container-padding: var(--space-4);
|
|
4
|
+
--notice-container-gap: var(--space-2);
|
|
5
|
+
--notice-padding: var(--space-4) var(--space-8) var(--space-4) var(--space-4);
|
|
6
|
+
--notice-border-radius: var(--radius-md);
|
|
7
|
+
--notice-border-color: var(--color-border-split);
|
|
7
8
|
--notice-background-color: var(--color-background);
|
|
8
|
-
--notice-
|
|
9
|
-
--notice-
|
|
10
|
-
--notice-icon-
|
|
11
|
-
--notice-
|
|
12
|
-
--notice-desc-font-size: var(--font-size-sm);
|
|
13
|
-
--notice-desc-title-margin-bottom: var(--space-2);
|
|
14
|
-
--notice-desc-icon-margin-left: var(--space-10);
|
|
15
|
-
--notice-desc-icon-font-size: var(--font-size-3xl);
|
|
16
|
-
--notice-desc-icon-top: calc(var(--space-1) * -1);
|
|
17
|
-
--notice-title-color: var(--default-font-color);
|
|
9
|
+
--notice-icon-size: var(--space-4);
|
|
10
|
+
--notice-text-color: var(--default-font-color);
|
|
11
|
+
--notice-icon-color: var(--default-font-color);
|
|
12
|
+
--notice-close-color: var(--default-font-color);
|
|
18
13
|
--notice-desc-color: var(--secondary-font-color);
|
|
19
|
-
--notice-border-radius: var(--radius-base);
|
|
20
|
-
--notice-icon-color: var(--primary-8);
|
|
21
|
-
--alert-title-color: var(--default-font-color);
|
|
22
|
-
[data-color='info'] {
|
|
23
|
-
--notice-icon-color: var(--primary-8);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
[data-color='error'] {
|
|
27
|
-
--notice-icon-color: var(--error-8);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
[data-color='warning'] {
|
|
31
|
-
--notice-icon-color: var(--warning-8);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
[data-color='success'] {
|
|
35
|
-
--notice-icon-color: var(--success-8);
|
|
36
|
-
}
|
|
37
14
|
}
|
|
@@ -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-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)}
|
|
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-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-a30:rgba(254, 59, 47, 0.3);--error-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-color:#17c964;--success-a30:rgba(23, 201, 100, 0.3);--success-a50:rgba(23, 201, 100, 0.5);--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-color:#ff8200;--warning-a30:rgba(255, 130, 0, 0.3);--warning-a50:rgba(255, 130, 0, 0.5);--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--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-lg);--notice-shadow:var(--shadow-lg);--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)}
|