vxe-table 4.6.18 → 4.6.20

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 (145) hide show
  1. package/es/grid/src/grid.js +3 -3
  2. package/es/icon/style.css +1 -1
  3. package/es/input/src/input.js +8 -6
  4. package/es/locale/lang/en-US.js +214 -13
  5. package/es/locale/lang/es-ES.js +215 -14
  6. package/es/locale/lang/hu-HU.d.ts +2 -0
  7. package/es/locale/lang/hu-HU.js +672 -0
  8. package/es/locale/lang/ja-JP.js +218 -17
  9. package/es/locale/lang/ko-KR.d.ts +2 -0
  10. package/es/locale/lang/ko-KR.js +674 -0
  11. package/es/locale/lang/pt-BR.js +214 -13
  12. package/es/locale/lang/ru-RU.d.ts +2 -0
  13. package/es/locale/lang/ru-RU.js +674 -0
  14. package/es/locale/lang/uk-UA.d.ts +2 -0
  15. package/es/locale/lang/uk-UA.js +674 -0
  16. package/es/locale/lang/vi-VN.js +674 -0
  17. package/es/locale/lang/zh-CHT.d.ts +2 -0
  18. package/es/locale/lang/zh-CHT.js +674 -0
  19. package/es/locale/lang/zh-CN.js +211 -10
  20. package/es/locale/lang/zh-HK.js +2 -2
  21. package/es/locale/lang/zh-MO.js +2 -2
  22. package/es/locale/lang/zh-TC.js +2 -473
  23. package/es/locale/lang/zh-TW.js +2 -2
  24. package/es/modal/src/modal.js +6 -1
  25. package/es/radio/style.css +1 -1
  26. package/es/style.css +1 -1
  27. package/es/style.min.css +1 -1
  28. package/es/table/src/columnInfo.js +2 -2
  29. package/es/table/src/table.js +6 -4
  30. package/es/tools/log.js +1 -1
  31. package/es/v-x-e-table/index.js +1 -1
  32. package/es/vxe-radio/style.css +1 -1
  33. package/lib/grid/src/grid.js +3 -3
  34. package/lib/grid/src/grid.min.js +1 -1
  35. package/lib/icon/style/style.css +1 -1
  36. package/lib/icon/style/style.min.css +1 -1
  37. package/lib/index.umd.js +317 -52
  38. package/lib/index.umd.min.js +1 -1
  39. package/lib/input/src/input.js +14 -4
  40. package/lib/input/src/input.min.js +1 -1
  41. package/lib/locale/lang/en-US.js +214 -13
  42. package/lib/locale/lang/en-US.min.js +1 -1
  43. package/lib/locale/lang/en-US.umd.js +214 -13
  44. package/lib/locale/lang/es-ES.js +215 -14
  45. package/lib/locale/lang/es-ES.min.js +1 -1
  46. package/lib/locale/lang/es-ES.umd.js +215 -14
  47. package/lib/locale/lang/hu-HU.d.ts +2 -0
  48. package/lib/locale/lang/hu-HU.js +678 -0
  49. package/lib/locale/lang/hu-HU.min.js +1 -0
  50. package/lib/locale/lang/hu-HU.umd.js +692 -0
  51. package/lib/locale/lang/ja-JP.js +218 -17
  52. package/lib/locale/lang/ja-JP.min.js +1 -1
  53. package/lib/locale/lang/ja-JP.umd.js +218 -17
  54. package/lib/locale/lang/ko-KR.d.ts +2 -0
  55. package/lib/locale/lang/ko-KR.js +680 -0
  56. package/lib/locale/lang/ko-KR.min.js +1 -0
  57. package/lib/locale/lang/ko-KR.umd.js +694 -0
  58. package/lib/locale/lang/pt-BR.js +214 -13
  59. package/lib/locale/lang/pt-BR.min.js +1 -1
  60. package/lib/locale/lang/pt-BR.umd.js +214 -13
  61. package/lib/locale/lang/ru-RU.d.ts +2 -0
  62. package/lib/locale/lang/ru-RU.js +680 -0
  63. package/lib/locale/lang/ru-RU.min.js +1 -0
  64. package/lib/locale/lang/ru-RU.umd.js +694 -0
  65. package/lib/locale/lang/uk-UA.d.ts +2 -0
  66. package/lib/locale/lang/uk-UA.js +680 -0
  67. package/lib/locale/lang/uk-UA.min.js +1 -0
  68. package/lib/locale/lang/uk-UA.umd.js +694 -0
  69. package/lib/locale/lang/vi-VN.js +680 -0
  70. package/lib/locale/lang/vi-VN.min.js +1 -0
  71. package/lib/locale/lang/zh-CHT.d.ts +2 -0
  72. package/lib/locale/lang/zh-CHT.js +680 -0
  73. package/lib/locale/lang/zh-CHT.min.js +1 -0
  74. package/lib/locale/lang/zh-CHT.umd.js +694 -0
  75. package/lib/locale/lang/zh-CN.js +211 -10
  76. package/lib/locale/lang/zh-CN.min.js +1 -1
  77. package/lib/locale/lang/zh-CN.umd.js +211 -10
  78. package/lib/locale/lang/zh-HK.js +2 -2
  79. package/lib/locale/lang/zh-HK.min.js +1 -1
  80. package/lib/locale/lang/zh-HK.umd.js +7 -477
  81. package/lib/locale/lang/zh-MO.js +2 -2
  82. package/lib/locale/lang/zh-MO.min.js +1 -1
  83. package/lib/locale/lang/zh-MO.umd.js +7 -477
  84. package/lib/locale/lang/zh-TC.js +3 -473
  85. package/lib/locale/lang/zh-TC.min.js +1 -1
  86. package/lib/locale/lang/zh-TC.umd.js +7 -477
  87. package/lib/locale/lang/zh-TW.js +2 -2
  88. package/lib/locale/lang/zh-TW.min.js +1 -1
  89. package/lib/locale/lang/zh-TW.umd.js +7 -477
  90. package/lib/modal/src/modal.js +5 -0
  91. package/lib/modal/src/modal.min.js +1 -1
  92. package/lib/radio/style/style.css +1 -1
  93. package/lib/radio/style/style.min.css +1 -1
  94. package/lib/style.css +1 -1
  95. package/lib/style.min.css +1 -1
  96. package/lib/table/src/columnInfo.js +2 -2
  97. package/lib/table/src/columnInfo.min.js +1 -1
  98. package/lib/table/src/table.js +6 -4
  99. package/lib/table/src/table.min.js +1 -1
  100. package/lib/tools/log.js +1 -1
  101. package/lib/tools/log.min.js +1 -1
  102. package/lib/v-x-e-table/index.js +1 -1
  103. package/lib/v-x-e-table/index.min.js +1 -1
  104. package/lib/vxe-radio/style/style.css +1 -1
  105. package/lib/vxe-radio/style/style.min.css +1 -1
  106. package/package.json +4 -4
  107. package/packages/grid/src/grid.ts +3 -3
  108. package/packages/input/src/input.ts +8 -6
  109. package/packages/locale/lang/en-US.ts +214 -13
  110. package/packages/locale/lang/es-ES.ts +215 -14
  111. package/packages/locale/lang/hu-HU.ts +674 -0
  112. package/packages/locale/lang/ja-JP.ts +218 -17
  113. package/packages/locale/lang/ko-KR.ts +676 -0
  114. package/packages/locale/lang/pt-BR.ts +214 -13
  115. package/packages/locale/lang/ru-RU.ts +676 -0
  116. package/packages/locale/lang/uk-UA.ts +676 -0
  117. package/packages/locale/lang/vi-VN.ts +676 -0
  118. package/packages/locale/lang/zh-CHT.ts +676 -0
  119. package/packages/locale/lang/zh-CN.ts +211 -10
  120. package/packages/locale/lang/zh-HK.ts +2 -2
  121. package/packages/locale/lang/zh-MO.ts +2 -2
  122. package/packages/locale/lang/zh-TC.ts +2 -474
  123. package/packages/locale/lang/zh-TW.ts +2 -2
  124. package/packages/modal/src/modal.ts +6 -1
  125. package/packages/table/src/columnInfo.ts +2 -2
  126. package/packages/table/src/table.ts +6 -4
  127. package/styles/checkbox.scss +1 -1
  128. package/styles/custom.scss +1 -1
  129. package/styles/export.scss +1 -1
  130. package/styles/radio.scss +1 -1
  131. package/styles/variable.scss +18 -18
  132. package/types/v-x-e-table/formats.d.ts +5 -0
  133. package/types/v-x-e-table/index.d.ts +1 -1
  134. /package/es/icon/style/{iconfont.1720006583309.ttf → iconfont.1727934888345.ttf} +0 -0
  135. /package/es/icon/style/{iconfont.1720006583309.woff → iconfont.1727934888345.woff} +0 -0
  136. /package/es/icon/style/{iconfont.1720006583309.woff2 → iconfont.1727934888345.woff2} +0 -0
  137. /package/es/{iconfont.1720006583309.ttf → iconfont.1727934888345.ttf} +0 -0
  138. /package/es/{iconfont.1720006583309.woff → iconfont.1727934888345.woff} +0 -0
  139. /package/es/{iconfont.1720006583309.woff2 → iconfont.1727934888345.woff2} +0 -0
  140. /package/lib/icon/style/{iconfont.1720006583309.ttf → iconfont.1727934888345.ttf} +0 -0
  141. /package/lib/icon/style/{iconfont.1720006583309.woff → iconfont.1727934888345.woff} +0 -0
  142. /package/lib/icon/style/{iconfont.1720006583309.woff2 → iconfont.1727934888345.woff2} +0 -0
  143. /package/lib/{iconfont.1720006583309.ttf → iconfont.1727934888345.ttf} +0 -0
  144. /package/lib/{iconfont.1720006583309.woff → iconfont.1727934888345.woff} +0 -0
  145. /package/lib/{iconfont.1720006583309.woff2 → iconfont.1727934888345.woff2} +0 -0
