vxe-table 4.2.8 → 4.3.0-beta.10

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 (765) hide show
  1. package/README.en.md +1 -1
  2. package/README.md +1 -1
  3. package/README.zh-TW.md +1 -1
  4. package/es/all.js +64 -67
  5. package/es/button/index.d.ts +2 -2
  6. package/es/button/index.js +3 -2
  7. package/es/button/src/button.js +14 -14
  8. package/es/button/style.css +15 -61
  9. package/es/checkbox/index.d.ts +2 -2
  10. package/es/checkbox/index.js +3 -2
  11. package/es/checkbox/src/checkbox.js +7 -4
  12. package/es/checkbox/style.css +37 -58
  13. package/es/checkbox-group/index.d.ts +2 -2
  14. package/es/checkbox-group/index.js +3 -2
  15. package/es/colgroup/index.d.ts +2 -2
  16. package/es/colgroup/index.js +3 -2
  17. package/es/column/index.d.ts +2 -2
  18. package/es/column/index.js +3 -2
  19. package/es/edit/index.d.ts +2 -2
  20. package/es/edit/index.js +3 -2
  21. package/es/edit/src/hook.js +29 -13
  22. package/es/export/index.d.ts +2 -2
  23. package/es/export/index.js +3 -2
  24. package/es/export/src/export-panel.js +10 -20
  25. package/es/export/src/hook.js +45 -45
  26. package/es/export/src/import-panel.js +2 -2
  27. package/es/export/src/util.js +7 -7
  28. package/es/export/style.css +23 -90
  29. package/es/filter/index.d.ts +2 -2
  30. package/es/filter/index.js +3 -2
  31. package/es/filter/src/hook.js +5 -5
  32. package/es/filter/src/panel.js +9 -17
  33. package/es/filter/style.css +23 -87
  34. package/es/footer/src/footer.js +15 -15
  35. package/es/form/index.d.ts +2 -2
  36. package/es/form/index.js +3 -2
  37. package/es/form/src/form-config-item.js +8 -7
  38. package/es/form/src/form-item.js +8 -7
  39. package/es/form/src/form.js +8 -6
  40. package/es/form/style.css +0 -3
  41. package/es/form-gather/index.d.ts +2 -2
  42. package/es/form-gather/index.js +3 -2
  43. package/es/form-item/index.d.ts +2 -2
  44. package/es/form-item/index.js +3 -2
  45. package/es/grid/index.d.ts +2 -2
  46. package/es/grid/index.js +3 -2
  47. package/es/grid/src/grid.js +18 -13
  48. package/es/header/src/header.js +18 -18
  49. package/es/icon/index.d.ts +2 -2
  50. package/es/icon/index.js +10 -5
  51. package/es/icon/src/icon.js +22 -0
  52. package/es/icon/style.css +443 -495
  53. package/es/input/index.d.ts +2 -2
  54. package/es/input/index.js +3 -2
  55. package/es/input/src/input.js +26 -26
  56. package/es/input/style.css +13 -4
  57. package/es/keyboard/index.d.ts +2 -2
  58. package/es/keyboard/index.js +3 -2
  59. package/es/keyboard/src/hook.js +7 -7
  60. package/es/list/index.d.ts +2 -2
  61. package/es/list/index.js +3 -2
  62. package/es/list/src/list.js +5 -5
  63. package/es/loading/index.js +4 -3
  64. package/es/loading/src/loading.js +1 -1
  65. package/es/menu/index.d.ts +2 -2
  66. package/es/menu/index.js +3 -2
  67. package/es/menu/src/hooks.js +9 -9
  68. package/es/menu/src/panel.js +2 -2
  69. package/es/modal/index.d.ts +2 -2
  70. package/es/modal/index.js +3 -2
  71. package/es/modal/src/modal.js +67 -56
  72. package/es/modal/style.css +12 -12
  73. package/es/optgroup/index.d.ts +2 -2
  74. package/es/optgroup/index.js +3 -2
  75. package/es/option/index.d.ts +2 -2
  76. package/es/option/index.js +3 -2
  77. package/es/pager/index.d.ts +2 -2
  78. package/es/pager/index.js +3 -2
  79. package/es/pager/src/pager.js +3 -3
  80. package/es/pager/style.css +3 -1
  81. package/es/pulldown/index.d.ts +2 -2
  82. package/es/pulldown/index.js +3 -2
  83. package/es/pulldown/src/pulldown.js +7 -7
  84. package/es/radio/index.d.ts +2 -2
  85. package/es/radio/index.js +3 -2
  86. package/es/radio/src/button.js +1 -1
  87. package/es/radio/src/radio.js +5 -4
  88. package/es/radio/style.css +32 -55
  89. package/es/radio-button/index.d.ts +2 -2
  90. package/es/radio-button/index.js +3 -2
  91. package/es/radio-group/index.d.ts +2 -2
  92. package/es/radio-group/index.js +3 -2
  93. package/es/select/index.d.ts +2 -2
  94. package/es/select/index.js +3 -2
  95. package/es/select/src/select.js +13 -12
  96. package/es/select/style.css +1 -0
  97. package/es/style.css +1 -1
  98. package/es/style.min.css +1 -1
  99. package/es/switch/index.d.ts +2 -2
  100. package/es/switch/index.js +3 -2
  101. package/es/switch/src/switch.js +1 -1
  102. package/es/table/index.d.ts +2 -2
  103. package/es/table/index.js +3 -2
  104. package/es/table/src/body.js +38 -34
  105. package/es/table/src/cell.js +16 -28
  106. package/es/table/src/columnInfo.js +4 -4
  107. package/es/table/src/table.js +68 -62
  108. package/es/table/src/util.js +2 -2
  109. package/es/table/style.css +160 -139
  110. package/es/textarea/index.d.ts +2 -2
  111. package/es/textarea/index.js +3 -2
  112. package/es/textarea/src/textarea.js +5 -5
  113. package/es/toolbar/index.d.ts +2 -2
  114. package/es/toolbar/index.js +3 -2
  115. package/es/toolbar/src/toolbar.js +17 -24
  116. package/es/toolbar/style.css +23 -83
  117. package/es/tools/dom.js +2 -2
  118. package/es/tools/log.js +1 -1
  119. package/es/tools/vn.js +7 -0
  120. package/es/tooltip/index.d.ts +2 -2
  121. package/es/tooltip/index.js +3 -2
  122. package/es/tooltip/src/tooltip.js +22 -10
  123. package/es/v-x-e-table/index.js +1 -1
  124. package/es/v-x-e-table/src/conf.js +43 -38
  125. package/es/v-x-e-table/src/interceptor.js +1 -1
  126. package/es/v-x-e-table/src/renderer.js +19 -15
  127. package/es/v-x-e-table/style.css +431 -459
  128. package/es/validator/index.d.ts +2 -2
  129. package/es/validator/index.js +3 -2
  130. package/es/vxe-button/index.d.ts +4 -0
  131. package/es/vxe-button/index.js +3 -0
  132. package/es/vxe-button/style.css +411 -0
  133. package/es/vxe-checkbox/index.d.ts +4 -0
  134. package/es/vxe-checkbox/index.js +3 -0
  135. package/es/vxe-checkbox/style.css +262 -0
  136. package/es/vxe-checkbox-group/index.d.ts +4 -0
  137. package/es/vxe-checkbox-group/index.js +3 -0
  138. package/es/vxe-checkbox-group/style.css +25 -0
  139. package/es/vxe-colgroup/index.d.ts +4 -0
  140. package/es/vxe-colgroup/index.js +3 -0
  141. package/es/vxe-colgroup/style.css +25 -0
  142. package/es/vxe-column/index.d.ts +4 -0
  143. package/es/vxe-column/index.js +3 -0
  144. package/es/vxe-column/style.css +25 -0
  145. package/es/vxe-form/index.d.ts +4 -0
  146. package/es/vxe-form/index.js +3 -0
  147. package/es/vxe-form/style.css +290 -0
  148. package/es/vxe-form-gather/index.d.ts +4 -0
  149. package/es/vxe-form-gather/index.js +3 -0
  150. package/es/vxe-form-gather/style.css +25 -0
  151. package/es/vxe-form-item/index.d.ts +4 -0
  152. package/es/vxe-form-item/index.js +3 -0
  153. package/es/vxe-form-item/style.css +25 -0
  154. package/es/vxe-grid/index.d.ts +4 -0
  155. package/es/vxe-grid/index.js +3 -0
  156. package/es/vxe-grid/style.css +78 -0
  157. package/es/vxe-icon/index.d.ts +4 -0
  158. package/es/vxe-icon/index.js +3 -0
  159. package/es/vxe-icon/style.css +456 -0
  160. package/es/vxe-input/index.d.ts +4 -0
  161. package/es/vxe-input/index.js +3 -0
  162. package/es/vxe-input/style.css +829 -0
  163. package/es/vxe-list/index.d.ts +4 -0
  164. package/es/vxe-list/index.js +3 -0
  165. package/es/vxe-list/style.css +46 -0
  166. package/es/vxe-modal/index.d.ts +4 -0
  167. package/es/vxe-modal/index.js +3 -0
  168. package/es/vxe-modal/style.css +284 -0
  169. package/es/vxe-module-edit/index.d.ts +4 -0
  170. package/es/vxe-module-edit/index.js +3 -0
  171. package/es/vxe-module-edit/style.css +25 -0
  172. package/es/vxe-module-export/index.d.ts +4 -0
  173. package/es/vxe-module-export/index.js +3 -0
  174. package/es/vxe-module-export/style.css +184 -0
  175. package/es/vxe-module-filter/index.d.ts +4 -0
  176. package/es/vxe-module-filter/index.js +3 -0
  177. package/es/vxe-module-filter/style.css +141 -0
  178. package/es/vxe-module-keyboard/index.d.ts +4 -0
  179. package/es/vxe-module-keyboard/index.js +3 -0
  180. package/es/vxe-module-keyboard/style.css +25 -0
  181. package/es/vxe-module-menu/index.d.ts +4 -0
  182. package/es/vxe-module-menu/index.js +3 -0
  183. package/es/vxe-module-menu/style.css +121 -0
  184. package/es/vxe-module-validator/index.d.ts +4 -0
  185. package/es/vxe-module-validator/index.js +3 -0
  186. package/es/vxe-module-validator/style.css +25 -0
  187. package/es/vxe-optgroup/index.d.ts +4 -0
  188. package/es/vxe-optgroup/index.js +3 -0
  189. package/es/vxe-optgroup/style.css +25 -0
  190. package/es/vxe-option/index.d.ts +4 -0
  191. package/es/vxe-option/index.js +3 -0
  192. package/es/vxe-option/style.css +25 -0
  193. package/es/vxe-pager/index.d.ts +4 -0
  194. package/es/vxe-pager/index.js +3 -0
  195. package/es/vxe-pager/style.css +293 -0
  196. package/es/vxe-pulldown/index.d.ts +4 -0
  197. package/es/vxe-pulldown/index.js +3 -0
  198. package/es/vxe-pulldown/style.css +73 -0
  199. package/es/vxe-radio/index.d.ts +4 -0
  200. package/es/vxe-radio/index.js +3 -0
  201. package/es/vxe-radio/style.css +296 -0
  202. package/es/vxe-radio-button/index.d.ts +4 -0
  203. package/es/vxe-radio-button/index.js +3 -0
  204. package/es/vxe-radio-button/style.css +25 -0
  205. package/es/vxe-radio-group/index.d.ts +4 -0
  206. package/es/vxe-radio-group/index.js +3 -0
  207. package/es/vxe-radio-group/style.css +25 -0
  208. package/es/vxe-select/index.d.ts +4 -0
  209. package/es/vxe-select/index.js +3 -0
  210. package/es/vxe-select/style.css +181 -0
  211. package/es/vxe-switch/index.d.ts +4 -0
  212. package/es/vxe-switch/index.js +3 -0
  213. package/es/vxe-switch/style.css +102 -0
  214. package/es/vxe-table/index.d.ts +3 -3
  215. package/es/vxe-table/index.js +3 -3
  216. package/es/vxe-table/style.css +1026 -0
  217. package/es/vxe-textarea/index.d.ts +4 -0
  218. package/es/vxe-textarea/index.js +3 -0
  219. package/es/vxe-textarea/style.css +111 -0
  220. package/es/vxe-toolbar/index.d.ts +4 -0
  221. package/es/vxe-toolbar/index.js +3 -0
  222. package/es/vxe-toolbar/style.css +234 -0
  223. package/es/vxe-tooltip/index.d.ts +4 -0
  224. package/es/vxe-tooltip/index.js +3 -0
  225. package/es/vxe-tooltip/style.css +111 -0
  226. package/helper/vetur/attributes.json +17 -5
  227. package/helper/vetur/tags.json +10 -2
  228. package/lib/all.js +7 -21
  229. package/lib/all.min.js +1 -1
  230. package/lib/button/index.d.ts +2 -2
  231. package/lib/button/index.js +5 -3
  232. package/lib/button/index.min.js +1 -1
  233. package/lib/button/src/button.js +10 -10
  234. package/lib/button/src/button.min.js +1 -1
  235. package/lib/button/style/style.css +15 -61
  236. package/lib/button/style/style.min.css +1 -1
  237. package/lib/checkbox/index.d.ts +2 -2
  238. package/lib/checkbox/index.js +5 -3
  239. package/lib/checkbox/index.min.js +1 -1
  240. package/lib/checkbox/src/checkbox.js +5 -3
  241. package/lib/checkbox/src/checkbox.min.js +1 -1
  242. package/lib/checkbox/style/style.css +37 -58
  243. package/lib/checkbox/style/style.min.css +1 -1
  244. package/lib/checkbox-group/index.d.ts +2 -2
  245. package/lib/checkbox-group/index.js +5 -3
  246. package/lib/checkbox-group/index.min.js +1 -1
  247. package/lib/colgroup/index.d.ts +2 -2
  248. package/lib/colgroup/index.js +5 -3
  249. package/lib/colgroup/index.min.js +1 -1
  250. package/lib/column/index.d.ts +2 -2
  251. package/lib/column/index.js +5 -3
  252. package/lib/column/index.min.js +1 -1
  253. package/lib/edit/index.d.ts +2 -2
  254. package/lib/edit/index.js +5 -3
  255. package/lib/edit/index.min.js +1 -1
  256. package/lib/edit/src/hook.js +14 -13
  257. package/lib/edit/src/hook.min.js +1 -1
  258. package/lib/export/index.d.ts +2 -2
  259. package/lib/export/index.js +5 -3
  260. package/lib/export/index.min.js +1 -1
  261. package/lib/export/src/export-panel.js +11 -17
  262. package/lib/export/src/export-panel.min.js +1 -1
  263. package/lib/export/src/hook.js +50 -50
  264. package/lib/export/src/hook.min.js +1 -1
  265. package/lib/export/src/import-panel.js +3 -3
  266. package/lib/export/src/import-panel.min.js +1 -1
  267. package/lib/export/src/util.js +4 -4
  268. package/lib/export/src/util.min.js +1 -1
  269. package/lib/export/style/style.css +23 -90
  270. package/lib/export/style/style.min.css +1 -1
  271. package/lib/filter/index.d.ts +2 -2
  272. package/lib/filter/index.js +5 -3
  273. package/lib/filter/index.min.js +1 -1
  274. package/lib/filter/src/hook.js +5 -5
  275. package/lib/filter/src/hook.min.js +1 -1
  276. package/lib/filter/src/panel.js +11 -15
  277. package/lib/filter/src/panel.min.js +1 -1
  278. package/lib/filter/style/style.css +23 -87
  279. package/lib/filter/style/style.min.css +1 -1
  280. package/lib/footer/src/footer.js +14 -14
  281. package/lib/footer/src/footer.min.js +1 -1
  282. package/lib/form/index.d.ts +2 -2
  283. package/lib/form/index.js +5 -3
  284. package/lib/form/index.min.js +1 -1
  285. package/lib/form/src/form-config-item.js +9 -7
  286. package/lib/form/src/form-config-item.min.js +1 -1
  287. package/lib/form/src/form-item.js +9 -7
  288. package/lib/form/src/form-item.min.js +1 -1
  289. package/lib/form/src/form.js +9 -6
  290. package/lib/form/src/form.min.js +1 -1
  291. package/lib/form/style/style.css +0 -3
  292. package/lib/form/style/style.min.css +1 -1
  293. package/lib/form-gather/index.d.ts +2 -2
  294. package/lib/form-gather/index.js +5 -3
  295. package/lib/form-gather/index.min.js +1 -1
  296. package/lib/form-item/index.d.ts +2 -2
  297. package/lib/form-item/index.js +5 -3
  298. package/lib/form-item/index.min.js +1 -1
  299. package/lib/grid/index.d.ts +2 -2
  300. package/lib/grid/index.js +5 -3
  301. package/lib/grid/index.min.js +1 -1
  302. package/lib/grid/src/grid.js +17 -13
  303. package/lib/grid/src/grid.min.js +1 -1
  304. package/lib/header/src/header.js +17 -17
  305. package/lib/header/src/header.min.js +1 -1
  306. package/lib/icon/index.d.ts +2 -2
  307. package/lib/icon/index.js +19 -6
  308. package/lib/icon/index.min.js +1 -1
  309. package/lib/icon/src/icon.js +34 -0
  310. package/lib/icon/src/icon.min.js +1 -0
  311. package/lib/icon/style/style.css +443 -495
  312. package/lib/icon/style/style.min.css +1 -1
  313. package/lib/index.umd.js +1602 -1459
  314. package/lib/index.umd.min.js +1 -1
  315. package/lib/input/index.d.ts +2 -2
  316. package/lib/input/index.js +5 -3
  317. package/lib/input/index.min.js +1 -1
  318. package/lib/input/src/input.js +23 -23
  319. package/lib/input/src/input.min.js +1 -1
  320. package/lib/input/style/style.css +13 -4
  321. package/lib/input/style/style.min.css +1 -1
  322. package/lib/keyboard/index.d.ts +2 -2
  323. package/lib/keyboard/index.js +5 -3
  324. package/lib/keyboard/index.min.js +1 -1
  325. package/lib/keyboard/src/hook.js +7 -7
  326. package/lib/keyboard/src/hook.min.js +1 -1
  327. package/lib/list/index.d.ts +2 -2
  328. package/lib/list/index.js +5 -3
  329. package/lib/list/index.min.js +1 -1
  330. package/lib/list/src/list.js +5 -5
  331. package/lib/list/src/list.min.js +1 -1
  332. package/lib/loading/index.js +5 -3
  333. package/lib/loading/index.min.js +1 -1
  334. package/lib/loading/src/loading.js +1 -1
  335. package/lib/loading/src/loading.min.js +1 -1
  336. package/lib/menu/index.d.ts +2 -2
  337. package/lib/menu/index.js +5 -3
  338. package/lib/menu/index.min.js +1 -1
  339. package/lib/menu/src/hooks.js +9 -9
  340. package/lib/menu/src/hooks.min.js +1 -1
  341. package/lib/menu/src/panel.js +2 -2
  342. package/lib/menu/src/panel.min.js +1 -1
  343. package/lib/modal/index.d.ts +2 -2
  344. package/lib/modal/index.js +5 -3
  345. package/lib/modal/index.min.js +1 -1
  346. package/lib/modal/src/modal.js +72 -57
  347. package/lib/modal/src/modal.min.js +1 -1
  348. package/lib/modal/style/style.css +12 -12
  349. package/lib/modal/style/style.min.css +1 -1
  350. package/lib/optgroup/index.d.ts +2 -2
  351. package/lib/optgroup/index.js +5 -3
  352. package/lib/optgroup/index.min.js +1 -1
  353. package/lib/option/index.d.ts +2 -2
  354. package/lib/option/index.js +5 -3
  355. package/lib/option/index.min.js +1 -1
  356. package/lib/pager/index.d.ts +2 -2
  357. package/lib/pager/index.js +5 -3
  358. package/lib/pager/index.min.js +1 -1
  359. package/lib/pager/src/pager.js +2 -2
  360. package/lib/pager/src/pager.min.js +1 -1
  361. package/lib/pager/style/style.css +3 -1
  362. package/lib/pager/style/style.min.css +1 -1
  363. package/lib/pulldown/index.d.ts +2 -2
  364. package/lib/pulldown/index.js +5 -3
  365. package/lib/pulldown/index.min.js +1 -1
  366. package/lib/pulldown/src/pulldown.js +7 -7
  367. package/lib/pulldown/src/pulldown.min.js +1 -1
  368. package/lib/radio/index.d.ts +2 -2
  369. package/lib/radio/index.js +5 -3
  370. package/lib/radio/index.min.js +1 -1
  371. package/lib/radio/src/button.js +1 -1
  372. package/lib/radio/src/button.min.js +1 -1
  373. package/lib/radio/src/radio.js +4 -4
  374. package/lib/radio/src/radio.min.js +1 -1
  375. package/lib/radio/style/style.css +32 -55
  376. package/lib/radio/style/style.min.css +1 -1
  377. package/lib/radio-button/index.d.ts +2 -2
  378. package/lib/radio-button/index.js +5 -3
  379. package/lib/radio-button/index.min.js +1 -1
  380. package/lib/radio-group/index.d.ts +2 -2
  381. package/lib/radio-group/index.js +5 -3
  382. package/lib/radio-group/index.min.js +1 -1
  383. package/lib/select/index.d.ts +2 -2
  384. package/lib/select/index.js +5 -3
  385. package/lib/select/index.min.js +1 -1
  386. package/lib/select/src/select.js +14 -12
  387. package/lib/select/src/select.min.js +1 -1
  388. package/lib/select/style/style.css +1 -0
  389. package/lib/select/style/style.min.css +1 -1
  390. package/lib/style.css +1 -1
  391. package/lib/style.min.css +1 -1
  392. package/lib/switch/index.d.ts +2 -2
  393. package/lib/switch/index.js +5 -3
  394. package/lib/switch/index.min.js +1 -1
  395. package/lib/switch/src/switch.js +1 -1
  396. package/lib/switch/src/switch.min.js +1 -1
  397. package/lib/table/index.d.ts +2 -2
  398. package/lib/table/index.js +5 -3
  399. package/lib/table/index.min.js +1 -1
  400. package/lib/table/src/body.js +36 -34
  401. package/lib/table/src/body.min.js +1 -1
  402. package/lib/table/src/cell.js +21 -29
  403. package/lib/table/src/cell.min.js +1 -1
  404. package/lib/table/src/columnInfo.js +4 -4
  405. package/lib/table/src/columnInfo.min.js +1 -1
  406. package/lib/table/src/table.js +69 -63
  407. package/lib/table/src/table.min.js +1 -1
  408. package/lib/table/src/util.js +2 -2
  409. package/lib/table/src/util.min.js +1 -1
  410. package/lib/table/style/style.css +160 -139
  411. package/lib/table/style/style.min.css +1 -1
  412. package/lib/textarea/index.d.ts +2 -2
  413. package/lib/textarea/index.js +5 -3
  414. package/lib/textarea/index.min.js +1 -1
  415. package/lib/textarea/src/textarea.js +6 -6
  416. package/lib/textarea/src/textarea.min.js +1 -1
  417. package/lib/toolbar/index.d.ts +2 -2
  418. package/lib/toolbar/index.js +5 -3
  419. package/lib/toolbar/index.min.js +1 -1
  420. package/lib/toolbar/src/toolbar.js +20 -22
  421. package/lib/toolbar/src/toolbar.min.js +1 -1
  422. package/lib/toolbar/style/style.css +23 -83
  423. package/lib/toolbar/style/style.min.css +1 -1
  424. package/lib/tools/dom.js +2 -2
  425. package/lib/tools/dom.min.js +1 -1
  426. package/lib/tools/log.js +1 -1
  427. package/lib/tools/log.min.js +1 -1
  428. package/lib/tools/vn.js +13 -0
  429. package/lib/tools/vn.min.js +1 -1
  430. package/lib/tooltip/index.d.ts +2 -2
  431. package/lib/tooltip/index.js +5 -3
  432. package/lib/tooltip/index.min.js +1 -1
  433. package/lib/tooltip/src/tooltip.js +22 -8
  434. package/lib/tooltip/src/tooltip.min.js +1 -1
  435. package/lib/v-x-e-table/index.js +1 -1
  436. package/lib/v-x-e-table/index.min.js +1 -1
  437. package/lib/v-x-e-table/src/conf.js +43 -38
  438. package/lib/v-x-e-table/src/conf.min.js +1 -1
  439. package/lib/v-x-e-table/src/interceptor.js +1 -1
  440. package/lib/v-x-e-table/src/interceptor.min.js +1 -1
  441. package/lib/v-x-e-table/src/renderer.js +18 -16
  442. package/lib/v-x-e-table/src/renderer.min.js +1 -1
  443. package/lib/v-x-e-table/style/style.css +431 -459
  444. package/lib/v-x-e-table/style/style.min.css +1 -1
  445. package/lib/validator/index.d.ts +2 -2
  446. package/lib/validator/index.js +5 -3
  447. package/lib/validator/index.min.js +1 -1
  448. package/lib/vxe-button/index.d.ts +4 -0
  449. package/lib/vxe-button/index.js +30 -0
  450. package/lib/vxe-button/index.min.js +1 -0
  451. package/lib/vxe-button/style/style.css +411 -0
  452. package/lib/vxe-button/style/style.min.css +1 -0
  453. package/lib/vxe-checkbox/index.d.ts +4 -0
  454. package/lib/vxe-checkbox/index.js +30 -0
  455. package/lib/vxe-checkbox/index.min.js +1 -0
  456. package/lib/vxe-checkbox/style/style.css +262 -0
  457. package/lib/vxe-checkbox/style/style.min.css +1 -0
  458. package/lib/vxe-checkbox-group/index.d.ts +4 -0
  459. package/lib/vxe-checkbox-group/index.js +30 -0
  460. package/lib/vxe-checkbox-group/index.min.js +1 -0
  461. package/lib/vxe-checkbox-group/style/style.css +25 -0
  462. package/lib/vxe-checkbox-group/style/style.min.css +0 -0
  463. package/lib/vxe-colgroup/index.d.ts +4 -0
  464. package/lib/vxe-colgroup/index.js +30 -0
  465. package/lib/vxe-colgroup/index.min.js +1 -0
  466. package/lib/vxe-colgroup/style/style.css +25 -0
  467. package/lib/vxe-colgroup/style/style.min.css +0 -0
  468. package/lib/vxe-column/index.d.ts +4 -0
  469. package/lib/vxe-column/index.js +30 -0
  470. package/lib/vxe-column/index.min.js +1 -0
  471. package/lib/vxe-column/style/style.css +25 -0
  472. package/lib/vxe-column/style/style.min.css +0 -0
  473. package/lib/vxe-form/index.d.ts +4 -0
  474. package/lib/vxe-form/index.js +30 -0
  475. package/lib/vxe-form/index.min.js +1 -0
  476. package/lib/vxe-form/style/style.css +290 -0
  477. package/lib/vxe-form/style/style.min.css +1 -0
  478. package/lib/vxe-form-gather/index.d.ts +4 -0
  479. package/lib/vxe-form-gather/index.js +30 -0
  480. package/lib/vxe-form-gather/index.min.js +1 -0
  481. package/lib/vxe-form-gather/style/style.css +25 -0
  482. package/lib/vxe-form-gather/style/style.min.css +0 -0
  483. package/lib/vxe-form-item/index.d.ts +4 -0
  484. package/lib/vxe-form-item/index.js +30 -0
  485. package/lib/vxe-form-item/index.min.js +1 -0
  486. package/lib/vxe-form-item/style/style.css +25 -0
  487. package/lib/vxe-form-item/style/style.min.css +0 -0
  488. package/lib/vxe-grid/index.d.ts +4 -0
  489. package/lib/vxe-grid/index.js +30 -0
  490. package/lib/vxe-grid/index.min.js +1 -0
  491. package/lib/vxe-grid/style/style.css +78 -0
  492. package/lib/vxe-grid/style/style.min.css +1 -0
  493. package/lib/vxe-icon/index.d.ts +4 -0
  494. package/lib/vxe-icon/index.js +30 -0
  495. package/lib/vxe-icon/index.min.js +1 -0
  496. package/lib/vxe-icon/style/style.css +456 -0
  497. package/lib/vxe-icon/style/style.min.css +1 -0
  498. package/lib/vxe-input/index.d.ts +4 -0
  499. package/lib/vxe-input/index.js +30 -0
  500. package/lib/vxe-input/index.min.js +1 -0
  501. package/lib/vxe-input/style/style.css +829 -0
  502. package/lib/vxe-input/style/style.min.css +1 -0
  503. package/lib/vxe-list/index.d.ts +4 -0
  504. package/lib/vxe-list/index.js +30 -0
  505. package/lib/vxe-list/index.min.js +1 -0
  506. package/lib/vxe-list/style/style.css +46 -0
  507. package/lib/vxe-list/style/style.min.css +1 -0
  508. package/lib/vxe-modal/index.d.ts +4 -0
  509. package/lib/vxe-modal/index.js +30 -0
  510. package/lib/vxe-modal/index.min.js +1 -0
  511. package/lib/vxe-modal/style/style.css +284 -0
  512. package/lib/vxe-modal/style/style.min.css +1 -0
  513. package/lib/vxe-module-edit/index.d.ts +4 -0
  514. package/lib/vxe-module-edit/index.js +30 -0
  515. package/lib/vxe-module-edit/index.min.js +1 -0
  516. package/lib/vxe-module-edit/style/style.css +25 -0
  517. package/lib/vxe-module-edit/style/style.min.css +0 -0
  518. package/lib/vxe-module-export/index.d.ts +4 -0
  519. package/lib/vxe-module-export/index.js +30 -0
  520. package/lib/vxe-module-export/index.min.js +1 -0
  521. package/lib/vxe-module-export/style/style.css +184 -0
  522. package/lib/vxe-module-export/style/style.min.css +1 -0
  523. package/lib/vxe-module-filter/index.d.ts +4 -0
  524. package/lib/vxe-module-filter/index.js +30 -0
  525. package/lib/vxe-module-filter/index.min.js +1 -0
  526. package/lib/vxe-module-filter/style/style.css +141 -0
  527. package/lib/vxe-module-filter/style/style.min.css +1 -0
  528. package/lib/vxe-module-keyboard/index.d.ts +4 -0
  529. package/lib/vxe-module-keyboard/index.js +30 -0
  530. package/lib/vxe-module-keyboard/index.min.js +1 -0
  531. package/lib/vxe-module-keyboard/style/style.css +25 -0
  532. package/lib/vxe-module-keyboard/style/style.min.css +0 -0
  533. package/lib/vxe-module-menu/index.d.ts +4 -0
  534. package/lib/vxe-module-menu/index.js +30 -0
  535. package/lib/vxe-module-menu/index.min.js +1 -0
  536. package/lib/vxe-module-menu/style/style.css +121 -0
  537. package/lib/vxe-module-menu/style/style.min.css +1 -0
  538. package/lib/vxe-module-validator/index.d.ts +4 -0
  539. package/lib/vxe-module-validator/index.js +30 -0
  540. package/lib/vxe-module-validator/index.min.js +1 -0
  541. package/lib/vxe-module-validator/style/style.css +25 -0
  542. package/lib/vxe-module-validator/style/style.min.css +0 -0
  543. package/lib/vxe-optgroup/index.d.ts +4 -0
  544. package/lib/vxe-optgroup/index.js +30 -0
  545. package/lib/vxe-optgroup/index.min.js +1 -0
  546. package/lib/vxe-optgroup/style/style.css +25 -0
  547. package/lib/vxe-optgroup/style/style.min.css +0 -0
  548. package/lib/vxe-option/index.d.ts +4 -0
  549. package/lib/vxe-option/index.js +30 -0
  550. package/lib/vxe-option/index.min.js +1 -0
  551. package/lib/vxe-option/style/style.css +25 -0
  552. package/lib/vxe-option/style/style.min.css +0 -0
  553. package/lib/vxe-pager/index.d.ts +4 -0
  554. package/lib/vxe-pager/index.js +30 -0
  555. package/lib/vxe-pager/index.min.js +1 -0
  556. package/lib/vxe-pager/style/style.css +293 -0
  557. package/lib/vxe-pager/style/style.min.css +1 -0
  558. package/lib/vxe-pulldown/index.d.ts +4 -0
  559. package/lib/vxe-pulldown/index.js +30 -0
  560. package/lib/vxe-pulldown/index.min.js +1 -0
  561. package/lib/vxe-pulldown/style/style.css +73 -0
  562. package/lib/vxe-pulldown/style/style.min.css +1 -0
  563. package/lib/vxe-radio/index.d.ts +4 -0
  564. package/lib/vxe-radio/index.js +30 -0
  565. package/lib/vxe-radio/index.min.js +1 -0
  566. package/lib/vxe-radio/style/style.css +296 -0
  567. package/lib/vxe-radio/style/style.min.css +1 -0
  568. package/lib/vxe-radio-button/index.d.ts +4 -0
  569. package/lib/vxe-radio-button/index.js +30 -0
  570. package/lib/vxe-radio-button/index.min.js +1 -0
  571. package/lib/vxe-radio-button/style/style.css +25 -0
  572. package/lib/vxe-radio-button/style/style.min.css +0 -0
  573. package/lib/vxe-radio-group/index.d.ts +4 -0
  574. package/lib/vxe-radio-group/index.js +30 -0
  575. package/lib/vxe-radio-group/index.min.js +1 -0
  576. package/lib/vxe-radio-group/style/style.css +25 -0
  577. package/lib/vxe-radio-group/style/style.min.css +0 -0
  578. package/lib/vxe-select/index.d.ts +4 -0
  579. package/lib/vxe-select/index.js +30 -0
  580. package/lib/vxe-select/index.min.js +1 -0
  581. package/lib/vxe-select/style/style.css +181 -0
  582. package/lib/vxe-select/style/style.min.css +1 -0
  583. package/lib/vxe-switch/index.d.ts +4 -0
  584. package/lib/vxe-switch/index.js +30 -0
  585. package/lib/vxe-switch/index.min.js +1 -0
  586. package/lib/vxe-switch/style/style.css +102 -0
  587. package/lib/vxe-switch/style/style.min.css +1 -0
  588. package/lib/vxe-table/index.d.ts +3 -3
  589. package/lib/vxe-table/index.js +12 -5
  590. package/lib/vxe-table/index.min.js +1 -1
  591. package/lib/vxe-table/style/style.css +1026 -0
  592. package/lib/vxe-table/style/style.min.css +1 -0
  593. package/lib/vxe-textarea/index.d.ts +4 -0
  594. package/lib/vxe-textarea/index.js +30 -0
  595. package/lib/vxe-textarea/index.min.js +1 -0
  596. package/lib/vxe-textarea/style/style.css +111 -0
  597. package/lib/vxe-textarea/style/style.min.css +1 -0
  598. package/lib/vxe-toolbar/index.d.ts +4 -0
  599. package/lib/vxe-toolbar/index.js +30 -0
  600. package/lib/vxe-toolbar/index.min.js +1 -0
  601. package/lib/vxe-toolbar/style/style.css +234 -0
  602. package/lib/vxe-toolbar/style/style.min.css +1 -0
  603. package/lib/vxe-tooltip/index.d.ts +4 -0
  604. package/lib/vxe-tooltip/index.js +30 -0
  605. package/lib/vxe-tooltip/index.min.js +1 -0
  606. package/lib/vxe-tooltip/style/style.css +111 -0
  607. package/lib/vxe-tooltip/style/style.min.css +1 -0
  608. package/package.json +6 -6
  609. package/packages/all.ts +64 -68
  610. package/packages/button/index.d.ts +2 -2
  611. package/packages/button/index.ts +4 -2
  612. package/packages/checkbox/index.d.ts +2 -2
  613. package/packages/checkbox/index.ts +4 -2
  614. package/packages/checkbox/src/checkbox.ts +7 -4
  615. package/packages/checkbox-group/index.d.ts +2 -2
  616. package/packages/checkbox-group/index.ts +4 -2
  617. package/packages/colgroup/index.d.ts +2 -2
  618. package/packages/colgroup/index.ts +4 -2
  619. package/packages/column/index.d.ts +2 -2
  620. package/packages/column/index.ts +4 -2
  621. package/packages/edit/index.d.ts +2 -2
  622. package/packages/edit/index.ts +4 -2
  623. package/packages/edit/src/hook.ts +18 -6
  624. package/packages/export/index.d.ts +2 -2
  625. package/packages/export/index.ts +4 -2
  626. package/packages/export/src/export-panel.ts +9 -19
  627. package/packages/filter/index.d.ts +2 -2
  628. package/packages/filter/index.ts +4 -2
  629. package/packages/filter/src/panel.ts +8 -16
  630. package/packages/form/index.d.ts +2 -2
  631. package/packages/form/index.ts +4 -2
  632. package/packages/form/src/form-config-item.ts +4 -3
  633. package/packages/form/src/form-item.ts +4 -3
  634. package/packages/form/src/form.ts +6 -4
  635. package/packages/form-gather/index.d.ts +2 -2
  636. package/packages/form-gather/index.ts +4 -2
  637. package/packages/form-item/index.d.ts +2 -2
  638. package/packages/form-item/index.ts +4 -2
  639. package/packages/grid/index.d.ts +2 -2
  640. package/packages/grid/index.ts +4 -2
  641. package/packages/grid/src/grid.ts +2 -1
  642. package/packages/icon/index.d.ts +2 -2
  643. package/packages/icon/index.ts +14 -5
  644. package/packages/icon/src/icon.ts +24 -0
  645. package/packages/input/index.d.ts +2 -2
  646. package/packages/input/index.ts +4 -2
  647. package/packages/input/src/input.ts +3 -3
  648. package/packages/keyboard/index.d.ts +2 -2
  649. package/packages/keyboard/index.ts +4 -2
  650. package/packages/list/index.d.ts +2 -2
  651. package/packages/list/index.ts +4 -2
  652. package/packages/loading/index.ts +5 -3
  653. package/packages/menu/index.d.ts +2 -2
  654. package/packages/menu/index.ts +4 -2
  655. package/packages/modal/index.d.ts +2 -2
  656. package/packages/modal/index.ts +4 -2
  657. package/packages/modal/src/modal.ts +24 -9
  658. package/packages/optgroup/index.d.ts +2 -2
  659. package/packages/optgroup/index.ts +4 -2
  660. package/packages/option/index.d.ts +2 -2
  661. package/packages/option/index.ts +4 -2
  662. package/packages/pager/index.d.ts +2 -2
  663. package/packages/pager/index.ts +4 -2
  664. package/packages/pulldown/index.d.ts +2 -2
  665. package/packages/pulldown/index.ts +4 -2
  666. package/packages/radio/index.d.ts +2 -2
  667. package/packages/radio/index.ts +4 -2
  668. package/packages/radio/src/radio.ts +4 -3
  669. package/packages/radio-button/index.d.ts +2 -2
  670. package/packages/radio-button/index.ts +4 -2
  671. package/packages/radio-group/index.d.ts +2 -2
  672. package/packages/radio-group/index.ts +4 -2
  673. package/packages/select/index.d.ts +2 -2
  674. package/packages/select/index.ts +4 -2
  675. package/packages/select/src/select.ts +2 -1
  676. package/packages/switch/index.d.ts +2 -2
  677. package/packages/switch/index.ts +4 -2
  678. package/packages/table/index.d.ts +2 -2
  679. package/packages/table/index.ts +4 -2
  680. package/packages/table/src/cell.ts +18 -35
  681. package/packages/table/src/table.ts +14 -12
  682. package/packages/textarea/index.d.ts +2 -2
  683. package/packages/textarea/index.ts +4 -2
  684. package/packages/toolbar/index.d.ts +2 -2
  685. package/packages/toolbar/index.ts +4 -2
  686. package/packages/toolbar/src/toolbar.ts +14 -21
  687. package/packages/tools/vn.ts +10 -0
  688. package/packages/tooltip/index.d.ts +2 -2
  689. package/packages/tooltip/index.ts +4 -2
  690. package/packages/tooltip/src/tooltip.ts +8 -4
  691. package/packages/v-x-e-table/src/conf.ts +43 -38
  692. package/packages/validator/index.d.ts +2 -2
  693. package/packages/validator/index.ts +4 -2
  694. package/styles/base/checked.scss +44 -148
  695. package/styles/button.scss +5 -45
  696. package/styles/checkbox.scss +6 -65
  697. package/styles/export.scss +2 -38
  698. package/styles/filter.scss +2 -35
  699. package/styles/form.scss +0 -3
  700. package/styles/header.scss +0 -134
  701. package/styles/icon.scss +602 -713
  702. package/styles/input.scss +8 -0
  703. package/styles/loading.scss +1 -1
  704. package/styles/modal.scss +19 -17
  705. package/styles/old-icon.scss +713 -0
  706. package/styles/pager.scss +2 -0
  707. package/styles/radio.scss +9 -77
  708. package/styles/select.scss +1 -0
  709. package/styles/table.scss +144 -21
  710. package/styles/toolbar.scss +2 -26
  711. package/styles/variable.scss +4 -4
  712. package/types/all.d.ts +6 -0
  713. package/types/button.d.ts +5 -1
  714. package/types/checkbox-group.d.ts +5 -1
  715. package/types/checkbox.d.ts +5 -1
  716. package/types/colgroup.d.ts +5 -1
  717. package/types/column.d.ts +16 -12
  718. package/types/component.d.ts +3 -1
  719. package/types/edit.d.ts +4 -0
  720. package/types/export.d.ts +4 -0
  721. package/types/filter.d.ts +4 -0
  722. package/types/footer.d.ts +2 -1
  723. package/types/form-gather.d.ts +5 -1
  724. package/types/form-item.d.ts +6 -1
  725. package/types/form.d.ts +11 -3
  726. package/types/grid.d.ts +9 -5
  727. package/types/header.d.ts +2 -1
  728. package/types/icon.d.ts +50 -2
  729. package/types/input.d.ts +5 -1
  730. package/types/keyboard.d.ts +4 -0
  731. package/types/list.d.ts +5 -1
  732. package/types/menu.d.ts +5 -1
  733. package/types/modal.d.ts +7 -2
  734. package/types/optgroup.d.ts +5 -1
  735. package/types/option.d.ts +5 -1
  736. package/types/pager.d.ts +5 -1
  737. package/types/pulldown.d.ts +4 -0
  738. package/types/radio-button.d.ts +5 -1
  739. package/types/radio-group.d.ts +5 -1
  740. package/types/radio.d.ts +5 -1
  741. package/types/select.d.ts +5 -1
  742. package/types/switch.d.ts +5 -1
  743. package/types/table.d.ts +7 -3
  744. package/types/textarea.d.ts +5 -1
  745. package/types/toolbar.d.ts +5 -1
  746. package/types/tooltip.d.ts +5 -1
  747. package/types/v-x-e-table/renderer.d.ts +3 -2
  748. package/types/validator.d.ts +4 -0
  749. package/es/footer/index.d.ts +0 -4
  750. package/es/footer/style.css +0 -38
  751. package/es/header/index.d.ts +0 -4
  752. package/es/header/style.css +0 -120
  753. package/lib/footer/index.d.ts +0 -4
  754. package/lib/footer/style/index.js +0 -1
  755. package/lib/footer/style/style.css +0 -38
  756. package/lib/footer/style/style.min.css +0 -1
  757. package/lib/header/index.d.ts +0 -4
  758. package/lib/header/style/index.js +0 -1
  759. package/lib/header/style/style.css +0 -120
  760. package/lib/header/style/style.min.css +0 -1
  761. package/lib/vxe-table/style/index.js +0 -1
  762. package/packages/footer/index.d.ts +0 -4
  763. package/packages/header/index.d.ts +0 -4
  764. package/packages/vxe-table/index.d.ts +0 -4
  765. package/packages/vxe-table/index.ts +0 -4
