@mdsfe/mds-ui 0.4.0-rc.7 → 0.4.0-rc.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/dist/badge.js +2 -2
- package/dist/bordershadow.js +2 -2
- package/dist/carousel.js +2 -2
- package/dist/cascader.js +4 -4
- package/dist/cascaderpanel.js +16 -16
- package/dist/collapse.js +2 -2
- package/dist/divider.js +2 -2
- package/dist/drawer.js +4 -4
- package/dist/empty.js +2 -2
- package/dist/font/full-star.b5fdf00.png +0 -0
- package/dist/font/half-star.2625512.png +0 -0
- package/dist/font/zero-star.177c19c.png +0 -0
- package/dist/form.js +2 -2
- package/dist/icon.js +13 -4
- package/dist/index.js +5 -5
- package/dist/input.js +2 -2
- package/dist/inputnumber.js +2 -2
- package/dist/layout.js +2 -2
- package/dist/list.js +2 -2
- package/dist/loading.js +2 -2
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +139 -127
- package/dist/menu.js +4 -4
- package/dist/message.js +2 -2
- package/dist/modal.js +2 -2
- package/dist/notification.js +8 -8
- package/dist/pagination.js +4 -4
- package/dist/popconfirm.js +2 -2
- package/dist/popover.js +2 -2
- package/dist/progress.js +2 -2
- package/dist/radio.js +2 -2
- package/dist/rate.js +2 -2
- package/dist/select.js +7 -7
- package/dist/slider.js +2 -2
- package/dist/slottable.js +7 -7
- package/dist/steps.js +2 -2
- package/dist/style/affix.css +10 -1
- package/dist/style/alert.css +138 -1
- package/dist/style/anchor.css +58 -1
- package/dist/style/avatar.css +73 -1
- package/dist/style/backtop.css +34 -1
- package/dist/style/badge.css +141 -1
- package/dist/style/bordershadow.css +42 -1
- package/dist/style/breadcrumb.css +37 -1
- package/dist/style/button.css +2172 -1
- package/dist/style/card.css +156 -1
- package/dist/style/carousel.css +217 -1
- package/dist/style/cascader.css +214 -1
- package/dist/style/cascaderpanel.css +122 -1
- package/dist/style/checkbox.css +186 -1
- package/dist/style/col.css +2607 -1
- package/dist/style/collapse.css +79 -1
- package/dist/style/color.css +622 -1
- package/dist/style/datepicker.css +542 -1
- package/dist/style/divider.css +47 -1
- package/dist/style/drawer.css +254 -1
- package/dist/style/dropdown.css +274 -1
- package/dist/style/empty.css +49 -1
- package/dist/style/font.css +45 -1
- package/dist/style/form.css +148 -1
- package/dist/style/icon.css +5625 -1
- package/dist/style/index.css +1 -1
- package/dist/style/input.css +760 -1
- package/dist/style/inputnumber.css +314 -1
- package/dist/style/layout.css +58 -1
- package/dist/style/list.css +141 -1
- package/dist/style/loading.css +2329 -1
- package/dist/style/menu.css +658 -1
- package/dist/style/message.css +191 -1
- package/dist/style/modal.css +123 -1
- package/dist/style/notification.css +192 -1
- package/dist/style/pagination.css +1190 -1
- package/dist/style/popconfirm.css +65 -1
- package/dist/style/popover.css +138 -1
- package/dist/style/progress.css +179 -1
- package/dist/style/radio.css +255 -1
- package/dist/style/rate.css +81 -1
- package/dist/style/row.css +2607 -1
- package/dist/style/select.css +221 -1
- package/dist/style/slider.css +80 -1
- package/dist/style/slottable.css +296 -1
- package/dist/style/steps.css +586 -1
- package/dist/style/switch.css +110 -1
- package/dist/style/table.css +2778 -1
- package/dist/style/tabs.css +518 -1
- package/dist/style/tag.css +421 -1
- package/dist/style/text.css +122 -1
- package/dist/style/timeline.css +88 -1
- package/dist/style/timepicker.css +393 -1
- package/dist/style/tooltip.css +161 -1
- package/dist/style/transfer.css +206 -1
- package/dist/style/transition.css +1413 -1
- package/dist/style/tree.css +84 -1
- package/dist/style/typography.css +126 -1
- package/dist/style/upload.css +320 -1
- package/dist/switch.js +2 -2
- package/dist/table.js +9 -9
- package/dist/tabs.js +2 -2
- package/dist/tag.js +2 -2
- package/dist/text.js +2 -2
- package/dist/timeline.js +2 -2
- package/dist/timepicker.js +2 -2
- package/dist/tooltip.js +2 -2
- package/dist/transfer.js +6 -6
- package/dist/transition.js +2 -2
- package/dist/tree.js +2 -2
- package/dist/typography.js +2 -2
- package/package.json +1 -1
package/dist/style/transfer.css
CHANGED
|
@@ -1 +1,206 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
+
/* stylelint-disable declaration-bang-space-before */
|
|
3
|
+
/* stylelint-disable declaration-bang-space-before */
|
|
4
|
+
.mds-transfer {
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
}
|
|
8
|
+
.mds-transfer-buttons {
|
|
9
|
+
margin: 0 20px;
|
|
10
|
+
}
|
|
11
|
+
.mds-transfer-button-item {
|
|
12
|
+
margin: 10px 0;
|
|
13
|
+
}
|
|
14
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
15
|
+
/* stylelint-disable declaration-bang-space-before */
|
|
16
|
+
/* stylelint-disable declaration-bang-space-before */
|
|
17
|
+
.mds-transfer-panel {
|
|
18
|
+
width: 200px;
|
|
19
|
+
height: 331px;
|
|
20
|
+
border: 1px solid #f0f2f5;
|
|
21
|
+
overflow: hidden;
|
|
22
|
+
}
|
|
23
|
+
.mds-transfer-panel-header {
|
|
24
|
+
width: 198px;
|
|
25
|
+
height: 40px;
|
|
26
|
+
background: #ffffff;
|
|
27
|
+
display: flex;
|
|
28
|
+
align-items: center;
|
|
29
|
+
justify-content: space-between;
|
|
30
|
+
padding: 0 8px 0 12px;
|
|
31
|
+
border-bottom: 1px solid #f0f2f5;
|
|
32
|
+
}
|
|
33
|
+
.mds-transfer-panel-body {
|
|
34
|
+
width: 100%;
|
|
35
|
+
height: 290px;
|
|
36
|
+
overflow-y: auto;
|
|
37
|
+
overflow-x: hidden;
|
|
38
|
+
}
|
|
39
|
+
.mds-transfer-panel-body .mds-checkbox-wrapper {
|
|
40
|
+
margin-left: 0;
|
|
41
|
+
padding-left: 12px;
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
width: 196px;
|
|
45
|
+
height: 32px;
|
|
46
|
+
background: #ffffff;
|
|
47
|
+
border-radius: 2px;
|
|
48
|
+
}
|
|
49
|
+
.mds-transfer-panel-body .mds-checkbox-wrapper:hover {
|
|
50
|
+
background-color: rgba(0, 0, 0, 0.02);
|
|
51
|
+
}
|
|
52
|
+
.mds-transfer-panel-body .mds-transfer-checked {
|
|
53
|
+
margin-right: 0;
|
|
54
|
+
background-color: #EEF8FF;
|
|
55
|
+
}
|
|
56
|
+
.mds-transfer-panel-body .mds-transfer-checked:hover {
|
|
57
|
+
background-color: #EEF8FF;
|
|
58
|
+
}
|
|
59
|
+
.mds-transfer-panel-body-item {
|
|
60
|
+
padding-left: 12px;
|
|
61
|
+
display: flex;
|
|
62
|
+
align-items: center;
|
|
63
|
+
width: 184px;
|
|
64
|
+
height: 32px;
|
|
65
|
+
background: #ffffff;
|
|
66
|
+
border-radius: 2px;
|
|
67
|
+
}
|
|
68
|
+
.mds-transfer-panel-body-item-disabled {
|
|
69
|
+
padding-left: 12px;
|
|
70
|
+
background: rgba(0, 0, 0, 0.02);
|
|
71
|
+
font-size: 14px;
|
|
72
|
+
color: #d8dce6;
|
|
73
|
+
line-height: 32px;
|
|
74
|
+
}
|
|
75
|
+
.mds-transfer-panel-body-item:hover {
|
|
76
|
+
background: rgba(0, 0, 0, 0.02);
|
|
77
|
+
}
|
|
78
|
+
.mds-transfer-panel__empty {
|
|
79
|
+
margin: 0;
|
|
80
|
+
height: 30px;
|
|
81
|
+
line-height: 30px;
|
|
82
|
+
padding: 6px 15px 0;
|
|
83
|
+
color: #909399;
|
|
84
|
+
text-align: center;
|
|
85
|
+
}
|
|
86
|
+
.mds-transfer-panel__filter__box {
|
|
87
|
+
position: relative;
|
|
88
|
+
display: block;
|
|
89
|
+
padding: 12px;
|
|
90
|
+
box-sizing: border-box;
|
|
91
|
+
}
|
|
92
|
+
.mds-transfer-checked {
|
|
93
|
+
margin-right: 0;
|
|
94
|
+
background-color: #EEF8FF;
|
|
95
|
+
}
|
|
96
|
+
.mds-transfer-checked:hover {
|
|
97
|
+
background-color: #EEF8FF;
|
|
98
|
+
}
|
|
99
|
+
.mds-transfer-disabled span {
|
|
100
|
+
color: #D8DCE6;
|
|
101
|
+
}
|
|
102
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
103
|
+
/* stylelint-disable declaration-bang-space-before */
|
|
104
|
+
/* stylelint-disable declaration-bang-space-before */
|
|
105
|
+
.mds-transfer-extra {
|
|
106
|
+
display: flex;
|
|
107
|
+
align-items: flex-start;
|
|
108
|
+
min-height: 600px;
|
|
109
|
+
gap: 24px;
|
|
110
|
+
}
|
|
111
|
+
.mds-transfer-extra-card {
|
|
112
|
+
background: #fff;
|
|
113
|
+
border-radius: 4px;
|
|
114
|
+
border: 1px solid #f0f2f5;
|
|
115
|
+
padding: 0;
|
|
116
|
+
box-sizing: border-box;
|
|
117
|
+
display: flex;
|
|
118
|
+
flex-direction: column;
|
|
119
|
+
justify-content: flex-start;
|
|
120
|
+
}
|
|
121
|
+
.mds-transfer-extra-left,
|
|
122
|
+
.mds-transfer-extra-actions-wrapper,
|
|
123
|
+
.mds-transfer-extra-right {
|
|
124
|
+
height: 100%;
|
|
125
|
+
display: flex;
|
|
126
|
+
flex-direction: column;
|
|
127
|
+
}
|
|
128
|
+
.mds-transfer-extra-left-card {
|
|
129
|
+
height: 100%;
|
|
130
|
+
}
|
|
131
|
+
.mds-transfer-extra-right {
|
|
132
|
+
gap: 0;
|
|
133
|
+
}
|
|
134
|
+
.mds-transfer-extra-actions-wrapper {
|
|
135
|
+
display: flex;
|
|
136
|
+
flex-direction: column;
|
|
137
|
+
align-items: center;
|
|
138
|
+
}
|
|
139
|
+
.mds-transfer-extra-header {
|
|
140
|
+
height: 40px;
|
|
141
|
+
display: flex;
|
|
142
|
+
align-items: center;
|
|
143
|
+
justify-content: space-between;
|
|
144
|
+
padding: 0 12px;
|
|
145
|
+
border-bottom: 1px solid #f0f2f5;
|
|
146
|
+
background: #fff;
|
|
147
|
+
}
|
|
148
|
+
.mds-transfer-extra-title {
|
|
149
|
+
font-weight: bold;
|
|
150
|
+
font-size: 16px;
|
|
151
|
+
color: #333;
|
|
152
|
+
margin-right: 8px;
|
|
153
|
+
}
|
|
154
|
+
.mds-transfer-extra-count {
|
|
155
|
+
color: #888;
|
|
156
|
+
font-size: 14px;
|
|
157
|
+
min-width: 48px;
|
|
158
|
+
text-align: right;
|
|
159
|
+
}
|
|
160
|
+
.mds-transfer-extra-search {
|
|
161
|
+
position: relative;
|
|
162
|
+
display: block;
|
|
163
|
+
padding: 12px;
|
|
164
|
+
box-sizing: border-box;
|
|
165
|
+
}
|
|
166
|
+
.mds-transfer-extra-scroll {
|
|
167
|
+
flex: 1;
|
|
168
|
+
overflow-y: auto;
|
|
169
|
+
padding: 0 0 0 0;
|
|
170
|
+
}
|
|
171
|
+
.mds-transfer-extra-actions {
|
|
172
|
+
display: flex;
|
|
173
|
+
flex-direction: column;
|
|
174
|
+
align-items: center;
|
|
175
|
+
gap: 10px;
|
|
176
|
+
justify-content: center;
|
|
177
|
+
}
|
|
178
|
+
.mds-transfer-extra-btn {
|
|
179
|
+
width: auto;
|
|
180
|
+
height: 40px;
|
|
181
|
+
font-size: 16px;
|
|
182
|
+
border-radius: 4px;
|
|
183
|
+
margin-bottom: 0;
|
|
184
|
+
color: #fff;
|
|
185
|
+
font-weight: bold;
|
|
186
|
+
transition: background 0.2s;
|
|
187
|
+
}
|
|
188
|
+
.mds-transfer-extra-btn:active,
|
|
189
|
+
.mds-transfer-extra-btn:focus {
|
|
190
|
+
background: #90c2f7;
|
|
191
|
+
}
|
|
192
|
+
.checkbox-group-vertical {
|
|
193
|
+
display: flex;
|
|
194
|
+
flex-direction: column;
|
|
195
|
+
gap: 0;
|
|
196
|
+
}
|
|
197
|
+
.mds-checkbox-wrapper {
|
|
198
|
+
display: flex;
|
|
199
|
+
align-items: center;
|
|
200
|
+
}
|
|
201
|
+
.mds-checkbox-wrapper:hover {
|
|
202
|
+
background-color: #f5f7fa;
|
|
203
|
+
}
|
|
204
|
+
.mds-checkbox-wrapper .mds-checkbox[disabled] + span {
|
|
205
|
+
color: #d8dce6;
|
|
206
|
+
}
|