vxe-table 4.3.5 → 4.3.6

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 (491) hide show
  1. package/es/button/style.css +465 -341
  2. package/es/checkbox/style.css +156 -127
  3. package/es/checkbox-group/style.css +1 -1
  4. package/es/colgroup/style.css +1 -1
  5. package/es/column/style.css +1 -1
  6. package/es/edit/style.css +1 -1
  7. package/es/export/src/hook.js +1 -0
  8. package/es/export/style.css +136 -108
  9. package/es/filter/src/hook.js +1 -1
  10. package/es/filter/style.css +103 -82
  11. package/es/form/src/form.js +5 -4
  12. package/es/form/style.css +201 -168
  13. package/es/form-gather/style.css +1 -1
  14. package/es/form-item/style.css +1 -1
  15. package/es/grid/style.css +61 -50
  16. package/es/icon/style/iconfont.1669214286403.ttf +0 -0
  17. package/es/icon/style/iconfont.1669214286403.woff +0 -0
  18. package/es/icon/style/iconfont.1669214286403.woff2 +0 -0
  19. package/es/icon/style.css +372 -195
  20. package/es/iconfont.1669214286403.ttf +0 -0
  21. package/es/iconfont.1669214286403.woff +0 -0
  22. package/es/iconfont.1669214286403.woff2 +0 -0
  23. package/es/input/style.css +771 -595
  24. package/es/keyboard/style.css +1 -1
  25. package/es/list/src/list.js +7 -1
  26. package/es/list/style.css +19 -14
  27. package/es/loading/style.css +52 -48
  28. package/es/menu/style.css +79 -59
  29. package/es/modal/style.css +311 -247
  30. package/es/optgroup/style.css +1 -1
  31. package/es/option/style.css +1 -1
  32. package/es/pager/style.css +307 -257
  33. package/es/pulldown/src/pulldown.js +9 -3
  34. package/es/pulldown/style.css +42 -31
  35. package/es/radio/style.css +184 -151
  36. package/es/radio-button/style.css +1 -1
  37. package/es/radio-group/style.css +1 -1
  38. package/es/select/style.css +108 -79
  39. package/es/style.css +1 -1
  40. package/es/style.min.css +1 -1
  41. package/es/switch/style.css +87 -67
  42. package/es/table/src/column.js +2 -0
  43. package/es/table/src/columnInfo.js +1 -0
  44. package/es/table/src/table.js +16 -16
  45. package/es/table/style.css +1025 -835
  46. package/es/textarea/style.css +57 -41
  47. package/es/toolbar/style.css +216 -174
  48. package/es/tools/log.js +1 -1
  49. package/es/tooltip/style.css +87 -63
  50. package/es/v-x-e-table/index.js +1 -1
  51. package/es/v-x-e-table/style.css +424 -243
  52. package/es/validator/style.css +1 -1
  53. package/es/vxe-button/style.css +465 -341
  54. package/es/vxe-checkbox/style.css +156 -127
  55. package/es/vxe-checkbox-group/style.css +1 -1
  56. package/es/vxe-colgroup/style.css +1 -1
  57. package/es/vxe-column/style.css +1 -1
  58. package/es/vxe-form/style.css +201 -168
  59. package/es/vxe-form-gather/style.css +1 -1
  60. package/es/vxe-form-item/style.css +1 -1
  61. package/es/vxe-grid/style.css +61 -50
  62. package/es/vxe-icon/style.css +372 -195
  63. package/es/vxe-input/style.css +771 -595
  64. package/es/vxe-list/style.css +19 -14
  65. package/es/vxe-loading/style.css +52 -48
  66. package/es/vxe-modal/style.css +311 -247
  67. package/es/vxe-module-edit/style.css +1 -1
  68. package/es/vxe-module-export/style.css +136 -108
  69. package/es/vxe-module-filter/style.css +103 -82
  70. package/es/vxe-module-keyboard/style.css +1 -1
  71. package/es/vxe-module-menu/style.css +79 -59
  72. package/es/vxe-module-validator/style.css +1 -1
  73. package/es/vxe-optgroup/style.css +1 -1
  74. package/es/vxe-option/style.css +1 -1
  75. package/es/vxe-pager/style.css +307 -257
  76. package/es/vxe-pulldown/style.css +42 -31
  77. package/es/vxe-radio/style.css +184 -151
  78. package/es/vxe-radio-button/style.css +1 -1
  79. package/es/vxe-radio-group/style.css +1 -1
  80. package/es/vxe-select/style.css +108 -79
  81. package/es/vxe-switch/style.css +87 -67
  82. package/es/vxe-table/style.css +1025 -835
  83. package/es/vxe-textarea/style.css +57 -41
  84. package/es/vxe-toolbar/style.css +216 -174
  85. package/es/vxe-tooltip/style.css +87 -63
  86. package/lib/all.js +45 -115
  87. package/lib/all.min.js +1 -1
  88. package/lib/button/index.js +1 -7
  89. package/lib/button/index.min.js +1 -1
  90. package/lib/button/src/button.js +48 -113
  91. package/lib/button/src/button.min.js +1 -1
  92. package/lib/button/style/style.css +465 -341
  93. package/lib/button/style/style.min.css +1 -1
  94. package/lib/checkbox/index.js +1 -7
  95. package/lib/checkbox/index.min.js +1 -1
  96. package/lib/checkbox/src/checkbox.js +12 -32
  97. package/lib/checkbox/src/checkbox.min.js +1 -1
  98. package/lib/checkbox/src/group.js +13 -28
  99. package/lib/checkbox/src/group.min.js +1 -1
  100. package/lib/checkbox/style/style.css +156 -127
  101. package/lib/checkbox/style/style.min.css +1 -1
  102. package/lib/checkbox-group/index.js +1 -7
  103. package/lib/checkbox-group/index.min.js +1 -1
  104. package/lib/checkbox-group/style/style.css +1 -1
  105. package/lib/colgroup/index.js +5 -12
  106. package/lib/colgroup/index.min.js +1 -1
  107. package/lib/colgroup/style/style.css +1 -1
  108. package/lib/column/index.js +5 -12
  109. package/lib/column/index.min.js +1 -1
  110. package/lib/column/style/style.css +1 -1
  111. package/lib/dynamics/index.js +1 -5
  112. package/lib/dynamics/index.min.js +1 -1
  113. package/lib/edit/index.js +1 -5
  114. package/lib/edit/index.min.js +1 -1
  115. package/lib/edit/src/hook.js +102 -248
  116. package/lib/edit/src/hook.min.js +1 -1
  117. package/lib/edit/style/style.css +1 -1
  118. package/lib/export/index.js +4 -19
  119. package/lib/export/index.min.js +1 -1
  120. package/lib/export/src/export-panel.js +38 -77
  121. package/lib/export/src/export-panel.min.js +1 -1
  122. package/lib/export/src/hook.js +127 -380
  123. package/lib/export/src/hook.min.js +1 -1
  124. package/lib/export/src/import-panel.js +17 -39
  125. package/lib/export/src/import-panel.min.js +1 -1
  126. package/lib/export/src/util.js +10 -52
  127. package/lib/export/src/util.min.js +1 -1
  128. package/lib/export/style/style.css +136 -108
  129. package/lib/export/style/style.min.css +1 -1
  130. package/lib/filter/index.js +1 -10
  131. package/lib/filter/index.min.js +1 -1
  132. package/lib/filter/src/hook.js +31 -82
  133. package/lib/filter/src/hook.min.js +1 -1
  134. package/lib/filter/src/panel.js +25 -52
  135. package/lib/filter/src/panel.min.js +1 -1
  136. package/lib/filter/style/style.css +103 -82
  137. package/lib/filter/style/style.min.css +1 -1
  138. package/lib/footer/index.js +1 -7
  139. package/lib/footer/index.min.js +1 -1
  140. package/lib/footer/src/footer.js +51 -96
  141. package/lib/footer/src/footer.min.js +1 -1
  142. package/lib/form/index.js +1 -7
  143. package/lib/form/index.min.js +1 -1
  144. package/lib/form/src/form-config-item.js +27 -56
  145. package/lib/form/src/form-config-item.min.js +1 -1
  146. package/lib/form/src/form-gather.js +3 -12
  147. package/lib/form/src/form-gather.min.js +1 -1
  148. package/lib/form/src/form-item.js +23 -52
  149. package/lib/form/src/form-item.min.js +1 -1
  150. package/lib/form/src/form.js +78 -185
  151. package/lib/form/src/form.min.js +1 -1
  152. package/lib/form/src/itemInfo.js +1 -9
  153. package/lib/form/src/render.js +7 -26
  154. package/lib/form/src/render.min.js +1 -1
  155. package/lib/form/src/util.js +4 -28
  156. package/lib/form/src/util.min.js +1 -1
  157. package/lib/form/style/style.css +201 -168
  158. package/lib/form/style/style.min.css +1 -1
  159. package/lib/form-gather/index.js +1 -7
  160. package/lib/form-gather/index.min.js +1 -1
  161. package/lib/form-gather/style/style.css +1 -1
  162. package/lib/form-item/index.js +1 -7
  163. package/lib/form-item/index.min.js +1 -1
  164. package/lib/form-item/style/style.css +1 -1
  165. package/lib/grid/index.js +1 -7
  166. package/lib/grid/index.min.js +1 -1
  167. package/lib/grid/src/grid.js +97 -315
  168. package/lib/grid/src/grid.min.js +1 -1
  169. package/lib/grid/style/style.css +61 -50
  170. package/lib/grid/style/style.min.css +1 -1
  171. package/lib/header/index.js +1 -7
  172. package/lib/header/index.min.js +1 -1
  173. package/lib/header/src/header.js +47 -87
  174. package/lib/header/src/header.min.js +1 -1
  175. package/lib/header/src/util.js +3 -14
  176. package/lib/header/src/util.min.js +1 -1
  177. package/lib/hooks/size.js +0 -2
  178. package/lib/icon/index.js +1 -7
  179. package/lib/icon/index.min.js +1 -1
  180. package/lib/icon/src/icon.js +2 -7
  181. package/lib/icon/style/iconfont.1669214286403.ttf +0 -0
  182. package/lib/icon/style/iconfont.1669214286403.woff +0 -0
  183. package/lib/icon/style/iconfont.1669214286403.woff2 +0 -0
  184. package/lib/icon/style/style.css +372 -195
  185. package/lib/icon/style/style.min.css +719 -1
  186. package/lib/iconfont.1669214286403.ttf +0 -0
  187. package/lib/iconfont.1669214286403.woff +0 -0
  188. package/lib/iconfont.1669214286403.woff2 +0 -0
  189. package/lib/index.common.js +3 -10
  190. package/lib/index.common.min.js +1 -1
  191. package/lib/index.umd.js +14466 -23839
  192. package/lib/index.umd.min.js +1 -1
  193. package/lib/input/index.js +1 -7
  194. package/lib/input/index.min.js +1 -1
  195. package/lib/input/src/date.js +0 -10
  196. package/lib/input/src/date.min.js +1 -1
  197. package/lib/input/src/input.js +217 -553
  198. package/lib/input/src/input.min.js +1 -1
  199. package/lib/input/src/number.js +0 -5
  200. package/lib/input/style/style.css +771 -595
  201. package/lib/input/style/style.min.css +1 -1
  202. package/lib/keyboard/index.js +1 -5
  203. package/lib/keyboard/index.min.js +1 -1
  204. package/lib/keyboard/src/hook.js +40 -106
  205. package/lib/keyboard/src/hook.min.js +1 -1
  206. package/lib/keyboard/style/style.css +1 -1
  207. package/lib/list/index.js +1 -7
  208. package/lib/list/index.min.js +1 -1
  209. package/lib/list/src/list.js +39 -91
  210. package/lib/list/src/list.min.js +1 -1
  211. package/lib/list/style/style.css +19 -14
  212. package/lib/loading/index.js +1 -4
  213. package/lib/loading/index.min.js +1 -1
  214. package/lib/loading/src/loading.js +1 -6
  215. package/lib/loading/style/style.css +52 -48
  216. package/lib/loading/style/style.min.css +1 -1
  217. package/lib/locale/lang/zh-HK.js +0 -3
  218. package/lib/locale/lang/zh-MO.js +0 -3
  219. package/lib/locale/lang/zh-TW.js +0 -3
  220. package/lib/menu/index.js +1 -10
  221. package/lib/menu/index.min.js +1 -1
  222. package/lib/menu/src/hooks.js +45 -109
  223. package/lib/menu/src/hooks.min.js +1 -1
  224. package/lib/menu/src/panel.js +10 -19
  225. package/lib/menu/src/panel.min.js +1 -1
  226. package/lib/menu/style/style.css +79 -59
  227. package/lib/menu/style/style.min.css +1 -1
  228. package/lib/modal/index.js +5 -36
  229. package/lib/modal/index.min.js +1 -1
  230. package/lib/modal/src/modal.js +128 -315
  231. package/lib/modal/src/modal.min.js +1 -1
  232. package/lib/modal/style/style.css +311 -247
  233. package/lib/modal/style/style.min.css +1 -1
  234. package/lib/optgroup/index.js +1 -7
  235. package/lib/optgroup/index.min.js +1 -1
  236. package/lib/optgroup/style/style.css +1 -1
  237. package/lib/option/index.js +1 -7
  238. package/lib/option/index.min.js +1 -1
  239. package/lib/option/style/style.css +1 -1
  240. package/lib/pager/index.js +1 -7
  241. package/lib/pager/index.min.js +1 -1
  242. package/lib/pager/src/pager.js +74 -151
  243. package/lib/pager/src/pager.min.js +1 -1
  244. package/lib/pager/style/style.css +307 -257
  245. package/lib/pager/style/style.min.css +1 -1
  246. package/lib/pulldown/index.js +1 -7
  247. package/lib/pulldown/index.min.js +1 -1
  248. package/lib/pulldown/src/pulldown.js +46 -90
  249. package/lib/pulldown/src/pulldown.min.js +1 -1
  250. package/lib/pulldown/style/style.css +42 -31
  251. package/lib/pulldown/style/style.min.css +1 -1
  252. package/lib/radio/index.js +1 -7
  253. package/lib/radio/index.min.js +1 -1
  254. package/lib/radio/src/button.js +14 -32
  255. package/lib/radio/src/button.min.js +1 -1
  256. package/lib/radio/src/group.js +11 -22
  257. package/lib/radio/src/group.min.js +1 -1
  258. package/lib/radio/src/radio.js +15 -34
  259. package/lib/radio/src/radio.min.js +1 -1
  260. package/lib/radio/style/style.css +184 -151
  261. package/lib/radio/style/style.min.css +1 -1
  262. package/lib/radio-button/index.js +1 -7
  263. package/lib/radio-button/index.min.js +1 -1
  264. package/lib/radio-button/style/style.css +1 -1
  265. package/lib/radio-group/index.js +1 -7
  266. package/lib/radio-group/index.min.js +1 -1
  267. package/lib/radio-group/style/style.css +1 -1
  268. package/lib/select/index.js +1 -7
  269. package/lib/select/index.min.js +1 -1
  270. package/lib/select/src/optgroup.js +1 -5
  271. package/lib/select/src/option.js +1 -5
  272. package/lib/select/src/optionInfo.js +1 -9
  273. package/lib/select/src/select.js +103 -256
  274. package/lib/select/src/select.min.js +1 -1
  275. package/lib/select/src/util.js +0 -13
  276. package/lib/select/src/util.min.js +1 -1
  277. package/lib/select/style/style.css +108 -79
  278. package/lib/select/style/style.min.css +1 -1
  279. package/lib/style.css +1 -1
  280. package/lib/style.min.css +1 -1
  281. package/lib/switch/index.js +1 -7
  282. package/lib/switch/index.min.js +1 -1
  283. package/lib/switch/src/switch.js +16 -35
  284. package/lib/switch/src/switch.min.js +1 -1
  285. package/lib/switch/style/style.css +87 -67
  286. package/lib/switch/style/style.min.css +1 -1
  287. package/lib/table/index.js +1 -7
  288. package/lib/table/index.min.js +1 -1
  289. package/lib/table/src/body.js +143 -262
  290. package/lib/table/src/body.min.js +1 -1
  291. package/lib/table/src/cell.js +138 -259
  292. package/lib/table/src/cell.min.js +1 -1
  293. package/lib/table/src/column.js +4 -13
  294. package/lib/table/src/column.min.js +1 -1
  295. package/lib/table/src/columnInfo.js +6 -35
  296. package/lib/table/src/columnInfo.min.js +1 -1
  297. package/lib/table/src/group.js +2 -15
  298. package/lib/table/src/group.min.js +1 -1
  299. package/lib/table/src/props.js +25 -29
  300. package/lib/table/src/props.min.js +1 -1
  301. package/lib/table/src/table.js +650 -1593
  302. package/lib/table/src/table.min.js +1 -1
  303. package/lib/table/src/util.js +32 -102
  304. package/lib/table/src/util.min.js +1 -1
  305. package/lib/table/style/style.css +1025 -835
  306. package/lib/table/style/style.min.css +1 -1
  307. package/lib/textarea/index.js +1 -7
  308. package/lib/textarea/index.min.js +1 -1
  309. package/lib/textarea/src/textarea.js +31 -71
  310. package/lib/textarea/src/textarea.min.js +1 -1
  311. package/lib/textarea/style/style.css +57 -41
  312. package/lib/textarea/style/style.min.css +1 -1
  313. package/lib/toolbar/index.js +1 -7
  314. package/lib/toolbar/index.min.js +1 -1
  315. package/lib/toolbar/src/toolbar.js +60 -167
  316. package/lib/toolbar/src/toolbar.min.js +1 -1
  317. package/lib/toolbar/style/style.css +216 -174
  318. package/lib/toolbar/style/style.min.css +1 -1
  319. package/lib/tools/dom.js +6 -48
  320. package/lib/tools/dom.min.js +1 -1
  321. package/lib/tools/event.js +8 -20
  322. package/lib/tools/event.min.js +1 -1
  323. package/lib/tools/log.js +1 -6
  324. package/lib/tools/log.min.js +1 -1
  325. package/lib/tools/resize.js +3 -27
  326. package/lib/tools/utils.js +0 -16
  327. package/lib/tools/utils.min.js +1 -1
  328. package/lib/tools/vn.js +0 -5
  329. package/lib/tooltip/index.js +1 -8
  330. package/lib/tooltip/index.min.js +1 -1
  331. package/lib/tooltip/src/tooltip.js +47 -111
  332. package/lib/tooltip/src/tooltip.min.js +1 -1
  333. package/lib/tooltip/style/style.css +87 -63
  334. package/lib/v-x-e-table/index.js +13 -44
  335. package/lib/v-x-e-table/index.min.js +1 -1
  336. package/lib/v-x-e-table/src/commands.js +0 -4
  337. package/lib/v-x-e-table/src/conf.js +31 -19
  338. package/lib/v-x-e-table/src/formats.js +0 -4
  339. package/lib/v-x-e-table/src/hooks.js +0 -3
  340. package/lib/v-x-e-table/src/interceptor.js +6 -18
  341. package/lib/v-x-e-table/src/interceptor.min.js +1 -1
  342. package/lib/v-x-e-table/src/menus.js +0 -4
  343. package/lib/v-x-e-table/src/renderer.js +66 -199
  344. package/lib/v-x-e-table/src/renderer.min.js +1 -1
  345. package/lib/v-x-e-table/src/setup.js +1 -6
  346. package/lib/v-x-e-table/src/store.js +3 -19
  347. package/lib/v-x-e-table/style/style.css +424 -243
  348. package/lib/v-x-e-table/style/style.min.css +1 -1
  349. package/lib/validator/index.js +1 -5
  350. package/lib/validator/index.min.js +1 -1
  351. package/lib/validator/src/hook.js +50 -116
  352. package/lib/validator/src/hook.min.js +1 -1
  353. package/lib/validator/style/style.css +1 -1
  354. package/lib/vxe-button/index.js +3 -10
  355. package/lib/vxe-button/index.min.js +1 -1
  356. package/lib/vxe-button/style/style.css +465 -341
  357. package/lib/vxe-button/style/style.min.css +1 -1
  358. package/lib/vxe-checkbox/index.js +3 -10
  359. package/lib/vxe-checkbox/index.min.js +1 -1
  360. package/lib/vxe-checkbox/style/style.css +156 -127
  361. package/lib/vxe-checkbox/style/style.min.css +1 -1
  362. package/lib/vxe-checkbox-group/index.js +3 -10
  363. package/lib/vxe-checkbox-group/index.min.js +1 -1
  364. package/lib/vxe-checkbox-group/style/style.css +1 -1
  365. package/lib/vxe-colgroup/index.js +3 -10
  366. package/lib/vxe-colgroup/index.min.js +1 -1
  367. package/lib/vxe-colgroup/style/style.css +1 -1
  368. package/lib/vxe-column/index.js +3 -10
  369. package/lib/vxe-column/index.min.js +1 -1
  370. package/lib/vxe-column/style/style.css +1 -1
  371. package/lib/vxe-form/index.js +3 -10
  372. package/lib/vxe-form/index.min.js +1 -1
  373. package/lib/vxe-form/style/style.css +201 -168
  374. package/lib/vxe-form/style/style.min.css +1 -1
  375. package/lib/vxe-form-gather/index.js +3 -10
  376. package/lib/vxe-form-gather/index.min.js +1 -1
  377. package/lib/vxe-form-gather/style/style.css +1 -1
  378. package/lib/vxe-form-item/index.js +3 -10
  379. package/lib/vxe-form-item/index.min.js +1 -1
  380. package/lib/vxe-form-item/style/style.css +1 -1
  381. package/lib/vxe-grid/index.js +3 -10
  382. package/lib/vxe-grid/index.min.js +1 -1
  383. package/lib/vxe-grid/style/style.css +61 -50
  384. package/lib/vxe-grid/style/style.min.css +1 -1
  385. package/lib/vxe-icon/index.js +3 -10
  386. package/lib/vxe-icon/index.min.js +1 -1
  387. package/lib/vxe-icon/style/style.css +372 -195
  388. package/lib/vxe-icon/style/style.min.css +1 -1
  389. package/lib/vxe-input/index.js +3 -10
  390. package/lib/vxe-input/index.min.js +1 -1
  391. package/lib/vxe-input/style/style.css +771 -595
  392. package/lib/vxe-input/style/style.min.css +1 -1
  393. package/lib/vxe-list/index.js +3 -10
  394. package/lib/vxe-list/index.min.js +1 -1
  395. package/lib/vxe-list/style/style.css +19 -14
  396. package/lib/vxe-loading/index.js +3 -10
  397. package/lib/vxe-loading/index.min.js +1 -1
  398. package/lib/vxe-loading/style/style.css +52 -48
  399. package/lib/vxe-loading/style/style.min.css +1 -1
  400. package/lib/vxe-modal/index.js +3 -10
  401. package/lib/vxe-modal/index.min.js +1 -1
  402. package/lib/vxe-modal/style/style.css +311 -247
  403. package/lib/vxe-modal/style/style.min.css +1 -1
  404. package/lib/vxe-module-edit/index.js +3 -10
  405. package/lib/vxe-module-edit/index.min.js +1 -1
  406. package/lib/vxe-module-edit/style/style.css +1 -1
  407. package/lib/vxe-module-export/index.js +3 -10
  408. package/lib/vxe-module-export/index.min.js +1 -1
  409. package/lib/vxe-module-export/style/style.css +136 -108
  410. package/lib/vxe-module-export/style/style.min.css +1 -1
  411. package/lib/vxe-module-filter/index.js +3 -10
  412. package/lib/vxe-module-filter/index.min.js +1 -1
  413. package/lib/vxe-module-filter/style/style.css +103 -82
  414. package/lib/vxe-module-filter/style/style.min.css +1 -1
  415. package/lib/vxe-module-keyboard/index.js +3 -10
  416. package/lib/vxe-module-keyboard/index.min.js +1 -1
  417. package/lib/vxe-module-keyboard/style/style.css +1 -1
  418. package/lib/vxe-module-menu/index.js +3 -10
  419. package/lib/vxe-module-menu/index.min.js +1 -1
  420. package/lib/vxe-module-menu/style/style.css +79 -59
  421. package/lib/vxe-module-menu/style/style.min.css +1 -1
  422. package/lib/vxe-module-validator/index.js +3 -10
  423. package/lib/vxe-module-validator/index.min.js +1 -1
  424. package/lib/vxe-module-validator/style/style.css +1 -1
  425. package/lib/vxe-optgroup/index.js +3 -10
  426. package/lib/vxe-optgroup/index.min.js +1 -1
  427. package/lib/vxe-optgroup/style/style.css +1 -1
  428. package/lib/vxe-option/index.js +3 -10
  429. package/lib/vxe-option/index.min.js +1 -1
  430. package/lib/vxe-option/style/style.css +1 -1
  431. package/lib/vxe-pager/index.js +3 -10
  432. package/lib/vxe-pager/index.min.js +1 -1
  433. package/lib/vxe-pager/style/style.css +307 -257
  434. package/lib/vxe-pager/style/style.min.css +1 -1
  435. package/lib/vxe-pulldown/index.js +3 -10
  436. package/lib/vxe-pulldown/index.min.js +1 -1
  437. package/lib/vxe-pulldown/style/style.css +42 -31
  438. package/lib/vxe-pulldown/style/style.min.css +1 -1
  439. package/lib/vxe-radio/index.js +3 -10
  440. package/lib/vxe-radio/index.min.js +1 -1
  441. package/lib/vxe-radio/style/style.css +184 -151
  442. package/lib/vxe-radio/style/style.min.css +1 -1
  443. package/lib/vxe-radio-button/index.js +3 -10
  444. package/lib/vxe-radio-button/index.min.js +1 -1
  445. package/lib/vxe-radio-button/style/style.css +1 -1
  446. package/lib/vxe-radio-group/index.js +3 -10
  447. package/lib/vxe-radio-group/index.min.js +1 -1
  448. package/lib/vxe-radio-group/style/style.css +1 -1
  449. package/lib/vxe-select/index.js +3 -10
  450. package/lib/vxe-select/index.min.js +1 -1
  451. package/lib/vxe-select/style/style.css +108 -79
  452. package/lib/vxe-select/style/style.min.css +1 -1
  453. package/lib/vxe-switch/index.js +3 -10
  454. package/lib/vxe-switch/index.min.js +1 -1
  455. package/lib/vxe-switch/style/style.css +87 -67
  456. package/lib/vxe-switch/style/style.min.css +1 -1
  457. package/lib/vxe-table/index.js +3 -10
  458. package/lib/vxe-table/index.min.js +1 -1
  459. package/lib/vxe-table/style/style.css +1025 -835
  460. package/lib/vxe-table/style/style.min.css +1 -1
  461. package/lib/vxe-textarea/index.js +3 -10
  462. package/lib/vxe-textarea/index.min.js +1 -1
  463. package/lib/vxe-textarea/style/style.css +57 -41
  464. package/lib/vxe-textarea/style/style.min.css +1 -1
  465. package/lib/vxe-toolbar/index.js +3 -10
  466. package/lib/vxe-toolbar/index.min.js +1 -1
  467. package/lib/vxe-toolbar/style/style.css +216 -174
  468. package/lib/vxe-toolbar/style/style.min.css +1 -1
  469. package/lib/vxe-tooltip/index.js +3 -10
  470. package/lib/vxe-tooltip/index.min.js +1 -1
  471. package/lib/vxe-tooltip/style/style.css +87 -63
  472. package/package.json +27 -33
  473. package/packages/export/src/hook.ts +1 -0
  474. package/packages/filter/src/hook.ts +1 -1
  475. package/packages/form/src/form.ts +5 -4
  476. package/packages/list/src/list.ts +8 -2
  477. package/packages/pulldown/src/pulldown.ts +11 -5
  478. package/packages/table/src/column.ts +2 -0
  479. package/packages/table/src/columnInfo.ts +1 -0
  480. package/packages/table/src/table.ts +95 -87
  481. package/packages/table/src/util.ts +1 -1
  482. package/styles/icon/iconfont.ttf +0 -0
  483. package/styles/icon/iconfont.woff +0 -0
  484. package/styles/icon/iconfont.woff2 +0 -0
  485. package/styles/icon.scss +10 -2
  486. package/styles/table.scss +1 -1
  487. package/styles/variable.scss +2 -2
  488. package/types/column.d.ts +6 -1
  489. package/types/list.d.ts +4 -4
  490. package/types/pulldown.d.ts +61 -61
  491. package/types/table.d.ts +11 -1
