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