vxe-table 4.4.1 → 4.4.2-beta.1
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/button/style.css +27 -27
- package/es/checkbox/style.css +11 -11
- package/es/export/style.css +12 -12
- package/es/filter/style.css +13 -13
- package/es/form/style.css +33 -33
- package/es/grid/style.css +8 -8
- package/es/icon/style.css +10 -10
- package/es/input/style.css +82 -82
- package/es/list/style.css +1 -1
- package/es/loading/style.css +3 -3
- package/es/menu/style.css +7 -7
- package/es/modal/style.css +20 -20
- package/es/pager/style.css +31 -31
- package/es/pulldown/style.css +7 -7
- package/es/radio/style.css +20 -20
- package/es/select/style.css +23 -23
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/switch/style.css +11 -11
- package/es/table/src/body.js +1 -1
- package/es/table/src/table.js +1 -1
- package/es/table/style.css +118 -118
- package/es/textarea/style.css +23 -23
- package/es/toolbar/style.css +20 -20
- package/es/tools/log.js +1 -1
- package/es/tooltip/style.css +17 -17
- package/es/v-x-e-table/index.js +1 -1
- package/es/v-x-e-table/style.css +12 -12
- package/es/vxe-button/style.css +27 -27
- package/es/vxe-checkbox/style.css +11 -11
- package/es/vxe-form/style.css +33 -33
- package/es/vxe-grid/style.css +8 -8
- package/es/vxe-icon/style.css +9 -9
- package/es/vxe-input/style.css +82 -82
- package/es/vxe-list/style.css +1 -1
- package/es/vxe-loading/style.css +3 -3
- package/es/vxe-modal/style.css +20 -20
- package/es/vxe-module-export/style.css +12 -12
- package/es/vxe-module-filter/style.css +13 -13
- package/es/vxe-module-menu/style.css +7 -7
- package/es/vxe-pager/style.css +31 -31
- package/es/vxe-pulldown/style.css +7 -7
- package/es/vxe-radio/style.css +20 -20
- package/es/vxe-select/style.css +23 -23
- package/es/vxe-switch/style.css +11 -11
- package/es/vxe-table/style.css +118 -118
- package/es/vxe-textarea/style.css +23 -23
- package/es/vxe-toolbar/style.css +20 -20
- package/es/vxe-tooltip/style.css +17 -17
- package/lib/button/style/style.css +27 -27
- package/lib/button/style/style.min.css +1 -1
- package/lib/checkbox/style/style.css +11 -11
- package/lib/checkbox/style/style.min.css +1 -1
- package/lib/export/style/style.css +12 -12
- package/lib/export/style/style.min.css +1 -1
- package/lib/filter/style/style.css +13 -13
- package/lib/filter/style/style.min.css +1 -1
- package/lib/form/style/style.css +33 -33
- package/lib/form/style/style.min.css +1 -1
- package/lib/grid/style/style.css +8 -8
- package/lib/grid/style/style.min.css +1 -1
- package/lib/icon/style/style.css +10 -10
- package/lib/icon/style/style.min.css +10 -10
- package/lib/index.umd.js +8 -4
- package/lib/index.umd.min.js +1 -1
- package/lib/input/style/style.css +82 -82
- package/lib/input/style/style.min.css +1 -1
- package/lib/list/style/style.css +1 -1
- package/lib/list/style/style.min.css +1 -1
- package/lib/loading/style/style.css +3 -3
- package/lib/loading/style/style.min.css +1 -1
- package/lib/menu/style/style.css +7 -7
- package/lib/menu/style/style.min.css +1 -1
- package/lib/modal/style/style.css +20 -20
- package/lib/modal/style/style.min.css +1 -1
- package/lib/pager/style/style.css +31 -31
- package/lib/pager/style/style.min.css +1 -1
- package/lib/pulldown/style/style.css +7 -7
- package/lib/pulldown/style/style.min.css +1 -1
- package/lib/radio/style/style.css +20 -20
- package/lib/radio/style/style.min.css +1 -1
- package/lib/select/style/style.css +23 -23
- package/lib/select/style/style.min.css +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/switch/style/style.css +11 -11
- package/lib/switch/style/style.min.css +1 -1
- package/lib/table/src/body.js +2 -1
- package/lib/table/src/body.min.js +1 -1
- package/lib/table/src/table.js +4 -1
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/style/style.css +118 -118
- package/lib/table/style/style.min.css +1 -1
- package/lib/textarea/style/style.css +23 -23
- package/lib/textarea/style/style.min.css +1 -1
- package/lib/toolbar/style/style.css +20 -20
- package/lib/toolbar/style/style.min.css +1 -1
- package/lib/tools/log.js +1 -1
- package/lib/tools/log.min.js +1 -1
- package/lib/tooltip/style/style.css +17 -17
- package/lib/tooltip/style/style.min.css +1 -1
- package/lib/v-x-e-table/index.js +1 -1
- package/lib/v-x-e-table/index.min.js +1 -1
- package/lib/v-x-e-table/style/style.css +12 -12
- package/lib/v-x-e-table/style/style.min.css +1 -1
- package/lib/vxe-button/style/style.css +27 -27
- package/lib/vxe-button/style/style.min.css +1 -1
- package/lib/vxe-checkbox/style/style.css +11 -11
- package/lib/vxe-checkbox/style/style.min.css +1 -1
- package/lib/vxe-form/style/style.css +33 -33
- package/lib/vxe-form/style/style.min.css +1 -1
- package/lib/vxe-grid/style/style.css +8 -8
- package/lib/vxe-grid/style/style.min.css +1 -1
- package/lib/vxe-icon/style/style.css +9 -9
- package/lib/vxe-icon/style/style.min.css +1 -1
- package/lib/vxe-input/style/style.css +82 -82
- package/lib/vxe-input/style/style.min.css +1 -1
- package/lib/vxe-list/style/style.css +1 -1
- package/lib/vxe-list/style/style.min.css +1 -1
- package/lib/vxe-loading/style/style.css +3 -3
- package/lib/vxe-loading/style/style.min.css +1 -1
- package/lib/vxe-modal/style/style.css +20 -20
- package/lib/vxe-modal/style/style.min.css +1 -1
- package/lib/vxe-module-export/style/style.css +12 -12
- package/lib/vxe-module-export/style/style.min.css +1 -1
- package/lib/vxe-module-filter/style/style.css +13 -13
- package/lib/vxe-module-filter/style/style.min.css +1 -1
- package/lib/vxe-module-menu/style/style.css +7 -7
- package/lib/vxe-module-menu/style/style.min.css +1 -1
- package/lib/vxe-pager/style/style.css +31 -31
- package/lib/vxe-pager/style/style.min.css +1 -1
- package/lib/vxe-pulldown/style/style.css +7 -7
- package/lib/vxe-pulldown/style/style.min.css +1 -1
- package/lib/vxe-radio/style/style.css +20 -20
- package/lib/vxe-radio/style/style.min.css +1 -1
- package/lib/vxe-select/style/style.css +23 -23
- package/lib/vxe-select/style/style.min.css +1 -1
- package/lib/vxe-switch/style/style.css +11 -11
- package/lib/vxe-switch/style/style.min.css +1 -1
- package/lib/vxe-table/style/style.css +118 -118
- package/lib/vxe-table/style/style.min.css +1 -1
- package/lib/vxe-textarea/style/style.css +23 -23
- package/lib/vxe-textarea/style/style.min.css +1 -1
- package/lib/vxe-toolbar/style/style.css +20 -20
- package/lib/vxe-toolbar/style/style.min.css +1 -1
- package/lib/vxe-tooltip/style/style.css +17 -17
- package/lib/vxe-tooltip/style/style.min.css +1 -1
- package/package.json +2 -2
- package/packages/table/src/body.ts +1 -1
- package/packages/table/src/table.ts +1 -1
- package/styles/button.scss +27 -27
- package/styles/checkbox.scss +11 -11
- package/styles/cssvar.scss +257 -0
- package/styles/export.scss +12 -12
- package/styles/filter.scss +13 -13
- package/styles/form.scss +31 -31
- package/styles/grid.scss +8 -8
- package/styles/input.scss +75 -75
- package/styles/list.scss +1 -1
- package/styles/loading.scss +3 -3
- package/styles/menu.scss +7 -7
- package/styles/modal.scss +20 -20
- package/styles/modules.scss +1 -0
- package/styles/old-icon.scss +9 -9
- package/styles/pager.scss +31 -31
- package/styles/pulldown.scss +7 -7
- package/styles/radio.scss +20 -20
- package/styles/select.scss +23 -23
- package/styles/switch.scss +11 -11
- package/styles/table.scss +126 -126
- package/styles/textarea.scss +22 -22
- package/styles/toolbar.scss +20 -20
- package/styles/tooltip.scss +17 -17
- package/types/button.d.ts +23 -2
- package/types/checkbox-group.d.ts +11 -2
- package/types/checkbox.d.ts +11 -2
- package/types/colgroup.d.ts +19 -3
- package/types/column.d.ts +142 -61
- package/types/component.d.ts +7 -2
- package/types/form-gather.d.ts +10 -1
- package/types/form-item.d.ts +16 -1
- package/types/form.d.ts +10 -1
- package/types/grid.d.ts +72 -2
- package/types/index.d.ts +1 -1
- package/types/input.d.ts +11 -2
- package/types/list.d.ts +11 -2
- package/types/modal.d.ts +40 -2
- package/types/optgroup.d.ts +10 -1
- package/types/option.d.ts +10 -1
- package/types/pager.d.ts +17 -2
- package/types/pulldown.d.ts +26 -9
- package/types/radio-button.d.ts +11 -2
- package/types/radio-group.d.ts +11 -2
- package/types/radio.d.ts +11 -2
- package/types/select.d.ts +11 -2
- package/types/switch.d.ts +11 -2
- package/types/table.d.ts +20 -3
- package/types/textarea.d.ts +11 -2
- package/types/toolbar.d.ts +17 -2
- package/types/tooltip.d.ts +11 -2
- /package/es/icon/style/{iconfont.1685110524528.ttf → iconfont.1685611928442.ttf} +0 -0
- /package/es/icon/style/{iconfont.1685110524528.woff → iconfont.1685611928442.woff} +0 -0
- /package/es/icon/style/{iconfont.1685110524528.woff2 → iconfont.1685611928442.woff2} +0 -0
- /package/es/{iconfont.1685110524528.ttf → iconfont.1685611928442.ttf} +0 -0
- /package/es/{iconfont.1685110524528.woff → iconfont.1685611928442.woff} +0 -0
- /package/es/{iconfont.1685110524528.woff2 → iconfont.1685611928442.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1685110524528.ttf → iconfont.1685611928442.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1685110524528.woff → iconfont.1685611928442.woff} +0 -0
- /package/lib/icon/style/{iconfont.1685110524528.woff2 → iconfont.1685611928442.woff2} +0 -0
- /package/lib/{iconfont.1685110524528.ttf → iconfont.1685611928442.ttf} +0 -0
- /package/lib/{iconfont.1685110524528.woff → iconfont.1685611928442.woff} +0 -0
- /package/lib/{iconfont.1685110524528.woff2 → iconfont.1685611928442.woff2} +0 -0
package/es/vxe-input/style.css
CHANGED
|
@@ -26,26 +26,26 @@
|
|
|
26
26
|
.vxe-input--inner {
|
|
27
27
|
width: 100%;
|
|
28
28
|
height: 100%;
|
|
29
|
-
border-radius:
|
|
29
|
+
border-radius: var(--vxe-border-radius);
|
|
30
30
|
outline: 0;
|
|
31
31
|
margin: 0;
|
|
32
32
|
font-size: inherit;
|
|
33
33
|
font-family: inherit;
|
|
34
34
|
line-height: inherit;
|
|
35
35
|
padding: 0 0.6em;
|
|
36
|
-
color:
|
|
37
|
-
border: 1px solid
|
|
38
|
-
background-color:
|
|
36
|
+
color: var(--vxe-font-color);
|
|
37
|
+
border: 1px solid var(--vxe-input-border-color);
|
|
38
|
+
background-color: var(--vxe-input-background-color);
|
|
39
39
|
box-shadow: none;
|
|
40
40
|
}
|
|
41
41
|
.vxe-input--inner::-moz-placeholder {
|
|
42
|
-
color:
|
|
42
|
+
color: var(--vxe-input-placeholder-color);
|
|
43
43
|
}
|
|
44
44
|
.vxe-input--inner::placeholder {
|
|
45
|
-
color:
|
|
45
|
+
color: var(--vxe-input-placeholder-color);
|
|
46
46
|
}
|
|
47
47
|
.vxe-input--inner::-webkit-autofill {
|
|
48
|
-
background-color:
|
|
48
|
+
background-color: var(--vxe-input-background-color);
|
|
49
49
|
}
|
|
50
50
|
.vxe-input--inner[type=number] {
|
|
51
51
|
-webkit-appearance: none;
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
}
|
|
59
59
|
.vxe-input--inner[disabled] {
|
|
60
60
|
cursor: not-allowed;
|
|
61
|
-
color:
|
|
62
|
-
background-color:
|
|
61
|
+
color: var(--vxe-disabled-color);
|
|
62
|
+
background-color: var(--vxe-input-disabled-background-color);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
.vxe-input {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
cursor: pointer;
|
|
82
82
|
}
|
|
83
83
|
.vxe-input:not(.is--disabled).is--active .vxe-input--inner {
|
|
84
|
-
border: 1px solid
|
|
84
|
+
border: 1px solid var(--vxe-primary-color);
|
|
85
85
|
}
|
|
86
86
|
.vxe-input .vxe-input--prefix,
|
|
87
87
|
.vxe-input .vxe-input--suffix,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
user-select: none;
|
|
97
97
|
align-items: center;
|
|
98
98
|
justify-content: center;
|
|
99
|
-
color:
|
|
99
|
+
color: var(--vxe-table-column-icon-border-color);
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
.vxe-input .vxe-input--prefix {
|
|
@@ -141,31 +141,31 @@
|
|
|
141
141
|
display: inline;
|
|
142
142
|
}
|
|
143
143
|
.vxe-input:not(.is--disabled) .vxe-input--suffix:hover .vxe-input--clear-icon {
|
|
144
|
-
color:
|
|
144
|
+
color: var(--vxe-font-color);
|
|
145
145
|
}
|
|
146
146
|
.vxe-input:not(.is--disabled) .vxe-input--suffix:active .vxe-input--clear-icon {
|
|
147
|
-
color:
|
|
147
|
+
color: var(--vxe-primary-color);
|
|
148
148
|
}
|
|
149
149
|
.vxe-input:not(.is--disabled) .vxe-input--extra-suffix:hover .vxe-input--search-suffix,
|
|
150
150
|
.vxe-input:not(.is--disabled) .vxe-input--extra-suffix:hover .vxe-input--password-suffix {
|
|
151
|
-
color:
|
|
151
|
+
color: var(--vxe-font-color);
|
|
152
152
|
}
|
|
153
153
|
.vxe-input:not(.is--disabled) .vxe-input--extra-suffix:active .vxe-input--search-suffix,
|
|
154
154
|
.vxe-input:not(.is--disabled) .vxe-input--extra-suffix:active .vxe-input--password-suffix {
|
|
155
|
-
color:
|
|
155
|
+
color: var(--vxe-primary-color);
|
|
156
156
|
}
|
|
157
157
|
.vxe-input:not(.is--disabled) .vxe-input--number-prev:hover,
|
|
158
158
|
.vxe-input:not(.is--disabled) .vxe-input--number-next:hover {
|
|
159
|
-
color:
|
|
159
|
+
color: var(--vxe-font-color);
|
|
160
160
|
}
|
|
161
161
|
.vxe-input:not(.is--disabled) .vxe-input--number-prev:active,
|
|
162
162
|
.vxe-input:not(.is--disabled) .vxe-input--number-next:active {
|
|
163
|
-
color:
|
|
163
|
+
color: var(--vxe-primary-color);
|
|
164
164
|
}
|
|
165
165
|
.vxe-input:not(.is--disabled) .vxe-input--number-prev.is--disabled,
|
|
166
166
|
.vxe-input:not(.is--disabled) .vxe-input--number-next.is--disabled {
|
|
167
167
|
cursor: no-drop;
|
|
168
|
-
color:
|
|
168
|
+
color: var(--vxe-input-number-disabled-color);
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.vxe-input .vxe-input--password-suffix,
|
|
@@ -224,8 +224,8 @@
|
|
|
224
224
|
position: absolute;
|
|
225
225
|
left: 0;
|
|
226
226
|
padding: 4px 0;
|
|
227
|
-
color:
|
|
228
|
-
font-size:
|
|
227
|
+
color: var(--vxe-font-color);
|
|
228
|
+
font-size: var(--vxe-font-size);
|
|
229
229
|
text-align: left;
|
|
230
230
|
}
|
|
231
231
|
.vxe-input--panel:not(.is--transfer) {
|
|
@@ -253,10 +253,10 @@
|
|
|
253
253
|
|
|
254
254
|
.vxe-input--panel-wrapper,
|
|
255
255
|
.vxe-input--panel-layout-wrapper {
|
|
256
|
-
background-color:
|
|
257
|
-
border: 1px solid
|
|
256
|
+
background-color: var(--vxe-input-panel-background-color);
|
|
257
|
+
border: 1px solid var(--vxe-table-popup-border-color);
|
|
258
258
|
box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
|
|
259
|
-
border-radius:
|
|
259
|
+
border-radius: var(--vxe-border-radius);
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
.vxe-input--panel-wrapper {
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
.vxe-input--panel.type--datetime .vxe-input--panel-right-wrapper {
|
|
278
278
|
display: flex;
|
|
279
279
|
flex-direction: column;
|
|
280
|
-
border-left: 1px solid
|
|
280
|
+
border-left: 1px solid var(--vxe-input-border-color);
|
|
281
281
|
}
|
|
282
282
|
.vxe-input--panel.type--date .vxe-input--date-picker-body th, .vxe-input--panel.type--datetime .vxe-input--date-picker-body th {
|
|
283
283
|
width: 14.28571%;
|
|
@@ -298,8 +298,8 @@
|
|
|
298
298
|
.vxe-input--time-picker-title {
|
|
299
299
|
display: inline-block;
|
|
300
300
|
text-align: center;
|
|
301
|
-
border: 1px solid
|
|
302
|
-
border-radius:
|
|
301
|
+
border: 1px solid var(--vxe-input-border-color);
|
|
302
|
+
border-radius: var(--vxe-border-radius);
|
|
303
303
|
}
|
|
304
304
|
|
|
305
305
|
.vxe-input--time-picker-confirm {
|
|
@@ -311,12 +311,12 @@
|
|
|
311
311
|
.vxe-input--time-picker-confirm,
|
|
312
312
|
.vxe-input--date-picker-confirm {
|
|
313
313
|
outline: 0;
|
|
314
|
-
border: 1px solid
|
|
315
|
-
border-radius:
|
|
314
|
+
border: 1px solid var(--vxe-input-border-color);
|
|
315
|
+
border-radius: var(--vxe-border-radius);
|
|
316
316
|
cursor: pointer;
|
|
317
|
-
color:
|
|
318
|
-
border-color:
|
|
319
|
-
background-color:
|
|
317
|
+
color: var(--vxe-input-date-time-confirm-button-color);
|
|
318
|
+
border-color: var(--vxe-primary-color);
|
|
319
|
+
background-color: var(--vxe-primary-color);
|
|
320
320
|
}
|
|
321
321
|
.vxe-input--time-picker-confirm:hover,
|
|
322
322
|
.vxe-input--date-picker-confirm:hover {
|
|
@@ -366,11 +366,11 @@
|
|
|
366
366
|
display: flex;
|
|
367
367
|
align-items: center;
|
|
368
368
|
justify-content: center;
|
|
369
|
-
background-color:
|
|
369
|
+
background-color: var(--vxe-button-default-background-color);
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
.vxe-input--date-picker-btn.is--disabled {
|
|
373
|
-
color:
|
|
373
|
+
color: var(--vxe-disabled-color);
|
|
374
374
|
cursor: no-drop;
|
|
375
375
|
}
|
|
376
376
|
.vxe-input--date-picker-btn:not(.is--disabled) {
|
|
@@ -384,8 +384,8 @@
|
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
.vxe-input--date-picker-body {
|
|
387
|
-
border-radius:
|
|
388
|
-
border: 1px solid
|
|
387
|
+
border-radius: var(--vxe-border-radius);
|
|
388
|
+
border: 1px solid var(--vxe-table-popup-border-color);
|
|
389
389
|
-webkit-user-select: none;
|
|
390
390
|
-moz-user-select: none;
|
|
391
391
|
user-select: none;
|
|
@@ -403,61 +403,61 @@
|
|
|
403
403
|
font-weight: normal;
|
|
404
404
|
}
|
|
405
405
|
.vxe-input--date-picker-body th {
|
|
406
|
-
box-shadow: inset 0 -1px 0 0
|
|
406
|
+
box-shadow: inset 0 -1px 0 0 var(--vxe-table-popup-border-color);
|
|
407
407
|
}
|
|
408
408
|
.vxe-input--date-picker-body td.is--prev, .vxe-input--date-picker-body td.is--next {
|
|
409
|
-
color:
|
|
409
|
+
color: var(--vxe-disabled-color);
|
|
410
410
|
}
|
|
411
411
|
.vxe-input--date-picker-body td.is--prev .vxe-input--date-label,
|
|
412
412
|
.vxe-input--date-picker-body td.is--prev .vxe-input--date-festival, .vxe-input--date-picker-body td.is--next .vxe-input--date-label,
|
|
413
413
|
.vxe-input--date-picker-body td.is--next .vxe-input--date-festival {
|
|
414
|
-
color:
|
|
414
|
+
color: var(--vxe-disabled-color);
|
|
415
415
|
}
|
|
416
416
|
.vxe-input--date-picker-body td.is--now {
|
|
417
|
-
box-shadow: inset 0 0 0 1px
|
|
417
|
+
box-shadow: inset 0 0 0 1px var(--vxe-table-popup-border-color);
|
|
418
418
|
}
|
|
419
419
|
.vxe-input--date-picker-body td.is--now:not(.is--selected).is--current {
|
|
420
|
-
color:
|
|
420
|
+
color: var(--vxe-primary-color);
|
|
421
421
|
}
|
|
422
422
|
.vxe-input--date-picker-body td.is--now:not(.is--selected).is--current .vxe-input--date-label,
|
|
423
423
|
.vxe-input--date-picker-body td.is--now:not(.is--selected).is--current .vxe-input--date-festival {
|
|
424
|
-
color:
|
|
424
|
+
color: var(--vxe-primary-color);
|
|
425
425
|
}
|
|
426
426
|
.vxe-input--date-picker-body td.is--hover {
|
|
427
|
-
background-color:
|
|
427
|
+
background-color: var(--vxe-input-date-picker-hover-background-color);
|
|
428
428
|
}
|
|
429
429
|
.vxe-input--date-picker-body td.is--selected {
|
|
430
|
-
color:
|
|
431
|
-
background-color:
|
|
430
|
+
color: var(--vxe-input-date-picker-selected-color);
|
|
431
|
+
background-color: var(--vxe-primary-color);
|
|
432
432
|
}
|
|
433
433
|
.vxe-input--date-picker-body td.is--selected.is--prev, .vxe-input--date-picker-body td.is--selected.is--next {
|
|
434
434
|
background-color: #73b8ff;
|
|
435
435
|
}
|
|
436
436
|
.vxe-input--date-picker-body td.is--selected .vxe-input--date-label,
|
|
437
437
|
.vxe-input--date-picker-body td.is--selected .vxe-input--date-festival {
|
|
438
|
-
color:
|
|
438
|
+
color: var(--vxe-input-date-picker-festival-selected-color);
|
|
439
439
|
}
|
|
440
440
|
.vxe-input--date-picker-body td.is--selected .vxe-input--date-label.is-notice:before {
|
|
441
|
-
background-color:
|
|
441
|
+
background-color: var(--vxe-input-date-picker-notice-selected-background-color);
|
|
442
442
|
}
|
|
443
443
|
.vxe-input--date-picker-body td:not(.is--disabled) {
|
|
444
444
|
cursor: pointer;
|
|
445
445
|
}
|
|
446
446
|
.vxe-input--date-picker-body td.is--disabled {
|
|
447
447
|
cursor: no-drop;
|
|
448
|
-
color:
|
|
449
|
-
background-color:
|
|
448
|
+
color: var(--vxe-input-disabled-color);
|
|
449
|
+
background-color: var(--vxe-input-disabled-background-color);
|
|
450
450
|
}
|
|
451
451
|
.vxe-input--date-picker-body td.is--disabled .vxe-input--date-label,
|
|
452
452
|
.vxe-input--date-picker-body td.is--disabled .vxe-input--date-festival {
|
|
453
|
-
color:
|
|
453
|
+
color: var(--vxe-input-disabled-color);
|
|
454
454
|
}
|
|
455
455
|
|
|
456
456
|
.vxe-input--date-week-view th:first-child {
|
|
457
|
-
box-shadow: inset -1px -1px 0 0
|
|
457
|
+
box-shadow: inset -1px -1px 0 0 var(--vxe-table-popup-border-color);
|
|
458
458
|
}
|
|
459
459
|
.vxe-input--date-week-view td:first-child {
|
|
460
|
-
box-shadow: inset -1px 0 0 0
|
|
460
|
+
box-shadow: inset -1px 0 0 0 var(--vxe-table-popup-border-color);
|
|
461
461
|
}
|
|
462
462
|
|
|
463
463
|
.vxe-input--date-label,
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
top: 0.1em;
|
|
479
479
|
transform: translateX(-50%);
|
|
480
480
|
border-radius: 100%;
|
|
481
|
-
background-color:
|
|
481
|
+
background-color: var(--vxe-input-date-notice-background-color);
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.vxe-input--date-label--extra {
|
|
@@ -488,20 +488,20 @@
|
|
|
488
488
|
font-size: 12px;
|
|
489
489
|
line-height: 12px;
|
|
490
490
|
transform: scale(0.7);
|
|
491
|
-
color:
|
|
491
|
+
color: var(--vxe-input-date-extra-color);
|
|
492
492
|
}
|
|
493
493
|
.vxe-input--date-label--extra.is-important {
|
|
494
|
-
color:
|
|
494
|
+
color: var(--vxe-input-date-extra-important-color);
|
|
495
495
|
}
|
|
496
496
|
|
|
497
497
|
.vxe-input--date-festival {
|
|
498
|
-
color:
|
|
498
|
+
color: var(--vxe-input-date-festival-color);
|
|
499
499
|
height: 14px;
|
|
500
500
|
line-height: 1;
|
|
501
501
|
overflow: hidden;
|
|
502
502
|
}
|
|
503
503
|
.vxe-input--date-festival.is-important {
|
|
504
|
-
color:
|
|
504
|
+
color: var(--vxe-input-date-festival-important-color);
|
|
505
505
|
}
|
|
506
506
|
|
|
507
507
|
.vxe-input--date-festival--label {
|
|
@@ -549,9 +549,9 @@
|
|
|
549
549
|
position: relative;
|
|
550
550
|
display: flex;
|
|
551
551
|
flex-direction: row;
|
|
552
|
-
border: 1px solid
|
|
552
|
+
border: 1px solid var(--vxe-table-popup-border-color);
|
|
553
553
|
flex-grow: 1;
|
|
554
|
-
border-radius:
|
|
554
|
+
border-radius: var(--vxe-border-radius);
|
|
555
555
|
-webkit-user-select: none;
|
|
556
556
|
-moz-user-select: none;
|
|
557
557
|
user-select: none;
|
|
@@ -573,24 +573,24 @@
|
|
|
573
573
|
display: block;
|
|
574
574
|
}
|
|
575
575
|
.vxe-input--time-picker-body > ul > li:hover {
|
|
576
|
-
background-color:
|
|
576
|
+
background-color: var(--vxe-input-date-picker-hover-background-color);
|
|
577
577
|
cursor: pointer;
|
|
578
578
|
}
|
|
579
579
|
.vxe-input--time-picker-body > ul > li.is--selected {
|
|
580
580
|
font-weight: 700;
|
|
581
|
-
color:
|
|
581
|
+
color: var(--vxe-primary-color);
|
|
582
582
|
}
|
|
583
583
|
.vxe-input--time-picker-body .vxe-input--time-picker-minute-list {
|
|
584
|
-
border-left: 1px solid
|
|
584
|
+
border-left: 1px solid var(--vxe-table-popup-border-color);
|
|
585
585
|
}
|
|
586
586
|
.vxe-input--time-picker-body .vxe-input--time-picker-second-list {
|
|
587
|
-
border-left: 1px solid
|
|
587
|
+
border-left: 1px solid var(--vxe-table-popup-border-color);
|
|
588
588
|
}
|
|
589
589
|
|
|
590
590
|
.vxe-input {
|
|
591
|
-
font-size:
|
|
592
|
-
height:
|
|
593
|
-
line-height:
|
|
591
|
+
font-size: var(--vxe-font-size);
|
|
592
|
+
height: var(--vxe-input-height-default);
|
|
593
|
+
line-height: var(--vxe-input-height-default);
|
|
594
594
|
}
|
|
595
595
|
.vxe-input .vxe-input--inner[type=date]::-webkit-inner-spin-button, .vxe-input .vxe-input--inner[type=month]::-webkit-inner-spin-button, .vxe-input .vxe-input--inner[type=week]::-webkit-inner-spin-button {
|
|
596
596
|
margin-top: 6px;
|
|
@@ -599,25 +599,25 @@
|
|
|
599
599
|
height: 24px;
|
|
600
600
|
}
|
|
601
601
|
.vxe-input.size--medium {
|
|
602
|
-
font-size:
|
|
603
|
-
height:
|
|
604
|
-
line-height:
|
|
602
|
+
font-size: var(--vxe-font-size-medium);
|
|
603
|
+
height: var(--vxe-input-height-medium);
|
|
604
|
+
line-height: var(--vxe-input-height-medium);
|
|
605
605
|
}
|
|
606
606
|
.vxe-input.size--medium .vxe-input--inner[type=date]::-webkit-inner-spin-button, .vxe-input.size--medium .vxe-input--inner[type=month]::-webkit-inner-spin-button, .vxe-input.size--medium .vxe-input--inner[type=week]::-webkit-inner-spin-button {
|
|
607
607
|
margin-top: 4px;
|
|
608
608
|
}
|
|
609
609
|
.vxe-input.size--small {
|
|
610
|
-
font-size:
|
|
611
|
-
height:
|
|
612
|
-
line-height:
|
|
610
|
+
font-size: var(--vxe-font-size-small);
|
|
611
|
+
height: var(--vxe-input-height-small);
|
|
612
|
+
line-height: var(--vxe-input-height-small);
|
|
613
613
|
}
|
|
614
614
|
.vxe-input.size--small .vxe-input--inner[type=date]::-webkit-inner-spin-button, .vxe-input.size--small .vxe-input--inner[type=month]::-webkit-inner-spin-button, .vxe-input.size--small .vxe-input--inner[type=week]::-webkit-inner-spin-button {
|
|
615
615
|
margin-top: 2px;
|
|
616
616
|
}
|
|
617
617
|
.vxe-input.size--mini {
|
|
618
|
-
font-size:
|
|
619
|
-
height:
|
|
620
|
-
line-height:
|
|
618
|
+
font-size: var(--vxe-font-size-mini);
|
|
619
|
+
height: var(--vxe-input-height-mini);
|
|
620
|
+
line-height: var(--vxe-input-height-mini);
|
|
621
621
|
}
|
|
622
622
|
.vxe-input.size--mini .vxe-input--inner[type=date]::-webkit-inner-spin-button, .vxe-input.size--mini .vxe-input--inner[type=month]::-webkit-inner-spin-button, .vxe-input.size--mini .vxe-input--inner[type=week]::-webkit-inner-spin-button {
|
|
623
623
|
margin-top: 0;
|
|
@@ -665,8 +665,8 @@
|
|
|
665
665
|
.vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,
|
|
666
666
|
.vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn {
|
|
667
667
|
width: 30px;
|
|
668
|
-
border-radius:
|
|
669
|
-
border: 1px solid
|
|
668
|
+
border-radius: var(--vxe-border-radius);
|
|
669
|
+
border: 1px solid var(--vxe-input-border-color);
|
|
670
670
|
}
|
|
671
671
|
.vxe-input--panel .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
|
|
672
672
|
.vxe-input--panel .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
|
|
@@ -760,8 +760,8 @@
|
|
|
760
760
|
.vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,
|
|
761
761
|
.vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn {
|
|
762
762
|
width: 29px;
|
|
763
|
-
border-radius:
|
|
764
|
-
border: 1px solid
|
|
763
|
+
border-radius: var(--vxe-border-radius);
|
|
764
|
+
border: 1px solid var(--vxe-input-border-color);
|
|
765
765
|
}
|
|
766
766
|
.vxe-input--panel.size--medium .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
|
|
767
767
|
.vxe-input--panel.size--medium .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
|
|
@@ -855,8 +855,8 @@
|
|
|
855
855
|
.vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,
|
|
856
856
|
.vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn {
|
|
857
857
|
width: 28px;
|
|
858
|
-
border-radius:
|
|
859
|
-
border: 1px solid
|
|
858
|
+
border-radius: var(--vxe-border-radius);
|
|
859
|
+
border: 1px solid var(--vxe-input-border-color);
|
|
860
860
|
}
|
|
861
861
|
.vxe-input--panel.size--small .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
|
|
862
862
|
.vxe-input--panel.size--small .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
|
|
@@ -950,8 +950,8 @@
|
|
|
950
950
|
.vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,
|
|
951
951
|
.vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn {
|
|
952
952
|
width: 27px;
|
|
953
|
-
border-radius:
|
|
954
|
-
border: 1px solid
|
|
953
|
+
border-radius: var(--vxe-border-radius);
|
|
954
|
+
border: 1px solid var(--vxe-input-border-color);
|
|
955
955
|
}
|
|
956
956
|
.vxe-input--panel.size--mini .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
|
|
957
957
|
.vxe-input--panel.size--mini .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
|
package/es/vxe-list/style.css
CHANGED
package/es/vxe-loading/style.css
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
-webkit-user-select: none;
|
|
37
37
|
-moz-user-select: none;
|
|
38
38
|
user-select: none;
|
|
39
|
-
background-color:
|
|
39
|
+
background-color: var(--vxe-loading-background-color);
|
|
40
40
|
}
|
|
41
41
|
.vxe-loading.is--visible {
|
|
42
42
|
display: block;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
left: 0;
|
|
49
49
|
transform: translateY(-50%);
|
|
50
50
|
text-align: center;
|
|
51
|
-
color:
|
|
51
|
+
color: var(--vxe-loading-color);
|
|
52
52
|
}
|
|
53
53
|
.vxe-loading .vxe-loading--default-icon {
|
|
54
54
|
font-size: 1.4em;
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
width: 100%;
|
|
68
68
|
height: 100%;
|
|
69
69
|
border-radius: 50%;
|
|
70
|
-
background-color:
|
|
70
|
+
background-color: var(--vxe-primary-color);
|
|
71
71
|
opacity: 0.6;
|
|
72
72
|
position: absolute;
|
|
73
73
|
top: 0;
|
package/es/vxe-modal/style.css
CHANGED
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
line-height: 1.5;
|
|
32
32
|
width: calc(100% + 18px);
|
|
33
33
|
height: calc(100% + 18px);
|
|
34
|
-
color:
|
|
35
|
-
font-family: -
|
|
34
|
+
color: var(--vxe-font-color);
|
|
35
|
+
font-family: var(--vxe-font-family);
|
|
36
36
|
transition: top 0.4s ease-in-out;
|
|
37
37
|
}
|
|
38
38
|
.vxe-modal--wrapper.is--active {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
.vxe-modal--wrapper.is--loading .vxe-modal--header,
|
|
53
53
|
.vxe-modal--wrapper.is--loading .vxe-modal--footer {
|
|
54
54
|
position: relative;
|
|
55
|
-
border-bottom-color:
|
|
55
|
+
border-bottom-color: var(--vxe-loading-background-color);
|
|
56
56
|
}
|
|
57
57
|
.vxe-modal--wrapper.is--loading .vxe-modal--header:before,
|
|
58
58
|
.vxe-modal--wrapper.is--loading .vxe-modal--footer:before {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
-webkit-user-select: none;
|
|
67
67
|
-moz-user-select: none;
|
|
68
68
|
user-select: none;
|
|
69
|
-
background-color:
|
|
69
|
+
background-color: var(--vxe-loading-background-color);
|
|
70
70
|
}
|
|
71
71
|
.vxe-modal--wrapper:not(.lock--view) {
|
|
72
72
|
pointer-events: none;
|
|
@@ -149,9 +149,9 @@
|
|
|
149
149
|
.vxe-modal--wrapper .vxe-modal--box {
|
|
150
150
|
visibility: hidden;
|
|
151
151
|
width: 420px;
|
|
152
|
-
background-color:
|
|
153
|
-
border-radius:
|
|
154
|
-
border: 1px solid
|
|
152
|
+
background-color: var(--vxe-modal-body-background-color);
|
|
153
|
+
border-radius: var(--vxe-border-radius);
|
|
154
|
+
border: 1px solid var(--vxe-modal-border-color);
|
|
155
155
|
text-align: left;
|
|
156
156
|
pointer-events: auto;
|
|
157
157
|
opacity: 0;
|
|
@@ -175,19 +175,19 @@
|
|
|
175
175
|
overflow: hidden;
|
|
176
176
|
}
|
|
177
177
|
.vxe-modal--wrapper.status--info .vxe-modal--status-wrapper {
|
|
178
|
-
color:
|
|
178
|
+
color: var(--vxe-info-color);
|
|
179
179
|
}
|
|
180
180
|
.vxe-modal--wrapper.status--warning .vxe-modal--status-wrapper, .vxe-modal--wrapper.status--question .vxe-modal--status-wrapper {
|
|
181
|
-
color:
|
|
181
|
+
color: var(--vxe-warning-color);
|
|
182
182
|
}
|
|
183
183
|
.vxe-modal--wrapper.status--success .vxe-modal--status-wrapper {
|
|
184
|
-
color:
|
|
184
|
+
color: var(--vxe-success-color);
|
|
185
185
|
}
|
|
186
186
|
.vxe-modal--wrapper.status--error .vxe-modal--status-wrapper {
|
|
187
|
-
color:
|
|
187
|
+
color: var(--vxe-danger-color);
|
|
188
188
|
}
|
|
189
189
|
.vxe-modal--wrapper.status--loading .vxe-modal--status-wrapper {
|
|
190
|
-
color:
|
|
190
|
+
color: var(--vxe-disabled-color);
|
|
191
191
|
}
|
|
192
192
|
.vxe-modal--wrapper .vxe-modal--status-wrapper {
|
|
193
193
|
flex-shrink: 0;
|
|
@@ -214,9 +214,9 @@
|
|
|
214
214
|
flex-shrink: 0;
|
|
215
215
|
font-size: 1.1em;
|
|
216
216
|
font-weight: 700;
|
|
217
|
-
border-bottom: 1px solid
|
|
218
|
-
background-color:
|
|
219
|
-
border-radius:
|
|
217
|
+
border-bottom: 1px solid var(--vxe-modal-border-color);
|
|
218
|
+
background-color: var(--vxe-modal-header-background-color);
|
|
219
|
+
border-radius: var(--vxe-border-radius) var(--vxe-border-radius) 0 0;
|
|
220
220
|
-webkit-user-select: none;
|
|
221
221
|
-moz-user-select: none;
|
|
222
222
|
user-select: none;
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
}
|
|
245
245
|
.vxe-modal--wrapper .vxe-modal--zoom-btn:hover,
|
|
246
246
|
.vxe-modal--wrapper .vxe-modal--close-btn:hover {
|
|
247
|
-
color:
|
|
247
|
+
color: var(--vxe-primary-color);
|
|
248
248
|
}
|
|
249
249
|
.vxe-modal--wrapper .vxe-modal--footer {
|
|
250
250
|
flex-shrink: 0;
|
|
@@ -335,14 +335,14 @@
|
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
.vxe-modal--wrapper {
|
|
338
|
-
font-size:
|
|
338
|
+
font-size: var(--vxe-font-size);
|
|
339
339
|
}
|
|
340
340
|
.vxe-modal--wrapper.size--medium {
|
|
341
|
-
font-size:
|
|
341
|
+
font-size: var(--vxe-font-size-medium);
|
|
342
342
|
}
|
|
343
343
|
.vxe-modal--wrapper.size--small {
|
|
344
|
-
font-size:
|
|
344
|
+
font-size: var(--vxe-font-size-small);
|
|
345
345
|
}
|
|
346
346
|
.vxe-modal--wrapper.size--mini {
|
|
347
|
-
font-size:
|
|
347
|
+
font-size: var(--vxe-font-size-mini);
|
|
348
348
|
}
|
|
@@ -99,9 +99,9 @@
|
|
|
99
99
|
}
|
|
100
100
|
.vxe-export--panel .vxe-export--panel-column {
|
|
101
101
|
width: 80%;
|
|
102
|
-
border: 1px solid
|
|
102
|
+
border: 1px solid var(--vxe-input-border-color);
|
|
103
103
|
margin: 3px 0;
|
|
104
|
-
border-radius:
|
|
104
|
+
border-radius: var(--vxe-border-radius);
|
|
105
105
|
-webkit-user-select: none;
|
|
106
106
|
-moz-user-select: none;
|
|
107
107
|
user-select: none;
|
|
@@ -153,9 +153,9 @@
|
|
|
153
153
|
}
|
|
154
154
|
.vxe-export--panel .vxe-export--panel-column .vxe-export--panel-column-header {
|
|
155
155
|
padding: 0.1em 0;
|
|
156
|
-
background-color:
|
|
156
|
+
background-color: var(--vxe-table-header-background-color);
|
|
157
157
|
font-weight: 700;
|
|
158
|
-
border-bottom: 1px solid
|
|
158
|
+
border-bottom: 1px solid var(--vxe-table-border-color);
|
|
159
159
|
}
|
|
160
160
|
.vxe-export--panel .vxe-export--panel-column .vxe-export--panel-column-body {
|
|
161
161
|
padding: 0.2em 0;
|
|
@@ -182,29 +182,29 @@
|
|
|
182
182
|
cursor: pointer;
|
|
183
183
|
}
|
|
184
184
|
.vxe-export--panel .vxe-import-selected--file:hover {
|
|
185
|
-
color:
|
|
185
|
+
color: var(--vxe-primary-color);
|
|
186
186
|
}
|
|
187
187
|
.vxe-export--panel .vxe-import-selected--file:hover > i {
|
|
188
188
|
display: block;
|
|
189
189
|
}
|
|
190
190
|
.vxe-export--panel .vxe-import-select--file {
|
|
191
|
-
border: 1px dashed
|
|
191
|
+
border: 1px dashed var(--vxe-input-border-color);
|
|
192
192
|
padding: 6px 34px;
|
|
193
193
|
outline: 0;
|
|
194
|
-
border-radius:
|
|
195
|
-
background-color:
|
|
194
|
+
border-radius: var(--vxe-border-radius);
|
|
195
|
+
background-color: var(--vxe-input-background-color);
|
|
196
196
|
-webkit-user-select: none;
|
|
197
197
|
-moz-user-select: none;
|
|
198
198
|
user-select: none;
|
|
199
199
|
cursor: pointer;
|
|
200
200
|
}
|
|
201
201
|
.vxe-export--panel .vxe-import-select--file:focus {
|
|
202
|
-
border-color:
|
|
203
|
-
box-shadow: 0 0 0.25em 0
|
|
202
|
+
border-color: var(--vxe-primary-color);
|
|
203
|
+
box-shadow: 0 0 0.25em 0 var(--vxe-primary-color);
|
|
204
204
|
}
|
|
205
205
|
.vxe-export--panel .vxe-import-select--file:hover {
|
|
206
|
-
color:
|
|
207
|
-
border-color:
|
|
206
|
+
color: var(--vxe-primary-color);
|
|
207
|
+
border-color: var(--vxe-primary-color);
|
|
208
208
|
}
|
|
209
209
|
.vxe-export--panel .vxe-export--panel-btns {
|
|
210
210
|
text-align: right;
|