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
@@ -24,286 +24,9 @@
24
24
  /*select*/
25
25
  /*switch*/
26
26
  /*pulldown*/
27
- /**Variable**/
28
- [class*="vxe-icon--"] {
29
- display: inline-block;
30
- vertical-align: middle;
31
- position: relative;
32
- direction: ltr;
33
- font-family: Verdana, Arial, Tahoma;
34
- font-weight: normal;
35
- -webkit-user-select: none;
36
- -moz-user-select: none;
37
- -ms-user-select: none;
38
- user-select: none; }
39
- [class*="vxe-icon--"].rotate45 {
40
- transform: rotate(45deg); }
41
- [class*="vxe-icon--"].rotate90 {
42
- transform: rotate(90deg); }
43
- [class*="vxe-icon--"].rotate180 {
44
- transform: rotate(180deg); }
45
-
46
- .vxe-icon--square, .vxe-icon--zoomin, .vxe-icon--zoomout, .vxe-icon--menu, .vxe-icon--caret-top, .vxe-icon--caret-bottom, .vxe-icon--caret-left, .vxe-icon--caret-right, .vxe-icon--arrow-top, .vxe-icon--arrow-bottom, .vxe-icon--arrow-left, .vxe-icon--arrow-right, .vxe-icon--d-arrow-left, .vxe-icon--d-arrow-right, .vxe-icon--funnel, .vxe-icon--edit-outline, .vxe-icon--more, .vxe-icon--plus, .vxe-icon--check, .vxe-icon--close, .vxe-icon--minus, .vxe-icon--refresh, .vxe-icon--question, .vxe-icon--info, .vxe-icon--warning, .vxe-icon--success, .vxe-icon--circle-plus, .vxe-icon--remove, .vxe-icon--error, .vxe-icon--upload,
47
- .vxe-icon--download, .vxe-icon--eye,
48
- .vxe-icon--eye-slash, .vxe-icon--calendar, .vxe-icon--dot, .vxe-icon--print, .vxe-icon--search {
49
- width: 1em;
50
- height: 1em;
51
- line-height: 1em; }
52
-
53
- .vxe-icon--square:before, .vxe-icon--zoomin:before, .vxe-icon--zoomin:after, .vxe-icon--zoomout:before, .vxe-icon--zoomout:after, .vxe-icon--caret-top:before, .vxe-icon--caret-bottom:before, .vxe-icon--caret-left:before, .vxe-icon--caret-right:before, .vxe-icon--arrow-top:before, .vxe-icon--arrow-bottom:before, .vxe-icon--arrow-left:before, .vxe-icon--arrow-right:before, .vxe-icon--d-arrow-left:before, .vxe-icon--d-arrow-right:before, .vxe-icon--d-arrow-left:after, .vxe-icon--d-arrow-right:after, .vxe-icon--funnel:before, .vxe-icon--funnel:after, .vxe-icon--edit-outline:before, .vxe-icon--edit-outline:after, .vxe-icon--more:before, .vxe-icon--plus:before, .vxe-icon--check:before, .vxe-icon--close:before, .vxe-icon--minus:before, .vxe-icon--refresh:before, .vxe-icon--refresh:after, .vxe-icon--question:after, .vxe-icon--info:after, .vxe-icon--warning:after, .vxe-icon--success:after, .vxe-icon--circle-plus:after, .vxe-icon--remove:after, .vxe-icon--error:after, .vxe-icon--upload:before,
54
- .vxe-icon--download:before, .vxe-icon--upload:after,
55
- .vxe-icon--download:after, .vxe-icon--eye:before,
56
- .vxe-icon--eye-slash:before, .vxe-icon--eye-slash:after, .vxe-icon--calendar:before, .vxe-icon--calendar:after, .vxe-icon--dot:before, .vxe-icon--print:before, .vxe-icon--print:after, .vxe-icon--search:before, .vxe-icon--search:after {
57
- content: "";
58
- position: absolute; }
59
-
60
- .vxe-icon--square:before {
61
- left: 0.05em;
62
- top: 0.05em;
63
- width: 0.9em;
64
- height: 0.9em;
65
- border-width: 0.1em;
66
- border-style: solid;
67
- border-color: inherit; }
68
-
69
- .vxe-icon--zoomin {
70
- border-width: 0.1em;
71
- border-style: solid;
72
- border-color: inherit;
73
- background-color: #fff; }
74
- .vxe-icon--zoomin:before, .vxe-icon--zoomin:after {
75
- background-color: inherit; }
76
- .vxe-icon--zoomin:before {
77
- left: -0.1em;
78
- top: 0.2em;
79
- width: 1.1em;
80
- height: 0.4em; }
81
- .vxe-icon--zoomin:after {
82
- top: -0.1em;
83
- left: 0.2em;
84
- width: 0.4em;
85
- height: 1.1em; }
86
-
87
- .vxe-icon--zoomout {
88
- position: relative; }
89
- .vxe-icon--zoomout:before {
90
- right: 0;
91
- top: 0;
92
- width: 0.7em;
93
- height: 0.7em;
94
- border-width: 0.1em;
95
- border-style: solid;
96
- border-color: inherit; }
97
- .vxe-icon--zoomout:after {
98
- left: 0.1em;
99
- bottom: 0.1em;
100
- width: 0.7em;
101
- height: 0.7em;
102
- border-width: 0.1em;
103
- border-style: solid;
104
- border-color: inherit;
105
- background-color: #fff; }
106
-
107
- .vxe-icon--menu:before {
108
- content: "";
109
- display: inline-block;
110
- width: 0.22em;
111
- height: 0.22em;
112
- box-shadow: 0 -0.36em 0, -0.36em -0.36em 0, 0.36em -0.36em 0, 0 0 0 1em inset, -0.36em 0 0, 0.36em 0 0, 0 0.36em 0, -0.36em 0.36em 0, 0.36em 0.36em 0;
113
- margin: 0.26em; }
114
-
115
- .vxe-icon--caret-top:before, .vxe-icon--caret-bottom:before, .vxe-icon--caret-left:before, .vxe-icon--caret-right:before {
116
- border-width: 0.4em;
117
- border-style: solid;
118
- border-color: transparent; }
119
-
120
- .vxe-icon--caret-top:before {
121
- left: 0.1em;
122
- bottom: 0.3em;
123
- border-bottom-color: inherit; }
124
-
125
- .vxe-icon--caret-bottom:before {
126
- left: 0.1em;
127
- top: 0.3em;
128
- border-top-color: inherit; }
129
-
130
- .vxe-icon--caret-left:before {
131
- right: 0.3em;
132
- bottom: 0.1em;
133
- border-right-color: inherit; }
134
-
135
- .vxe-icon--caret-right:before {
136
- left: 0.3em;
137
- bottom: 0.1em;
138
- border-left-color: inherit; }
139
-
140
- .vxe-icon--arrow-top:before, .vxe-icon--arrow-bottom:before, .vxe-icon--arrow-left:before, .vxe-icon--arrow-right:before {
141
- top: 0.4em;
142
- left: 0.14em;
143
- width: 0.7em;
144
- height: 0.7em;
145
- border-width: 0.15em;
146
- border-style: solid;
147
- border-top-color: inherit;
148
- border-right-color: inherit;
149
- border-bottom-color: transparent;
150
- border-left-color: transparent;
151
- border-radius: 0.15em;
152
- transform: rotate(-45deg); }
153
-
154
- .vxe-icon--arrow-bottom:before {
155
- top: 0;
156
- left: 0.14em;
157
- transform: rotate(135deg); }
158
-
159
- .vxe-icon--arrow-left:before {
160
- top: 0.18em;
161
- left: 0.35em;
162
- transform: rotate(-135deg); }
163
-
164
- .vxe-icon--arrow-right:before {
165
- top: 0.18em;
166
- left: 0;
167
- transform: rotate(45deg); }
168
-
169
- .vxe-icon--d-arrow-left:before, .vxe-icon--d-arrow-right:before {
170
- left: 0.15em; }
171
-
172
- .vxe-icon--d-arrow-left:after, .vxe-icon--d-arrow-right:after {
173
- left: 0.58em; }
174
-
175
- .vxe-icon--d-arrow-left:before, .vxe-icon--d-arrow-right:before, .vxe-icon--d-arrow-left:after, .vxe-icon--d-arrow-right:after {
176
- top: 0.18em;
177
- width: 0.7em;
178
- height: 0.7em;
179
- border-width: 0.15em;
180
- border-style: solid;
181
- border-top-color: inherit;
182
- border-right-color: transparent;
183
- border-bottom-color: transparent;
184
- border-left-color: inherit;
185
- border-radius: 0.15em;
186
- transform: rotate(-45deg); }
187
-
188
- .vxe-icon--d-arrow-right:before, .vxe-icon--d-arrow-right:after {
189
- transform: rotate(135deg); }
190
-
191
- .vxe-icon--d-arrow-right:before {
192
- left: -0.25em; }
193
-
194
- .vxe-icon--d-arrow-right:after {
195
- left: 0.18em; }
196
-
197
- .vxe-icon--funnel:before {
198
- top: 0.05em;
199
- left: 0;
200
- border-width: 0.5em;
201
- border-style: solid;
202
- border-top-color: inherit;
203
- border-right-color: transparent;
204
- border-bottom-color: transparent;
205
- border-left-color: transparent; }
206
-
207
- .vxe-icon--funnel:after {
208
- left: 0.41em;
209
- top: 0.4em;
210
- width: 0;
211
- height: 0.5em;
212
- border-width: 0 0.2em 0 0;
213
- border-style: solid;
214
- border-right-color: inherit; }
215
-
216
- .vxe-icon--edit-outline:before {
217
- height: 0.84em;
218
- width: 0.86em;
219
- top: 0.1em;
220
- left: 0.02em;
221
- border-radius: 0.2em;
222
- border-width: 0.1em;
223
- border-style: solid;
224
- border-color: inherit; }
225
-
226
- .vxe-icon--edit-outline:after {
227
- left: 0.6em;
228
- bottom: 0.2em;
229
- width: 0;
230
- height: 0.8em;
231
- border-radius: 0 0 80% 80%;
232
- border-width: 0 0 0 0.22em;
233
- border-style: solid;
234
- border-color: inherit;
235
- transform: rotate(45deg); }
236
-
237
- .vxe-icon--more:before {
238
- content: "...";
239
- top: 0;
240
- left: 0.1em;
241
- line-height: 0.5em;
242
- font-weight: 700; }
243
-
244
- .vxe-icon--plus:before {
245
- content: "+";
246
- left: -0.12em;
247
- bottom: -0.1em;
248
- line-height: 1em;
249
- font-size: 1.6em; }
250
-
251
- .vxe-icon--check:before {
252
- left: 0.25em;
253
- bottom: 0.2em;
254
- width: 0.5em;
255
- height: 0.9em;
256
- border-width: 0.15em;
257
- border-style: solid;
258
- border-top-color: transparent;
259
- border-right-color: inherit;
260
- border-bottom-color: inherit;
261
- border-radius: 0.15em;
262
- border-left-color: transparent;
263
- transform: rotate(45deg); }
264
-
265
- .vxe-icon--close:before {
266
- content: "+";
267
- left: -0.1em;
268
- bottom: -0.16em;
269
- line-height: 1em;
270
- font-size: 1.8em;
271
- transform: rotate(45deg); }
272
-
273
- .vxe-icon--minus:before {
274
- content: "\2500";
275
- left: 0;
276
- bottom: 0;
277
- width: 100%;
278
- text-align: center;
279
- line-height: 0.9em;
280
- font-size: 1.2em; }
281
-
282
- .vxe-icon--refresh {
283
- border-width: 0.1em;
284
- border-style: solid;
285
- border-radius: 50%;
286
- border-right-color: transparent !important;
287
- border-left-color: transparent !important; }
288
- .vxe-icon--refresh:before {
289
- left: 50%;
290
- top: 0;
291
- transform: translateX(50%) rotate(-45deg); }
292
- .vxe-icon--refresh:after {
293
- right: 50%;
294
- bottom: 0;
295
- transform: translateX(-50%) rotate(135deg); }
296
- .vxe-icon--refresh:before, .vxe-icon--refresh:after {
297
- width: 0;
298
- height: 0;
299
- border-width: 0.25em;
300
- border-style: solid;
301
- border-right-color: transparent;
302
- border-bottom-color: transparent;
303
- border-left-color: transparent; }
304
- .vxe-icon--refresh.roll {
305
- -webkit-animation: rollCircle 1s infinite linear;
306
- animation: rollCircle 1s infinite linear; }
27
+ @font-face {
28
+ font-family: "vxeiconfont";
29
+ src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"); }
307
30
 
308
31
  @-webkit-keyframes rollCircle {
309
32
  0% {
@@ -317,197 +40,446 @@
317
40
  100% {
318
41
  transform: rotate(360deg); } }
319
42
 
320
- .vxe-icon--question:before, .vxe-icon--info:before, .vxe-icon--warning:before, .vxe-icon--success:before, .vxe-icon--circle-plus:before, .vxe-icon--remove:before, .vxe-icon--error:before {
321
- content: "";
322
- border-radius: 50%;
323
- border-width: 0.5em;
324
- border-style: solid;
325
- border-color: inherit;
326
- position: absolute;
327
- top: 0;
328
- left: 0;
329
- transform: scale(0.95); }
43
+ [class*="vxe-icon-"] {
44
+ font-family: "vxeiconfont" !important;
45
+ font-style: normal;
46
+ font-weight: 400;
47
+ font-size: 1.1em;
48
+ -webkit-font-smoothing: antialiased;
49
+ -moz-osx-font-smoothing: grayscale; }
50
+ [class*="vxe-icon-"].animat, [class*="vxe-icon-"].roll {
51
+ display: inline-block; }
52
+ [class*="vxe-icon-"].animat {
53
+ transition: transform 0.25s ease-in-out; }
54
+ [class*="vxe-icon-"].rotate45 {
55
+ transform: rotate(45deg); }
56
+ [class*="vxe-icon-"].rotate90 {
57
+ transform: rotate(90deg); }
58
+ [class*="vxe-icon-"].rotate180 {
59
+ transform: rotate(180deg); }
60
+ [class*="vxe-icon-"].roll {
61
+ -webkit-animation: rollCircle 1s infinite linear;
62
+ animation: rollCircle 1s infinite linear; }
330
63
 
331
- .vxe-icon--question:after, .vxe-icon--info:after, .vxe-icon--warning:after {
332
- left: 0;
333
- bottom: 0;
334
- width: 100%;
335
- text-align: center;
336
- color: #fff;
337
- transform: rotate(-10deg) scale(0.75); }
64
+ .vxe-icon-file-excel:before {
65
+ content: "\e7b7"; }
338
66
 
339
- .vxe-icon--question:after {
340
- content: "\3F"; }
67
+ .vxe-icon-file-pdf:before {
68
+ content: "\e7b8"; }
341
69
 
342
- .vxe-icon--info:after {
343
- content: "\A1"; }
70
+ .vxe-icon-file-image:before {
71
+ content: "\e7ba"; }
344
72
 
345
- .vxe-icon--warning:after {
346
- content: "\21"; }
73
+ .vxe-icon-file-markdown:before {
74
+ content: "\e7bb"; }
347
75
 
348
- .vxe-icon--success:after {
349
- content: "\2713";
350
- left: 0.25em;
351
- bottom: 0;
352
- color: #fff;
353
- font-size: 0.65em; }
76
+ .vxe-icon-file-ppt:before {
77
+ content: "\e7bc"; }
354
78
 
355
- .vxe-icon--circle-plus:after {
356
- content: "+";
357
- left: 0;
358
- bottom: 0;
359
- width: 100%;
360
- text-align: center;
361
- color: #fff;
362
- line-height: 1.4em;
363
- font-size: 0.8em; }
79
+ .vxe-icon-file-word:before {
80
+ content: "\e7bd"; }
364
81
 
365
- .vxe-icon--remove:after {
366
- content: "\2500";
367
- left: 0;
368
- bottom: 0;
369
- width: 100%;
370
- text-align: center;
371
- line-height: 1.5em;
372
- color: #fff;
373
- font-size: 0.7em; }
82
+ .vxe-icon-file-zip:before {
83
+ content: "\e7be"; }
374
84
 
375
- .vxe-icon--error:after {
376
- content: "\D7";
377
- left: 0;
378
- bottom: 0;
379
- width: 100%;
380
- line-height: 1.4em;
381
- text-align: center;
382
- color: #fff;
383
- font-size: 0.8em; }
384
-
385
- .vxe-icon--upload,
386
- .vxe-icon--download {
387
- overflow: hidden; }
388
- .vxe-icon--upload:before,
389
- .vxe-icon--download:before {
390
- left: 0;
391
- width: 1em;
392
- border-width: 0;
393
- border-style: solid;
394
- border-color: inherit; }
395
- .vxe-icon--upload:after,
396
- .vxe-icon--download:after {
397
- width: 100%;
398
- text-align: center;
399
- font-size: 2em; }
85
+ .vxe-icon-file-txt:before {
86
+ content: "\e616"; }
400
87
 
401
- .vxe-icon--upload:before {
402
- top: 0.1em;
403
- border-top-width: 0.1em; }
88
+ .vxe-icon-refresh:before {
89
+ content: "\e647"; }
404
90
 
405
- .vxe-icon--upload:after {
406
- content: "\2191";
407
- left: 0;
408
- top: 0.15em; }
91
+ .vxe-icon-checkbox-unchecked:before {
92
+ content: "\e727"; }
409
93
 
410
- .vxe-icon--download:before {
411
- bottom: 0.05em;
412
- border-bottom-width: 0.1em; }
94
+ .vxe-icon-information:before {
95
+ content: "\e7b9"; }
413
96
 
414
- .vxe-icon--download:after {
415
- content: "\2191";
416
- left: 0;
417
- bottom: 0.15em;
418
- transform: rotate(180deg); }
97
+ .vxe-icon-info-circle-fill:before {
98
+ content: "\e697"; }
419
99
 
420
- .vxe-icon--eye:before,
421
- .vxe-icon--eye-slash:before {
422
- content: "\25CF";
423
- top: 0.16em;
424
- left: 0;
425
- width: 1em;
426
- height: 0.68em;
427
- line-height: 0.25em;
428
- border-radius: 50%;
429
- border-width: 0.1em;
430
- border-style: solid;
431
- border-color: inherit;
432
- text-align: center; }
433
-
434
- .vxe-icon--eye-slash:after {
435
- top: -0.1em;
436
- left: 0.45em;
437
- width: 0;
438
- height: 1.2em;
439
- border-width: 0;
440
- border-style: solid;
441
- border-color: inherit;
442
- border-left-width: 0.1em;
443
- transform: rotate(45deg); }
444
-
445
- .vxe-icon--calendar:before {
446
- top: 0.15em;
447
- left: 0;
448
- width: 1em;
449
- height: 0.8em;
450
- border-width: 0.2em 0.1em 0.1em 0.1em;
451
- border-radius: 0.1em 0.1em 0 0;
452
- border-style: solid;
453
- border-color: inherit; }
454
-
455
- .vxe-icon--calendar:after {
456
- left: 0.2em;
457
- top: 0;
458
- width: 0.6em;
459
- height: 0.3em;
460
- border-width: 0 0.1em;
461
- border-style: solid;
462
- border-color: inherit; }
463
-
464
- .vxe-icon--dot:before {
465
- top: 0.25em;
466
- left: 0.25em;
467
- border-radius: 50%;
468
- border-width: 0.25em;
469
- border-style: solid;
470
- border-color: inherit; }
471
-
472
- .vxe-icon--print {
473
- box-shadow: inset 0 0 0 0.1em;
474
- border-width: 0.2em 0;
475
- border-style: solid;
476
- border-color: transparent !important;
477
- border-radius: 0.3em 0.3em 0 0; }
478
- .vxe-icon--print:before {
479
- width: 0.6em;
480
- height: 0.3em;
481
- top: -0.2em;
482
- left: 0.2em;
483
- box-shadow: inset 0 0 0 0.1em; }
484
- .vxe-icon--print:after {
485
- width: 0.6em;
486
- height: 0.6em;
487
- left: 0.2em;
488
- bottom: -0.2em;
489
- box-shadow: inset 0 0 0 0.1em;
490
- background-color: #fff; }
491
-
492
- .vxe-icon--search:before {
493
- top: 0;
494
- left: 0;
495
- width: 0.8em;
496
- height: 0.8em;
497
- border-width: 0.15em;
498
- border-style: solid;
499
- border-color: inherit;
500
- border-radius: 50%; }
501
-
502
- .vxe-icon--search:after {
503
- top: 0.75em;
504
- left: 0.6em;
505
- width: 0.35em;
506
- height: 0;
507
- border-width: 0.15em 0 0 0;
508
- border-style: solid;
509
- border-color: inherit;
510
- transform: rotate(45deg); }
100
+ .vxe-icon-info-circle:before {
101
+ content: "\e618"; }
102
+
103
+ .vxe-icon-chart-radar:before {
104
+ content: "\e7dc"; }
105
+
106
+ .vxe-icon-chart-bar-x:before {
107
+ content: "\e60c"; }
108
+
109
+ .vxe-icon-repeat:before {
110
+ content: "\ea4a"; }
111
+
112
+ .vxe-icon-voice-fill:before {
113
+ content: "\e7c3"; }
114
+
115
+ .vxe-icon-voice:before {
116
+ content: "\e6be"; }
117
+
118
+ .vxe-icon-flow-branch:before {
119
+ content: "\e604"; }
120
+
121
+ .vxe-icon-comment:before {
122
+ content: "\e70c"; }
123
+
124
+ .vxe-icon-envelope:before {
125
+ content: "\e628"; }
126
+
127
+ .vxe-icon-folder:before {
128
+ content: "\e7d1"; }
129
+
130
+ .vxe-icon-folder-open:before {
131
+ content: "\e7d2"; }
132
+
133
+ .vxe-icon-picture:before {
134
+ content: "\ea13"; }
135
+
136
+ .vxe-icon-picture-fill:before {
137
+ content: "\e653"; }
138
+
139
+ .vxe-icon-bell:before {
140
+ content: "\e680"; }
141
+
142
+ .vxe-icon-bell-fill:before {
143
+ content: "\e681"; }
144
+
145
+ .vxe-icon-undo:before {
146
+ content: "\e739"; }
147
+
148
+ .vxe-icon-home:before {
149
+ content: "\e7c6"; }
150
+
151
+ .vxe-icon-home-fill:before {
152
+ content: "\e867"; }
153
+
154
+ .vxe-icon-checkbox-checked:before {
155
+ content: "\e67d"; }
156
+
157
+ .vxe-icon-checkbox-indeterminate:before {
158
+ content: "\e8c4"; }
159
+
160
+ .vxe-icon-fullscreen:before {
161
+ content: "\e70e"; }
162
+
163
+ .vxe-icon-minimize:before {
164
+ content: "\e749"; }
165
+
166
+ .vxe-icon-print:before {
167
+ content: "\eba0"; }
168
+
169
+ .vxe-icon-upload:before {
170
+ content: "\e683"; }
171
+
172
+ .vxe-icon-download:before {
173
+ content: "\e61a"; }
174
+
175
+ .vxe-icon-cloud-upload:before {
176
+ content: "\e603"; }
177
+
178
+ .vxe-icon-cloud-download:before {
179
+ content: "\e63a"; }
180
+
181
+ .vxe-icon-spinner:before {
182
+ content: "\e601"; }
183
+
184
+ .vxe-icon-close:before {
185
+ content: "\e6e9"; }
186
+
187
+ .vxe-icon-custom-column:before {
188
+ content: "\e62d"; }
189
+
190
+ .vxe-icon-edit:before {
191
+ content: "\e66e"; }
192
+
193
+ .vxe-icon-zoom-in:before {
194
+ content: "\e826"; }
195
+
196
+ .vxe-icon-caret-down:before {
197
+ content: "\e8ed"; }
198
+
199
+ .vxe-icon-caret-up:before {
200
+ content: "\e8ee"; }
201
+
202
+ .vxe-icon-caret-right:before {
203
+ content: "\e8ef"; }
204
+
205
+ .vxe-icon-caret-left:before {
206
+ content: "\e8f0"; }
207
+
208
+ .vxe-icon-square-checked-fill:before {
209
+ content: "\e6d4"; }
210
+
211
+ .vxe-icon-square-close:before {
212
+ content: "\e793"; }
213
+
214
+ .vxe-icon-square-down:before {
215
+ content: "\e794"; }
216
+
217
+ .vxe-icon-square-left:before {
218
+ content: "\e796"; }
219
+
220
+ .vxe-icon-square-caret-right:before {
221
+ content: "\e797"; }
222
+
223
+ .vxe-icon-square-minus:before {
224
+ content: "\e798"; }
225
+
226
+ .vxe-icon-square-plus:before {
227
+ content: "\e799"; }
228
+
229
+ .vxe-icon-square-right:before {
230
+ content: "\e79a"; }
231
+
232
+ .vxe-icon-square-up:before {
233
+ content: "\e79b"; }
234
+
235
+ .vxe-icon-square-checked:before {
236
+ content: "\e7a8"; }
237
+
238
+ .vxe-icon-square-down-fill:before {
239
+ content: "\e84b"; }
240
+
241
+ .vxe-icon-square-minus-fill:before {
242
+ content: "\e84c"; }
243
+
244
+ .vxe-icon-square-close-fill:before {
245
+ content: "\e84d"; }
246
+
247
+ .vxe-icon-square-left-fill:before {
248
+ content: "\e84f"; }
249
+
250
+ .vxe-icon-square-caret-right-fill:before {
251
+ content: "\e850"; }
252
+
253
+ .vxe-icon-square-up-fill:before {
254
+ content: "\e851"; }
255
+
256
+ .vxe-icon-square-right-fill:before {
257
+ content: "\e853"; }
258
+
259
+ .vxe-icon-square-plus-fill:before {
260
+ content: "\e854"; }
261
+
262
+ .vxe-icon-square-plus-square:before {
263
+ content: "\e87e"; }
264
+
265
+ .vxe-icon-square-fill:before {
266
+ content: "\e8d9"; }
267
+
268
+ .vxe-icon-square-square:before {
269
+ content: "\e6a1"; }
270
+
271
+ .vxe-icon-sort-alpha-desc:before {
272
+ content: "\e852"; }
273
+
274
+ .vxe-icon-sort-alpha-asc:before {
275
+ content: "\e7d5"; }
276
+
277
+ .vxe-icon-sort-numeric-asc:before {
278
+ content: "\e800"; }
279
+
280
+ .vxe-icon-sort-numeric-desc:before {
281
+ content: "\e801"; }
282
+
283
+ .vxe-icon-star-fill:before {
284
+ content: "\e69e"; }
285
+
286
+ .vxe-icon-star:before {
287
+ content: "\e69f"; }
288
+
289
+ .vxe-icon-star-half:before {
290
+ content: "\e6b6"; }
291
+
292
+ .vxe-icon-lock-fill:before {
293
+ content: "\e6d1"; }
294
+
295
+ .vxe-icon-unlock-fill:before {
296
+ content: "\e92c"; }
297
+
298
+ .vxe-icon-question:before {
299
+ content: "\e72e"; }
300
+
301
+ .vxe-icon-exclamation:before {
302
+ content: "\e617"; }
303
+
304
+ .vxe-icon-ellipsis-h:before {
305
+ content: "\e636"; }
306
+
307
+ .vxe-icon-ellipsis-v:before {
308
+ content: "\e637"; }
309
+
310
+ .vxe-icon-save:before {
311
+ content: "\e67c"; }
312
+
313
+ .vxe-icon-setting:before {
314
+ content: "\e8b8"; }
315
+
316
+ .vxe-icon-setting-fill:before {
317
+ content: "\e795"; }
318
+
319
+ .vxe-icon-user-fill:before {
320
+ content: "\e652"; }
321
+
322
+ .vxe-icon-link:before {
323
+ content: "\e6c8"; }
324
+
325
+ .vxe-icon-user:before {
326
+ content: "\e61b"; }
327
+
328
+ .vxe-icon-sort:before {
329
+ content: "\e6a0"; }
330
+
331
+ .vxe-icon-chart-pie:before {
332
+ content: "\e902"; }
333
+
334
+ .vxe-icon-chart-line:before {
335
+ content: "\e904"; }
336
+
337
+ .vxe-icon-swap:before {
338
+ content: "\e7f3"; }
339
+
340
+ .vxe-icon-num-list:before {
341
+ content: "\e7f4"; }
342
+
343
+ .vxe-icon-copy:before {
344
+ content: "\ec7a"; }
345
+
346
+ .vxe-icon-company:before {
347
+ content: "\e602"; }
348
+
349
+ .vxe-icon-swap-right:before {
350
+ content: "\e8f1"; }
351
+
352
+ .vxe-icon-swap-left:before {
353
+ content: "\e8f2"; }
354
+
355
+ .vxe-icon-table:before {
356
+ content: "\e920"; }
357
+
358
+ .vxe-icon-merge-cells:before {
359
+ content: "\e901"; }
360
+
361
+ .vxe-icon-paste:before {
362
+ content: "\e70b"; }
363
+
364
+ .vxe-icon-cut:before {
365
+ content: "\e70d"; }
366
+
367
+ .vxe-icon-lock:before {
368
+ content: "\e676"; }
369
+
370
+ .vxe-icon-unlock:before {
371
+ content: "\e682"; }
372
+
373
+ .vxe-icon-chart-bar-y:before {
374
+ content: "\e84e"; }
375
+
376
+ .vxe-icon-fixed-fill:before {
377
+ content: "\e9b9"; }
378
+
379
+ .vxe-icon-fixed:before {
380
+ content: "\e9ba"; }
381
+
382
+ .vxe-icon-square:before {
383
+ content: "\e6d5"; }
384
+
385
+ .vxe-icon-check:before {
386
+ content: "\e645"; }
387
+
388
+ .vxe-icon-question-circle-fill:before {
389
+ content: "\e690"; }
390
+
391
+ .vxe-icon-error-circle-fill:before {
392
+ content: "\e62b"; }
393
+
394
+ .vxe-icon-delete:before {
395
+ content: "\e69d"; }
396
+
397
+ .vxe-icon-dot:before {
398
+ content: "\e63f"; }
399
+
400
+ .vxe-icon-success-circle:before {
401
+ content: "\e6d9"; }
402
+
403
+ .vxe-icon-delete-fill:before {
404
+ content: "\e634"; }
405
+
406
+ .vxe-icon-minus:before {
407
+ content: "\e6ba"; }
408
+
409
+ .vxe-icon-maximize:before {
410
+ content: "\e600"; }
411
+
412
+ .vxe-icon-question-circle:before {
413
+ content: "\e782"; }
414
+
415
+ .vxe-icon-warning-circle:before {
416
+ content: "\e785"; }
417
+
418
+ .vxe-icon-warnion-circle-fill:before {
419
+ content: "\e848"; }
420
+
421
+ .vxe-icon-eye-fill:before {
422
+ content: "\e869"; }
423
+
424
+ .vxe-icon-search:before {
425
+ content: "\e741"; }
426
+
427
+ .vxe-icon-funnel:before {
428
+ content: "\e8ec"; }
429
+
430
+ .vxe-icon-eye-fill-close:before {
431
+ content: "\e8ff"; }
432
+
433
+ .vxe-icon-search-zoom-in:before {
434
+ content: "\e6a5"; }
435
+
436
+ .vxe-icon-arrow-right:before {
437
+ content: "\e743"; }
438
+
439
+ .vxe-icon-arrow-left:before {
440
+ content: "\e744"; }
441
+
442
+ .vxe-icon-arrow-up:before {
443
+ content: "\e745"; }
444
+
445
+ .vxe-icon-calendar:before {
446
+ content: "\e746"; }
447
+
448
+ .vxe-icon-arrow-down:before {
449
+ content: "\e7b2"; }
450
+
451
+ .vxe-icon-warning-triangle:before {
452
+ content: "\e67f"; }
453
+
454
+ .vxe-icon-add:before {
455
+ content: "\e664"; }
456
+
457
+ .vxe-icon-arrow-double-left:before {
458
+ content: "\e665"; }
459
+
460
+ .vxe-icon-arrow-double-right:before {
461
+ content: "\e666"; }
462
+
463
+ .vxe-icon-menu:before {
464
+ content: "\e677"; }
465
+
466
+ .vxe-icon-warning-triangle-fill:before {
467
+ content: "\e68b"; }
468
+
469
+ .vxe-icon-error-circle:before {
470
+ content: "\e613"; }
471
+
472
+ .vxe-icon-zoom-out:before {
473
+ content: "\e65d"; }
474
+
475
+ .vxe-icon-success-circle-fill:before {
476
+ content: "\e67e"; }
477
+
478
+ .vxe-icon-radio-checked:before {
479
+ content: "\e763"; }
480
+
481
+ .vxe-icon-radio-unchecked:before {
482
+ content: "\e7c9"; }
511
483
 
512
484
  /*加载中*/
513
485
  .vxe-loading {
@@ -534,7 +506,7 @@
534
506
  text-align: center;
535
507
  color: #409eff; }
536
508
  .vxe-loading .vxe-loading--default-icon {
537
- font-size: 1.2em; }
509
+ font-size: 1.4em; }
538
510
  .vxe-loading .vxe-loading--text {
539
511
  padding: 0.4em 0; }
540
512
  .vxe-loading .vxe-loading--spinner {