@koi-design/uxd-ui 14.0.6 → 14.0.8
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/Card/Card.d.ts +9 -9
- package/es/components/Card/Card.mjs +19 -26
- package/es/components/Card/Card.mjs.map +1 -1
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/Card.type.mjs +4 -4
- package/es/components/Card/Card.type.mjs.map +1 -1
- package/es/components/Card/index.d.ts +15 -15
- package/es/components/Cascader/Cascader.d.ts +3 -3
- package/es/components/Cascader/Cascader.mjs +2 -4
- package/es/components/Cascader/Cascader.mjs.map +1 -1
- package/es/components/Cascader/Cascader.type.d.ts +1 -1
- package/es/components/Cascader/Cascader.type.mjs +1 -1
- package/es/components/Cascader/Cascader.type.mjs.map +1 -1
- package/es/components/Cascader/CascaderMenu.mjs +4 -4
- package/es/components/Cascader/CascaderMenu.mjs.map +1 -1
- package/es/components/Cascader/index.d.ts +6 -6
- package/es/components/Checkbox/Checkbox.mjs +1 -0
- package/es/components/Checkbox/Checkbox.mjs.map +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +1 -0
- package/es/components/Checkbox/Checkbox.type.mjs +2 -1
- package/es/components/Checkbox/Checkbox.type.mjs.map +1 -1
- package/es/components/Checkbox/Checkbox.vue.d.ts +2 -0
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +2 -0
- package/es/components/Checkbox/index.d.ts +7 -0
- package/es/components/DatePicker/DatePicker.mjs +2 -4
- package/es/components/DatePicker/DatePicker.mjs.map +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -0
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs.map +1 -1
- package/es/components/Layout/Layout.type.d.ts +2 -7
- package/es/components/Layout/Layout.type.mjs +2 -7
- package/es/components/Layout/Layout.type.mjs.map +1 -1
- package/es/components/Layout/Sider.mjs +20 -16
- package/es/components/Layout/Sider.mjs.map +1 -1
- package/es/components/Layout/Sider.vue.d.ts +9 -17
- package/es/components/Layout/index.d.ts +9 -17
- package/es/components/Menu/Menu.d.ts +0 -11
- package/es/components/Menu/Menu.mjs +1 -3
- package/es/components/Menu/Menu.mjs.map +1 -1
- package/es/components/Menu/Menu.type.d.ts +0 -6
- package/es/components/Menu/Menu.type.mjs +0 -5
- package/es/components/Menu/Menu.type.mjs.map +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -3
- package/es/components/Menu/SubMenu.mjs.map +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +0 -1
- package/es/components/Menu/index.d.ts +0 -19
- package/es/components/Progress/Circle.mjs +1 -3
- package/es/components/Progress/Circle.mjs.map +1 -1
- package/es/components/Progress/Progress.mjs +2 -3
- package/es/components/Progress/Progress.mjs.map +1 -1
- package/es/components/Progress/Progress.type.d.ts +1 -6
- package/es/components/Progress/Progress.type.mjs +0 -6
- package/es/components/Progress/Progress.type.mjs.map +1 -1
- package/es/components/Progress/Progress.vue.d.ts +0 -16
- package/es/components/Progress/index.d.ts +0 -33
- package/es/components/Select/RefSelect.vue.d.ts +7 -0
- package/es/components/Table/BaseTable.vue.d.ts +7 -19
- package/es/components/Table/BodyTable.vue.d.ts +7 -19
- package/es/components/Table/HeadTable.vue.d.ts +7 -19
- package/es/components/Table/Table.vue.d.ts +14 -38
- package/es/components/Table/TableBox.vue.d.ts +14 -38
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -19
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -19
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +7 -19
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -19
- package/es/components/Transfer/Operation.mjs +6 -4
- package/es/components/Transfer/Operation.mjs.map +1 -1
- package/es/components/Transfer/Transfer.mjs +2 -4
- package/es/components/Transfer/Transfer.mjs.map +1 -1
- package/es/components/Transfer/Transfer.type.d.ts +0 -5
- package/es/components/Transfer/Transfer.type.mjs +1 -8
- package/es/components/Transfer/Transfer.type.mjs.map +1 -1
- package/es/components/Transfer/Transfer.vue.d.ts +42 -11
- package/es/components/Transfer/TransferList.mjs +14 -10
- package/es/components/Transfer/TransferList.mjs.map +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +14 -0
- package/es/components/Transfer/TransferListItem.vue.d.ts +7 -0
- package/es/components/Transfer/index.d.ts +112 -18
- package/es/components/Tree/SubTree.vue.d.ts +7 -0
- package/es/components/Tree/Tree.vue.d.ts +7 -0
- package/es/components/Tree/TreeNode.vue.d.ts +7 -0
- package/es/components/Tree/index.d.ts +14 -0
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +14 -0
- package/es/components/TreeSelect/index.d.ts +28 -0
- package/es/components/Upload/UploadList.vue.d.ts +0 -33
- package/es/components/base/CollapseTransition.mjs +0 -16
- package/es/components/base/CollapseTransition.mjs.map +1 -1
- package/es/components/base/hooks/useGlobalConfig.d.ts +1 -0
- package/es/components/locale/default.d.ts +1 -0
- package/es/components/locale/default.mjs.map +1 -1
- package/lib/components/Card/Card.d.ts +9 -9
- package/lib/components/Card/Card.js +22 -29
- package/lib/components/Card/Card.js.map +1 -1
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/Card.type.js +4 -4
- package/lib/components/Card/Card.type.js.map +1 -1
- package/lib/components/Card/index.d.ts +15 -15
- package/lib/components/Cascader/Cascader.d.ts +3 -3
- package/lib/components/Cascader/Cascader.js +2 -4
- package/lib/components/Cascader/Cascader.js.map +1 -1
- package/lib/components/Cascader/Cascader.type.d.ts +1 -1
- package/lib/components/Cascader/Cascader.type.js +1 -1
- package/lib/components/Cascader/Cascader.type.js.map +1 -1
- package/lib/components/Cascader/CascaderMenu.js +3 -3
- package/lib/components/Cascader/CascaderMenu.js.map +1 -1
- package/lib/components/Cascader/index.d.ts +6 -6
- package/lib/components/Checkbox/Checkbox.js +1 -0
- package/lib/components/Checkbox/Checkbox.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +1 -0
- package/lib/components/Checkbox/Checkbox.type.js +2 -1
- package/lib/components/Checkbox/Checkbox.type.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.vue.d.ts +2 -0
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +2 -0
- package/lib/components/Checkbox/index.d.ts +7 -0
- package/lib/components/DatePicker/DatePicker.js +2 -4
- package/lib/components/DatePicker/DatePicker.js.map +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -0
- package/lib/components/DatePicker/Panel/DatePickerPanel.js.map +1 -1
- package/lib/components/Layout/Layout.type.d.ts +2 -7
- package/lib/components/Layout/Layout.type.js +2 -7
- package/lib/components/Layout/Layout.type.js.map +1 -1
- package/lib/components/Layout/Sider.js +19 -15
- package/lib/components/Layout/Sider.js.map +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +9 -17
- package/lib/components/Layout/index.d.ts +9 -17
- package/lib/components/Menu/Menu.d.ts +0 -11
- package/lib/components/Menu/Menu.js +1 -3
- package/lib/components/Menu/Menu.js.map +1 -1
- package/lib/components/Menu/Menu.type.d.ts +0 -6
- package/lib/components/Menu/Menu.type.js +0 -5
- package/lib/components/Menu/Menu.type.js.map +1 -1
- package/lib/components/Menu/SubMenu.js +1 -3
- package/lib/components/Menu/SubMenu.js.map +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +0 -1
- package/lib/components/Menu/index.d.ts +0 -19
- package/lib/components/Progress/Circle.js +1 -3
- package/lib/components/Progress/Circle.js.map +1 -1
- package/lib/components/Progress/Progress.js +2 -3
- package/lib/components/Progress/Progress.js.map +1 -1
- package/lib/components/Progress/Progress.type.d.ts +1 -6
- package/lib/components/Progress/Progress.type.js +0 -6
- package/lib/components/Progress/Progress.type.js.map +1 -1
- package/lib/components/Progress/Progress.vue.d.ts +0 -16
- package/lib/components/Progress/index.d.ts +0 -33
- package/lib/components/Select/RefSelect.vue.d.ts +7 -0
- package/lib/components/Table/BaseTable.vue.d.ts +7 -19
- package/lib/components/Table/BodyTable.vue.d.ts +7 -19
- package/lib/components/Table/HeadTable.vue.d.ts +7 -19
- package/lib/components/Table/Table.vue.d.ts +14 -38
- package/lib/components/Table/TableBox.vue.d.ts +14 -38
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -19
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -19
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +7 -19
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -19
- package/lib/components/Transfer/Operation.js +6 -4
- package/lib/components/Transfer/Operation.js.map +1 -1
- package/lib/components/Transfer/Transfer.js +2 -4
- package/lib/components/Transfer/Transfer.js.map +1 -1
- package/lib/components/Transfer/Transfer.type.d.ts +0 -5
- package/lib/components/Transfer/Transfer.type.js +0 -7
- package/lib/components/Transfer/Transfer.type.js.map +1 -1
- package/lib/components/Transfer/Transfer.vue.d.ts +42 -11
- package/lib/components/Transfer/TransferList.js +14 -10
- package/lib/components/Transfer/TransferList.js.map +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +14 -0
- package/lib/components/Transfer/TransferListItem.vue.d.ts +7 -0
- package/lib/components/Transfer/index.d.ts +112 -18
- package/lib/components/Tree/SubTree.vue.d.ts +7 -0
- package/lib/components/Tree/Tree.vue.d.ts +7 -0
- package/lib/components/Tree/TreeNode.vue.d.ts +7 -0
- package/lib/components/Tree/index.d.ts +14 -0
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +14 -0
- package/lib/components/TreeSelect/index.d.ts +28 -0
- package/lib/components/Upload/UploadList.vue.d.ts +0 -33
- package/lib/components/base/CollapseTransition.js +0 -16
- package/lib/components/base/CollapseTransition.js.map +1 -1
- package/lib/components/base/hooks/useGlobalConfig.d.ts +1 -0
- package/lib/components/locale/default.d.ts +1 -0
- package/lib/components/locale/default.js.map +1 -1
- package/package.json +1 -1
- package/styles/components/alert/index.css +1 -1
- package/styles/components/autoComplete/index.css +1 -1
- package/styles/components/avatar/index.css +1 -1
- package/styles/components/breadcrumb/index.css +1 -1
- package/styles/components/breadcrumb/index.less +5 -6
- package/styles/components/breadcrumb/var.less +4 -6
- package/styles/components/button/index.css +1 -1
- package/styles/components/card/index.css +1 -1
- package/styles/components/card/index.less +64 -70
- package/styles/components/card/var.less +4 -13
- package/styles/components/carousel/index.css +1 -1
- package/styles/components/carousel/index.less +38 -35
- package/styles/components/carousel/var.less +6 -19
- package/styles/components/cascader/index.css +1 -1
- package/styles/components/cascader/index.less +20 -32
- package/styles/components/datePicker/index.css +1 -1
- 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/layout/index.css +1 -1
- package/styles/components/layout/index.less +40 -55
- package/styles/components/layout/var.less +9 -41
- package/styles/components/link/index.css +1 -1
- package/styles/components/mentions/index.css +1 -1
- package/styles/components/menu/index.css +1 -1
- package/styles/components/menu/index.less +63 -207
- package/styles/components/menu/var.less +40 -69
- package/styles/components/modal/index.css +1 -1
- package/styles/components/progress/index.css +1 -1
- package/styles/components/progress/index.less +42 -56
- package/styles/components/progress/var.less +3 -4
- package/styles/components/select/index.css +1 -1
- package/styles/components/spin/index.css +1 -1
- package/styles/components/timePicker/index.css +1 -1
- package/styles/components/transfer/index.css +1 -1
- package/styles/components/transfer/index.less +38 -42
- package/styles/components/transfer/var.less +8 -42
- package/styles/components/tree/index.css +1 -1
- package/styles/components/tree/index.less +17 -27
- package/styles/components/tree/var.less +5 -16
- package/styles/cssVariable.css +1 -1
- package/styles/cssVariable.less +8 -8
- package/styles/index.css +1 -1
- package/styles/tokens/typography.css +1 -1
- package/types/components/Card/Card.d.ts +9 -9
- package/types/components/Card/Card.type.d.ts +4 -4
- package/types/components/Card/index.d.ts +15 -15
- package/types/components/Cascader/Cascader.d.ts +3 -3
- package/types/components/Cascader/Cascader.type.d.ts +1 -1
- package/types/components/Cascader/index.d.ts +6 -6
- package/types/components/Checkbox/Checkbox.type.d.ts +1 -0
- package/types/components/Checkbox/Checkbox.vue.d.ts +2 -0
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +2 -0
- package/types/components/Checkbox/index.d.ts +7 -0
- package/types/components/Layout/Layout.type.d.ts +2 -7
- package/types/components/Layout/Sider.vue.d.ts +9 -17
- package/types/components/Layout/index.d.ts +9 -17
- package/types/components/Menu/Menu.d.ts +0 -11
- package/types/components/Menu/Menu.type.d.ts +0 -6
- package/types/components/Menu/SubMenu.vue.d.ts +0 -1
- package/types/components/Menu/index.d.ts +0 -19
- package/types/components/Progress/Progress.type.d.ts +1 -6
- package/types/components/Progress/Progress.vue.d.ts +0 -16
- package/types/components/Progress/index.d.ts +0 -33
- package/types/components/Select/RefSelect.vue.d.ts +7 -0
- package/types/components/Table/BaseTable.vue.d.ts +7 -19
- package/types/components/Table/BodyTable.vue.d.ts +7 -19
- package/types/components/Table/HeadTable.vue.d.ts +7 -19
- package/types/components/Table/Table.vue.d.ts +14 -38
- package/types/components/Table/TableBox.vue.d.ts +14 -38
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -19
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -19
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +7 -19
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -19
- package/types/components/Transfer/Transfer.type.d.ts +0 -5
- package/types/components/Transfer/Transfer.vue.d.ts +42 -11
- package/types/components/Transfer/TransferList.vue.d.ts +14 -0
- package/types/components/Transfer/TransferListItem.vue.d.ts +7 -0
- package/types/components/Transfer/index.d.ts +112 -18
- package/types/components/Tree/SubTree.vue.d.ts +7 -0
- package/types/components/Tree/Tree.vue.d.ts +7 -0
- package/types/components/Tree/TreeNode.vue.d.ts +7 -0
- package/types/components/Tree/index.d.ts +14 -0
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +14 -0
- package/types/components/TreeSelect/index.d.ts +28 -0
- package/types/components/Upload/UploadList.vue.d.ts +0 -33
- package/types/components/base/hooks/useGlobalConfig.d.ts +1 -0
- package/types/components/locale/default.d.ts +1 -0
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +513 -555
- package/uxd-ui.umd.js +512 -554
- package/uxd-ui.umd.min.js +6 -6
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
.reset-component;
|
|
9
9
|
|
|
10
10
|
margin-bottom: 0;
|
|
11
|
-
padding:
|
|
12
|
-
color: var(--
|
|
13
|
-
line-height: 0;
|
|
11
|
+
padding: var(--menu-padding);
|
|
12
|
+
color: var(--default-font-color);
|
|
14
13
|
list-style: none;
|
|
15
14
|
background: var(--menu-background-color);
|
|
16
15
|
outline: none;
|
|
17
16
|
width: var(--menu-width);
|
|
18
17
|
user-select: none;
|
|
19
|
-
transition: width var(--animation-time)
|
|
18
|
+
transition: width var(--animation-time) cubic-bezier(0.2, 0, 0, 1);
|
|
19
|
+
font-size: var(--default-font-size);
|
|
20
20
|
|
|
21
21
|
ul,
|
|
22
22
|
ol {
|
|
@@ -30,15 +30,17 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
&-item-group-title {
|
|
33
|
-
padding: 0 var(--menu-group-padding-vertical);
|
|
34
33
|
color: var(--menu-group-color);
|
|
35
|
-
font-size: var(--menu-group-font-size);
|
|
36
34
|
height: var(--menu-group-height);
|
|
37
|
-
|
|
35
|
+
font-size: var(--menu-group-font-size);
|
|
38
36
|
transition: all var(--animation-time);
|
|
37
|
+
padding: 0 var(--menu-item-padding-horizontal);
|
|
39
38
|
white-space: nowrap;
|
|
40
39
|
overflow: hidden;
|
|
41
40
|
text-overflow: ellipsis;
|
|
41
|
+
display: flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
column-gap: var(--menu-item-gap);
|
|
42
44
|
}
|
|
43
45
|
|
|
44
46
|
&-submenu {
|
|
@@ -53,16 +55,10 @@
|
|
|
53
55
|
|
|
54
56
|
.@{menu-prefix-cls} {
|
|
55
57
|
background-color: var(--menu-popup-background-color);
|
|
56
|
-
box-shadow: var(--
|
|
57
|
-
border-radius: var(--
|
|
58
|
+
box-shadow: var(--dropdown-shadow);
|
|
59
|
+
border-radius: var(--dropdown-border-radius);
|
|
60
|
+
border: 1px solid var(--color-border-split);
|
|
58
61
|
}
|
|
59
|
-
|
|
60
|
-
// &::before {
|
|
61
|
-
// position: absolute;
|
|
62
|
-
// inset: -7px 0 0;
|
|
63
|
-
// opacity: 0.0001;
|
|
64
|
-
// content: ' ';
|
|
65
|
-
// }
|
|
66
62
|
}
|
|
67
63
|
|
|
68
64
|
&-vertical,
|
|
@@ -70,12 +66,7 @@
|
|
|
70
66
|
&-vertical-right,
|
|
71
67
|
&-inline {
|
|
72
68
|
> .@{menu-prefix-cls}-submenu-title .@{menu-prefix-cls}-submenu-arrow {
|
|
73
|
-
|
|
74
|
-
margin-right: 0;
|
|
75
|
-
top: 0;
|
|
76
|
-
right: var(--menu-submenu-arrow-absolute-right);
|
|
77
|
-
line-height: var(--vertical-menu-sub-item-height);
|
|
78
|
-
transition: transform var(--animation-time) var(--ease-in-out);
|
|
69
|
+
margin-left: auto;
|
|
79
70
|
}
|
|
80
71
|
}
|
|
81
72
|
|
|
@@ -95,6 +86,7 @@
|
|
|
95
86
|
> .@{menu-prefix-cls}-submenu-title {
|
|
96
87
|
color: var(--menu-submenu-selected-color);
|
|
97
88
|
background-color: var(--menu-submenu-selected-background-color);
|
|
89
|
+
font-weight: var(--menu-submenu-selected-font-weight);
|
|
98
90
|
|
|
99
91
|
&:hover {
|
|
100
92
|
color: var(--menu-submenu-selected-color);
|
|
@@ -109,7 +101,7 @@
|
|
|
109
101
|
|
|
110
102
|
.@{menu-prefix-cls}-sub {
|
|
111
103
|
cursor: initial;
|
|
112
|
-
transition: background var(--animation-time)
|
|
104
|
+
transition: background var(--animation-time), padding var(--animation-time);
|
|
113
105
|
}
|
|
114
106
|
}
|
|
115
107
|
|
|
@@ -118,32 +110,28 @@
|
|
|
118
110
|
position: relative;
|
|
119
111
|
display: flex;
|
|
120
112
|
align-items: center;
|
|
113
|
+
justify-content: flex-start;
|
|
114
|
+
column-gap: var(--menu-item-gap);
|
|
121
115
|
white-space: nowrap;
|
|
122
116
|
cursor: pointer;
|
|
123
|
-
|
|
117
|
+
padding: 0 var(--menu-item-padding-horizontal);
|
|
118
|
+
transition: padding var(--animation-time) var(--ease-out);
|
|
119
|
+
border-radius: var(--menu-item-border-radius);
|
|
120
|
+
height: var(--menu-item-height);
|
|
124
121
|
|
|
125
122
|
.@{iconfont-css-prefix}:not(.@{menu-prefix-cls}-submenu-arrow) {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
font-size
|
|
129
|
-
|
|
123
|
+
width: var(--icon-font-size);
|
|
124
|
+
font-size: var(--icon-font-size);
|
|
125
|
+
transition: font-size var(--animation-time);
|
|
126
|
+
flex: 0;
|
|
130
127
|
|
|
131
128
|
+ span {
|
|
132
129
|
opacity: 1;
|
|
133
|
-
display:
|
|
134
|
-
transition: opacity var(--animation-time) var(--ease-in-out)
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
&:only-child {
|
|
138
|
-
margin-right: 0;
|
|
130
|
+
display: flex;
|
|
131
|
+
transition: opacity var(--animation-time) var(--ease-in-out);
|
|
139
132
|
}
|
|
140
133
|
}
|
|
141
134
|
|
|
142
|
-
&:active {
|
|
143
|
-
background-color: var(--menu-item-active-background-color);
|
|
144
|
-
color: var(--menu-item-active-color);
|
|
145
|
-
}
|
|
146
|
-
|
|
147
135
|
& > a {
|
|
148
136
|
color: var(--menu-item-font-color);
|
|
149
137
|
&:hover {
|
|
@@ -169,12 +157,18 @@
|
|
|
169
157
|
color: var(--menu-item-hover-color);
|
|
170
158
|
}
|
|
171
159
|
}
|
|
160
|
+
|
|
161
|
+
&:active {
|
|
162
|
+
background-color: var(--menu-item-hover-background-color);
|
|
163
|
+
color: var(--menu-item-hover-color);
|
|
164
|
+
}
|
|
172
165
|
}
|
|
173
166
|
|
|
174
167
|
&-item {
|
|
175
168
|
&-selected {
|
|
176
169
|
color: var(--menu-item-selected-color);
|
|
177
170
|
background-color: var(--menu-item-selected-background-color);
|
|
171
|
+
font-weight: var(--menu-item-selected-font-weight);
|
|
178
172
|
|
|
179
173
|
> a {
|
|
180
174
|
color: var(--menu-item-selected-color);
|
|
@@ -222,19 +216,13 @@
|
|
|
222
216
|
// horizontal mode
|
|
223
217
|
|
|
224
218
|
&-horizontal {
|
|
225
|
-
--menu-item-
|
|
226
|
-
--menu-item-
|
|
227
|
-
|
|
228
|
-
--menu-item-selected-background-color: var(--horizontal-menu-item-selected-background-color);
|
|
229
|
-
--menu-submenu-selected-color: var(--horizontal-menu-item-selected-color);
|
|
230
|
-
--menu-submenu-selected-background-color: var(--horizontal-menu-item-selected-background-color);
|
|
231
|
-
|
|
232
|
-
line-height: var(--horizontal-menu-height);
|
|
219
|
+
--menu-item-height: var(--horizontal-menu-height);
|
|
220
|
+
--menu-item-padding-horizontal: var(--space-4);
|
|
221
|
+
|
|
233
222
|
display: flex;
|
|
234
223
|
flex-wrap: nowrap;
|
|
235
224
|
border: none;
|
|
236
|
-
column-gap:
|
|
237
|
-
box-shadow: 0 calc(0px - var(--horizontal-menu-border-width)) 0 0 var(--horizontal-menu-border-color) inset;
|
|
225
|
+
column-gap: var(--horizontal-menu-column-gap);
|
|
238
226
|
position: relative;
|
|
239
227
|
|
|
240
228
|
> .@{menu-prefix-cls}-item,
|
|
@@ -242,40 +230,13 @@
|
|
|
242
230
|
flex: 0;
|
|
243
231
|
margin: 0;
|
|
244
232
|
padding: 0 var(--menu-item-padding-horizontal);
|
|
245
|
-
height: var(--horizontal-menu-height);
|
|
246
233
|
}
|
|
247
234
|
|
|
248
235
|
> .@{menu-prefix-cls}-item {
|
|
249
236
|
> a {
|
|
250
237
|
display: block;
|
|
251
|
-
|
|
252
|
-
&::before {
|
|
253
|
-
bottom: -2px;
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
&:hover {
|
|
258
|
-
box-shadow: var(--horizontal-menu-item-hover-box-shadow);
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
&-active,
|
|
262
|
-
&-open,
|
|
263
|
-
&-selected {
|
|
264
|
-
box-shadow: var(--horizontal-menu-item-selected-box-shadow);
|
|
265
|
-
|
|
266
|
-
&:hover {
|
|
267
|
-
box-shadow: var(--horizontal-menu-item-selected-box-shadow);
|
|
268
|
-
}
|
|
269
238
|
}
|
|
270
239
|
}
|
|
271
|
-
|
|
272
|
-
> .@{menu-prefix-cls}-submenu > .@{menu-prefix-cls}-submenu-title {
|
|
273
|
-
height: var(--horizontal-menu-height);
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
> .@{menu-prefix-cls}-submenu-selected .@{menu-prefix-cls}-submenu-title {
|
|
277
|
-
box-shadow: var(--horizontal-menu-item-selected-box-shadow);
|
|
278
|
-
}
|
|
279
240
|
}
|
|
280
241
|
|
|
281
242
|
// vertical mode && inline mode
|
|
@@ -283,17 +244,13 @@
|
|
|
283
244
|
&-vertical-left,
|
|
284
245
|
&-vertical-right,
|
|
285
246
|
&-inline {
|
|
286
|
-
|
|
287
|
-
box-shadow: calc(0px - var(--vertical-menu-border-width)) 0 0 0 var(--vertical-menu-border-color) inset;
|
|
247
|
+
--menu-padding: var(--space-2);
|
|
288
248
|
|
|
289
249
|
.@{menu-prefix-cls}-item,
|
|
290
250
|
.@{menu-prefix-cls}-submenu-title {
|
|
291
|
-
height: var(--vertical-menu-sub-item-height);
|
|
292
|
-
line-height: var(--vertical-menu-sub-item-height);
|
|
293
|
-
margin: var(--vertical-menu-item-margin-vertical) var(--vertical-menu-item-margin-horizontal);
|
|
294
251
|
padding: 0 var(--menu-item-padding-horizontal);
|
|
295
252
|
border-radius: var(--menu-item-border-radius);
|
|
296
|
-
font-size: var(--
|
|
253
|
+
font-size: var(--default-font-size);
|
|
297
254
|
overflow: hidden;
|
|
298
255
|
text-overflow: ellipsis;
|
|
299
256
|
|
|
@@ -306,41 +263,13 @@
|
|
|
306
263
|
position: relative;
|
|
307
264
|
}
|
|
308
265
|
|
|
309
|
-
.@{menu-prefix-cls}-
|
|
310
|
-
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
line-height: var(--vertical-menu-top-item-height);
|
|
317
|
-
|
|
318
|
-
.@{iconfont-css-prefix} {
|
|
319
|
-
line-height: var(--vertical-menu-top-item-height);
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.@{menu-prefix-cls}-submenu-arrow {
|
|
323
|
-
line-height: var(--vertical-menu-top-item-height);
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
&-direction-rtl {
|
|
329
|
-
box-shadow: var(--vertical-menu-border-width) 0 0 0 var(--vertical-menu-border-color) inset;
|
|
330
|
-
direction: rtl;
|
|
331
|
-
|
|
332
|
-
.@{menu-prefix-cls}-submenu-title .@{menu-prefix-cls}-submenu-arrow {
|
|
333
|
-
right: auto;
|
|
334
|
-
left: var(--menu-submenu-arrow-absolute-right);
|
|
335
|
-
transform: rotate(180deg);
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.@{menu-prefix-cls}-item,
|
|
339
|
-
.@{menu-prefix-cls}-submenu-title {
|
|
340
|
-
.@{iconfont-css-prefix}:not(.@{menu-prefix-cls}-submenu-arrow) {
|
|
341
|
-
margin-right: 0;
|
|
342
|
-
margin-left: var(--menu-icon-margin-right);
|
|
343
|
-
}
|
|
266
|
+
.@{menu-prefix-cls}-item-group-list,
|
|
267
|
+
.@{menu-prefix-cls}-sub,
|
|
268
|
+
&.@{menu-prefix-cls}-root {
|
|
269
|
+
display: flex;
|
|
270
|
+
flex-direction: column;
|
|
271
|
+
align-items: stretch;
|
|
272
|
+
row-gap: var(--vertical-menu-row-gap);
|
|
344
273
|
}
|
|
345
274
|
}
|
|
346
275
|
|
|
@@ -348,14 +277,11 @@
|
|
|
348
277
|
&-vertical-left&-sub,
|
|
349
278
|
&-vertical-right&-sub {
|
|
350
279
|
min-width: var(--menu-popup-min-width);
|
|
351
|
-
padding: var(--menu-popup-padding
|
|
280
|
+
padding: var(--menu-popup-padding);
|
|
352
281
|
transform-origin: 0 0;
|
|
353
282
|
}
|
|
354
283
|
|
|
355
284
|
&-inline {
|
|
356
|
-
--menu-submenu-selected-color: var(--inline-menu-submenu-selected-color);
|
|
357
|
-
--menu-submenu-selected-background-color: var(--inline-menu-submenu-selected-background-color);
|
|
358
|
-
|
|
359
285
|
width: var(--inline-menu-width);
|
|
360
286
|
|
|
361
287
|
.@{menu-prefix-cls}-item,
|
|
@@ -363,17 +289,14 @@
|
|
|
363
289
|
padding-left: calc(var(--menu-item-padding-horizontal) + var(--menu-level, 0) * var(--inline-menu-indent));
|
|
364
290
|
}
|
|
365
291
|
|
|
366
|
-
.@{menu-prefix-cls}-selected,
|
|
367
|
-
.@{menu-prefix-cls}-item-selected {
|
|
368
|
-
box-shadow: var(--inline-menu-item-selected-box-shadow);
|
|
369
|
-
}
|
|
370
|
-
|
|
371
292
|
.@{menu-prefix-cls}-item-group-title {
|
|
372
293
|
padding: 0 var(--menu-item-padding-horizontal) 0 calc(var(--menu-item-padding-horizontal) + var(--menu-level) * var(--inline-menu-indent));
|
|
373
294
|
}
|
|
374
295
|
|
|
375
|
-
|
|
376
|
-
|
|
296
|
+
.@{menu-prefix-cls}-sub {
|
|
297
|
+
--menu-item-height: var(--inline-menu-sub-item-height);
|
|
298
|
+
|
|
299
|
+
padding: var(--space-1) 0;
|
|
377
300
|
}
|
|
378
301
|
|
|
379
302
|
&-collapsed {
|
|
@@ -384,59 +307,28 @@
|
|
|
384
307
|
> .@{menu-prefix-cls}-item-group > .@{menu-prefix-cls}-item-group-list > .@{menu-prefix-cls}-submenu > .@{menu-prefix-cls}-submenu-title,
|
|
385
308
|
> .@{menu-prefix-cls}-submenu > .@{menu-prefix-cls}-submenu-title {
|
|
386
309
|
left: 0;
|
|
387
|
-
padding:
|
|
388
|
-
calc(
|
|
389
|
-
(
|
|
390
|
-
var(--menu-collapsed-width) - var(--inline-collapse-menu-item-icon-padding-horizontal) * 2 -
|
|
391
|
-
var(--vertical-menu-item-margin-horizontal) * 2 - var(--menu-icon-size)
|
|
392
|
-
) / 2
|
|
393
|
-
) !important;
|
|
310
|
+
padding-inline: calc(var(--menu-collapsed-width) / 2 - var(--space-2) - var(--font-size-lg) / 2);
|
|
394
311
|
text-overflow: clip;
|
|
312
|
+
column-gap: 0;
|
|
395
313
|
|
|
396
314
|
.@{menu-prefix-cls}-submenu-arrow {
|
|
397
315
|
display: none;
|
|
398
316
|
}
|
|
399
317
|
|
|
400
318
|
.@{iconfont-css-prefix} {
|
|
401
|
-
margin: 0;
|
|
402
|
-
|
|
403
|
-
font-size: var(--menu-icon-size);
|
|
404
|
-
border-radius: var(--menu-item-border-radius);
|
|
405
|
-
line-height: var(--inline-collapse-menu-item-icon-height) !important;
|
|
406
|
-
// line-height: var(--vertical-menu-top-item-height);
|
|
319
|
+
margin: 0 auto;
|
|
320
|
+
font-size: var(--font-size-lg);
|
|
407
321
|
|
|
408
322
|
+ span {
|
|
409
|
-
display: inline-flex;
|
|
410
|
-
max-width: 0;
|
|
411
323
|
opacity: 0;
|
|
412
324
|
}
|
|
413
325
|
}
|
|
414
326
|
}
|
|
415
327
|
|
|
416
|
-
.@{menu-prefix-cls}-item:not(.@{menu-prefix-cls}-item-selected),
|
|
417
|
-
.@{menu-prefix-cls}-submenu:not(.@{menu-prefix-cls}-submenu-selected) > .@{menu-prefix-cls}-submenu-title {
|
|
418
|
-
&:hover {
|
|
419
|
-
background-color: transparent;
|
|
420
|
-
|
|
421
|
-
.@{iconfont-css-prefix} {
|
|
422
|
-
background-color: var(--menu-item-hover-background-color);
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
|
|
427
328
|
.@{menu-prefix-cls}-inline.@{menu-prefix-cls}-sub {
|
|
428
329
|
opacity: 0;
|
|
429
330
|
}
|
|
430
331
|
|
|
431
|
-
.@{menu-prefix-cls}-item-selected,
|
|
432
|
-
.@{menu-prefix-cls}-submenu-selected > .@{menu-prefix-cls}-submenu-title {
|
|
433
|
-
background-color: transparent;
|
|
434
|
-
|
|
435
|
-
.@{iconfont-css-prefix} {
|
|
436
|
-
background-color: var(--menu-item-selected-background-color);
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
|
|
440
332
|
&-tooltip {
|
|
441
333
|
pointer-events: none;
|
|
442
334
|
|
|
@@ -445,7 +337,7 @@
|
|
|
445
337
|
}
|
|
446
338
|
|
|
447
339
|
a {
|
|
448
|
-
color:
|
|
340
|
+
color: white;
|
|
449
341
|
}
|
|
450
342
|
}
|
|
451
343
|
}
|
|
@@ -474,50 +366,14 @@
|
|
|
474
366
|
}
|
|
475
367
|
}
|
|
476
368
|
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
--menu-popup-background-color: var(--dark-menu-popup-background-color);
|
|
481
|
-
--menu-background-color: var(--dark-menu-background-color);
|
|
482
|
-
--menu-item-font-color: var(--dark-menu-color);
|
|
483
|
-
--menu-group-color: var(--dark-menu-group-color);
|
|
484
|
-
--menu-item-hover-color: var(--dark-menu-item-selected-color);
|
|
485
|
-
--menu-item-hover-background-color: transparent;
|
|
486
|
-
--menu-item-selected-color: var(--dark-menu-item-selected-color);
|
|
487
|
-
--menu-item-selected-background-color: var(--dark-menu-item-selected-background-color);
|
|
488
|
-
--menu-submenu-selected-color: var(--dark-submenu-selected-color);
|
|
489
|
-
--menu-submenu-selected-background-color: var(--dark-submenu-selected-background-color);
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
// Disabled state sets text to dark gray and nukes hover/tab effects
|
|
493
|
-
&-dark &-item-disabled,
|
|
494
|
-
&-dark &-submenu-disabled {
|
|
495
|
-
&,
|
|
496
|
-
> a {
|
|
497
|
-
color: var(--dark-menu-disabled-font-color) !important;
|
|
498
|
-
}
|
|
369
|
+
&-direction-rtl {
|
|
370
|
+
box-shadow: var(--vertical-menu-border-width) 0 0 0 var(--vertical-menu-border-color) inset;
|
|
371
|
+
direction: rtl;
|
|
499
372
|
|
|
500
|
-
|
|
501
|
-
|
|
373
|
+
.@{menu-prefix-cls}-submenu-title .@{menu-prefix-cls}-submenu-arrow {
|
|
374
|
+
margin-right: auto;
|
|
375
|
+
margin-left: 0;
|
|
376
|
+
transform: rotate(180deg);
|
|
502
377
|
}
|
|
503
378
|
}
|
|
504
|
-
|
|
505
|
-
&-dark {
|
|
506
|
-
box-shadow: none;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
&-dark&-horizontal {
|
|
510
|
-
--menu-item-selected-color: var(--dark-horizontal-menu-item-selected-color);
|
|
511
|
-
--menu-item-selected-background-color: var(--dark-horizontal-menu-item-selected-background-color);
|
|
512
|
-
--menu-submenu-selected-color: var(--dark-horizontal-menu-item-selected-color);
|
|
513
|
-
--menu-submenu-selected-background-color: var(--dark-horizontal-menu-item-selected-background-color);
|
|
514
|
-
--horizontal-menu-item-selected-box-shadow: var(--dark-horizontal-menu-item-selected-box-shadow);
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
&-dark&-inline-collapsed {
|
|
518
|
-
--menu-item-selected-background-color: transparent;
|
|
519
|
-
--menu-submenu-selected-background-color: transparent;
|
|
520
|
-
--menu-item-selected-hover-background-color: transparent;
|
|
521
|
-
--menu-submenu-selected-hover-background-color: transparent;
|
|
522
|
-
}
|
|
523
379
|
}
|
|
@@ -1,75 +1,46 @@
|
|
|
1
1
|
.@{menu-prefix-cls} {
|
|
2
2
|
--menu-width: 100%;
|
|
3
3
|
--menu-collapsed-width: 80px;
|
|
4
|
-
--menu-
|
|
5
|
-
--menu-popup-shadow: var(--shadow-5);
|
|
6
|
-
--menu-popup-background-color: var(--color-background);
|
|
7
|
-
--menu-popup-min-width: 160px;
|
|
8
|
-
--menu-popup-padding-vertical: var(--space-2);
|
|
9
|
-
--menu-padding-horizontal: 0;
|
|
10
|
-
--menu-transition-collapse-function: cubic-bezier(0.2, 0, 0, 1);
|
|
11
|
-
--menu-icon-size: var(--font-size-lg);
|
|
12
|
-
--menu-icon-margin-right: var(--space-3);
|
|
13
|
-
--menu-item-font-color: var(--default-font-color);
|
|
14
|
-
--menu-item-padding-horizontal: var(--space-4);
|
|
4
|
+
--menu-padding: 0;
|
|
15
5
|
--menu-background-color: transparent;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
--menu-
|
|
19
|
-
--menu-
|
|
20
|
-
--menu-
|
|
21
|
-
--menu-
|
|
22
|
-
--menu-
|
|
23
|
-
--
|
|
24
|
-
--
|
|
25
|
-
--
|
|
26
|
-
|
|
27
|
-
--
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
--
|
|
31
|
-
--
|
|
32
|
-
--
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
--
|
|
6
|
+
|
|
7
|
+
// menu-item
|
|
8
|
+
--menu-item-height: var(--space-9);
|
|
9
|
+
--menu-item-gap: var(--space-2);
|
|
10
|
+
--menu-item-padding-horizontal: var(--space-2);
|
|
11
|
+
--menu-item-font-color: var(--default-font-color);
|
|
12
|
+
--menu-item-hover-background-color: var(--color-background-secondary);
|
|
13
|
+
--menu-item-hover-color: var(--default-font-color);
|
|
14
|
+
--menu-item-selected-color: var(--default-font-color);
|
|
15
|
+
--menu-item-selected-background-color: var(--color-background-secondary);
|
|
16
|
+
--menu-item-selected-font-weight: var(--font-weight-semibold);
|
|
17
|
+
--menu-item-border-radius: var(--radius-lg);
|
|
18
|
+
|
|
19
|
+
// submenu
|
|
20
|
+
--menu-submenu-selected-color: var(--default-font-color);
|
|
21
|
+
--menu-submenu-selected-background-color: var(--color-background-secondary);
|
|
22
|
+
--menu-submenu-selected-font-weight: var(--font-weight-semibold);
|
|
23
|
+
|
|
24
|
+
// group
|
|
25
|
+
--menu-group-font-size: var(--font-size-xs);
|
|
26
|
+
--menu-group-color: var(--secondary-font-color);
|
|
27
|
+
--menu-group-height: var(--space-8);
|
|
28
|
+
|
|
29
|
+
// horizontal
|
|
30
|
+
--horizontal-menu-height: var(--space-10); // 48px
|
|
31
|
+
--horizontal-menu-column-gap: var(--space-1);
|
|
32
|
+
|
|
33
|
+
// vertical
|
|
34
|
+
--vertical-menu-row-gap: var(--space-1);
|
|
35
|
+
|
|
36
|
+
// inline mode
|
|
36
37
|
--inline-menu-width: 100%;
|
|
37
|
-
--inline-menu-
|
|
38
|
-
--inline-menu-
|
|
39
|
-
--inline-collapse-menu-item-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
--menu-
|
|
43
|
-
--menu-
|
|
44
|
-
--menu-
|
|
45
|
-
--inline-menu-submenu-selected-color: var(--primary-color);
|
|
46
|
-
--inline-menu-submenu-selected-background-color: transparent;
|
|
47
|
-
--menu-item-hover-background-color: var(--gray-a3);
|
|
48
|
-
--menu-item-hover-color: var(--menu-item-font-color);
|
|
49
|
-
--menu-item-active-background-color: var(--gray-a3);
|
|
50
|
-
--menu-item-active-color: var(--menu-item-font-color);
|
|
51
|
-
--menu-item-selected-color: var(--primary-color);
|
|
52
|
-
--menu-item-selected-background-color: var(--primary-3);
|
|
53
|
-
--horizontal-menu-item-selected-color: var(--primary-color);
|
|
54
|
-
--horizontal-menu-item-selected-background-color: transparent;
|
|
55
|
-
--horizontal-menu-item-selected-box-shadow: 0 -3px 0 -1px var(--primary-color) inset;
|
|
56
|
-
--horizontal-menu-item-hover-background-color: var(--primary-a30);
|
|
57
|
-
--horizontal-menu-item-hover-color: var(--menu-item-font-color);
|
|
58
|
-
--horizontal-menu-item-hover-box-shadow: none;
|
|
59
|
-
--dark-menu-color: var(--white-a8);
|
|
60
|
-
--dark-menu-background-color: var(--gray-12);
|
|
61
|
-
--dark-menu-popup-background-color: var(--gray-12);
|
|
62
|
-
--dark-menu-group-color: var(--white-a6);
|
|
63
|
-
--dark-menu-item-selected-color: var(--white-a12);
|
|
64
|
-
--dark-menu-item-selected-background-color: var(--primary-color);
|
|
65
|
-
--dark-submenu-selected-color: var(--primary-color);
|
|
66
|
-
--dark-submenu-selected-background-color: transparent;
|
|
67
|
-
--dark-menu-item-hover-color: var(--white-a12);
|
|
68
|
-
--dark-menu-item-hover-background-color: transparent;
|
|
69
|
-
--dark-horizontal-menu-item-selected-color: var(--white-a12);
|
|
70
|
-
--dark-horizontal-menu-item-selected-background-color: var(--primary-color);
|
|
71
|
-
--dark-horizontal-menu-item-selected-box-shadow: none;
|
|
72
|
-
--dark-menu-disabled-font-color: var(--gray-11);
|
|
73
|
-
--menu-item-border-radius: var(--radius-base);
|
|
74
|
-
--menu-popup-border-radius: var(--radius-base);
|
|
38
|
+
--inline-menu-indent: var(--space-6);
|
|
39
|
+
--inline-menu-sub-item-height: var(--space-8);
|
|
40
|
+
--inline-collapse-menu-item-width: var(--space-8);
|
|
41
|
+
|
|
42
|
+
// popup
|
|
43
|
+
--menu-popup-background-color: var(--color-background);
|
|
44
|
+
--menu-popup-min-width: 160px;
|
|
45
|
+
--menu-popup-padding: var(--space-2);
|
|
75
46
|
}
|
|
@@ -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-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-6);--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
|
+
.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);--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;--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-6);--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);--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.1s;--animation-time-short:0.2s;--animation-time-long:0.5s;--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-progress{--progress-font-size:var(--font-size-xs);--progress-inner-background-color:var(--
|
|
1
|
+
:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-progress{--progress-font-size:var(--font-size-xs);--progress-inner-background-color:var(--color-background-secondary);--progress-background-color:var(--primary-color);--progress-water-back-color:var(--primary-a30)}.uui-progress{display:flex;font-size:var(--progress-font-size);position:relative;align-items:center;column-gap:var(--space-2)}.uui-progress-line{width:100%}.uui-progress-outer{display:inline-flex;flex:1 1 auto;width:100%}.uui-progress-vertical{height:100%;width:auto}.uui-progress-vertical .uui-progress-outer{height:100%;width:auto;flex:0}.uui-progress-inner{display:inline-flex;width:100%;background:var(--progress-inner-background);background-color:var(--progress-inner-background-color);border-radius:var(--radius-full);position:relative}.uui-progress-inner-text{display:inline-flex;color:#fff;font-size:var(--progress-font-size);margin:0 var(--space-1-5)}.uui-progress-vertical .uui-progress-inner{height:100%;width:auto}.uui-progress-vertical .uui-progress-inner::after,.uui-progress-vertical .uui-progress-inner>*{display:inline-flex}.uui-progress-vertical .uui-progress-inner::after{content:'';height:100%}.uui-progress-bg{display:flex;border-radius:var(--radius-full);justify-content:flex-end;background-color:var(--progress-background-color);transition:all var(--animation-time-short) linear;position:relative}.uui-progress-bg::after{content:'';display:flex;height:100%}.uui-progress-success-bg{border-radius:var(--radius-full);background-color:var(--success-color);transition:all var(--animation-time-short) linear;position:absolute;top:0;left:0}.uui-progress-text{display:inline-flex;line-height:1;font-size:var(--progress-font-size)}.uui-progress-text .uui-icon{font-size:var(--icon-font-size)}.uui-progress-active .uui-progress-bg:before{content:'';opacity:0;position:absolute;inset:0;background:#fff;border-radius:var(--radius-full);animation:uui-progress-active 2s var(--ease-in-out) infinite}.uui-progress-vertical.uui-progress-active .uui-progress-bg:before{top:auto;animation:uui-progress-active-vertical 2s var(--ease-in-out) infinite}.uui-progress-wrong{--progress-background-color:var(--error-color)}.uui-progress-wrong .uui-progress-text{color:var(--error-color)}.uui-progress-success{--progress-background-color:var(--success-color)}.uui-progress-success .uui-progress-text{color:var(--success-color)}.uui-progress-circle{fill:none;stroke-linecap:round}.uui-progress-circle circle{transition:stroke-dasharray .3s}.uui-progress-circle .uui-progress-inner{position:relative;line-height:1;background-color:transparent}.uui-progress-circle .uui-progress-text{position:absolute;top:50%;left:50%;margin:0;padding:0;line-height:1;white-space:normal;text-align:center;transform:translate(-50%,-50%)}.uui-progress-circle.uui-progress-status-exception .uui-progress-text{color:var(--error-color)}.uui-progress-circle.uui-progress-status-success .uui-progress-text{color:var(--success-color)}.uui-progress-water{width:100%;height:100%}.uui-progress-water-box{height:100%;background:var(--progress-background-color)}.uui-progress-water—wave{height:auto;position:absolute}.uui-progress-water-wave-back{height:auto;position:absolute;bottom:100%;right:0;fill:var(--progress-water-back-color);animation:uui-progress-water-wave-back 1.4s infinite linear}.uui-progress-water-wave-front{position:absolute;bottom:100%;left:0;fill:var(--progress-background-color);margin-bottom:-1px;animation:uui-progress-water-wave-front .7s infinite linear}.uui-progress-water.uui-progress-success{--progress-water-back-color:var(--success-a30)}.uui-progress-water.uui-progress-wrong{--progress-water-back-color:var(--error-a30)}.uui-progress-water .uui-progress-inner{height:100%;border-radius:100%;overflow:hidden;display:block}.uui-progress-water .uui-progress-text{position:absolute;top:50%;left:50%;margin:0;padding:0;line-height:1;white-space:normal;text-align:center;transform:translate(-50%,-50%)}.uui-progress-water .uui-progress-text-white{color:#fff}@keyframes uui-progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}@keyframes uui-progress-active-vertical{0%{opacity:.3;height:0}100%{opacity:0;height:100%}}@keyframes uui-progress-water-wave-front{100%{transform:translate(-50%,0)}}@keyframes uui-progress-water-wave-front{100%{transform:translate(-50%,0)}}@keyframes uui-progress-water-wave-back{100%{transform:translate(50%,0)}}@keyframes uui-progress-water-wave-back{100%{transform:translate(50%,0)}}
|