@@ -25,11 +25,14 @@
25
25
  /*pulldown*/
26
26
  .vxe-textarea {
27
27
  position: relative;
28
- display: inline-block; }
29
- .vxe-textarea:not(.def--cols) {
30
- width: 100%; }
31
- .vxe-textarea:not(.def--cols) .vxe-textarea--inner {
32
- width: 100%; }
28
+ display: inline-block;
29
+ }
30
+ .vxe-textarea:not(.def--cols) {
31
+ width: 100%;
32
+ }
33
+ .vxe-textarea:not(.def--cols) .vxe-textarea--inner {
34
+ width: 100%;
35
+ }
33
36
 
34
37
  .vxe-textarea--inner {
35
38
  border-radius: 4px;
@@ -41,24 +44,28 @@
41
44
  border: 1px solid #dcdfe6;
42
45
  background-color: #fff;
43
46
  display: block;
44
- padding: 0.3em 0.6em; }
45
- .vxe-textarea--inner::-moz-placeholder {
46
- color: #C0C4CC; }
47
- .vxe-textarea--inner:-ms-input-placeholder {
48
- color: #C0C4CC; }
49
- .vxe-textarea--inner::placeholder {
50
- color: #C0C4CC; }
51
- .vxe-textarea--inner:focus {
52
- border: 1px solid #409eff; }
53
- .vxe-textarea--inner[disabled] {
54
- cursor: not-allowed;
55
- background-color: #f3f3f3; }
47
+ padding: 0.3em 0.6em;
48
+ }
49
+ .vxe-textarea--inner::-moz-placeholder {
50
+ color: #C0C4CC;
51
+ }
52
+ .vxe-textarea--inner::placeholder {
53
+ color: #C0C4CC;
54
+ }
55
+ .vxe-textarea--inner:focus {
56
+ border: 1px solid #409eff;
57
+ }
58
+ .vxe-textarea--inner[disabled] {
59
+ cursor: not-allowed;
60
+ background-color: #f3f3f3;
61
+ }
56
62
 
57
63
  .vxe-textarea--inner,
58
64
  .vxe-textarea--autosize {
59
65
  line-height: 1.5715;
60
66
  color: #606266;
61
- font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; }
67
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
68
+ }
62
69
 
63
70
  .vxe-textarea--autosize {
64
71
  display: block;
@@ -71,7 +78,8 @@
71
78
  word-wrap: break-word;
72
79
  white-space: pre-wrap;
73
80
  z-index: -1;
74
- visibility: hidden; }
81
+ visibility: hidden;
82
+ }
75
83
 
76
84
  .vxe-textarea--count {
77
85
  position: absolute;
@@ -79,33 +87,41 @@
79
87
  right: 1.4em;
80
88
  padding-left: 0.2em;
81
89
  color: #999;
82
- background-color: #fff; }
83
- .vxe-textarea--count.is--error {
84
- color: #f56c6c; }
90
+ background-color: #fff;
91
+ }
92
+ .vxe-textarea--count.is--error {
93
+ color: #f56c6c;
94
+ }
85
95
 
86
96
  .vxe-textarea,
87
97
  .vxe-textarea--autosize {
88
- font-size: 14px; }
89
- .vxe-textarea.size--medium,
90
- .vxe-textarea--autosize.size--medium {
91
- font-size: 14px; }
92
- .vxe-textarea.size--small,
93
- .vxe-textarea--autosize.size--small {
94
- font-size: 13px; }
95
- .vxe-textarea.size--mini,
96
- .vxe-textarea--autosize.size--mini {
97
- font-size: 12px; }
98
+ font-size: 14px;
99
+ }
100
+ .vxe-textarea.size--medium,
101
+ .vxe-textarea--autosize.size--medium {
102
+ font-size: 14px;
103
+ }
104
+ .vxe-textarea.size--small,
105
+ .vxe-textarea--autosize.size--small {
106
+ font-size: 13px;
107
+ }
108
+ .vxe-textarea.size--mini,
109
+ .vxe-textarea--autosize.size--mini {
110
+ font-size: 12px;
111
+ }
98
112
 
99
113
  .vxe-textarea:not(.is--autosize) {
100
- min-height: 34px; }
101
-
114
+ min-height: 34px;
115
+ }
102
116
  .vxe-textarea.size--medium {
103
- font-size: 14px; }
104
- .vxe-textarea.size--medium:not(.is--autosize) {
105
- min-height: 32px; }
106
-
117
+ font-size: 14px;
118
+ }
119
+ .vxe-textarea.size--medium:not(.is--autosize) {
120
+ min-height: 32px;
121
+ }
107
122
  .vxe-textarea.size--small:not(.is--autosize) {
108
- min-height: 30px; }
109
-
123
+ min-height: 30px;
124
+ }
110
125
  .vxe-textarea.size--mini:not(.is--autosize) {
111
- min-height: 28px; }
126
+ min-height: 28px;
127
+ }
@@ -24,36 +24,39 @@
24
24
  /*switch*/
