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
|
@@ -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
|
* 扩展插件
|
|
@@ -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
|
* 扩展插件
|
|
@@ -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
|
* 扩展插件
|
|
@@ -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
|
* 扩展插件
|
|
@@ -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
|
* 扩展插件
|
|
@@ -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
|
* 扩展插件
|
|
@@ -86,6 +86,11 @@ export default defineComponent({
|
|
|
86
86
|
$xeTable.saveCustomStore('confirm')
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
+
const cancelCloseEvent: VxeButtonEvents.Click = ({ $event }) => {
|
|
90
|
+
$xeTable.closeCustom()
|
|
91
|
+
$xeTable.emitCustomEvent('close', $event)
|
|
92
|
+
}
|
|
93
|
+
|
|
89
94
|
const cancelCustomEvent: VxeButtonEvents.Click = ({ $event }) => {
|
|
90
95
|
const { customStore } = props
|
|
91
96
|
const { customColumnList } = reactData
|
|
@@ -153,51 +158,76 @@ export default defineComponent({
|
|
|
153
158
|
const changeCheckboxOption = (column: VxeTableDefines.ColumnInfo) => {
|
|
154
159
|
const isChecked = !column.renderVisible
|
|
155
160
|
const customOpts = computeCustomOpts.value
|
|
156
|
-
XEUtils.eachTree([column], (item) => {
|
|
157
|
-
item.renderVisible = isChecked
|
|
158
|
-
item.halfVisible = false
|
|
159
|
-
})
|
|
160
|
-
handleOptionCheck(column)
|
|
161
161
|
if (customOpts.immediate) {
|
|
162
|
+
XEUtils.eachTree([column], (item) => {
|
|
163
|
+
item.visible = isChecked
|
|
164
|
+
item.renderVisible = isChecked
|
|
165
|
+
item.halfVisible = false
|
|
166
|
+
})
|
|
162
167
|
$xeTable.handleCustom()
|
|
163
168
|
$xeTable.saveCustomStore('update:visible')
|
|
169
|
+
} else {
|
|
170
|
+
XEUtils.eachTree([column], (item) => {
|
|
171
|
+
item.renderVisible = isChecked
|
|
172
|
+
item.halfVisible = false
|
|
173
|
+
})
|
|
164
174
|
}
|
|
175
|
+
handleOptionCheck(column)
|
|
165
176
|
$xeTable.checkCustomStatus()
|
|
166
177
|
}
|
|
167
178
|
|
|
168
179
|
const changeFixedOption = (column: VxeTableDefines.ColumnInfo, colFixed: VxeColumnPropTypes.Fixed) => {
|
|
169
180
|
const isMaxFixedColumn = computeIsMaxFixedColumn.value
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
181
|
+
const customOpts = computeCustomOpts.value
|
|
182
|
+
if (customOpts.immediate) {
|
|
183
|
+
if (column.renderFixed === colFixed) {
|
|
184
|
+
column.fixed = ''
|
|
185
|
+
column.renderFixed = ''
|
|
186
|
+
} else {
|
|
187
|
+
if (!isMaxFixedColumn || column.renderFixed) {
|
|
188
|
+
column.fixed = colFixed
|
|
189
|
+
column.renderFixed = colFixed
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
$xeTable.handleCustom()
|
|
193
|
+
$xeTable.saveCustomStore('update:fixed')
|
|
173
194
|
} else {
|
|
174
|
-
if (
|
|
175
|
-
column.renderFixed =
|
|
176
|
-
|
|
195
|
+
if (column.renderFixed === colFixed) {
|
|
196
|
+
column.renderFixed = ''
|
|
197
|
+
} else {
|
|
198
|
+
if (!isMaxFixedColumn || column.renderFixed) {
|
|
199
|
+
column.renderFixed = colFixed
|
|
200
|
+
}
|
|
177
201
|
}
|
|
178
202
|
}
|
|
179
203
|
}
|
|
180
204
|
|
|
181
|
-
// const changePopupFixedOption = () => {
|
|
182
|
-
// const isMaxFixedColumn = computeIsMaxFixedColumn.value
|
|
183
|
-
// if (!isMaxFixedColumn) {
|
|
184
|
-
// // $xeTable.setColumnFixed(column, column.fixed)
|
|
185
|
-
// }
|
|
186
|
-
// }
|
|
187
|
-
|
|
188
205
|
const allOptionEvent = () => {
|
|
189
206
|
const { customStore } = props
|
|
190
207
|
const { customColumnList } = reactData
|
|
191
208
|
const customOpts = computeCustomOpts.value
|
|
192
209
|
const { checkMethod } = customOpts
|
|
193
210
|
const isAll = !customStore.isAll
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
column
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
211
|
+
if (customOpts.immediate) {
|
|
212
|
+
XEUtils.eachTree(customColumnList, (column) => {
|
|
213
|
+
if (!checkMethod || checkMethod({ column })) {
|
|
214
|
+
column.visible = isAll
|
|
215
|
+
column.renderVisible = isAll
|
|
216
|
+
column.halfVisible = false
|
|
217
|
+
}
|
|
218
|
+
})
|
|
219
|
+
customStore.isAll = isAll
|
|
220
|
+
$xeTable.handleCustom()
|
|
221
|
+
$xeTable.saveCustomStore('update:visible')
|
|
222
|
+
} else {
|
|
223
|
+
XEUtils.eachTree(customColumnList, (column) => {
|
|
224
|
+
if (!checkMethod || checkMethod({ column })) {
|
|
225
|
+
column.renderVisible = isAll
|
|
226
|
+
column.halfVisible = false
|
|
227
|
+
}
|
|
228
|
+
})
|
|
229
|
+
customStore.isAll = isAll
|
|
230
|
+
}
|
|
201
231
|
$xeTable.checkCustomStatus()
|
|
202
232
|
}
|
|
203
233
|
|
|
@@ -234,6 +264,7 @@ export default defineComponent({
|
|
|
234
264
|
|
|
235
265
|
const sortDragendEvent = (evnt: DragEvent) => {
|
|
236
266
|
const { customColumnList } = reactData
|
|
267
|
+
const customOpts = computeCustomOpts.value
|
|
237
268
|
const trEl = evnt.currentTarget as HTMLElement
|
|
238
269
|
const dragHintEl = dragHintElemRef.value
|
|
239
270
|
if (prevDropTrEl) {
|
|
@@ -269,6 +300,17 @@ export default defineComponent({
|
|
|
269
300
|
}
|
|
270
301
|
removeClass(trEl, 'active--drag-target')
|
|
271
302
|
removeClass(trEl, 'active--drag-origin')
|
|
303
|
+
|
|
304
|
+
if (customOpts.immediate) {
|
|
305
|
+
XEUtils.eachTree(customColumnList, (column, index, items, path, parent) => {
|
|
306
|
+
if (!parent) {
|
|
307
|
+
const sortIndex = index + 1
|
|
308
|
+
column.renderSortNumber = sortIndex
|
|
309
|
+
}
|
|
310
|
+
})
|
|
311
|
+
$xeTable.handleCustom()
|
|
312
|
+
$xeTable.saveCustomStore('update:sort')
|
|
313
|
+
}
|
|
272
314
|
}
|
|
273
315
|
|
|
274
316
|
const sortDragoverEvent = (evnt: DragEvent) => {
|
|
@@ -327,6 +369,7 @@ export default defineComponent({
|
|
|
327
369
|
const isColGroup = column.children && column.children.length
|
|
328
370
|
const colTitle = formatText(column.getTitle(), 1)
|
|
329
371
|
const isDisabled = checkMethod ? !checkMethod({ column }) : false
|
|
372
|
+
const isHidden = !isChecked
|
|
330
373
|
colVNs.push(
|
|
331
374
|
h('li', {
|
|
332
375
|
key: column.id,
|
|
@@ -362,10 +405,16 @@ export default defineComponent({
|
|
|
362
405
|
class: 'vxe-table-custom--sort-option'
|
|
363
406
|
}, [
|
|
364
407
|
h('span', {
|
|
365
|
-
class: 'vxe-table-custom--sort-btn',
|
|
408
|
+
class: ['vxe-table-custom--sort-btn', {
|
|
409
|
+
'is--disabled': isHidden
|
|
410
|
+
}],
|
|
366
411
|
title: getI18n('vxe.custom.setting.sortHelpTip'),
|
|
367
|
-
|
|
368
|
-
|
|
412
|
+
...(isHidden
|
|
413
|
+
? {}
|
|
414
|
+
: {
|
|
415
|
+
onMousedown: sortMousedownEvent,
|
|
416
|
+
onMouseup: sortMouseupEvent
|
|
417
|
+
})
|
|
369
418
|
}, [
|
|
370
419
|
h('i', {
|
|
371
420
|
class: getIcon().TABLE_CUSTOM_SORT
|
|
@@ -387,26 +436,30 @@ export default defineComponent({
|
|
|
387
436
|
? h('div', {
|
|
388
437
|
class: 'vxe-table-custom--fixed-option'
|
|
389
438
|
}, [
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
'
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
439
|
+
VxeUIButtonComponent
|
|
440
|
+
? h(VxeUIButtonComponent, {
|
|
441
|
+
mode: 'text',
|
|
442
|
+
icon: column.renderFixed === 'left' ? getIcon().TOOLBAR_TOOLS_FIXED_LEFT_ACTIVE : getIcon().TOOLBAR_TOOLS_FIXED_LEFT,
|
|
443
|
+
status: column.renderFixed === 'left' ? 'primary' : '',
|
|
444
|
+
disabled: isHidden || (isMaxFixedColumn && !column.renderFixed),
|
|
445
|
+
title: getI18n(column.renderFixed === 'left' ? 'vxe.toolbar.cancelFixed' : 'vxe.toolbar.fixedLeft'),
|
|
446
|
+
onClick: () => {
|
|
447
|
+
changeFixedOption(column, 'left')
|
|
448
|
+
}
|
|
449
|
+
})
|
|
450
|
+
: createCommentVNode(),
|
|
451
|
+
VxeUIButtonComponent
|
|
452
|
+
? h(VxeUIButtonComponent, {
|
|
453
|
+
mode: 'text',
|
|
454
|
+
icon: column.renderFixed === 'right' ? getIcon().TOOLBAR_TOOLS_FIXED_RIGHT_ACTIVE : getIcon().TOOLBAR_TOOLS_FIXED_RIGHT,
|
|
455
|
+
status: column.renderFixed === 'right' ? 'primary' : '',
|
|
456
|
+
disabled: isHidden || (isMaxFixedColumn && !column.renderFixed),
|
|
457
|
+
title: getI18n(column.renderFixed === 'right' ? 'vxe.toolbar.cancelFixed' : 'vxe.toolbar.fixedRight'),
|
|
458
|
+
onClick: () => {
|
|
459
|
+
changeFixedOption(column, 'right')
|
|
460
|
+
}
|
|
461
|
+
})
|
|
462
|
+
: createCommentVNode()
|
|
410
463
|
])
|
|
411
464
|
: createCommentVNode()
|
|
412
465
|
])
|
|
@@ -477,20 +530,38 @@ export default defineComponent({
|
|
|
477
530
|
? h('div', {
|
|
478
531
|
class: 'vxe-table-custom--footer'
|
|
479
532
|
}, [
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
533
|
+
VxeUIButtonComponent
|
|
534
|
+
? h(VxeUIButtonComponent, {
|
|
535
|
+
mode: 'text',
|
|
536
|
+
content: customOpts.resetButtonText || getI18n('vxe.table.customRestore'),
|
|
537
|
+
onClick: resetCustomEvent
|
|
538
|
+
})
|
|
539
|
+
: createCommentVNode(),
|
|
540
|
+
customOpts.immediate
|
|
541
|
+
? (VxeUIButtonComponent
|
|
542
|
+
? h(VxeUIButtonComponent, {
|
|
543
|
+
mode: 'text',
|
|
544
|
+
content: customOpts.closeButtonText || getI18n('vxe.table.customClose'),
|
|
545
|
+
onClick: cancelCloseEvent
|
|
546
|
+
})
|
|
547
|
+
: createCommentVNode())
|
|
548
|
+
: (VxeUIButtonComponent
|
|
549
|
+
? h(VxeUIButtonComponent, {
|
|
550
|
+
mode: 'text',
|
|
551
|
+
content: customOpts.cancelButtonText || getI18n('vxe.table.customCancel'),
|
|
552
|
+
onClick: cancelCustomEvent
|
|
553
|
+
})
|
|
554
|
+
: createCommentVNode()),
|
|
484
555
|
customOpts.immediate
|
|
485
556
|
? createCommentVNode()
|
|
486
|
-
:
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
557
|
+
: (VxeUIButtonComponent
|
|
558
|
+
? h(VxeUIButtonComponent, {
|
|
559
|
+
mode: 'text',
|
|
560
|
+
status: 'primary',
|
|
561
|
+
content: customOpts.confirmButtonText || getI18n('vxe.table.customConfirm'),
|
|
562
|
+
onClick: confirmCustomEvent
|
|
563
|
+
})
|
|
564
|
+
: createCommentVNode())
|
|
494
565
|
])
|
|
495
566
|
: null
|
|
496
567
|
]
|
|
@@ -517,6 +588,7 @@ export default defineComponent({
|
|
|
517
588
|
const colTitle = formatText(column.getTitle(), 1)
|
|
518
589
|
const isColGroup = column.children && column.children.length
|
|
519
590
|
const isDisabled = checkMethod ? !checkMethod({ column }) : false
|
|
591
|
+
const isHidden = !isChecked
|
|
520
592
|
trVNs.push(
|
|
521
593
|
h('tr', {
|
|
522
594
|
key: column.id,
|
|
@@ -557,10 +629,16 @@ export default defineComponent({
|
|
|
557
629
|
}, [
|
|
558
630
|
column.level === 1
|
|
559
631
|
? h('span', {
|
|
560
|
-
class: 'vxe-table-custom-popup--column-sort-btn',
|
|
632
|
+
class: ['vxe-table-custom-popup--column-sort-btn', {
|
|
633
|
+
'is--disabled': isHidden
|
|
634
|
+
}],
|
|
561
635
|
title: getI18n('vxe.custom.setting.sortHelpTip'),
|
|
562
|
-
|
|
563
|
-
|
|
636
|
+
...(isHidden
|
|
637
|
+
? {}
|
|
638
|
+
: {
|
|
639
|
+
onMousedown: sortMousedownEvent,
|
|
640
|
+
onMouseup: sortMouseupEvent
|
|
641
|
+
})
|
|
564
642
|
}, [
|
|
565
643
|
h('i', {
|
|
566
644
|
class: getIcon().TABLE_CUSTOM_SORT
|
|
@@ -588,12 +666,13 @@ export default defineComponent({
|
|
|
588
666
|
? h('td', {
|
|
589
667
|
class: 'vxe-table-custom-popup--column-item col--resizable'
|
|
590
668
|
}, [
|
|
591
|
-
|
|
669
|
+
column.children && column.children.length
|
|
592
670
|
? h('span', '-')
|
|
593
671
|
: (
|
|
594
672
|
VxeUIInputComponent
|
|
595
673
|
? h(VxeUIInputComponent, {
|
|
596
674
|
type: 'integer',
|
|
675
|
+
disabled: isHidden,
|
|
597
676
|
modelValue: column.renderResizeWidth,
|
|
598
677
|
'onUpdate:modelValue' (value: any) {
|
|
599
678
|
column.renderResizeWidth = Math.max(0, Number(value))
|
|
@@ -615,17 +694,15 @@ export default defineComponent({
|
|
|
615
694
|
modelValue: column.renderFixed || '',
|
|
616
695
|
type: 'button',
|
|
617
696
|
size: 'mini',
|
|
697
|
+
disabled: isHidden,
|
|
618
698
|
options: [
|
|
619
|
-
{ label: getI18n('vxe.custom.setting.fixedLeft'), value: 'left', disabled: isMaxFixedColumn },
|
|
620
|
-
{ label: getI18n('vxe.custom.setting.fixedUnset'), value: '' },
|
|
621
|
-
{ label: getI18n('vxe.custom.setting.fixedRight'), value: 'right', disabled: isMaxFixedColumn }
|
|
699
|
+
{ label: getI18n('vxe.custom.setting.fixedLeft'), value: 'left', disabled: isHidden || isMaxFixedColumn },
|
|
700
|
+
{ label: getI18n('vxe.custom.setting.fixedUnset'), value: '', disabled: isHidden },
|
|
701
|
+
{ label: getI18n('vxe.custom.setting.fixedRight'), value: 'right', disabled: isHidden || isMaxFixedColumn }
|
|
622
702
|
],
|
|
623
703
|
'onUpdate:modelValue' (value: any) {
|
|
624
704
|
column.renderFixed = value
|
|
625
705
|
}
|
|
626
|
-
// onChange () {
|
|
627
|
-
// changePopupFixedOption(column)
|
|
628
|
-
// }
|
|
629
706
|
})
|
|
630
707
|
: createCommentVNode()
|
|
631
708
|
)
|