vxe-table 4.12.0-beta.2 → 4.12.0-beta.21
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 +61 -44
- package/es/locale/lang/ar-EG.js +7 -1
- package/es/locale/lang/de-DE.js +7 -1
- package/es/locale/lang/en-US.js +7 -1
- package/es/locale/lang/es-ES.js +7 -1
- package/es/locale/lang/fr-FR.js +7 -1
- package/es/locale/lang/hu-HU.js +7 -1
- package/es/locale/lang/hy-AM.js +7 -1
- package/es/locale/lang/id-ID.js +7 -1
- package/es/locale/lang/it-IT.js +7 -1
- package/es/locale/lang/ja-JP.js +7 -1
- package/es/locale/lang/ko-KR.js +7 -1
- package/es/locale/lang/nb-NO.js +7 -1
- package/es/locale/lang/pt-BR.js +7 -1
- package/es/locale/lang/ru-RU.js +7 -1
- package/es/locale/lang/th-TH.js +7 -1
- package/es/locale/lang/ug-CN.js +7 -1
- package/es/locale/lang/uk-UA.js +7 -1
- package/es/locale/lang/vi-VN.js +7 -1
- package/es/locale/lang/zh-CHT.js +7 -1
- package/es/locale/lang/zh-CN.js +7 -1
- package/es/style.css +1 -1
- package/es/table/module/edit/hook.js +8 -10
- package/es/table/module/filter/panel.js +12 -2
- package/es/table/module/keyboard/hook.js +47 -4
- package/es/table/module/validator/hook.js +2 -2
- package/es/table/render/index.js +91 -60
- package/es/table/src/body.js +22 -17
- package/es/table/src/cell.js +25 -20
- package/es/table/src/footer.js +9 -4
- package/es/table/src/header.js +2 -2
- package/es/table/src/props.js +4 -0
- package/es/table/src/table.js +616 -411
- package/es/table/src/util.js +58 -3
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/helper/vetur/attributes.json +1 -1
- package/helper/vetur/tags.json +1 -1
- package/lib/grid/src/grid.js +58 -48
- package/lib/grid/src/grid.min.js +1 -1
- package/lib/index.umd.js +1281 -12149
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/ar-EG.js +7 -1
- package/lib/locale/lang/ar-EG.min.js +1 -1
- package/lib/locale/lang/de-DE.js +7 -1
- package/lib/locale/lang/de-DE.min.js +1 -1
- package/lib/locale/lang/en-US.js +7 -1
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +7 -1
- package/lib/locale/lang/es-ES.js +7 -1
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +7 -1
- package/lib/locale/lang/fr-FR.js +7 -1
- package/lib/locale/lang/fr-FR.min.js +1 -1
- package/lib/locale/lang/hu-HU.js +7 -1
- package/lib/locale/lang/hu-HU.min.js +1 -1
- package/lib/locale/lang/hu-HU.umd.js +7 -1
- package/lib/locale/lang/hy-AM.js +7 -1
- package/lib/locale/lang/hy-AM.min.js +1 -1
- package/lib/locale/lang/id-ID.js +7 -1
- package/lib/locale/lang/id-ID.min.js +1 -1
- package/lib/locale/lang/it-IT.js +7 -1
- package/lib/locale/lang/it-IT.min.js +1 -1
- package/lib/locale/lang/ja-JP.js +7 -1
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +7 -1
- package/lib/locale/lang/ko-KR.js +7 -1
- package/lib/locale/lang/ko-KR.min.js +1 -1
- package/lib/locale/lang/ko-KR.umd.js +7 -1
- package/lib/locale/lang/nb-NO.js +7 -1
- package/lib/locale/lang/nb-NO.min.js +1 -1
- package/lib/locale/lang/pt-BR.js +7 -1
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +7 -1
- package/lib/locale/lang/ru-RU.js +7 -1
- package/lib/locale/lang/ru-RU.min.js +1 -1
- package/lib/locale/lang/ru-RU.umd.js +7 -1
- package/lib/locale/lang/th-TH.js +7 -1
- package/lib/locale/lang/th-TH.min.js +1 -1
- package/lib/locale/lang/ug-CN.js +7 -1
- package/lib/locale/lang/ug-CN.min.js +1 -1
- package/lib/locale/lang/uk-UA.js +7 -1
- package/lib/locale/lang/uk-UA.min.js +1 -1
- package/lib/locale/lang/uk-UA.umd.js +7 -1
- package/lib/locale/lang/vi-VN.js +7 -1
- package/lib/locale/lang/vi-VN.min.js +1 -1
- package/lib/locale/lang/zh-CHT.js +7 -1
- package/lib/locale/lang/zh-CHT.min.js +1 -1
- package/lib/locale/lang/zh-CN.js +7 -1
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +7 -1
- package/lib/style.css +1 -1
- package/lib/table/module/edit/hook.js +10 -11
- package/lib/table/module/edit/hook.min.js +1 -1
- package/lib/table/module/filter/panel.js +8 -2
- package/lib/table/module/filter/panel.min.js +1 -1
- package/lib/table/module/keyboard/hook.js +51 -4
- package/lib/table/module/keyboard/hook.min.js +1 -1
- package/lib/table/module/validator/hook.js +3 -3
- package/lib/table/module/validator/hook.min.js +1 -1
- package/lib/table/render/index.js +100 -65
- package/lib/table/render/index.min.js +1 -1
- package/lib/table/src/body.js +27 -17
- package/lib/table/src/body.min.js +1 -1
- package/lib/table/src/cell.js +37 -21
- package/lib/table/src/cell.min.js +1 -1
- package/lib/table/src/footer.js +9 -3
- package/lib/table/src/footer.min.js +1 -1
- package/lib/table/src/header.js +2 -1
- package/lib/table/src/header.min.js +1 -1
- package/lib/table/src/props.js +4 -0
- package/lib/table/src/props.min.js +1 -1
- package/lib/table/src/table.js +727 -445
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/src/util.js +65 -6
- package/lib/table/src/util.min.js +1 -1
- package/lib/ui/index.js +1 -1
- 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/grid/src/grid.ts +65 -50
- package/packages/locale/lang/ar-EG.ts +7 -1
- package/packages/locale/lang/de-DE.ts +7 -1
- package/packages/locale/lang/en-US.ts +7 -1
- package/packages/locale/lang/es-ES.ts +7 -1
- package/packages/locale/lang/fr-FR.ts +7 -1
- package/packages/locale/lang/hu-HU.ts +7 -1
- package/packages/locale/lang/hy-AM.ts +7 -1
- package/packages/locale/lang/id-ID.ts +7 -1
- package/packages/locale/lang/it-IT.ts +7 -1
- package/packages/locale/lang/ja-JP.ts +7 -1
- package/packages/locale/lang/ko-KR.ts +7 -1
- package/packages/locale/lang/nb-NO.ts +7 -1
- package/packages/locale/lang/pt-BR.ts +7 -1
- package/packages/locale/lang/ru-RU.ts +7 -1
- package/packages/locale/lang/th-TH.ts +7 -1
- package/packages/locale/lang/ug-CN.ts +7 -1
- package/packages/locale/lang/uk-UA.ts +7 -1
- package/packages/locale/lang/vi-VN.ts +7 -1
- package/packages/locale/lang/zh-CHT.ts +7 -1
- package/packages/locale/lang/zh-CN.ts +7 -1
- package/packages/table/module/edit/hook.ts +8 -10
- package/packages/table/module/filter/panel.ts +12 -2
- package/packages/table/module/keyboard/hook.ts +47 -6
- package/packages/table/module/validator/hook.ts +2 -2
- package/packages/table/render/index.ts +90 -59
- package/packages/table/src/body.ts +21 -16
- package/packages/table/src/cell.ts +25 -20
- package/packages/table/src/footer.ts +9 -4
- package/packages/table/src/header.ts +2 -2
- package/packages/table/src/props.ts +4 -0
- package/packages/table/src/table.ts +625 -411
- package/packages/table/src/util.ts +66 -3
- /package/es/{iconfont.1741080000843.ttf → iconfont.1742437957812.ttf} +0 -0
- /package/es/{iconfont.1741080000843.woff → iconfont.1742437957812.woff} +0 -0
- /package/es/{iconfont.1741080000843.woff2 → iconfont.1742437957812.woff2} +0 -0
- /package/lib/{iconfont.1741080000843.ttf → iconfont.1742437957812.ttf} +0 -0
- /package/lib/{iconfont.1741080000843.woff → iconfont.1742437957812.woff} +0 -0
- /package/lib/{iconfont.1741080000843.woff2 → iconfont.1742437957812.woff2} +0 -0
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: '树表格不支持导入',
|
|
52
52
|
treeCrossDrag: '只能拖拽第一层级',
|
|
53
53
|
treeDragChild: '父级不能拖拽到自己的子级中',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: "Aucune donnée pour l'instant",
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: '冻结在右侧',
|
|
238
239
|
cancelFixed: '取消冻结列'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} 年'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: '01 月',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: '清除排序',
|
|
571
576
|
sortAsc: '升序',
|
|
572
577
|
sortDesc: '降序',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: '清除排序',
|
|
675
681
|
sortAsc: '升序',
|
|
676
682
|
sortDesc: '降序',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: 'A fatáblák nem támogatják az importálást',
|
|
52
52
|
treeCrossDrag: '只能拖拽第一层级',
|
|
53
53
|
treeDragChild: '父级不能拖拽到自己的子级中',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: 'Még nincsenek adatok',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: 'lefagyott a jobb oldalon',
|
|
238
239
|
cancelFixed: 'Oldja fel az oszlopot'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} év'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: 'január',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: 'Tiszta rendezés',
|
|
571
576
|
sortAsc: 'Növekvő sorrend',
|
|
572
577
|
sortDesc: 'csökkenő sorrendben',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: 'Tiszta rendezés',
|
|
675
681
|
sortAsc: 'Növekvő sorrend',
|
|
676
682
|
sortDesc: 'csökkenő sorrendben',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: '树表格不支持导入',
|
|
52
52
|
treeCrossDrag: '只能拖拽第一层级',
|
|
53
53
|
treeDragChild: '父级不能拖拽到自己的子级中',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: '暂无数据',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: '冻结在右侧',
|
|
238
239
|
cancelFixed: '取消冻结列'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} 年'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: '01 月',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: '清除排序',
|
|
571
576
|
sortAsc: '升序',
|
|
572
577
|
sortDesc: '降序',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: '清除排序',
|
|
675
681
|
sortAsc: '升序',
|
|
676
682
|
sortDesc: '降序',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: '树表格不支持导入',
|
|
52
52
|
treeCrossDrag: '只能拖拽第一层级',
|
|
53
53
|
treeDragChild: '父级不能拖拽到自己的子级中',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: '暂无数据',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: '冻结在右侧',
|
|
238
239
|
cancelFixed: '取消冻结列'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} 年'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: '01 月',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: '清除排序',
|
|
571
576
|
sortAsc: '升序',
|
|
572
577
|
sortDesc: '降序',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: '清除排序',
|
|
675
681
|
sortAsc: '升序',
|
|
676
682
|
sortDesc: '降序',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: "Le tabelle dell'albero non supportano l'importazione",
|
|
52
52
|
treeCrossDrag: 'È possibile trascinare solo il primo livello',
|
|
53
53
|
treeDragChild: 'Un genitore non può essere trascinato nei propri figli',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: 'Nessun dato ancora',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: 'congelato a destra',
|
|
238
239
|
cancelFixed: 'Sblocca colonna'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} anni'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: 'Gennaio',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: 'Ordinamento chiaro',
|
|
571
576
|
sortAsc: 'Ordine crescente',
|
|
572
577
|
sortDesc: 'ordine decrescente',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: 'Ordinamento chiaro',
|
|
675
681
|
sortAsc: 'Ordine crescente',
|
|
676
682
|
sortDesc: 'ordine decrescente',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: 'ツリーテーブルはインポートをサポートしていません',
|
|
52
52
|
treeCrossDrag: '只能拖拽第一层级',
|
|
53
53
|
treeDragChild: '父级不能拖拽到自己的子级中',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: 'データがありません',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: '右側に固定',
|
|
238
239
|
cancelFixed: '列固定を取消'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} 年'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: '1月',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: 'ソートクリア',
|
|
571
576
|
sortAsc: '昇順',
|
|
572
577
|
sortDesc: '降順',
|
|
@@ -630,6 +635,7 @@ export default {
|
|
|
630
635
|
},
|
|
631
636
|
combination: {
|
|
632
637
|
menus: {
|
|
638
|
+
sort: '排序',
|
|
633
639
|
clearSort: '清除排序',
|
|
634
640
|
sortAsc: '升序',
|
|
635
641
|
sortDesc: '降序',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: '트리 테이블은 가져오기를 지원하지 않습니다.',
|
|
52
52
|
treeCrossDrag: '첫 번째 계층만 드래그할 수 있습니다.',
|
|
53
53
|
treeDragChild: '부모 항목은 자신의 하위 항목으로 드래그할 수 없습니다.',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: '데이터가 없습니다.',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: '오른쪽에 고정',
|
|
238
239
|
cancelFixed: '고정 해제'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} 년'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: '01 월',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: '정렬 지우기',
|
|
571
576
|
sortAsc: '오름차순',
|
|
572
577
|
sortDesc: '내림차순',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: '정렬 지우기',
|
|
675
681
|
sortAsc: '오름차순',
|
|
676
682
|
sortDesc: '내림차순',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: '树表格不支持导入',
|
|
52
52
|
treeCrossDrag: '只能拖拽第一层级',
|
|
53
53
|
treeDragChild: '父级不能拖拽到自己的子级中',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: 'Ingen data ennå',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: '冻结在右侧',
|
|
238
239
|
cancelFixed: '取消冻结列'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} 年'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: '01 月',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: '清除排序',
|
|
571
576
|
sortAsc: '升序',
|
|
572
577
|
sortDesc: '降序',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: '清除排序',
|
|
675
681
|
sortAsc: '升序',
|
|
676
682
|
sortDesc: '降序',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: 'A tabela de árvore não suporta importação.',
|
|
52
52
|
treeCrossDrag: '只能拖拽第一层级',
|
|
53
53
|
treeDragChild: '父级不能拖拽到自己的子级中',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: 'Sem dados',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: 'Freeze on the right',
|
|
238
239
|
cancelFixed: 'Unfreeze column'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} лет'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: 'Janeiro',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: '清除排序',
|
|
571
576
|
sortAsc: '升序',
|
|
572
577
|
sortDesc: '降序',
|
|
@@ -630,6 +635,7 @@ export default {
|
|
|
630
635
|
},
|
|
631
636
|
combination: {
|
|
632
637
|
menus: {
|
|
638
|
+
sort: '排序',
|
|
633
639
|
clearSort: 'Limpar ordenação',
|
|
634
640
|
sortAsc: 'Ordem ascendente',
|
|
635
641
|
sortDesc: 'Ordem descendente',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: 'Древовидные таблицы не поддерживают импорт.',
|
|
52
52
|
treeCrossDrag: 'Перетаскивать можно только первый уровень',
|
|
53
53
|
treeDragChild: 'Родителя нельзя перетащить в своих дочерних элементов',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install.'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install.',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: 'Данных пока нет',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: 'замер справа',
|
|
238
239
|
cancelFixed: 'Разморозить столбец'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} лет'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: 'январь',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: 'Очистить сортировку',
|
|
571
576
|
sortAsc: 'По возрастанию',
|
|
572
577
|
sortDesc: 'порядок убывания',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: 'Очистить сортировку',
|
|
675
681
|
sortAsc: 'По возрастанию',
|
|
676
682
|
sortDesc: 'порядок убывания',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: 'ตารางแผนผังไม่รองรับการนำเข้า',
|
|
52
52
|
treeCrossDrag: 'สามารถลากได้เฉพาะระดับแรกเท่านั้น',
|
|
53
53
|
treeDragChild: 'ผู้ปกครองไม่สามารถถูกลากเข้าไปในลูกของตัวเองได้',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: 'ยังไม่มีข้อมูล',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: 'แช่แข็งทางด้านขวา',
|
|
238
239
|
cancelFixed: 'เลิกตรึงคอลัมน์'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} ปี'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: 'มกราคม',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: 'เรียงลำดับให้ชัดเจน',
|
|
571
576
|
sortAsc: 'ลำดับจากน้อยไปหามาก',
|
|
572
577
|
sortDesc: 'ลำดับจากมากไปน้อย',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: 'เรียงลำดับให้ชัดเจน',
|
|
675
681
|
sortAsc: 'ลำดับจากน้อยไปหามาก',
|
|
676
682
|
sortDesc: 'ลำดับจากมากไปน้อย',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: 'دەرەخ شەكىللىك جەدىۋەلنى ئەكىرىشنى قوللىمايدۇ',
|
|
52
52
|
treeCrossDrag: '只能拖拽第一层级',
|
|
53
53
|
treeDragChild: '父级不能拖拽到自己的子级中',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: 'ھازىرچە ئۇچۇر يوق',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: 'ئوڭ ياندا توڭلىتىش',
|
|
238
239
|
cancelFixed: 'قۇر توڭلىتىشنى ئەمەلدىن قالدۇرۇش'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} يىل'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: '01 ئاي',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: 'تەرتىپنى تازىلاش',
|
|
571
576
|
sortAsc: 'ئېشىش',
|
|
572
577
|
sortDesc: 'كېمىيىش',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: 'تەرتىپنى تازىلاش',
|
|
675
681
|
sortAsc: 'ئېشىش',
|
|
676
682
|
sortDesc: 'كېمىيىش',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: 'Деревовидна таблиця не підтримує імпорт',
|
|
52
52
|
treeCrossDrag: 'Можна перетягувати тільки на першому рівні',
|
|
53
53
|
treeDragChild: 'Батьківський елемент не можна перетягнути в свій дочірній елемент',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: 'Немає даних',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: 'Зафіксувати праворуч',
|
|
238
239
|
cancelFixed: 'Скасувати фіксацію стовпця'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} 年'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: '01 місяць',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: 'Очистити сортування',
|
|
571
576
|
sortAsc: 'По зростанню',
|
|
572
577
|
sortDesc: 'По спаданню',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: 'Очистити сортування',
|
|
675
681
|
sortAsc: 'По зростанню',
|
|
676
682
|
sortDesc: 'По спаданню',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: '树表格不支持导入',
|
|
52
52
|
treeCrossDrag: '只能拖拽第一层级',
|
|
53
53
|
treeDragChild: '父级不能拖拽到自己的子级中',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: '暂无数据',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: '冻结在右侧',
|
|
238
239
|
cancelFixed: '取消冻结列'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} 年'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: '01 月',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: '清除排序',
|
|
571
576
|
sortAsc: '升序',
|
|
572
577
|
sortDesc: '降序',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: '清除排序',
|
|
675
681
|
sortAsc: '升序',
|
|
676
682
|
sortDesc: '降序',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: '樹表格不支援導入',
|
|
52
52
|
treeCrossDrag: '只能拖曳第一層級',
|
|
53
53
|
treeDragChild: '父級不能拖曳到自己的子級中',
|
|
54
|
-
reqPlugin: '擴展挿件未安裝 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '擴展挿件未安裝 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: '暫無數據',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: '凍結在右側',
|
|
238
239
|
cancelFixed: '取消凍結列'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} 年'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: '01 月',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: '清除排序',
|
|
571
576
|
sortAsc: '升序',
|
|
572
577
|
sortDesc: '降序',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: '清除排序',
|
|
675
681
|
sortAsc: '升序',
|
|
676
682
|
sortDesc: '降序',
|
|
@@ -51,7 +51,8 @@ export default {
|
|
|
51
51
|
treeNotImp: '树表格不支持导入',
|
|
52
52
|
treeCrossDrag: '只能拖拽第一层级',
|
|
53
53
|
treeDragChild: '父级不能拖拽到自己的子级中',
|
|
54
|
-
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
54
|
+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
55
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
55
56
|
},
|
|
56
57
|
table: {
|
|
57
58
|
emptyText: '暂无数据',
|
|
@@ -237,6 +238,9 @@ export default {
|
|
|
237
238
|
fixedRight: '冻结在右侧',
|
|
238
239
|
cancelFixed: '取消冻结列'
|
|
239
240
|
},
|
|
241
|
+
datePicker: {
|
|
242
|
+
yearTitle: '{0} 年'
|
|
243
|
+
},
|
|
240
244
|
input: {
|
|
241
245
|
date: {
|
|
242
246
|
m1: '01 月',
|
|
@@ -567,6 +571,7 @@ export default {
|
|
|
567
571
|
},
|
|
568
572
|
filterCombination: {
|
|
569
573
|
menus: {
|
|
574
|
+
sort: '排序',
|
|
570
575
|
clearSort: '清除排序',
|
|
571
576
|
sortAsc: '升序',
|
|
572
577
|
sortDesc: '降序',
|
|
@@ -671,6 +676,7 @@ export default {
|
|
|
671
676
|
},
|
|
672
677
|
combination: {
|
|
673
678
|
menus: {
|
|
679
|
+
sort: '排序',
|
|
674
680
|
clearSort: '清除排序',
|
|
675
681
|
sortAsc: '升序',
|
|
676
682
|
sortDesc: '降序',
|
|
@@ -490,15 +490,14 @@ hooks.add('tableEditModule', {
|
|
|
490
490
|
*/
|
|
491
491
|
remove (rows: any) {
|
|
492
492
|
const { treeConfig } = props
|
|
493
|
-
const { mergeList, editStore
|
|
494
|
-
const { tableFullTreeData, afterFullData, tableFullData } = internalData
|
|
493
|
+
const { mergeList, editStore } = reactData
|
|
494
|
+
const { tableFullTreeData, selectCheckboxMaps, afterFullData, tableFullData, pendingRowMaps } = internalData
|
|
495
495
|
const checkboxOpts = computeCheckboxOpts.value
|
|
496
496
|
const treeOpts = computeTreeOpts.value
|
|
497
497
|
const { transform, mapChildrenField } = treeOpts
|
|
498
498
|
const childrenField = treeOpts.children || treeOpts.childrenField
|
|
499
499
|
const { actived, removeMaps } = editStore
|
|
500
500
|
const insertDataRowMaps = Object.assign({}, editStore.insertMaps)
|
|
501
|
-
const pendingDataRowMaps = Object.assign({}, reactData.pendingRowMaps)
|
|
502
501
|
const { checkField } = checkboxOpts
|
|
503
502
|
let delList: any[] = []
|
|
504
503
|
if (!rows) {
|
|
@@ -515,14 +514,13 @@ hooks.add('tableEditModule', {
|
|
|
515
514
|
})
|
|
516
515
|
// 如果绑定了多选属性,则更新状态
|
|
517
516
|
if (!checkField) {
|
|
518
|
-
const selectRowMaps = { ...selectCheckboxMaps }
|
|
519
517
|
rows.forEach((row: any) => {
|
|
520
518
|
const rowid = getRowid($xeTable, row)
|
|
521
|
-
if (
|
|
522
|
-
delete
|
|
519
|
+
if (selectCheckboxMaps[rowid]) {
|
|
520
|
+
delete selectCheckboxMaps[rowid]
|
|
523
521
|
}
|
|
524
522
|
})
|
|
525
|
-
reactData.
|
|
523
|
+
reactData.updateCheckboxFlag++
|
|
526
524
|
}
|
|
527
525
|
// 从数据源中移除
|
|
528
526
|
if (tableFullData === rows) {
|
|
@@ -582,12 +580,12 @@ hooks.add('tableEditModule', {
|
|
|
582
580
|
if (insertDataRowMaps[rowid]) {
|
|
583
581
|
delete insertDataRowMaps[rowid]
|
|
584
582
|
}
|
|
585
|
-
if (
|
|
586
|
-
delete
|
|
583
|
+
if (pendingRowMaps[rowid]) {
|
|
584
|
+
delete pendingRowMaps[rowid]
|
|
587
585
|
}
|
|
588
586
|
})
|
|
589
587
|
editStore.insertMaps = insertDataRowMaps
|
|
590
|
-
reactData.
|
|
588
|
+
reactData.pendingRowFlag++
|
|
591
589
|
$xeTable.updateFooter()
|
|
592
590
|
$xeTable.cacheRowMap(false)
|
|
593
591
|
$xeTable.handleTableData(treeConfig && transform)
|
|
@@ -97,13 +97,23 @@ export default defineComponent({
|
|
|
97
97
|
if (filterSlot) {
|
|
98
98
|
return [
|
|
99
99
|
h('div', {
|
|
100
|
-
class: 'vxe-table--filter-template'
|
|
100
|
+
class: 'vxe-table--filter-template',
|
|
101
|
+
style: maxHeight
|
|
102
|
+
? {
|
|
103
|
+
maxHeight: `${maxHeight}px`
|
|
104
|
+
}
|
|
105
|
+
: {}
|
|
101
106
|
}, $xeTable.callSlot(filterSlot, params))
|
|
102
107
|
]
|
|
103
108
|
} else if (rtFilter) {
|
|
104
109
|
return [
|
|
105
110
|
h('div', {
|
|
106
|
-
class: 'vxe-table--filter-template'
|
|
111
|
+
class: 'vxe-table--filter-template',
|
|
112
|
+
style: maxHeight
|
|
113
|
+
? {
|
|
114
|
+
maxHeight: `${maxHeight}px`
|
|
115
|
+
}
|
|
116
|
+
: {}
|
|
107
117
|
}, getSlotVNs(rtFilter(filterRender, params)))
|
|
108
118
|
]
|
|
109
119
|
}
|