vxe-table 4.7.63 → 4.7.65
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.
- package/es/locale/lang/en-US.js +13 -7
- package/es/locale/lang/es-ES.js +13 -7
- package/es/locale/lang/hu-HU.js +621 -0
- package/es/locale/lang/ja-JP.js +13 -7
- package/es/locale/lang/ko-KR.js +631 -0
- package/es/locale/lang/pt-BR.js +13 -7
- package/es/locale/lang/ru-RU.js +631 -0
- package/es/locale/lang/vi-VN.js +631 -0
- package/es/locale/lang/zh-CN.js +13 -7
- package/es/locale/lang/zh-TC.js +71 -65
- package/es/style.css +1 -1
- package/es/table/src/table.js +20 -8
- package/es/ui/index.js +6 -4
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +41 -18
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/en-US.js +13 -7
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +13 -7
- package/lib/locale/lang/es-ES.js +13 -7
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +13 -7
- package/lib/locale/lang/hu-HU.js +627 -0
- package/lib/locale/lang/hu-HU.min.js +1 -0
- package/lib/locale/lang/ja-JP.js +13 -7
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +13 -7
- package/lib/locale/lang/ko-KR.js +637 -0
- package/lib/locale/lang/ko-KR.min.js +1 -0
- package/lib/locale/lang/pt-BR.js +13 -7
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +13 -7
- package/lib/locale/lang/ru-RU.js +637 -0
- package/lib/locale/lang/ru-RU.min.js +1 -0
- package/lib/locale/lang/vi-VN.js +637 -0
- package/lib/locale/lang/vi-VN.min.js +1 -0
- package/lib/locale/lang/zh-CN.js +13 -7
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +13 -7
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +71 -65
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +71 -65
- package/lib/locale/lang/zh-TC.js +71 -65
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +71 -65
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +71 -65
- package/lib/style.css +1 -1
- package/lib/table/src/table.js +21 -6
- package/lib/table/src/table.min.js +1 -1
- package/lib/ui/index.js +10 -8
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/package.json +2 -2
- package/packages/locale/lang/en-US.ts +13 -7
- package/packages/locale/lang/es-ES.ts +13 -7
- package/packages/locale/lang/hu-HU.ts +623 -0
- package/packages/locale/lang/ja-JP.ts +13 -7
- package/packages/locale/lang/ko-KR.ts +633 -0
- package/packages/locale/lang/pt-BR.ts +13 -7
- package/packages/locale/lang/ru-RU.ts +633 -0
- package/packages/locale/lang/vi-VN.ts +633 -0
- package/packages/locale/lang/zh-CN.ts +13 -7
- package/packages/locale/lang/zh-TC.ts +71 -65
- package/packages/table/src/table.ts +19 -8
- package/packages/ui/index.ts +4 -3
- /package/es/{iconfont.1723112033726.ttf → iconfont.1723521776225.ttf} +0 -0
- /package/es/{iconfont.1723112033726.woff → iconfont.1723521776225.woff} +0 -0
- /package/es/{iconfont.1723112033726.woff2 → iconfont.1723521776225.woff2} +0 -0
- /package/lib/{iconfont.1723112033726.ttf → iconfont.1723521776225.ttf} +0 -0
- /package/lib/{iconfont.1723112033726.woff → iconfont.1723521776225.woff} +0 -0
- /package/lib/{iconfont.1723112033726.woff2 → iconfont.1723521776225.woff2} +0 -0
package/es/locale/lang/en-US.js
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 已废弃
|
|
3
|
-
* @deprecated
|
|
4
|
-
*/
|
|
5
1
|
export default {
|
|
6
2
|
vxe: {
|
|
7
3
|
base: {
|
|
@@ -23,7 +19,7 @@ export default {
|
|
|
23
19
|
useErr: 'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',
|
|
24
20
|
barUnableLink: 'Toolbar cannot associate table.',
|
|
25
21
|
expandContent: 'Expand row slot should be "content", please check if it is correct.',
|
|
26
|
-
reqComp: 'Require "{0}" component, check whether the install is correct',
|
|
22
|
+
reqComp: 'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',
|
|
27
23
|
reqModule: 'require "{0}" module.',
|
|
28
24
|
reqProp: 'Missing the necessary "{0}" parameter, which can cause error.',
|
|
29
25
|
emptyProp: 'The property "{0}" is not allowed to be empty.',
|
|
@@ -53,6 +49,7 @@ export default {
|
|
|
53
49
|
emptyText: 'No Data',
|
|
54
50
|
allTitle: 'Select all / cancel',
|
|
55
51
|
seqTitle: 'N/S',
|
|
52
|
+
actionTitle: 'Action',
|
|
56
53
|
confirmFilter: 'Confirm',
|
|
57
54
|
resetFilter: 'Reset',
|
|
58
55
|
allFilter: 'All',
|
|
@@ -348,7 +345,8 @@ export default {
|
|
|
348
345
|
textarea: 'Textarea',
|
|
349
346
|
select: 'Select',
|
|
350
347
|
row: 'Row/column',
|
|
351
|
-
title: '
|
|
348
|
+
title: 'Title',
|
|
349
|
+
text: 'Text',
|
|
352
350
|
subtable: 'Subtable',
|
|
353
351
|
VxeSwitch: 'Yes/no',
|
|
354
352
|
VxeInput: 'Input',
|
|
@@ -422,7 +420,15 @@ export default {
|
|
|
422
420
|
},
|
|
423
421
|
listDesign: {
|
|
424
422
|
fieldSettingTab: 'Field setting',
|
|
425
|
-
listSettingTab: 'List setting'
|
|
423
|
+
listSettingTab: 'List setting',
|
|
424
|
+
activeBtn: {
|
|
425
|
+
ActionButtonUpdate: 'Edit',
|
|
426
|
+
ActionButtonDelete: 'Delete'
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
text: {
|
|
430
|
+
copySuccess: 'Successfully copied to clipboard.',
|
|
431
|
+
copyError: 'The current environment does not support this operation.'
|
|
426
432
|
},
|
|
427
433
|
/**
|
|
428
434
|
* 扩展插件
|
package/es/locale/lang/es-ES.js
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 已废弃
|
|
3
|
-
* @deprecated
|
|
4
|
-
*/
|
|
5
1
|
export default {
|
|
6
2
|
vxe: {
|
|
7
3
|
base: {
|
|
@@ -23,7 +19,7 @@ export default {
|
|
|
23
19
|
useErr: 'Error al instalar el módulo "{0}", posiblemente en el orden equivocado, los módulos dependientes deben ser instalados antes de la tabla.',
|
|
24
20
|
barUnableLink: 'La barra de herramientas no puede asociarse con la tabla.',
|
|
25
21
|
expandContent: 'La ranura de fila expandible debería ser "contenido", por favor revise si está correcta.',
|
|
26
|
-
reqComp: 'Require "{0}" component, check whether the install is correct',
|
|
22
|
+
reqComp: 'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',
|
|
27
23
|
reqModule: 'Requerir el módulo "{0}".',
|
|
28
24
|
reqProp: 'Falta el parámetro necesario "{0}", lo que puede causar errores.',
|
|
29
25
|
emptyProp: 'La propiedad "{0}" no se permite estar vacía.',
|
|
@@ -53,6 +49,7 @@ export default {
|
|
|
53
49
|
emptyText: 'No hay datos',
|
|
54
50
|
allTitle: 'Seleccionar todo / cancelar',
|
|
55
51
|
seqTitle: 'N/S',
|
|
52
|
+
actionTitle: 'Action',
|
|
56
53
|
confirmFilter: 'Confirmar',
|
|
57
54
|
resetFilter: 'Restablecer',
|
|
58
55
|
allFilter: 'Todo',
|
|
@@ -348,7 +345,8 @@ export default {
|
|
|
348
345
|
textarea: 'Textarea',
|
|
349
346
|
select: 'Select',
|
|
350
347
|
row: 'Row/column',
|
|
351
|
-
title: '
|
|
348
|
+
title: 'Title',
|
|
349
|
+
text: 'Text',
|
|
352
350
|
subtable: 'Subtable',
|
|
353
351
|
VxeSwitch: 'Yes/no',
|
|
354
352
|
VxeInput: 'Input',
|
|
@@ -422,7 +420,15 @@ export default {
|
|
|
422
420
|
},
|
|
423
421
|
listDesign: {
|
|
424
422
|
fieldSettingTab: 'Field setting',
|
|
425
|
-
listSettingTab: 'List setting'
|
|
423
|
+
listSettingTab: 'List setting',
|
|
424
|
+
activeBtn: {
|
|
425
|
+
ActionButtonUpdate: 'Edit',
|
|
426
|
+
ActionButtonDelete: 'Delete'
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
text: {
|
|
430
|
+
copySuccess: 'Successfully copied to clipboard.',
|
|
431
|
+
copyError: 'The current environment does not support this operation.'
|
|
426
432
|
},
|
|
427
433
|
/**
|
|
428
434
|
* 扩展插件
|