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.
Files changed (212) hide show
  1. package/es/button/style.css +27 -27
  2. package/es/checkbox/style.css +11 -11
  3. package/es/export/style.css +12 -12
  4. package/es/filter/style.css +13 -13
  5. package/es/form/style.css +33 -33
  6. package/es/grid/style.css +8 -8
  7. package/es/icon/style.css +10 -10
  8. package/es/input/style.css +82 -82
  9. package/es/list/style.css +1 -1
  10. package/es/loading/style.css +3 -3
  11. package/es/menu/style.css +7 -7
  12. package/es/modal/style.css +20 -20
  13. package/es/pager/style.css +31 -31
  14. package/es/pulldown/style.css +7 -7
  15. package/es/radio/style.css +20 -20
  16. package/es/select/style.css +23 -23
  17. package/es/style.css +1 -1
  18. package/es/style.min.css +1 -1
  19. package/es/switch/style.css +11 -11
  20. package/es/table/src/body.js +1 -1
  21. package/es/table/src/table.js +1 -1
  22. package/es/table/style.css +118 -118
  23. package/es/textarea/style.css +23 -23
  24. package/es/toolbar/style.css +20 -20
  25. package/es/tools/log.js +1 -1
  26. package/es/tooltip/style.css +17 -17
  27. package/es/v-x-e-table/index.js +1 -1
  28. package/es/v-x-e-table/style.css +12 -12
  29. package/es/vxe-button/style.css +27 -27
  30. package/es/vxe-checkbox/style.css +11 -11
  31. package/es/vxe-form/style.css +33 -33
  32. package/es/vxe-grid/style.css +8 -8
  33. package/es/vxe-icon/style.css +9 -9
  34. package/es/vxe-input/style.css +82 -82
  35. package/es/vxe-list/style.css +1 -1
  36. package/es/vxe-loading/style.css +3 -3
  37. package/es/vxe-modal/style.css +20 -20
  38. package/es/vxe-module-export/style.css +12 -12
  39. package/es/vxe-module-filter/style.css +13 -13
  40. package/es/vxe-module-menu/style.css +7 -7
  41. package/es/vxe-pager/style.css +31 -31
  42. package/es/vxe-pulldown/style.css +7 -7
  43. package/es/vxe-radio/style.css +20 -20
  44. package/es/vxe-select/style.css +23 -23
  45. package/es/vxe-switch/style.css +11 -11
  46. package/es/vxe-table/style.css +118 -118
  47. package/es/vxe-textarea/style.css +23 -23
  48. package/es/vxe-toolbar/style.css +20 -20
  49. package/es/vxe-tooltip/style.css +17 -17
  50. package/lib/button/style/style.css +27 -27
  51. package/lib/button/style/style.min.css +1 -1
  52. package/lib/checkbox/style/style.css +11 -11
  53. package/lib/checkbox/style/style.min.css +1 -1
  54. package/lib/export/style/style.css +12 -12
  55. package/lib/export/style/style.min.css +1 -1
  56. package/lib/filter/style/style.css +13 -13
  57. package/lib/filter/style/style.min.css +1 -1
  58. package/lib/form/style/style.css +33 -33
  59. package/lib/form/style/style.min.css +1 -1
  60. package/lib/grid/style/style.css +8 -8
  61. package/lib/grid/style/style.min.css +1 -1
  62. package/lib/icon/style/style.css +10 -10
  63. package/lib/icon/style/style.min.css +10 -10
  64. package/lib/index.umd.js +8 -4
  65. package/lib/index.umd.min.js +1 -1
  66. package/lib/input/style/style.css +82 -82
  67. package/lib/input/style/style.min.css +1 -1
  68. package/lib/list/style/style.css +1 -1
  69. package/lib/list/style/style.min.css +1 -1
  70. package/lib/loading/style/style.css +3 -3
  71. package/lib/loading/style/style.min.css +1 -1
  72. package/lib/menu/style/style.css +7 -7
  73. package/lib/menu/style/style.min.css +1 -1
  74. package/lib/modal/style/style.css +20 -20
  75. package/lib/modal/style/style.min.css +1 -1
  76. package/lib/pager/style/style.css +31 -31
  77. package/lib/pager/style/style.min.css +1 -1
  78. package/lib/pulldown/style/style.css +7 -7
  79. package/lib/pulldown/style/style.min.css +1 -1
  80. package/lib/radio/style/style.css +20 -20
  81. package/lib/radio/style/style.min.css +1 -1
  82. package/lib/select/style/style.css +23 -23
  83. package/lib/select/style/style.min.css +1 -1
  84. package/lib/style.css +1 -1
  85. package/lib/style.min.css +1 -1
  86. package/lib/switch/style/style.css +11 -11
  87. package/lib/switch/style/style.min.css +1 -1
  88. package/lib/table/src/body.js +2 -1
  89. package/lib/table/src/body.min.js +1 -1
  90. package/lib/table/src/table.js +4 -1
  91. package/lib/table/src/table.min.js +1 -1
  92. package/lib/table/style/style.css +118 -118
  93. package/lib/table/style/style.min.css +1 -1
  94. package/lib/textarea/style/style.css +23 -23
  95. package/lib/textarea/style/style.min.css +1 -1
  96. package/lib/toolbar/style/style.css +20 -20
  97. package/lib/toolbar/style/style.min.css +1 -1
  98. package/lib/tools/log.js +1 -1
  99. package/lib/tools/log.min.js +1 -1
  100. package/lib/tooltip/style/style.css +17 -17
  101. package/lib/tooltip/style/style.min.css +1 -1
  102. package/lib/v-x-e-table/index.js +1 -1
  103. package/lib/v-x-e-table/index.min.js +1 -1
  104. package/lib/v-x-e-table/style/style.css +12 -12
  105. package/lib/v-x-e-table/style/style.min.css +1 -1
  106. package/lib/vxe-button/style/style.css +27 -27
  107. package/lib/vxe-button/style/style.min.css +1 -1
  108. package/lib/vxe-checkbox/style/style.css +11 -11
  109. package/lib/vxe-checkbox/style/style.min.css +1 -1
  110. package/lib/vxe-form/style/style.css +33 -33
  111. package/lib/vxe-form/style/style.min.css +1 -1
  112. package/lib/vxe-grid/style/style.css +8 -8
  113. package/lib/vxe-grid/style/style.min.css +1 -1
  114. package/lib/vxe-icon/style/style.css +9 -9
  115. package/lib/vxe-icon/style/style.min.css +1 -1
  116. package/lib/vxe-input/style/style.css +82 -82
  117. package/lib/vxe-input/style/style.min.css +1 -1
  118. package/lib/vxe-list/style/style.css +1 -1
  119. package/lib/vxe-list/style/style.min.css +1 -1
  120. package/lib/vxe-loading/style/style.css +3 -3
  121. package/lib/vxe-loading/style/style.min.css +1 -1
  122. package/lib/vxe-modal/style/style.css +20 -20
  123. package/lib/vxe-modal/style/style.min.css +1 -1
  124. package/lib/vxe-module-export/style/style.css +12 -12
  125. package/lib/vxe-module-export/style/style.min.css +1 -1
  126. package/lib/vxe-module-filter/style/style.css +13 -13
  127. package/lib/vxe-module-filter/style/style.min.css +1 -1
  128. package/lib/vxe-module-menu/style/style.css +7 -7
  129. package/lib/vxe-module-menu/style/style.min.css +1 -1
  130. package/lib/vxe-pager/style/style.css +31 -31
  131. package/lib/vxe-pager/style/style.min.css +1 -1
  132. package/lib/vxe-pulldown/style/style.css +7 -7
  133. package/lib/vxe-pulldown/style/style.min.css +1 -1
  134. package/lib/vxe-radio/style/style.css +20 -20
  135. package/lib/vxe-radio/style/style.min.css +1 -1
  136. package/lib/vxe-select/style/style.css +23 -23
  137. package/lib/vxe-select/style/style.min.css +1 -1
  138. package/lib/vxe-switch/style/style.css +11 -11
  139. package/lib/vxe-switch/style/style.min.css +1 -1
  140. package/lib/vxe-table/style/style.css +118 -118
  141. package/lib/vxe-table/style/style.min.css +1 -1
  142. package/lib/vxe-textarea/style/style.css +23 -23
  143. package/lib/vxe-textarea/style/style.min.css +1 -1
  144. package/lib/vxe-toolbar/style/style.css +20 -20
  145. package/lib/vxe-toolbar/style/style.min.css +1 -1
  146. package/lib/vxe-tooltip/style/style.css +17 -17
  147. package/lib/vxe-tooltip/style/style.min.css +1 -1
  148. package/package.json +2 -2
  149. package/packages/table/src/body.ts +1 -1
  150. package/packages/table/src/table.ts +1 -1
  151. package/styles/button.scss +27 -27
  152. package/styles/checkbox.scss +11 -11
  153. package/styles/cssvar.scss +257 -0
  154. package/styles/export.scss +12 -12
  155. package/styles/filter.scss +13 -13
  156. package/styles/form.scss +31 -31
  157. package/styles/grid.scss +8 -8
  158. package/styles/input.scss +75 -75
  159. package/styles/list.scss +1 -1
  160. package/styles/loading.scss +3 -3
  161. package/styles/menu.scss +7 -7
  162. package/styles/modal.scss +20 -20
  163. package/styles/modules.scss +1 -0
  164. package/styles/old-icon.scss +9 -9
  165. package/styles/pager.scss +31 -31
  166. package/styles/pulldown.scss +7 -7
  167. package/styles/radio.scss +20 -20
  168. package/styles/select.scss +23 -23
  169. package/styles/switch.scss +11 -11
  170. package/styles/table.scss +126 -126
  171. package/styles/textarea.scss +22 -22
  172. package/styles/toolbar.scss +20 -20
  173. package/styles/tooltip.scss +17 -17
  174. package/types/button.d.ts +23 -2
  175. package/types/checkbox-group.d.ts +11 -2
  176. package/types/checkbox.d.ts +11 -2
  177. package/types/colgroup.d.ts +19 -3
  178. package/types/column.d.ts +142 -61
  179. package/types/component.d.ts +7 -2
  180. package/types/form-gather.d.ts +10 -1
  181. package/types/form-item.d.ts +16 -1
  182. package/types/form.d.ts +10 -1
  183. package/types/grid.d.ts +72 -2
  184. package/types/index.d.ts +1 -1
  185. package/types/input.d.ts +11 -2
  186. package/types/list.d.ts +11 -2
  187. package/types/modal.d.ts +40 -2
  188. package/types/optgroup.d.ts +10 -1
  189. package/types/option.d.ts +10 -1
  190. package/types/pager.d.ts +17 -2
  191. package/types/pulldown.d.ts +26 -9
  192. package/types/radio-button.d.ts +11 -2
  193. package/types/radio-group.d.ts +11 -2
  194. package/types/radio.d.ts +11 -2
  195. package/types/select.d.ts +11 -2
  196. package/types/switch.d.ts +11 -2
  197. package/types/table.d.ts +20 -3
  198. package/types/textarea.d.ts +11 -2
  199. package/types/toolbar.d.ts +17 -2
  200. package/types/tooltip.d.ts +11 -2
  201. /package/es/icon/style/{iconfont.1685110524528.ttf → iconfont.1685611928442.ttf} +0 -0
  202. /package/es/icon/style/{iconfont.1685110524528.woff → iconfont.1685611928442.woff} +0 -0
  203. /package/es/icon/style/{iconfont.1685110524528.woff2 → iconfont.1685611928442.woff2} +0 -0
  204. /package/es/{iconfont.1685110524528.ttf → iconfont.1685611928442.ttf} +0 -0
  205. /package/es/{iconfont.1685110524528.woff → iconfont.1685611928442.woff} +0 -0
  206. /package/es/{iconfont.1685110524528.woff2 → iconfont.1685611928442.woff2} +0 -0
  207. /package/lib/icon/style/{iconfont.1685110524528.ttf → iconfont.1685611928442.ttf} +0 -0
  208. /package/lib/icon/style/{iconfont.1685110524528.woff → iconfont.1685611928442.woff} +0 -0
  209. /package/lib/icon/style/{iconfont.1685110524528.woff2 → iconfont.1685611928442.woff2} +0 -0
  210. /package/lib/{iconfont.1685110524528.ttf → iconfont.1685611928442.ttf} +0 -0
  211. /package/lib/{iconfont.1685110524528.woff → iconfont.1685611928442.woff} +0 -0
  212. /package/lib/{iconfont.1685110524528.woff2 → iconfont.1685611928442.woff2} +0 -0
