vxe-table 4.7.72 → 4.7.73
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 +19 -2
- package/es/locale/lang/es-ES.js +19 -2
- package/es/locale/lang/hu-HU.js +23 -2
- package/es/locale/lang/ja-JP.js +19 -2
- package/es/locale/lang/ko-KR.js +19 -2
- package/es/locale/lang/pt-BR.js +19 -2
- package/es/locale/lang/ru-RU.js +19 -2
- package/es/locale/lang/vi-VN.js +19 -2
- package/es/locale/lang/zh-CN.js +19 -2
- package/es/locale/lang/zh-TC.js +19 -2
- 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 +168 -63
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/en-US.js +19 -2
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +19 -2
- package/lib/locale/lang/es-ES.js +19 -2
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +19 -2
- package/lib/locale/lang/hu-HU.js +23 -2
- package/lib/locale/lang/hu-HU.min.js +1 -1
- package/lib/locale/lang/ja-JP.js +19 -2
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +19 -2
- package/lib/locale/lang/ko-KR.js +19 -2
- package/lib/locale/lang/ko-KR.min.js +1 -1
- package/lib/locale/lang/pt-BR.js +19 -2
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +19 -2
- package/lib/locale/lang/ru-RU.js +19 -2
- package/lib/locale/lang/ru-RU.min.js +1 -1
- package/lib/locale/lang/vi-VN.js +19 -2
- package/lib/locale/lang/vi-VN.min.js +1 -1
- package/lib/locale/lang/zh-CN.js +19 -2
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +19 -2
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +19 -2
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +19 -2
- package/lib/locale/lang/zh-TC.js +19 -2
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +19 -2
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +19 -2
- 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 +19 -2
- package/packages/locale/lang/es-ES.ts +19 -2
- package/packages/locale/lang/hu-HU.ts +23 -2
- package/packages/locale/lang/ja-JP.ts +19 -2
- package/packages/locale/lang/ko-KR.ts +19 -2
- package/packages/locale/lang/pt-BR.ts +19 -2
- package/packages/locale/lang/ru-RU.ts +19 -2
- package/packages/locale/lang/vi-VN.ts +19 -2
- package/packages/locale/lang/zh-CN.ts +19 -2
- package/packages/locale/lang/zh-TC.ts +19 -2
- package/packages/table/module/custom/panel.ts +147 -70
- package/styles/components/table-module/custom.scss +21 -40
- /package/es/{iconfont.1724722752271.ttf → iconfont.1724892633863.ttf} +0 -0
- /package/es/{iconfont.1724722752271.woff → iconfont.1724892633863.woff} +0 -0
- /package/es/{iconfont.1724722752271.woff2 → iconfont.1724892633863.woff2} +0 -0
- /package/lib/{iconfont.1724722752271.ttf → iconfont.1724892633863.ttf} +0 -0
- /package/lib/{iconfont.1724722752271.woff → iconfont.1724892633863.woff} +0 -0
- /package/lib/{iconfont.1724722752271.woff2 → iconfont.1724892633863.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}'
|
|
@@ -418,7 +419,8 @@ export default {
|
|
|
418
419
|
seqTitle: 'S/N',
|
|
419
420
|
showSeq: 'Display serial number',
|
|
420
421
|
showCheckbox: 'Allow multiple selections',
|
|
421
|
-
errSubDrag: 'The sub table does not support this control. Please use another control.'
|
|
422
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.',
|
|
423
|
+
colPlace: 'Drag the control in.'
|
|
422
424
|
},
|
|
423
425
|
uploadProp: {
|
|
424
426
|
limitFileCount: 'File quantity limitation',
|
|
@@ -443,13 +445,28 @@ export default {
|
|
|
443
445
|
},
|
|
444
446
|
search: {
|
|
445
447
|
addBtn: 'Edit',
|
|
446
|
-
emptyText: 'No filter condition is configured.'
|
|
448
|
+
emptyText: 'No filter condition is configured.',
|
|
449
|
+
editPopupTitle: 'Edit search fields'
|
|
450
|
+
},
|
|
451
|
+
searchPopup: {
|
|
452
|
+
colTitle: 'Title',
|
|
453
|
+
saveBtn: 'Save'
|
|
447
454
|
}
|
|
448
455
|
},
|
|
449
456
|
text: {
|
|
450
457
|
copySuccess: 'Successfully copied to clipboard.',
|
|
451
458
|
copyError: 'The current environment does not support this operation.'
|
|
452
459
|
},
|
|
460
|
+
countdown: {
|
|
461
|
+
formats: {
|
|
462
|
+
yyyy: 'Year',
|
|
463
|
+
MM: 'Moon',
|
|
464
|
+
dd: 'Day',
|
|
465
|
+
HH: 'Hour',
|
|
466
|
+
mm: 'Minute',
|
|
467
|
+
ss: 'Second'
|
|
468
|
+
}
|
|
469
|
+
},
|
|
453
470
|
/**
|
|
454
471
|
* 扩展插件
|
|
455
472
|
*/
|
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}'
|
|
@@ -418,7 +419,8 @@ export default {
|
|
|
418
419
|
seqTitle: 'S/N',
|
|
419
420
|
showSeq: 'Display serial number',
|
|
420
421
|
showCheckbox: 'Allow multiple selections',
|
|
421
|
-
errSubDrag: 'The sub table does not support this control. Please use another control.'
|
|
422
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.',
|
|
423
|
+
colPlace: 'Drag the control in.'
|
|
422
424
|
},
|
|
423
425
|
uploadProp: {
|
|
424
426
|
limitFileCount: 'File quantity limitation',
|
|
@@ -443,13 +445,28 @@ export default {
|
|
|
443
445
|
},
|
|
444
446
|
search: {
|
|
445
447
|
addBtn: 'Edit',
|
|
446
|
-
emptyText: 'No filter condition is configured.'
|
|
448
|
+
emptyText: 'No filter condition is configured.',
|
|
449
|
+
editPopupTitle: 'Edit search fields'
|
|
450
|
+
},
|
|
451
|
+
searchPopup: {
|
|
452
|
+
colTitle: 'Title',
|
|
453
|
+
saveBtn: 'Save'
|
|
447
454
|
}
|
|
448
455
|
},
|
|
449
456
|
text: {
|
|
450
457
|
copySuccess: 'Successfully copied to clipboard.',
|
|
451
458
|
copyError: 'The current environment does not support this operation.'
|
|
452
459
|
},
|
|
460
|
+
countdown: {
|
|
461
|
+
formats: {
|
|
462
|
+
yyyy: 'Year',
|
|
463
|
+
MM: 'Moon',
|
|
464
|
+
dd: 'Day',
|
|
465
|
+
HH: 'Hour',
|
|
466
|
+
mm: 'Minute',
|
|
467
|
+
ss: 'Second'
|
|
468
|
+
}
|
|
469
|
+
},
|
|
453
470
|
/**
|
|
454
471
|
* 扩展插件
|
|
455
472
|
*/
|
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} 个'
|
|
@@ -416,7 +417,8 @@ export default {
|
|
|
416
417
|
seqTitle: '序号',
|
|
417
418
|
showSeq: '显示序号',
|
|
418
419
|
showCheckbox: '允许多选',
|
|
419
|
-
errSubDrag: '子表不支持该控件,请使用其他控件'
|
|
420
|
+
errSubDrag: '子表不支持该控件,请使用其他控件',
|
|
421
|
+
colPlace: '将控件拖拽进来'
|
|
420
422
|
},
|
|
421
423
|
uploadProp: {
|
|
422
424
|
limitFileCount: '文件数量限制',
|
|
@@ -441,7 +443,26 @@ export default {
|
|
|
441
443
|
},
|
|
442
444
|
search: {
|
|
443
445
|
addBtn: '编辑',
|
|
444
|
-
emptyText: '未配置查询条件'
|
|
446
|
+
emptyText: '未配置查询条件',
|
|
447
|
+
editPopupTitle: '编辑查询字段'
|
|
448
|
+
},
|
|
449
|
+
searchPopup: {
|
|
450
|
+
colTitle: '标题',
|
|
451
|
+
saveBtn: '保存'
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
text: {
|
|
455
|
+
copySuccess: '已复制到剪贴板',
|
|
456
|
+
copyError: '当前环境不支持该操作'
|
|
457
|
+
},
|
|
458
|
+
countdown: {
|
|
459
|
+
formats: {
|
|
460
|
+
yyyy: '年',
|
|
461
|
+
MM: '月',
|
|
462
|
+
dd: '天',
|
|
463
|
+
HH: '时',
|
|
464
|
+
mm: '分',
|
|
465
|
+
ss: '秒'
|
|
445
466
|
}
|
|
446
467
|
},
|
|
447
468
|
/**
|
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} です。'
|
|
@@ -418,7 +419,8 @@ export default {
|
|
|
418
419
|
seqTitle: 'S/N',
|
|
419
420
|
showSeq: 'Display serial number',
|
|
420
421
|
showCheckbox: 'Allow multiple selections',
|
|
421
|
-
errSubDrag: 'The sub table does not support this control. Please use another control.'
|
|
422
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.',
|
|
423
|
+
colPlace: '将控件拖拽进来'
|
|
422
424
|
},
|
|
423
425
|
uploadProp: {
|
|
424
426
|
limitFileCount: 'File quantity limitation',
|
|
@@ -443,13 +445,28 @@ export default {
|
|
|
443
445
|
},
|
|
444
446
|
search: {
|
|
445
447
|
addBtn: 'Edit',
|
|
446
|
-
emptyText: 'No filter condition is configured.'
|
|
448
|
+
emptyText: 'No filter condition is configured.',
|
|
449
|
+
editPopupTitle: '编辑查询字段'
|
|
450
|
+
},
|
|
451
|
+
searchPopup: {
|
|
452
|
+
colTitle: '标题',
|
|
453
|
+
saveBtn: '保存'
|
|
447
454
|
}
|
|
448
455
|
},
|
|
449
456
|
text: {
|
|
450
457
|
copySuccess: 'Successfully copied to clipboard.',
|
|
451
458
|
copyError: 'The current environment does not support this operation.'
|
|
452
459
|
},
|
|
460
|
+
countdown: {
|
|
461
|
+
formats: {
|
|
462
|
+
yyyy: '年',
|
|
463
|
+
MM: '月',
|
|
464
|
+
dd: '天',
|
|
465
|
+
HH: '时',
|
|
466
|
+
mm: '分',
|
|
467
|
+
ss: '秒'
|
|
468
|
+
}
|
|
469
|
+
},
|
|
453
470
|
/**
|
|
454
471
|
* 扩展插件
|
|
455
472
|
*/
|
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} 个'
|
|
@@ -418,7 +419,8 @@ export default {
|
|
|
418
419
|
seqTitle: '序号',
|
|
419
420
|
showSeq: '显示序号',
|
|
420
421
|
showCheckbox: '允许多选',
|
|
421
|
-
errSubDrag: '子表不支持该控件,请使用其他控件'
|
|
422
|
+
errSubDrag: '子表不支持该控件,请使用其他控件',
|
|
423
|
+
colPlace: '将控件拖拽进来'
|
|
422
424
|
},
|
|
423
425
|
uploadProp: {
|
|
424
426
|
limitFileCount: '文件数量限制',
|
|
@@ -443,13 +445,28 @@ export default {
|
|
|
443
445
|
},
|
|
444
446
|
search: {
|
|
445
447
|
addBtn: '编辑',
|
|
446
|
-
emptyText: '未配置查询条件'
|
|
448
|
+
emptyText: '未配置查询条件',
|
|
449
|
+
editPopupTitle: '编辑查询字段'
|
|
450
|
+
},
|
|
451
|
+
searchPopup: {
|
|
452
|
+
colTitle: '标题',
|
|
453
|
+
saveBtn: '保存'
|
|
447
454
|
}
|
|
448
455
|
},
|
|
449
456
|
text: {
|
|
450
457
|
copySuccess: '已复制到剪贴板',
|
|
451
458
|
copyError: '当前环境不支持该操作'
|
|
452
459
|
},
|
|
460
|
+
countdown: {
|
|
461
|
+
formats: {
|
|
462
|
+
yyyy: '年',
|
|
463
|
+
MM: '月',
|
|
464
|
+
dd: '天',
|
|
465
|
+
HH: '时',
|
|
466
|
+
mm: '分',
|
|
467
|
+
ss: '秒'
|
|
468
|
+
}
|
|
469
|
+
},
|
|
453
470
|
/**
|
|
454
471
|
* 扩展插件
|
|
455
472
|
*/
|
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}'
|
|
@@ -418,7 +419,8 @@ export default {
|
|
|
418
419
|
seqTitle: 'S/N',
|
|
419
420
|
showSeq: 'Display serial number',
|
|
420
421
|
showCheckbox: 'Allow multiple selections',
|
|
421
|
-
errSubDrag: 'The sub table does not support this control. Please use another control.'
|
|
422
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.',
|
|
423
|
+
colPlace: '将控件拖拽进来'
|
|
422
424
|
},
|
|
423
425
|
uploadProp: {
|
|
424
426
|
limitFileCount: 'File quantity limitation',
|
|
@@ -443,13 +445,28 @@ export default {
|
|
|
443
445
|
},
|
|
444
446
|
search: {
|
|
445
447
|
addBtn: 'Edit',
|
|
446
|
-
emptyText: 'No filter condition is configured.'
|
|
448
|
+
emptyText: 'No filter condition is configured.',
|
|
449
|
+
editPopupTitle: '编辑查询字段'
|
|
450
|
+
},
|
|
451
|
+
searchPopup: {
|
|
452
|
+
colTitle: '标题',
|
|
453
|
+
saveBtn: '保存'
|
|
447
454
|
}
|
|
448
455
|
},
|
|
449
456
|
text: {
|
|
450
457
|
copySuccess: 'Successfully copied to clipboard.',
|
|
451
458
|
copyError: 'The current environment does not support this operation.'
|
|
452
459
|
},
|
|
460
|
+
countdown: {
|
|
461
|
+
formats: {
|
|
462
|
+
yyyy: '年',
|
|
463
|
+
MM: '月',
|
|
464
|
+
dd: '天',
|
|
465
|
+
HH: '时',
|
|
466
|
+
mm: '分',
|
|
467
|
+
ss: '秒'
|
|
468
|
+
}
|
|
469
|
+
},
|
|
453
470
|
/**
|
|
454
471
|
* 扩展插件
|
|
455
472
|
*/
|
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} 个'
|
|
@@ -418,7 +419,8 @@ export default {
|
|
|
418
419
|
seqTitle: '序号',
|
|
419
420
|
showSeq: '显示序号',
|
|
420
421
|
showCheckbox: '允许多选',
|
|
421
|
-
errSubDrag: '子表不支持该控件,请使用其他控件'
|
|
422
|
+
errSubDrag: '子表不支持该控件,请使用其他控件',
|
|
423
|
+
colPlace: '将控件拖拽进来'
|
|
422
424
|
},
|
|
423
425
|
uploadProp: {
|
|
424
426
|
limitFileCount: '文件数量限制',
|
|
@@ -443,13 +445,28 @@ export default {
|
|
|
443
445
|
},
|
|
444
446
|
search: {
|
|
445
447
|
addBtn: '编辑',
|
|
446
|
-
emptyText: '未配置查询条件'
|
|
448
|
+
emptyText: '未配置查询条件',
|
|
449
|
+
editPopupTitle: '编辑查询字段'
|
|
450
|
+
},
|
|
451
|
+
searchPopup: {
|
|
452
|
+
colTitle: '标题',
|
|
453
|
+
saveBtn: '保存'
|
|
447
454
|
}
|
|
448
455
|
},
|
|
449
456
|
text: {
|
|
450
457
|
copySuccess: '已复制到剪贴板',
|
|
451
458
|
copyError: '当前环境不支持该操作'
|
|
452
459
|
},
|
|
460
|
+
countdown: {
|
|
461
|
+
formats: {
|
|
462
|
+
yyyy: '年',
|
|
463
|
+
MM: '月',
|
|
464
|
+
dd: '天',
|
|
465
|
+
HH: '时',
|
|
466
|
+
mm: '分',
|
|
467
|
+
ss: '秒'
|
|
468
|
+
}
|
|
469
|
+
},
|
|
453
470
|
/**
|
|
454
471
|
* 扩展插件
|
|
455
472
|
*/
|
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} 个'
|
|
@@ -418,7 +419,8 @@ export default {
|
|
|
418
419
|
seqTitle: '序号',
|
|
419
420
|
showSeq: '显示序号',
|
|
420
421
|
showCheckbox: '允许多选',
|
|
421
|
-
errSubDrag: '子表不支持该控件,请使用其他控件'
|
|
422
|
+
errSubDrag: '子表不支持该控件,请使用其他控件',
|
|
423
|
+
colPlace: '将控件拖拽进来'
|
|
422
424
|
},
|
|
423
425
|
uploadProp: {
|
|
424
426
|
limitFileCount: '文件数量限制',
|
|
@@ -443,13 +445,28 @@ export default {
|
|
|
443
445
|
},
|
|
444
446
|
search: {
|
|
445
447
|
addBtn: '编辑',
|
|
446
|
-
emptyText: '未配置查询条件'
|
|
448
|
+
emptyText: '未配置查询条件',
|
|
449
|
+
editPopupTitle: '编辑查询字段'
|
|
450
|
+
},
|
|
451
|
+
searchPopup: {
|
|
452
|
+
colTitle: '标题',
|
|
453
|
+
saveBtn: '保存'
|
|
447
454
|
}
|
|
448
455
|
},
|
|
449
456
|
text: {
|
|
450
457
|
copySuccess: '已复制到剪贴板',
|
|
451
458
|
copyError: '当前环境不支持该操作'
|
|
452
459
|
},
|
|
460
|
+
countdown: {
|
|
461
|
+
formats: {
|
|
462
|
+
yyyy: '年',
|
|
463
|
+
MM: '月',
|
|
464
|
+
dd: '天',
|
|
465
|
+
HH: '时',
|
|
466
|
+
mm: '分',
|
|
467
|
+
ss: '秒'
|
|
468
|
+
}
|
|
469
|
+
},
|
|
453
470
|
/**
|
|
454
471
|
* 扩展插件
|
|
455
472
|
*/
|
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} 个'
|
|
@@ -418,7 +419,8 @@ export default {
|
|
|
418
419
|
seqTitle: '序号',
|
|
419
420
|
showSeq: '显示序号',
|
|
420
421
|
showCheckbox: '允许多选',
|
|
421
|
-
errSubDrag: '子表不支持该控件,请使用其他控件'
|
|
422
|
+
errSubDrag: '子表不支持该控件,请使用其他控件',
|
|
423
|
+
colPlace: '将控件拖拽进来'
|
|
422
424
|
},
|
|
423
425
|
uploadProp: {
|
|
424
426
|
limitFileCount: '文件数量限制',
|
|
@@ -443,13 +445,28 @@ export default {
|
|
|
443
445
|
},
|
|
444
446
|
search: {
|
|
445
447
|
addBtn: '编辑',
|
|
446
|
-
emptyText: '未配置查询条件'
|
|
448
|
+
emptyText: '未配置查询条件',
|
|
449
|
+
editPopupTitle: '编辑查询字段'
|
|
450
|
+
},
|
|
451
|
+
searchPopup: {
|
|
452
|
+
colTitle: '标题',
|
|
453
|
+
saveBtn: '保存'
|
|
447
454
|
}
|
|
448
455
|
},
|
|
449
456
|
text: {
|
|
450
457
|
copySuccess: '已复制到剪贴板',
|
|
451
458
|
copyError: '当前环境不支持该操作'
|
|
452
459
|
},
|
|
460
|
+
countdown: {
|
|
461
|
+
formats: {
|
|
462
|
+
yyyy: '年',
|
|
463
|
+
MM: '月',
|
|
464
|
+
dd: '天',
|
|
465
|
+
HH: '时',
|
|
466
|
+
mm: '分',
|
|
467
|
+
ss: '秒'
|
|
468
|
+
}
|
|
469
|
+
},
|
|
453
470
|
/**
|
|
454
471
|
* 扩展插件
|
|
455
472
|
*/
|
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} 個'
|
|
@@ -416,7 +417,8 @@ export default {
|
|
|
416
417
|
seqTitle: '序號',
|
|
417
418
|
showSeq: '顯示序號',
|
|
418
419
|
showCheckbox: '允許多選',
|
|
419
|
-
errSubDrag: '子表不支持該控件,請使用其他控件'
|
|
420
|
+
errSubDrag: '子表不支持該控件,請使用其他控件',
|
|
421
|
+
colPlace: '将控件拖拽进来'
|
|
420
422
|
},
|
|
421
423
|
uploadProp: {
|
|
422
424
|
uploadProp: {
|
|
@@ -443,13 +445,28 @@ export default {
|
|
|
443
445
|
},
|
|
444
446
|
search: {
|
|
445
447
|
addBtn: '编辑',
|
|
446
|
-
emptyText: '未配置查询条件'
|
|
448
|
+
emptyText: '未配置查询条件',
|
|
449
|
+
editPopupTitle: '编辑查询字段'
|
|
450
|
+
},
|
|
451
|
+
searchPopup: {
|
|
452
|
+
colTitle: '标题',
|
|
453
|
+
saveBtn: '保存'
|
|
447
454
|
}
|
|
448
455
|
},
|
|
449
456
|
text: {
|
|
450
457
|
copySuccess: '已複製到剪貼板',
|
|
451
458
|
copyError: '當前環境不支持該操作'
|
|
452
459
|
},
|
|
460
|
+
countdown: {
|
|
461
|
+
formats: {
|
|
462
|
+
yyyy: '年',
|
|
463
|
+
MM: '月',
|
|
464
|
+
dd: '天',
|
|
465
|
+
HH: '时',
|
|
466
|
+
mm: '分',
|
|
467
|
+
ss: '秒'
|
|
468
|
+
}
|
|
469
|
+
},
|
|
453
470
|
/**
|
|
454
471
|
* 扩展插件
|
|
455
472
|
*/
|