@vtx/components 4.0.0-beta.1 → 4.0.0-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/es/index.js +0 -1
  2. package/es/utils/filterSpecialCharacters.js +47 -46
  3. package/es/vtx-color-picker/index.js +50 -39
  4. package/es/vtx-combogrid/Combogrid.js +11 -6
  5. package/es/vtx-combogrid/style/index.js +4 -4
  6. package/es/vtx-datagrid/Store/Provide.js +5 -4
  7. package/es/vtx-datagrid/ToolBar/components/ColumnSetting/index.js +8 -3
  8. package/es/vtx-datagrid/ToolBar/components/Density/index.js +3 -0
  9. package/es/vtx-datagrid/ToolBar/components/TableStyle/index.js +3 -0
  10. package/es/vtx-datagrid/ToolBar/index.js +2 -2
  11. package/es/vtx-datagrid/index.js +15 -11
  12. package/es/vtx-datagrid/style/index.js +2 -2
  13. package/es/vtx-ellipsis-text/index.js +6 -1
  14. package/es/vtx-export/index.js +5 -0
  15. package/es/vtx-export-async/index.js +28 -8
  16. package/es/vtx-form-layout/Card.js +10 -10
  17. package/es/vtx-form-layout/Divider.js +1 -1
  18. package/es/vtx-form-layout/Pane.js +23 -12
  19. package/es/vtx-form-layout/style/index.js +0 -1
  20. package/es/vtx-image/Preview.js +11 -6
  21. package/es/vtx-import/index.js +78 -37
  22. package/es/vtx-import/result.js +2 -1
  23. package/es/vtx-import/style/index.js +12 -1
  24. package/es/vtx-import2/index.js +4 -2
  25. package/es/vtx-import2/style/index.js +1 -1
  26. package/es/vtx-input/TextArea/index.js +11 -6
  27. package/es/vtx-modal/style/index.js +5 -3
  28. package/es/vtx-page-layout/Content.js +1 -1
  29. package/es/vtx-page-layout/TabLayout.js +1 -7
  30. package/es/vtx-page-layout/TableLayout.js +14 -4
  31. package/es/vtx-page-layout/TableWrap.js +3 -2
  32. package/es/vtx-page-layout/TreeLayout.js +2 -8
  33. package/es/vtx-page-layout/container.js +6 -5
  34. package/es/vtx-provider/index.js +11 -4
  35. package/es/vtx-provider/locale/en_US.js +10 -2
  36. package/es/vtx-provider/locale/zh_CN.js +20 -2
  37. package/es/vtx-scrollable-row/index.js +38 -28
  38. package/es/vtx-search/index.js +5 -4
  39. package/es/vtx-search/style/index.js +2 -1
  40. package/es/vtx-select/index.js +25 -11
  41. package/es/vtx-signature/index.js +5 -4
  42. package/es/vtx-signature/style/index.js +1 -1
  43. package/es/vtx-tree/index.js +80 -34
  44. package/es/vtx-tree-select/index.js +4 -0
  45. package/es/vtx-upload/FilePreview.js +2 -1
  46. package/es/vtx-wang-editor/index.js +278 -108
  47. package/es/vtx-wang-editor/wangEditorUtil.js +59 -9
  48. package/lib/index.js +0 -12
  49. package/lib/utils/filterSpecialCharacters.js +48 -46
  50. package/lib/vtx-color-picker/index.js +50 -39
  51. package/lib/vtx-combogrid/Combogrid.js +11 -6
  52. package/lib/vtx-combogrid/style/index.js +4 -4
  53. package/lib/vtx-datagrid/Store/Provide.js +5 -4
  54. package/lib/vtx-datagrid/ToolBar/components/ColumnSetting/index.js +8 -4
  55. package/lib/vtx-datagrid/ToolBar/components/Density/index.js +3 -0
  56. package/lib/vtx-datagrid/ToolBar/components/TableStyle/index.js +3 -0
  57. package/lib/vtx-datagrid/ToolBar/index.js +2 -2
  58. package/lib/vtx-datagrid/index.js +16 -11
  59. package/lib/vtx-datagrid/style/index.js +2 -2
  60. package/lib/vtx-ellipsis-text/index.js +6 -1
  61. package/lib/vtx-export/index.js +5 -0
  62. package/lib/vtx-export-async/index.js +26 -6
  63. package/lib/vtx-form-layout/Card.js +9 -9
  64. package/lib/vtx-form-layout/Divider.js +1 -1
  65. package/lib/vtx-form-layout/Pane.js +22 -11
  66. package/lib/vtx-form-layout/style/index.js +0 -1
  67. package/lib/vtx-image/Preview.js +11 -6
  68. package/lib/vtx-import/index.js +77 -36
  69. package/lib/vtx-import/result.js +2 -1
  70. package/lib/vtx-import/style/index.js +12 -1
  71. package/lib/vtx-import2/index.js +4 -2
  72. package/lib/vtx-import2/style/index.js +1 -1
  73. package/lib/vtx-input/TextArea/index.js +11 -6
  74. package/lib/vtx-modal/style/index.js +5 -3
  75. package/lib/vtx-page-layout/Content.js +1 -1
  76. package/lib/vtx-page-layout/TabLayout.js +3 -9
  77. package/lib/vtx-page-layout/TableLayout.js +14 -4
  78. package/lib/vtx-page-layout/TableWrap.js +3 -2
  79. package/lib/vtx-page-layout/TreeLayout.js +4 -10
  80. package/lib/vtx-page-layout/container.js +6 -5
  81. package/lib/vtx-provider/index.js +11 -4
  82. package/lib/vtx-provider/locale/en_US.js +10 -2
  83. package/lib/vtx-provider/locale/zh_CN.js +20 -2
  84. package/lib/vtx-scrollable-row/index.js +38 -28
  85. package/lib/vtx-search/index.js +5 -4
  86. package/lib/vtx-search/style/index.js +2 -1
  87. package/lib/vtx-select/index.js +25 -11
  88. package/lib/vtx-signature/index.js +4 -3
  89. package/lib/vtx-signature/style/index.js +1 -1
  90. package/lib/vtx-tree/index.js +78 -32
  91. package/lib/vtx-tree-select/index.js +4 -0
  92. package/lib/vtx-upload/FilePreview.js +2 -1
  93. package/lib/vtx-wang-editor/index.js +277 -109
  94. package/lib/vtx-wang-editor/wangEditorUtil.js +59 -10
  95. package/package.json +58 -32
  96. package/dist/1077.66b69576.async.js +0 -1
  97. package/dist/1572.2b90c634.async.js +0 -1
  98. package/dist/1632.03c8f7ad.async.js +0 -2
  99. package/dist/2267.aeefe75c.async.js +0 -137
  100. package/dist/2791.54c703a9.async.js +0 -5
  101. package/dist/2952.348f2c3f.async.js +0 -654
  102. package/dist/3421.4387ba14.async.js +0 -1264
  103. package/dist/3500.29895123.async.js +0 -1
  104. package/dist/404.html +0 -17
  105. package/dist/4195.93b9d34d.async.js +0 -1
  106. package/dist/4680.bca43384.async.js +0 -1
  107. package/dist/7965.a57e8f9a.async.js +0 -1
  108. package/dist/8300.66a39b1b.async.js +0 -1
  109. package/dist/8982.8e38e68e.async.js +0 -1
  110. package/dist/9877.87ec0c28.async.js +0 -11
  111. package/dist/VtxColorPicker__demos.60d61929.async.js +0 -1
  112. package/dist/VtxCombogrid__demos.8c798bc7.async.js +0 -1
  113. package/dist/VtxDatagrid__demos.e07857d0.async.js +0 -1
  114. package/dist/VtxEllipsisText__demos.2e269d20.async.js +0 -1
  115. package/dist/VtxExportAsync__demos.13e3bb1c.async.js +0 -1
  116. package/dist/VtxExport__demos.1cce5217.async.js +0 -1
  117. package/dist/VtxFormLayout__demos.b8bb038a.async.js +0 -1
  118. package/dist/VtxImage__demos.774c697e.async.js +0 -1
  119. package/dist/VtxImport2__demos.8182b8d2.async.js +0 -1
  120. package/dist/VtxImport__demos.3865c4e9.async.js +0 -1
  121. package/dist/VtxInput__demos.5fd77ccb.async.js +0 -1
  122. package/dist/VtxModal__demos.e0aae505.async.js +0 -1
  123. package/dist/VtxPageLayout__demos.b1cd7624.async.js +0 -1
  124. package/dist/VtxRpsFrame__demos.07c3fb5e.async.js +0 -1
  125. package/dist/VtxScrollableRow__demos.eeb18c3c.async.js +0 -1
  126. package/dist/VtxSearch__demos.f6b048ae.async.js +0 -1
  127. package/dist/VtxSelect__demos.0e8f1c52.async.js +0 -1
  128. package/dist/VtxSignature__demos.d0c4bcac.async.js +0 -1
  129. package/dist/VtxSplitPane__demos.6dda4f09.async.js +0 -1
  130. package/dist/VtxStatisticsColumn__demos.b2be3e4b.async.js +0 -1
  131. package/dist/VtxTimePicker__demos.ced305a6.async.js +0 -1
  132. package/dist/VtxTreeSelect__demos.daab9057.async.js +0 -1
  133. package/dist/VtxTree__demos.15550a80.async.js +0 -1
  134. package/dist/VtxUpload__demos.794c746a.async.js +0 -1
  135. package/dist/VtxWangEditor__demos.92b4daf1.async.js +0 -1
  136. package/dist/changelog/index.html +0 -17
  137. package/dist/components/index.html +0 -17
  138. package/dist/components/vtx-color-picker/index.html +0 -17
  139. package/dist/components/vtx-combogrid/index.html +0 -17
  140. package/dist/components/vtx-datagrid/index.html +0 -17
  141. package/dist/components/vtx-date-picker/index.html +0 -17
  142. package/dist/components/vtx-ellipsis-text/index.html +0 -17
  143. package/dist/components/vtx-export/index.html +0 -17
  144. package/dist/components/vtx-export-async/index.html +0 -17
  145. package/dist/components/vtx-form-layout/index.html +0 -17
  146. package/dist/components/vtx-image/index.html +0 -17
  147. package/dist/components/vtx-import/index.html +0 -17
  148. package/dist/components/vtx-import2/index.html +0 -17
  149. package/dist/components/vtx-input/index.html +0 -17
  150. package/dist/components/vtx-modal/index.html +0 -17
  151. package/dist/components/vtx-page-layout/index.html +0 -17
  152. package/dist/components/vtx-rps-frame/index.html +0 -17
  153. package/dist/components/vtx-scrollable-row/index.html +0 -17
  154. package/dist/components/vtx-search/index.html +0 -17
  155. package/dist/components/vtx-select/index.html +0 -17
  156. package/dist/components/vtx-signature/index.html +0 -17
  157. package/dist/components/vtx-split-pane/index.html +0 -17
  158. package/dist/components/vtx-statistics-column/index.html +0 -17
  159. package/dist/components/vtx-time-picker/index.html +0 -17
  160. package/dist/components/vtx-tree/index.html +0 -17
  161. package/dist/components/vtx-tree-select/index.html +0 -17
  162. package/dist/components/vtx-upload/index.html +0 -17
  163. package/dist/components/vtx-wang-editor/index.html +0 -17
  164. package/dist/demos.f6817f69.async.js +0 -1
  165. package/dist/docs/api-changes/index.html +0 -17
  166. package/dist/docs/index.html +0 -17
  167. package/dist/docs/migration-guide/index.html +0 -17
  168. package/dist/dumi__tmp-production__dumi__theme__ContextWrapper.aca58684.async.js +0 -1
  169. package/dist/favicon.ico +0 -0
  170. package/dist/icon.png +0 -0
  171. package/dist/index.html +0 -17
  172. package/dist/meta__site.2e323023.async.js +0 -5392
  173. package/dist/meta__site.51651769.chunk.css +0 -9
  174. package/dist/meta__vtx-search.5ddbd36b.async.js +0 -5
  175. package/dist/nm__dumi-theme-vortex-style__dist__layouts__DemoLayout__index.7cea644e.async.js +0 -1
  176. package/dist/nm__dumi-theme-vortex-style__dist__layouts__DocLayout__index.eec80432.chunk.css +0 -1
  177. package/dist/nm__dumi__dist__client__pages__404.0d35bb9e.async.js +0 -1
  178. package/dist/nm__dumi__dist__client__pages__404.8b85f2d9.chunk.css +0 -1
  179. package/dist/nm__dumi__dist__client__pages__Demo__index.578aa5c0.chunk.css +0 -1
  180. package/dist/nm__dumi__dist__client__pages__Demo__index.88d92ec7.async.js +0 -1
  181. package/dist/preload_helper.214f203a.js +0 -1
  182. package/dist/site__changelog.md.33be0665.chunk.css +0 -1
  183. package/dist/site__changelog.md.ca6f70d0.async.js +0 -1
  184. package/dist/site__components__index.md.1c0dd566.async.js +0 -1
  185. package/dist/site__components__index.md.33be0665.chunk.css +0 -1
  186. package/dist/site__components__vtx-color-picker__index.md.0b5f09f9.async.js +0 -1
  187. package/dist/site__components__vtx-color-picker__index.md.33be0665.chunk.css +0 -1
  188. package/dist/site__components__vtx-combogrid__index.md.33be0665.chunk.css +0 -1
  189. package/dist/site__components__vtx-combogrid__index.md.5c184a19.async.js +0 -19
  190. package/dist/site__components__vtx-datagrid__index.md.33be0665.chunk.css +0 -1
  191. package/dist/site__components__vtx-datagrid__index.md.3b6b11a0.async.js +0 -58
  192. package/dist/site__components__vtx-date-picker__index.md.33be0665.chunk.css +0 -1
  193. package/dist/site__components__vtx-date-picker__index.md.e498db68.async.js +0 -1
  194. package/dist/site__components__vtx-ellipsis-text__index.md.33be0665.chunk.css +0 -1
  195. package/dist/site__components__vtx-ellipsis-text__index.md.3df8b85b.async.js +0 -1
  196. package/dist/site__components__vtx-export-async__index.md.33be0665.chunk.css +0 -1
  197. package/dist/site__components__vtx-export-async__index.md.7ad10351.async.js +0 -50
  198. package/dist/site__components__vtx-export__index.md.33be0665.chunk.css +0 -1
  199. package/dist/site__components__vtx-export__index.md.ae512624.async.js +0 -6
  200. package/dist/site__components__vtx-form-layout__index.md.26ce0de4.async.js +0 -1
  201. package/dist/site__components__vtx-form-layout__index.md.33be0665.chunk.css +0 -1
  202. package/dist/site__components__vtx-image__index.md.33be0665.chunk.css +0 -1
  203. package/dist/site__components__vtx-image__index.md.51d7fede.async.js +0 -7
  204. package/dist/site__components__vtx-import2__index.md.33be0665.chunk.css +0 -1
  205. package/dist/site__components__vtx-import2__index.md.3d03da86.async.js +0 -22
  206. package/dist/site__components__vtx-import__index.md.2706afc2.async.js +0 -1
  207. package/dist/site__components__vtx-import__index.md.33be0665.chunk.css +0 -1
  208. package/dist/site__components__vtx-input__index.md.33be0665.chunk.css +0 -1
  209. package/dist/site__components__vtx-input__index.md.dbe2e571.async.js +0 -1
  210. package/dist/site__components__vtx-modal__index.md.33be0665.chunk.css +0 -1
  211. package/dist/site__components__vtx-modal__index.md.6a9b2eda.async.js +0 -9
  212. package/dist/site__components__vtx-page-layout__index.md.33be0665.chunk.css +0 -1
  213. package/dist/site__components__vtx-page-layout__index.md.46cefa9b.async.js +0 -1
  214. package/dist/site__components__vtx-rps-frame__index.md.0126d79c.async.js +0 -1
  215. package/dist/site__components__vtx-rps-frame__index.md.33be0665.chunk.css +0 -1
  216. package/dist/site__components__vtx-scrollable-row__index.md.33be0665.chunk.css +0 -1
  217. package/dist/site__components__vtx-scrollable-row__index.md.83c9c112.async.js +0 -1
  218. package/dist/site__components__vtx-search__index.md.33be0665.chunk.css +0 -1
  219. package/dist/site__components__vtx-search__index.md.a36329f4.async.js +0 -5
  220. package/dist/site__components__vtx-select__index.md.33be0665.chunk.css +0 -1
  221. package/dist/site__components__vtx-select__index.md.d4b9a187.async.js +0 -6
  222. package/dist/site__components__vtx-signature__index.md.33be0665.chunk.css +0 -1
  223. package/dist/site__components__vtx-signature__index.md.e502b176.async.js +0 -1
  224. package/dist/site__components__vtx-split-pane__index.md.33be0665.chunk.css +0 -1
  225. package/dist/site__components__vtx-split-pane__index.md.744d87da.async.js +0 -1
  226. package/dist/site__components__vtx-statistics-column__index.md.106749e3.async.js +0 -1
  227. package/dist/site__components__vtx-statistics-column__index.md.33be0665.chunk.css +0 -1
  228. package/dist/site__components__vtx-time-picker__index.md.33be0665.chunk.css +0 -1
  229. package/dist/site__components__vtx-time-picker__index.md.c9f4700c.async.js +0 -1
  230. package/dist/site__components__vtx-tree-select__index.md.33be0665.chunk.css +0 -1
  231. package/dist/site__components__vtx-tree-select__index.md.49b56c10.async.js +0 -1
  232. package/dist/site__components__vtx-tree__index.md.33be0665.chunk.css +0 -1
  233. package/dist/site__components__vtx-tree__index.md.4c124fad.async.js +0 -1
  234. package/dist/site__components__vtx-upload__index.md.33be0665.chunk.css +0 -1
  235. package/dist/site__components__vtx-upload__index.md.57969550.async.js +0 -6
  236. package/dist/site__components__vtx-wang-editor__index.md.33be0665.chunk.css +0 -1
  237. package/dist/site__components__vtx-wang-editor__index.md.b98b12a6.async.js +0 -7
  238. package/dist/site__docs__api-changes.md.33be0665.chunk.css +0 -1
  239. package/dist/site__docs__api-changes.md.aaa38736.async.js +0 -6
  240. package/dist/site__docs__index.md.33be0665.chunk.css +0 -1
  241. package/dist/site__docs__index.md.586150c4.async.js +0 -53
  242. package/dist/site__docs__migration-guide.md.02f5996d.async.js +0 -194
  243. package/dist/site__docs__migration-guide.md.33be0665.chunk.css +0 -1
  244. package/dist/site__index.md.33be0665.chunk.css +0 -1
  245. package/dist/site__index.md.634bf57a.async.js +0 -1
  246. package/dist/sitemap.xml +0 -1
  247. package/dist/umi.f49a7748.css +0 -1
  248. package/dist/umi.f610424c.js +0 -877
  249. package/dist/vtx-search__index.md.33be0665.chunk.css +0 -1
  250. package/dist/vtx-search__index.md.37a39d66.async.js +0 -5
  251. package/dist/~demos/:id/index.html +0 -17
  252. package/dist/~demos/site-components-vtx-date-picker-demo-demo1/index.html +0 -17
  253. package/dist/~demos/site-components-vtx-date-picker-demo-demo3/index.html +0 -17
  254. package/dist/~demos/vtxcolorpicker-demo-base/index.html +0 -17
  255. package/dist/~demos/vtxcolorpicker-demo-base-form/index.html +0 -17
  256. package/dist/~demos/vtxcombogrid-demo-demo1/index.html +0 -17
  257. package/dist/~demos/vtxcombogrid-demo-demo2/index.html +0 -17
  258. package/dist/~demos/vtxcombogrid-demo-demo3/index.html +0 -17
  259. package/dist/~demos/vtxcombogrid-demo-demo4/index.html +0 -17
  260. package/dist/~demos/vtxcombogrid-demo-demo5/index.html +0 -17
  261. package/dist/~demos/vtxdatagrid-demo-demo1/index.html +0 -17
  262. package/dist/~demos/vtxdatagrid-demo-demo10/index.html +0 -17
  263. package/dist/~demos/vtxdatagrid-demo-demo2/index.html +0 -17
  264. package/dist/~demos/vtxdatagrid-demo-demo3/index.html +0 -17
  265. package/dist/~demos/vtxdatagrid-demo-demo4/index.html +0 -17
  266. package/dist/~demos/vtxdatagrid-demo-demo5/index.html +0 -17
  267. package/dist/~demos/vtxdatagrid-demo-demo6/index.html +0 -17
  268. package/dist/~demos/vtxdatagrid-demo-demo7/index.html +0 -17
  269. package/dist/~demos/vtxdatagrid-demo-demo8/index.html +0 -17
  270. package/dist/~demos/vtxdatagrid-demo-demo9/index.html +0 -17
  271. package/dist/~demos/vtxellipsistext-demo-demo1/index.html +0 -17
  272. package/dist/~demos/vtxexport-demo-demo1/index.html +0 -17
  273. package/dist/~demos/vtxexportasync-demo-demo1/index.html +0 -17
  274. package/dist/~demos/vtxformlayout-demo-demo1/index.html +0 -17
  275. package/dist/~demos/vtxformlayout-demo-demo10/index.html +0 -17
  276. package/dist/~demos/vtxformlayout-demo-demo2/index.html +0 -17
  277. package/dist/~demos/vtxformlayout-demo-demo3/index.html +0 -17
  278. package/dist/~demos/vtxformlayout-demo-demo4/index.html +0 -17
  279. package/dist/~demos/vtxformlayout-demo-demo5/index.html +0 -17
  280. package/dist/~demos/vtxformlayout-demo-demo6/index.html +0 -17
  281. package/dist/~demos/vtxformlayout-demo-demo7/index.html +0 -17
  282. package/dist/~demos/vtxformlayout-demo-demo8/index.html +0 -17
  283. package/dist/~demos/vtxformlayout-demo-demo9/index.html +0 -17
  284. package/dist/~demos/vtximage-demo-demo1/index.html +0 -17
  285. package/dist/~demos/vtximage-demo-demo2/index.html +0 -17
  286. package/dist/~demos/vtximage-demo-demo3/index.html +0 -17
  287. package/dist/~demos/vtximage-demo-demo4/index.html +0 -17
  288. package/dist/~demos/vtximport-demo-base/index.html +0 -17
  289. package/dist/~demos/vtximport2-demo-base/index.html +0 -17
  290. package/dist/~demos/vtxinput-demo-demo1/index.html +0 -17
  291. package/dist/~demos/vtxinput-demo-demo2/index.html +0 -17
  292. package/dist/~demos/vtxinput-demo-demo3/index.html +0 -17
  293. package/dist/~demos/vtxmodal-demo-demo1/index.html +0 -17
  294. package/dist/~demos/vtxmodal-demo-demo2/index.html +0 -17
  295. package/dist/~demos/vtxmodal-demo-demo3/index.html +0 -17
  296. package/dist/~demos/vtxpagelayout-demo-demo1/index.html +0 -17
  297. package/dist/~demos/vtxpagelayout-demo-demo2/index.html +0 -17
  298. package/dist/~demos/vtxpagelayout-demo-demo3/index.html +0 -17
  299. package/dist/~demos/vtxpagelayout-demo-demo4/index.html +0 -17
  300. package/dist/~demos/vtxrpsframe-demo-base/index.html +0 -17
  301. package/dist/~demos/vtxscrollablerow-demo-demo/index.html +0 -17
  302. package/dist/~demos/vtxsearch-demo-demo1/index.html +0 -17
  303. package/dist/~demos/vtxsearch-demo-demo2/index.html +0 -17
  304. package/dist/~demos/vtxsearch-demo-demo3/index.html +0 -17
  305. package/dist/~demos/vtxsearch-demo-demo4/index.html +0 -17
  306. package/dist/~demos/vtxselect-demo-base/index.html +0 -17
  307. package/dist/~demos/vtxselect-demo-base-multiple/index.html +0 -17
  308. package/dist/~demos/vtxsignature-demo-demo/index.html +0 -17
  309. package/dist/~demos/vtxsignature-demo-demo1/index.html +0 -17
  310. package/dist/~demos/vtxsplitpane-demo-demo1/index.html +0 -17
  311. package/dist/~demos/vtxsplitpane-demo-demo2/index.html +0 -17
  312. package/dist/~demos/vtxsplitpane-demo-demo3/index.html +0 -17
  313. package/dist/~demos/vtxsplitpane-demo-demo4/index.html +0 -17
  314. package/dist/~demos/vtxstatisticscolumn-demo-demo1/index.html +0 -17
  315. package/dist/~demos/vtxstatisticscolumn-demo-demo2/index.html +0 -17
  316. package/dist/~demos/vtxstatisticscolumn-demo-demo3/index.html +0 -17
  317. package/dist/~demos/vtxtimepicker-demo-base/index.html +0 -17
  318. package/dist/~demos/vtxtree-demo-demo1/index.html +0 -17
  319. package/dist/~demos/vtxtree-demo-demo2/index.html +0 -17
  320. package/dist/~demos/vtxtree-demo-demo3/index.html +0 -17
  321. package/dist/~demos/vtxtreeselect-demo-demo1/index.html +0 -17
  322. package/dist/~demos/vtxtreeselect-demo-demo2/index.html +0 -17
  323. package/dist/~demos/vtxtreeselect-demo-demo3/index.html +0 -17
  324. package/dist/~demos/vtxupload-demo-demo1/index.html +0 -17
  325. package/dist/~demos/vtxupload-demo-demo2/index.html +0 -17
  326. package/dist/~demos/vtxupload-demo-demo3/index.html +0 -17
  327. package/dist/~demos/vtxwangeditor-demo-demo1/index.html +0 -17
  328. package/es/vtx-transfer/Transfer.js +0 -247
  329. package/es/vtx-transfer/index.js +0 -3
  330. package/es/vtx-transfer/style/index.js +0 -42
  331. package/lib/vtx-transfer/Transfer.js +0 -255
  332. package/lib/vtx-transfer/index.js +0 -15
  333. package/lib/vtx-transfer/style/index.js +0 -48

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.