vxe-pc-ui 3.14.4 → 3.14.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 (474) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +134 -134
  3. package/es/tree/src/tree.js +40 -5
  4. package/es/tree-select/src/tree-select.js +2 -0
  5. package/es/ui/index.js +1 -1
  6. package/es/ui/src/log.js +1 -1
  7. package/lib/index.umd.js +8406 -8476
  8. package/lib/index.umd.min.js +1 -1
  9. package/lib/tree/src/tree.js +40 -5
  10. package/lib/tree/src/tree.min.js +1 -1
  11. package/lib/tree-select/src/tree-select.js +2 -0
  12. package/lib/tree-select/src/tree-select.min.js +1 -1
  13. package/lib/ui/index.js +1 -1
  14. package/lib/ui/index.min.js +1 -1
  15. package/lib/ui/src/log.js +1 -1
  16. package/lib/ui/src/log.min.js +1 -1
  17. package/package.json +89 -89
  18. package/packages/alert/index.ts +16 -16
  19. package/packages/alert/src/alert.ts +106 -106
  20. package/packages/anchor/index.ts +16 -16
  21. package/packages/anchor/src/anchor-link.ts +158 -158
  22. package/packages/anchor/src/anchor.ts +267 -267
  23. package/packages/anchor/src/util.ts +23 -23
  24. package/packages/anchor-link/index.ts +16 -16
  25. package/packages/avatar/index.ts +16 -16
  26. package/packages/avatar/src/avatar.ts +141 -141
  27. package/packages/backtop/index.ts +16 -16
  28. package/packages/backtop/src/backtop.ts +330 -330
  29. package/packages/badge/index.ts +16 -16
  30. package/packages/badge/src/badge.ts +87 -87
  31. package/packages/breadcrumb/index.ts +16 -16
  32. package/packages/breadcrumb/src/breadcrumb-item.ts +118 -118
  33. package/packages/breadcrumb/src/breadcrumb.ts +89 -89
  34. package/packages/breadcrumb-item/index.ts +16 -16
  35. package/packages/button/index.ts +16 -16
  36. package/packages/button/src/button-group.ts +113 -113
  37. package/packages/button/src/button.ts +956 -956
  38. package/packages/button-group/index.ts +16 -16
  39. package/packages/calendar/index.ts +16 -16
  40. package/packages/calendar/src/calendar.ts +1527 -1527
  41. package/packages/card/index.ts +16 -16
  42. package/packages/card/src/card.ts +162 -162
  43. package/packages/carousel/index.ts +16 -16
  44. package/packages/carousel/src/carousel-item.ts +117 -117
  45. package/packages/carousel/src/carousel.ts +460 -460
  46. package/packages/carousel/src/util.ts +21 -21
  47. package/packages/carousel-item/index.ts +16 -16
  48. package/packages/cascader/index.ts +16 -16
  49. package/packages/cascader/src/cascader.ts +943 -943
  50. package/packages/checkbox/index.ts +16 -16
  51. package/packages/checkbox/src/button.ts +185 -185
  52. package/packages/checkbox/src/checkbox.ts +189 -189
  53. package/packages/checkbox/src/group.ts +259 -259
  54. package/packages/checkbox-button/index.ts +16 -16
  55. package/packages/checkbox-group/index.ts +16 -16
  56. package/packages/col/index.ts +16 -16
  57. package/packages/collapse/index.ts +16 -16
  58. package/packages/collapse/src/collapse-pane.ts +136 -136
  59. package/packages/collapse/src/collapse.ts +259 -259
  60. package/packages/collapse/src/util.ts +21 -21
  61. package/packages/collapse-pane/index.ts +16 -16
  62. package/packages/color-picker/index.ts +16 -16
  63. package/packages/color-picker/src/color-picker.ts +1286 -1286
  64. package/packages/color-picker/src/util.ts +198 -198
  65. package/packages/components.ts +307 -307
  66. package/packages/context-menu/index.ts +54 -54
  67. package/packages/context-menu/src/context-menu.ts +727 -727
  68. package/packages/countdown/index.ts +16 -16
  69. package/packages/countdown/src/countdown.ts +276 -276
  70. package/packages/date-panel/index.ts +16 -16
  71. package/packages/date-panel/src/date-panel.ts +2024 -2024
  72. package/packages/date-panel/src/util.ts +244 -244
  73. package/packages/date-picker/index.ts +17 -17
  74. package/packages/date-picker/src/date-picker.ts +1249 -1249
  75. package/packages/date-range-picker/index.ts +16 -16
  76. package/packages/date-range-picker/src/date-range-picker.ts +1480 -1480
  77. package/packages/drawer/index.ts +87 -87
  78. package/packages/drawer/src/drawer.ts +767 -767
  79. package/packages/dynamics/index.ts +127 -127
  80. package/packages/empty/index.ts +16 -16
  81. package/packages/empty/src/empty.ts +80 -80
  82. package/packages/form/index.ts +16 -16
  83. package/packages/form/render/index.ts +617 -617
  84. package/packages/form/src/form-config-item.ts +84 -84
  85. package/packages/form/src/form-group.ts +125 -125
  86. package/packages/form/src/form-item.ts +217 -217
  87. package/packages/form/src/form.ts +1032 -1032
  88. package/packages/form/src/itemInfo.ts +80 -80
  89. package/packages/form/src/render.ts +398 -398
  90. package/packages/form/src/util.ts +92 -92
  91. package/packages/form-gather/index.ts +18 -18
  92. package/packages/form-group/index.ts +16 -16
  93. package/packages/form-item/index.ts +16 -16
  94. package/packages/icon/index.ts +16 -16
  95. package/packages/icon/src/icon.ts +75 -75
  96. package/packages/icon-picker/index.ts +16 -16
  97. package/packages/icon-picker/src/icon-picker.ts +753 -753
  98. package/packages/image/index.ts +16 -16
  99. package/packages/image/src/group.ts +162 -162
  100. package/packages/image/src/image.ts +303 -303
  101. package/packages/image/src/preview.ts +737 -737
  102. package/packages/image/src/util.ts +62 -62
  103. package/packages/image-group/index.ts +16 -16
  104. package/packages/image-preview/index.ts +19 -19
  105. package/packages/index.ts +8 -8
  106. package/packages/input/index.ts +16 -16
  107. package/packages/input/src/input.ts +3187 -3187
  108. package/packages/language/ar-EG.ts +840 -840
  109. package/packages/language/de-DE.ts +840 -840
  110. package/packages/language/en-US.ts +840 -840
  111. package/packages/language/es-ES.ts +840 -840
  112. package/packages/language/fr-FR.ts +840 -840
  113. package/packages/language/hu-HU.ts +840 -840
  114. package/packages/language/hy-AM.ts +840 -840
  115. package/packages/language/id-ID.ts +840 -840
  116. package/packages/language/it-IT.ts +840 -840
  117. package/packages/language/ja-JP.ts +840 -840
  118. package/packages/language/ko-KR.ts +840 -840
  119. package/packages/language/ms-MY.ts +840 -840
  120. package/packages/language/nb-NO.ts +840 -840
  121. package/packages/language/pt-BR.ts +840 -840
  122. package/packages/language/ru-RU.ts +840 -840
  123. package/packages/language/th-TH.ts +840 -840
  124. package/packages/language/ug-CN.ts +840 -840
  125. package/packages/language/uk-UA.ts +840 -840
  126. package/packages/language/uz-UZ.ts +840 -840
  127. package/packages/language/vi-VN.ts +840 -840
  128. package/packages/language/zh-CHT.ts +840 -840
  129. package/packages/language/zh-CN.ts +840 -840
  130. package/packages/language/zh-HK.ts +3 -3
  131. package/packages/language/zh-MO.ts +3 -3
  132. package/packages/language/zh-TC.ts +3 -3
  133. package/packages/language/zh-TW.ts +3 -3
  134. package/packages/layout-aside/index.ts +16 -16
  135. package/packages/layout-aside/src/layout-aside.ts +115 -115
  136. package/packages/layout-body/index.ts +16 -16
  137. package/packages/layout-body/src/layout-body.ts +137 -137
  138. package/packages/layout-container/index.ts +16 -16
  139. package/packages/layout-container/src/layout-container.ts +65 -65
  140. package/packages/layout-footer/index.ts +16 -16
  141. package/packages/layout-footer/src/layout-footer.ts +53 -53
  142. package/packages/layout-header/index.ts +16 -16
  143. package/packages/layout-header/src/layout-header.ts +49 -49
  144. package/packages/link/index.ts +16 -16
  145. package/packages/link/src/link.ts +153 -153
  146. package/packages/list/index.ts +16 -16
  147. package/packages/list/src/list.ts +492 -492
  148. package/packages/loading/index.ts +34 -34
  149. package/packages/loading/src/loading.ts +162 -162
  150. package/packages/mention/index.ts +16 -16
  151. package/packages/mention/src/mention.ts +54 -54
  152. package/packages/menu/index.ts +16 -16
  153. package/packages/menu/src/menu.ts +632 -632
  154. package/packages/modal/index.ts +150 -150
  155. package/packages/modal/src/modal.ts +1668 -1668
  156. package/packages/notice-bar/index.ts +16 -16
  157. package/packages/notice-bar/src/notice-bar.ts +182 -182
  158. package/packages/number-input/index.ts +16 -16
  159. package/packages/number-input/src/number-input.ts +1255 -1255
  160. package/packages/number-input/src/util.ts +12 -12
  161. package/packages/optgroup/index.ts +16 -16
  162. package/packages/option/index.ts +16 -16
  163. package/packages/pager/index.ts +16 -16
  164. package/packages/pager/src/pager.ts +913 -913
  165. package/packages/password-input/index.ts +16 -16
  166. package/packages/password-input/src/password-input.ts +466 -466
  167. package/packages/print/index.ts +18 -18
  168. package/packages/print/src/page-break.ts +78 -78
  169. package/packages/print/src/print.ts +266 -266
  170. package/packages/print/src/util.ts +284 -284
  171. package/packages/print-page-break/index.ts +14 -14
  172. package/packages/pulldown/index.ts +16 -16
  173. package/packages/pulldown/src/pulldown.ts +533 -533
  174. package/packages/radio/index.ts +16 -16
  175. package/packages/radio/src/button.ts +221 -221
  176. package/packages/radio/src/group.ts +252 -252
  177. package/packages/radio/src/radio.ts +228 -228
  178. package/packages/radio-button/index.ts +16 -16
  179. package/packages/radio-group/index.ts +16 -16
  180. package/packages/rate/index.ts +16 -16
  181. package/packages/rate/src/rate.ts +199 -199
  182. package/packages/result/index.ts +16 -16
  183. package/packages/result/src/result.ts +93 -93
  184. package/packages/row/index.ts +16 -16
  185. package/packages/row/src/col.ts +130 -130
  186. package/packages/row/src/row.ts +106 -106
  187. package/packages/segmented/index.ts +16 -16
  188. package/packages/segmented/src/segmented.ts +281 -281
  189. package/packages/select/index.ts +16 -16
  190. package/packages/select/src/optgroup.ts +107 -107
  191. package/packages/select/src/option-info.ts +20 -20
  192. package/packages/select/src/option.ts +103 -103
  193. package/packages/select/src/select.ts +2001 -2001
  194. package/packages/select/src/util.ts +47 -47
  195. package/packages/slider/index.ts +16 -16
  196. package/packages/slider/src/slider.ts +332 -332
  197. package/packages/split/index.ts +16 -16
  198. package/packages/split-pane/index.ts +17 -17
  199. package/packages/splitter/index.ts +16 -16
  200. package/packages/splitter/src/splitter-panel.ts +171 -171
  201. package/packages/splitter/src/splitter.ts +1032 -1032
  202. package/packages/splitter/src/util.ts +21 -21
  203. package/packages/splitter-panel/index.ts +16 -16
  204. package/packages/steps/index.ts +16 -16
  205. package/packages/steps/src/steps.ts +57 -57
  206. package/packages/switch/index.ts +16 -16
  207. package/packages/switch/src/switch.ts +279 -279
  208. package/packages/tab-pane/index.ts +16 -16
  209. package/packages/table-select/index.ts +16 -16
  210. package/packages/table-select/src/table-select.ts +904 -904
  211. package/packages/tabs/index.ts +16 -16
  212. package/packages/tabs/src/tab-pane.ts +137 -137
  213. package/packages/tabs/src/tabs.ts +1014 -1014
  214. package/packages/tabs/src/util.ts +21 -21
  215. package/packages/tag/index.ts +16 -16
  216. package/packages/tag/src/tag.ts +195 -195
  217. package/packages/text/index.ts +16 -16
  218. package/packages/text/src/text.ts +267 -267
  219. package/packages/text-ellipsis/index.ts +16 -16
  220. package/packages/text-ellipsis/src/text-ellipsis.ts +291 -291
  221. package/packages/textarea/index.ts +16 -16
  222. package/packages/textarea/src/textarea.ts +436 -436
  223. package/packages/timeline/index.ts +16 -16
  224. package/packages/timeline/src/timeline-item.ts +41 -41
  225. package/packages/timeline/src/timeline.ts +54 -54
  226. package/packages/timeline-item/index.ts +16 -16
  227. package/packages/tip/index.ts +19 -19
  228. package/packages/tip/src/tip.ts +112 -112
  229. package/packages/tooltip/index.ts +16 -16
  230. package/packages/tooltip/src/tooltip.ts +669 -669
  231. package/packages/tour/index.ts +16 -16
  232. package/packages/tour/src/tour.ts +54 -54
  233. package/packages/tree/index.ts +16 -16
  234. package/packages/tree/src/store.ts +15 -15
  235. package/packages/tree/src/tree.ts +3122 -3080
  236. package/packages/tree/src/util.ts +44 -44
  237. package/packages/tree-select/index.ts +16 -16
  238. package/packages/tree-select/src/tree-select.ts +1118 -1116
  239. package/packages/ui/index.ts +697 -697
  240. package/packages/ui/src/anime.ts +52 -52
  241. package/packages/ui/src/comp.ts +3 -3
  242. package/packages/ui/src/dom.ts +279 -279
  243. package/packages/ui/src/log.ts +6 -6
  244. package/packages/ui/src/utils.ts +49 -49
  245. package/packages/ui/src/vn.ts +60 -60
  246. package/packages/upload/index.ts +20 -20
  247. package/packages/upload/src/upload.ts +2129 -2129
  248. package/packages/upload/src/util.ts +109 -109
  249. package/packages/vxe-u-i/index.ts +4 -4
  250. package/packages/watermark/index.ts +31 -31
  251. package/packages/watermark/src/util.ts +176 -176
  252. package/packages/watermark/src/watermark.ts +166 -166
  253. package/styles/all.scss +90 -90
  254. package/styles/base.scss +16 -16
  255. package/styles/components/alert.scss +101 -101
  256. package/styles/components/anchor.scss +44 -44
  257. package/styles/components/avatar.scss +115 -115
  258. package/styles/components/backtop.scss +82 -82
  259. package/styles/components/badge.scss +45 -45
  260. package/styles/components/breadcrumb.scss +29 -29
  261. package/styles/components/button-group.scss +30 -30
  262. package/styles/components/button.scss +415 -415
  263. package/styles/components/calendar.scss +471 -471
  264. package/styles/components/card.scss +121 -121
  265. package/styles/components/carousel.scss +184 -184
  266. package/styles/components/cascader.scss +140 -140
  267. package/styles/components/checkbox-button.scss +57 -57
  268. package/styles/components/checkbox.scss +81 -81
  269. package/styles/components/collapse.scss +56 -56
  270. package/styles/components/color-picker.scss +409 -409
  271. package/styles/components/context-menu.scss +102 -102
  272. package/styles/components/countdown.scss +35 -35
  273. package/styles/components/date-panel.scss +505 -505
  274. package/styles/components/date-picker.scss +247 -247
  275. package/styles/components/date-range-picker.scss +252 -252
  276. package/styles/components/drawer.scss +298 -298
  277. package/styles/components/empty.scss +79 -79
  278. package/styles/components/form.scss +668 -668
  279. package/styles/components/icon-picker.scss +211 -211
  280. package/styles/components/icon.scss +1048 -1048
  281. package/styles/components/image-group.scss +2 -2
  282. package/styles/components/image-preview.scss +215 -215
  283. package/styles/components/image.scss +16 -16
  284. package/styles/components/input.scss +846 -846
  285. package/styles/components/layout-aside.scss +22 -22
  286. package/styles/components/layout-body.scss +14 -14
  287. package/styles/components/layout-container.scss +13 -13
  288. package/styles/components/layout-footer.scss +14 -14
  289. package/styles/components/layout-header.scss +11 -11
  290. package/styles/components/link.scss +115 -115
  291. package/styles/components/list.scss +40 -40
  292. package/styles/components/loading.scss +137 -137
  293. package/styles/components/menu.scss +150 -150
  294. package/styles/components/modal.scss +480 -480
  295. package/styles/components/notice-bar.scss +91 -91
  296. package/styles/components/number-input.scss +283 -283
  297. package/styles/components/old-icon.scss +4 -4
  298. package/styles/components/pager.scss +282 -282
  299. package/styles/components/password-input.scss +374 -374
  300. package/styles/components/print.scss +3 -3
  301. package/styles/components/pulldown.scss +75 -75
  302. package/styles/components/radio-button.scss +57 -57
  303. package/styles/components/radio.scss +79 -79
  304. package/styles/components/rate.scss +76 -76
  305. package/styles/components/result.scss +91 -91
  306. package/styles/components/row.scss +69 -69
  307. package/styles/components/segmented.scss +215 -215
  308. package/styles/components/select.scss +244 -244
  309. package/styles/components/slider.scss +139 -139
  310. package/styles/components/split.scss +1 -1
  311. package/styles/components/splitter.scss +318 -318
  312. package/styles/components/switch.scss +128 -128
  313. package/styles/components/table-select.scss +105 -105
  314. package/styles/components/tabs.scss +745 -745
  315. package/styles/components/tag.scss +184 -184
  316. package/styles/components/text-ellipsis.scss +130 -130
  317. package/styles/components/text.scss +123 -123
  318. package/styles/components/textarea.scss +106 -106
  319. package/styles/components/tip.scss +97 -97
  320. package/styles/components/tooltip.scss +141 -141
  321. package/styles/components/tree-select.scss +166 -166
  322. package/styles/components/tree.scss +294 -294
  323. package/styles/components/upload.scss +497 -497
  324. package/styles/components/watermark.scss +26 -26
  325. package/styles/helpers/baseMixin.scss +95 -95
  326. package/styles/helpers/baseVar.scss +3 -3
  327. package/styles/helpers/placement.scss +38 -38
  328. package/styles/theme/base.scss +214 -214
  329. package/styles/theme/dark.scss +119 -119
  330. package/styles/theme/light.scss +118 -118
  331. package/styles/variable.scss +111 -111
  332. package/types/all.d.ts +328 -328
  333. package/types/components/alert.d.ts +80 -80
  334. package/types/components/anchor-link.d.ts +84 -84
  335. package/types/components/anchor.d.ts +84 -84
  336. package/types/components/avatar.d.ts +81 -81
  337. package/types/components/backtop.d.ts +115 -115
  338. package/types/components/badge.d.ts +69 -69
  339. package/types/components/breadcrumb-item.d.ts +73 -73
  340. package/types/components/breadcrumb.d.ts +80 -80
  341. package/types/components/button-group.d.ts +113 -113
  342. package/types/components/button.d.ts +314 -314
  343. package/types/components/calendar.d.ts +254 -254
  344. package/types/components/card.d.ts +86 -86
  345. package/types/components/carousel-item.d.ts +68 -68
  346. package/types/components/carousel.d.ts +126 -126
  347. package/types/components/cascader.d.ts +250 -250
  348. package/types/components/checkbox-button.d.ts +93 -93
  349. package/types/components/checkbox-group.d.ts +135 -135
  350. package/types/components/checkbox.d.ts +115 -115
  351. package/types/components/col.d.ts +73 -73
  352. package/types/components/colgroup.d.ts +131 -131
  353. package/types/components/collapse-pane.d.ts +82 -82
  354. package/types/components/collapse.d.ts +115 -115
  355. package/types/components/color-picker.d.ts +164 -164
  356. package/types/components/column.d.ts +852 -852
  357. package/types/components/context-menu.d.ts +301 -301
  358. package/types/components/countdown.d.ts +99 -99
  359. package/types/components/date-panel.d.ts +269 -269
  360. package/types/components/date-picker.d.ts +322 -322
  361. package/types/components/date-range-picker.d.ts +336 -336
  362. package/types/components/drawer.d.ts +295 -295
  363. package/types/components/empty.d.ts +71 -71
  364. package/types/components/flow-design.d.ts +78 -78
  365. package/types/components/flow-view.d.ts +78 -78
  366. package/types/components/form-design.d.ts +364 -364
  367. package/types/components/form-gather.d.ts +72 -72
  368. package/types/components/form-group.d.ts +63 -63
  369. package/types/components/form-item.d.ts +405 -405
  370. package/types/components/form-view.d.ts +175 -175
  371. package/types/components/form.d.ts +463 -463
  372. package/types/components/gantt-module/gantt-view.d.ts +171 -171
  373. package/types/components/gantt-module/index.d.ts +1 -1
  374. package/types/components/gantt-plugins/extend-gantt-chart.d.ts +132 -132
  375. package/types/components/gantt-plugins/index.d.ts +1 -1
  376. package/types/components/gantt.d.ts +1201 -1192
  377. package/types/components/grid.d.ts +1038 -1038
  378. package/types/components/icon-picker.d.ts +185 -185
  379. package/types/components/icon.d.ts +80 -80
  380. package/types/components/image-group.d.ts +120 -120
  381. package/types/components/image-preview.d.ts +159 -159
  382. package/types/components/image.d.ts +166 -166
  383. package/types/components/input.d.ts +425 -425
  384. package/types/components/layout-aside.d.ts +73 -73
  385. package/types/components/layout-body.d.ts +84 -84
  386. package/types/components/layout-container.d.ts +66 -66
  387. package/types/components/layout-footer.d.ts +66 -66
  388. package/types/components/layout-header.d.ts +64 -64
  389. package/types/components/link.d.ts +104 -104
  390. package/types/components/list-design.d.ts +177 -177
  391. package/types/components/list-view.d.ts +190 -190
  392. package/types/components/list.d.ts +196 -196
  393. package/types/components/loading.d.ts +96 -96
  394. package/types/components/mention.d.ts +70 -70
  395. package/types/components/menu.d.ts +203 -203
  396. package/types/components/modal.d.ts +540 -540
  397. package/types/components/notice-bar.d.ts +95 -95
  398. package/types/components/number-input.d.ts +300 -300
  399. package/types/components/optgroup.d.ts +81 -81
  400. package/types/components/option.d.ts +95 -95
  401. package/types/components/pager.d.ts +322 -322
  402. package/types/components/password-input.d.ts +129 -129
  403. package/types/components/print-page-break.d.ts +62 -62
  404. package/types/components/print.d.ts +199 -199
  405. package/types/components/pulldown.d.ts +226 -226
  406. package/types/components/radio-button.d.ts +104 -104
  407. package/types/components/radio-group.d.ts +136 -136
  408. package/types/components/radio.d.ts +121 -121
  409. package/types/components/rate.d.ts +75 -75
  410. package/types/components/result.d.ts +77 -77
  411. package/types/components/row.d.ts +72 -72
  412. package/types/components/segmented.d.ts +117 -117
  413. package/types/components/select.d.ts +519 -519
  414. package/types/components/slider.d.ts +117 -117
  415. package/types/components/split-pane.d.ts +135 -135
  416. package/types/components/split.d.ts +318 -318
  417. package/types/components/splitter-panel.d.ts +98 -98
  418. package/types/components/splitter.d.ts +283 -283
  419. package/types/components/steps.d.ts +61 -61
  420. package/types/components/switch.d.ts +124 -124
  421. package/types/components/tab-pane.d.ts +107 -107
  422. package/types/components/table-module/custom.d.ts +115 -115
  423. package/types/components/table-module/edit.d.ts +245 -245
  424. package/types/components/table-module/export.d.ts +96 -96
  425. package/types/components/table-module/filter.d.ts +140 -140
  426. package/types/components/table-module/index.d.ts +7 -7
  427. package/types/components/table-module/keyboard.d.ts +26 -26
  428. package/types/components/table-module/menu.d.ts +26 -26
  429. package/types/components/table-module/validator.d.ts +53 -53
  430. package/types/components/table-plugins/extend-cell-area.d.ts +768 -768
  431. package/types/components/table-plugins/extend-pivot-table.d.ts +68 -68
  432. package/types/components/table-plugins/filters-combination.d.ts +15 -15
  433. package/types/components/table-plugins/filters-complex-input.d.ts +9 -9
  434. package/types/components/table-plugins/index.d.ts +4 -4
  435. package/types/components/table-select.d.ts +216 -216
  436. package/types/components/table.d.ts +7496 -7496
  437. package/types/components/tabs.d.ts +324 -324
  438. package/types/components/tag.d.ts +107 -107
  439. package/types/components/text-ellipsis.d.ts +105 -105
  440. package/types/components/text.d.ts +115 -115
  441. package/types/components/textarea.d.ts +237 -237
  442. package/types/components/timeline-item.d.ts +68 -68
  443. package/types/components/timeline.d.ts +70 -70
  444. package/types/components/tip.d.ts +76 -76
  445. package/types/components/toolbar.d.ts +329 -329
  446. package/types/components/tooltip.d.ts +169 -169
  447. package/types/components/tour.d.ts +70 -70
  448. package/types/components/tree-select.d.ts +299 -299
  449. package/types/components/tree.d.ts +836 -826
  450. package/types/components/upload.d.ts +432 -432
  451. package/types/components/watermark.d.ts +113 -113
  452. package/types/index.d.ts +4 -4
  453. package/types/ui/commands.d.ts +57 -57
  454. package/types/ui/formats.d.ts +62 -62
  455. package/types/ui/global-config.d.ts +254 -254
  456. package/types/ui/global-icon.d.ts +292 -292
  457. package/types/ui/hooks.d.ts +11 -11
  458. package/types/ui/index.d.ts +95 -95
  459. package/types/ui/interceptor.d.ts +54 -54
  460. package/types/ui/menus.d.ts +77 -77
  461. package/types/ui/renderer.d.ts +1042 -1042
  462. package/types/ui/validators.d.ts +38 -38
  463. /package/es/icon/{iconfont.1778169069480.ttf → iconfont.1778317204332.ttf} +0 -0
  464. /package/es/icon/{iconfont.1778169069480.woff → iconfont.1778317204332.woff} +0 -0
  465. /package/es/icon/{iconfont.1778169069480.woff2 → iconfont.1778317204332.woff2} +0 -0
  466. /package/es/{iconfont.1778169069480.ttf → iconfont.1778317204332.ttf} +0 -0
  467. /package/es/{iconfont.1778169069480.woff → iconfont.1778317204332.woff} +0 -0
  468. /package/es/{iconfont.1778169069480.woff2 → iconfont.1778317204332.woff2} +0 -0
  469. /package/lib/icon/style/{iconfont.1778169069480.ttf → iconfont.1778317204332.ttf} +0 -0
  470. /package/lib/icon/style/{iconfont.1778169069480.woff → iconfont.1778317204332.woff} +0 -0
  471. /package/lib/icon/style/{iconfont.1778169069480.woff2 → iconfont.1778317204332.woff2} +0 -0
  472. /package/lib/{iconfont.1778169069480.ttf → iconfont.1778317204332.ttf} +0 -0
  473. /package/lib/{iconfont.1778169069480.woff → iconfont.1778317204332.woff} +0 -0
  474. /package/lib/{iconfont.1778169069480.woff2 → iconfont.1778317204332.woff2} +0 -0
