vxe-table 4.7.72 → 4.7.74
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/grid/src/grid.js +1 -1
- package/es/locale/lang/en-US.js +25 -3
- package/es/locale/lang/es-ES.js +25 -3
- package/es/locale/lang/hu-HU.js +29 -3
- package/es/locale/lang/ja-JP.js +25 -3
- package/es/locale/lang/ko-KR.js +25 -3
- package/es/locale/lang/pt-BR.js +25 -3
- package/es/locale/lang/ru-RU.js +25 -3
- package/es/locale/lang/vi-VN.js +25 -3
- package/es/locale/lang/zh-CN.js +25 -3
- package/es/locale/lang/zh-TC.js +25 -3
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/module/custom/panel.js +147 -75
- package/es/table/style.css +16 -37
- package/es/table/style.min.css +1 -1
- package/es/ui/index.js +2 -2
- package/es/ui/src/log.js +1 -1
- package/es/vxe-table/style.css +16 -37
- package/es/vxe-table/style.min.css +1 -1
- package/lib/grid/src/grid.js +1 -1
- package/lib/grid/src/grid.min.js +1 -1
- package/lib/index.umd.js +174 -64
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/en-US.js +25 -3
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +25 -3
- package/lib/locale/lang/es-ES.js +25 -3
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +25 -3
- package/lib/locale/lang/hu-HU.js +29 -3
- package/lib/locale/lang/hu-HU.min.js +1 -1
- package/lib/locale/lang/ja-JP.js +25 -3
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +25 -3
- package/lib/locale/lang/ko-KR.js +25 -3
- package/lib/locale/lang/ko-KR.min.js +1 -1
- package/lib/locale/lang/pt-BR.js +25 -3
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +25 -3
- package/lib/locale/lang/ru-RU.js +25 -3
- package/lib/locale/lang/ru-RU.min.js +1 -1
- package/lib/locale/lang/vi-VN.js +25 -3
- package/lib/locale/lang/vi-VN.min.js +1 -1
- package/lib/locale/lang/zh-CN.js +25 -3
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +25 -3
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +25 -3
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +25 -3
- package/lib/locale/lang/zh-TC.js +25 -3
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +25 -3
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +25 -3
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/module/custom/panel.js +120 -59
- package/lib/table/module/custom/panel.min.js +1 -1
- package/lib/table/style/style.css +16 -37
- package/lib/table/style/style.min.css +1 -1
- package/lib/ui/index.js +2 -2
- 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/lib/vxe-table/style/style.css +16 -37
- package/lib/vxe-table/style/style.min.css +1 -1
- package/package.json +2 -2
- package/packages/grid/src/grid.ts +1 -1
- package/packages/locale/lang/en-US.ts +25 -3
- package/packages/locale/lang/es-ES.ts +25 -3
- package/packages/locale/lang/hu-HU.ts +29 -3
- package/packages/locale/lang/ja-JP.ts +25 -3
- package/packages/locale/lang/ko-KR.ts +25 -3
- package/packages/locale/lang/pt-BR.ts +25 -3
- package/packages/locale/lang/ru-RU.ts +25 -3
- package/packages/locale/lang/vi-VN.ts +25 -3
- package/packages/locale/lang/zh-CN.ts +25 -3
- package/packages/locale/lang/zh-TC.ts +25 -3
- package/packages/table/module/custom/panel.ts +147 -70
- package/styles/components/table-module/custom.scss +21 -40
- /package/es/{iconfont.1724722752271.ttf → iconfont.1724980788075.ttf} +0 -0
- /package/es/{iconfont.1724722752271.woff → iconfont.1724980788075.woff} +0 -0
- /package/es/{iconfont.1724722752271.woff2 → iconfont.1724980788075.woff2} +0 -0
- /package/lib/{iconfont.1724722752271.ttf → iconfont.1724980788075.ttf} +0 -0
- /package/lib/{iconfont.1724722752271.woff → iconfont.1724980788075.woff} +0 -0
- /package/lib/{iconfont.1724722752271.woff2 → iconfont.1724980788075.woff2} +0 -0
package/es/grid/src/grid.js
CHANGED
|
@@ -11,7 +11,7 @@ import { getSlotVNs } from '../../ui/src/vn';
|
|
|
11
11
|
import { errLog } from '../../ui/src/log';
|
|
12
12
|
const { getConfig, getI18n, commands, hooks, useFns, createEvent, globalEvents, GLOBAL_EVENT_KEYS } = VxeUI;
|
|
13
13
|
const tableComponentPropKeys = Object.keys(tableComponentProps);
|
|
14
|
-
const tableComponentMethodKeys = ['clearAll', 'syncData', 'updateData', 'loadData', 'reloadData', 'reloadRow', 'loadColumn', 'reloadColumn', 'getRowNode', 'getColumnNode', 'getRowIndex', 'getVTRowIndex', 'getVMRowIndex', 'getColumnIndex', 'getVTColumnIndex', 'getVMColumnIndex', 'setRow', 'createData', 'createRow', 'revertData', 'clearData', 'isInsertByRow', 'isUpdateByRow', 'getColumns', 'getColumnById', 'getColumnByField', 'getTableColumn', 'getData', 'getCheckboxRecords', 'getParentRow', 'getRowSeq', 'getRowById', 'getRowid', 'getTableData', 'setColumnFixed', 'clearColumnFixed', 'setColumnWidth', 'getColumnWidth', 'hideColumn', 'showColumn', 'resetColumn', 'refreshColumn', 'refreshScroll', 'recalculate', 'closeTooltip', 'isAllCheckboxChecked', 'isAllCheckboxIndeterminate', 'getCheckboxIndeterminateRecords', 'setCheckboxRow', 'isCheckedByCheckboxRow', 'isIndeterminateByCheckboxRow', 'toggleCheckboxRow', 'setAllCheckboxRow', 'getRadioReserveRecord', 'clearRadioReserve', 'getCheckboxReserveRecords', 'clearCheckboxReserve', 'toggleAllCheckboxRow', 'clearCheckboxRow', 'setCurrentRow', 'isCheckedByRadioRow', 'setRadioRow', 'clearCurrentRow', 'clearRadioRow', 'getCurrentRecord', 'getRadioRecord', 'getCurrentColumn', 'setCurrentColumn', 'clearCurrentColumn', 'setPendingRow', 'togglePendingRow', 'getPendingRecords', 'clearPendingRow', 'sort', 'clearSort', 'isSort', 'getSortColumns', 'closeFilter', 'isFilter', 'isActiveFilterByColumn', 'isRowExpandLoaded', 'clearRowExpandLoaded', 'reloadRowExpand', 'reloadRowExpand', 'toggleRowExpand', 'setAllRowExpand', 'setRowExpand', 'isExpandByRow', 'isRowExpandByRow', 'clearRowExpand', 'clearRowExpandReserve', 'getRowExpandRecords', 'getTreeExpandRecords', 'isTreeExpandLoaded', 'clearTreeExpandLoaded', 'reloadTreeExpand', 'reloadTreeChilds', 'toggleTreeExpand', 'setAllTreeExpand', 'setTreeExpand', 'isTreeExpandByRow', 'clearTreeExpand', 'clearTreeExpandReserve', 'getScroll', 'scrollTo', 'scrollToRow', 'scrollToColumn', 'clearScroll', 'updateFooter', 'updateStatus', 'setMergeCells', 'removeInsertRow', 'removeMergeCells', 'getMergeCells', 'clearMergeCells', 'setMergeFooterItems', 'removeMergeFooterItems', 'getMergeFooterItems', 'clearMergeFooterItems', 'openTooltip', 'getCellLabel', 'getCellElement', 'focus', 'blur', 'connect'];
|
|
14
|
+
const tableComponentMethodKeys = ['clearAll', 'syncData', 'updateData', 'loadData', 'reloadData', 'reloadRow', 'loadColumn', 'reloadColumn', 'getRowNode', 'getColumnNode', 'getRowIndex', 'getVTRowIndex', 'getVMRowIndex', 'getColumnIndex', 'getVTColumnIndex', 'getVMColumnIndex', 'setRow', 'createData', 'createRow', 'revertData', 'clearData', 'isInsertByRow', 'isUpdateByRow', 'getColumns', 'getColumnById', 'getColumnByField', 'getTableColumn', 'getData', 'getCheckboxRecords', 'getParentRow', 'getRowSeq', 'getRowById', 'getRowid', 'getTableData', 'setColumnFixed', 'clearColumnFixed', 'setColumnWidth', 'getColumnWidth', 'hideColumn', 'showColumn', 'resetColumn', 'refreshColumn', 'refreshScroll', 'recalculate', 'closeTooltip', 'isAllCheckboxChecked', 'isAllCheckboxIndeterminate', 'getCheckboxIndeterminateRecords', 'setCheckboxRow', 'isCheckedByCheckboxRow', 'isIndeterminateByCheckboxRow', 'toggleCheckboxRow', 'setAllCheckboxRow', 'getRadioReserveRecord', 'clearRadioReserve', 'getCheckboxReserveRecords', 'clearCheckboxReserve', 'toggleAllCheckboxRow', 'clearCheckboxRow', 'setCurrentRow', 'isCheckedByRadioRow', 'setRadioRow', 'clearCurrentRow', 'clearRadioRow', 'getCurrentRecord', 'getRadioRecord', 'getCurrentColumn', 'setCurrentColumn', 'clearCurrentColumn', 'setPendingRow', 'togglePendingRow', 'getPendingRecords', 'clearPendingRow', 'sort', 'clearSort', 'isSort', 'getSortColumns', 'closeFilter', 'isFilter', 'isActiveFilterByColumn', 'isRowExpandLoaded', 'clearRowExpandLoaded', 'reloadRowExpand', 'reloadRowExpand', 'toggleRowExpand', 'setAllRowExpand', 'setRowExpand', 'isExpandByRow', 'isRowExpandByRow', 'clearRowExpand', 'clearRowExpandReserve', 'getRowExpandRecords', 'getTreeExpandRecords', 'isTreeExpandLoaded', 'clearTreeExpandLoaded', 'reloadTreeExpand', 'reloadTreeChilds', 'toggleTreeExpand', 'setAllTreeExpand', 'setTreeExpand', 'isTreeExpandByRow', 'clearTreeExpand', 'clearTreeExpandReserve', 'getScroll', 'scrollTo', 'scrollToRow', 'scrollToColumn', 'clearScroll', 'updateFooter', 'updateStatus', 'setMergeCells', 'removeInsertRow', 'removeMergeCells', 'getMergeCells', 'clearMergeCells', 'setMergeFooterItems', 'removeMergeFooterItems', 'getMergeFooterItems', 'clearMergeFooterItems', 'getCustomStoreData', 'openTooltip', 'getCellLabel', 'getCellElement', 'focus', 'blur', 'connect'];
|
|
15
15
|
const gridComponentEmits = [
|
|
16
16
|
...tableComponentEmits,
|
|
17
17
|
'page-change',
|
package/es/locale/lang/en-US.js
CHANGED
|
@@ -66,6 +66,7 @@ export default {
|
|
|
66
66
|
customTitle: 'Column settings',
|
|
67
67
|
customAll: 'All',
|
|
68
68
|
customConfirm: 'Confirm',
|
|
69
|
+
customClose: 'Close',
|
|
69
70
|
customCancel: 'Cancel',
|
|
70
71
|
customRestore: 'Restore',
|
|
71
72
|
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
|
|
@@ -311,7 +312,12 @@ export default {
|
|
|
311
312
|
uploadErr: 'Fail to upload',
|
|
312
313
|
uploadSuccess: 'Successfully upload',
|
|
313
314
|
moreBtnText: 'More ({0})',
|
|
314
|
-
viewItemTitle: 'click to view'
|
|
315
|
+
viewItemTitle: 'click to view',
|
|
316
|
+
morePopup: {
|
|
317
|
+
readTitle: 'List',
|
|
318
|
+
imageTitle: 'Upload image',
|
|
319
|
+
fileTitle: 'Upload file'
|
|
320
|
+
}
|
|
315
321
|
},
|
|
316
322
|
formDesign: {
|
|
317
323
|
formName: 'Form name',
|
|
@@ -418,7 +424,8 @@ export default {
|
|
|
418
424
|
seqTitle: 'S/N',
|
|
419
425
|
showSeq: 'Display serial number',
|
|
420
426
|
showCheckbox: 'Allow multiple selections',
|
|
421
|
-
errSubDrag: 'The sub table does not support this control. Please use another control.'
|
|
427
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.',
|
|
428
|
+
colPlace: 'Drag the control in.'
|
|
422
429
|
},
|
|
423
430
|
uploadProp: {
|
|
424
431
|
limitFileCount: 'File quantity limitation',
|
|
@@ -443,13 +450,28 @@ export default {
|
|
|
443
450
|
},
|
|
444
451
|
search: {
|
|
445
452
|
addBtn: 'Edit',
|
|
446
|
-
emptyText: 'No filter condition is configured.'
|
|
453
|
+
emptyText: 'No filter condition is configured.',
|
|
454
|
+
editPopupTitle: 'Edit search fields'
|
|
455
|
+
},
|
|
456
|
+
searchPopup: {
|
|
457
|
+
colTitle: 'Title',
|
|
458
|
+
saveBtn: 'Save'
|
|
447
459
|
}
|
|
448
460
|
},
|
|
449
461
|
text: {
|
|
450
462
|
copySuccess: 'Successfully copied to clipboard.',
|
|
451
463
|
copyError: 'The current environment does not support this operation.'
|
|
452
464
|
},
|
|
465
|
+
countdown: {
|
|
466
|
+
formats: {
|
|
467
|
+
yyyy: 'Year',
|
|
468
|
+
MM: 'Moon',
|
|
469
|
+
dd: 'Day',
|
|
470
|
+
HH: 'Hour',
|
|
471
|
+
mm: 'Minute',
|
|
472
|
+
ss: 'Second'
|
|
473
|
+
}
|
|
474
|
+
},
|
|
453
475
|
/**
|
|
454
476
|
* 扩展插件
|
|
455
477
|
*/
|
package/es/locale/lang/es-ES.js
CHANGED
|
@@ -66,6 +66,7 @@ export default {
|
|
|
66
66
|
customTitle: 'Configuraciones de columna',
|
|
67
67
|
customAll: 'Todo',
|
|
68
68
|
customConfirm: 'Confirm',
|
|
69
|
+
customClose: 'Close',
|
|
69
70
|
customCancel: 'Cancel',
|
|
70
71
|
customRestore: 'Restore',
|
|
71
72
|
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
|
|
@@ -311,7 +312,12 @@ export default {
|
|
|
311
312
|
uploadErr: 'Fail to upload',
|
|
312
313
|
uploadSuccess: 'Successfully upload',
|
|
313
314
|
moreBtnText: 'More ({0})',
|
|
314
|
-
viewItemTitle: 'click to view'
|
|
315
|
+
viewItemTitle: 'click to view',
|
|
316
|
+
morePopup: {
|
|
317
|
+
readTitle: 'List',
|
|
318
|
+
imageTitle: 'Upload image',
|
|
319
|
+
fileTitle: 'Upload file'
|
|
320
|
+
}
|
|
315
321
|
},
|
|
316
322
|
formDesign: {
|
|
317
323
|
formName: 'Form name',
|
|
@@ -418,7 +424,8 @@ export default {
|
|
|
418
424
|
seqTitle: 'S/N',
|
|
419
425
|
showSeq: 'Display serial number',
|
|
420
426
|
showCheckbox: 'Allow multiple selections',
|
|
421
|
-
errSubDrag: 'The sub table does not support this control. Please use another control.'
|
|
427
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.',
|
|
428
|
+
colPlace: 'Drag the control in.'
|
|
422
429
|
},
|
|
423
430
|
uploadProp: {
|
|
424
431
|
limitFileCount: 'File quantity limitation',
|
|
@@ -443,13 +450,28 @@ export default {
|
|
|
443
450
|
},
|
|
444
451
|
search: {
|
|
445
452
|
addBtn: 'Edit',
|
|
446
|
-
emptyText: 'No filter condition is configured.'
|
|
453
|
+
emptyText: 'No filter condition is configured.',
|
|
454
|
+
editPopupTitle: 'Edit search fields'
|
|
455
|
+
},
|
|
456
|
+
searchPopup: {
|
|
457
|
+
colTitle: 'Title',
|
|
458
|
+
saveBtn: 'Save'
|
|
447
459
|
}
|
|
448
460
|
},
|
|
449
461
|
text: {
|
|
450
462
|
copySuccess: 'Successfully copied to clipboard.',
|
|
451
463
|
copyError: 'The current environment does not support this operation.'
|
|
452
464
|
},
|
|
465
|
+
countdown: {
|
|
466
|
+
formats: {
|
|
467
|
+
yyyy: 'Year',
|
|
468
|
+
MM: 'Moon',
|
|
469
|
+
dd: 'Day',
|
|
470
|
+
HH: 'Hour',
|
|
471
|
+
mm: 'Minute',
|
|
472
|
+
ss: 'Second'
|
|
473
|
+
}
|
|
474
|
+
},
|
|
453
475
|
/**
|
|
454
476
|
* 扩展插件
|
|
455
477
|
*/
|
package/es/locale/lang/hu-HU.js
CHANGED
|
@@ -65,6 +65,7 @@ export default {
|
|
|
65
65
|
customTitle: '列设置',
|
|
66
66
|
customAll: '全部',
|
|
67
67
|
customConfirm: '确认',
|
|
68
|
+
customClose: '关闭',
|
|
68
69
|
customCancel: '取消',
|
|
69
70
|
customRestore: '恢复默认',
|
|
70
71
|
maxFixedCol: '最大冻结列的数量不能超过 {0} 个'
|
|
@@ -310,7 +311,12 @@ export default {
|
|
|
310
311
|
uploadErr: '上传失败',
|
|
311
312
|
uploadSuccess: '上传成功',
|
|
312
313
|
moreBtnText: '更多({0})',
|
|
313
|
-
viewItemTitle: '点击查看'
|
|
314
|
+
viewItemTitle: '点击查看',
|
|
315
|
+
morePopup: {
|
|
316
|
+
readTitle: '查看列表',
|
|
317
|
+
imageTitle: '上传图片',
|
|
318
|
+
fileTitle: '上传文件'
|
|
319
|
+
}
|
|
314
320
|
},
|
|
315
321
|
formDesign: {
|
|
316
322
|
formName: '表单名称',
|
|
@@ -416,7 +422,8 @@ export default {
|
|
|
416
422
|
seqTitle: '序号',
|
|
417
423
|
showSeq: '显示序号',
|
|
418
424
|
showCheckbox: '允许多选',
|
|
419
|
-
errSubDrag: '子表不支持该控件,请使用其他控件'
|
|
425
|
+
errSubDrag: '子表不支持该控件,请使用其他控件',
|
|
426
|
+
colPlace: '将控件拖拽进来'
|
|
420
427
|
},
|
|
421
428
|
uploadProp: {
|
|
422
429
|
limitFileCount: '文件数量限制',
|
|
@@ -441,7 +448,26 @@ export default {
|
|
|
441
448
|
},
|
|
442
449
|
search: {
|
|
443
450
|
addBtn: '编辑',
|
|
444
|
-
emptyText: '未配置查询条件'
|
|
451
|
+
emptyText: '未配置查询条件',
|
|
452
|
+
editPopupTitle: '编辑查询字段'
|
|
453
|
+
},
|
|
454
|
+
searchPopup: {
|
|
455
|
+
colTitle: '标题',
|
|
456
|
+
saveBtn: '保存'
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
text: {
|
|
460
|
+
copySuccess: '已复制到剪贴板',
|
|
461
|
+
copyError: '当前环境不支持该操作'
|
|
462
|
+
},
|
|
463
|
+
countdown: {
|
|
464
|
+
formats: {
|
|
465
|
+
yyyy: '年',
|
|
466
|
+
MM: '月',
|
|
467
|
+
dd: '天',
|
|
468
|
+
HH: '时',
|
|
469
|
+
mm: '分',
|
|
470
|
+
ss: '秒'
|
|
445
471
|
}
|
|
446
472
|
},
|
|
447
473
|
/**
|
package/es/locale/lang/ja-JP.js
CHANGED
|
@@ -66,6 +66,7 @@ export default {
|
|
|
66
66
|
customTitle: '列設定',
|
|
67
67
|
customAll: '全部',
|
|
68
68
|
customConfirm: 'OK',
|
|
69
|
+
customClose: '关闭',
|
|
69
70
|
customCancel: 'Cancel',
|
|
70
71
|
customRestore: 'リセット',
|
|
71
72
|
maxFixedCol: '最大固定列数が {0} です。'
|
|
@@ -311,7 +312,12 @@ export default {
|
|
|
311
312
|
uploadErr: 'Fail to upload',
|
|
312
313
|
uploadSuccess: 'Successfully upload',
|
|
313
314
|
moreBtnText: 'More ({0})',
|
|
314
|
-
viewItemTitle: 'click to view'
|
|
315
|
+
viewItemTitle: 'click to view',
|
|
316
|
+
morePopup: {
|
|
317
|
+
readTitle: '查看列表',
|
|
318
|
+
imageTitle: '上传图片',
|
|
319
|
+
fileTitle: '上传文件'
|
|
320
|
+
}
|
|
315
321
|
},
|
|
316
322
|
formDesign: {
|
|
317
323
|
formName: 'Form name',
|
|
@@ -418,7 +424,8 @@ export default {
|
|
|
418
424
|
seqTitle: 'S/N',
|
|
419
425
|
showSeq: 'Display serial number',
|
|
420
426
|
showCheckbox: 'Allow multiple selections',
|
|
421
|
-
errSubDrag: 'The sub table does not support this control. Please use another control.'
|
|
427
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.',
|
|
428
|
+
colPlace: '将控件拖拽进来'
|
|
422
429
|
},
|
|
423
430
|
uploadProp: {
|
|
424
431
|
limitFileCount: 'File quantity limitation',
|
|
@@ -443,13 +450,28 @@ export default {
|
|
|
443
450
|
},
|
|
444
451
|
search: {
|
|
445
452
|
addBtn: 'Edit',
|
|
446
|
-
emptyText: 'No filter condition is configured.'
|
|
453
|
+
emptyText: 'No filter condition is configured.',
|
|
454
|
+
editPopupTitle: '编辑查询字段'
|
|
455
|
+
},
|
|
456
|
+
searchPopup: {
|
|
457
|
+
colTitle: '标题',
|
|
458
|
+
saveBtn: '保存'
|
|
447
459
|
}
|
|
448
460
|
},
|
|
449
461
|
text: {
|
|
450
462
|
copySuccess: 'Successfully copied to clipboard.',
|
|
451
463
|
copyError: 'The current environment does not support this operation.'
|
|
452
464
|
},
|
|
465
|
+
countdown: {
|
|
466
|
+
formats: {
|
|
467
|
+
yyyy: '年',
|
|
468
|
+
MM: '月',
|
|
469
|
+
dd: '天',
|
|
470
|
+
HH: '时',
|
|
471
|
+
mm: '分',
|
|
472
|
+
ss: '秒'
|
|
473
|
+
}
|
|
474
|
+
},
|
|
453
475
|
/**
|
|
454
476
|
* 扩展插件
|
|
455
477
|
*/
|
package/es/locale/lang/ko-KR.js
CHANGED
|
@@ -66,6 +66,7 @@ export default {
|
|
|
66
66
|
customTitle: '列设置',
|
|
67
67
|
customAll: '全部',
|
|
68
68
|
customConfirm: '确认',
|
|
69
|
+
customClose: '关闭',
|
|
69
70
|
customCancel: '取消',
|
|
70
71
|
customRestore: '恢复默认',
|
|
71
72
|
maxFixedCol: '最大冻结列的数量不能超过 {0} 个'
|
|
@@ -311,7 +312,12 @@ export default {
|
|
|
311
312
|
uploadErr: '上传失败',
|
|
312
313
|
uploadSuccess: '上传成功',
|
|
313
314
|
moreBtnText: '更多({0})',
|
|
314
|
-
viewItemTitle: '点击查看'
|
|
315
|
+
viewItemTitle: '点击查看',
|
|
316
|
+
morePopup: {
|
|
317
|
+
readTitle: '查看列表',
|
|
318
|
+
imageTitle: '上传图片',
|
|
319
|
+
fileTitle: '上传文件'
|
|
320
|
+
}
|
|
315
321
|
},
|
|
316
322
|
formDesign: {
|
|
317
323
|
formName: '表单名称',
|
|
@@ -418,7 +424,8 @@ export default {
|
|
|
418
424
|
seqTitle: '序号',
|
|
419
425
|
showSeq: '显示序号',
|
|
420
426
|
showCheckbox: '允许多选',
|
|
421
|
-
errSubDrag: '子表不支持该控件,请使用其他控件'
|
|
427
|
+
errSubDrag: '子表不支持该控件,请使用其他控件',
|
|
428
|
+
colPlace: '将控件拖拽进来'
|
|
422
429
|
},
|
|
423
430
|
uploadProp: {
|
|
424
431
|
limitFileCount: '文件数量限制',
|
|
@@ -443,13 +450,28 @@ export default {
|
|
|
443
450
|
},
|
|
444
451
|
search: {
|
|
445
452
|
addBtn: '编辑',
|
|
446
|
-
emptyText: '未配置查询条件'
|
|
453
|
+
emptyText: '未配置查询条件',
|
|
454
|
+
editPopupTitle: '编辑查询字段'
|
|
455
|
+
},
|
|
456
|
+
searchPopup: {
|
|
457
|
+
colTitle: '标题',
|
|
458
|
+
saveBtn: '保存'
|
|
447
459
|
}
|
|
448
460
|
},
|
|
449
461
|
text: {
|
|
450
462
|
copySuccess: '已复制到剪贴板',
|
|
451
463
|
copyError: '当前环境不支持该操作'
|
|
452
464
|
},
|
|
465
|
+
countdown: {
|
|
466
|
+
formats: {
|
|
467
|
+
yyyy: '年',
|
|
468
|
+
MM: '月',
|
|
469
|
+
dd: '天',
|
|
470
|
+
HH: '时',
|
|
471
|
+
mm: '分',
|
|
472
|
+
ss: '秒'
|
|
473
|
+
}
|
|
474
|
+
},
|
|
453
475
|
/**
|
|
454
476
|
* 扩展插件
|
|
455
477
|
*/
|
package/es/locale/lang/pt-BR.js
CHANGED
|
@@ -66,6 +66,7 @@ export default {
|
|
|
66
66
|
customTitle: 'Configurações de coluna',
|
|
67
67
|
customAll: 'Todos',
|
|
68
68
|
customConfirm: 'Confirm',
|
|
69
|
+
customClose: '关闭',
|
|
69
70
|
customCancel: 'Cancel',
|
|
70
71
|
customRestore: 'Restore',
|
|
71
72
|
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
|
|
@@ -311,7 +312,12 @@ export default {
|
|
|
311
312
|
uploadErr: 'Fail to upload',
|
|
312
313
|
uploadSuccess: 'Successfully upload',
|
|
313
314
|
moreBtnText: 'More ({0})',
|
|
314
|
-
viewItemTitle: 'click to view'
|
|
315
|
+
viewItemTitle: 'click to view',
|
|
316
|
+
morePopup: {
|
|
317
|
+
readTitle: '查看列表',
|
|
318
|
+
imageTitle: '上传图片',
|
|
319
|
+
fileTitle: '上传文件'
|
|
320
|
+
}
|
|
315
321
|
},
|
|
316
322
|
formDesign: {
|
|
317
323
|
formName: 'Form name',
|
|
@@ -418,7 +424,8 @@ export default {
|
|
|
418
424
|
seqTitle: 'S/N',
|
|
419
425
|
showSeq: 'Display serial number',
|
|
420
426
|
showCheckbox: 'Allow multiple selections',
|
|
421
|
-
errSubDrag: 'The sub table does not support this control. Please use another control.'
|
|
427
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.',
|
|
428
|
+
colPlace: '将控件拖拽进来'
|
|
422
429
|
},
|
|
423
430
|
uploadProp: {
|
|
424
431
|
limitFileCount: 'File quantity limitation',
|
|
@@ -443,13 +450,28 @@ export default {
|
|
|
443
450
|
},
|
|
444
451
|
search: {
|
|
445
452
|
addBtn: 'Edit',
|
|
446
|
-
emptyText: 'No filter condition is configured.'
|
|
453
|
+
emptyText: 'No filter condition is configured.',
|
|
454
|
+
editPopupTitle: '编辑查询字段'
|
|
455
|
+
},
|
|
456
|
+
searchPopup: {
|
|
457
|
+
colTitle: '标题',
|
|
458
|
+
saveBtn: '保存'
|
|
447
459
|
}
|
|
448
460
|
},
|
|
449
461
|
text: {
|
|
450
462
|
copySuccess: 'Successfully copied to clipboard.',
|
|
451
463
|
copyError: 'The current environment does not support this operation.'
|
|
452
464
|
},
|
|
465
|
+
countdown: {
|
|
466
|
+
formats: {
|
|
467
|
+
yyyy: '年',
|
|
468
|
+
MM: '月',
|
|
469
|
+
dd: '天',
|
|
470
|
+
HH: '时',
|
|
471
|
+
mm: '分',
|
|
472
|
+
ss: '秒'
|
|
473
|
+
}
|
|
474
|
+
},
|
|
453
475
|
/**
|
|
454
476
|
* 扩展插件
|
|
455
477
|
*/
|
package/es/locale/lang/ru-RU.js
CHANGED
|
@@ -66,6 +66,7 @@ export default {
|
|
|
66
66
|
customTitle: '列设置',
|
|
67
67
|
customAll: '全部',
|
|
68
68
|
customConfirm: '确认',
|
|
69
|
+
customClose: '关闭',
|
|
69
70
|
customCancel: '取消',
|
|
70
71
|
customRestore: '恢复默认',
|
|
71
72
|
maxFixedCol: '最大冻结列的数量不能超过 {0} 个'
|
|
@@ -311,7 +312,12 @@ export default {
|
|
|
311
312
|
uploadErr: '上传失败',
|
|
312
313
|
uploadSuccess: '上传成功',
|
|
313
314
|
moreBtnText: '更多({0})',
|
|
314
|
-
viewItemTitle: '点击查看'
|
|
315
|
+
viewItemTitle: '点击查看',
|
|
316
|
+
morePopup: {
|
|
317
|
+
readTitle: '查看列表',
|
|
318
|
+
imageTitle: '上传图片',
|
|
319
|
+
fileTitle: '上传文件'
|
|
320
|
+
}
|
|
315
321
|
},
|
|
316
322
|
formDesign: {
|
|
317
323
|
formName: '表单名称',
|
|
@@ -418,7 +424,8 @@ export default {
|
|
|
418
424
|
seqTitle: '序号',
|
|
419
425
|
showSeq: '显示序号',
|
|
420
426
|
showCheckbox: '允许多选',
|
|
421
|
-
errSubDrag: '子表不支持该控件,请使用其他控件'
|
|
427
|
+
errSubDrag: '子表不支持该控件,请使用其他控件',
|
|
428
|
+
colPlace: '将控件拖拽进来'
|
|
422
429
|
},
|
|
423
430
|
uploadProp: {
|
|
424
431
|
limitFileCount: '文件数量限制',
|
|
@@ -443,13 +450,28 @@ export default {
|
|
|
443
450
|
},
|
|
444
451
|
search: {
|
|
445
452
|
addBtn: '编辑',
|
|
446
|
-
emptyText: '未配置查询条件'
|
|
453
|
+
emptyText: '未配置查询条件',
|
|
454
|
+
editPopupTitle: '编辑查询字段'
|
|
455
|
+
},
|
|
456
|
+
searchPopup: {
|
|
457
|
+
colTitle: '标题',
|
|
458
|
+
saveBtn: '保存'
|
|
447
459
|
}
|
|
448
460
|
},
|
|
449
461
|
text: {
|
|
450
462
|
copySuccess: '已复制到剪贴板',
|
|
451
463
|
copyError: '当前环境不支持该操作'
|
|
452
464
|
},
|
|
465
|
+
countdown: {
|
|
466
|
+
formats: {
|
|
467
|
+
yyyy: '年',
|
|
468
|
+
MM: '月',
|
|
469
|
+
dd: '天',
|
|
470
|
+
HH: '时',
|
|
471
|
+
mm: '分',
|
|
472
|
+
ss: '秒'
|
|
473
|
+
}
|
|
474
|
+
},
|
|
453
475
|
/**
|
|
454
476
|
* 扩展插件
|
|
455
477
|
*/
|
package/es/locale/lang/vi-VN.js
CHANGED
|
@@ -66,6 +66,7 @@ export default {
|
|
|
66
66
|
customTitle: '列设置',
|
|
67
67
|
customAll: '全部',
|
|
68
68
|
customConfirm: '确认',
|
|
69
|
+
customClose: '关闭',
|
|
69
70
|
customCancel: '取消',
|
|
70
71
|
customRestore: '恢复默认',
|
|
71
72
|
maxFixedCol: '最大冻结列的数量不能超过 {0} 个'
|
|
@@ -311,7 +312,12 @@ export default {
|
|
|
311
312
|
uploadErr: '上传失败',
|
|
312
313
|
uploadSuccess: '上传成功',
|
|
313
314
|
moreBtnText: '更多({0})',
|
|
314
|
-
viewItemTitle: '点击查看'
|
|
315
|
+
viewItemTitle: '点击查看',
|
|
316
|
+
morePopup: {
|
|
317
|
+
readTitle: '查看列表',
|
|
318
|
+
imageTitle: '上传图片',
|
|
319
|
+
fileTitle: '上传文件'
|
|
320
|
+
}
|
|
315
321
|
},
|
|
316
322
|
formDesign: {
|
|
317
323
|
formName: '表单名称',
|
|
@@ -418,7 +424,8 @@ export default {
|
|
|
418
424
|
seqTitle: '序号',
|
|
419
425
|
showSeq: '显示序号',
|
|
420
426
|
showCheckbox: '允许多选',
|
|
421
|
-
errSubDrag: '子表不支持该控件,请使用其他控件'
|
|
427
|
+
errSubDrag: '子表不支持该控件,请使用其他控件',
|
|
428
|
+
colPlace: '将控件拖拽进来'
|
|
422
429
|
},
|
|
423
430
|
uploadProp: {
|
|
424
431
|
limitFileCount: '文件数量限制',
|
|
@@ -443,13 +450,28 @@ export default {
|
|
|
443
450
|
},
|
|
444
451
|
search: {
|
|
445
452
|
addBtn: '编辑',
|
|
446
|
-
emptyText: '未配置查询条件'
|
|
453
|
+
emptyText: '未配置查询条件',
|
|
454
|
+
editPopupTitle: '编辑查询字段'
|
|
455
|
+
},
|
|
456
|
+
searchPopup: {
|
|
457
|
+
colTitle: '标题',
|
|
458
|
+
saveBtn: '保存'
|
|
447
459
|
}
|
|
448
460
|
},
|
|
449
461
|
text: {
|
|
450
462
|
copySuccess: '已复制到剪贴板',
|
|
451
463
|
copyError: '当前环境不支持该操作'
|
|
452
464
|
},
|
|
465
|
+
countdown: {
|
|
466
|
+
formats: {
|
|
467
|
+
yyyy: '年',
|
|
468
|
+
MM: '月',
|
|
469
|
+
dd: '天',
|
|
470
|
+
HH: '时',
|
|
471
|
+
mm: '分',
|
|
472
|
+
ss: '秒'
|
|
473
|
+
}
|
|
474
|
+
},
|
|
453
475
|
/**
|
|
454
476
|
* 扩展插件
|
|
455
477
|
*/
|
package/es/locale/lang/zh-CN.js
CHANGED
|
@@ -66,6 +66,7 @@ export default {
|
|
|
66
66
|
customTitle: '列设置',
|
|
67
67
|
customAll: '全部',
|
|
68
68
|
customConfirm: '确认',
|
|
69
|
+
customClose: '关闭',
|
|
69
70
|
customCancel: '取消',
|
|
70
71
|
customRestore: '恢复默认',
|
|
71
72
|
maxFixedCol: '最大冻结列的数量不能超过 {0} 个'
|
|
@@ -311,7 +312,12 @@ export default {
|
|
|
311
312
|
uploadErr: '上传失败',
|
|
312
313
|
uploadSuccess: '上传成功',
|
|
313
314
|
moreBtnText: '更多({0})',
|
|
314
|
-
viewItemTitle: '点击查看'
|
|
315
|
+
viewItemTitle: '点击查看',
|
|
316
|
+
morePopup: {
|
|
317
|
+
readTitle: '查看列表',
|
|
318
|
+
imageTitle: '上传图片',
|
|
319
|
+
fileTitle: '上传文件'
|
|
320
|
+
}
|
|
315
321
|
},
|
|
316
322
|
formDesign: {
|
|
317
323
|
formName: '表单名称',
|
|
@@ -418,7 +424,8 @@ export default {
|
|
|
418
424
|
seqTitle: '序号',
|
|
419
425
|
showSeq: '显示序号',
|
|
420
426
|
showCheckbox: '允许多选',
|
|
421
|
-
errSubDrag: '子表不支持该控件,请使用其他控件'
|
|
427
|
+
errSubDrag: '子表不支持该控件,请使用其他控件',
|
|
428
|
+
colPlace: '将控件拖拽进来'
|
|
422
429
|
},
|
|
423
430
|
uploadProp: {
|
|
424
431
|
limitFileCount: '文件数量限制',
|
|
@@ -443,13 +450,28 @@ export default {
|
|
|
443
450
|
},
|
|
444
451
|
search: {
|
|
445
452
|
addBtn: '编辑',
|
|
446
|
-
emptyText: '未配置查询条件'
|
|
453
|
+
emptyText: '未配置查询条件',
|
|
454
|
+
editPopupTitle: '编辑查询字段'
|
|
455
|
+
},
|
|
456
|
+
searchPopup: {
|
|
457
|
+
colTitle: '标题',
|
|
458
|
+
saveBtn: '保存'
|
|
447
459
|
}
|
|
448
460
|
},
|
|
449
461
|
text: {
|
|
450
462
|
copySuccess: '已复制到剪贴板',
|
|
451
463
|
copyError: '当前环境不支持该操作'
|
|
452
464
|
},
|
|
465
|
+
countdown: {
|
|
466
|
+
formats: {
|
|
467
|
+
yyyy: '年',
|
|
468
|
+
MM: '月',
|
|
469
|
+
dd: '天',
|
|
470
|
+
HH: '时',
|
|
471
|
+
mm: '分',
|
|
472
|
+
ss: '秒'
|
|
473
|
+
}
|
|
474
|
+
},
|
|
453
475
|
/**
|
|
454
476
|
* 扩展插件
|
|
455
477
|
*/
|
package/es/locale/lang/zh-TC.js
CHANGED
|
@@ -66,6 +66,7 @@ export default {
|
|
|
66
66
|
customTitle: '列設定',
|
|
67
67
|
customAll: '全部',
|
|
68
68
|
customConfirm: '确认',
|
|
69
|
+
customClose: '关闭',
|
|
69
70
|
customCancel: '取消',
|
|
70
71
|
customRestore: '恢复默认',
|
|
71
72
|
maxFixedCol: '最大冻结列的數量不能超過 {0} 個'
|
|
@@ -309,7 +310,12 @@ export default {
|
|
|
309
310
|
uploadErr: '上傳失敗',
|
|
310
311
|
uploadSuccess: '上傳成功',
|
|
311
312
|
moreBtnText: '更多({0})',
|
|
312
|
-
viewItemTitle: '點擊查看'
|
|
313
|
+
viewItemTitle: '點擊查看',
|
|
314
|
+
morePopup: {
|
|
315
|
+
readTitle: '查看列表',
|
|
316
|
+
imageTitle: '上传图片',
|
|
317
|
+
fileTitle: '上传文件'
|
|
318
|
+
}
|
|
313
319
|
},
|
|
314
320
|
formDesign: {
|
|
315
321
|
formName: '表單名稱',
|
|
@@ -416,7 +422,8 @@ export default {
|
|
|
416
422
|
seqTitle: '序號',
|
|
417
423
|
showSeq: '顯示序號',
|
|
418
424
|
showCheckbox: '允許多選',
|
|
419
|
-
errSubDrag: '子表不支持該控件,請使用其他控件'
|
|
425
|
+
errSubDrag: '子表不支持該控件,請使用其他控件',
|
|
426
|
+
colPlace: '将控件拖拽进来'
|
|
420
427
|
},
|
|
421
428
|
uploadProp: {
|
|
422
429
|
uploadProp: {
|
|
@@ -443,13 +450,28 @@ export default {
|
|
|
443
450
|
},
|
|
444
451
|
search: {
|
|
445
452
|
addBtn: '编辑',
|
|
446
|
-
emptyText: '未配置查询条件'
|
|
453
|
+
emptyText: '未配置查询条件',
|
|
454
|
+
editPopupTitle: '编辑查询字段'
|
|
455
|
+
},
|
|
456
|
+
searchPopup: {
|
|
457
|
+
colTitle: '标题',
|
|
458
|
+
saveBtn: '保存'
|
|
447
459
|
}
|
|
448
460
|
},
|
|
449
461
|
text: {
|
|
450
462
|
copySuccess: '已複製到剪貼板',
|
|
451
463
|
copyError: '當前環境不支持該操作'
|
|
452
464
|
},
|
|
465
|
+
countdown: {
|
|
466
|
+
formats: {
|
|
467
|
+
yyyy: '年',
|
|
468
|
+
MM: '月',
|
|
469
|
+
dd: '天',
|
|
470
|
+
HH: '时',
|
|
471
|
+
mm: '分',
|
|
472
|
+
ss: '秒'
|
|
473
|
+
}
|
|
474
|
+
},
|
|
453
475
|
/**
|
|
454
476
|
* 扩展插件
|
|
455
477
|
*/
|