vxe-pc-ui 3.14.5 → 3.14.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (474) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +134 -134
  3. package/es/tree/src/tree.js +40 -5
  4. package/es/tree-select/src/tree-select.js +2 -0
  5. package/es/ui/index.js +1 -1
  6. package/es/ui/src/log.js +1 -1
  7. package/lib/index.umd.js +8406 -8476
  8. package/lib/index.umd.min.js +1 -1
  9. package/lib/tree/src/tree.js +40 -5
  10. package/lib/tree/src/tree.min.js +1 -1
  11. package/lib/tree-select/src/tree-select.js +2 -0
  12. package/lib/tree-select/src/tree-select.min.js +1 -1
  13. package/lib/ui/index.js +1 -1
  14. package/lib/ui/index.min.js +1 -1
  15. package/lib/ui/src/log.js +1 -1
  16. package/lib/ui/src/log.min.js +1 -1
  17. package/package.json +89 -89
  18. package/packages/alert/index.ts +16 -16
  19. package/packages/alert/src/alert.ts +106 -106
  20. package/packages/anchor/index.ts +16 -16
  21. package/packages/anchor/src/anchor-link.ts +158 -158
  22. package/packages/anchor/src/anchor.ts +267 -267
  23. package/packages/anchor/src/util.ts +23 -23
  24. package/packages/anchor-link/index.ts +16 -16
  25. package/packages/avatar/index.ts +16 -16
  26. package/packages/avatar/src/avatar.ts +141 -141
  27. package/packages/backtop/index.ts +16 -16
  28. package/packages/backtop/src/backtop.ts +330 -330
  29. package/packages/badge/index.ts +16 -16
  30. package/packages/badge/src/badge.ts +87 -87
  31. package/packages/breadcrumb/index.ts +16 -16
  32. package/packages/breadcrumb/src/breadcrumb-item.ts +118 -118
  33. package/packages/breadcrumb/src/breadcrumb.ts +89 -89
  34. package/packages/breadcrumb-item/index.ts +16 -16
  35. package/packages/button/index.ts +16 -16
  36. package/packages/button/src/button-group.ts +113 -113
  37. package/packages/button/src/button.ts +956 -956
  38. package/packages/button-group/index.ts +16 -16
  39. package/packages/calendar/index.ts +16 -16
  40. package/packages/calendar/src/calendar.ts +1527 -1527
  41. package/packages/card/index.ts +16 -16
  42. package/packages/card/src/card.ts +162 -162
  43. package/packages/carousel/index.ts +16 -16
  44. package/packages/carousel/src/carousel-item.ts +117 -117
  45. package/packages/carousel/src/carousel.ts +460 -460
  46. package/packages/carousel/src/util.ts +21 -21
  47. package/packages/carousel-item/index.ts +16 -16
  48. package/packages/cascader/index.ts +16 -16
  49. package/packages/cascader/src/cascader.ts +943 -943
  50. package/packages/checkbox/index.ts +16 -16
  51. package/packages/checkbox/src/button.ts +185 -185
  52. package/packages/checkbox/src/checkbox.ts +189 -189
  53. package/packages/checkbox/src/group.ts +259 -259
  54. package/packages/checkbox-button/index.ts +16 -16
  55. package/packages/checkbox-group/index.ts +16 -16
  56. package/packages/col/index.ts +16 -16
  57. package/packages/collapse/index.ts +16 -16
  58. package/packages/collapse/src/collapse-pane.ts +136 -136
  59. package/packages/collapse/src/collapse.ts +259 -259
  60. package/packages/collapse/src/util.ts +21 -21
  61. package/packages/collapse-pane/index.ts +16 -16
  62. package/packages/color-picker/index.ts +16 -16
  63. package/packages/color-picker/src/color-picker.ts +1286 -1286
  64. package/packages/color-picker/src/util.ts +198 -198
  65. package/packages/components.ts +307 -307
  66. package/packages/context-menu/index.ts +54 -54
  67. package/packages/context-menu/src/context-menu.ts +727 -727
  68. package/packages/countdown/index.ts +16 -16
  69. package/packages/countdown/src/countdown.ts +276 -276
  70. package/packages/date-panel/index.ts +16 -16
  71. package/packages/date-panel/src/date-panel.ts +2024 -2024
  72. package/packages/date-panel/src/util.ts +244 -244
  73. package/packages/date-picker/index.ts +17 -17
  74. package/packages/date-picker/src/date-picker.ts +1249 -1249
  75. package/packages/date-range-picker/index.ts +16 -16
  76. package/packages/date-range-picker/src/date-range-picker.ts +1480 -1480
  77. package/packages/drawer/index.ts +87 -87
  78. package/packages/drawer/src/drawer.ts +767 -767
  79. package/packages/dynamics/index.ts +127 -127
  80. package/packages/empty/index.ts +16 -16
  81. package/packages/empty/src/empty.ts +80 -80
  82. package/packages/form/index.ts +16 -16
  83. package/packages/form/render/index.ts +617 -617
  84. package/packages/form/src/form-config-item.ts +84 -84
  85. package/packages/form/src/form-group.ts +125 -125
  86. package/packages/form/src/form-item.ts +217 -217
  87. package/packages/form/src/form.ts +1032 -1032
  88. package/packages/form/src/itemInfo.ts +80 -80
  89. package/packages/form/src/render.ts +398 -398
  90. package/packages/form/src/util.ts +92 -92
  91. package/packages/form-gather/index.ts +18 -18
  92. package/packages/form-group/index.ts +16 -16
  93. package/packages/form-item/index.ts +16 -16
  94. package/packages/icon/index.ts +16 -16
  95. package/packages/icon/src/icon.ts +75 -75
  96. package/packages/icon-picker/index.ts +16 -16
  97. package/packages/icon-picker/src/icon-picker.ts +753 -753
  98. package/packages/image/index.ts +16 -16
  99. package/packages/image/src/group.ts +162 -162
  100. package/packages/image/src/image.ts +303 -303
  101. package/packages/image/src/preview.ts +737 -737
  102. package/packages/image/src/util.ts +62 -62
  103. package/packages/image-group/index.ts +16 -16
  104. package/packages/image-preview/index.ts +19 -19
  105. package/packages/index.ts +8 -8
  106. package/packages/input/index.ts +16 -16
  107. package/packages/input/src/input.ts +3187 -3187
  108. package/packages/language/ar-EG.ts +840 -840
  109. package/packages/language/de-DE.ts +840 -840
  110. package/packages/language/en-US.ts +840 -840
  111. package/packages/language/es-ES.ts +840 -840
  112. package/packages/language/fr-FR.ts +840 -840
  113. package/packages/language/hu-HU.ts +840 -840
  114. package/packages/language/hy-AM.ts +840 -840
  115. package/packages/language/id-ID.ts +840 -840
  116. package/packages/language/it-IT.ts +840 -840
  117. package/packages/language/ja-JP.ts +840 -840
  118. package/packages/language/ko-KR.ts +840 -840
  119. package/packages/language/ms-MY.ts +840 -840
  120. package/packages/language/nb-NO.ts +840 -840
  121. package/packages/language/pt-BR.ts +840 -840
  122. package/packages/language/ru-RU.ts +840 -840
  123. package/packages/language/th-TH.ts +840 -840
  124. package/packages/language/ug-CN.ts +840 -840
  125. package/packages/language/uk-UA.ts +840 -840
  126. package/packages/language/uz-UZ.ts +840 -840
  127. package/packages/language/vi-VN.ts +840 -840
  128. package/packages/language/zh-CHT.ts +840 -840
  129. package/packages/language/zh-CN.ts +840 -840
  130. package/packages/language/zh-HK.ts +3 -3
  131. package/packages/language/zh-MO.ts +3 -3
  132. package/packages/language/zh-TC.ts +3 -3
  133. package/packages/language/zh-TW.ts +3 -3
  134. package/packages/layout-aside/index.ts +16 -16
  135. package/packages/layout-aside/src/layout-aside.ts +115 -115
  136. package/packages/layout-body/index.ts +16 -16
  137. package/packages/layout-body/src/layout-body.ts +137 -137
  138. package/packages/layout-container/index.ts +16 -16
  139. package/packages/layout-container/src/layout-container.ts +65 -65
  140. package/packages/layout-footer/index.ts +16 -16
  141. package/packages/layout-footer/src/layout-footer.ts +53 -53
  142. package/packages/layout-header/index.ts +16 -16
  143. package/packages/layout-header/src/layout-header.ts +49 -49
  144. package/packages/link/index.ts +16 -16
  145. package/packages/link/src/link.ts +153 -153
  146. package/packages/list/index.ts +16 -16
  147. package/packages/list/src/list.ts +492 -492
  148. package/packages/loading/index.ts +34 -34
  149. package/packages/loading/src/loading.ts +162 -162
  150. package/packages/mention/index.ts +16 -16
  151. package/packages/mention/src/mention.ts +54 -54
  152. package/packages/menu/index.ts +16 -16
  153. package/packages/menu/src/menu.ts +632 -632
  154. package/packages/modal/index.ts +150 -150
  155. package/packages/modal/src/modal.ts +1668 -1668
  156. package/packages/notice-bar/index.ts +16 -16
  157. package/packages/notice-bar/src/notice-bar.ts +182 -182
  158. package/packages/number-input/index.ts +16 -16
  159. package/packages/number-input/src/number-input.ts +1255 -1255
  160. package/packages/number-input/src/util.ts +12 -12
  161. package/packages/optgroup/index.ts +16 -16
  162. package/packages/option/index.ts +16 -16
  163. package/packages/pager/index.ts +16 -16
  164. package/packages/pager/src/pager.ts +913 -913
  165. package/packages/password-input/index.ts +16 -16
  166. package/packages/password-input/src/password-input.ts +466 -466
  167. package/packages/print/index.ts +18 -18
  168. package/packages/print/src/page-break.ts +78 -78
  169. package/packages/print/src/print.ts +266 -266
  170. package/packages/print/src/util.ts +284 -284
  171. package/packages/print-page-break/index.ts +14 -14
  172. package/packages/pulldown/index.ts +16 -16
  173. package/packages/pulldown/src/pulldown.ts +533 -533
  174. package/packages/radio/index.ts +16 -16
  175. package/packages/radio/src/button.ts +221 -221
  176. package/packages/radio/src/group.ts +252 -252
  177. package/packages/radio/src/radio.ts +228 -228
  178. package/packages/radio-button/index.ts +16 -16
  179. package/packages/radio-group/index.ts +16 -16
  180. package/packages/rate/index.ts +16 -16
  181. package/packages/rate/src/rate.ts +199 -199
  182. package/packages/result/index.ts +16 -16
  183. package/packages/result/src/result.ts +93 -93
  184. package/packages/row/index.ts +16 -16
  185. package/packages/row/src/col.ts +130 -130
  186. package/packages/row/src/row.ts +106 -106
  187. package/packages/segmented/index.ts +16 -16
  188. package/packages/segmented/src/segmented.ts +281 -281
  189. package/packages/select/index.ts +16 -16
  190. package/packages/select/src/optgroup.ts +107 -107
  191. package/packages/select/src/option-info.ts +20 -20
  192. package/packages/select/src/option.ts +103 -103
  193. package/packages/select/src/select.ts +2001 -2001
  194. package/packages/select/src/util.ts +47 -47
  195. package/packages/slider/index.ts +16 -16
  196. package/packages/slider/src/slider.ts +332 -332
  197. package/packages/split/index.ts +16 -16
  198. package/packages/split-pane/index.ts +17 -17
  199. package/packages/splitter/index.ts +16 -16
  200. package/packages/splitter/src/splitter-panel.ts +171 -171
  201. package/packages/splitter/src/splitter.ts +1032 -1032
  202. package/packages/splitter/src/util.ts +21 -21
  203. package/packages/splitter-panel/index.ts +16 -16
  204. package/packages/steps/index.ts +16 -16
  205. package/packages/steps/src/steps.ts +57 -57
  206. package/packages/switch/index.ts +16 -16
  207. package/packages/switch/src/switch.ts +279 -279
  208. package/packages/tab-pane/index.ts +16 -16
  209. package/packages/table-select/index.ts +16 -16
  210. package/packages/table-select/src/table-select.ts +904 -904
  211. package/packages/tabs/index.ts +16 -16
  212. package/packages/tabs/src/tab-pane.ts +137 -137
  213. package/packages/tabs/src/tabs.ts +1014 -1014
  214. package/packages/tabs/src/util.ts +21 -21
  215. package/packages/tag/index.ts +16 -16
  216. package/packages/tag/src/tag.ts +195 -195
  217. package/packages/text/index.ts +16 -16
  218. package/packages/text/src/text.ts +267 -267
  219. package/packages/text-ellipsis/index.ts +16 -16
  220. package/packages/text-ellipsis/src/text-ellipsis.ts +291 -291
  221. package/packages/textarea/index.ts +16 -16
  222. package/packages/textarea/src/textarea.ts +436 -436
  223. package/packages/timeline/index.ts +16 -16
  224. package/packages/timeline/src/timeline-item.ts +41 -41
  225. package/packages/timeline/src/timeline.ts +54 -54
  226. package/packages/timeline-item/index.ts +16 -16
  227. package/packages/tip/index.ts +19 -19
  228. package/packages/tip/src/tip.ts +112 -112
  229. package/packages/tooltip/index.ts +16 -16
  230. package/packages/tooltip/src/tooltip.ts +669 -669
  231. package/packages/tour/index.ts +16 -16
  232. package/packages/tour/src/tour.ts +54 -54
  233. package/packages/tree/index.ts +16 -16
  234. package/packages/tree/src/store.ts +15 -15
  235. package/packages/tree/src/tree.ts +3122 -3080
  236. package/packages/tree/src/util.ts +44 -44
  237. package/packages/tree-select/index.ts +16 -16
  238. package/packages/tree-select/src/tree-select.ts +1118 -1116
  239. package/packages/ui/index.ts +697 -697
  240. package/packages/ui/src/anime.ts +52 -52
  241. package/packages/ui/src/comp.ts +3 -3
  242. package/packages/ui/src/dom.ts +279 -279
  243. package/packages/ui/src/log.ts +6 -6
  244. package/packages/ui/src/utils.ts +49 -49
  245. package/packages/ui/src/vn.ts +60 -60
  246. package/packages/upload/index.ts +20 -20
  247. package/packages/upload/src/upload.ts +2129 -2129
  248. package/packages/upload/src/util.ts +109 -109
  249. package/packages/vxe-u-i/index.ts +4 -4
  250. package/packages/watermark/index.ts +31 -31
  251. package/packages/watermark/src/util.ts +176 -176
  252. package/packages/watermark/src/watermark.ts +166 -166
  253. package/styles/all.scss +90 -90
  254. package/styles/base.scss +16 -16
  255. package/styles/components/alert.scss +101 -101
  256. package/styles/components/anchor.scss +44 -44
  257. package/styles/components/avatar.scss +115 -115
  258. package/styles/components/backtop.scss +82 -82
  259. package/styles/components/badge.scss +45 -45
  260. package/styles/components/breadcrumb.scss +29 -29
  261. package/styles/components/button-group.scss +30 -30
  262. package/styles/components/button.scss +415 -415
  263. package/styles/components/calendar.scss +471 -471
  264. package/styles/components/card.scss +121 -121
  265. package/styles/components/carousel.scss +184 -184
  266. package/styles/components/cascader.scss +140 -140
  267. package/styles/components/checkbox-button.scss +57 -57
  268. package/styles/components/checkbox.scss +81 -81
  269. package/styles/components/collapse.scss +56 -56
  270. package/styles/components/color-picker.scss +409 -409
  271. package/styles/components/context-menu.scss +102 -102
  272. package/styles/components/countdown.scss +35 -35
  273. package/styles/components/date-panel.scss +505 -505
  274. package/styles/components/date-picker.scss +247 -247
  275. package/styles/components/date-range-picker.scss +252 -252
  276. package/styles/components/drawer.scss +298 -298
  277. package/styles/components/empty.scss +79 -79
  278. package/styles/components/form.scss +668 -668
  279. package/styles/components/icon-picker.scss +211 -211
  280. package/styles/components/icon.scss +1048 -1048
  281. package/styles/components/image-group.scss +2 -2
  282. package/styles/components/image-preview.scss +215 -215
  283. package/styles/components/image.scss +16 -16
  284. package/styles/components/input.scss +846 -846
  285. package/styles/components/layout-aside.scss +22 -22
  286. package/styles/components/layout-body.scss +14 -14
  287. package/styles/components/layout-container.scss +13 -13
  288. package/styles/components/layout-footer.scss +14 -14
  289. package/styles/components/layout-header.scss +11 -11
  290. package/styles/components/link.scss +115 -115
  291. package/styles/components/list.scss +40 -40
  292. package/styles/components/loading.scss +137 -137
  293. package/styles/components/menu.scss +150 -150
  294. package/styles/components/modal.scss +480 -480
  295. package/styles/components/notice-bar.scss +91 -91
  296. package/styles/components/number-input.scss +283 -283
  297. package/styles/components/old-icon.scss +4 -4
  298. package/styles/components/pager.scss +282 -282
  299. package/styles/components/password-input.scss +374 -374
  300. package/styles/components/print.scss +3 -3
  301. package/styles/components/pulldown.scss +75 -75
  302. package/styles/components/radio-button.scss +57 -57
  303. package/styles/components/radio.scss +79 -79
  304. package/styles/components/rate.scss +76 -76
  305. package/styles/components/result.scss +91 -91
  306. package/styles/components/row.scss +69 -69
  307. package/styles/components/segmented.scss +215 -215
  308. package/styles/components/select.scss +244 -244
  309. package/styles/components/slider.scss +139 -139
  310. package/styles/components/split.scss +1 -1
  311. package/styles/components/splitter.scss +318 -318
  312. package/styles/components/switch.scss +128 -128
  313. package/styles/components/table-select.scss +105 -105
  314. package/styles/components/tabs.scss +745 -745
  315. package/styles/components/tag.scss +184 -184
  316. package/styles/components/text-ellipsis.scss +130 -130
  317. package/styles/components/text.scss +123 -123
  318. package/styles/components/textarea.scss +106 -106
  319. package/styles/components/tip.scss +97 -97
  320. package/styles/components/tooltip.scss +141 -141
  321. package/styles/components/tree-select.scss +166 -166
  322. package/styles/components/tree.scss +294 -294
  323. package/styles/components/upload.scss +497 -497
  324. package/styles/components/watermark.scss +26 -26
  325. package/styles/helpers/baseMixin.scss +95 -95
  326. package/styles/helpers/baseVar.scss +3 -3
  327. package/styles/helpers/placement.scss +38 -38
  328. package/styles/theme/base.scss +214 -214
  329. package/styles/theme/dark.scss +119 -119
  330. package/styles/theme/light.scss +118 -118
  331. package/styles/variable.scss +111 -111
  332. package/types/all.d.ts +328 -328
  333. package/types/components/alert.d.ts +80 -80
  334. package/types/components/anchor-link.d.ts +84 -84
  335. package/types/components/anchor.d.ts +84 -84
  336. package/types/components/avatar.d.ts +81 -81
  337. package/types/components/backtop.d.ts +115 -115
  338. package/types/components/badge.d.ts +69 -69
  339. package/types/components/breadcrumb-item.d.ts +73 -73
  340. package/types/components/breadcrumb.d.ts +80 -80
  341. package/types/components/button-group.d.ts +113 -113
  342. package/types/components/button.d.ts +314 -314
  343. package/types/components/calendar.d.ts +254 -254
  344. package/types/components/card.d.ts +86 -86
  345. package/types/components/carousel-item.d.ts +68 -68
  346. package/types/components/carousel.d.ts +126 -126
  347. package/types/components/cascader.d.ts +250 -250
  348. package/types/components/checkbox-button.d.ts +93 -93
  349. package/types/components/checkbox-group.d.ts +135 -135
  350. package/types/components/checkbox.d.ts +115 -115
  351. package/types/components/col.d.ts +73 -73
  352. package/types/components/colgroup.d.ts +131 -131
  353. package/types/components/collapse-pane.d.ts +82 -82
  354. package/types/components/collapse.d.ts +115 -115
  355. package/types/components/color-picker.d.ts +164 -164
  356. package/types/components/column.d.ts +852 -852
  357. package/types/components/context-menu.d.ts +301 -301
  358. package/types/components/countdown.d.ts +99 -99
  359. package/types/components/date-panel.d.ts +269 -269
  360. package/types/components/date-picker.d.ts +322 -322
  361. package/types/components/date-range-picker.d.ts +336 -336
  362. package/types/components/drawer.d.ts +295 -295
  363. package/types/components/empty.d.ts +71 -71
  364. package/types/components/flow-design.d.ts +78 -78
  365. package/types/components/flow-view.d.ts +78 -78
  366. package/types/components/form-design.d.ts +364 -364
  367. package/types/components/form-gather.d.ts +72 -72
  368. package/types/components/form-group.d.ts +63 -63
  369. package/types/components/form-item.d.ts +405 -405
  370. package/types/components/form-view.d.ts +175 -175
  371. package/types/components/form.d.ts +463 -463
  372. package/types/components/gantt-module/gantt-view.d.ts +171 -171
  373. package/types/components/gantt-module/index.d.ts +1 -1
  374. package/types/components/gantt-plugins/extend-gantt-chart.d.ts +132 -132
  375. package/types/components/gantt-plugins/index.d.ts +1 -1
  376. package/types/components/gantt.d.ts +1201 -1201
  377. package/types/components/grid.d.ts +1038 -1038
  378. package/types/components/icon-picker.d.ts +185 -185
  379. package/types/components/icon.d.ts +80 -80
  380. package/types/components/image-group.d.ts +120 -120
  381. package/types/components/image-preview.d.ts +159 -159
  382. package/types/components/image.d.ts +166 -166
  383. package/types/components/input.d.ts +425 -425
  384. package/types/components/layout-aside.d.ts +73 -73
  385. package/types/components/layout-body.d.ts +84 -84
  386. package/types/components/layout-container.d.ts +66 -66
  387. package/types/components/layout-footer.d.ts +66 -66
  388. package/types/components/layout-header.d.ts +64 -64
  389. package/types/components/link.d.ts +104 -104
  390. package/types/components/list-design.d.ts +177 -177
  391. package/types/components/list-view.d.ts +190 -190
  392. package/types/components/list.d.ts +196 -196
  393. package/types/components/loading.d.ts +96 -96
  394. package/types/components/mention.d.ts +70 -70
  395. package/types/components/menu.d.ts +203 -203
  396. package/types/components/modal.d.ts +540 -540
  397. package/types/components/notice-bar.d.ts +95 -95
  398. package/types/components/number-input.d.ts +300 -300
  399. package/types/components/optgroup.d.ts +81 -81
  400. package/types/components/option.d.ts +95 -95
  401. package/types/components/pager.d.ts +322 -322
  402. package/types/components/password-input.d.ts +129 -129
  403. package/types/components/print-page-break.d.ts +62 -62
  404. package/types/components/print.d.ts +199 -199
  405. package/types/components/pulldown.d.ts +226 -226
  406. package/types/components/radio-button.d.ts +104 -104
  407. package/types/components/radio-group.d.ts +136 -136
  408. package/types/components/radio.d.ts +121 -121
  409. package/types/components/rate.d.ts +75 -75
  410. package/types/components/result.d.ts +77 -77
  411. package/types/components/row.d.ts +72 -72
  412. package/types/components/segmented.d.ts +117 -117
  413. package/types/components/select.d.ts +519 -519
  414. package/types/components/slider.d.ts +117 -117
  415. package/types/components/split-pane.d.ts +135 -135
  416. package/types/components/split.d.ts +318 -318
  417. package/types/components/splitter-panel.d.ts +98 -98
  418. package/types/components/splitter.d.ts +283 -283
  419. package/types/components/steps.d.ts +61 -61
  420. package/types/components/switch.d.ts +124 -124
  421. package/types/components/tab-pane.d.ts +107 -107
  422. package/types/components/table-module/custom.d.ts +115 -115
  423. package/types/components/table-module/edit.d.ts +245 -245
  424. package/types/components/table-module/export.d.ts +96 -96
  425. package/types/components/table-module/filter.d.ts +140 -140
  426. package/types/components/table-module/index.d.ts +7 -7
  427. package/types/components/table-module/keyboard.d.ts +26 -26
  428. package/types/components/table-module/menu.d.ts +26 -26
  429. package/types/components/table-module/validator.d.ts +53 -53
  430. package/types/components/table-plugins/extend-cell-area.d.ts +768 -768
  431. package/types/components/table-plugins/extend-pivot-table.d.ts +68 -68
  432. package/types/components/table-plugins/filters-combination.d.ts +15 -15
  433. package/types/components/table-plugins/filters-complex-input.d.ts +9 -9
  434. package/types/components/table-plugins/index.d.ts +4 -4
  435. package/types/components/table-select.d.ts +216 -216
  436. package/types/components/table.d.ts +7496 -7496
  437. package/types/components/tabs.d.ts +324 -324
  438. package/types/components/tag.d.ts +107 -107
  439. package/types/components/text-ellipsis.d.ts +105 -105
  440. package/types/components/text.d.ts +115 -115
  441. package/types/components/textarea.d.ts +237 -237
  442. package/types/components/timeline-item.d.ts +68 -68
  443. package/types/components/timeline.d.ts +70 -70
  444. package/types/components/tip.d.ts +76 -76
  445. package/types/components/toolbar.d.ts +329 -329
  446. package/types/components/tooltip.d.ts +169 -169
  447. package/types/components/tour.d.ts +70 -70
  448. package/types/components/tree-select.d.ts +299 -299
  449. package/types/components/tree.d.ts +836 -826
  450. package/types/components/upload.d.ts +432 -432
  451. package/types/components/watermark.d.ts +113 -113
  452. package/types/index.d.ts +4 -4
  453. package/types/ui/commands.d.ts +57 -57
  454. package/types/ui/formats.d.ts +62 -62
  455. package/types/ui/global-config.d.ts +254 -254
  456. package/types/ui/global-icon.d.ts +292 -292
  457. package/types/ui/hooks.d.ts +11 -11
  458. package/types/ui/index.d.ts +95 -95
  459. package/types/ui/interceptor.d.ts +54 -54
  460. package/types/ui/menus.d.ts +77 -77
  461. package/types/ui/renderer.d.ts +1042 -1042
  462. package/types/ui/validators.d.ts +38 -38
  463. /package/es/icon/{iconfont.1778223321885.ttf → iconfont.1778317204332.ttf} +0 -0
  464. /package/es/icon/{iconfont.1778223321885.woff → iconfont.1778317204332.woff} +0 -0
  465. /package/es/icon/{iconfont.1778223321885.woff2 → iconfont.1778317204332.woff2} +0 -0
  466. /package/es/{iconfont.1778223321885.ttf → iconfont.1778317204332.ttf} +0 -0
  467. /package/es/{iconfont.1778223321885.woff → iconfont.1778317204332.woff} +0 -0
  468. /package/es/{iconfont.1778223321885.woff2 → iconfont.1778317204332.woff2} +0 -0
  469. /package/lib/icon/style/{iconfont.1778223321885.ttf → iconfont.1778317204332.ttf} +0 -0
  470. /package/lib/icon/style/{iconfont.1778223321885.woff → iconfont.1778317204332.woff} +0 -0
  471. /package/lib/icon/style/{iconfont.1778223321885.woff2 → iconfont.1778317204332.woff2} +0 -0
  472. /package/lib/{iconfont.1778223321885.ttf → iconfont.1778317204332.ttf} +0 -0
  473. /package/lib/{iconfont.1778223321885.woff → iconfont.1778317204332.woff} +0 -0
  474. /package/lib/{iconfont.1778223321885.woff2 → iconfont.1778317204332.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
+ }