vxe-pc-ui 4.14.4 → 4.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 (480) hide show
  1. package/LICENSE +21 -21
  2. package/README.en.md +72 -72
  3. package/README.ja-JP.md +72 -72
  4. package/README.md +364 -364
  5. package/README.zh-TW.md +73 -73
  6. package/es/tree/src/tree.js +31 -2
  7. package/es/tree-select/src/tree-select.js +2 -0
  8. package/es/ui/index.js +1 -1
  9. package/es/ui/src/log.js +1 -1
  10. package/lib/index.umd.js +2359 -2257
  11. package/lib/index.umd.min.js +1 -1
  12. package/lib/tree/src/tree.js +27 -2
  13. package/lib/tree/src/tree.min.js +1 -1
  14. package/lib/tree-select/src/tree-select.js +2 -0
  15. package/lib/tree-select/src/tree-select.min.js +1 -1
  16. package/lib/ui/index.js +1 -1
  17. package/lib/ui/index.min.js +1 -1
  18. package/lib/ui/src/log.js +1 -1
  19. package/lib/ui/src/log.min.js +1 -1
  20. package/package.json +88 -88
  21. package/packages/alert/index.ts +16 -16
  22. package/packages/alert/src/alert.ts +124 -124
  23. package/packages/anchor/index.ts +16 -16
  24. package/packages/anchor/src/anchor-link.ts +121 -121
  25. package/packages/anchor/src/anchor.ts +237 -237
  26. package/packages/anchor/src/util.ts +23 -23
  27. package/packages/anchor-link/index.ts +16 -16
  28. package/packages/avatar/index.ts +16 -16
  29. package/packages/avatar/src/avatar.ts +149 -149
  30. package/packages/backtop/index.ts +16 -16
  31. package/packages/backtop/src/backtop.ts +314 -314
  32. package/packages/badge/index.ts +16 -16
  33. package/packages/badge/src/badge.ts +100 -100
  34. package/packages/breadcrumb/index.ts +16 -16
  35. package/packages/breadcrumb/src/breadcrumb-item.ts +106 -106
  36. package/packages/breadcrumb/src/breadcrumb.ts +92 -92
  37. package/packages/breadcrumb-item/index.ts +16 -16
  38. package/packages/button/index.ts +16 -16
  39. package/packages/button/src/button-group.ts +110 -110
  40. package/packages/button/src/button.ts +841 -841
  41. package/packages/button-group/index.ts +16 -16
  42. package/packages/calendar/index.ts +16 -16
  43. package/packages/calendar/src/calendar.ts +1351 -1351
  44. package/packages/card/index.ts +16 -16
  45. package/packages/card/src/card.ts +175 -175
  46. package/packages/carousel/index.ts +16 -16
  47. package/packages/carousel/src/carousel-item.ts +102 -102
  48. package/packages/carousel/src/carousel.ts +414 -414
  49. package/packages/carousel/src/util.ts +21 -21
  50. package/packages/carousel-item/index.ts +16 -16
  51. package/packages/cascader/index.ts +16 -16
  52. package/packages/cascader/src/cascader.ts +741 -741
  53. package/packages/checkbox/index.ts +16 -16
  54. package/packages/checkbox/src/button.ts +144 -144
  55. package/packages/checkbox/src/checkbox.ts +154 -154
  56. package/packages/checkbox/src/group.ts +222 -222
  57. package/packages/checkbox-button/index.ts +16 -16
  58. package/packages/checkbox-group/index.ts +16 -16
  59. package/packages/col/index.ts +16 -16
  60. package/packages/collapse/index.ts +16 -16
  61. package/packages/collapse/src/collapse-pane.ts +114 -114
  62. package/packages/collapse/src/collapse.ts +284 -284
  63. package/packages/collapse/src/util.ts +21 -21
  64. package/packages/collapse-pane/index.ts +16 -16
  65. package/packages/color-picker/index.ts +16 -16
  66. package/packages/color-picker/src/color-picker.ts +1109 -1109
  67. package/packages/color-picker/src/util.ts +198 -198
  68. package/packages/components.ts +307 -307
  69. package/packages/context-menu/index.ts +54 -54
  70. package/packages/context-menu/src/context-menu.ts +681 -681
  71. package/packages/countdown/index.ts +16 -16
  72. package/packages/countdown/src/countdown.ts +262 -262
  73. package/packages/date-panel/index.ts +16 -16
  74. package/packages/date-panel/src/date-panel.ts +1809 -1809
  75. package/packages/date-panel/src/util.ts +244 -244
  76. package/packages/date-picker/index.ts +16 -16
  77. package/packages/date-picker/src/date-picker.ts +1071 -1071
  78. package/packages/date-range-picker/index.ts +16 -16
  79. package/packages/date-range-picker/src/date-range-picker.ts +1280 -1280
  80. package/packages/drawer/index.ts +77 -77
  81. package/packages/drawer/src/drawer.ts +657 -657
  82. package/packages/dynamics/index.ts +89 -89
  83. package/packages/empty/index.ts +16 -16
  84. package/packages/empty/src/empty.ts +100 -100
  85. package/packages/form/index.ts +16 -16
  86. package/packages/form/render/index.ts +598 -598
  87. package/packages/form/src/form-config-item.ts +72 -72
  88. package/packages/form/src/form-group.ts +86 -86
  89. package/packages/form/src/form-item.ts +174 -174
  90. package/packages/form/src/form.ts +987 -987
  91. package/packages/form/src/itemInfo.ts +80 -80
  92. package/packages/form/src/render.ts +387 -387
  93. package/packages/form/src/util.ts +93 -93
  94. package/packages/form-gather/index.ts +26 -26
  95. package/packages/form-group/index.ts +16 -16
  96. package/packages/form-item/index.ts +16 -16
  97. package/packages/icon/index.ts +16 -16
  98. package/packages/icon/src/icon.ts +75 -75
  99. package/packages/icon-picker/index.ts +16 -16
  100. package/packages/icon-picker/src/icon-picker.ts +626 -626
  101. package/packages/image/index.ts +16 -16
  102. package/packages/image/src/group.ts +153 -153
  103. package/packages/image/src/image.ts +298 -298
  104. package/packages/image/src/preview.ts +672 -672
  105. package/packages/image/src/util.ts +59 -59
  106. package/packages/image-group/index.ts +16 -16
  107. package/packages/image-preview/index.ts +19 -19
  108. package/packages/index.ts +4 -4
  109. package/packages/input/index.ts +16 -16
  110. package/packages/input/src/input.ts +2788 -2788
  111. package/packages/language/ar-EG.ts +840 -840
  112. package/packages/language/de-DE.ts +840 -840
  113. package/packages/language/en-US.ts +840 -840
  114. package/packages/language/es-ES.ts +840 -840
  115. package/packages/language/fr-FR.ts +840 -840
  116. package/packages/language/hu-HU.ts +840 -840
  117. package/packages/language/hy-AM.ts +840 -840
  118. package/packages/language/id-ID.ts +840 -840
  119. package/packages/language/it-IT.ts +840 -840
  120. package/packages/language/ja-JP.ts +840 -840
  121. package/packages/language/ko-KR.ts +840 -840
  122. package/packages/language/ms-MY.ts +840 -840
  123. package/packages/language/nb-NO.ts +840 -840
  124. package/packages/language/pt-BR.ts +840 -840
  125. package/packages/language/ru-RU.ts +840 -840
  126. package/packages/language/th-TH.ts +840 -840
  127. package/packages/language/ug-CN.ts +840 -840
  128. package/packages/language/uk-UA.ts +840 -840
  129. package/packages/language/uz-UZ.ts +840 -840
  130. package/packages/language/vi-VN.ts +840 -840
  131. package/packages/language/zh-CHT.ts +840 -840
  132. package/packages/language/zh-CN.ts +840 -840
  133. package/packages/language/zh-HK.ts +3 -3
  134. package/packages/language/zh-MO.ts +3 -3
  135. package/packages/language/zh-TC.ts +3 -3
  136. package/packages/language/zh-TW.ts +3 -3
  137. package/packages/layout-aside/index.ts +16 -16
  138. package/packages/layout-aside/src/layout-aside.ts +123 -123
  139. package/packages/layout-body/index.ts +16 -16
  140. package/packages/layout-body/src/layout-body.ts +142 -142
  141. package/packages/layout-container/index.ts +16 -16
  142. package/packages/layout-container/src/layout-container.ts +82 -82
  143. package/packages/layout-footer/index.ts +16 -16
  144. package/packages/layout-footer/src/layout-footer.ts +74 -74
  145. package/packages/layout-header/index.ts +16 -16
  146. package/packages/layout-header/src/layout-header.ts +73 -73
  147. package/packages/link/index.ts +16 -16
  148. package/packages/link/src/link.ts +161 -161
  149. package/packages/list/index.ts +16 -16
  150. package/packages/list/src/list.ts +442 -442
  151. package/packages/loading/index.ts +34 -34
  152. package/packages/loading/src/loading.ts +152 -152
  153. package/packages/mention/index.ts +16 -16
  154. package/packages/mention/src/mention.ts +71 -71
  155. package/packages/menu/index.ts +16 -16
  156. package/packages/menu/src/menu.ts +581 -581
  157. package/packages/modal/index.ts +136 -136
  158. package/packages/modal/src/modal.ts +1494 -1494
  159. package/packages/notice-bar/index.ts +16 -16
  160. package/packages/notice-bar/src/notice-bar.ts +181 -181
  161. package/packages/number-input/index.ts +16 -16
  162. package/packages/number-input/src/number-input.ts +1096 -1096
  163. package/packages/number-input/src/util.ts +12 -12
  164. package/packages/optgroup/index.ts +16 -16
  165. package/packages/option/index.ts +16 -16
  166. package/packages/pager/index.ts +16 -16
  167. package/packages/pager/src/pager.ts +769 -769
  168. package/packages/password-input/index.ts +16 -16
  169. package/packages/password-input/src/password-input.ts +378 -378
  170. package/packages/print/index.ts +18 -18
  171. package/packages/print/src/page-break.ts +92 -92
  172. package/packages/print/src/print.ts +272 -272
  173. package/packages/print/src/util.ts +284 -284
  174. package/packages/print-page-break/index.ts +16 -16
  175. package/packages/pulldown/index.ts +16 -16
  176. package/packages/pulldown/src/pulldown.ts +457 -457
  177. package/packages/radio/index.ts +16 -16
  178. package/packages/radio/src/button.ts +173 -173
  179. package/packages/radio/src/group.ts +213 -213
  180. package/packages/radio/src/radio.ts +180 -180
  181. package/packages/radio-button/index.ts +16 -16
  182. package/packages/radio-group/index.ts +16 -16
  183. package/packages/rate/index.ts +16 -16
  184. package/packages/rate/src/rate.ts +192 -192
  185. package/packages/result/index.ts +16 -16
  186. package/packages/result/src/result.ts +112 -112
  187. package/packages/row/index.ts +16 -16
  188. package/packages/row/src/col.ts +136 -136
  189. package/packages/row/src/row.ts +119 -119
  190. package/packages/segmented/index.ts +16 -16
  191. package/packages/segmented/src/segmented.ts +264 -264
  192. package/packages/select/index.ts +16 -16
  193. package/packages/select/src/optgroup.ts +49 -49
  194. package/packages/select/src/option-info.ts +20 -20
  195. package/packages/select/src/option.ts +47 -47
  196. package/packages/select/src/select.ts +1699 -1699
  197. package/packages/select/src/util.ts +47 -47
  198. package/packages/slider/index.ts +16 -16
  199. package/packages/slider/src/slider.ts +304 -304
  200. package/packages/split/index.ts +16 -16
  201. package/packages/split-pane/index.ts +17 -17
  202. package/packages/splitter/index.ts +16 -16
  203. package/packages/splitter/src/splitter-panel.ts +145 -145
  204. package/packages/splitter/src/splitter.ts +1009 -1009
  205. package/packages/splitter/src/util.ts +21 -21
  206. package/packages/splitter-panel/index.ts +16 -16
  207. package/packages/steps/index.ts +16 -16
  208. package/packages/steps/src/steps.ts +68 -68
  209. package/packages/switch/index.ts +16 -16
  210. package/packages/switch/src/switch.ts +237 -237
  211. package/packages/tab-pane/index.ts +16 -16
  212. package/packages/table-select/index.ts +16 -16
  213. package/packages/table-select/src/table-select.ts +800 -800
  214. package/packages/tabs/index.ts +16 -16
  215. package/packages/tabs/src/tab-pane.ts +117 -117
  216. package/packages/tabs/src/tabs.ts +940 -940
  217. package/packages/tabs/src/util.ts +21 -21
  218. package/packages/tag/index.ts +16 -16
  219. package/packages/tag/src/tag.ts +187 -187
  220. package/packages/text/index.ts +16 -16
  221. package/packages/text/src/text.ts +260 -260
  222. package/packages/text-ellipsis/index.ts +16 -16
  223. package/packages/text-ellipsis/src/text-ellipsis.ts +282 -282
  224. package/packages/textarea/index.ts +16 -16
  225. package/packages/textarea/src/textarea.ts +373 -373
  226. package/packages/timeline/index.ts +16 -16
  227. package/packages/timeline/src/timeline-item.ts +67 -67
  228. package/packages/timeline/src/timeline.ts +71 -71
  229. package/packages/timeline-item/index.ts +16 -16
  230. package/packages/tip/index.ts +19 -19
  231. package/packages/tip/src/tip.ts +129 -129
  232. package/packages/tooltip/index.ts +16 -16
  233. package/packages/tooltip/src/tooltip.ts +589 -589
  234. package/packages/tour/index.ts +16 -16
  235. package/packages/tour/src/tour.ts +71 -71
  236. package/packages/tree/index.ts +16 -16
  237. package/packages/tree/src/store.ts +14 -14
  238. package/packages/tree/src/tree.ts +2825 -2795
  239. package/packages/tree/src/util.ts +45 -45
  240. package/packages/tree-select/index.ts +16 -16
  241. package/packages/tree-select/src/tree-select.ts +979 -977
  242. package/packages/ui/index.ts +697 -697
  243. package/packages/ui/src/anime.ts +52 -52
  244. package/packages/ui/src/comp.ts +3 -3
  245. package/packages/ui/src/dom.ts +279 -279
  246. package/packages/ui/src/log.ts +6 -6
  247. package/packages/ui/src/utils.ts +49 -49
  248. package/packages/ui/src/vn.ts +39 -39
  249. package/packages/upload/index.ts +20 -20
  250. package/packages/upload/src/upload.ts +1919 -1919
  251. package/packages/upload/src/util.ts +109 -109
  252. package/packages/watermark/index.ts +31 -31
  253. package/packages/watermark/src/util.ts +176 -176
  254. package/packages/watermark/src/watermark.ts +168 -168
  255. package/styles/all.scss +90 -90
  256. package/styles/base.scss +16 -16
  257. package/styles/components/alert.scss +101 -101
  258. package/styles/components/anchor.scss +44 -44
  259. package/styles/components/avatar.scss +115 -115
  260. package/styles/components/backtop.scss +82 -82
  261. package/styles/components/badge.scss +45 -45
  262. package/styles/components/breadcrumb.scss +29 -29
  263. package/styles/components/button-group.scss +30 -30
  264. package/styles/components/button.scss +415 -415
  265. package/styles/components/calendar.scss +471 -471
  266. package/styles/components/card.scss +121 -121
  267. package/styles/components/carousel.scss +184 -184
  268. package/styles/components/cascader.scss +140 -140
  269. package/styles/components/checkbox-button.scss +57 -57
  270. package/styles/components/checkbox.scss +81 -81
  271. package/styles/components/collapse.scss +56 -56
  272. package/styles/components/color-picker.scss +409 -409
  273. package/styles/components/context-menu.scss +102 -102
  274. package/styles/components/countdown.scss +35 -35
  275. package/styles/components/date-panel.scss +505 -505
  276. package/styles/components/date-picker.scss +247 -247
  277. package/styles/components/date-range-picker.scss +252 -252
  278. package/styles/components/drawer.scss +298 -298
  279. package/styles/components/empty.scss +79 -79
  280. package/styles/components/form.scss +668 -668
  281. package/styles/components/icon-picker.scss +211 -211
  282. package/styles/components/icon.scss +1048 -1048
  283. package/styles/components/image-group.scss +2 -2
  284. package/styles/components/image-preview.scss +215 -215
  285. package/styles/components/image.scss +16 -16
  286. package/styles/components/input.scss +846 -846
  287. package/styles/components/layout-aside.scss +22 -22
  288. package/styles/components/layout-body.scss +14 -14
  289. package/styles/components/layout-container.scss +13 -13
  290. package/styles/components/layout-footer.scss +14 -14
  291. package/styles/components/layout-header.scss +11 -11
  292. package/styles/components/link.scss +115 -115
  293. package/styles/components/list.scss +40 -40
  294. package/styles/components/loading.scss +137 -137
  295. package/styles/components/menu.scss +150 -150
  296. package/styles/components/modal.scss +480 -480
  297. package/styles/components/notice-bar.scss +91 -91
  298. package/styles/components/number-input.scss +283 -283
  299. package/styles/components/old-icon.scss +4 -4
  300. package/styles/components/pager.scss +282 -282
  301. package/styles/components/password-input.scss +374 -374
  302. package/styles/components/print.scss +3 -3
  303. package/styles/components/pulldown.scss +75 -75
  304. package/styles/components/radio-button.scss +57 -57
  305. package/styles/components/radio.scss +79 -79
  306. package/styles/components/rate.scss +76 -76
  307. package/styles/components/result.scss +91 -91
  308. package/styles/components/row.scss +69 -69
  309. package/styles/components/segmented.scss +215 -215
  310. package/styles/components/select.scss +244 -244
  311. package/styles/components/slider.scss +139 -139
  312. package/styles/components/split.scss +1 -1
  313. package/styles/components/splitter.scss +318 -318
  314. package/styles/components/switch.scss +128 -128
  315. package/styles/components/table-select.scss +105 -105
  316. package/styles/components/tabs.scss +745 -745
  317. package/styles/components/tag.scss +184 -184
  318. package/styles/components/text-ellipsis.scss +130 -130
  319. package/styles/components/text.scss +123 -123
  320. package/styles/components/textarea.scss +106 -106
  321. package/styles/components/tip.scss +97 -97
  322. package/styles/components/tooltip.scss +141 -141
  323. package/styles/components/tree-select.scss +166 -166
  324. package/styles/components/tree.scss +294 -294
  325. package/styles/components/upload.scss +497 -497
  326. package/styles/components/watermark.scss +26 -26
  327. package/styles/helpers/baseMixin.scss +95 -95
  328. package/styles/helpers/baseVar.scss +3 -3
  329. package/styles/helpers/placement.scss +38 -38
  330. package/styles/theme/base.scss +214 -214
  331. package/styles/theme/dark.scss +119 -119
  332. package/styles/theme/light.scss +118 -118
  333. package/styles/variable.scss +111 -111
  334. package/types/all.d.ts +327 -327
  335. package/types/components/alert.d.ts +87 -87
  336. package/types/components/anchor-link.d.ts +91 -91
  337. package/types/components/anchor.d.ts +104 -104
  338. package/types/components/avatar.d.ts +88 -88
  339. package/types/components/backtop.d.ts +122 -122
  340. package/types/components/badge.d.ts +76 -76
  341. package/types/components/breadcrumb-item.d.ts +80 -80
  342. package/types/components/breadcrumb.d.ts +87 -87
  343. package/types/components/button-group.d.ts +120 -120
  344. package/types/components/button.d.ts +323 -323
  345. package/types/components/calendar.d.ts +264 -264
  346. package/types/components/card.d.ts +93 -93
  347. package/types/components/carousel-item.d.ts +75 -75
  348. package/types/components/carousel.d.ts +134 -134
  349. package/types/components/cascader.d.ts +263 -263
  350. package/types/components/checkbox-button.d.ts +103 -103
  351. package/types/components/checkbox-group.d.ts +143 -143
  352. package/types/components/checkbox.d.ts +123 -123
  353. package/types/components/col.d.ts +80 -80
  354. package/types/components/colgroup.d.ts +137 -137
  355. package/types/components/collapse-pane.d.ts +89 -89
  356. package/types/components/collapse.d.ts +121 -121
  357. package/types/components/color-picker.d.ts +176 -176
  358. package/types/components/column.d.ts +841 -841
  359. package/types/components/context-menu.d.ts +289 -289
  360. package/types/components/countdown.d.ts +112 -112
  361. package/types/components/date-panel.d.ts +280 -280
  362. package/types/components/date-picker.d.ts +332 -332
  363. package/types/components/date-range-picker.d.ts +352 -352
  364. package/types/components/drawer.d.ts +299 -299
  365. package/types/components/empty.d.ts +78 -78
  366. package/types/components/flow-design.d.ts +85 -85
  367. package/types/components/flow-view.d.ts +85 -85
  368. package/types/components/form-design.d.ts +376 -376
  369. package/types/components/form-gather.d.ts +124 -124
  370. package/types/components/form-group.d.ts +77 -77
  371. package/types/components/form-item.d.ts +411 -411
  372. package/types/components/form-view.d.ts +183 -183
  373. package/types/components/form.d.ts +468 -468
  374. package/types/components/gantt-module/gantt-view.d.ts +177 -177
  375. package/types/components/gantt-module/index.d.ts +1 -1
  376. package/types/components/gantt-plugins/extend-gantt-chart.d.ts +131 -131
  377. package/types/components/gantt-plugins/index.d.ts +1 -1
  378. package/types/components/gantt.d.ts +1194 -1185
  379. package/types/components/grid.d.ts +1040 -1040
  380. package/types/components/icon-picker.d.ts +196 -196
  381. package/types/components/icon.d.ts +87 -87
  382. package/types/components/image-group.d.ts +127 -127
  383. package/types/components/image-preview.d.ts +167 -167
  384. package/types/components/image.d.ts +173 -173
  385. package/types/components/input.d.ts +435 -435
  386. package/types/components/layout-aside.d.ts +80 -80
  387. package/types/components/layout-body.d.ts +91 -91
  388. package/types/components/layout-container.d.ts +73 -73
  389. package/types/components/layout-footer.d.ts +73 -73
  390. package/types/components/layout-header.d.ts +69 -69
  391. package/types/components/link.d.ts +111 -111
  392. package/types/components/list-design.d.ts +190 -190
  393. package/types/components/list-view.d.ts +199 -199
  394. package/types/components/list.d.ts +204 -204
  395. package/types/components/loading.d.ts +103 -103
  396. package/types/components/mention.d.ts +77 -77
  397. package/types/components/menu.d.ts +211 -211
  398. package/types/components/modal.d.ts +542 -542
  399. package/types/components/notice-bar.d.ts +102 -102
  400. package/types/components/number-input.d.ts +309 -309
  401. package/types/components/optgroup.d.ts +88 -88
  402. package/types/components/option.d.ts +103 -103
  403. package/types/components/pager.d.ts +335 -335
  404. package/types/components/password-input.d.ts +142 -142
  405. package/types/components/print-page-break.d.ts +69 -69
  406. package/types/components/print.d.ts +206 -206
  407. package/types/components/pulldown.d.ts +231 -231
  408. package/types/components/radio-button.d.ts +114 -114
  409. package/types/components/radio-group.d.ts +144 -144
  410. package/types/components/radio.d.ts +129 -129
  411. package/types/components/rate.d.ts +88 -88
  412. package/types/components/result.d.ts +84 -84
  413. package/types/components/row.d.ts +79 -79
  414. package/types/components/segmented.d.ts +123 -123
  415. package/types/components/select.d.ts +527 -527
  416. package/types/components/slider.d.ts +126 -126
  417. package/types/components/split-pane.d.ts +133 -133
  418. package/types/components/split.d.ts +312 -312
  419. package/types/components/splitter-panel.d.ts +105 -105
  420. package/types/components/splitter.d.ts +288 -288
  421. package/types/components/steps.d.ts +68 -68
  422. package/types/components/switch.d.ts +133 -133
  423. package/types/components/tab-pane.d.ts +114 -114
  424. package/types/components/table-module/custom.d.ts +123 -123
  425. package/types/components/table-module/edit.d.ts +243 -243
  426. package/types/components/table-module/export.d.ts +96 -96
  427. package/types/components/table-module/filter.d.ts +140 -140
  428. package/types/components/table-module/index.d.ts +7 -7
  429. package/types/components/table-module/keyboard.d.ts +26 -26
  430. package/types/components/table-module/menu.d.ts +28 -28
  431. package/types/components/table-module/validator.d.ts +53 -53
  432. package/types/components/table-plugins/extend-cell-area.d.ts +770 -770
  433. package/types/components/table-plugins/extend-pivot-table.d.ts +58 -58
  434. package/types/components/table-plugins/filters-combination.d.ts +15 -15
  435. package/types/components/table-plugins/filters-complex-input.d.ts +9 -9
  436. package/types/components/table-plugins/index.d.ts +4 -4
  437. package/types/components/table-select.d.ts +219 -219
  438. package/types/components/table.d.ts +7465 -7465
  439. package/types/components/tabs.d.ts +332 -332
  440. package/types/components/tag.d.ts +114 -114
  441. package/types/components/text-ellipsis.d.ts +112 -112
  442. package/types/components/text.d.ts +122 -122
  443. package/types/components/textarea.d.ts +247 -247
  444. package/types/components/timeline-item.d.ts +75 -75
  445. package/types/components/timeline.d.ts +77 -77
  446. package/types/components/tip.d.ts +83 -83
  447. package/types/components/toolbar.d.ts +336 -336
  448. package/types/components/tooltip.d.ts +180 -180
  449. package/types/components/tour.d.ts +77 -77
  450. package/types/components/tree-select.d.ts +310 -310
  451. package/types/components/tree.d.ts +843 -833
  452. package/types/components/upload.d.ts +437 -437
  453. package/types/components/watermark.d.ts +120 -120
  454. package/types/handles/form-design.d.ts +50 -50
  455. package/types/handles/index.d.ts +3 -3
  456. package/types/handles/list-design.d.ts +2 -2
  457. package/types/handles/table.d.ts +15 -15
  458. package/types/index.d.ts +8 -8
  459. package/types/ui/commands.d.ts +57 -57
  460. package/types/ui/formats.d.ts +62 -62
  461. package/types/ui/global-config.d.ts +254 -254
  462. package/types/ui/global-icon.d.ts +292 -292
  463. package/types/ui/hooks.d.ts +13 -13
  464. package/types/ui/index.d.ts +96 -96
  465. package/types/ui/interceptor.d.ts +52 -52
  466. package/types/ui/menus.d.ts +77 -77
  467. package/types/ui/renderer.d.ts +1041 -1041
  468. package/types/ui/validators.d.ts +38 -38
  469. /package/es/icon/{iconfont.1778169084473.ttf → iconfont.1778317220469.ttf} +0 -0
  470. /package/es/icon/{iconfont.1778169084473.woff → iconfont.1778317220469.woff} +0 -0
  471. /package/es/icon/{iconfont.1778169084473.woff2 → iconfont.1778317220469.woff2} +0 -0
  472. /package/es/{iconfont.1778169084473.ttf → iconfont.1778317220469.ttf} +0 -0
  473. /package/es/{iconfont.1778169084473.woff → iconfont.1778317220469.woff} +0 -0
  474. /package/es/{iconfont.1778169084473.woff2 → iconfont.1778317220469.woff2} +0 -0
  475. /package/lib/icon/style/{iconfont.1778169084473.ttf → iconfont.1778317220469.ttf} +0 -0
  476. /package/lib/icon/style/{iconfont.1778169084473.woff → iconfont.1778317220469.woff} +0 -0
  477. /package/lib/icon/style/{iconfont.1778169084473.woff2 → iconfont.1778317220469.woff2} +0 -0
  478. /package/lib/{iconfont.1778169084473.ttf → iconfont.1778317220469.ttf} +0 -0
  479. /package/lib/{iconfont.1778169084473.woff → iconfont.1778317220469.woff} +0 -0
  480. /package/lib/{iconfont.1778169084473.woff2 → iconfont.1778317220469.woff2} +0 -0