25
25
  /*pulldown*/
26
26
  .vxe-custom--option .vxe-checkbox--icon {
27
- font-size: 1.34em; }
28
-
27
+ font-size: 1.34em;
28
+ }
29
29
  .vxe-custom--option .vxe-checkbox--icon {
30
30
  color: #dcdfe6;
31
31
  vertical-align: middle;
32
32
  font-weight: 700;
33
33
  -webkit-user-select: none;
34
34
  -moz-user-select: none;
35
- -ms-user-select: none;
36
- user-select: none; }
37
-
35
+ user-select: none;
36
+ }
38
37
  .is--checked.vxe-custom--option, .is--indeterminate.vxe-custom--option {
39
- color: #409eff; }
40
- .is--checked.vxe-custom--option .vxe-checkbox--icon, .is--indeterminate.vxe-custom--option .vxe-checkbox--icon {
41
- color: #409eff; }
42
-
38
+ color: #409eff;
39
+ }
40
+ .is--checked.vxe-custom--option .vxe-checkbox--icon, .is--indeterminate.vxe-custom--option .vxe-checkbox--icon {
41
+ color: #409eff;
42
+ }
43
43
  .vxe-custom--option:not(.is--disabled) {
44
- cursor: pointer; }
45
- .vxe-custom--option:not(.is--disabled):hover .vxe-checkbox--icon {
46
- color: #409eff; }
47
-
44
+ cursor: pointer;
45
+ }
46
+ .vxe-custom--option:not(.is--disabled):hover .vxe-checkbox--icon {
47
+ color: #409eff;
48
+ }
48
49
  .is--disabled.vxe-custom--option {
49
50
  color: #BFBFBF;
50
- cursor: not-allowed; }
51
- .is--disabled.vxe-custom--option .vxe-checkbox--icon {
52
- color: #dcdfe6; }
53
-
51
+ cursor: not-allowed;
52
+ }
53
+ .is--disabled.vxe-custom--option .vxe-checkbox--icon {
54
+ color: #dcdfe6;
55
+ }
54
56
  .vxe-custom--option .vxe-checkbox--label {
55
57
  padding-left: 0.5em;
56
- vertical-align: middle; }
58
+ vertical-align: middle;
59
+ }
57
60
 