@@ -26,26 +26,26 @@
26
26
  .vxe-input--inner {
27
27
  width: 100%;
28
28
  height: 100%;
29
- border-radius: 4px;
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: #606266;
37
- border: 1px solid #dcdfe6;
38
- background-color: #fff;
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: #C0C4CC;
42
+ color: var(--vxe-input-placeholder-color);
43
43
  }
44
44
  .vxe-input--inner::placeholder {
45
- color: #C0C4CC;
45
+ color: var(--vxe-input-placeholder-color);
46
46
  }
47
47
  .vxe-input--inner::-webkit-autofill {
48
- background-color: #fff;
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: #BFBFBF;
62
- background-color: #f3f3f3;
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 #409eff;
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: #c0c4cc;
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: #606266;
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: #409eff;
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: #606266;
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: #409eff;
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: #606266;
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: #409eff;
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: #e4e7ed;
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: #606266;
228
- font-size: 14px;
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: #fff;
257
- border: 1px solid #DADCE0;
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: 4px;
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 #dcdfe6;
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 #dcdfe6;
302
- border-radius: 4px;
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 #dcdfe6;
315
- border-radius: 4px;
314
+ border: 1px solid var(--vxe-input-border-color);
315
+ border-radius: var(--vxe-border-radius);
316
316
  cursor: pointer;
317
- color: #fff;
318
- border-color: #409eff;
319
- background-color: #409eff;
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: #fff;
369
+ background-color: var(--vxe-button-default-background-color);
370
370
  }