@@ -0,0 +1,829 @@
1
+ /*font*/
2
+ /*size*/
3
+ /*icon*/
4
+ /*color*/
5
+ /*input/radio/checkbox*/
6
+ /*popup*/
7
+ /*table*/
8
+ /*filter*/
9
+ /*menu*/
10
+ /*loading*/
11
+ /*validate*/
12
+ /*grid*/
13
+ /*toolbar*/
14
+ /*tooltip*/
15
+ /*pager*/
16
+ /*modal*/
17
+ /*checkbox*/
18
+ /*radio*/
19
+ /*button*/
20
+ /*input*/
21
+ /*textarea*/
22
+ /*form*/
23
+ /*select*/
24
+ /*switch*/
25
+ /*pulldown*/
26
+ .vxe-input--inner {
27
+ width: 100%;
28
+ height: 100%;
29
+ border-radius: 4px;
30
+ outline: 0;
31
+ margin: 0;
32
+ font-size: inherit;
33
+ font-family: inherit;
34
+ line-height: inherit;
35
+ padding: 0 0.6em;
36
+ color: #606266;
37
+ border: 1px solid #dcdfe6;
38
+ background-color: #fff;
39
+ box-shadow: none; }
40
+ .vxe-input--inner::-moz-placeholder {
41
+ color: #C0C4CC; }
42
+ .vxe-input--inner:-ms-input-placeholder {
43
+ color: #C0C4CC; }
44
+ .vxe-input--inner::placeholder {
45
+ color: #C0C4CC; }
46
+ .vxe-input--inner::-webkit-autofill {
47
+ background-color: #fff; }
48
+ .vxe-input--inner[type="number"] {
49
+ -webkit-appearance: none;
50
+ appearance: none;
51
+ -moz-appearance: textfield; }
52
+ .vxe-input--inner[type="search"], .vxe-input--inner[type="search"]::-webkit-search-cancel-button, .vxe-input--inner[type="number"]::-webkit-outer-spin-button, .vxe-input--inner[type="number"]::-webkit-inner-spin-button {
53
+ -webkit-appearance: none;
54
+ appearance: none; }
55
+ .vxe-input--inner[disabled] {
56
+ cursor: not-allowed;
57
+ color: #BFBFBF;
58
+ background-color: #f3f3f3; }
59
+
60
+ .vxe-input {
61
+ display: inline-block;
62
+ position: relative;
63
+ width: 180px; }
64
+ .vxe-input.is--disabled .vxe-input--date-picker-suffix,
65
+ .vxe-input.is--disabled .vxe-input--search-suffix,
66
+ .vxe-input.is--disabled .vxe-input--suffix,
67
+ .vxe-input.is--disabled .vxe-input--password-suffix,
68
+ .vxe-input.is--disabled .vxe-input--number-suffix {
69
+ cursor: no-drop; }
70
+ .vxe-input:not(.is--disabled) .vxe-input--search-suffix,
71
+ .vxe-input:not(.is--disabled) .vxe-input--clear-icon,
72
+ .vxe-input:not(.is--disabled) .vxe-input--password-suffix,
73
+ .vxe-input:not(.is--disabled) .vxe-input--number-suffix {
74
+ cursor: pointer; }
75
+ .vxe-input:not(.is--disabled).is--active .vxe-input--inner {
76
+ border: 1px solid #409eff; }
77
+ .vxe-input .vxe-input--prefix,
78
+ .vxe-input .vxe-input--suffix,
79
+ .vxe-input .vxe-input--extra-suffix {
80
+ display: flex;
81
+ position: absolute;
82
+ top: 0;
83
+ width: 1.6em;
84
+ height: 100%;
85
+ -webkit-user-select: none;
86
+ -moz-user-select: none;
87
+ -ms-user-select: none;
88
+ user-select: none;
89
+ align-items: center;
90
+ justify-content: center;
91
+ color: #c0c4cc; }
92
+
93
+ .vxe-input .vxe-input--prefix {
94
+ left: 0.2em; }
95
+
96
+ .vxe-input.is--prefix .vxe-input--inner {
97
+ padding-left: 1.8em; }
98
+
99
+ .vxe-input .vxe-input--clear-icon {
100
+ display: none; }
101
+
102
+ .vxe-input .vxe-input--suffix,
103
+ .vxe-input .vxe-input--extra-suffix {
104
+ right: 0.2em; }
105
+
106
+ .vxe-input.is--suffix .vxe-input--inner {
107
+ padding-right: 1.8em; }
108
+
109
+ .vxe-input.is--left .vxe-input--inner {
110
+ text-align: left; }
111
+
112
+ .vxe-input.is--center .vxe-input--inner {
113
+ text-align: center; }
114
+
115
+ .vxe-input.is--right .vxe-input--inner {
116
+ text-align: right; }
117
+
118
+ .vxe-input.is--controls.type--search .vxe-input--inner, .vxe-input.is--controls.type--password .vxe-input--inner, .vxe-input.is--controls.type--number .vxe-input--inner, .vxe-input.is--controls.type--integer .vxe-input--inner, .vxe-input.is--controls.type--float .vxe-input--inner, .vxe-input.is--controls.type--date .vxe-input--inner, .vxe-input.is--controls.type--datetime .vxe-input--inner, .vxe-input.is--controls.type--week .vxe-input--inner, .vxe-input.is--controls.type--month .vxe-input--inner, .vxe-input.is--controls.type--quarter .vxe-input--inner, .vxe-input.is--controls.type--year .vxe-input--inner, .vxe-input.is--controls.type--time .vxe-input--inner {
119
+ padding-right: 1.8em; }
120
+
121
+ .vxe-input.is--controls.type--search .vxe-input--suffix, .vxe-input.is--controls.type--password .vxe-input--suffix, .vxe-input.is--controls.type--number .vxe-input--suffix, .vxe-input.is--controls.type--integer .vxe-input--suffix, .vxe-input.is--controls.type--float .vxe-input--suffix, .vxe-input.is--controls.type--date .vxe-input--suffix, .vxe-input.is--controls.type--datetime .vxe-input--suffix, .vxe-input.is--controls.type--week .vxe-input--suffix, .vxe-input.is--controls.type--month .vxe-input--suffix, .vxe-input.is--controls.type--quarter .vxe-input--suffix, .vxe-input.is--controls.type--year .vxe-input--suffix, .vxe-input.is--controls.type--time .vxe-input--suffix {
122
+ right: 1.6em; }
123
+
124
+ .vxe-input.is--suffix.is--controls.type--search .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--password .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--number .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--integer .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--float .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--date .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--datetime .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--week .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--month .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--quarter .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--year .vxe-input--inner, .vxe-input.is--suffix.is--controls.type--time .vxe-input--inner {
125
+ padding-right: 3.2em; }
126
+
127
+ .vxe-input.is--suffix:hover .vxe-input--suffix.is--clear .vxe-input--suffix-icon {
128
+ display: none; }
129
+
130
+ .vxe-input.is--suffix:hover .vxe-input--suffix.is--clear .vxe-input--clear-icon {
131
+ display: inline; }
132
+
133
+ .vxe-input:not(.is--disabled) .vxe-input--suffix:hover .vxe-input--clear-icon {
134
+ color: #606266; }
135
+
136
+ .vxe-input:not(.is--disabled) .vxe-input--suffix:active .vxe-input--clear-icon {
137
+ color: #409eff; }
138
+
139
+ .vxe-input:not(.is--disabled) .vxe-input--extra-suffix:hover .vxe-input--search-suffix,
140
+ .vxe-input:not(.is--disabled) .vxe-input--extra-suffix:hover .vxe-input--password-suffix {
141
+ color: #606266; }
142
+
143
+ .vxe-input:not(.is--disabled) .vxe-input--extra-suffix:active .vxe-input--search-suffix,
144
+ .vxe-input:not(.is--disabled) .vxe-input--extra-suffix:active .vxe-input--password-suffix {
145
+ color: #409eff; }
146
+
147
+ .vxe-input:not(.is--disabled) .vxe-input--number-prev:hover,
148
+ .vxe-input:not(.is--disabled) .vxe-input--number-next:hover {
149
+ color: #606266; }
150
+
151
+ .vxe-input:not(.is--disabled) .vxe-input--number-prev:active,
152
+ .vxe-input:not(.is--disabled) .vxe-input--number-next:active {
153
+ color: #409eff; }
154
+
155
+ .vxe-input:not(.is--disabled) .vxe-input--number-prev.is--disabled,
156
+ .vxe-input:not(.is--disabled) .vxe-input--number-next.is--disabled {
157
+ cursor: no-drop;
158
+ color: #e4e7ed; }
159
+
160
+ .vxe-input .vxe-input--password-suffix,
161
+ .vxe-input .vxe-input--number-suffix,
162
+ .vxe-input .vxe-input--date-picker-suffix,
163
+ .vxe-input .vxe-input--search-suffix {
164
+ position: relative;
165
+ width: 100%;
166
+ height: 100%; }
167
+
168
+ .vxe-input .vxe-input--date-picker-icon,
169
+ .vxe-input .vxe-input--search-icon,
170
+ .vxe-input .vxe-input--password-icon {
171
+ position: absolute;
172
+ left: 50%;
173
+ top: 50%;
174
+ transform: translate(-50%, -50%); }
175
+ .vxe-input .vxe-input--date-picker-icon[class*="vxe-icon-"],
176
+ .vxe-input .vxe-input--search-icon[class*="vxe-icon-"],
177
+ .vxe-input .vxe-input--password-icon[class*="vxe-icon-"] {
178
+ font-size: 1.2em; }
179
+
180
+ .vxe-input .vxe-input--date-picker-suffix {
181
+ display: flex;
182
+ align-items: center;
183
+ justify-content: center; }
184
+ .vxe-input .vxe-input--date-picker-suffix .vxe-input--panel-icon {
185
+ transition: transform 0.2s ease-in-out; }
186
+
187
+ .vxe-input .vxe-input--number-prev,
188
+ .vxe-input .vxe-input--number-next {
189
+ position: relative;
190
+ display: block;
191
+ height: 50%;
192
+ width: 100%;
193
+ text-align: center; }
194
+
195
+ .vxe-input .vxe-input--number-prev-icon,
196
+ .vxe-input .vxe-input--number-next-icon {
197
+ line-height: 0.8em;
198
+ position: absolute;
199
+ left: 50%;
200
+ transform: translateX(-50%); }
201
+
202
+ .vxe-input .vxe-input--number-prev-icon {
203
+ bottom: 0; }
204
+
205
+ .vxe-input .vxe-input--number-next-icon {
206
+ top: 0; }
207
+
208
+ .vxe-input--panel {
209
+ display: none;
210
+ position: absolute;
211
+ left: 0;
212
+ padding: 4px 0;
213
+ color: #606266;
214
+ font-size: 14px;
215
+ text-align: left; }
216
+ .vxe-input--panel:not(.is--transfer) {
217
+ min-width: 100%; }
218
+ .vxe-input--panel.is--transfer {
219
+ position: fixed; }
220
+ .vxe-input--panel.animat--leave {
221
+ display: block;
222
+ opacity: 0;
223
+ transform: scaleY(0.5);
224
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
225
+ transform-origin: center top;
226
+ -webkit-backface-visibility: hidden;
227
+ backface-visibility: hidden;
228
+ transform-style: preserve-3d; }
229
+ .vxe-input--panel.animat--leave[placement="top"] {
230
+ transform-origin: center bottom; }
231
+ .vxe-input--panel.animat--enter {
232
+ opacity: 1;
233
+ transform: scaleY(1); }
234
+
235
+ .vxe-input--panel-wrapper,
236
+ .vxe-input--panel-layout-wrapper {
237
+ background-color: #fff;
238
+ border: 1px solid #DADCE0;
239
+ box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
240
+ border-radius: 4px; }
241
+
242
+ .vxe-input--panel-wrapper {
243
+ overflow-x: hidden;
244
+ overflow-y: auto; }
245
+
246
+ .vxe-input--panel-layout-wrapper {
247
+ display: flex;
248
+ flex-direction: row; }
249
+
250
+ .vxe-input--panel.type--date, .vxe-input--panel.type--week, .vxe-input--panel.type--month, .vxe-input--panel.type--quarter, .vxe-input--panel.type--year {
251
+ -webkit-user-select: none;
252
+ -moz-user-select: none;
253
+ -ms-user-select: none;
254
+ user-select: none; }
255
+
256
+ .vxe-input--panel.type--datetime .vxe-input--panel-right-wrapper {
257
+ display: flex;
258
+ flex-direction: column;
259
+ border-left: 1px solid #dcdfe6; }
260
+
261
+ .vxe-input--panel.type--date .vxe-input--date-picker-body th, .vxe-input--panel.type--datetime .vxe-input--date-picker-body th {
262
+ width: 14.28571%; }
263
+
264
+ .vxe-input--panel.type--week .vxe-input--date-picker-body table th {
265
+ width: 12%; }
266
+ .vxe-input--panel.type--week .vxe-input--date-picker-body table th:first-child {
267
+ width: 14%; }
268
+
269
+ .vxe-input--panel.type--quarter .vxe-input--date-picker-body table th {
270
+ width: 50%; }
271
+
272
+ .vxe-input--panel.type--month .vxe-input--date-picker-body td, .vxe-input--panel.type--year .vxe-input--date-picker-body td {
273
+ width: 25%; }
274
+
275
+ .vxe-input--time-picker-title {
276
+ display: inline-block;
277
+ text-align: center;
278
+ border: 1px solid #dcdfe6;
279
+ border-radius: 4px; }
280
+
281
+ .vxe-input--time-picker-confirm {
282
+ position: absolute;
283
+ right: 0;
284
+ top: 0; }
285
+
286
+ .vxe-input--time-picker-confirm,
287
+ .vxe-input--date-picker-confirm {
288
+ outline: 0;
289
+ border: 1px solid #dcdfe6;
290
+ border-radius: 4px;
291
+ cursor: pointer;
292
+ color: #fff;
293
+ border-color: #409eff;
294
+ background-color: #409eff; }
295
+ .vxe-input--time-picker-confirm:hover,
296
+ .vxe-input--date-picker-confirm:hover {
297
+ background-color: #5faeff;
298
+ border-color: #5faeff; }
299
+ .vxe-input--time-picker-confirm:active,
300
+ .vxe-input--date-picker-confirm:active {
301
+ background-color: #3196ff;
302
+ border-color: #3196ff; }
303
+
304
+ .vxe-input--time-picker-header {
305
+ display: flex;
306
+ position: relative;
307
+ flex-shrink: 0; }
308
+
309
+ .vxe-input--date-picker-header {
310
+ display: flex;
311
+ flex-direction: row;
312
+ -webkit-user-select: none;
313
+ -moz-user-select: none;
314
+ -ms-user-select: none;
315
+ user-select: none; }
316
+ .vxe-input--date-picker-header .vxe-input--date-picker-type-wrapper {
317
+ flex-grow: 1; }
318
+ .vxe-input--date-picker-header .vxe-input--date-picker-btn-wrapper {
319
+ flex-shrink: 0;
320
+ text-align: center; }
321
+
322
+ .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
323
+ .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
324
+ display: inline-block; }
325
+
326
+ .vxe-input--date-picker-btn-wrapper {
327
+ display: flex;
328
+ flex-direction: row; }
329
+
330
+ .vxe-input--date-picker-label,
331
+ .vxe-input--date-picker-btn {
332
+ display: inline-block;
333
+ display: flex;
334
+ align-items: center;
335
+ justify-content: center;
336
+ background-color: #fff; }
337
+
338
+ .vxe-input--date-picker-btn.is--disabled {
339
+ color: #BFBFBF;
340
+ cursor: no-drop; }
341
+
342
+ .vxe-input--date-picker-btn:not(.is--disabled) {
343
+ cursor: pointer; }
344
+ .vxe-input--date-picker-btn:not(.is--disabled):hover {
345
+ background-color: white; }
346
+ .vxe-input--date-picker-btn:not(.is--disabled):active {
347
+ background-color: #f7f7f7; }
348
+
349
+ .vxe-input--date-picker-body {
350
+ border-radius: 4px;
351
+ border: 1px solid #DADCE0;
352
+ -webkit-user-select: none;
353
+ -moz-user-select: none;
354
+ -ms-user-select: none;
355
+ user-select: none; }
356
+ .vxe-input--date-picker-body table {
357
+ border: 0;
358
+ width: 100%;
359
+ border-spacing: 0;
360
+ border-collapse: separate;
361
+ text-align: center;
362
+ table-layout: fixed; }
363
+ .vxe-input--date-picker-body th,
364
+ .vxe-input--date-picker-body td {
365
+ font-weight: normal; }
366
+ .vxe-input--date-picker-body th {
367
+ box-shadow: inset 0 -1px 0 0 #DADCE0; }
368
+ .vxe-input--date-picker-body td.is--prev, .vxe-input--date-picker-body td.is--next {
369
+ color: #BFBFBF; }
370
+ .vxe-input--date-picker-body td.is--prev .vxe-input--date-label,
371
+ .vxe-input--date-picker-body td.is--prev .vxe-input--date-festival, .vxe-input--date-picker-body td.is--next .vxe-input--date-label,
372
+ .vxe-input--date-picker-body td.is--next .vxe-input--date-festival {
373
+ color: #BFBFBF; }
374
+ .vxe-input--date-picker-body td.is--now {
375
+ box-shadow: inset 0 0 0 1px #DADCE0; }
376
+ .vxe-input--date-picker-body td.is--now:not(.is--selected).is--current {
377
+ color: #409eff; }
378
+ .vxe-input--date-picker-body td.is--now:not(.is--selected).is--current .vxe-input--date-label,
379
+ .vxe-input--date-picker-body td.is--now:not(.is--selected).is--current .vxe-input--date-festival {
380
+ color: #409eff; }
381
+ .vxe-input--date-picker-body td.is--hover {
382
+ background-color: #f2f6fc; }
383
+ .vxe-input--date-picker-body td.is--selected {
384
+ color: #fff;
385
+ background-color: #409eff; }
386
+ .vxe-input--date-picker-body td.is--selected.is--prev, .vxe-input--date-picker-body td.is--selected.is--next {
387
+ background-color: #73b8ff; }
388
+ .vxe-input--date-picker-body td.is--selected .vxe-input--date-label,
389
+ .vxe-input--date-picker-body td.is--selected .vxe-input--date-festival {
390
+ color: #fff; }
391
+ .vxe-input--date-picker-body td.is--selected .vxe-input--date-label.is-notice:before {
392
+ background-color: #fff; }
393
+ .vxe-input--date-picker-body td:not(.is--disabled) {
394
+ cursor: pointer; }
395
+ .vxe-input--date-picker-body td.is--disabled {
396
+ cursor: no-drop;
397
+ color: #dcdfe6;
398
+ background-color: #f3f3f3; }
399
+ .vxe-input--date-picker-body td.is--disabled .vxe-input--date-label,
400
+ .vxe-input--date-picker-body td.is--disabled .vxe-input--date-festival {
401
+ color: #dcdfe6; }
402
+
403
+ .vxe-input--date-week-view th:first-child {
404
+ box-shadow: inset -1px -1px 0 0 #DADCE0; }
405
+
406
+ .vxe-input--date-week-view td:first-child {
407
+ box-shadow: inset -1px 0 0 0 #DADCE0; }
408
+
409
+ .vxe-input--date-label,
410
+ .vxe-input--date-festival {
411
+ display: block;
412
+ overflow: hidden; }
413
+
414
+ .vxe-input--date-label {
415
+ position: relative; }
416
+ .vxe-input--date-label.is-notice:before {
417
+ content: "";
418
+ position: absolute;
419
+ width: 4px;
420
+ height: 4px;
421
+ left: 0.8em;
422
+ top: 0.1em;
423
+ transform: translateX(-50%);
424
+ border-radius: 100%;
425
+ background-color: #FF0000; }
426
+
427
+ .vxe-input--date-label--extra {
428
+ position: absolute;
429
+ right: 0.1em;
430
+ top: -0.2em;
431
+ font-size: 12px;
432
+ line-height: 12px;
433
+ transform: scale(0.7);
434
+ color: #67c23a; }
435
+ .vxe-input--date-label--extra.is-important {
436
+ color: #fd2222; }
437
+
438
+ .vxe-input--date-festival {
439
+ color: #999999;
440
+ height: 14px;
441
+ line-height: 1;
442
+ overflow: hidden; }
443
+ .vxe-input--date-festival.is-important {
444
+ color: #409eff; }
445
+
446
+ .vxe-input--date-festival--label {
447
+ display: block;
448
+ font-size: 12px;
449
+ transform: scale(0.8); }
450
+
451
+ @-webkit-keyframes festivalOverlap2 {
452
+ 0%, 45%, 100% {
453
+ transform: translateY(0); }
454
+ 50%, 95% {
455
+ transform: translateY(-14px); } }
456
+
457
+ @keyframes festivalOverlap2 {
458
+ 0%, 45%, 100% {
459
+ transform: translateY(0); }
460
+ 50%, 95% {
461
+ transform: translateY(-14px); } }
462
+
463
+ @-webkit-keyframes festivalOverlap3 {
464
+ 0%, 20%, 100% {
465
+ transform: translateY(0); }
466
+ 25%, 45%, 75%, 95% {
467
+ transform: translateY(-14px); }
468
+ 50%, 70% {
469
+ transform: translateY(-28px); } }
470
+
471
+ @keyframes festivalOverlap3 {
472
+ 0%, 20%, 100% {
473
+ transform: translateY(0); }
474
+ 25%, 45%, 75%, 95% {
475
+ transform: translateY(-14px); }
476
+ 50%, 70% {
477
+ transform: translateY(-28px); } }
478
+
479
+ .vxe-input--date-festival--overlap {
480
+ display: block;
481
+ font-size: 12px; }
482
+ .vxe-input--date-festival--overlap.overlap--2 {
483
+ -webkit-animation: festivalOverlap2 6s infinite ease-in-out;
484
+ animation: festivalOverlap2 6s infinite ease-in-out; }
485
+ .vxe-input--date-festival--overlap.overlap--3 {
486
+ -webkit-animation: festivalOverlap3 9s infinite ease-in-out;
487
+ animation: festivalOverlap3 9s infinite ease-in-out; }
488
+ .vxe-input--date-festival--overlap > span {
489
+ height: 14px;
490
+ display: block;
491
+ transform: scale(0.8); }
492
+
493
+ .vxe-input--time-picker-body {
494
+ position: relative;
495
+ display: flex;
496
+ flex-direction: row;
497
+ border: 1px solid #DADCE0;
498
+ flex-grow: 1;
499
+ border-radius: 4px;
500
+ -webkit-user-select: none;
501
+ -moz-user-select: none;
502
+ -ms-user-select: none;
503
+ user-select: none; }
504
+ .vxe-input--time-picker-body > ul {
505
+ height: 100%;
506
+ overflow: hidden;
507
+ margin: 0;
508
+ padding: 0; }
509
+ .vxe-input--time-picker-body > ul:before, .vxe-input--time-picker-body > ul:after {
510
+ content: " ";
511
+ display: block; }
512
+ .vxe-input--time-picker-body > ul:hover {
513
+ overflow-y: auto; }
514
+ .vxe-input--time-picker-body > ul > li {
515
+ display: block; }
516
+ .vxe-input--time-picker-body > ul > li:hover {
517
+ background-color: #f2f6fc;
518
+ cursor: pointer; }
519
+ .vxe-input--time-picker-body > ul > li.is--selected {
520
+ font-weight: 700;
521
+ color: #409eff; }
522
+ .vxe-input--time-picker-body .vxe-input--time-picker-minute-list {
523
+ border-left: 1px solid #DADCE0; }
524
+ .vxe-input--time-picker-body .vxe-input--time-picker-second-list {
525
+ border-left: 1px solid #DADCE0; }
526
+
527
+ .vxe-input {
528
+ font-size: 14px;
529
+ height: 34px;
530
+ line-height: 34px; }
531
+ .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 {
532
+ margin-top: 6px; }
533
+ .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, .vxe-input .vxe-input--inner[type="number"]::-webkit-inner-spin-button {
534
+ height: 24px; }
535
+ .vxe-input.size--medium {
536
+ font-size: 14px;
537
+ height: 32px;
538
+ line-height: 32px; }
539
+ .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 {
540
+ margin-top: 4px; }
541
+ .vxe-input.size--small {
542
+ font-size: 13px;
543
+ height: 30px;
544
+ line-height: 30px; }
545
+ .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 {
546
+ margin-top: 2px; }
547
+ .vxe-input.size--mini {
548
+ font-size: 12px;
549
+ height: 28px;
550
+ line-height: 28px; }
551
+ .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 {
552
+ margin-top: 0; }
553
+
554
+ .vxe-input--panel {
555
+ font-size: 14px; }
556
+ .vxe-input--panel .vxe-input--panel-wrapper {
557
+ max-height: 380px; }
558
+ .vxe-input--panel.type--date .vxe-input--panel-wrapper, .vxe-input--panel.type--time .vxe-input--panel-wrapper, .vxe-input--panel.type--week .vxe-input--panel-wrapper, .vxe-input--panel.type--month .vxe-input--panel-wrapper, .vxe-input--panel.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.type--year .vxe-input--panel-wrapper {
559
+ padding: 11px; }
560
+ .vxe-input--panel.type--date .vxe-input--panel-wrapper, .vxe-input--panel.type--month .vxe-input--panel-wrapper, .vxe-input--panel.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.type--year .vxe-input--panel-wrapper {
561
+ width: 336px; }
562
+ .vxe-input--panel.type--week .vxe-input--panel-wrapper {
563
+ width: 380px; }
564
+ .vxe-input--panel.type--time .vxe-input--panel-wrapper {
565
+ width: 170px; }
566
+ .vxe-input--panel.type--datetime .vxe-input--panel-left-wrapper {
567
+ width: 336px; }
568
+ .vxe-input--panel.type--datetime .vxe-input--panel-left-wrapper,
569
+ .vxe-input--panel.type--datetime .vxe-input--panel-right-wrapper {
570
+ padding: 11px; }
571
+ .vxe-input--panel .vxe-input--time-picker-title {
572
+ height: 30px;
573
+ line-height: 30px;
574
+ padding: 0 11px; }
575
+ .vxe-input--panel .vxe-input--date-picker-label,
576
+ .vxe-input--panel .vxe-input--date-picker-btn {
577
+ height: 30px;
578
+ line-height: 30px; }
579
+ .vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-btn {
580
+ margin-left: 8px; }
581
+ .vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-prev-btn,
582
+ .vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,
583
+ .vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn {
584
+ width: 30px;
585
+ border-radius: 4px;
586
+ border: 1px solid #dcdfe6; }
587
+ .vxe-input--panel .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
588
+ .vxe-input--panel .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
589
+ padding: 0 9px; }
590
+ .vxe-input--panel .vxe-input--time-picker-header,
591
+ .vxe-input--panel .vxe-input--date-picker-header {
592
+ padding-bottom: 8px; }
593
+ .vxe-input--panel .vxe-input--date-picker-body table,
594
+ .vxe-input--panel .vxe-input--time-picker-body {
595
+ height: 258px; }
596
+ .vxe-input--panel .vxe-input--time-picker-body > ul {
597
+ width: 48px; }
598
+ .vxe-input--panel .vxe-input--time-picker-body > ul:before, .vxe-input--panel .vxe-input--time-picker-body > ul:after {
599
+ height: 120px; }
600
+ .vxe-input--panel .vxe-input--time-picker-body > ul > li {
601
+ height: 26px;
602
+ padding-left: 9px; }
603
+ .vxe-input--panel .vxe-input--time-picker-body .vxe-input--time-picker-minute-list {
604
+ left: 48px; }
605
+ .vxe-input--panel .vxe-input--time-picker-body .vxe-input--time-picker-second-list {
606
+ left: 96px; }
607
+ .vxe-input--panel .vxe-input--date-day-view td,
608
+ .vxe-input--panel .vxe-input--date-week-view td {
609
+ height: 38px; }
610
+ .vxe-input--panel .vxe-input--date-quarter-view td {
611
+ height: 60px; }
612
+ .vxe-input--panel .vxe-input--date-month-view td,
613
+ .vxe-input--panel .vxe-input--date-year-view td {
614
+ height: 48px; }
615
+ .vxe-input--panel .vxe-input--date-picker-body th {
616
+ height: 30px; }
617
+ .vxe-input--panel .vxe-input--time-picker-confirm,
618
+ .vxe-input--panel .vxe-input--date-picker-confirm {
619
+ height: 30px;
620
+ padding: 0 9px; }
621
+ .vxe-input--panel .vxe-input--date-label {
622
+ line-height: 15px; }
623
+ .vxe-input--panel.size--medium {
624
+ font-size: 14px; }
625
+ .vxe-input--panel.size--medium .vxe-input--panel-wrapper {
626
+ max-height: 360px; }
627
+ .vxe-input--panel.size--medium.type--date .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--time .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--week .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--month .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--year .vxe-input--panel-wrapper {
628
+ padding: 10px; }
629
+ .vxe-input--panel.size--medium.type--date .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--month .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.size--medium.type--year .vxe-input--panel-wrapper {
630
+ width: 336px; }
631
+ .vxe-input--panel.size--medium.type--week .vxe-input--panel-wrapper {
632
+ width: 380px; }
633
+ .vxe-input--panel.size--medium.type--time .vxe-input--panel-wrapper {
634
+ width: 168px; }
635
+ .vxe-input--panel.size--medium.type--datetime .vxe-input--panel-left-wrapper {
636
+ width: 336px; }
637
+ .vxe-input--panel.size--medium.type--datetime .vxe-input--panel-left-wrapper,
638
+ .vxe-input--panel.size--medium.type--datetime .vxe-input--panel-right-wrapper {
639
+ padding: 10px; }
640
+ .vxe-input--panel.size--medium .vxe-input--time-picker-title {
641
+ height: 29px;
642
+ line-height: 29px;
643
+ padding: 0 10px; }
644
+ .vxe-input--panel.size--medium .vxe-input--date-picker-label,
645
+ .vxe-input--panel.size--medium .vxe-input--date-picker-btn {
646
+ height: 29px;
647
+ line-height: 29px; }
648
+ .vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-btn {
649
+ margin-left: 7px; }
650
+ .vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-prev-btn,
651
+ .vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,
652
+ .vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn {
653
+ width: 29px;
654
+ border-radius: 4px;
655
+ border: 1px solid #dcdfe6; }
656
+ .vxe-input--panel.size--medium .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
657
+ .vxe-input--panel.size--medium .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
658
+ padding: 0 8px; }
659
+ .vxe-input--panel.size--medium .vxe-input--time-picker-header,
660
+ .vxe-input--panel.size--medium .vxe-input--date-picker-header {
661
+ padding-bottom: 7px; }
662
+ .vxe-input--panel.size--medium .vxe-input--date-picker-body table,
663
+ .vxe-input--panel.size--medium .vxe-input--time-picker-body {
664
+ height: 245px; }
665
+ .vxe-input--panel.size--medium .vxe-input--time-picker-body > ul {
666
+ width: 48px; }
667
+ .vxe-input--panel.size--medium .vxe-input--time-picker-body > ul:before, .vxe-input--panel.size--medium .vxe-input--time-picker-body > ul:after {
668
+ height: 120px; }
669
+ .vxe-input--panel.size--medium .vxe-input--time-picker-body > ul > li {
670
+ height: 26px;
671
+ padding-left: 8px; }
672
+ .vxe-input--panel.size--medium .vxe-input--time-picker-body .vxe-input--time-picker-minute-list {
673
+ left: 48px; }
674
+ .vxe-input--panel.size--medium .vxe-input--time-picker-body .vxe-input--time-picker-second-list {
675
+ left: 96px; }
676
+ .vxe-input--panel.size--medium .vxe-input--date-day-view td,
677
+ .vxe-input--panel.size--medium .vxe-input--date-week-view td {
678
+ height: 36px; }
679
+ .vxe-input--panel.size--medium .vxe-input--date-quarter-view td {
680
+ height: 58px; }
681
+ .vxe-input--panel.size--medium .vxe-input--date-month-view td,
682
+ .vxe-input--panel.size--medium .vxe-input--date-year-view td {
683
+ height: 46px; }
684
+ .vxe-input--panel.size--medium .vxe-input--date-picker-body th {
685
+ height: 29px; }
686
+ .vxe-input--panel.size--medium .vxe-input--time-picker-confirm,
687
+ .vxe-input--panel.size--medium .vxe-input--date-picker-confirm {
688
+ height: 29px;
689
+ padding: 0 8px; }
690
+ .vxe-input--panel.size--medium .vxe-input--date-label {
691
+ line-height: 15px; }
692
+ .vxe-input--panel.size--small {
693
+ font-size: 13px; }
694
+ .vxe-input--panel.size--small .vxe-input--panel-wrapper {
695
+ max-height: 340px; }
696
+ .vxe-input--panel.size--small.type--date .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--time .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--week .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--month .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--year .vxe-input--panel-wrapper {
697
+ padding: 9px; }
698
+ .vxe-input--panel.size--small.type--date .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--month .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.size--small.type--year .vxe-input--panel-wrapper {
699
+ width: 312px; }
700
+ .vxe-input--panel.size--small.type--week .vxe-input--panel-wrapper {
701
+ width: 354px; }
702
+ .vxe-input--panel.size--small.type--time .vxe-input--panel-wrapper {
703
+ width: 154px; }
704
+ .vxe-input--panel.size--small.type--datetime .vxe-input--panel-left-wrapper {
705
+ width: 312px; }
706
+ .vxe-input--panel.size--small.type--datetime .vxe-input--panel-left-wrapper,
707
+ .vxe-input--panel.size--small.type--datetime .vxe-input--panel-right-wrapper {
708
+ padding: 9px; }
709
+ .vxe-input--panel.size--small .vxe-input--time-picker-title {
710
+ height: 28px;
711
+ line-height: 28px;
712
+ padding: 0 9px; }
713
+ .vxe-input--panel.size--small .vxe-input--date-picker-label,
714
+ .vxe-input--panel.size--small .vxe-input--date-picker-btn {
715
+ height: 28px;
716
+ line-height: 28px; }
717
+ .vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-btn {
718
+ margin-left: 6px; }
719
+ .vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-prev-btn,
720
+ .vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,
721
+ .vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn {
722
+ width: 28px;
723
+ border-radius: 4px;
724
+ border: 1px solid #dcdfe6; }
725
+ .vxe-input--panel.size--small .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
726
+ .vxe-input--panel.size--small .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
727
+ padding: 0 7px; }
728
+ .vxe-input--panel.size--small .vxe-input--time-picker-header,
729
+ .vxe-input--panel.size--small .vxe-input--date-picker-header {
730
+ padding-bottom: 6px; }
731
+ .vxe-input--panel.size--small .vxe-input--date-picker-body table,
732
+ .vxe-input--panel.size--small .vxe-input--time-picker-body {
733
+ height: 232px; }
734
+ .vxe-input--panel.size--small .vxe-input--time-picker-body > ul {
735
+ width: 44px; }
736
+ .vxe-input--panel.size--small .vxe-input--time-picker-body > ul:before, .vxe-input--panel.size--small .vxe-input--time-picker-body > ul:after {
737
+ height: 110px; }
738
+ .vxe-input--panel.size--small .vxe-input--time-picker-body > ul > li {
739
+ height: 26px;
740
+ padding-left: 7px; }
741
+ .vxe-input--panel.size--small .vxe-input--time-picker-body .vxe-input--time-picker-minute-list {
742
+ left: 44px; }
743
+ .vxe-input--panel.size--small .vxe-input--time-picker-body .vxe-input--time-picker-second-list {
744
+ left: 88px; }
745
+ .vxe-input--panel.size--small .vxe-input--date-day-view td,
746
+ .vxe-input--panel.size--small .vxe-input--date-week-view td {
747
+ height: 34px; }
748
+ .vxe-input--panel.size--small .vxe-input--date-quarter-view td {
749
+ height: 56px; }
750
+ .vxe-input--panel.size--small .vxe-input--date-month-view td,
751
+ .vxe-input--panel.size--small .vxe-input--date-year-view td {
752
+ height: 44px; }
753
+ .vxe-input--panel.size--small .vxe-input--date-picker-body th {
754
+ height: 28px; }
755
+ .vxe-input--panel.size--small .vxe-input--time-picker-confirm,
756
+ .vxe-input--panel.size--small .vxe-input--date-picker-confirm {
757
+ height: 28px;
758
+ padding: 0 7px; }
759
+ .vxe-input--panel.size--small .vxe-input--date-label {
760
+ line-height: 14px; }
761
+ .vxe-input--panel.size--mini {
762
+ font-size: 12px; }
763
+ .vxe-input--panel.size--mini .vxe-input--panel-wrapper {
764
+ max-height: 320px; }
765
+ .vxe-input--panel.size--mini.type--date .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--time .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--week .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--month .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--year .vxe-input--panel-wrapper {
766
+ padding: 8px; }
767
+ .vxe-input--panel.size--mini.type--date .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--month .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--quarter .vxe-input--panel-wrapper, .vxe-input--panel.size--mini.type--year .vxe-input--panel-wrapper {
768
+ width: 288px; }
769
+ .vxe-input--panel.size--mini.type--week .vxe-input--panel-wrapper {
770
+ width: 326px; }
771
+ .vxe-input--panel.size--mini.type--time .vxe-input--panel-wrapper {
772
+ width: 146px; }
773
+ .vxe-input--panel.size--mini.type--datetime .vxe-input--panel-left-wrapper {
774
+ width: 288px; }
775
+ .vxe-input--panel.size--mini.type--datetime .vxe-input--panel-left-wrapper,
776
+ .vxe-input--panel.size--mini.type--datetime .vxe-input--panel-right-wrapper {
777
+ padding: 8px; }
778
+ .vxe-input--panel.size--mini .vxe-input--time-picker-title {
779
+ height: 27px;
780
+ line-height: 27px;
781
+ padding: 0 8px; }
782
+ .vxe-input--panel.size--mini .vxe-input--date-picker-label,
783
+ .vxe-input--panel.size--mini .vxe-input--date-picker-btn {
784
+ height: 27px;
785
+ line-height: 27px; }
786
+ .vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-btn {
787
+ margin-left: 5px; }
788
+ .vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-prev-btn,
789
+ .vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,
790
+ .vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn {
791
+ width: 27px;
792
+ border-radius: 4px;
793
+ border: 1px solid #dcdfe6; }
794
+ .vxe-input--panel.size--mini .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label,
795
+ .vxe-input--panel.size--mini .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn {
796
+ padding: 0 6px; }
797
+ .vxe-input--panel.size--mini .vxe-input--time-picker-header,
798
+ .vxe-input--panel.size--mini .vxe-input--date-picker-header {
799
+ padding-bottom: 5px; }
800
+ .vxe-input--panel.size--mini .vxe-input--date-picker-body table,
801
+ .vxe-input--panel.size--mini .vxe-input--time-picker-body {
802
+ height: 218px; }
803
+ .vxe-input--panel.size--mini .vxe-input--time-picker-body > ul {
804
+ width: 42px; }
805
+ .vxe-input--panel.size--mini .vxe-input--time-picker-body > ul:before, .vxe-input--panel.size--mini .vxe-input--time-picker-body > ul:after {
806
+ height: 100px; }
807
+ .vxe-input--panel.size--mini .vxe-input--time-picker-body > ul > li {
808
+ height: 26px;
809
+ padding-left: 6px; }
810
+ .vxe-input--panel.size--mini .vxe-input--time-picker-body .vxe-input--time-picker-minute-list {
811
+ left: 42px; }
812
+ .vxe-input--panel.size--mini .vxe-input--time-picker-body .vxe-input--time-picker-second-list {
813
+ left: 84px; }
814
+ .vxe-input--panel.size--mini .vxe-input--date-day-view td,
815
+ .vxe-input--panel.size--mini .vxe-input--date-week-view td {
816
+ height: 32px; }
817
+ .vxe-input--panel.size--mini .vxe-input--date-quarter-view td {
818
+ height: 54px; }
819
+ .vxe-input--panel.size--mini .vxe-input--date-month-view td,
820
+ .vxe-input--panel.size--mini .vxe-input--date-year-view td {
821
+ height: 42px; }
822
+ .vxe-input--panel.size--mini .vxe-input--date-picker-body th {
823
+ height: 26px; }
824
+ .vxe-input--panel.size--mini .vxe-input--time-picker-confirm,
825
+ .vxe-input--panel.size--mini .vxe-input--date-picker-confirm {
826
+ height: 27px;
827
+ padding: 0 6px; }
828
+ .vxe-input--panel.size--mini .vxe-input--date-label {
829
+ line-height: 13px; }