@@ -1,697 +1,697 @@
1
- import { VxeUI, setConfig, setIcon } from '@vxe-ui/core'
2
- import { dynamicApp } from '../dynamics'
3
- import { warnLog } from './src/log'
4
-
5
- import { VxeGlobalConfig } from '../../types'
6
-
7
- export const version = process.env.VUE_APP_VXE_VERSION as string
8
-
9
- VxeUI.uiVersion = version
10
-
11
- VxeUI.dynamicApp = dynamicApp
12
-
13
- export function config (options?: VxeGlobalConfig) {
14
- warnLog('vxe.error.delFunc', ['config', 'setConfig'])
15
- return setConfig(options)
16
- }
17
-
18
- export function setup (options?: VxeGlobalConfig) {
19
- warnLog('vxe.error.delFunc', ['setup', 'setConfig'])
20
- return setConfig(options)
21
- }
22
-
23
- VxeUI.config = config
24
- VxeUI.setup = setup
25
-
26
- setConfig({
27
- alert: {},
28
- anchor: {},
29
- anchorLink: {},
30
- avatar: {},
31
- backtop: {
32
- showIcon: true,
33
- showContent: true,
34
- showTop: true,
35
- showBottom: true,
36
- shadow: true,
37
- threshold: 20
38
- },
39
- badge: {},
40
- breadcrumb: {
41
- separator: '/'
42
- },
43
- breadcrumbItem: {},
44
- button: {
45
- trigger: 'hover',
46
- // destroyOnClose: false,
47
- prefixTooltip: {
48
- enterable: true
49
- },
50
- suffixTooltip: {
51
- enterable: true
52
- },
53
- showDropdownIcon: true
54
- },
55
- buttonGroup: {},
56
- calendar: {
57
- minDate: new Date(1900, 0, 1),
58
- maxDate: new Date(2100, 0, 1),
59
- startDay: 1,
60
- selectDay: 1
61
- },
62
- card: {
63
- border: true,
64
- padding: true
65
- },
66
- carousel: {
67
- height: 200,
68
- loop: true,
69
- interval: 5000
70
- },
71
- carouselItem: {},
72
- cascader: {
73
- autoClose: true
74
- },
75
- checkbox: {},
76
- checkboxButton: {},
77
- checkboxGroup: {},
78
- col: {},
79
- collapse: {
80
- padding: true,
81
- expandConfig: {
82
- showIcon: true
83
- }
84
- },
85
- collapsePane: {},
86
- contextMenu: {
87
- autoLocate: true
88
- },
89
- countdown: {},
90
- colorPicker: {
91
- type: 'rgb',
92
- clearable: true,
93
- showAlpha: true,
94
- clickToCopy: true,
95
- showColorExtractor: true,
96
- showQuick: true
97
- },
98
- datePanel: {
99
- // parseFormat: 'yyyy-MM-dd HH:mm:ss.SSS',
100
- // labelFormat: '',
101
- // valueFormat: '',
102
- startDate: new Date(1900, 0, 1),
103
- endDate: new Date(2100, 0, 1),
104
- startDay: 1,
105
- selectDay: 1
106
- },
107
- datePicker: {
108
- // size: null,
109
- // transfer: false,
110
- shortcutConfig: {
111
- // position: 'left',
112
- align: 'left',
113
- mode: 'text',
114
- autoClose: true
115
- },
116
- startDay: 1,
117
- selectDay: 1,
118
- autoClose: true,
119
- showClearButton: null,
120
- showConfirmButton: null
121
- },
122
- dateRangePicker: {
123
- // size: null,
124
- // transfer: false,
125
- shortcutConfig: {
126
- // position: 'left',
127
- align: 'left',
128
- mode: 'text',
129
- autoClose: true
130
- },
131
- startDay: 1,
132
- selectDay: 1,
133
- separator: ' ~ ',
134
- autoClose: true,
135
- showClearButton: true,
136
- showConfirmButton: null
137
- },
138
- drawer: {
139
- // size: null,
140
- position: 'right',
141
- showHeader: true,
142
- lockView: true,
143
- mask: true,
144
- showTitleOverflow: true,
145
- showClose: true,
146
- padding: true,
147
- // destroyOnClose: false,
148
- cancelClosable: true,
149
- confirmClosable: true
150
- },
151
- empty: {},
152
- form: {
153
- // preventSubmit: false,
154
- // size: null,
155
- // colon: false,
156
- validConfig: {
157
- showErrorMessage: true,
158
- autoPos: true,
159
- theme: 'beautify'
160
- },
161
- tooltipConfig: {
162
- enterable: true
163
- },
164
- titleAsterisk: true,
165
- titleOverflow: false,
166
- padding: true
167
- },
168
- formDesign: {
169
- height: 400,
170
- showHeader: true,
171
- showPc: true
172
- },
173
- formGather: {},
174
- formGroup: {},
175
- formItem: {},
176
- formView: {},
177
- icon: {},
178
- iconPicker: {
179
- icons: ['home', 'company', 'comment', 'setting', 'send', 'envelope', 'envelope-open', 'bell', 'search', 'print', 'pc', 'goods', 'chart-line', 'edit', 'delete', 'save', 'folder', 'microphone', 'flag', 'link', 'location', 'sunny', 'rmb', 'usd', 'user', 'add-user', 'add-users', 'star', 'unlock', 'time', 'text', 'feedback', 'calendar', 'association-form', 'cloud-download', 'cloud-upload', 'file', 'subtable', 'chart-bar-x', 'chart-bar-y', 'chart-line', 'chart-pie', 'chart-radar']
180
- },
181
- image: {
182
- draggable: null,
183
- showPreview: true,
184
- showPrintButton: true
185
- },
186
- imageGroup: {
187
- showPreview: true,
188
- showPrintButton: true
189
- },
190
- imagePreview: {
191
- showPrintButton: true,
192
- maskClosable: true
193
- },
194
- input: {
195
- // size: null,
196
- // transfer: false
197
- // parseFormat: 'yyyy-MM-dd HH:mm:ss.SSS',
198
- // labelFormat: '',
199
- // valueFormat: '',
200
- startDate: new Date(1900, 0, 1),
201
- endDate: new Date(2100, 0, 1),
202
- startDay: 1,
203
- selectDay: 1,
204
- digits: 2,
205
- controls: true
206
- },
207
- layoutAside: {},
208
- layoutBody: {
209
- backtopConfig: {
210
- }
211
- },
212
- layoutContainer: {},
213
- layoutFooter: {},
214
- layoutHeader: {},
215
- link: {
216
- underline: true
217
- },
218
- listDesign: {
219
- height: 400,
220
- showPc: true
221
- },
222
- listView: {},
223
- list: {
224
- // size: null,
225
- virtualYConfig: {
226
- enabled: true,
227
- gt: 60
228
- // oSize: 0
229
- }
230
- },
231
- loading: {
232
- showIcon: true,
233
- showText: true
234
- },
235
- menu: {},
236
- modal: {
237
- // size: null,
238
- top: 16,
239
- showHeader: true,
240
- // width: null,
241
- // height: null,
242
- minWidth: 340,
243
- minHeight: 140,
244
- lockView: true,
245
- mask: true,
246
- duration: 3000,
247
- marginSize: 0,
248
- dblclickZoom: true,
249
- showTitleOverflow: true,
250
- animat: true,
251
- showClose: true,
252
- padding: true,
253
- draggable: true,
254
- showConfirmButton: null,
255
- cancelClosable: true,
256
- confirmClosable: true,
257
- zoomConfig: {
258
- minimizeMaxSize: 10,
259
- minimizeVerticalOffset: {
260
- top: -24,
261
- left: 0
262
- },
263
- minimizeHorizontalOffset: {
264
- top: 0,
265
- left: 32
266
- }
267
- },
268
- // destroyOnClose: false,
269
- // remember: false,
270
- // storage: false,
271
- storageKey: 'VXE_MODAL_POSITION'
272
- },
273
- noticeBar: {},
274
- numberInput: {
275
- // size: null,
276
- // transfer: false
277
- digits: 2,
278
- autoFill: true,
279
- controlConfig: {
280
- enabled: true,
281
- layout: 'right',
282
- showButton: true,
283
- isWheel: true,
284
- isArrow: true
285
- }
286
- },
287
- optgroup: {},
288
- option: {},
289
- pager: {
290
- pageSizePlacement: 'top'
291
- // size: null,
292
- // autoHidden: false,
293
- // perfect: true,
294
- // pageSize: 10,
295
- // pagerCount: 7,
296
- // pageSizes: [10, 15, 20, 50, 100],
297
- // layouts: ['PrevJump', 'PrevPage', 'Jump', 'PageCount', 'NextPage', 'NextJump', 'Sizes', 'Total']
298
- },
299
- print: {
300
- pageStyle: {}
301
- },
302
- passwordInput: {
303
- controls: true
304
- },
305
- printPageBreak: {},
306
- pulldown: {
307
- // destroyOnClose: false
308
- },
309
- radio: {
310
- strict: true
311
- },
312
- radioButton: {
313
- strict: true
314
- },
315
- radioGroup: {
316
- strict: true
317
- },
318
- rate: {},
319
- result: {},
320
- row: {},
321
- segmented: {},
322
- select: {
323
- multiCharOverflow: 8,
324
- remoteConfig: {
325
- enabled: true,
326
- autoLoad: true
327
- },
328
- virtualYConfig: {
329
- enabled: true,
330
- gt: 50,
331
- oSize: 2
332
- }
333
- },
334
- splitter: {
335
- resize: true,
336
- itemConfig: {
337
- minWidth: 40,
338
- minHeight: 40
339
- },
340
- resizeConfig: {
341
- // immediate: false,
342
- showTip: true
343
- }
344
- },
345
- splitterPanel: {},
346
- slider: {
347
- max: 100,
348
- min: 0
349
- },
350
- steps: {},
351
- switch: {},
352
- tabPane: {},
353
- tableSelect: {
354
- gridConfig: {
355
- showOverflow: true,
356
- showHeaderOverflow: true,
357
- showFooterOverflow: true,
358
- rowConfig: {
359
- isHover: true
360
- },
361
- virtualXConfig: {
362
- enabled: true,
363
- gt: 0
364
- },
365
- virtualYConfig: {
366
- enabled: true,
367
- gt: 0
368
- }
369
- }
370
- },
371
- tabs: {
372
- // destroyOnClose: false
373
- },
374
- tag: {},
375
- textEllipsis: {
376
- underline: true
377
- },
378
- text: {
379
- copyConfig: {
380
- showMessage: true
381
- }
382
- },
383
- textarea: {
384
- resize: 'none'
385
- },
386
- timeline: {},
387
- timelineItem: {},
388
- tip: {},
389
- tooltip: {
390
- // size: null,
391
- // enterable: false,
392
- trigger: 'hover',
393
- theme: 'dark',
394
- enterDelay: 500,
395
- leaveDelay: 300,
396
- isArrow: true
397
- },
398
- tree: {
399
- // autoResize: false,
400
- indent: 20,
401
- minHeight: 60,
402
- radioConfig: {
403
- strict: true
404
- },
405
- dragConfig: {
406
- showIcon: true,
407
- animation: true,
408
- showGuidesStatus: true,
409
- showDragTip: true
410
- },
411
- virtualYConfig: {
412
- enabled: true,
413
- gt: 50,
414
- oSize: 2
415
- }
416
- },
417
- treeSelect: {
418
- autoClose: true,
419
- virtualYConfig: {
420
- enabled: true,
421
- gt: 0,
422
- oSize: 2
423
- },
424
- treeConfig: {
425
- maxHeight: 300,
426
- radioConfig: {},
427
- checkboxConfig: {},
428
- filterConfig: {
429
- autoExpandAll: true
430
- }
431
- }
432
- },
433
- upload: {
434
- mode: 'all',
435
- imageTypes: ['jpg', 'jpeg', 'png', 'gif'],
436
- showList: true,
437
- showUploadButton: true,
438
- showButtonText: true,
439
- showRemoveButton: true,
440
- showButtonIcon: true,
441
- showPreview: true,
442
- dragToUpload: true,
443
- // imageConfig: {},
444
- showLimitSize: true,
445
- showLimitCount: true,
446
- autoSubmit: true,
447
- // urlArgs: false,
448
- maxSimultaneousUploads: 5,
449
- previewImageConfig: {}
450
- },
451
- watermark: {
452
- rotate: -30,
453
- gap: [100, 100]
454
- },
455
-
456
- table: {},
457
- colgroup: {},
458
- column: {},
459
- toolbar: {},
460
- grid: {},
461
-
462
- gantt: {}
463
- })
464
-
465
- const iconPrefix = 'vxe-icon-'
466
-
467
- setIcon({
468
- // loading
469
- LOADING: iconPrefix + 'spinner roll vxe-loading--default-icon',
470
-
471
- // button
472
- BUTTON_DROPDOWN: iconPrefix + 'arrow-down',
473
- BUTTON_LOADING: iconPrefix + 'spinner roll',
474
- BUTTON_TOOLTIP_ICON: iconPrefix + 'question-circle-fill',
475
-
476
- // menu
477
- MENU_ITEM_EXPAND_OPEN: iconPrefix + 'arrow-down rotate180',
478
- MENU_ITEM_EXPAND_CLOSE: iconPrefix + 'arrow-down',
479
-
480
- // select
481
- SELECT_LOADED: iconPrefix + 'spinner roll',
482
- SELECT_OPEN: iconPrefix + 'caret-down rotate180',
483
- SELECT_CLOSE: iconPrefix + 'caret-down',
484
- SELECT_ADD_OPTION: iconPrefix + 'add',
485
-
486
- // icon-picker
487
- ICON_PICKER_OPEN: iconPrefix + 'caret-down rotate180',
488
- ICON_PICKER_CLOSE: iconPrefix + 'caret-down',
489
-
490
- // pager
491
- PAGER_HOME: iconPrefix + 'home-page',
492
- PAGER_END: iconPrefix + 'end-page',
493
- PAGER_JUMP_PREV: iconPrefix + 'arrow-double-left',
494
- PAGER_JUMP_NEXT: iconPrefix + 'arrow-double-right',
495
- PAGER_PREV_PAGE: iconPrefix + 'arrow-left',
496
- PAGER_NEXT_PAGE: iconPrefix + 'arrow-right',
497
- PAGER_JUMP_MORE: iconPrefix + 'ellipsis-h',
498
-
499
- // radio
500
- RADIO_CHECKED: iconPrefix + 'radio-checked-fill',
501
- RADIO_UNCHECKED: iconPrefix + 'radio-unchecked',
502
- RADIO_DISABLED_UNCHECKED: iconPrefix + 'radio-unchecked-fill',
503
-
504
- // checkbox
505
- CHECKBOX_INDETERMINATE: iconPrefix + 'checkbox-indeterminate-fill',
506
- CHECKBOX_CHECKED: iconPrefix + 'checkbox-checked-fill',
507
- CHECKBOX_UNCHECKED: iconPrefix + 'checkbox-unchecked',
508
- CHECKBOX_DISABLED_UNCHECKED: iconPrefix + 'checkbox-unchecked-fill',
509
-
510
- // input
511
- INPUT_CLEAR: iconPrefix + 'error-circle-fill',
512
- INPUT_SEARCH: iconPrefix + 'search',
513
- INPUT_PLUS_NUM: iconPrefix + 'caret-up',
514
- INPUT_MINUS_NUM: iconPrefix + 'caret-down',
515
-
516
- // number-picker
517
- NUMBER_INPUT_MINUS_NUM: iconPrefix + 'minus',
518
- NUMBER_INPUT_PLUS_NUM: iconPrefix + 'add',
519
-
520
- // date-picker
521
- DATE_PICKER_DATE: iconPrefix + 'calendar',
522
-
523
- // password-input
524
- PASSWORD_INPUT_SHOW_PWD: iconPrefix + 'eye-fill-close',
525
- PASSWORD_INPUT_HIDE_PWD: iconPrefix + 'eye-fill',
526
-
527
- // modal
528
- MODAL_ZOOM_MIN: iconPrefix + 'minus',
529
- MODAL_ZOOM_REVERT: iconPrefix + 'recover',
530
- MODAL_ZOOM_IN: iconPrefix + 'square',
531
- MODAL_ZOOM_OUT: iconPrefix + 'maximize',
532
- MODAL_CLOSE: iconPrefix + 'close',
533
- MODAL_INFO: iconPrefix + 'info-circle-fill',
534
- MODAL_SUCCESS: iconPrefix + 'success-circle-fill',
535
- MODAL_WARNING: iconPrefix + 'warning-circle-fill',
536
- MODAL_ERROR: iconPrefix + 'error-circle-fill',
537
- MODAL_QUESTION: iconPrefix + 'question-circle-fill',
538
- MODAL_LOADING: iconPrefix + 'spinner roll',
539
-
540
- // drawer
541
- DRAWER_CLOSE: iconPrefix + 'close',
542
-
543
- // form
544
- FORM_PREFIX: iconPrefix + 'question-circle-fill',
545
- FORM_SUFFIX: iconPrefix + 'question-circle-fill',
546
- FORM_FOLDING: iconPrefix + 'arrow-up rotate180',
547
- FORM_UNFOLDING: iconPrefix + 'arrow-up',
548
- FORM_VALID_ERROR_ICON: iconPrefix + 'warning-circle-fill',
549
-
550
- // form-design
551
- FORM_DESIGN_STYLE_SETTING: iconPrefix + 'layout',
552
- FORM_DESIGN_PROPS_PC: iconPrefix + 'pc',
553
- FORM_DESIGN_PROPS_MOBILE: iconPrefix + 'mobile',
554
- FORM_DESIGN_PROPS_ADD: iconPrefix + 'add',
555
- FORM_DESIGN_PROPS_EDIT: iconPrefix + 'edit',
556
- FORM_DESIGN_WIDGET_ADD: iconPrefix + 'square-plus-fill',
557
- FORM_DESIGN_WIDGET_COPY: iconPrefix + 'copy',
558
- FORM_DESIGN_WIDGET_DELETE: iconPrefix + 'delete',
559
- FORM_DESIGN_WIDGET_SWAP_LR: iconPrefix + 'swap',
560
- FORM_DESIGN_WIDGET_OPTION_DELETE: iconPrefix + 'delete',
561
- FORM_DESIGN_WIDGET_OPTION_EXPAND_OPEN: iconPrefix + 'square-plus',
562
- FORM_DESIGN_WIDGET_OPTION_EXPAND_CLOSE: iconPrefix + 'square-minus',
563
-
564
- // list-design
565
- LIST_DESIGN_FIELD_SETTING: iconPrefix + 'custom-column',
566
- LIST_DESIGN_LIST_SETTING: iconPrefix + 'menu',
567
- LIST_DESIGN_LIST_SETTING_SEARCH_DELETE: iconPrefix + 'delete',
568
- LIST_DESIGN_LIST_SETTING_ACTIVE_DELETE: iconPrefix + 'delete',
569
-
570
- // upload
571
- UPLOAD_FILE_ERROR: iconPrefix + 'warning-circle-fill',
572
- UPLOAD_FILE_ADD: iconPrefix + 'upload',
573
- UPLOAD_FILE_REMOVE: iconPrefix + 'delete',
574
- UPLOAD_FILE_DOWNLOAD: iconPrefix + 'download',
575
- UPLOAD_IMAGE_UPLOAD: iconPrefix + 'upload',
576
- UPLOAD_IMAGE_RE_UPLOAD: iconPrefix + 'repeat',
577
- UPLOAD_IMAGE_ADD: iconPrefix + 'add',
578
- UPLOAD_IMAGE_REMOVE: iconPrefix + 'close',
579
- UPLOAD_LOADING: iconPrefix + 'spinner roll vxe-loading--default-icon',
580
- UPLOAD_FILE_TYPE_DEFAULT: iconPrefix + 'file',
581
- UPLOAD_FILE_TYPE_XLSX: iconPrefix + 'file-excel',
582
- UPLOAD_FILE_TYPE_XLS: iconPrefix + 'file-excel',
583
- UPLOAD_FILE_TYPE_PDF: iconPrefix + 'file-pdf',
584
- UPLOAD_FILE_TYPE_PNG: iconPrefix + 'file-image',
585
- UPLOAD_FILE_TYPE_GIF: iconPrefix + 'file-image',
586
- UPLOAD_FILE_TYPE_JPG: iconPrefix + 'file-image',
587
- UPLOAD_FILE_TYPE_JPEG: iconPrefix + 'file-image',
588
- UPLOAD_FILE_TYPE_MD: iconPrefix + 'file-markdown',
589
- UPLOAD_FILE_TYPE_PPD: iconPrefix + 'file-ppt',
590
- UPLOAD_FILE_TYPE_DOCX: iconPrefix + 'file-word',
591
- UPLOAD_FILE_TYPE_DOC: iconPrefix + 'file-word',
592
- UPLOAD_FILE_TYPE_ZIP: iconPrefix + 'file-zip',
593
- UPLOAD_FILE_TYPE_TXT: iconPrefix + 'file-txt',
594
-
595
- // image-preview
596
- IMAGE_PREVIEW_CLOSE: iconPrefix + 'close',
597
- IMAGE_PREVIEW_PREVIOUS: iconPrefix + 'arrow-left',
598
- IMAGE_PREVIEW_NEXT: iconPrefix + 'arrow-right',
599
- IMAGE_PREVIEW_PCT_FULL: iconPrefix + 'pct-full',
600
- IMAGE_PREVIEW_PCT_1_1: iconPrefix + 'pct-1-1',
601
- IMAGE_PREVIEW_ZOOM_OUT: iconPrefix + 'search-zoom-out',
602
- IMAGE_PREVIEW_ZOOM_IN: iconPrefix + 'search-zoom-in',
603
- IMAGE_PREVIEW_ROTATE_LEFT: iconPrefix + 'rotate-left',
604
- IMAGE_PREVIEW_ROTATE_RIGHT: iconPrefix + 'rotate-right',
605
- IMAGE_PREVIEW_PRINT: iconPrefix + 'print',
606
- IMAGE_PREVIEW_DOWNLOAD: iconPrefix + 'download',
607
-
608
- // alert
609
- ALERT_CLOSE: iconPrefix + 'close',
610
- ALERT_INFO: iconPrefix + 'info-circle-fill',
611
- ALERT_SUCCESS: iconPrefix + 'success-circle-fill',
612
- ALERT_WARNING: iconPrefix + 'warning-circle-fill',
613
- ALERT_ERROR: iconPrefix + 'error-circle-fill',
614
-
615
- // tree
616
- TREE_NODE_OPEN: iconPrefix + 'caret-right rotate90',
617
- TREE_NODE_CLOSE: iconPrefix + 'caret-right',
618
- TREE_NODE_LOADED: iconPrefix + 'spinner roll',
619
- TREE_DRAG: iconPrefix + 'drag-handle',
620
- TREE_DRAG_STATUS_NODE: iconPrefix + 'sort',
621
- TREE_DRAG_STATUS_SUB_NODE: iconPrefix + 'add-sub',
622
- TREE_DRAG_DISABLED: iconPrefix + 'no-drop',
623
-
624
- // tree-select
625
- TREE_SELECT_LOADED: iconPrefix + 'spinner roll',
626
- TREE_SELECT_OPEN: iconPrefix + 'caret-down rotate180',
627
- TREE_SELECT_CLOSE: iconPrefix + 'caret-down',
628
-
629
- // table-select
630
- TABLE_SELECT_LOADED: iconPrefix + 'spinner roll',
631
- TABLE_SELECT_OPEN: iconPrefix + 'caret-down rotate180',
632
- TABLE_SELECT_CLOSE: iconPrefix + 'caret-down',
633
-
634
- // tabs
635
- TABS_TAB_BUTTON_TOP: iconPrefix + 'arrow-up',
636
- TABS_TAB_BUTTON_BOTTOM: iconPrefix + 'arrow-down',
637
- TABS_TAB_BUTTON_LEFT: iconPrefix + 'arrow-left',
638
- TABS_TAB_BUTTON_RIGHT: iconPrefix + 'arrow-right',
639
- TABS_TAB_CLOSE: iconPrefix + 'close',
640
- TABS_TAB_REFRESH: iconPrefix + 'refresh',
641
- TABS_TAB_REFRESH_LOADING: iconPrefix + 'refresh roll',
642
-
643
- // text
644
- TEXT_COPY: iconPrefix + 'copy',
645
- TEXT_LOADING: iconPrefix + 'spinner roll',
646
-
647
- // tag
648
- TAG_CLOSE: iconPrefix + 'close',
649
- TAG_LOADING: iconPrefix + 'spinner roll',
650
-
651
- // carousel
652
- CAROUSEL_HORIZONTAL_PREVIOUS: iconPrefix + 'arrow-left',
653
- CAROUSEL_HORIZONTAL_NEXT: iconPrefix + 'arrow-right',
654
- CAROUSEL_VERTICAL_PREVIOUS: iconPrefix + 'arrow-up',
655
- CAROUSEL_VERTICAL_NEXT: iconPrefix + 'arrow-down',
656
-
657
- // collapse
658
- COLLAPSE_OPEN: iconPrefix + 'arrow-right rotate90',
659
- COLLAPSE_CLOSE: iconPrefix + 'arrow-right',
660
-
661
- // empty
662
- EMPTY_DEFAULT: iconPrefix + 'empty',
663
-
664
- // result
665
- RESULT_INFO: iconPrefix + 'info-circle-fill',
666
- RESULT_SUCCESS: iconPrefix + 'success-circle-fill',
667
- RESULT_WARNING: iconPrefix + 'warning-circle-fill',
668
- RESULT_ERROR: iconPrefix + 'error-circle-fill',
669
- RESULT_QUESTION: iconPrefix + 'question-circle-fill',
670
- RESULT_LOADING: iconPrefix + 'spinner roll',
671
-
672
- // rate
673
- RATE_CHECKED: iconPrefix + 'star-fill',
674
- RATE_UNCHECKED: iconPrefix + 'star',
675
-
676
- // color-picker
677
- COLOR_PICKER_COLOR_COPY: iconPrefix + 'copy',
678
- COLOR_PICKER_EYE_DROPPER: iconPrefix + 'dropper',
679
- COLOR_PICKER_TPTY_OPEN: iconPrefix + 'arrow-down rotate180',
680
- COLOR_PICKER_TPTY_CLOSE: iconPrefix + 'arrow-down',
681
-
682
- // split
683
- SPLIT_TOP_ACTION: iconPrefix + 'arrow-up',
684
- SPLIT_BOTTOM_ACTION: iconPrefix + 'arrow-down',
685
- SPLIT_LEFT_ACTION: iconPrefix + 'arrow-left',
686
- SPLIT_RIGHT_ACTION: iconPrefix + 'arrow-right',
687
-
688
- // backtop
689
- BACKTOP_TOP: iconPrefix + 'top',
690
-
691
- // context-menu
692
- CONTEXT_MENU_OPTION_LOADING: iconPrefix + 'spinner roll',
693
- CONTEXT_MENU_CHILDREN: iconPrefix + 'arrow-right'
694
- })
695
-
696
- export * from '@vxe-ui/core'
697
- export default VxeUI
1
+ import { VxeUI, setConfig, setIcon } from '@vxe-ui/core'
2
+ import { dynamicApp } from '../dynamics'
3
+ import { warnLog } from './src/log'
4
+
5
+ import { VxeGlobalConfig } from '../../types'
6
+
7
+ export const version = process.env.VUE_APP_VXE_VERSION as string
8
+
9
+ VxeUI.uiVersion = version
10
+
11
+ VxeUI.dynamicApp = dynamicApp
12
+
13
+ export function config (options?: VxeGlobalConfig) {
14
+ warnLog('vxe.error.delFunc', ['config', 'setConfig'])
15
+ return setConfig(options)
16
+ }
17
+
18
+ export function setup (options?: VxeGlobalConfig) {
19
+ warnLog('vxe.error.delFunc', ['setup', 'setConfig'])
20
+ return setConfig(options)
21
+ }
22
+
23
+ VxeUI.config = config
24
+ VxeUI.setup = setup
25
+
26
+ setConfig({
27
+ alert: {},
28
+ anchor: {},
29
+ anchorLink: {},
30
+ avatar: {},
31
+ backtop: {
32
+ showIcon: true,
33
+ showContent: true,
34
+ showTop: true,
35
+ showBottom: true,
36
+ shadow: true,
37
+ threshold: 20
38
+ },
39
+ badge: {},
40
+ breadcrumb: {
41
+ separator: '/'
42
+ },
43
+ breadcrumbItem: {},
44
+ button: {
45
+ trigger: 'hover',
46
+ // destroyOnClose: false,
47
+ prefixTooltip: {
48
+ enterable: true
49
+ },
50
+ suffixTooltip: {
51
+ enterable: true
52
+ },
53
+ showDropdownIcon: true
54
+ },
55
+ buttonGroup: {},
56
+ calendar: {
57
+ minDate: new Date(1900, 0, 1),
58
+ maxDate: new Date(2100, 0, 1),
59
+ startDay: 1,
60
+ selectDay: 1
61
+ },
62
+ card: {
63
+ border: true,
64
+ padding: true
65
+ },
66
+ carousel: {
67
+ height: 200,
68
+ loop: true,
69
+ interval: 5000
70
+ },
71
+ carouselItem: {},
72
+ cascader: {
73
+ autoClose: true
74
+ },
75
+ checkbox: {},
76
+ checkboxButton: {},
77
+ checkboxGroup: {},
78
+ col: {},
79
+ collapse: {
80
+ padding: true,
81
+ expandConfig: {
82
+ showIcon: true
83
+ }
84
+ },
85
+ collapsePane: {},
86
+ contextMenu: {
87
+ autoLocate: true
88
+ },
89
+ countdown: {},
90
+ colorPicker: {
91
+ type: 'rgb',
92
+ clearable: true,
93
+ showAlpha: true,
94
+ clickToCopy: true,
95
+ showColorExtractor: true,
96
+ showQuick: true
97
+ },
98
+ datePanel: {
99
+ // parseFormat: 'yyyy-MM-dd HH:mm:ss.SSS',
100
+ // labelFormat: '',
101
+ // valueFormat: '',
102
+ startDate: new Date(1900, 0, 1),
103
+ endDate: new Date(2100, 0, 1),
104
+ startDay: 1,
105
+ selectDay: 1
106
+ },
107
+ datePicker: {
108
+ // size: null,
109
+ // transfer: false,
110
+ shortcutConfig: {
111
+ // position: 'left',
112
+ align: 'left',
113
+ mode: 'text',
114
+ autoClose: true
115
+ },
116
+ startDay: 1,
117
+ selectDay: 1,
118
+ autoClose: true,
119
+ showClearButton: null,
120
+ showConfirmButton: null
121
+ },
122
+ dateRangePicker: {
123
+ // size: null,
124
+ // transfer: false,
125
+ shortcutConfig: {
126
+ // position: 'left',
127
+ align: 'left',
128
+ mode: 'text',
129
+ autoClose: true
130
+ },
131
+ startDay: 1,
132
+ selectDay: 1,
133
+ separator: ' ~ ',
134
+ autoClose: true,
135
+ showClearButton: true,
136
+ showConfirmButton: null
137
+ },
138
+ drawer: {
139
+ // size: null,
140
+ position: 'right',
141
+ showHeader: true,
142
+ lockView: true,
143
+ mask: true,
144
+ showTitleOverflow: true,
145
+ showClose: true,
146
+ padding: true,
147
+ // destroyOnClose: false,
148
+ cancelClosable: true,
149
+ confirmClosable: true
150
+ },
151
+ empty: {},
152
+ form: {
153
+ // preventSubmit: false,
154
+ // size: null,
155
+ // colon: false,
156
+ validConfig: {
157
+ showErrorMessage: true,
158
+ autoPos: true,
159
+ theme: 'beautify'
160
+ },
161
+ tooltipConfig: {
162
+ enterable: true
163
+ },
164
+ titleAsterisk: true,
165
+ titleOverflow: false,
166
+ padding: true
167
+ },
168
+ formDesign: {
169
+ height: 400,
170
+ showHeader: true,
171
+ showPc: true
172
+ },
173
+ formGather: {},
174
+ formGroup: {},
175
+ formItem: {},
176
+ formView: {},
177
+ icon: {},
178
+ iconPicker: {
179
+ icons: ['home', 'company', 'comment', 'setting', 'send', 'envelope', 'envelope-open', 'bell', 'search', 'print', 'pc', 'goods', 'chart-line', 'edit', 'delete', 'save', 'folder', 'microphone', 'flag', 'link', 'location', 'sunny', 'rmb', 'usd', 'user', 'add-user', 'add-users', 'star', 'unlock', 'time', 'text', 'feedback', 'calendar', 'association-form', 'cloud-download', 'cloud-upload', 'file', 'subtable', 'chart-bar-x', 'chart-bar-y', 'chart-line', 'chart-pie', 'chart-radar']
180
+ },
181
+ image: {
182
+ draggable: null,
183
+ showPreview: true,
184
+ showPrintButton: true
185
+ },
186
+ imageGroup: {
187
+ showPreview: true,
188
+ showPrintButton: true
189
+ },
190
+ imagePreview: {
191
+ showPrintButton: true,
192
+ maskClosable: true
193
+ },
194
+ input: {
195
+ // size: null,
196
+ // transfer: false
197
+ // parseFormat: 'yyyy-MM-dd HH:mm:ss.SSS',
198
+ // labelFormat: '',
199
+ // valueFormat: '',
200
+ startDate: new Date(1900, 0, 1),
201
+ endDate: new Date(2100, 0, 1),
202
+ startDay: 1,
203
+ selectDay: 1,
204
+ digits: 2,
205
+ controls: true
206
+ },
207
+ layoutAside: {},
208
+ layoutBody: {
209
+ backtopConfig: {
210
+ }
211
+ },
212
+ layoutContainer: {},
213
+ layoutFooter: {},
214
+ layoutHeader: {},
215
+ link: {
216
+ underline: true
217
+ },
218
+ listDesign: {
219
+ height: 400,
220
+ showPc: true
221
+ },
222
+ listView: {},
223
+ list: {
224
+ // size: null,
225
+ virtualYConfig: {
226
+ enabled: true,
227
+ gt: 60
228
+ // oSize: 0
229
+ }
230
+ },
231
+ loading: {
232
+ showIcon: true,
233
+ showText: true
234
+ },
235
+ menu: {},
236
+ modal: {
237
+ // size: null,
238
+ top: 16,
239
+ showHeader: true,
240
+ // width: null,
241
+ // height: null,
242
+ minWidth: 340,
243
+ minHeight: 140,
244
+ lockView: true,
245
+ mask: true,
246
+ duration: 3000,
247
+ marginSize: 0,
248
+ dblclickZoom: true,
249
+ showTitleOverflow: true,
250
+ animat: true,
251
+ showClose: true,
252
+ padding: true,
253
+ draggable: true,
254
+ showConfirmButton: null,
255
+ cancelClosable: true,
256
+ confirmClosable: true,
257
+ zoomConfig: {
258
+ minimizeMaxSize: 10,
259
+ minimizeVerticalOffset: {
260
+ top: -24,
261
+ left: 0
262
+ },
263
+ minimizeHorizontalOffset: {
264
+ top: 0,
265
+ left: 32
266
+ }
267
+ },
268
+ // destroyOnClose: false,
269
+ // remember: false,
270
+ // storage: false,
271
+ storageKey: 'VXE_MODAL_POSITION'
272
+ },
273
+ noticeBar: {},
274
+ numberInput: {
275
+ // size: null,
276
+ // transfer: false
277
+ digits: 2,
278
+ autoFill: true,
279
+ controlConfig: {
280
+ enabled: true,
281
+ layout: 'right',
282
+ showButton: true,
283
+ isWheel: true,
284
+ isArrow: true
285
+ }
286
+ },
287
+ optgroup: {},
288
+ option: {},
289
+ pager: {
290
+ pageSizePlacement: 'top'
291
+ // size: null,
292
+ // autoHidden: false,
293
+ // perfect: true,
294
+ // pageSize: 10,
295
+ // pagerCount: 7,
296
+ // pageSizes: [10, 15, 20, 50, 100],
297
+ // layouts: ['PrevJump', 'PrevPage', 'Jump', 'PageCount', 'NextPage', 'NextJump', 'Sizes', 'Total']
298
+ },
299
+ print: {
300
+ pageStyle: {}
301
+ },
302
+ passwordInput: {
303
+ controls: true
304
+ },
305
+ printPageBreak: {},
306
+ pulldown: {
307
+ // destroyOnClose: false
308
+ },
309
+ radio: {
310
+ strict: true
311
+ },
312
+ radioButton: {
313
+ strict: true
314
+ },
315
+ radioGroup: {
316
+ strict: true
317
+ },
318
+ rate: {},
319
+ result: {},
320
+ row: {},
321
+ segmented: {},
322
+ select: {
323
+ multiCharOverflow: 8,
324
+ remoteConfig: {
325
+ enabled: true,
326
+ autoLoad: true
327
+ },
328
+ virtualYConfig: {
329
+ enabled: true,
330
+ gt: 50,
331
+ oSize: 2
332
+ }
333
+ },
334
+ splitter: {
335
+ resize: true,
336
+ itemConfig: {
337
+ minWidth: 40,
338
+ minHeight: 40
339
+ },
340
+ resizeConfig: {
341
+ // immediate: false,
342
+ showTip: true
343
+ }
344
+ },
345
+ splitterPanel: {},
346
+ slider: {
347
+ max: 100,
348
+ min: 0
349
+ },
350
+ steps: {},
351
+ switch: {},
352
+ tabPane: {},
353
+ tableSelect: {
354
+ gridConfig: {
355
+ showOverflow: true,
356
+ showHeaderOverflow: true,
357
+ showFooterOverflow: true,
358
+ rowConfig: {
359
+ isHover: true
360
+ },
361
+ virtualXConfig: {
362
+ enabled: true,
363
+ gt: 0
364
+ },
365
+ virtualYConfig: {
366
+ enabled: true,
367
+ gt: 0
368
+ }
369
+ }
370
+ },
371
+ tabs: {
372
+ // destroyOnClose: false
373
+ },
374
+ tag: {},
375
+ textEllipsis: {
376
+ underline: true
377
+ },
378
+ text: {
379
+ copyConfig: {
380
+ showMessage: true
381
+ }
382
+ },
383
+ textarea: {
384
+ resize: 'none'
385
+ },
386
+ timeline: {},
387
+ timelineItem: {},
388
+ tip: {},
389
+ tooltip: {
390
+ // size: null,
391
+ // enterable: false,
392
+ trigger: 'hover',
393
+ theme: 'dark',
394
+ enterDelay: 500,
395
+ leaveDelay: 300,
396
+ isArrow: true
397
+ },
398
+ tree: {
399
+ // autoResize: false,
400
+ indent: 20,
401
+ minHeight: 60,
402
+ radioConfig: {
403
+ strict: true
404
+ },
405
+ dragConfig: {
406
+ showIcon: true,
407
+ animation: true,
408
+ showGuidesStatus: true,
409
+ showDragTip: true
410
+ },
411
+ virtualYConfig: {
412
+ enabled: true,
413
+ gt: 50,
414
+ oSize: 2
415
+ }
416
+ },
417
+ treeSelect: {
418
+ autoClose: true,
419
+ virtualYConfig: {
420
+ enabled: true,
421
+ gt: 0,
422
+ oSize: 2
423
+ },
424
+ treeConfig: {
425
+ maxHeight: 300,
426
+ radioConfig: {},
427
+ checkboxConfig: {},
428
+ filterConfig: {
429
+ autoExpandAll: true
430
+ }
431
+ }
432
+ },
433
+ upload: {
434
+ mode: 'all',
435
+ imageTypes: ['jpg', 'jpeg', 'png', 'gif'],
436
+ showList: true,
437
+ showUploadButton: true,
438
+ showButtonText: true,
439
+ showRemoveButton: true,
440
+ showButtonIcon: true,
441
+ showPreview: true,
442
+ dragToUpload: true,
443
+ // imageConfig: {},
444
+ showLimitSize: true,
445
+ showLimitCount: true,
446
+ autoSubmit: true,
447
+ // urlArgs: false,
448
+ maxSimultaneousUploads: 5,
449
+ previewImageConfig: {}
450
+ },
451
+ watermark: {
452
+ rotate: -30,
453
+ gap: [100, 100]
454
+ },
455
+
456
+ table: {},
457
+ colgroup: {},
458
+ column: {},
459
+ toolbar: {},
460
+ grid: {},
461
+
462
+ gantt: {}
463
+ })
464
+
465
+ const iconPrefix = 'vxe-icon-'
466
+
467
+ setIcon({
468
+ // loading
469
+ LOADING: iconPrefix + 'spinner roll vxe-loading--default-icon',
470
+
471
+ // button
472
+ BUTTON_DROPDOWN: iconPrefix + 'arrow-down',
473
+ BUTTON_LOADING: iconPrefix + 'spinner roll',
474
+ BUTTON_TOOLTIP_ICON: iconPrefix + 'question-circle-fill',
475
+
476
+ // menu
477
+ MENU_ITEM_EXPAND_OPEN: iconPrefix + 'arrow-down rotate180',
478
+ MENU_ITEM_EXPAND_CLOSE: iconPrefix + 'arrow-down',
479
+
480
+ // select
481
+ SELECT_LOADED: iconPrefix + 'spinner roll',
482
+ SELECT_OPEN: iconPrefix + 'caret-down rotate180',
483
+ SELECT_CLOSE: iconPrefix + 'caret-down',
484
+ SELECT_ADD_OPTION: iconPrefix + 'add',
485
+
486
+ // icon-picker
487
+ ICON_PICKER_OPEN: iconPrefix + 'caret-down rotate180',
488
+ ICON_PICKER_CLOSE: iconPrefix + 'caret-down',
489
+
490
+ // pager
491
+ PAGER_HOME: iconPrefix + 'home-page',
492
+ PAGER_END: iconPrefix + 'end-page',
493
+ PAGER_JUMP_PREV: iconPrefix + 'arrow-double-left',
494
+ PAGER_JUMP_NEXT: iconPrefix + 'arrow-double-right',
495
+ PAGER_PREV_PAGE: iconPrefix + 'arrow-left',
496
+ PAGER_NEXT_PAGE: iconPrefix + 'arrow-right',
497
+ PAGER_JUMP_MORE: iconPrefix + 'ellipsis-h',
498
+
499
+ // radio
500
+ RADIO_CHECKED: iconPrefix + 'radio-checked-fill',
501
+ RADIO_UNCHECKED: iconPrefix + 'radio-unchecked',
502
+ RADIO_DISABLED_UNCHECKED: iconPrefix + 'radio-unchecked-fill',
503
+
504
+ // checkbox
505
+ CHECKBOX_INDETERMINATE: iconPrefix + 'checkbox-indeterminate-fill',
506
+ CHECKBOX_CHECKED: iconPrefix + 'checkbox-checked-fill',
507
+ CHECKBOX_UNCHECKED: iconPrefix + 'checkbox-unchecked',
508
+ CHECKBOX_DISABLED_UNCHECKED: iconPrefix + 'checkbox-unchecked-fill',
509
+
510
+ // input
511
+ INPUT_CLEAR: iconPrefix + 'error-circle-fill',
512
+ INPUT_SEARCH: iconPrefix + 'search',
513
+ INPUT_PLUS_NUM: iconPrefix + 'caret-up',
514
+ INPUT_MINUS_NUM: iconPrefix + 'caret-down',
515
+
516
+ // number-picker
517
+ NUMBER_INPUT_MINUS_NUM: iconPrefix + 'minus',
518
+ NUMBER_INPUT_PLUS_NUM: iconPrefix + 'add',
519
+
520
+ // date-picker
521
+ DATE_PICKER_DATE: iconPrefix + 'calendar',
522
+
523
+ // password-input
524
+ PASSWORD_INPUT_SHOW_PWD: iconPrefix + 'eye-fill-close',
525
+ PASSWORD_INPUT_HIDE_PWD: iconPrefix + 'eye-fill',
526
+
527
+ // modal
528
+ MODAL_ZOOM_MIN: iconPrefix + 'minus',
529
+ MODAL_ZOOM_REVERT: iconPrefix + 'recover',
530
+ MODAL_ZOOM_IN: iconPrefix + 'square',
531
+ MODAL_ZOOM_OUT: iconPrefix + 'maximize',
532
+ MODAL_CLOSE: iconPrefix + 'close',
533
+ MODAL_INFO: iconPrefix + 'info-circle-fill',
534
+ MODAL_SUCCESS: iconPrefix + 'success-circle-fill',
535
+ MODAL_WARNING: iconPrefix + 'warning-circle-fill',
536
+ MODAL_ERROR: iconPrefix + 'error-circle-fill',
537
+ MODAL_QUESTION: iconPrefix + 'question-circle-fill',
538
+ MODAL_LOADING: iconPrefix + 'spinner roll',
539
+
540
+ // drawer
541
+ DRAWER_CLOSE: iconPrefix + 'close',
542
+
543
+ // form
544
+ FORM_PREFIX: iconPrefix + 'question-circle-fill',
545
+ FORM_SUFFIX: iconPrefix + 'question-circle-fill',
546
+ FORM_FOLDING: iconPrefix + 'arrow-up rotate180',
547
+ FORM_UNFOLDING: iconPrefix + 'arrow-up',
548
+ FORM_VALID_ERROR_ICON: iconPrefix + 'warning-circle-fill',
549
+
550
+ // form-design
551
+ FORM_DESIGN_STYLE_SETTING: iconPrefix + 'layout',
552
+ FORM_DESIGN_PROPS_PC: iconPrefix + 'pc',
553
+ FORM_DESIGN_PROPS_MOBILE: iconPrefix + 'mobile',
554
+ FORM_DESIGN_PROPS_ADD: iconPrefix + 'add',
555
+ FORM_DESIGN_PROPS_EDIT: iconPrefix + 'edit',
556
+ FORM_DESIGN_WIDGET_ADD: iconPrefix + 'square-plus-fill',
557
+ FORM_DESIGN_WIDGET_COPY: iconPrefix + 'copy',
558
+ FORM_DESIGN_WIDGET_DELETE: iconPrefix + 'delete',
559
+ FORM_DESIGN_WIDGET_SWAP_LR: iconPrefix + 'swap',
560
+ FORM_DESIGN_WIDGET_OPTION_DELETE: iconPrefix + 'delete',
561
+ FORM_DESIGN_WIDGET_OPTION_EXPAND_OPEN: iconPrefix + 'square-plus',
562
+ FORM_DESIGN_WIDGET_OPTION_EXPAND_CLOSE: iconPrefix + 'square-minus',
563
+
564
+ // list-design
565
+ LIST_DESIGN_FIELD_SETTING: iconPrefix + 'custom-column',
566
+ LIST_DESIGN_LIST_SETTING: iconPrefix + 'menu',
567
+ LIST_DESIGN_LIST_SETTING_SEARCH_DELETE: iconPrefix + 'delete',
568
+ LIST_DESIGN_LIST_SETTING_ACTIVE_DELETE: iconPrefix + 'delete',
569
+
570
+ // upload
571
+ UPLOAD_FILE_ERROR: iconPrefix + 'warning-circle-fill',
572
+ UPLOAD_FILE_ADD: iconPrefix + 'upload',
573
+ UPLOAD_FILE_REMOVE: iconPrefix + 'delete',
574
+ UPLOAD_FILE_DOWNLOAD: iconPrefix + 'download',
575
+ UPLOAD_IMAGE_UPLOAD: iconPrefix + 'upload',
576
+ UPLOAD_IMAGE_RE_UPLOAD: iconPrefix + 'repeat',
577
+ UPLOAD_IMAGE_ADD: iconPrefix + 'add',
578
+ UPLOAD_IMAGE_REMOVE: iconPrefix + 'close',
579
+ UPLOAD_LOADING: iconPrefix + 'spinner roll vxe-loading--default-icon',
580
+ UPLOAD_FILE_TYPE_DEFAULT: iconPrefix + 'file',
581
+ UPLOAD_FILE_TYPE_XLSX: iconPrefix + 'file-excel',
582
+ UPLOAD_FILE_TYPE_XLS: iconPrefix + 'file-excel',
583
+ UPLOAD_FILE_TYPE_PDF: iconPrefix + 'file-pdf',
584
+ UPLOAD_FILE_TYPE_PNG: iconPrefix + 'file-image',
585
+ UPLOAD_FILE_TYPE_GIF: iconPrefix + 'file-image',
586
+ UPLOAD_FILE_TYPE_JPG: iconPrefix + 'file-image',
587
+ UPLOAD_FILE_TYPE_JPEG: iconPrefix + 'file-image',
588
+ UPLOAD_FILE_TYPE_MD: iconPrefix + 'file-markdown',
589
+ UPLOAD_FILE_TYPE_PPD: iconPrefix + 'file-ppt',
590
+ UPLOAD_FILE_TYPE_DOCX: iconPrefix + 'file-word',
591
+ UPLOAD_FILE_TYPE_DOC: iconPrefix + 'file-word',
592
+ UPLOAD_FILE_TYPE_ZIP: iconPrefix + 'file-zip',
593
+ UPLOAD_FILE_TYPE_TXT: iconPrefix + 'file-txt',
594
+
595
+ // image-preview
596
+ IMAGE_PREVIEW_CLOSE: iconPrefix + 'close',
597
+ IMAGE_PREVIEW_PREVIOUS: iconPrefix + 'arrow-left',
598
+ IMAGE_PREVIEW_NEXT: iconPrefix + 'arrow-right',
599
+ IMAGE_PREVIEW_PCT_FULL: iconPrefix + 'pct-full',
600
+ IMAGE_PREVIEW_PCT_1_1: iconPrefix + 'pct-1-1',
601
+ IMAGE_PREVIEW_ZOOM_OUT: iconPrefix + 'search-zoom-out',
602
+ IMAGE_PREVIEW_ZOOM_IN: iconPrefix + 'search-zoom-in',
603
+ IMAGE_PREVIEW_ROTATE_LEFT: iconPrefix + 'rotate-left',
604
+ IMAGE_PREVIEW_ROTATE_RIGHT: iconPrefix + 'rotate-right',
605
+ IMAGE_PREVIEW_PRINT: iconPrefix + 'print',
606
+ IMAGE_PREVIEW_DOWNLOAD: iconPrefix + 'download',
607
+
608
+ // alert
609
+ ALERT_CLOSE: iconPrefix + 'close',
610
+ ALERT_INFO: iconPrefix + 'info-circle-fill',
611
+ ALERT_SUCCESS: iconPrefix + 'success-circle-fill',
612
+ ALERT_WARNING: iconPrefix + 'warning-circle-fill',
613
+ ALERT_ERROR: iconPrefix + 'error-circle-fill',
614
+
615
+ // tree
616
+ TREE_NODE_OPEN: iconPrefix + 'caret-right rotate90',
617
+ TREE_NODE_CLOSE: iconPrefix + 'caret-right',
618
+ TREE_NODE_LOADED: iconPrefix + 'spinner roll',
619
+ TREE_DRAG: iconPrefix + 'drag-handle',
620
+ TREE_DRAG_STATUS_NODE: iconPrefix + 'sort',
621
+ TREE_DRAG_STATUS_SUB_NODE: iconPrefix + 'add-sub',
622
+ TREE_DRAG_DISABLED: iconPrefix + 'no-drop',
623
+
624
+ // tree-select
625
+ TREE_SELECT_LOADED: iconPrefix + 'spinner roll',
626
+ TREE_SELECT_OPEN: iconPrefix + 'caret-down rotate180',
627
+ TREE_SELECT_CLOSE: iconPrefix + 'caret-down',
628
+
629
+ // table-select
630
+ TABLE_SELECT_LOADED: iconPrefix + 'spinner roll',
631
+ TABLE_SELECT_OPEN: iconPrefix + 'caret-down rotate180',
632
+ TABLE_SELECT_CLOSE: iconPrefix + 'caret-down',
633
+
634
+ // tabs
635
+ TABS_TAB_BUTTON_TOP: iconPrefix + 'arrow-up',
636
+ TABS_TAB_BUTTON_BOTTOM: iconPrefix + 'arrow-down',
637
+ TABS_TAB_BUTTON_LEFT: iconPrefix + 'arrow-left',
638
+ TABS_TAB_BUTTON_RIGHT: iconPrefix + 'arrow-right',
639
+ TABS_TAB_CLOSE: iconPrefix + 'close',
640
+ TABS_TAB_REFRESH: iconPrefix + 'refresh',
641
+ TABS_TAB_REFRESH_LOADING: iconPrefix + 'refresh roll',
642
+
643
+ // text
644
+ TEXT_COPY: iconPrefix + 'copy',
645
+ TEXT_LOADING: iconPrefix + 'spinner roll',
646
+
647
+ // tag
648
+ TAG_CLOSE: iconPrefix + 'close',
649
+ TAG_LOADING: iconPrefix + 'spinner roll',
650
+
651
+ // carousel
652
+ CAROUSEL_HORIZONTAL_PREVIOUS: iconPrefix + 'arrow-left',
653
+ CAROUSEL_HORIZONTAL_NEXT: iconPrefix + 'arrow-right',
654
+ CAROUSEL_VERTICAL_PREVIOUS: iconPrefix + 'arrow-up',
655
+ CAROUSEL_VERTICAL_NEXT: iconPrefix + 'arrow-down',
656
+
657
+ // collapse
658
+ COLLAPSE_OPEN: iconPrefix + 'arrow-right rotate90',
659
+ COLLAPSE_CLOSE: iconPrefix + 'arrow-right',
660
+
661
+ // empty
662
+ EMPTY_DEFAULT: iconPrefix + 'empty',
663
+
664
+ // result
665
+ RESULT_INFO: iconPrefix + 'info-circle-fill',
666
+ RESULT_SUCCESS: iconPrefix + 'success-circle-fill',
667
+ RESULT_WARNING: iconPrefix + 'warning-circle-fill',
668
+ RESULT_ERROR: iconPrefix + 'error-circle-fill',
669
+ RESULT_QUESTION: iconPrefix + 'question-circle-fill',
670
+ RESULT_LOADING: iconPrefix + 'spinner roll',
671
+
672
+ // rate
673
+ RATE_CHECKED: iconPrefix + 'star-fill',
674
+ RATE_UNCHECKED: iconPrefix + 'star',
675
+
676
+ // color-picker
677
+ COLOR_PICKER_COLOR_COPY: iconPrefix + 'copy',
678
+ COLOR_PICKER_EYE_DROPPER: iconPrefix + 'dropper',
679
+ COLOR_PICKER_TPTY_OPEN: iconPrefix + 'arrow-down rotate180',
680
+ COLOR_PICKER_TPTY_CLOSE: iconPrefix + 'arrow-down',
681
+
682
+ // split
683
+ SPLIT_TOP_ACTION: iconPrefix + 'arrow-up',
684
+ SPLIT_BOTTOM_ACTION: iconPrefix + 'arrow-down',
685
+ SPLIT_LEFT_ACTION: iconPrefix + 'arrow-left',
686
+ SPLIT_RIGHT_ACTION: iconPrefix + 'arrow-right',
687
+
688
+ // backtop
689
+ BACKTOP_TOP: iconPrefix + 'top',
690
+
691
+ // context-menu
692
+ CONTEXT_MENU_OPTION_LOADING: iconPrefix + 'spinner roll',
693
+ CONTEXT_MENU_CHILDREN: iconPrefix + 'arrow-right'
694
+ })
695
+
696
+ export * from '@vxe-ui/core'
697
+ export default VxeUI