371
371
 
372
372
  .vxe-input--date-picker-btn.is--disabled {
373
- color: #BFBFBF;
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: 4px;
388
- border: 1px solid #DADCE0;
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 #DADCE0;
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: #BFBFBF;
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: #BFBFBF;
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 #DADCE0;
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: #409eff;
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: #409eff;
424
+ color: var(--vxe-primary-color);
425
425
  }
426
426
  .vxe-input--date-picker-body td.is--hover {
427
- background-color: #f2f6fc;
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: #fff;
431
- background-color: #409eff;
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: #fff;
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: #fff;
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: #dcdfe6;
449
- background-color: #f3f3f3;
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: #dcdfe6;
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 #DADCE0;
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 #DADCE0;
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: #FF0000;
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: #67c23a;
491
+ color: var(--vxe-input-date-extra-color);
492
492
  }
493
493
  .vxe-input--date-label--extra.is-important {
494
- color: #fd2222;
494
+ color: var(--vxe-input-date-extra-important-color);
495
495
  }
496
496
 
497
497
  .vxe-input--date-festival {
498
- color: #999999;
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: #409eff;
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 #DADCE0;
552
+ border: 1px solid var(--vxe-table-popup-border-color);
553
553
  flex-grow: 1;
554
- border-radius: 4px;
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: #f2f6fc;
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: #409eff;
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 #DADCE0;
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 #DADCE0;
587
+ border-left: 1px solid var(--vxe-table-popup-border-color);
588
588
  }