58
61
  /*toolbar*/
59
62
  .vxe-toolbar {
@@ -64,148 +67,182 @@
64
67
  padding: 0.6em 0;
65
68
  color: #606266;
66
69
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
67
- background-color: #fff; }
68
- .vxe-toolbar:after {
69
- content: "";
70
- display: block;
71
- clear: both;
72
- height: 0;
73
- overflow: hidden;
74
- visibility: hidden; }
75
- .vxe-toolbar.is--perfect {
76
- border: 1px solid #e8eaec;
77
- border-bottom-width: 0;
78
- background-color: #f8f8f9; }
79
- .vxe-toolbar.is--loading:before {
80
- content: "";
81
- position: absolute;
82
- top: 0;
83
- left: 0;
84
- width: 100%;
85
- height: 100%;
86
- z-index: 999;
87
- -webkit-user-select: none;
88
- -moz-user-select: none;
89
- -ms-user-select: none;
90
- user-select: none;
91
- background-color: rgba(255, 255, 255, 0.5); }
92
- .vxe-toolbar .vxe-buttons--wrapper {
93
- flex-grow: 1; }
94
- .vxe-toolbar .vxe-buttons--wrapper > .vxe-button + .vxe-button--item,
95
- .vxe-toolbar .vxe-buttons--wrapper > .vxe-button--item + .vxe-button,
96
- .vxe-toolbar .vxe-buttons--wrapper > .vxe-button--item + .vxe-button--item {
97
- margin-left: 0.8em; }
98
- .vxe-toolbar .vxe-buttons--wrapper > .vxe-button--item {
99
- display: inline-block; }
100
- .vxe-toolbar .vxe-tools--wrapper > .vxe-button + .vxe-tool--item,
101
- .vxe-toolbar .vxe-tools--wrapper > .vxe-tool--item + .vxe-button,
102
- .vxe-toolbar .vxe-tools--wrapper > .vxe-tool--item + .vxe-tool--item {
103
- margin-left: 0.8em; }
104
- .vxe-toolbar .vxe-tools--wrapper > .vxe-tool--item {
105
- display: inline-block; }
106
- .vxe-toolbar .vxe-tools--wrapper > .vxe-button {
107
- display: flex;
108
- align-items: center;
109
- justify-content: center; }
110
- .vxe-toolbar .vxe-buttons--wrapper,
111
- .vxe-toolbar .vxe-tools--wrapper,
112
- .vxe-toolbar .vxe-tools--operate {
113
- display: flex;
114
- align-items: center; }
115
- .vxe-toolbar .vxe-buttons--wrapper,
116
- .vxe-toolbar .vxe-tools--wrapper {
117
- flex-wrap: wrap; }
118
- .vxe-toolbar .vxe-tools--operate {
119
- flex-shrink: 0; }
120
- .vxe-toolbar .vxe-custom--wrapper {
121
- position: relative;
122
- margin-left: 0.8em; }
123
- .vxe-toolbar .vxe-custom--wrapper.is--active > .vxe-button {
124
- background-color: #D9DADB;
125
- border-radius: 50%; }
126
- .vxe-toolbar .vxe-custom--wrapper.is--active .vxe-custom--option-wrapper {
127
- display: block; }
128
- .vxe-toolbar .vxe-custom--option-wrapper {
129
- display: none;
130
- position: absolute;
131
- right: 2px;
132
- text-align: left;
133
- background-color: #fff;
134
- z-index: 19;
135
- border: 1px solid #e8eaec;
136
- border-radius: 4px;
137
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
138
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header {
139
- padding: 0.28em 0;
140
- font-weight: 700;
141
- border-bottom: 1px solid #DADCE0; }
142
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body {
143
- padding: 0.2em 0;
144
- max-height: 17.6em; }
145
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body .vxe-custom--option:hover {
146
- background-color: #f5f7fa; }
147
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li,
148
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li {
149
- max-width: 16em;
150
- min-width: 12.5em;
151
- padding: 0.2em 1em 0.2em 1em; }
152
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--2,
153
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--2 {
154
- padding-left: 3.5em; }
155
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--2 .vxe-checkbox--icon,
156
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--2 .vxe-checkbox--icon {
157
- left: 1.8em; }
158
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--3,
159
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--3 {
160
- padding-left: 4.5em; }
161
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--3 .vxe-checkbox--icon,
162
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--3 .vxe-checkbox--icon {
163
- left: 2.8em; }
164
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--4,
165
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--4 {
166
- padding-left: 5.5em; }
167
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--4 .vxe-checkbox--icon,
168
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--4 .vxe-checkbox--icon {
169
- left: 3.8em; }
170
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--5,
171
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--5 {
172
- padding-left: 6.5em; }
173
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--5 .vxe-checkbox--icon,
174
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--5 .vxe-checkbox--icon {
175
- left: 4.8em; }
176
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--6,
177
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--6 {
178
- padding-left: 7.5em; }
179
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--6 .vxe-checkbox--icon,
180
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--6 .vxe-checkbox--icon {
181
- left: 5.8em; }
182
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--7,
183
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--7 {
184
- padding-left: 8.5em; }
185
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--7 .vxe-checkbox--icon,
186
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--7 .vxe-checkbox--icon {
187
- left: 6.8em; }
188
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--8,
189
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--8 {
190
- padding-left: 9.5em; }
191
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--8 .vxe-checkbox--icon,
192
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--8 .vxe-checkbox--icon {
193
- left: 7.8em; }
194
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer {
195
- border-top: 1px solid #DADCE0;
196
- text-align: right; }
197
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button {
198
- background-color: transparent;
199
- width: 50%;
200
- height: 2.5em;
201
- border: 0;
202
- color: #606266;
203
- text-align: center;
204
- cursor: pointer; }
205
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button:focus {
206
- outline: none; }
207
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button:hover {
208
- color: #409eff; }
70
+ background-color: #fff;
71
+ }
72
+ .vxe-toolbar:after {
73
+ content: "";
74
+ display: block;
75
+ clear: both;
76
+ height: 0;
77
+ overflow: hidden;
78
+ visibility: hidden;
79
+ }
80
+ .vxe-toolbar.is--perfect {
81
+ border: 1px solid #e8eaec;
82
+ border-bottom-width: 0;
83
+ background-color: #f8f8f9;
84
+ }
85
+ .vxe-toolbar.is--loading:before {
86
+ content: "";
87
+ position: absolute;
88
+ top: 0;
89
+ left: 0;
90
+ width: 100%;
91
+ height: 100%;
92
+ z-index: 999;
93
+ -webkit-user-select: none;
94
+ -moz-user-select: none;
95
+ user-select: none;
96
+ background-color: rgba(255, 255, 255, 0.5);
97
+ }
98
+ .vxe-toolbar .vxe-buttons--wrapper {
99
+ flex-grow: 1;
100
+ }
101
+ .vxe-toolbar .vxe-buttons--wrapper > .vxe-button + .vxe-button--item, .vxe-toolbar .vxe-buttons--wrapper > .vxe-button--item + .vxe-button, .vxe-toolbar .vxe-buttons--wrapper > .vxe-button--item + .vxe-button--item {
102
+ margin-left: 0.8em;
103
+ }
104
+ .vxe-toolbar .vxe-buttons--wrapper > .vxe-button--item {
105
+ display: inline-block;
106
+ }
107
+ .vxe-toolbar .vxe-tools--wrapper > .vxe-button + .vxe-tool--item, .vxe-toolbar .vxe-tools--wrapper > .vxe-tool--item + .vxe-button, .vxe-toolbar .vxe-tools--wrapper > .vxe-tool--item + .vxe-tool--item {
108
+ margin-left: 0.8em;
109
+ }
110
+ .vxe-toolbar .vxe-tools--wrapper > .vxe-tool--item {
111
+ display: inline-block;
112
+ }
113
+ .vxe-toolbar .vxe-tools--wrapper > .vxe-button {
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ }
118
+ .vxe-toolbar .vxe-buttons--wrapper,
119
+ .vxe-toolbar .vxe-tools--wrapper,
120
+ .vxe-toolbar .vxe-tools--operate {
121
+ display: flex;
122
+ align-items: center;
123
+ }
124
+ .vxe-toolbar .vxe-buttons--wrapper,
125
+ .vxe-toolbar .vxe-tools--wrapper {
126
+ flex-wrap: wrap;
127
+ }
128
+ .vxe-toolbar .vxe-tools--operate {
129
+ flex-shrink: 0;
130
+ }
131
+ .vxe-toolbar .vxe-custom--wrapper {
132
+ position: relative;
133
+ margin-left: 0.8em;
134
+ }
135
+ .vxe-toolbar .vxe-custom--wrapper.is--active > .vxe-button {
136
+ background-color: #D9DADB;
137
+ border-radius: 50%;
138
+ }
139
+ .vxe-toolbar .vxe-custom--wrapper.is--active .vxe-custom--option-wrapper {
140
+ display: block;
141
+ }
142
+ .vxe-toolbar .vxe-custom--option-wrapper {
143
+ display: none;
144
+ position: absolute;
145
+ right: 2px;
146
+ text-align: left;
147
+ background-color: #fff;
148
+ z-index: 19;
149
+ border: 1px solid #e8eaec;
150
+ border-radius: 4px;
151
+ box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
152
+ }
153
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header {
154
+ padding: 0.28em 0;
155
+ font-weight: 700;
156
+ border-bottom: 1px solid #DADCE0;
157
+ }
158
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body {
159
+ padding: 0.2em 0;
160
+ max-height: 17.6em;
161
+ }
162
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body .vxe-custom--option:hover {
163
+ background-color: #f5f7fa;
164
+ }
165
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li,
166
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li {
167
+ max-width: 16em;
168
+ min-width: 12.5em;
169
+ padding: 0.2em 1em 0.2em 1em;
170
+ }
171
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--2,
172
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--2 {
173
+ padding-left: 3.5em;
174
+ }
175
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--2 .vxe-checkbox--icon,
176
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--2 .vxe-checkbox--icon {
177
+ left: 1.8em;
178
+ }
179
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--3,
180
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--3 {
181
+ padding-left: 4.5em;
182
+ }
183
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--3 .vxe-checkbox--icon,
184
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--3 .vxe-checkbox--icon {
185
+ left: 2.8em;
186
+ }
187
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--4,
188
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--4 {
189
+ padding-left: 5.5em;
190
+ }
191
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--4 .vxe-checkbox--icon,
192
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--4 .vxe-checkbox--icon {
193
+ left: 3.8em;
194
+ }
195
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--5,
196
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--5 {
197
+ padding-left: 6.5em;
198
+ }
199
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--5 .vxe-checkbox--icon,
200
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--5 .vxe-checkbox--icon {
201
+ left: 4.8em;
202
+ }
203
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--6,
204
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--6 {
205
+ padding-left: 7.5em;
206
+ }
207
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--6 .vxe-checkbox--icon,
208
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--6 .vxe-checkbox--icon {
209
+ left: 5.8em;
210
+ }
211
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--7,
212
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--7 {
213
+ padding-left: 8.5em;
214
+ }
215
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--7 .vxe-checkbox--icon,
216
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--7 .vxe-checkbox--icon {
217
+ left: 6.8em;
218
+ }
219
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--8,
220
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--8 {
221
+ padding-left: 9.5em;
222
+ }
223
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--8 .vxe-checkbox--icon,
224
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--8 .vxe-checkbox--icon {
225
+ left: 7.8em;
226
+ }
227
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer {
228
+ border-top: 1px solid #DADCE0;
229
+ text-align: right;
230
+ }
231
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button {
232
+ background-color: transparent;
233
+ width: 50%;
234
+ height: 2.5em;
235
+ border: 0;
236
+ color: #606266;
237
+ text-align: center;
238
+ cursor: pointer;
239
+ }
240
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button:focus {
241
+ outline: none;
242
+ }
243
+ .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button:hover {
244
+ color: #409eff;
245
+ }
209
246
 
210
247
  .vxe-custom--option-wrapper .vxe-custom--header,
211
248
  .vxe-custom--option-wrapper .vxe-custom--body {
@@ -216,19 +253,24 @@
216
253
  padding: 0;
217
254
  -webkit-user-select: none;
218
255
  -moz-user-select: none;
219
- -ms-user-select: none;
220
- user-select: none; }
221
- .vxe-custom--option-wrapper .vxe-custom--header > li,
222
- .vxe-custom--option-wrapper .vxe-custom--body > li {
223
- overflow: hidden;
224
- text-overflow: ellipsis;
225
- white-space: nowrap; }
256
+ user-select: none;
257
+ }
258
+ .vxe-custom--option-wrapper .vxe-custom--header > li,
259
+ .vxe-custom--option-wrapper .vxe-custom--body > li {
260
+ overflow: hidden;
261
+ text-overflow: ellipsis;
262
+ white-space: nowrap;
263
+ }
226
264
 
227
265
  .vxe-toolbar {
228
- font-size: 14px; }
229
- .vxe-toolbar.size--medium {
230
- font-size: 14px; }
231
- .vxe-toolbar.size--small {
232
- font-size: 13px; }
233
- .vxe-toolbar.size--mini {
234
- font-size: 12px; }
266
+ font-size: 14px;
267
+ }
268
+ .vxe-toolbar.size--medium {
269
+ font-size: 14px;
270
+ }
271
+ .vxe-toolbar.size--small {
272
+ font-size: 13px;
273
+ }
274
+ .vxe-toolbar.size--mini {
275
+ font-size: 12px;
276
+ }