@@ -2,12 +2,15 @@ export default {
2
2
  vxe: {
3
3
  base: {
4
4
  pleaseInput: 'Please input',
5
- pleaseSelect: 'Select'
5
+ pleaseSelect: 'Select',
6
+ comma: ',',
7
+ fullStop: '.'
6
8
  },
7
9
  loading: {
8
10
  text: 'Cargando...'
9
11
  },
10
12
  error: {
13
+ downErr: 'Download failed.',
11
14
  groupFixed: 'If you use group headers, the freeze columns must be set by group.',
12
15
  groupMouseRange: 'Los encabezados de agrupación y "{0}" no pueden ser utilizados al mismo tiempo, lo que puede causar errores.',
13
16
  groupTag: 'El encabezado de columna de agrupación debería utilizar "{0}" en lugar de "{1}", lo que puede causar errores.',
@@ -17,6 +20,7 @@ export default {
17
20
  useErr: 'Error al instalar el módulo "{0}", posiblemente en el orden equivocado, los módulos dependientes deben ser instalados antes de la tabla.',
18
21
  barUnableLink: 'La barra de herramientas no puede asociarse con la tabla.',
19
22
  expandContent: 'La ranura de fila expandible debería ser "contenido", por favor revise si está correcta.',
23
+ reqComp: 'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',
20
24
  reqModule: 'Requerir el módulo "{0}".',
21
25
  reqProp: 'Falta el parámetro necesario "{0}", lo que puede causar errores.',
22
26
  emptyProp: 'La propiedad "{0}" no se permite estar vacía.',
@@ -31,7 +35,8 @@ export default {
31
35
  noTree: 'La estructura de árbol no soporta "{0}".',
32
36
  notProp: 'Parámetros no compatibles "{0}"',
33
37
  checkProp: 'La casilla de verificación puede detenerse cuando la cantidad de datos es demasiado grande, se recomienda establecer el parámetro "{0}" para aumentar la velocidad de representación',
34
- coverProp: 'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',
38
+ coverProp: 'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error.',
39
+ uniField: 'The field "{0}" is repeatedly defined, which may cause an error.',
35
40
  delFunc: 'La función "{0}" está en desuso, por favor use "{1}".',
36
41
  delProp: 'La propiedad "{0}" está en desuso, por favor use "{1}".',
37
42
  delEvent: 'El evento "{0}" está en desuso, por favor use "{1}"',
@@ -45,7 +50,8 @@ export default {
45
50
  table: {
46
51
  emptyText: 'No hay datos',
47
52
  allTitle: 'Seleccionar todo / cancelar',
48
- seqTitle: '#',
53
+ seqTitle: 'N/S',
54
+ actionTitle: 'Action',
49
55
  confirmFilter: 'Confirmar',
50
56
  resetFilter: 'Restablecer',
51
57
  allFilter: 'Todo',
@@ -59,8 +65,10 @@ export default {
59
65
  expOriginFilename: 'Exportar_original_{0}',
60
66
  customTitle: 'Configuraciones de columna',
61
67
  customAll: 'Todo',
62
- customConfirm: 'Confirmar',
63
- customRestore: 'Restaurar',
68
+ customConfirm: 'Confirm',
69
+ customClose: 'Close',
70
+ customCancel: 'Cancel',
71
+ customRestore: 'Restore',
64
72
  maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
65
73
  },
66
74
  grid: {
@@ -79,6 +87,7 @@ export default {
79
87
  },
80
88
  pager: {
81
89
  goto: 'Ir a',
90
+ gotoTitle: 'Number',
82
91
  pagesize: '{0}/página',
83
92
  total: 'Total {0} registro',
84
93
  pageClassifier: '',
@@ -116,8 +125,10 @@ export default {
116
125
  colSort: 'Sort',
117
126
  sortHelpTip: 'Click and drag the icon to adjust the order of the columns.',
118
127
  colTitle: 'Title',
119
- colVisible: 'Visible',
120
- colFixed: 'Freeze columns (Max {0})',
128
+ colResizable: 'Column width (px)',
129
+ colVisible: 'Display',
130
+ colFixed: 'Freeze columns',
131
+ colFixedMax: 'Freeze columns (Max {0})',
121
132
  fixedLeft: 'Left',
122
133
  fixedUnset: 'Unset',
123
134
  fixedRight: 'Right'
@@ -125,14 +136,17 @@ export default {
125
136
  },
126
137
  import: {
127
138
  modes: {
128
- covering: 'Cubriendo',
129
- insert: 'Insertar'
139
+ covering: 'Overwrite mode (directly overwrite table data)',
140
+ insert: 'Bottom append (appends new data to the bottom of the table)',
141
+ insertTop: 'Top append (appends new data to the top of the table)',
142
+ insertBottom: 'Bottom append (appends new data to the bottom of the table)'
130
143
  },
131
144
  impTitle: 'Importar datos',
132
145
  impFile: 'Nombre del archivo',
133
146
  impSelect: 'Seleccionar archivo',
134
147
  impType: 'Tipo de archivo',
135
148
  impOpts: 'Configuración',
149
+ impMode: 'Import mode',
136
150
  impConfirm: 'Importar',
137
151
  impCancel: 'Cancelar'
138
152
  },
@@ -181,9 +195,13 @@ export default {
181
195
  expCancel: 'Cancelar'
182
196
  },
183
197
  modal: {
184
- zoomIn: 'Maximizar',
198
+ errTitle: 'Error',
199
+ zoomMin: 'Minimize',
200
+ zoomIn: 'Maximize',
185
201
  zoomOut: 'Reducir',
186
- close: 'Cerrar'
202
+ close: 'Cerrar',
203
+ miniMaxSize: 'The number of minimized Windows cannot exceed {0}.',
204
+ footPropErr: 'show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用'
187
205
  },
188
206
  drawer: {
189
207
  close: 'Cerrar'
@@ -265,11 +283,194 @@ export default {
265
283
  }
266
284
  }
267
285
  },
286
+ imagePreview: {
287
+ popupTitle: 'Preview',
288
+ operBtn: {
289
+ zoomOut: 'Reduce',
290
+ zoomIn: 'Enlarge',
291
+ pctFull: 'Proportional scaling',
292
+ pct11: 'Show original size',
293
+ rotateLeft: 'Rotate left',
294
+ rotateRight: 'Rotate right',
295
+ print: 'Click to print',
296
+ download: 'Click to download'
297
+ }
298
+ },
299
+ upload: {
300
+ fileBtnText: 'Click or drag',
301
+ imgBtnText: 'Click or drag',
302
+ dragPlaceholder: 'Please drag and drop the file into this area to upload it.',
303
+ imgSizeHint: 'Single {0}',
304
+ imgCountHint: 'Up to {0}',
305
+ fileTypeHint: 'Support {0} file types',
306
+ fileSizeHint: 'Single file size does not exceed {0}',
307
+ fileCountHint: 'Up to {0} file can be uploaded',
308
+ overCountErr: 'You can only choose {0} file!',
309
+ overCountExtraErr: 'It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!',
310
+ overSizeErr: 'The size of the file is not more than {0}}!',
311
+ reUpload: 'Re upload',
312
+ uploadProgress: 'Uploading {0}%',
313
+ uploadErr: 'Fail to upload',
314
+ uploadSuccess: 'Successfully upload',
315
+ moreBtnText: 'More ({0})',
316
+ viewItemTitle: 'click to view',
317
+ morePopup: {
318
+ readTitle: 'List',
319
+ imageTitle: 'Upload image',
320
+ fileTitle: 'Upload file'
321
+ }
322
+ },
268
323
  formDesign: {
324
+ formName: 'Form name',
325
+ defFormTitle: 'Unnamed form',
326
+ widgetPropTab: 'Field property',
327
+ widgetFormTab: 'Form property',
328
+ error: {
329
+ wdFormUni: '该类型的控件在表单中只允许添加一个',
330
+ wdSubUni: '该类型的控件在子表中只允许添加一个'
331
+ },
332
+ styleSetting: {
333
+ btn: 'Style setting',
334
+ title: 'Form style setting',
335
+ layoutTitle: 'Field layout',
336
+ verticalLayout: 'Vertical layout',
337
+ horizontalLayout: 'Horizontal layout',
338
+ styleTitle: 'Title style',
339
+ boldTitle: 'Bold title',
340
+ fontBold: 'Bold',
341
+ fontNormal: 'Normal',
342
+ colonTitle: 'Display colon',
343
+ colonVisible: 'Visible',
344
+ colonHidden: 'Hidden',
345
+ alignTitle: 'Title align',
346
+ widthTitle: 'Title width',
347
+ alignLeft: 'Left',
348
+ alignRight: 'Right',
349
+ unitPx: 'Px',
350
+ unitPct: 'Pct'
351
+ },
269
352
  widget: {
270
- input: 'Input',
271
- textarea: 'Textarea',
272
- select: 'Select'
353
+ group: {
354
+ base: 'Base control',
355
+ layout: 'Layout control',
356
+ system: 'System control',
357
+ module: 'Module control',
358
+ chart: 'Chart control',
359
+ advanced: 'Advanced control'
360
+ },
361
+ copyTitle: 'Copy_{0}',
362
+ component: {
363
+ input: 'Input',
364
+ textarea: 'Textarea',
365
+ select: 'Select',
366
+ row: 'Row/column',
367
+ title: 'Title',
368
+ text: 'Text',
369
+ subtable: 'Subtable',
370
+ VxeSwitch: 'Yes/no',
371
+ VxeInput: 'Input',
372
+ VxeNumberInput: 'Number',
373
+ VxeDatePicker: 'Date',
374
+ VxeTextarea: 'Textarea',
375
+ VxeSelect: 'Select',
376
+ VxeTreeSelect: 'Tree select',
377
+ VxeRadioGroup: 'Radio',
378
+ VxeCheckboxGroup: 'Checkbox',
379
+ VxeUploadFile: 'File',
380
+ VxeUploadImage: 'Image'
381
+ }
382
+ },
383
+ widgetProp: {
384
+ name: 'Field name',
385
+ placeholder: 'Field placeholder',
386
+ required: 'Required',
387
+ multiple: 'Allow to select multiple',
388
+ displaySetting: {
389
+ name: 'Display setting',
390
+ pc: 'PC',
391
+ mobile: 'Mobile',
392
+ visible: 'Visible',
393
+ hidden: 'Hidden'
394
+ },
395
+ dataSource: {
396
+ name: 'Data source',
397
+ defValue: 'Option {0}',
398
+ addOption: 'Add option',
399
+ batchEditOption: 'Batch edit',
400
+ batchEditTip: 'Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.',
401
+ batchEditSubTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.',
402
+ buildOption: 'Build option'
403
+ },
404
+ rowProp: {
405
+ colSize: 'Number of columns',
406
+ col2: 'Two columns',
407
+ col3: 'Three columns',
408
+ col4: 'Four columns',
409
+ col6: 'Six columns',
410
+ layout: 'Layout'
411
+ },
412
+ textProp: {
413
+ name: 'Content',
414
+ alignTitle: 'Align',
415
+ alignLeft: 'Left',
416
+ alignCenter: 'Center',
417
+ alignRight: 'Right',
418
+ colorTitle: 'Color',
419
+ sizeTitle: 'Font size',
420
+ boldTitle: 'Font bold',
421
+ fontNormal: 'Normal',
422
+ fontBold: 'Bold'
423
+ },
424
+ subtableProp: {
425
+ seqTitle: 'S/N',
426
+ showSeq: 'Display serial number',
427
+ showCheckbox: 'Allow multiple selections',
428
+ errSubDrag: 'The sub table does not support this control. Please use another control.',
429
+ colPlace: 'Drag the control in.'
430
+ },
431
+ uploadProp: {
432
+ limitFileCount: 'File quantity limitation',
433
+ limitFileSize: 'File size limitation',
434
+ multiFile: 'Allows multiple files',
435
+ limitImgCount: 'Image quantity limitation',
436
+ limitImgSize: 'Image size limitation',
437
+ multiImg: 'Allows multiple images'
438
+ }
439
+ }
440
+ },
441
+ listDesign: {
442
+ fieldSettingTab: 'Field',
443
+ listSettingTab: 'Parameter',
444
+ searchTitle: 'Search',
445
+ listTitle: 'List',
446
+ searchField: 'Search field',
447
+ listField: 'List field',
448
+ activeBtn: {
449
+ ActionButtonUpdate: 'Edit',
450
+ ActionButtonDelete: 'Delete'
451
+ },
452
+ search: {
453
+ addBtn: 'Edit',
454
+ emptyText: 'No filter condition is configured.',
455
+ editPopupTitle: 'Edit search fields'
456
+ },
457
+ searchPopup: {
458
+ colTitle: 'Title',
459
+ saveBtn: 'Save'
460
+ }
461
+ },
462
+ text: {
463
+ copySuccess: 'Successfully copied to clipboard.',
464
+ copyError: 'The current environment does not support this operation.'
465
+ },
466
+ countdown: {
467
+ formats: {
468
+ yyyy: 'Year',
469
+ MM: 'Moon',
470
+ dd: 'Day',
471
+ HH: 'Hour',
472
+ mm: 'Minute',
473
+ ss: 'Second'
273
474
  }
274
475
  },
275
476
  /**
@@ -0,0 +1,2 @@
1
+ declare const langMsgs: { [key: string]: any }
2
+ export default langMsgs