589
589
 
590
590
  .vxe-input {
591
- font-size: 14px;
592
- height: 34px;
593
- line-height: 34px;
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: 14px;
603
- height: 32px;
604
- line-height: 32px;
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: 13px;
611
- height: 30px;
612
- line-height: 30px;
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: 12px;
619
- height: 28px;
620
- line-height: 28px;
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: 4px;
669
- border: 1px solid #dcdfe6;
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: 4px;
764
- border: 1px solid #dcdfe6;
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: 4px;
859
- border: 1px solid #dcdfe6;
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: 4px;
954
- border: 1px solid #dcdfe6;
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 {
@@ -27,7 +27,7 @@
27
27
  position: relative;
28
28
  display: block;
29
29
  padding: 0;
30
- color: #606266;
30
+ color: var(--vxe-font-color);
31
31
  direction: ltr;
32
32
  }
33
33
  .vxe-list .vxe-list--virtual-wrapper {
@@ -36,7 +36,7 @@
36
36
  -webkit-user-select: none;
37
37
  -moz-user-select: none;
38
38
  user-select: none;
39
- background-color: rgba(255, 255, 255, 0.5);
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: #409eff;
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: #409eff;
70
+ background-color: var(--vxe-primary-color);
71
71
  opacity: 0.6;
72
72
  position: absolute;
73
73
  top: 0;
@@ -31,8 +31,8 @@
31
31
  line-height: 1.5;
32
32
  width: calc(100% + 18px);
33
33
  height: calc(100% + 18px);
34
- color: #606266;
35
- font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
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: rgba(255, 255, 255, 0.5);
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: rgba(255, 255, 255, 0.5);
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: #fff;
153
- border-radius: 4px;
154
- border: 1px solid #ebeef5;
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: #909399;
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: #e6a23c;
181
+ color: var(--vxe-warning-color);
182
182
  }
183
183
  .vxe-modal--wrapper.status--success .vxe-modal--status-wrapper {
184
- color: #67c23a;
184
+ color: var(--vxe-success-color);
185
185
  }
186
186
  .vxe-modal--wrapper.status--error .vxe-modal--status-wrapper {
187
- color: #f56c6c;
187
+ color: var(--vxe-danger-color);
188
188
  }
189
189
  .vxe-modal--wrapper.status--loading .vxe-modal--status-wrapper {
190
- color: #BFBFBF;
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 #ebeef5;
218
- background-color: #F8F8F8;
219
- border-radius: 4px 4px 0 0;
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: #409eff;
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: 14px;
338
+ font-size: var(--vxe-font-size);
339
339
  }
340
340
  .vxe-modal--wrapper.size--medium {
341
- font-size: 14px;
341
+ font-size: var(--vxe-font-size-medium);
342
342
  }
343
343
  .vxe-modal--wrapper.size--small {
344
- font-size: 13px;
344
+ font-size: var(--vxe-font-size-small);
345
345
  }
346
346
  .vxe-modal--wrapper.size--mini {
347
- font-size: 12px;
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 #dcdfe6;
102
+ border: 1px solid var(--vxe-input-border-color);
103
103
  margin: 3px 0;
104
- border-radius: 4px;
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: #f8f8f9;
156
+ background-color: var(--vxe-table-header-background-color);
157
157
  font-weight: 700;
158
- border-bottom: 1px solid #e8eaec;
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: #409eff;
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 #dcdfe6;
191
+ border: 1px dashed var(--vxe-input-border-color);
192
192
  padding: 6px 34px;
193
193
  outline: 0;
194
- border-radius: 4px;
195
- background-color: #fff;
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: #409eff;
203
- box-shadow: 0 0 0.25em 0 #409eff;
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: #409eff;
207
- border-color: #409eff;
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;