@@ -1,840 +1,840 @@
1
- export default {
2
- vxe: {
3
- base: {
4
- pleaseInput: 'Please enter',
5
- pleaseSelect: 'Please select',
6
- comma: ',',
7
- fullStop: '。'
8
- },
9
- loading: {
10
- text: 'Loading...'
11
- },
12
- error: {
13
- downErr: 'Download failed',
14
- errLargeData: 'When the amount of bound data is too large, please use {0}, otherwise it may cause lag',
15
- groupFixed: 'If using grouped headers, the frozen column must be set by group',
16
- groupMouseRange: 'The grouping header cannot be used at the same time as "{0}" and this may cause an error',
17
- groupTag: 'Grouping column headers should use "{0}" instead of "{1}", which may cause errors',
18
- scrollErrProp: 'This parameter "{0}" is not supported after virtual scrolling is enabled',
19
- errConflicts: 'Parameter "{0}" conflicts with "{1}"',
20
- modelConflicts: 'The bound field values "{0}" and "{1}" conflict, an error will occur.',
21
- notSupportProp: '"{1}" is not supported when the parameter "{0}" is enabled, it should be "{2}", otherwise an error will occur',
22
- reqSupportProp: 'When using "{0}", "{1}" should be set; otherwise, an error may occur.',
23
- notConflictProp: 'When using "{0}", "{1}" should be set, otherwise there may be functional conflicts',
24
- unableInsert: 'Cannot be inserted into the specified location, please check whether the parameters are correct',
25
- useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent module needs to be installed before Table',
26
- barUnableLink: 'The toolbar cannot associate tables',
27
- expandContent: 'The slot for the expanded line should be "content", please check if it is correct',
28
- reqComp: 'The "{0}" component is missing, please check if it is installed correctly. https://vxeui.com/#/start/useGlobal',
29
- reqModule: 'Missing "{0}" module',
30
- reqProp: 'The necessary "{0}" parameter is missing, which may cause an error',
31
- emptyProp: 'Parameter "{0}" is not allowed to be empty',
32
- errProp: 'Unsupported parameter "{0}", possibly "{1}"',
33
- colRepet: 'column.{0}="{1}" is repeated, which may cause some functions to become unusable',
34
- notFunc: 'Method "{0}" does not exist',
35
- errFunc: 'Parameter "{0}" is not a method',
36
- notValidators: 'Global verification "{0}" does not exist',
37
- notFormats: 'Global formatting "{0}" does not exist',
38
- notCommands: 'The global directive "{0}" does not exist',
39
- notSlot: 'Slot "{0}" does not exist',
40
- noTree: '"{0}" is not supported in the tree structure',
41
- noGroup: '"{0}" is not supported in the aggregation grouping',
42
- notProp: 'Unsupported parameter "{0}"',
43
- checkProp: 'When the data volume is too large, the check box may be stuttered. It is recommended to set the parameter "{0}" to improve rendering speed',
44
- coverProp: 'The parameter "{1}" of "{0}" is repeatedly defined, which may cause an error',
45
- uniField: 'The field name "{0}" is repeatedly defined, which may cause an error',
46
- repeatKey: 'Repeat the primary key {0}="{1}", which may cause an error',
47
- repeatProp: 'Repeat parameters {0}="{1}", which may cause an error',
48
- delFunc: 'Method "{0}" is deprecated, please use "{1}"',
49
- delProp: 'Parameter "{0}" is deprecated, please use "{1}"',
50
- delEvent: 'Event "{0}" is deprecated, please use "{1}"',
51
- removeProp: 'Parameter "{0}" is deprecated and is not recommended, which may cause an error',
52
- errFormat: 'Global formatted content should be defined using "VXETable.formats" and the method of mounting "formatter={0}" is no longer recommended.',
53
- notType: 'Unsupported file type "{0}"',
54
- notExp: 'This browser does not support import/export function',
55
- impFields: 'The import failed. Please check whether the field name and data format are correct.',
56
- treeNotImp: 'Tree tables do not support import',
57
- treeCrossDrag: 'Only drag the first level',
58
- treeDragChild: 'Parents cannot drag to their own children',
59
- reqPlugin: '"{1}" is not installed at https://vxeui.com/other{0}/#/{1}/install',
60
- errMaxRow: 'Exceeding the maximum supported data volume {0} rows, this may cause an error',
61
- useNew: 'It is not recommended to use {0}. Please use {1} instead.',
62
- errorVersion: 'Version mismatch. Current version is {0}, while the minimum supported version is {1}.'
63
- },
64
- table: {
65
- emptyText: 'No data yet',
66
- allTitle: 'Select all/cancel',
67
- seqTitle: 'No.',
68
- actionTitle: 'Operate',
69
- confirmFilter: 'Filter',
70
- resetFilter: 'Reset',
71
- allFilter: 'All',
72
- sortAsc: 'Ascending order: lowest to highest',
73
- sortDesc: 'Descending order: highest to lowest',
74
- filter: 'Enable filtering for selected columns',
75
- impSuccess: 'Successfully imported {0} records',
76
- expLoading: 'Exporting',
77
- expSuccess: 'Export successfully',
78
- expError: 'Export failed',
79
- expFilename: 'Export_{0}',
80
- expOriginFilename: 'Export_source_{0}',
81
- customTitle: 'Column settings',
82
- customAll: 'All',
83
- customConfirm: 'Confirm',
84
- customClose: 'Closure',
85
- customCancel: 'Cancel',
86
- customRestore: 'Restore default',
87
- maxFixedCol: 'The maximum number of frozen columns cannot exceed {0}',
88
- maxGroupCol: 'The maximum number of grouping fields cannot exceed {0}',
89
- dragTip: 'Move: {0}',
90
- resizeColTip: 'Width: {0} pixels',
91
- resizeRowTip: 'Height: {0} pixels',
92
- rowGroupContentTotal: '{0} ({1})',
93
- menuLoading: '加载中...'
94
- },
95
- grid: {
96
- selectOneRecord: 'Please select at least one record!',
97
- deleteSelectRecord: 'Are you sure you want to delete the selected record?',
98
- removeSelectRecord: 'Are you sure you want to remove the selected record?',
99
- dataUnchanged: 'Data not changed!',
100
- delSuccess: 'The selected record was successfully deleted!',
101
- saveSuccess: 'Save successfully!',
102
- operError: 'An error occurred and the operation failed!'
103
- },
104
- select: {
105
- clear: 'Clear',
106
- allChecked: 'All',
107
- total: '{0} / {1}',
108
- search: 'Search',
109
- loadingText: 'Loading',
110
- emptyText: 'No data yet',
111
- maxOpt: 'The maximum number that can be selected cannot exceed {0}.',
112
- overSizeErr: 'The maximum selectable quantity of {0} has been exceeded. The excess part will be ignored!',
113
- searchEmpty: 'No matching data found!'
114
- },
115
- tree: {
116
- searchEmpty: '未匹配到数据!',
117
- dragTip: 'Move: {0}'
118
- },
119
- treeSelect: {
120
- clearChecked: 'Clear',
121
- allChecked: 'Check all',
122
- allExpand: 'Expand all',
123
- clearExpand: 'Collapse all',
124
- total: 'Selected {0}',
125
- search: 'Search',
126
- emptyText: 'No data yet'
127
- },
128
- pager: {
129
- goto: 'Go',
130
- gotoTitle: 'Number of pages',
131
- pagesize: '{0} items/page',
132
- total: 'Total {0} records',
133
- pageClassifier: 'Page',
134
- homePage: 'front page',
135
- homePageTitle: 'front page',
136
- prevPage: 'Previous page',
137
- prevPageTitle: 'Previous page',
138
- nextPage: 'Next page',
139
- nextPageTitle: 'Next page',
140
- prevJump: 'Jump up page',
141
- prevJumpTitle: 'Jump up page',
142
- nextJump: 'Jump down page',
143
- nextJumpTitle: 'Jump down page',
144
- endPage: 'Last page',
145
- endPageTitle: 'Last page'
146
- },
147
- alert: {
148
- title: 'System prompts'
149
- },
150
- button: {
151
- confirm: 'Confirm',
152
- cancel: 'Cancel',
153
- clear: 'Clear'
154
- },
155
- filter: {
156
- search: 'search'
157
- },
158
- custom: {
159
- cstmTitle: 'Column settings',
160
- cstmRestore: 'Restore default',
161
- cstmCancel: 'Cancel',
162
- cstmConfirm: 'Sure',
163
- cstmConfirmRestore: 'Please confirm whether it is restored to the default column configuration?',
164
- cstmDragTarget: 'Move: {0}',
165
- setting: {
166
- colSort: 'Sort',
167
- sortHelpTip: 'Click and drag the icons to adjust the order.',
168
- colTitle: 'Column title',
169
- colResizable: 'Column width (pixels)',
170
- colVisible: 'Whether to display',
171
- colFixed: 'Freeze column',
172
- colFixedMax: 'Freeze columns (up to {0} columns)',
173
- fixedLeft: 'Left side',
174
- fixedUnset: 'Not set',
175
- fixedRight: 'Right side',
176
- moveUp: 'Up',
177
- moveDn: 'Down',
178
- putTop: 'Top',
179
- putBottom: 'Bottom',
180
- moveUpTitle: '点击向上移动',
181
- moveDnTitle: '点击向下移动',
182
- putTopTitle: '点击置顶',
183
- putBottomTitle: '点击置尾'
184
- }
185
- },
186
- import: {
187
- modes: {
188
- covering: 'Overwrite method (directly overwrite table data)',
189
- insert: 'Append at the bottom (append new data at the bottom of the table)',
190
- insertTop: 'Append at the top (append new data at the top of the table)',
191
- insertBottom: 'Append at the bottom (append new data at the bottom of the table)'
192
- },
193
- impTitle: 'Import data',
194
- impFile: 'File name',
195
- impSelect: 'Select file',
196
- impType: 'File type',
197
- impOpts: 'Parameter settings',
198
- impMode: 'Import mode',
199
- impConfirm: 'Import',
200
- impCancel: 'Cancel'
201
- },
202
- export: {
203
- types: {
204
- csv: 'CSV (comma separated)(*.csv)',
205
- html: 'Web page (*.html)',
206
- xml: 'XML data (*.xml)',
207
- txt: 'Text file (tab separated)(*.txt)',
208
- xls: 'Excel 97-2003 Workbook (*.xls)',
209
- xlsx: 'Excel workbook (*.xlsx)',
210
- pdf: 'PDF (*.pdf)'
211
- },
212
- modes: {
213
- empty: 'Empty data',
214
- current: 'Current data (data on the current page)',
215
- selected: 'Selected data (data selected on the current page)',
216
- all: 'Full data (including all paged data)'
217
- },
218
- printTitle: 'Print data',
219
- expTitle: 'Export data',
220
- expName: 'File name',
221
- expNamePlaceholder: 'Please enter a file name',
222
- expSheetName: 'Title',
223
- expSheetNamePlaceholder: 'Please enter a title',
224
- expType: 'Save type',
225
- expMode: 'Select data',
226
- expCurrentColumn: 'All fields',
227
- expColumn: 'Select field',
228
- expOpts: 'Parameter settings',
229
- expOptHeader: 'Header',
230
- expHeaderTitle: 'Is the table header required',
231
- expOptFooter: 'End of table',
232
- expFooterTitle: 'Is the end of the table required?',
233
- expOptColgroup: 'Grouping header',
234
- expOptTitle: 'Column title',
235
- expTitleTitle: "Whether it is the column title, otherwise it will be displayed as the column's field name",
236
- expColgroupTitle: 'If present, a header with a grouping structure is supported',
237
- expOptMerge: 'merge',
238
- expMergeTitle: 'If present, cells with merged structures are supported',
239
- expOptAllExpand: 'Expand the tree',
240
- expAllExpandTitle: 'If it exists, it is supported to expand all data with hierarchical structures',
241
- expOptUseStyle: 'style',
242
- expUseStyleTitle: 'If present, cells with style are supported',
243
- expOptOriginal: 'Source data',
244
- expOriginalTitle: 'If it is source data, import into tables is supported',
245
- expPrint: 'Print',
246
- expConfirm: 'Export',
247
- expCancel: 'Cancel'
248
- },
249
- modal: {
250
- errTitle: 'Error message',
251
- zoomMin: 'Minimize',
252
- zoomIn: 'maximize',
253
- zoomOut: 'reduction',
254
- close: 'closure',
255
- miniMaxSize: 'The number of minimized windows cannot exceed {0}',
256
- footPropErr: 'show-footer is only used to enable the table tail, and must be used with show-confirm-button | show-cancel-button | slots'
257
- },
258
- drawer: {
259
- close: 'closure'
260
- },
261
- form: {
262
- folding: 'Close',
263
- unfolding: 'Expand'
264
- },
265
- toolbar: {
266
- import: 'Import',
267
- export: 'Export',
268
- print: 'Print',
269
- refresh: 'Refresh',
270
- zoomIn: 'Full screen',
271
- zoomOut: 'reduction',
272
- custom: 'Column settings',
273
- customAll: 'All',
274
- customConfirm: 'Confirm',
275
- customRestore: 'Reset',
276
- fixedLeft: 'Freeze left',
277
- fixedRight: 'Freeze right',
278
- cancelFixed: 'Unfreeze'
279
- },
280
- datePicker: {
281
- yearTitle: '{0} years'
282
- },
283
- dateRangePicker: {
284
- pleaseRange: 'Please select the date time and the end date'
285
- },
286
- input: {
287
- date: {
288
- m1: 'January',
289
- m2: 'February',
290
- m3: 'March',
291
- m4: 'April',
292
- m5: 'May',
293
- m6: 'June',
294
- m7: 'July',
295
- m8: 'August',
296
- m9: 'September',
297
- m10: 'October',
298
- m11: 'November',
299
- m12: 'December',
300
- quarterLabel: '{0} years',
301
- monthLabel: '{0} years',
302
- dayLabel: '{0} year {1}',
303
- labelFormat: {
304
- date: 'yyyy-MM-dd',
305
- time: 'HH:mm:ss',
306
- datetime: 'yyyy-MM-dd HH:mm:ss',
307
- week: 'Week WW of year yyyy',
308
- month: 'yyyy-MM',
309
- quarter: 'quarter q of year yyyy',
310
- year: 'yyyy'
311
- },
312
- weeks: {
313
- w: '',
314
- w0: 'Sun',
315
- w1: 'Mon',
316
- w2: 'Tue',
317
- w3: 'Wed',
318
- w4: 'Thu',
319
- w5: 'Fri',
320
- w6: 'Sat'
321
- },
322
- months: {
323
- m0: 'January',
324
- m1: 'February',
325
- m2: 'March',
326
- m3: 'April',
327
- m4: 'May',
328
- m5: 'June',
329
- m6: 'July',
330
- m7: 'August',
331
- m8: 'September',
332
- m9: 'October',
333
- m10: 'November',
334
- m11: 'December'
335
- },
336
- quarters: {
337
- q1: 'First quarter',
338
- q2: 'Second quarter',
339
- q3: 'Third quarter',
340
- q4: 'Fourth quarter'
341
- }
342
- }
343
- },
344
- calendar: {
345
- yearLabel: '{0}',
346
- monthLabel: '{0}'
347
- },
348
- numberInput: {
349
- currencySymbol: '$'
350
- },
351
- imagePreview: {
352
- popupTitle: 'Preview',
353
- operBtn: {
354
- zoomOut: 'Shrink',
355
- zoomIn: 'enlarge',
356
- pctFull: 'Scaling equally',
357
- pct11: 'Show original size',
358
- rotateLeft: 'Rotate left',
359
- rotateRight: 'Rotate to the right',
360
- print: 'Click to print the picture',
361
- download: 'Click to download the picture'
362
- }
363
- },
364
- upload: {
365
- fileBtnText: 'Click or drag to upload',
366
- imgBtnText: 'Click or drag to upload',
367
- dragPlaceholder: 'Please drag and drop the file to this area to upload',
368
- imgSizeHint: 'Leaflet {0}',
369
- imgCountHint: 'Maximum {0} pictures',
370
- fileTypeHint: 'Support {0} file types',
371
- fileSizeHint: 'A single file size does not exceed {0}',
372
- fileCountHint: 'Up to {0} files can be uploaded',
373
- uploadTypeErr: 'File type mismatch!',
374
- overCountErr: 'Only {0} files can be selected at most!',
375
- overCountExtraErr: 'The maximum number of {0} has been exceeded, and the excess {1} files will be ignored!',
376
- overSizeErr: 'The maximum file size cannot exceed {0}!',
377
- manualUpload: '点击上传',
378
- reUpload: 'Re-upload',
379
- uploadProgress: 'Uploading {0}%',
380
- uploadErr: 'Upload failed',
381
- uploadSuccess: 'Upload successfully',
382
- moreBtnText: 'More ({0})',
383
- moreImgBtnText: '图片({0})',
384
- moreFileBtnText: '文件({0})',
385
- viewItemTitle: 'Click to view',
386
- morePopup: {
387
- readTitle: 'View list',
388
- imageTitle: 'Upload pictures',
389
- fileTitle: 'Upload file'
390
- }
391
- },
392
- empty: {
393
- defText: 'No data yet'
394
- },
395
- colorPicker: {
396
- clear: 'Clear',
397
- confirm: 'Confirm',
398
- copySuccess: 'Copyed to clipboard: {0}',
399
- hex: 'HEX'
400
- },
401
- formDesign: {
402
- formName: 'Form name',
403
- defFormTitle: 'Unnamed form',
404
- widgetPropTab: 'Control Properties',
405
- widgetFormTab: 'Form Properties',
406
- error: {
407
- wdFormUni: 'This type of control is allowed to add only one in the form',
408
- wdSubUni: 'This type of control is allowed to add only one in the subtable'
409
- },
410
- styleSetting: {
411
- btn: 'Style settings',
412
- title: 'Form style settings',
413
- layoutTitle: 'Control layout',
414
- verticalLayout: 'Top and bottom layout',
415
- horizontalLayout: 'Horizontal layout',
416
- styleTitle: 'Title style',
417
- boldTitle: 'Title bold',
418
- fontBold: 'Bold',
419
- fontNormal: 'conventional',
420
- colonTitle: 'Show colon',
421
- colonVisible: 'show',
422
- colonHidden: 'hide',
423
- alignTitle: 'Alignment',
424
- widthTitle: 'Title Width',
425
- alignLeft: 'On the left',
426
- alignRight: 'On the right',
427
- unitPx: 'Pixels',
428
- unitPct: 'percentage'
429
- },
430
- widget: {
431
- group: {
432
- base: 'Basic controls',
433
- layout: 'Layout Controls',
434
- system: 'System Controls',
435
- module: 'Module controls',
436
- chart: 'Chart control',
437
- advanced: 'Advanced Controls'
438
- },
439
- copyTitle: 'Copy_{0}',
440
- component: {
441
- input: 'Input box',
442
- textarea: 'Text field',
443
- select: 'Pull down to select',
444
- row: 'One row and multiple columns',
445
- title: 'title',
446
- text: 'text',
447
- subtable: 'Sub-table',
448
- VxeSwitch: 'whether',
449
- VxeInput: 'Input box',
450
- VxeNumberInput: 'number',
451
- VxeDatePicker: 'date',
452
- VxeTextarea: 'Text field',
453
- VxeSelect: 'Pull down to select',
454
- VxeTreeSelect: 'Tree selection',
455
- VxeRadioGroup: 'Radio button',
456
- VxeCheckboxGroup: 'Checkbox',
457
- VxeUploadFile: 'document',
458
- VxeUploadImage: 'picture',
459
- VxeRate: 'score',
460
- VxeSlider: 'slider'
461
- }
462
- },
463
- widgetProp: {
464
- name: 'Control name',
465
- placeholder: 'Prompt',
466
- required: 'Required verification',
467
- multiple: 'Multiple choices are allowed',
468
- displaySetting: {
469
- name: 'Display settings',
470
- pc: 'PC',
471
- mobile: 'Mobile',
472
- visible: 'show',
473
- hidden: 'hide'
474
- },
475
- dataSource: {
476
- name: 'Data Source',
477
- defValue: 'Option {0}',
478
- addOption: 'Add options',
479
- batchEditOption: 'Batch editing',
480
- batchEditTip: 'Each row corresponds to an option, which supports direct copy and paste from tables, Excel, and WPS.',
481
- batchEditSubTip: 'Each row corresponds to an option. If it is a group, the child items can start with a space or a tab key, and it supports direct copy and paste from tables, Excel, and WPS.',
482
- buildOption: 'Build options'
483
- },
484
- rowProp: {
485
- colSize: 'Number of columns',
486
- col2: 'Two columns',
487
- col3: 'Three columns',
488
- col4: 'Four columns',
489
- col6: 'Six columns',
490
- layout: 'layout'
491
- },
492
- textProp: {
493
- name: 'content',
494
- alignTitle: 'Alignment',
495
- alignLeft: 'On the left',
496
- alignCenter: 'Center',
497
- alignRight: 'On the right',
498
- colorTitle: 'Font color',
499
- sizeTitle: 'Font size',
500
- boldTitle: 'Bold font',
501
- fontNormal: 'conventional',
502
- fontBold: 'Bold'
503
- },
504
- subtableProp: {
505
- seqTitle: 'No.',
506
- showSeq: 'Show serial number',
507
- showCheckbox: 'Multiple choices are allowed',
508
- errSubDrag: 'The subtable does not support this control, please use other controls',
509
- colPlace: 'Drag the control in'
510
- },
511
- uploadProp: {
512
- limitFileCount: 'File quantity limit',
513
- limitFileSize: 'File size limit',
514
- multiFile: 'Allow multiple files to be uploaded',
515
- limitImgCount: 'Limit number of pictures',
516
- limitImgSize: 'Image size limit',
517
- multiImg: 'Allow multiple pictures to upload'
518
- }
519
- }
520
- },
521
- listDesign: {
522
- fieldSettingTab: 'Field settings',
523
- listSettingTab: 'Parameter settings',
524
- searchTitle: 'Query criteria',
525
- listTitle: 'List field',
526
- searchField: 'Query fields',
527
- listField: 'List field',
528
- activeBtn: {
529
- ActionButtonUpdate: 'edit',
530
- ActionButtonDelete: 'delete'
531
- },
532
- search: {
533
- addBtn: 'edit',
534
- emptyText: 'Query conditions not configured',
535
- editPopupTitle: 'Edit query fields'
536
- },
537
- searchPopup: {
538
- colTitle: 'title',
539
- saveBtn: 'save'
540
- }
541
- },
542
- text: {
543
- copySuccess: 'Copyed to clipboard',
544
- copyError: 'The current environment does not support this operation'
545
- },
546
- countdown: {
547
- formats: {
548
- yyyy: 'Year',
549
- MM: 'moon',
550
- dd: 'sky',
551
- HH: 'hour',
552
- mm: 'point',
553
- ss: 'Second'
554
- }
555
- },
556
- contextMenu: {
557
- loadingText: 'Loading'
558
- },
559
- gantt: {
560
- tFullFormat: {
561
- year: '{yyyy}年',
562
- quarter: '{yyyy}年第{q}季度',
563
- month: '{yyyy}年{MM}月',
564
- week: '{yyyy}年第{W}周',
565
- day: '{yyyy}年{MM}月 {E}',
566
- date: '{yyyy}年{MM}月{dd}日',
567
- hour: '{yyyy}年{MM}月{dd}日{HH}时',
568
- minute: '{yyyy}年{MM}月{dd}日{HH}时{mm}分',
569
- second: '{yyyy}年{MM}月{dd}日{HH}时{mm}分{ss}秒'
570
- },
571
- tSimpleFormat: {
572
- year: '{yyyy}年',
573
- quarter: '{q}季度',
574
- month: '{M}月',
575
- week: '{W}周',
576
- day: '{d}',
577
- date: '{d}',
578
- hour: '{HH}',
579
- minute: '{mm}',
580
- second: '{ss}'
581
- },
582
- dayss: {
583
- w0: 'Sun',
584
- w1: 'Mon',
585
- w2: 'Tue',
586
- w3: 'Wed',
587
- w4: 'Thu',
588
- w5: 'Fri',
589
- w6: 'Sat'
590
- }
591
- },
592
- plugins: {
593
- extendCellArea: {
594
- area: {
595
- mergeErr: 'This operation cannot be performed on merged cells',
596
- multiErr: 'This operation cannot be performed on multiple selection areas',
597
- selectErr: 'Unable to operate on cells in the specified range',
598
- extendErr: 'If the extended range contains merged cells, all merged cells must be the same size',
599
- pasteMultiErr: 'Unable to paste, the copied and pasted areas need to be of the same size to perform this operation',
600
- cpInvalidErr: 'The operation cannot be performed. There are prohibited columns ({0}) in the range you selected.'
601
- },
602
- fnr: {
603
- title: 'Find and replace',
604
- titleFd: 'Find',
605
- titleRe: 'Replace',
606
- findLabel: 'Find',
607
- replaceLabel: 'replace',
608
- findTitle: 'Find what:',
609
- replaceTitle: 'Replace with:',
610
- tabs: {
611
- find: 'Find',
612
- replace: 'replace'
613
- },
614
- filter: {
615
- re: 'Regular expressions',
616
- whole: 'Full word matching',
617
- sensitive: 'case sensitive'
618
- },
619
- btns: {
620
- findNext: 'Find next',
621
- findAll: 'Find all',
622
- replace: 'replace',
623
- replaceAll: 'Replace all',
624
- cancel: 'Cancel'
625
- },
626
- header: {
627
- seq: '#',
628
- cell: 'Cell',
629
- value: 'value'
630
- },
631
- body: {
632
- row: 'Row: {0}',
633
- col: 'Column: {0}'
634
- },
635
- empty: '(Null value)',
636
- reError: 'Invalid regular expression',
637
- recordCount: '{0} cells found',
638
- notCell: 'The matching cell cannot be found',
639
- replaceSuccess: 'Successfully replaced {0} cells'
640
- }
641
- },
642
- extendPivotTable: {
643
- aggregation: {
644
- grouping: 'Group',
645
- values: 'Values',
646
- groupPlaceholder: 'Drag here to set row groups',
647
- valuesPlaceholder: 'Drag here to aggregate',
648
- dragExistCol: 'The column already exists',
649
- sortHelpTip: 'Click and drag the icons to adjust the order.'
650
- },
651
- aggFuncs: {
652
- sum: 'Sum',
653
- count: 'Count',
654
- avg: 'Avg',
655
- min: 'Min',
656
- max: 'Max',
657
- first: 'First',
658
- last: 'Last'
659
- }
660
- },
661
- filterComplexInput: {
662
- menus: {
663
- fixedColumn: 'Freeze column',
664
- fixedGroup: 'Freeze group',
665
- cancelFixed: 'Unfreeze',
666
- fixedLeft: 'Freeze left',
667
- fixedRight: 'Freeze right'
668
- },
669
- cases: {
670
- equal: 'equal',
671
- gt: 'Greater',
672
- lt: 'Less',
673
- begin: 'Start',
674
- endin: 'End',
675
- include: 'Include',
676
- isSensitive: 'case sensitive'
677
- }
678
- },
679
- filterCombination: {
680
- menus: {
681
- sort: 'Sort',
682
- clearSort: 'Clear sort',
683
- sortAsc: 'Ascending order',
684
- sortDesc: 'descending order',
685
- fixedColumn: 'Freeze column',
686
- fixedGroup: 'Freeze group',
687
- cancelFixed: 'Unfreeze',
688
- fixedLeft: 'Freeze left',
689
- fixedRight: 'Freeze right',
690
- clearFilter: 'Clear Filter',
691
- textOption: 'Text filters',
692
- numberOption: 'Number filters',
693
- dateOption: 'Date filters'
694
- },
695
- popup: {
696
- title: 'Custom filtering methods',
697
- currColumnTitle: 'Show rows where:',
698
- and: 'and',
699
- or: 'or',
700
- describeHtml: 'Available? Represents a single character<br/>Use * Represents any multiple characters'
701
- },
702
- cases: {
703
- equal: 'equal',
704
- unequal: 'Not equal',
705
- gt: 'Greater',
706
- ge: 'Greater or equal',
707
- lt: 'Less',
708
- le: 'Less or equal',
709
- begin: 'Start',
710
- notbegin: "It's not at the beginning",
711
- endin: 'End',
712
- notendin: 'The ending is not',
713
- include: 'Include',
714
- exclude: 'Not included',
715
- between: 'Between',
716
- isAfter: 'Is after',
717
- eqAfter: 'Is after or equal to',
718
- isBefore: 'Is before',
719
- eqBefore: 'Is before or equal to',
720
- top10: 'Top 10',
721
- aboveAverage: 'Above average',
722
- belowAverage: 'Below average',
723
- before: 'Before',
724
- after: 'After',
725
- tomorrow: 'Tomorrow',
726
- today: 'Today',
727
- yesterday: 'Yesterday',
728
- nextWeek: 'Next Week',
729
- thisWeek: 'This Week',
730
- lastWeek: 'Last Week',
731
- nextMonth: 'Next Month',
732
- thisMonth: 'This Month',
733
- lastMonth: 'Last Month',
734
- nextYear: 'Next Year',
735
- thisYear: 'This Year',
736
- lastYear: 'Last Year',
737
- yearToDate: 'Year to Date',
738
- custom: 'Custom filter',
739
- insensitive: 'Case insensitive',
740
- isSensitive: 'case sensitive'
741
- },
742
- empty: '(blank)',
743
- notData: 'No match'
744
- }
745
- },
746
- pro: {
747
- area: {
748
- mergeErr: 'This operation cannot be performed on merged cells',
749
- multiErr: 'This operation cannot be performed on multiple selection areas',
750
- extendErr: 'If the extended range contains merged cells, all merged cells must be the same size',
751
- pasteMultiErr: 'Unable to paste, the copied and pasted areas need to be of the same size to perform this operation'
752
- },
753
- fnr: {
754
- title: 'Find and replace',
755
- titleFd: 'Find',
756
- titleRe: 'Replace',
757
- findLabel: 'Find',
758
- replaceLabel: 'replace',
759
- findTitle: 'Find content:',
760
- replaceTitle: 'Replace with:',
761
- tabs: {
762
- find: 'Find',
763
- replace: 'replace'
764
- },
765
- filter: {
766
- re: 'Regular expressions',
767
- whole: 'Full word matching',
768
- sensitive: 'case sensitive'
769
- },
770
- btns: {
771
- findNext: 'Find next',
772
- findAll: 'Find all',
773
- replace: 'replace',
774
- replaceAll: 'Replace all',
775
- cancel: 'Cancel'
776
- },
777
- header: {
778
- seq: '#',
779
- cell: 'Cell',
780
- value: 'value'
781
- },
782
- empty: '(Null value)',
783
- reError: 'Invalid regular expression',
784
- recordCount: '{0} cells found',
785
- notCell: 'No matching cell found',
786
- replaceSuccess: 'Successfully replaced {0} cells'
787
- }
788
- },
789
- renderer: {
790
- search: 'search',
791
- cases: {
792
- equal: 'equal',
793
- unequal: 'Not equal',
794
- gt: 'Greater',
795
- ge: 'Greater or equal',
796
- lt: 'Less',
797
- le: 'Less or equal',
798
- begin: 'Start',
799
- notbegin: "It's not at the beginning",
800
- endin: 'End',
801
- notendin: 'The ending is not',
802
- include: 'Include',
803
- exclude: 'Not included',
804
- between: 'Between',
805
- top10: 'Top 10',
806
- aboveAverage: 'Above average',
807
- belowAverage: 'Below average',
808
- custom: 'Custom filter',
809
- insensitive: 'Case insensitive',
810
- isSensitive: 'case sensitive'
811
- },
812
- combination: {
813
- menus: {
814
- sort: 'Sort',
815
- clearSort: 'Clear sort',
816
- sortAsc: 'Ascending order',
817
- sortDesc: 'descending order',
818
- fixedColumn: 'Freeze column',
819
- fixedGroup: 'Freeze group',
820
- cancelFixed: 'Unfreeze',
821
- fixedLeft: 'Freeze left',
822
- fixedRight: 'Freeze right',
823
- clearFilter: 'Clear Filter',
824
- textOption: 'Text filters',
825
- numberOption: 'Number filters',
826
- dateOption: 'Date filters'
827
- },
828
- popup: {
829
- title: 'Custom filtering methods',
830
- currColumnTitle: 'Show rows where:',
831
- and: 'and',
832
- or: 'or',
833
- describeHtml: 'Available? Represents a single character<br/>Use * Represents any multiple characters'
834
- },
835
- empty: '(blank)',
836
- notData: 'No match'
837
- }
838
- }
839
- }
840
- }
1
+ export default {
2
+ vxe: {
3
+ base: {
4
+ pleaseInput: 'Please enter',
5
+ pleaseSelect: 'Please select',
6
+ comma: ',',
7
+ fullStop: '。'
8
+ },
9
+ loading: {
10
+ text: 'Loading...'
11
+ },
12
+ error: {
13
+ downErr: 'Download failed',
14
+ errLargeData: 'When the amount of bound data is too large, please use {0}, otherwise it may cause lag',
15
+ groupFixed: 'If using grouped headers, the frozen column must be set by group',
16
+ groupMouseRange: 'The grouping header cannot be used at the same time as "{0}" and this may cause an error',
17
+ groupTag: 'Grouping column headers should use "{0}" instead of "{1}", which may cause errors',
18
+ scrollErrProp: 'This parameter "{0}" is not supported after virtual scrolling is enabled',
19
+ errConflicts: 'Parameter "{0}" conflicts with "{1}"',
20
+ modelConflicts: 'The bound field values "{0}" and "{1}" conflict, an error will occur.',
21
+ notSupportProp: '"{1}" is not supported when the parameter "{0}" is enabled, it should be "{2}", otherwise an error will occur',
22
+ reqSupportProp: 'When using "{0}", "{1}" should be set; otherwise, an error may occur.',
23
+ notConflictProp: 'When using "{0}", "{1}" should be set, otherwise there may be functional conflicts',
24
+ unableInsert: 'Cannot be inserted into the specified location, please check whether the parameters are correct',
25
+ useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent module needs to be installed before Table',
26
+ barUnableLink: 'The toolbar cannot associate tables',
27
+ expandContent: 'The slot for the expanded line should be "content", please check if it is correct',
28
+ reqComp: 'The "{0}" component is missing, please check if it is installed correctly. https://vxeui.com/#/start/useGlobal',
29
+ reqModule: 'Missing "{0}" module',
30
+ reqProp: 'The necessary "{0}" parameter is missing, which may cause an error',
31
+ emptyProp: 'Parameter "{0}" is not allowed to be empty',
32
+ errProp: 'Unsupported parameter "{0}", possibly "{1}"',
33
+ colRepet: 'column.{0}="{1}" is repeated, which may cause some functions to become unusable',
34
+ notFunc: 'Method "{0}" does not exist',
35
+ errFunc: 'Parameter "{0}" is not a method',
36
+ notValidators: 'Global verification "{0}" does not exist',
37
+ notFormats: 'Global formatting "{0}" does not exist',
38
+ notCommands: 'The global directive "{0}" does not exist',
39
+ notSlot: 'Slot "{0}" does not exist',
40
+ noTree: '"{0}" is not supported in the tree structure',
41
+ noGroup: '"{0}" is not supported in the aggregation grouping',
42
+ notProp: 'Unsupported parameter "{0}"',
43
+ checkProp: 'When the data volume is too large, the check box may be stuttered. It is recommended to set the parameter "{0}" to improve rendering speed',
44
+ coverProp: 'The parameter "{1}" of "{0}" is repeatedly defined, which may cause an error',
45
+ uniField: 'The field name "{0}" is repeatedly defined, which may cause an error',
46
+ repeatKey: 'Repeat the primary key {0}="{1}", which may cause an error',
47
+ repeatProp: 'Repeat parameters {0}="{1}", which may cause an error',
48
+ delFunc: 'Method "{0}" is deprecated, please use "{1}"',
49
+ delProp: 'Parameter "{0}" is deprecated, please use "{1}"',
50
+ delEvent: 'Event "{0}" is deprecated, please use "{1}"',
51
+ removeProp: 'Parameter "{0}" is deprecated and is not recommended, which may cause an error',
52
+ errFormat: 'Global formatted content should be defined using "VXETable.formats" and the method of mounting "formatter={0}" is no longer recommended.',
53
+ notType: 'Unsupported file type "{0}"',
54
+ notExp: 'This browser does not support import/export function',
55
+ impFields: 'The import failed. Please check whether the field name and data format are correct.',
56
+ treeNotImp: 'Tree tables do not support import',
57
+ treeCrossDrag: 'Only drag the first level',
58
+ treeDragChild: 'Parents cannot drag to their own children',
59
+ reqPlugin: '"{1}" is not installed at https://vxeui.com/other{0}/#/{1}/install',
60
+ errMaxRow: 'Exceeding the maximum supported data volume {0} rows, this may cause an error',
61
+ useNew: 'It is not recommended to use {0}. Please use {1} instead.',
62
+ errorVersion: 'Version mismatch. Current version is {0}, while the minimum supported version is {1}.'
63
+ },
64
+ table: {
65
+ emptyText: 'No data yet',
66
+ allTitle: 'Select all/cancel',
67
+ seqTitle: 'No.',
68
+ actionTitle: 'Operate',
69
+ confirmFilter: 'Filter',
70
+ resetFilter: 'Reset',
71
+ allFilter: 'All',
72
+ sortAsc: 'Ascending order: lowest to highest',
73
+ sortDesc: 'Descending order: highest to lowest',
74
+ filter: 'Enable filtering for selected columns',
75
+ impSuccess: 'Successfully imported {0} records',
76
+ expLoading: 'Exporting',
77
+ expSuccess: 'Export successfully',
78
+ expError: 'Export failed',
79
+ expFilename: 'Export_{0}',
80
+ expOriginFilename: 'Export_source_{0}',
81
+ customTitle: 'Column settings',
82
+ customAll: 'All',
83
+ customConfirm: 'Confirm',
84
+ customClose: 'Closure',
85
+ customCancel: 'Cancel',
86
+ customRestore: 'Restore default',
87
+ maxFixedCol: 'The maximum number of frozen columns cannot exceed {0}',
88
+ maxGroupCol: 'The maximum number of grouping fields cannot exceed {0}',
89
+ dragTip: 'Move: {0}',
90
+ resizeColTip: 'Width: {0} pixels',
91
+ resizeRowTip: 'Height: {0} pixels',
92
+ rowGroupContentTotal: '{0} ({1})',
93
+ menuLoading: '加载中...'
94
+ },
95
+ grid: {
96
+ selectOneRecord: 'Please select at least one record!',
97
+ deleteSelectRecord: 'Are you sure you want to delete the selected record?',
98
+ removeSelectRecord: 'Are you sure you want to remove the selected record?',
99
+ dataUnchanged: 'Data not changed!',
100
+ delSuccess: 'The selected record was successfully deleted!',
101
+ saveSuccess: 'Save successfully!',
102
+ operError: 'An error occurred and the operation failed!'
103
+ },
104
+ select: {
105
+ clear: 'Clear',
106
+ allChecked: 'All',
107
+ total: '{0} / {1}',
108
+ search: 'Search',
109
+ loadingText: 'Loading',
110
+ emptyText: 'No data yet',
111
+ maxOpt: 'The maximum number that can be selected cannot exceed {0}.',
112
+ overSizeErr: 'The maximum selectable quantity of {0} has been exceeded. The excess part will be ignored!',
113
+ searchEmpty: 'No matching data found!'
114
+ },
115
+ tree: {
116
+ searchEmpty: '未匹配到数据!',
117
+ dragTip: 'Move: {0}'
118
+ },
119
+ treeSelect: {
120
+ clearChecked: 'Clear',
121
+ allChecked: 'Check all',
122
+ allExpand: 'Expand all',
123
+ clearExpand: 'Collapse all',
124
+ total: 'Selected {0}',
125
+ search: 'Search',
126
+ emptyText: 'No data yet'
127
+ },
128
+ pager: {
129
+ goto: 'Go',
130
+ gotoTitle: 'Number of pages',
131
+ pagesize: '{0} items/page',
132
+ total: 'Total {0} records',
133
+ pageClassifier: 'Page',
134
+ homePage: 'front page',
135
+ homePageTitle: 'front page',
136
+ prevPage: 'Previous page',
137
+ prevPageTitle: 'Previous page',
138
+ nextPage: 'Next page',
139
+ nextPageTitle: 'Next page',
140
+ prevJump: 'Jump up page',
141
+ prevJumpTitle: 'Jump up page',
142
+ nextJump: 'Jump down page',
143
+ nextJumpTitle: 'Jump down page',
144
+ endPage: 'Last page',
145
+ endPageTitle: 'Last page'
146
+ },
147
+ alert: {
148
+ title: 'System prompts'
149
+ },
150
+ button: {
151
+ confirm: 'Confirm',
152
+ cancel: 'Cancel',
153
+ clear: 'Clear'
154
+ },
155
+ filter: {
156
+ search: 'search'
157
+ },
158
+ custom: {
159
+ cstmTitle: 'Column settings',
160
+ cstmRestore: 'Restore default',
161
+ cstmCancel: 'Cancel',
162
+ cstmConfirm: 'Sure',
163
+ cstmConfirmRestore: 'Please confirm whether it is restored to the default column configuration?',
164
+ cstmDragTarget: 'Move: {0}',
165
+ setting: {
166
+ colSort: 'Sort',
167
+ sortHelpTip: 'Click and drag the icons to adjust the order.',
168
+ colTitle: 'Column title',
169
+ colResizable: 'Column width (pixels)',
170
+ colVisible: 'Whether to display',
171
+ colFixed: 'Freeze column',
172
+ colFixedMax: 'Freeze columns (up to {0} columns)',
173
+ fixedLeft: 'Left side',
174
+ fixedUnset: 'Not set',
175
+ fixedRight: 'Right side',
176
+ moveUp: 'Up',
177
+ moveDn: 'Down',
178
+ putTop: 'Top',
179
+ putBottom: 'Bottom',
180
+ moveUpTitle: '点击向上移动',
181
+ moveDnTitle: '点击向下移动',
182
+ putTopTitle: '点击置顶',
183
+ putBottomTitle: '点击置尾'
184
+ }
185
+ },
186
+ import: {
187
+ modes: {
188
+ covering: 'Overwrite method (directly overwrite table data)',
189
+ insert: 'Append at the bottom (append new data at the bottom of the table)',
190
+ insertTop: 'Append at the top (append new data at the top of the table)',
191
+ insertBottom: 'Append at the bottom (append new data at the bottom of the table)'
192
+ },
193
+ impTitle: 'Import data',
194
+ impFile: 'File name',
195
+ impSelect: 'Select file',
196
+ impType: 'File type',
197
+ impOpts: 'Parameter settings',
198
+ impMode: 'Import mode',
199
+ impConfirm: 'Import',
200
+ impCancel: 'Cancel'
201
+ },
202
+ export: {
203
+ types: {
204
+ csv: 'CSV (comma separated)(*.csv)',
205
+ html: 'Web page (*.html)',
206
+ xml: 'XML data (*.xml)',
207
+ txt: 'Text file (tab separated)(*.txt)',
208
+ xls: 'Excel 97-2003 Workbook (*.xls)',
209
+ xlsx: 'Excel workbook (*.xlsx)',
210
+ pdf: 'PDF (*.pdf)'
211
+ },
212
+ modes: {
213
+ empty: 'Empty data',
214
+ current: 'Current data (data on the current page)',
215
+ selected: 'Selected data (data selected on the current page)',
216
+ all: 'Full data (including all paged data)'
217
+ },
218
+ printTitle: 'Print data',
219
+ expTitle: 'Export data',
220
+ expName: 'File name',
221
+ expNamePlaceholder: 'Please enter a file name',
222
+ expSheetName: 'Title',
223
+ expSheetNamePlaceholder: 'Please enter a title',
224
+ expType: 'Save type',
225
+ expMode: 'Select data',
226
+ expCurrentColumn: 'All fields',
227
+ expColumn: 'Select field',
228
+ expOpts: 'Parameter settings',
229
+ expOptHeader: 'Header',
230
+ expHeaderTitle: 'Is the table header required',
231
+ expOptFooter: 'End of table',
232
+ expFooterTitle: 'Is the end of the table required?',
233
+ expOptColgroup: 'Grouping header',
234
+ expOptTitle: 'Column title',
235
+ expTitleTitle: "Whether it is the column title, otherwise it will be displayed as the column's field name",
236
+ expColgroupTitle: 'If present, a header with a grouping structure is supported',
237
+ expOptMerge: 'merge',
238
+ expMergeTitle: 'If present, cells with merged structures are supported',
239
+ expOptAllExpand: 'Expand the tree',
240
+ expAllExpandTitle: 'If it exists, it is supported to expand all data with hierarchical structures',
241
+ expOptUseStyle: 'style',
242
+ expUseStyleTitle: 'If present, cells with style are supported',
243
+ expOptOriginal: 'Source data',
244
+ expOriginalTitle: 'If it is source data, import into tables is supported',
245
+ expPrint: 'Print',
246
+ expConfirm: 'Export',
247
+ expCancel: 'Cancel'
248
+ },
249
+ modal: {
250
+ errTitle: 'Error message',
251
+ zoomMin: 'Minimize',
252
+ zoomIn: 'maximize',
253
+ zoomOut: 'reduction',
254
+ close: 'closure',
255
+ miniMaxSize: 'The number of minimized windows cannot exceed {0}',
256
+ footPropErr: 'show-footer is only used to enable the table tail, and must be used with show-confirm-button | show-cancel-button | slots'
257
+ },
258
+ drawer: {
259
+ close: 'closure'
260
+ },
261
+ form: {
262
+ folding: 'Close',
263
+ unfolding: 'Expand'
264
+ },
265
+ toolbar: {
266
+ import: 'Import',
267
+ export: 'Export',
268
+ print: 'Print',
269
+ refresh: 'Refresh',
270
+ zoomIn: 'Full screen',
271
+ zoomOut: 'reduction',
272
+ custom: 'Column settings',
273
+ customAll: 'All',
274
+ customConfirm: 'Confirm',
275
+ customRestore: 'Reset',
276
+ fixedLeft: 'Freeze left',
277
+ fixedRight: 'Freeze right',
278
+ cancelFixed: 'Unfreeze'
279
+ },
280
+ datePicker: {
281
+ yearTitle: '{0} years'
282
+ },
283
+ dateRangePicker: {
284
+ pleaseRange: 'Please select the date time and the end date'
285
+ },
286
+ input: {
287
+ date: {
288
+ m1: 'January',
289
+ m2: 'February',
290
+ m3: 'March',
291
+ m4: 'April',
292
+ m5: 'May',
293
+ m6: 'June',
294
+ m7: 'July',
295
+ m8: 'August',
296
+ m9: 'September',
297
+ m10: 'October',
298
+ m11: 'November',
299
+ m12: 'December',
300
+ quarterLabel: '{0} years',
301
+ monthLabel: '{0} years',
302
+ dayLabel: '{0} year {1}',
303
+ labelFormat: {
304
+ date: 'yyyy-MM-dd',
305
+ time: 'HH:mm:ss',
306
+ datetime: 'yyyy-MM-dd HH:mm:ss',
307
+ week: 'Week WW of year yyyy',
308
+ month: 'yyyy-MM',
309
+ quarter: 'quarter q of year yyyy',
310
+ year: 'yyyy'
311
+ },
312
+ weeks: {
313
+ w: '',
314
+ w0: 'Sun',
315
+ w1: 'Mon',
316
+ w2: 'Tue',
317
+ w3: 'Wed',
318
+ w4: 'Thu',
319
+ w5: 'Fri',
320
+ w6: 'Sat'
321
+ },
322
+ months: {
323
+ m0: 'January',
324
+ m1: 'February',
325
+ m2: 'March',
326
+ m3: 'April',
327
+ m4: 'May',
328
+ m5: 'June',
329
+ m6: 'July',
330
+ m7: 'August',
331
+ m8: 'September',
332
+ m9: 'October',
333
+ m10: 'November',
334
+ m11: 'December'
335
+ },
336
+ quarters: {
337
+ q1: 'First quarter',
338
+ q2: 'Second quarter',
339
+ q3: 'Third quarter',
340
+ q4: 'Fourth quarter'
341
+ }
342
+ }
343
+ },
344
+ calendar: {
345
+ yearLabel: '{0}',
346
+ monthLabel: '{0}'
347
+ },
348
+ numberInput: {
349
+ currencySymbol: '$'
350
+ },
351
+ imagePreview: {
352
+ popupTitle: 'Preview',
353
+ operBtn: {
354
+ zoomOut: 'Shrink',
355
+ zoomIn: 'enlarge',
356
+ pctFull: 'Scaling equally',
357
+ pct11: 'Show original size',
358
+ rotateLeft: 'Rotate left',
359
+ rotateRight: 'Rotate to the right',
360
+ print: 'Click to print the picture',
361
+ download: 'Click to download the picture'
362
+ }
363
+ },
364
+ upload: {
365
+ fileBtnText: 'Click or drag to upload',
366
+ imgBtnText: 'Click or drag to upload',
367
+ dragPlaceholder: 'Please drag and drop the file to this area to upload',
368
+ imgSizeHint: 'Leaflet {0}',
369
+ imgCountHint: 'Maximum {0} pictures',
370
+ fileTypeHint: 'Support {0} file types',
371
+ fileSizeHint: 'A single file size does not exceed {0}',
372
+ fileCountHint: 'Up to {0} files can be uploaded',
373
+ uploadTypeErr: 'File type mismatch!',
374
+ overCountErr: 'Only {0} files can be selected at most!',
375
+ overCountExtraErr: 'The maximum number of {0} has been exceeded, and the excess {1} files will be ignored!',
376
+ overSizeErr: 'The maximum file size cannot exceed {0}!',
377
+ manualUpload: '点击上传',
378
+ reUpload: 'Re-upload',
379
+ uploadProgress: 'Uploading {0}%',
380
+ uploadErr: 'Upload failed',
381
+ uploadSuccess: 'Upload successfully',
382
+ moreBtnText: 'More ({0})',
383
+ moreImgBtnText: '图片({0})',
384
+ moreFileBtnText: '文件({0})',
385
+ viewItemTitle: 'Click to view',
386
+ morePopup: {
387
+ readTitle: 'View list',
388
+ imageTitle: 'Upload pictures',
389
+ fileTitle: 'Upload file'
390
+ }
391
+ },
392
+ empty: {
393
+ defText: 'No data yet'
394
+ },
395
+ colorPicker: {
396
+ clear: 'Clear',
397
+ confirm: 'Confirm',
398
+ copySuccess: 'Copyed to clipboard: {0}',
399
+ hex: 'HEX'
400
+ },
401
+ formDesign: {
402
+ formName: 'Form name',
403
+ defFormTitle: 'Unnamed form',
404
+ widgetPropTab: 'Control Properties',
405
+ widgetFormTab: 'Form Properties',
406
+ error: {
407
+ wdFormUni: 'This type of control is allowed to add only one in the form',
408
+ wdSubUni: 'This type of control is allowed to add only one in the subtable'
409
+ },
410
+ styleSetting: {
411
+ btn: 'Style settings',
412
+ title: 'Form style settings',
413
+ layoutTitle: 'Control layout',
414
+ verticalLayout: 'Top and bottom layout',
415
+ horizontalLayout: 'Horizontal layout',
416
+ styleTitle: 'Title style',
417
+ boldTitle: 'Title bold',
418
+ fontBold: 'Bold',
419
+ fontNormal: 'conventional',
420
+ colonTitle: 'Show colon',
421
+ colonVisible: 'show',
422
+ colonHidden: 'hide',
423
+ alignTitle: 'Alignment',
424
+ widthTitle: 'Title Width',
425
+ alignLeft: 'On the left',
426
+ alignRight: 'On the right',
427
+ unitPx: 'Pixels',
428
+ unitPct: 'percentage'
429
+ },
430
+ widget: {
431
+ group: {
432
+ base: 'Basic controls',
433
+ layout: 'Layout Controls',
434
+ system: 'System Controls',
435
+ module: 'Module controls',
436
+ chart: 'Chart control',
437
+ advanced: 'Advanced Controls'
438
+ },
439
+ copyTitle: 'Copy_{0}',
440
+ component: {
441
+ input: 'Input box',
442
+ textarea: 'Text field',
443
+ select: 'Pull down to select',
444
+ row: 'One row and multiple columns',
445
+ title: 'title',
446
+ text: 'text',
447
+ subtable: 'Sub-table',
448
+ VxeSwitch: 'whether',
449
+ VxeInput: 'Input box',
450
+ VxeNumberInput: 'number',
451
+ VxeDatePicker: 'date',
452
+ VxeTextarea: 'Text field',
453
+ VxeSelect: 'Pull down to select',
454
+ VxeTreeSelect: 'Tree selection',
455
+ VxeRadioGroup: 'Radio button',
456
+ VxeCheckboxGroup: 'Checkbox',
457
+ VxeUploadFile: 'document',
458
+ VxeUploadImage: 'picture',
459
+ VxeRate: 'score',
460
+ VxeSlider: 'slider'
461
+ }
462
+ },
463
+ widgetProp: {
464
+ name: 'Control name',
465
+ placeholder: 'Prompt',
466
+ required: 'Required verification',
467
+ multiple: 'Multiple choices are allowed',
468
+ displaySetting: {
469
+ name: 'Display settings',
470
+ pc: 'PC',
471
+ mobile: 'Mobile',
472
+ visible: 'show',
473
+ hidden: 'hide'
474
+ },
475
+ dataSource: {
476
+ name: 'Data Source',
477
+ defValue: 'Option {0}',
478
+ addOption: 'Add options',
479
+ batchEditOption: 'Batch editing',
480
+ batchEditTip: 'Each row corresponds to an option, which supports direct copy and paste from tables, Excel, and WPS.',
481
+ batchEditSubTip: 'Each row corresponds to an option. If it is a group, the child items can start with a space or a tab key, and it supports direct copy and paste from tables, Excel, and WPS.',
482
+ buildOption: 'Build options'
483
+ },
484
+ rowProp: {
485
+ colSize: 'Number of columns',
486
+ col2: 'Two columns',
487
+ col3: 'Three columns',
488
+ col4: 'Four columns',
489
+ col6: 'Six columns',
490
+ layout: 'layout'
491
+ },
492
+ textProp: {
493
+ name: 'content',
494
+ alignTitle: 'Alignment',
495
+ alignLeft: 'On the left',
496
+ alignCenter: 'Center',
497
+ alignRight: 'On the right',
498
+ colorTitle: 'Font color',
499
+ sizeTitle: 'Font size',
500
+ boldTitle: 'Bold font',
501
+ fontNormal: 'conventional',
502
+ fontBold: 'Bold'
503
+ },
504
+ subtableProp: {
505
+ seqTitle: 'No.',
506
+ showSeq: 'Show serial number',
507
+ showCheckbox: 'Multiple choices are allowed',
508
+ errSubDrag: 'The subtable does not support this control, please use other controls',
509
+ colPlace: 'Drag the control in'
510
+ },
511
+ uploadProp: {
512
+ limitFileCount: 'File quantity limit',
513
+ limitFileSize: 'File size limit',
514
+ multiFile: 'Allow multiple files to be uploaded',
515
+ limitImgCount: 'Limit number of pictures',
516
+ limitImgSize: 'Image size limit',
517
+ multiImg: 'Allow multiple pictures to upload'
518
+ }
519
+ }
520
+ },
521
+ listDesign: {
522
+ fieldSettingTab: 'Field settings',
523
+ listSettingTab: 'Parameter settings',
524
+ searchTitle: 'Query criteria',
525
+ listTitle: 'List field',
526
+ searchField: 'Query fields',
527
+ listField: 'List field',
528
+ activeBtn: {
529
+ ActionButtonUpdate: 'edit',
530
+ ActionButtonDelete: 'delete'
531
+ },
532
+ search: {
533
+ addBtn: 'edit',
534
+ emptyText: 'Query conditions not configured',
535
+ editPopupTitle: 'Edit query fields'
536
+ },
537
+ searchPopup: {
538
+ colTitle: 'title',
539
+ saveBtn: 'save'
540
+ }
541
+ },
542
+ text: {
543
+ copySuccess: 'Copyed to clipboard',
544
+ copyError: 'The current environment does not support this operation'
545
+ },
546
+ countdown: {
547
+ formats: {
548
+ yyyy: 'Year',
549
+ MM: 'moon',
550
+ dd: 'sky',
551
+ HH: 'hour',
552
+ mm: 'point',
553
+ ss: 'Second'
554
+ }
555
+ },
556
+ contextMenu: {
557
+ loadingText: 'Loading'
558
+ },
559
+ gantt: {
560
+ tFullFormat: {
561
+ year: '{yyyy}年',
562
+ quarter: '{yyyy}年第{q}季度',
563
+ month: '{yyyy}年{MM}月',
564
+ week: '{yyyy}年第{W}周',
565
+ day: '{yyyy}年{MM}月 {E}',
566
+ date: '{yyyy}年{MM}月{dd}日',
567
+ hour: '{yyyy}年{MM}月{dd}日{HH}时',
568
+ minute: '{yyyy}年{MM}月{dd}日{HH}时{mm}分',
569
+ second: '{yyyy}年{MM}月{dd}日{HH}时{mm}分{ss}秒'
570
+ },
571
+ tSimpleFormat: {
572
+ year: '{yyyy}年',
573
+ quarter: '{q}季度',
574
+ month: '{M}月',
575
+ week: '{W}周',
576
+ day: '{d}',
577
+ date: '{d}',
578
+ hour: '{HH}',
579
+ minute: '{mm}',
580
+ second: '{ss}'
581
+ },
582
+ dayss: {
583
+ w0: 'Sun',
584
+ w1: 'Mon',
585
+ w2: 'Tue',
586
+ w3: 'Wed',
587
+ w4: 'Thu',
588
+ w5: 'Fri',
589
+ w6: 'Sat'
590
+ }
591
+ },
592
+ plugins: {
593
+ extendCellArea: {
594
+ area: {
595
+ mergeErr: 'This operation cannot be performed on merged cells',
596
+ multiErr: 'This operation cannot be performed on multiple selection areas',
597
+ selectErr: 'Unable to operate on cells in the specified range',
598
+ extendErr: 'If the extended range contains merged cells, all merged cells must be the same size',
599
+ pasteMultiErr: 'Unable to paste, the copied and pasted areas need to be of the same size to perform this operation',
600
+ cpInvalidErr: 'The operation cannot be performed. There are prohibited columns ({0}) in the range you selected.'
601
+ },
602
+ fnr: {
603
+ title: 'Find and replace',
604
+ titleFd: 'Find',
605
+ titleRe: 'Replace',
606
+ findLabel: 'Find',
607
+ replaceLabel: 'replace',
608
+ findTitle: 'Find what:',
609
+ replaceTitle: 'Replace with:',
610
+ tabs: {
611
+ find: 'Find',
612
+ replace: 'replace'
613
+ },
614
+ filter: {
615
+ re: 'Regular expressions',
616
+ whole: 'Full word matching',
617
+ sensitive: 'case sensitive'
618
+ },
619
+ btns: {
620
+ findNext: 'Find next',
621
+ findAll: 'Find all',
622
+ replace: 'replace',
623
+ replaceAll: 'Replace all',
624
+ cancel: 'Cancel'
625
+ },
626
+ header: {
627
+ seq: '#',
628
+ cell: 'Cell',
629
+ value: 'value'
630
+ },
631
+ body: {
632
+ row: 'Row: {0}',
633
+ col: 'Column: {0}'
634
+ },
635
+ empty: '(Null value)',
636
+ reError: 'Invalid regular expression',
637
+ recordCount: '{0} cells found',
638
+ notCell: 'The matching cell cannot be found',
639
+ replaceSuccess: 'Successfully replaced {0} cells'
640
+ }
641
+ },
642
+ extendPivotTable: {
643
+ aggregation: {
644
+ grouping: 'Group',
645
+ values: 'Values',
646
+ groupPlaceholder: 'Drag here to set row groups',
647
+ valuesPlaceholder: 'Drag here to aggregate',
648
+ dragExistCol: 'The column already exists',
649
+ sortHelpTip: 'Click and drag the icons to adjust the order.'
650
+ },
651
+ aggFuncs: {
652
+ sum: 'Sum',
653
+ count: 'Count',
654
+ avg: 'Avg',
655
+ min: 'Min',
656
+ max: 'Max',
657
+ first: 'First',
658
+ last: 'Last'
659
+ }
660
+ },
661
+ filterComplexInput: {
662
+ menus: {
663
+ fixedColumn: 'Freeze column',
664
+ fixedGroup: 'Freeze group',
665
+ cancelFixed: 'Unfreeze',
666
+ fixedLeft: 'Freeze left',
667
+ fixedRight: 'Freeze right'
668
+ },
669
+ cases: {
670
+ equal: 'equal',
671
+ gt: 'Greater',
672
+ lt: 'Less',
673
+ begin: 'Start',
674
+ endin: 'End',
675
+ include: 'Include',
676
+ isSensitive: 'case sensitive'
677
+ }
678
+ },
679
+ filterCombination: {
680
+ menus: {
681
+ sort: 'Sort',
682
+ clearSort: 'Clear sort',
683
+ sortAsc: 'Ascending order',
684
+ sortDesc: 'descending order',
685
+ fixedColumn: 'Freeze column',
686
+ fixedGroup: 'Freeze group',
687
+ cancelFixed: 'Unfreeze',
688
+ fixedLeft: 'Freeze left',
689
+ fixedRight: 'Freeze right',
690
+ clearFilter: 'Clear Filter',
691
+ textOption: 'Text filters',
692
+ numberOption: 'Number filters',
693
+ dateOption: 'Date filters'
694
+ },
695
+ popup: {
696
+ title: 'Custom filtering methods',
697
+ currColumnTitle: 'Show rows where:',
698
+ and: 'and',
699
+ or: 'or',
700
+ describeHtml: 'Available? Represents a single character<br/>Use * Represents any multiple characters'
701
+ },
702
+ cases: {
703
+ equal: 'equal',
704
+ unequal: 'Not equal',
705
+ gt: 'Greater',
706
+ ge: 'Greater or equal',
707
+ lt: 'Less',
708
+ le: 'Less or equal',
709
+ begin: 'Start',
710
+ notbegin: "It's not at the beginning",
711
+ endin: 'End',
712
+ notendin: 'The ending is not',
713
+ include: 'Include',
714
+ exclude: 'Not included',
715
+ between: 'Between',
716
+ isAfter: 'Is after',
717
+ eqAfter: 'Is after or equal to',
718
+ isBefore: 'Is before',
719
+ eqBefore: 'Is before or equal to',
720
+ top10: 'Top 10',
721
+ aboveAverage: 'Above average',
722
+ belowAverage: 'Below average',
723
+ before: 'Before',
724
+ after: 'After',
725
+ tomorrow: 'Tomorrow',
726
+ today: 'Today',
727
+ yesterday: 'Yesterday',
728
+ nextWeek: 'Next Week',
729
+ thisWeek: 'This Week',
730
+ lastWeek: 'Last Week',
731
+ nextMonth: 'Next Month',
732
+ thisMonth: 'This Month',
733
+ lastMonth: 'Last Month',
734
+ nextYear: 'Next Year',
735
+ thisYear: 'This Year',
736
+ lastYear: 'Last Year',
737
+ yearToDate: 'Year to Date',
738
+ custom: 'Custom filter',
739
+ insensitive: 'Case insensitive',
740
+ isSensitive: 'case sensitive'
741
+ },
742
+ empty: '(blank)',
743
+ notData: 'No match'
744
+ }
745
+ },
746
+ pro: {
747
+ area: {
748
+ mergeErr: 'This operation cannot be performed on merged cells',
749
+ multiErr: 'This operation cannot be performed on multiple selection areas',
750
+ extendErr: 'If the extended range contains merged cells, all merged cells must be the same size',
751
+ pasteMultiErr: 'Unable to paste, the copied and pasted areas need to be of the same size to perform this operation'
752
+ },
753
+ fnr: {
754
+ title: 'Find and replace',
755
+ titleFd: 'Find',
756
+ titleRe: 'Replace',
757
+ findLabel: 'Find',
758
+ replaceLabel: 'replace',
759
+ findTitle: 'Find content:',
760
+ replaceTitle: 'Replace with:',
761
+ tabs: {
762
+ find: 'Find',
763
+ replace: 'replace'
764
+ },
765
+ filter: {
766
+ re: 'Regular expressions',
767
+ whole: 'Full word matching',
768
+ sensitive: 'case sensitive'
769
+ },
770
+ btns: {
771
+ findNext: 'Find next',
772
+ findAll: 'Find all',
773
+ replace: 'replace',
774
+ replaceAll: 'Replace all',
775
+ cancel: 'Cancel'
776
+ },
777
+ header: {
778
+ seq: '#',
779
+ cell: 'Cell',
780
+ value: 'value'
781
+ },
782
+ empty: '(Null value)',
783
+ reError: 'Invalid regular expression',
784
+ recordCount: '{0} cells found',
785
+ notCell: 'No matching cell found',
786
+ replaceSuccess: 'Successfully replaced {0} cells'
787
+ }
788
+ },
789
+ renderer: {
790
+ search: 'search',
791
+ cases: {
792
+ equal: 'equal',
793
+ unequal: 'Not equal',
794
+ gt: 'Greater',
795
+ ge: 'Greater or equal',
796
+ lt: 'Less',
797
+ le: 'Less or equal',
798
+ begin: 'Start',
799
+ notbegin: "It's not at the beginning",
800
+ endin: 'End',
801
+ notendin: 'The ending is not',
802
+ include: 'Include',
803
+ exclude: 'Not included',
804
+ between: 'Between',
805
+ top10: 'Top 10',
806
+ aboveAverage: 'Above average',
807
+ belowAverage: 'Below average',
808
+ custom: 'Custom filter',
809
+ insensitive: 'Case insensitive',
810
+ isSensitive: 'case sensitive'
811
+ },
812
+ combination: {
813
+ menus: {
814
+ sort: 'Sort',
815
+ clearSort: 'Clear sort',
816
+ sortAsc: 'Ascending order',
817
+ sortDesc: 'descending order',
818
+ fixedColumn: 'Freeze column',
819
+ fixedGroup: 'Freeze group',
820
+ cancelFixed: 'Unfreeze',
821
+ fixedLeft: 'Freeze left',
822
+ fixedRight: 'Freeze right',
823
+ clearFilter: 'Clear Filter',
824
+ textOption: 'Text filters',
825
+ numberOption: 'Number filters',
826
+ dateOption: 'Date filters'
827
+ },
828
+ popup: {
829
+ title: 'Custom filtering methods',
830
+ currColumnTitle: 'Show rows where:',
831
+ and: 'and',
832
+ or: 'or',
833
+ describeHtml: 'Available? Represents a single character<br/>Use * Represents any multiple characters'
834
+ },
835
+ empty: '(blank)',
836
+ notData: 'No match'
837
+ }
838
+ }
839
+ }
840
+ }