vxe-table 4.12.0-beta.9 → 4.12.1
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 +45 -36
- 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/custom/hook.js +1 -1
- package/es/table/module/custom/panel.js +4 -2
- package/es/table/module/edit/hook.js +29 -33
- package/es/table/module/export/export-panel.js +3 -2
- package/es/table/module/export/import-panel.js +3 -2
- package/es/table/module/filter/panel.js +12 -2
- package/es/table/module/keyboard/hook.js +105 -30
- package/es/table/module/menu/hook.js +2 -1
- package/es/table/module/validator/hook.js +4 -5
- package/es/table/render/index.js +3 -3
- package/es/table/src/body.js +45 -27
- package/es/table/src/cell.js +43 -24
- package/es/table/src/columnInfo.js +2 -2
- package/es/table/src/footer.js +12 -7
- package/es/table/src/header.js +12 -7
- package/es/table/src/props.js +4 -0
- package/es/table/src/table.js +501 -512
- package/es/table/src/util.js +34 -6
- package/es/ui/index.js +4 -3
- 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 +42 -40
- package/lib/grid/src/grid.min.js +1 -1
- package/lib/index.umd.js +12594 -1185
- 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/custom/hook.js +1 -1
- package/lib/table/module/custom/hook.min.js +1 -1
- package/lib/table/module/custom/panel.js +4 -2
- package/lib/table/module/custom/panel.min.js +1 -1
- package/lib/table/module/edit/hook.js +36 -45
- package/lib/table/module/edit/hook.min.js +1 -1
- package/lib/table/module/export/export-panel.js +3 -2
- package/lib/table/module/export/export-panel.min.js +1 -1
- package/lib/table/module/export/import-panel.js +3 -2
- package/lib/table/module/export/import-panel.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 +113 -31
- package/lib/table/module/keyboard/hook.min.js +1 -1
- package/lib/table/module/menu/hook.js +2 -1
- package/lib/table/module/menu/hook.min.js +1 -1
- package/lib/table/module/validator/hook.js +6 -10
- package/lib/table/module/validator/hook.min.js +1 -1
- package/lib/table/render/index.js +4 -3
- package/lib/table/render/index.min.js +1 -1
- package/lib/table/src/body.js +53 -26
- package/lib/table/src/body.min.js +1 -1
- package/lib/table/src/cell.js +49 -25
- package/lib/table/src/cell.min.js +1 -1
- package/lib/table/src/columnInfo.js +2 -4
- package/lib/table/src/columnInfo.min.js +1 -1
- package/lib/table/src/footer.js +12 -5
- package/lib/table/src/footer.min.js +1 -1
- package/lib/table/src/header.js +12 -5
- 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 +594 -564
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/src/util.js +36 -6
- package/lib/table/src/util.min.js +1 -1
- package/lib/ui/index.js +4 -3
- 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 +49 -42
- 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/custom/hook.ts +1 -1
- package/packages/table/module/custom/panel.ts +6 -2
- package/packages/table/module/edit/hook.ts +30 -33
- package/packages/table/module/export/export-panel.ts +4 -2
- package/packages/table/module/export/import-panel.ts +4 -2
- package/packages/table/module/filter/panel.ts +12 -2
- package/packages/table/module/keyboard/hook.ts +106 -32
- package/packages/table/module/menu/hook.ts +3 -1
- package/packages/table/module/validator/hook.ts +5 -5
- package/packages/table/render/index.ts +3 -4
- package/packages/table/src/body.ts +46 -27
- package/packages/table/src/cell.ts +43 -24
- package/packages/table/src/columnInfo.ts +3 -2
- package/packages/table/src/footer.ts +13 -7
- package/packages/table/src/header.ts +13 -7
- package/packages/table/src/props.ts +4 -0
- package/packages/table/src/table.ts +513 -518
- package/packages/table/src/util.ts +39 -6
- package/packages/ui/index.ts +3 -2
- /package/es/{iconfont.1741337003908.ttf → iconfont.1743045589885.ttf} +0 -0
- /package/es/{iconfont.1741337003908.woff → iconfont.1743045589885.woff} +0 -0
- /package/es/{iconfont.1741337003908.woff2 → iconfont.1743045589885.woff2} +0 -0
- /package/lib/{iconfont.1741337003908.ttf → iconfont.1743045589885.ttf} +0 -0
- /package/lib/{iconfont.1741337003908.woff → iconfont.1743045589885.woff} +0 -0
- /package/lib/{iconfont.1741337003908.woff2 → iconfont.1743045589885.woff2} +0 -0
package/es/locale/lang/ru-RU.js
CHANGED
|
@@ -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: 'порядок убывания',
|
package/es/locale/lang/th-TH.js
CHANGED
|
@@ -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: 'ลำดับจากมากไปน้อย',
|
package/es/locale/lang/ug-CN.js
CHANGED
|
@@ -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: 'كېمىيىش',
|
package/es/locale/lang/uk-UA.js
CHANGED
|
@@ -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: 'По спаданню',
|
package/es/locale/lang/vi-VN.js
CHANGED
|
@@ -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: '降序',
|
package/es/locale/lang/zh-CHT.js
CHANGED
|
@@ -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: '降序',
|
package/es/locale/lang/zh-CN.js
CHANGED
|
@@ -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: '降序',
|