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
|
@@ -68,18 +68,18 @@
|
|
|
68
68
|
line-height: 0;
|
|
69
69
|
}
|
|
70
70
|
.vxe-cell--filter.col--filter .vxe-filter--btn {
|
|
71
|
-
color:
|
|
71
|
+
color: var(--vxe-table-font-color);
|
|
72
72
|
}
|
|
73
73
|
.vxe-cell--filter .vxe-filter--btn {
|
|
74
|
-
color:
|
|
74
|
+
color: var(--vxe-table-column-icon-border-color);
|
|
75
75
|
cursor: pointer;
|
|
76
76
|
}
|
|
77
77
|
.vxe-cell--filter .vxe-filter--btn:hover {
|
|
78
|
-
color:
|
|
78
|
+
color: var(--vxe-table-font-color);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.is--filter-active .vxe-cell--filter .vxe-filter--btn {
|
|
82
|
-
color:
|
|
82
|
+
color: var(--vxe-primary-color);
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
/*筛选容器*/
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
position: absolute;
|
|
89
89
|
top: 0;
|
|
90
90
|
min-width: 100px;
|
|
91
|
-
border-radius:
|
|
92
|
-
background-color:
|
|
93
|
-
border: 1px solid
|
|
91
|
+
border-radius: var(--vxe-border-radius);
|
|
92
|
+
background-color: var(--vxe-table-filter-panel-background-color);
|
|
93
|
+
border: 1px solid var(--vxe-table-popup-border-color);
|
|
94
94
|
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
|
|
95
95
|
z-index: 10;
|
|
96
96
|
}
|
|
@@ -111,11 +111,11 @@
|
|
|
111
111
|
}
|
|
112
112
|
.vxe-table--filter-wrapper .vxe-table--filter-header > li.is--checked,
|
|
113
113
|
.vxe-table--filter-wrapper .vxe-table--filter-body > li.is--checked {
|
|
114
|
-
color:
|
|
114
|
+
color: var(--vxe-primary-color);
|
|
115
115
|
}
|
|
116
116
|
.vxe-table--filter-wrapper .vxe-table--filter-header > li:hover,
|
|
117
117
|
.vxe-table--filter-wrapper .vxe-table--filter-body > li:hover {
|
|
118
|
-
background-color:
|
|
118
|
+
background-color: var(--vxe-table-row-hover-background-color);
|
|
119
119
|
}
|
|
120
120
|
.vxe-table--filter-wrapper .vxe-table--filter-header {
|
|
121
121
|
padding-top: 0.2em;
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
padding: 0.25em 0.8em 0.25em 1em;
|
|
138
138
|
}
|
|
139
139
|
.vxe-table--filter-wrapper .vxe-table--filter-footer {
|
|
140
|
-
border-top: 1px solid
|
|
140
|
+
border-top: 1px solid var(--vxe-table-popup-border-color);
|
|
141
141
|
padding: 0.6em;
|
|
142
142
|
-webkit-user-select: none;
|
|
143
143
|
-moz-user-select: none;
|
|
@@ -147,16 +147,16 @@
|
|
|
147
147
|
background-color: transparent;
|
|
148
148
|
padding: 0 0.4em;
|
|
149
149
|
border: 0;
|
|
150
|
-
color:
|
|
150
|
+
color: var(--vxe-table-font-color);
|
|
151
151
|
cursor: pointer;
|
|
152
152
|
}
|
|
153
153
|
.vxe-table--filter-wrapper .vxe-table--filter-footer button:focus {
|
|
154
154
|
outline: none;
|
|
155
155
|
}
|
|
156
156
|
.vxe-table--filter-wrapper .vxe-table--filter-footer button:hover {
|
|
157
|
-
color:
|
|
157
|
+
color: var(--vxe-primary-color);
|
|
158
158
|
}
|
|
159
159
|
.vxe-table--filter-wrapper .vxe-table--filter-footer button.is--disabled {
|
|
160
|
-
color:
|
|
160
|
+
color: var(--vxe-disabled-color);
|
|
161
161
|
cursor: not-allowed;
|
|
162
162
|
}
|
|
@@ -38,23 +38,23 @@
|
|
|
38
38
|
top: 0;
|
|
39
39
|
left: 0;
|
|
40
40
|
font-size: 12px;
|
|
41
|
-
border: 1px solid
|
|
41
|
+
border: 1px solid var(--vxe-table-popup-border-color);
|
|
42
42
|
box-shadow: 3px 3px 4px -2px rgba(0, 0, 0, 0.6);
|
|
43
43
|
padding: 0 1px;
|
|
44
44
|
-webkit-user-select: none;
|
|
45
45
|
-moz-user-select: none;
|
|
46
46
|
user-select: none;
|
|
47
|
-
color:
|
|
48
|
-
font-family: -
|
|
49
|
-
background-color:
|
|
47
|
+
color: var(--vxe-table-font-color);
|
|
48
|
+
font-family: var(--vxe-font-family);
|
|
49
|
+
background-color: var(--vxe-table-menu-background-color);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.vxe-context-menu--link {
|
|
53
53
|
display: block;
|
|
54
54
|
padding: 0 2.5em;
|
|
55
|
-
width:
|
|
55
|
+
width: var(--vxe-table-menu-item-width);
|
|
56
56
|
line-height: 26px;
|
|
57
|
-
color:
|
|
57
|
+
color: var(--vxe-table-font-color);
|
|
58
58
|
cursor: pointer;
|
|
59
59
|
}
|
|
60
60
|
.vxe-context-menu--link .vxe-context-menu--link-prefix,
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
}
|
|
119
119
|
.vxe-context-menu--option-wrapper li.link--disabled > .vxe-context-menu--link,
|
|
120
120
|
.vxe-table--context-menu-clild-wrapper li.link--disabled > .vxe-context-menu--link {
|
|
121
|
-
color:
|
|
121
|
+
color: var(--vxe-disabled-color);
|
|
122
122
|
cursor: no-drop;
|
|
123
123
|
}
|
|
124
124
|
.vxe-context-menu--option-wrapper li.link--disabled.link--active,
|
package/es/vxe-pager/style.css
CHANGED
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
position: relative;
|
|
29
29
|
display: flex;
|
|
30
30
|
align-items: center;
|
|
31
|
-
color:
|
|
32
|
-
font-family: -
|
|
31
|
+
color: var(--vxe-font-color);
|
|
32
|
+
font-family: var(--vxe-font-family);
|
|
33
33
|
text-align: right;
|
|
34
|
-
background-color:
|
|
34
|
+
background-color: var(--vxe-pager-background-color);
|
|
35
35
|
}
|
|
36
36
|
.vxe-pager.is--hidden {
|
|
37
37
|
display: none;
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
left: 0;
|
|
50
50
|
width: 100%;
|
|
51
51
|
height: 100%;
|
|
52
|
-
z-index:
|
|
52
|
+
z-index: var(--vxe-loading-z-index);
|
|
53
53
|
-webkit-user-select: none;
|
|
54
54
|
-moz-user-select: none;
|
|
55
55
|
user-select: none;
|
|
56
|
-
background-color:
|
|
56
|
+
background-color: var(--vxe-loading-background-color);
|
|
57
57
|
}
|
|
58
58
|
.vxe-pager .vxe-pager--prev-btn,
|
|
59
59
|
.vxe-pager .vxe-pager--next-btn,
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
.vxe-pager .vxe-pager--num-btn:not(.is--disabled):focus,
|
|
71
71
|
.vxe-pager .vxe-pager--jump-prev:not(.is--disabled):focus,
|
|
72
72
|
.vxe-pager .vxe-pager--jump-next:not(.is--disabled):focus {
|
|
73
|
-
box-shadow: 0 0 0.25em 0
|
|
73
|
+
box-shadow: 0 0 0.25em 0 var(--vxe-primary-color);
|
|
74
74
|
}
|
|
75
75
|
.vxe-pager .vxe-pager--prev-btn:not(.is--disabled):hover,
|
|
76
76
|
.vxe-pager .vxe-pager--next-btn:not(.is--disabled):hover,
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
.vxe-pager.is--perfect:not(.is--background) .vxe-pager--num-btn,
|
|
96
96
|
.vxe-pager.is--perfect:not(.is--background) .vxe-pager--jump-prev,
|
|
97
97
|
.vxe-pager.is--perfect:not(.is--background) .vxe-pager--jump-next {
|
|
98
|
-
border-color:
|
|
98
|
+
border-color: var(--vxe-input-border-color);
|
|
99
99
|
}
|
|
100
100
|
.vxe-pager.is--background .vxe-pager--prev-btn,
|
|
101
101
|
.vxe-pager.is--background .vxe-pager--next-btn,
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
.vxe-pager.is--perfect .vxe-pager--jump-prev,
|
|
107
107
|
.vxe-pager.is--perfect .vxe-pager--num-btn,
|
|
108
108
|
.vxe-pager.is--perfect .vxe-pager--jump-next {
|
|
109
|
-
background-color:
|
|
109
|
+
background-color: var(--vxe-pager-perfect-button-background-color);
|
|
110
110
|
}
|
|
111
111
|
.vxe-pager.is--background .vxe-pager--jump-prev:not(.is--disabled).is--active,
|
|
112
112
|
.vxe-pager.is--background .vxe-pager--num-btn:not(.is--disabled).is--active,
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
.vxe-pager.is--perfect .vxe-pager--num-btn:not(.is--disabled).is--active,
|
|
115
115
|
.vxe-pager.is--perfect .vxe-pager--jump-next:not(.is--disabled).is--active {
|
|
116
116
|
color: #fff;
|
|
117
|
-
background-color:
|
|
117
|
+
background-color: var(--vxe-primary-color);
|
|
118
118
|
}
|
|
119
119
|
.vxe-pager.is--background .vxe-pager--jump-prev:not(.is--disabled).is--active:hover,
|
|
120
120
|
.vxe-pager.is--background .vxe-pager--num-btn:not(.is--disabled).is--active:hover,
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
.vxe-pager.is--background .vxe-pager--jump-next:not(.is--disabled).is--active:focus, .vxe-pager.is--perfect .vxe-pager--jump-prev:not(.is--disabled).is--active:focus,
|
|
129
129
|
.vxe-pager.is--perfect .vxe-pager--num-btn:not(.is--disabled).is--active:focus,
|
|
130
130
|
.vxe-pager.is--perfect .vxe-pager--jump-next:not(.is--disabled).is--active:focus {
|
|
131
|
-
border-color:
|
|
131
|
+
border-color: var(--vxe-primary-color);
|
|
132
132
|
}
|
|
133
133
|
.vxe-pager.is--background .vxe-pager--jump-prev:not(.is--disabled).is--active:active,
|
|
134
134
|
.vxe-pager.is--background .vxe-pager--num-btn:not(.is--disabled).is--active:active,
|
|
@@ -139,12 +139,12 @@
|
|
|
139
139
|
background-color: #3196ff;
|
|
140
140
|
}
|
|
141
141
|
.vxe-pager.is--perfect {
|
|
142
|
-
border: 1px solid
|
|
142
|
+
border: 1px solid var(--vxe-table-border-color);
|
|
143
143
|
border-top-width: 0;
|
|
144
|
-
background-color:
|
|
144
|
+
background-color: var(--vxe-pager-perfect-background-color);
|
|
145
145
|
}
|
|
146
146
|
.vxe-pager.is--border .vxe-pager--num-btn.is--active {
|
|
147
|
-
border-color:
|
|
147
|
+
border-color: var(--vxe-primary-color);
|
|
148
148
|
}
|
|
149
149
|
.vxe-pager .vxe-pager--wrapper {
|
|
150
150
|
flex-grow: 1;
|
|
@@ -229,12 +229,12 @@
|
|
|
229
229
|
.vxe-pager .vxe-pager--jump-next,
|
|
230
230
|
.vxe-pager .vxe-pager--num-btn {
|
|
231
231
|
text-align: center;
|
|
232
|
-
border-radius:
|
|
232
|
+
border-radius: var(--vxe-border-radius);
|
|
233
233
|
margin: 0 0.25em;
|
|
234
234
|
-webkit-user-select: none;
|
|
235
235
|
-moz-user-select: none;
|
|
236
236
|
user-select: none;
|
|
237
|
-
background-color:
|
|
237
|
+
background-color: var(--vxe-pager-background-color);
|
|
238
238
|
}
|
|
239
239
|
.vxe-pager .vxe-pager--jump-prev:not(.is--disabled):hover,
|
|
240
240
|
.vxe-pager .vxe-pager--prev-btn:not(.is--disabled):hover,
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
.vxe-pager .vxe-pager--jump-next:not(.is--disabled):focus,
|
|
253
253
|
.vxe-pager .vxe-pager--num-btn:not(.is--disabled).is--active,
|
|
254
254
|
.vxe-pager .vxe-pager--num-btn:not(.is--disabled):focus {
|
|
255
|
-
color:
|
|
255
|
+
color: var(--vxe-primary-color);
|
|
256
256
|
}
|
|
257
257
|
.vxe-pager .vxe-pager--jump-prev:not(.is--disabled):active,
|
|
258
258
|
.vxe-pager .vxe-pager--prev-btn:not(.is--disabled):active,
|
|
@@ -267,14 +267,14 @@
|
|
|
267
267
|
.vxe-pager .vxe-pager--jump-next.is--disabled,
|
|
268
268
|
.vxe-pager .vxe-pager--num-btn.is--disabled {
|
|
269
269
|
cursor: no-drop;
|
|
270
|
-
color:
|
|
270
|
+
color: var(--vxe-disabled-color);
|
|
271
271
|
}
|
|
272
272
|
.vxe-pager .vxe-pager--jump-prev.is--disabled:hover,
|
|
273
273
|
.vxe-pager .vxe-pager--prev-btn.is--disabled:hover,
|
|
274
274
|
.vxe-pager .vxe-pager--next-btn.is--disabled:hover,
|
|
275
275
|
.vxe-pager .vxe-pager--jump-next.is--disabled:hover,
|
|
276
276
|
.vxe-pager .vxe-pager--num-btn.is--disabled:hover {
|
|
277
|
-
color:
|
|
277
|
+
color: var(--vxe-disabled-color);
|
|
278
278
|
}
|
|
279
279
|
.vxe-pager .vxe-pager--num-btn {
|
|
280
280
|
vertical-align: middle;
|
|
@@ -303,15 +303,15 @@
|
|
|
303
303
|
content: "/";
|
|
304
304
|
}
|
|
305
305
|
.vxe-pager .vxe-pager--jump .vxe-pager--goto {
|
|
306
|
-
border-radius:
|
|
307
|
-
border: 1px solid
|
|
308
|
-
color:
|
|
306
|
+
border-radius: var(--vxe-border-radius);
|
|
307
|
+
border: 1px solid var(--vxe-input-border-color);
|
|
308
|
+
color: var(--vxe-font-color);
|
|
309
309
|
transition: border 0.2s ease-in-out;
|
|
310
310
|
padding: 0 0.4em;
|
|
311
|
-
background-color:
|
|
311
|
+
background-color: var(--vxe-input-background-color);
|
|
312
312
|
}
|
|
313
313
|
.vxe-pager .vxe-pager--jump .vxe-pager--goto:focus {
|
|
314
|
-
border: 1px solid
|
|
314
|
+
border: 1px solid var(--vxe-primary-color);
|
|
315
315
|
outline: 0;
|
|
316
316
|
}
|
|
317
317
|
.vxe-pager .vxe-pager--jump .vxe-pager--goto-text {
|
|
@@ -326,18 +326,18 @@
|
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
.vxe-pager {
|
|
329
|
-
font-size:
|
|
330
|
-
height:
|
|
329
|
+
font-size: var(--vxe-font-size);
|
|
330
|
+
height: var(--vxe-table-row-height-default);
|
|
331
331
|
}
|
|
332
332
|
.vxe-pager.size--medium {
|
|
333
|
-
font-size:
|
|
334
|
-
height:
|
|
333
|
+
font-size: var(--vxe-font-size-medium);
|
|
334
|
+
height: var(--vxe-table-row-height-medium);
|
|
335
335
|
}
|
|
336
336
|
.vxe-pager.size--small {
|
|
337
|
-
font-size:
|
|
338
|
-
height:
|
|
337
|
+
font-size: var(--vxe-font-size-small);
|
|
338
|
+
height: var(--vxe-table-row-height-small);
|
|
339
339
|
}
|
|
340
340
|
.vxe-pager.size--mini {
|
|
341
|
-
font-size:
|
|
342
|
-
height:
|
|
341
|
+
font-size: var(--vxe-font-size-mini);
|
|
342
|
+
height: var(--vxe-table-row-height-mini);
|
|
343
343
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
.vxe-pulldown {
|
|
28
28
|
position: relative;
|
|
29
29
|
display: inline-block;
|
|
30
|
-
color:
|
|
30
|
+
color: var(--vxe-font-color);
|
|
31
31
|
text-align: left;
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
position: absolute;
|
|
37
37
|
left: 0;
|
|
38
38
|
padding: 4px 0;
|
|
39
|
-
color:
|
|
39
|
+
color: var(--vxe-font-color);
|
|
40
40
|
text-align: left;
|
|
41
41
|
}
|
|
42
42
|
.vxe-pulldown--panel:not(.is--transfer) {
|
|
@@ -62,22 +62,22 @@
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.vxe-pulldown--wrapper {
|
|
65
|
-
background-color:
|
|
65
|
+
background-color: var(--vxe-pulldown-panel-background-color);
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.vxe-pulldown,
|
|
69
69
|
.vxe-pulldown--panel {
|
|
70
|
-
font-size:
|
|
70
|
+
font-size: var(--vxe-font-size);
|
|
71
71
|
}
|
|
72
72
|
.vxe-pulldown.size--medium,
|
|
73
73
|
.vxe-pulldown--panel.size--medium {
|
|
74
|
-
font-size:
|
|
74
|
+
font-size: var(--vxe-font-size-medium);
|
|
75
75
|
}
|
|
76
76
|
.vxe-pulldown.size--small,
|
|
77
77
|
.vxe-pulldown--panel.size--small {
|
|
78
|
-
font-size:
|
|
78
|
+
font-size: var(--vxe-font-size-small);
|
|
79
79
|
}
|
|
80
80
|
.vxe-pulldown.size--mini,
|
|
81
81
|
.vxe-pulldown--panel.size--mini {
|
|
82
|
-
font-size:
|
|
82
|
+
font-size: var(--vxe-font-size-mini);
|
|
83
83
|
}
|
package/es/vxe-radio/style.css
CHANGED
|
@@ -258,33 +258,33 @@
|
|
|
258
258
|
max-width: 50em;
|
|
259
259
|
}
|
|
260
260
|
.vxe-radio:not(.is--disabled) > input:focus + .vxe-radio--icon {
|
|
261
|
-
color:
|
|
261
|
+
color: var(--vxe-primary-color);
|
|
262
262
|
}
|
|
263
263
|
.vxe-radio:not(.vxe-radio-button) + .vxe-radio {
|
|
264
264
|
margin-left: 10px;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
.vxe-radio-button .vxe-radio--label {
|
|
268
|
-
background-color:
|
|
268
|
+
background-color: var(--vxe-radio-button-default-background-color);
|
|
269
269
|
}
|
|
270
270
|
.vxe-radio-button:first-child .vxe-radio--label {
|
|
271
|
-
border-left: 1px solid
|
|
272
|
-
border-radius:
|
|
271
|
+
border-left: 1px solid var(--vxe-input-border-color);
|
|
272
|
+
border-radius: var(--vxe-border-radius) 0 0 var(--vxe-border-radius);
|
|
273
273
|
}
|
|
274
274
|
.vxe-radio-button:last-child .vxe-radio--label {
|
|
275
|
-
border-radius: 0
|
|
275
|
+
border-radius: 0 var(--vxe-border-radius) var(--vxe-border-radius) 0;
|
|
276
276
|
}
|
|
277
277
|
.vxe-radio-button > input:checked + .vxe-radio--label {
|
|
278
278
|
color: #fff;
|
|
279
|
-
background-color:
|
|
280
|
-
border-color:
|
|
279
|
+
background-color: var(--vxe-primary-color);
|
|
280
|
+
border-color: var(--vxe-primary-color);
|
|
281
281
|
}
|
|
282
282
|
.vxe-radio-button .vxe-radio--label {
|
|
283
283
|
padding: 0 1em;
|
|
284
|
-
line-height:
|
|
284
|
+
line-height: var(--vxe-button-height-default)-2;
|
|
285
285
|
display: inline-block;
|
|
286
286
|
border-style: solid;
|
|
287
|
-
border-color:
|
|
287
|
+
border-color: var(--vxe-input-border-color);
|
|
288
288
|
border-width: 1px 1px 1px 0;
|
|
289
289
|
max-width: 50em;
|
|
290
290
|
}
|
|
@@ -292,38 +292,38 @@
|
|
|
292
292
|
cursor: not-allowed;
|
|
293
293
|
}
|
|
294
294
|
.vxe-radio-button.is--disabled > input:not(:checked) + .vxe-radio--label {
|
|
295
|
-
color:
|
|
295
|
+
color: var(--vxe-input-disabled-color);
|
|
296
296
|
}
|
|
297
297
|
.vxe-radio-button.is--disabled > input:checked + .vxe-radio--label {
|
|
298
298
|
border-color: #a6d2ff;
|
|
299
299
|
background-color: #a6d2ff;
|
|
300
300
|
}
|
|
301
301
|
.vxe-radio-button:not(.is--disabled) > input:focus + .vxe-radio--label {
|
|
302
|
-
border-color:
|
|
303
|
-
box-shadow: 0 0 0.2em 0
|
|
302
|
+
border-color: var(--vxe-primary-color);
|
|
303
|
+
box-shadow: 0 0 0.2em 0 var(--vxe-primary-color);
|
|
304
304
|
}
|
|
305
305
|
.vxe-radio-button:not(.is--disabled):hover > input:not(:checked) + .vxe-radio--label {
|
|
306
|
-
color:
|
|
306
|
+
color: var(--vxe-primary-color);
|
|
307
307
|
}
|
|
308
308
|
.vxe-radio-button.size--medium .vxe-radio--label {
|
|
309
|
-
line-height:
|
|
309
|
+
line-height: var(--vxe-button-height-medium)-2;
|
|
310
310
|
}
|
|
311
311
|
.vxe-radio-button.size--small .vxe-radio--label {
|
|
312
|
-
line-height:
|
|
312
|
+
line-height: var(--vxe-button-height-small)-2;
|
|
313
313
|
}
|
|
314
314
|
.vxe-radio-button.size--mini .vxe-radio--label {
|
|
315
|
-
line-height:
|
|
315
|
+
line-height: var(--vxe-button-height-mini)-2;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
.vxe-radio {
|
|
319
|
-
font-size:
|
|
319
|
+
font-size: var(--vxe-font-size);
|
|
320
320
|
}
|
|
321
321
|
.vxe-radio.size--medium {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: var(--vxe-font-size-medium);
|
|
323
323
|
}
|
|
324
324
|
.vxe-radio.size--small {
|
|
325
|
-
font-size:
|
|
325
|
+
font-size: var(--vxe-font-size-small);
|
|
326
326
|
}
|
|
327
327
|
.vxe-radio.size--mini {
|
|
328
|
-
font-size:
|
|
328
|
+
font-size: var(--vxe-font-size-mini);
|
|
329
329
|
}
|
package/es/vxe-select/style.css
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
position: relative;
|
|
28
28
|
display: inline-block;
|
|
29
29
|
width: 180px;
|
|
30
|
-
color:
|
|
30
|
+
color: var(--vxe-font-color);
|
|
31
31
|
text-align: left;
|
|
32
32
|
}
|
|
33
33
|
.vxe-select > .vxe-input .vxe-input--inner {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
transition: transform 0.2s ease-in-out;
|
|
48
48
|
}
|
|
49
49
|
.vxe-select.is--active:not(.is--filter) > .vxe-input .vxe-input--inner {
|
|
50
|
-
border: 1px solid
|
|
50
|
+
border: 1px solid var(--vxe-primary-color);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.vxe-select-slots {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
position: absolute;
|
|
60
60
|
left: 0;
|
|
61
61
|
padding: 4px 0;
|
|
62
|
-
color:
|
|
62
|
+
color: var(--vxe-font-color);
|
|
63
63
|
text-align: left;
|
|
64
64
|
}
|
|
65
65
|
.vxe-select--panel:not(.is--transfer) {
|
|
@@ -98,15 +98,15 @@
|
|
|
98
98
|
overflow-y: auto;
|
|
99
99
|
padding: 4px 0;
|
|
100
100
|
max-height: 200px;
|
|
101
|
-
border-radius:
|
|
102
|
-
border: 1px solid
|
|
101
|
+
border-radius: var(--vxe-border-radius);
|
|
102
|
+
border: 1px solid var(--vxe-table-popup-border-color);
|
|
103
103
|
box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
|
|
104
|
-
background-color:
|
|
104
|
+
background-color: var(--vxe-select-panel-background-color);
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
.vxe-optgroup .vxe-optgroup--title {
|
|
108
108
|
padding: 0 6px;
|
|
109
|
-
color:
|
|
109
|
+
color: var(--vxe-optgroup-title-color);
|
|
110
110
|
font-size: 12px;
|
|
111
111
|
}
|
|
112
112
|
|
|
@@ -127,16 +127,16 @@
|
|
|
127
127
|
}
|
|
128
128
|
.vxe-select-option.is--selected {
|
|
129
129
|
font-weight: 700;
|
|
130
|
-
color:
|
|
130
|
+
color: var(--vxe-primary-color);
|
|
131
131
|
}
|
|
132
132
|
.vxe-select-option:not(.is--disabled) {
|
|
133
133
|
cursor: pointer;
|
|
134
134
|
}
|
|
135
135
|
.vxe-select-option:not(.is--disabled).is--hover {
|
|
136
|
-
background-color:
|
|
136
|
+
background-color: var(--vxe-select-option-hover-background-color);
|
|
137
137
|
}
|
|
138
138
|
.vxe-select-option.is--disabled {
|
|
139
|
-
color:
|
|
139
|
+
color: var(--vxe-disabled-color);
|
|
140
140
|
cursor: no-drop;
|
|
141
141
|
}
|
|
142
142
|
|
|
@@ -148,63 +148,63 @@
|
|
|
148
148
|
.vxe-select--empty-placeholder {
|
|
149
149
|
padding: 0 0.6em;
|
|
150
150
|
text-align: center;
|
|
151
|
-
color:
|
|
151
|
+
color: var(--vxe-select-empty-color);
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
.vxe-select,
|
|
155
155
|
.vxe-select--panel {
|
|
156
|
-
font-size:
|
|
156
|
+
font-size: var(--vxe-font-size);
|
|
157
157
|
}
|
|
158
158
|
.vxe-select.size--medium,
|
|
159
159
|
.vxe-select--panel.size--medium {
|
|
160
|
-
font-size:
|
|
160
|
+
font-size: var(--vxe-font-size-medium);
|
|
161
161
|
}
|
|
162
162
|
.vxe-select.size--small,
|
|
163
163
|
.vxe-select--panel.size--small {
|
|
164
|
-
font-size:
|
|
164
|
+
font-size: var(--vxe-font-size-small);
|
|
165
165
|
}
|
|
166
166
|
.vxe-select.size--mini,
|
|
167
167
|
.vxe-select--panel.size--mini {
|
|
168
|
-
font-size:
|
|
168
|
+
font-size: var(--vxe-font-size-mini);
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.vxe-select--panel .vxe-optgroup--title,
|
|
172
172
|
.vxe-select--panel .vxe-select-option {
|
|
173
|
-
height:
|
|
173
|
+
height: var(--vxe-select-option-height-default);
|
|
174
174
|
}
|
|
175
175
|
.vxe-select--panel .vxe-optgroup--title,
|
|
176
176
|
.vxe-select--panel .vxe-select-option,
|
|
177
177
|
.vxe-select--panel .vxe-select--search-loading,
|
|
178
178
|
.vxe-select--panel .vxe-select--empty-placeholder {
|
|
179
|
-
line-height:
|
|
179
|
+
line-height: var(--vxe-select-option-height-default);
|
|
180
180
|
}
|
|
181
181
|
.vxe-select--panel.size--medium .vxe-optgroup--title,
|
|
182
182
|
.vxe-select--panel.size--medium .vxe-select-option {
|
|
183
|
-
height:
|
|
183
|
+
height: var(--vxe-select-option-height-medium);
|
|
184
184
|
}
|
|
185
185
|
.vxe-select--panel.size--medium .vxe-optgroup--title,
|
|
186
186
|
.vxe-select--panel.size--medium .vxe-select-option,
|
|
187
187
|
.vxe-select--panel.size--medium .vxe-select--search-loading,
|
|
188
188
|
.vxe-select--panel.size--medium .vxe-select--empty-placeholder {
|
|
189
|
-
line-height:
|
|
189
|
+
line-height: var(--vxe-select-option-height-medium);
|
|
190
190
|
}
|
|
191
191
|
.vxe-select--panel.size--small .vxe-optgroup--title,
|
|
192
192
|
.vxe-select--panel.size--small .vxe-select-option {
|
|
193
|
-
height:
|
|
193
|
+
height: var(--vxe-select-option-height-small);
|
|
194
194
|
}
|
|
195
195
|
.vxe-select--panel.size--small .vxe-optgroup--title,
|
|
196
196
|
.vxe-select--panel.size--small .vxe-select-option,
|
|
197
197
|
.vxe-select--panel.size--small .vxe-select--search-loading,
|
|
198
198
|
.vxe-select--panel.size--small .vxe-select--empty-placeholder {
|
|
199
|
-
line-height:
|
|
199
|
+
line-height: var(--vxe-select-option-height-small);
|
|
200
200
|
}
|
|
201
201
|
.vxe-select--panel.size--mini .vxe-optgroup--title,
|
|
202
202
|
.vxe-select--panel.size--mini .vxe-select-option {
|
|
203
|
-
height:
|
|
203
|
+
height: var(--vxe-select-option-height-mini);
|
|
204
204
|
}
|
|
205
205
|
.vxe-select--panel.size--mini .vxe-optgroup--title,
|
|
206
206
|
.vxe-select--panel.size--mini .vxe-select-option,
|
|
207
207
|
.vxe-select--panel.size--mini .vxe-select--search-loading,
|
|
208
208
|
.vxe-select--panel.size--mini .vxe-select--empty-placeholder {
|
|
209
|
-
line-height:
|
|
209
|
+
line-height: var(--vxe-select-option-height-mini);
|
|
210
210
|
}
|
package/es/vxe-switch/style.css
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
/*pulldown*/
|
|
26
26
|
.vxe-switch {
|
|
27
27
|
display: inline-block;
|
|
28
|
-
color:
|
|
28
|
+
color: var(--vxe-font-color);
|
|
29
29
|
vertical-align: middle;
|
|
30
30
|
padding: 0.4em;
|
|
31
31
|
-webkit-user-select: none;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
.vxe-switch.is--on .vxe-switch--button {
|
|
43
43
|
padding-right: 1.7em;
|
|
44
|
-
background-color:
|
|
44
|
+
background-color: var(--vxe-switch-open-background-color);
|
|
45
45
|
}
|
|
46
46
|
.vxe-switch.is--on .vxe-switch--icon {
|
|
47
47
|
left: 100%;
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
}
|
|
50
50
|
.vxe-switch.is--off .vxe-switch--button {
|
|
51
51
|
padding-left: 1.7em;
|
|
52
|
-
background-color:
|
|
52
|
+
background-color: var(--vxe-switch-close-background-color);
|
|
53
53
|
}
|
|
54
54
|
.vxe-switch.is--off .vxe-switch--icon {
|
|
55
55
|
left: 0.2em;
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
cursor: pointer;
|
|
68
68
|
}
|
|
69
69
|
.vxe-switch:not(.is--disabled) .vxe-switch--button:focus {
|
|
70
|
-
box-shadow: 0 0 0.4em 0
|
|
70
|
+
box-shadow: 0 0 0.4em 0 var(--vxe-primary-color);
|
|
71
71
|
}
|
|
72
72
|
.vxe-switch.is--disabled .vxe-switch--button {
|
|
73
73
|
cursor: no-drop;
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
background-color: #a6d2ff;
|
|
77
77
|
}
|
|
78
78
|
.vxe-switch.is--disabled.is--off .vxe-switch--button {
|
|
79
|
-
background-color:
|
|
79
|
+
background-color: var(--vxe-switch-disabled-background-color);
|
|
80
80
|
}
|
|
81
81
|
.vxe-switch .vxe-switch--button {
|
|
82
82
|
display: block;
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
.vxe-switch .vxe-switch--label {
|
|
93
93
|
opacity: 0;
|
|
94
94
|
display: block;
|
|
95
|
-
color:
|
|
95
|
+
color: var(--vxe-switch-font-color);
|
|
96
96
|
font-size: 0.8em;
|
|
97
97
|
}
|
|
98
98
|
.vxe-switch .vxe-switch--icon {
|
|
@@ -102,21 +102,21 @@
|
|
|
102
102
|
width: 1.2em;
|
|
103
103
|
height: 1.2em;
|
|
104
104
|
border-radius: 50%;
|
|
105
|
-
background-color:
|
|
105
|
+
background-color: var(--vxe-switch-icon-background-color);
|
|
106
106
|
}
|
|
107
107
|
.vxe-switch .vxe-switch--label-icon {
|
|
108
108
|
margin-right: 0.25em;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
.vxe-switch {
|
|
112
|
-
font-size:
|
|
112
|
+
font-size: var(--vxe-font-size);
|
|
113
113
|
}
|
|
114
114
|
.vxe-switch.size--medium {
|
|
115
|
-
font-size:
|
|
115
|
+
font-size: var(--vxe-font-size-medium);
|
|
116
116
|
}
|
|
117
117
|
.vxe-switch.size--small {
|
|
118
|
-
font-size:
|
|
118
|
+
font-size: var(--vxe-font-size-small);
|
|
119
119
|
}
|
|
120
120
|
.vxe-switch.size--mini {
|
|
121
|
-
font-size:
|
|
121
|
+
font-size: var(--vxe-font-size-mini);
|
|
122
122
|
}
|