vxe-table 4.11.23 → 4.11.25

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.
Files changed (122) hide show
  1. package/es/grid/src/grid.js +1 -1
  2. package/es/locale/lang/ar-EG.js +5 -0
  3. package/es/locale/lang/de-DE.js +5 -0
  4. package/es/locale/lang/en-US.js +5 -0
  5. package/es/locale/lang/es-ES.js +5 -0
  6. package/es/locale/lang/fr-FR.js +5 -0
  7. package/es/locale/lang/hu-HU.js +5 -0
  8. package/es/locale/lang/hy-AM.js +5 -0
  9. package/es/locale/lang/id-ID.js +5 -0
  10. package/es/locale/lang/it-IT.js +5 -0
  11. package/es/locale/lang/ja-JP.js +5 -0
  12. package/es/locale/lang/ko-KR.js +5 -0
  13. package/es/locale/lang/nb-NO.js +5 -0
  14. package/es/locale/lang/pt-BR.js +5 -0
  15. package/es/locale/lang/ru-RU.js +5 -0
  16. package/es/locale/lang/th-TH.js +5 -0
  17. package/es/locale/lang/ug-CN.js +5 -0
  18. package/es/locale/lang/uk-UA.js +5 -0
  19. package/es/locale/lang/vi-VN.js +5 -0
  20. package/es/locale/lang/zh-CHT.js +5 -0
  21. package/es/locale/lang/zh-CN.js +5 -0
  22. package/es/style.css +1 -1
  23. package/es/table/src/body.js +1 -1
  24. package/es/table/src/footer.js +2 -2
  25. package/es/table/src/header.js +2 -2
  26. package/es/ui/index.js +1 -1
  27. package/es/ui/src/log.js +1 -1
  28. package/lib/grid/src/grid.js +1 -1
  29. package/lib/grid/src/grid.min.js +1 -1
  30. package/lib/index.umd.js +13 -6
  31. package/lib/index.umd.min.js +1 -1
  32. package/lib/locale/lang/ar-EG.js +5 -0
  33. package/lib/locale/lang/ar-EG.min.js +1 -1
  34. package/lib/locale/lang/de-DE.js +5 -0
  35. package/lib/locale/lang/de-DE.min.js +1 -1
  36. package/lib/locale/lang/en-US.js +5 -0
  37. package/lib/locale/lang/en-US.min.js +1 -1
  38. package/lib/locale/lang/en-US.umd.js +5 -0
  39. package/lib/locale/lang/es-ES.js +5 -0
  40. package/lib/locale/lang/es-ES.min.js +1 -1
  41. package/lib/locale/lang/es-ES.umd.js +5 -0
  42. package/lib/locale/lang/fr-FR.js +5 -0
  43. package/lib/locale/lang/fr-FR.min.js +1 -1
  44. package/lib/locale/lang/hu-HU.js +5 -0
  45. package/lib/locale/lang/hu-HU.min.js +1 -1
  46. package/lib/locale/lang/hu-HU.umd.js +5 -0
  47. package/lib/locale/lang/hy-AM.js +5 -0
  48. package/lib/locale/lang/hy-AM.min.js +1 -1
  49. package/lib/locale/lang/id-ID.js +5 -0
  50. package/lib/locale/lang/id-ID.min.js +1 -1
  51. package/lib/locale/lang/it-IT.js +5 -0
  52. package/lib/locale/lang/it-IT.min.js +1 -1
  53. package/lib/locale/lang/ja-JP.js +5 -0
  54. package/lib/locale/lang/ja-JP.min.js +1 -1
  55. package/lib/locale/lang/ja-JP.umd.js +5 -0
  56. package/lib/locale/lang/ko-KR.js +5 -0
  57. package/lib/locale/lang/ko-KR.min.js +1 -1
  58. package/lib/locale/lang/ko-KR.umd.js +5 -0
  59. package/lib/locale/lang/nb-NO.js +5 -0
  60. package/lib/locale/lang/nb-NO.min.js +1 -1
  61. package/lib/locale/lang/pt-BR.js +5 -0
  62. package/lib/locale/lang/pt-BR.min.js +1 -1
  63. package/lib/locale/lang/pt-BR.umd.js +5 -0
  64. package/lib/locale/lang/ru-RU.js +5 -0
  65. package/lib/locale/lang/ru-RU.min.js +1 -1
  66. package/lib/locale/lang/ru-RU.umd.js +5 -0
  67. package/lib/locale/lang/th-TH.js +5 -0
  68. package/lib/locale/lang/th-TH.min.js +1 -1
  69. package/lib/locale/lang/ug-CN.js +5 -0
  70. package/lib/locale/lang/ug-CN.min.js +1 -1
  71. package/lib/locale/lang/uk-UA.js +5 -0
  72. package/lib/locale/lang/uk-UA.min.js +1 -1
  73. package/lib/locale/lang/uk-UA.umd.js +5 -0
  74. package/lib/locale/lang/vi-VN.js +5 -0
  75. package/lib/locale/lang/vi-VN.min.js +1 -1
  76. package/lib/locale/lang/zh-CHT.js +5 -0
  77. package/lib/locale/lang/zh-CHT.min.js +1 -1
  78. package/lib/locale/lang/zh-CN.js +5 -0
  79. package/lib/locale/lang/zh-CN.min.js +1 -1
  80. package/lib/locale/lang/zh-CN.umd.js +5 -0
  81. package/lib/style.css +1 -1
  82. package/lib/table/src/body.js +1 -1
  83. package/lib/table/src/body.min.js +1 -1
  84. package/lib/table/src/footer.js +2 -1
  85. package/lib/table/src/footer.min.js +1 -1
  86. package/lib/table/src/header.js +2 -1
  87. package/lib/table/src/header.min.js +1 -1
  88. package/lib/ui/index.js +1 -1
  89. package/lib/ui/index.min.js +1 -1
  90. package/lib/ui/src/log.js +1 -1
  91. package/lib/ui/src/log.min.js +1 -1
  92. package/package.json +2 -2
  93. package/packages/grid/src/grid.ts +1 -1
  94. package/packages/locale/lang/ar-EG.ts +5 -0
  95. package/packages/locale/lang/de-DE.ts +5 -0
  96. package/packages/locale/lang/en-US.ts +5 -0
  97. package/packages/locale/lang/es-ES.ts +5 -0
  98. package/packages/locale/lang/fr-FR.ts +5 -0
  99. package/packages/locale/lang/hu-HU.ts +5 -0
  100. package/packages/locale/lang/hy-AM.ts +5 -0
  101. package/packages/locale/lang/id-ID.ts +5 -0
  102. package/packages/locale/lang/it-IT.ts +5 -0
  103. package/packages/locale/lang/ja-JP.ts +5 -0
  104. package/packages/locale/lang/ko-KR.ts +5 -0
  105. package/packages/locale/lang/nb-NO.ts +5 -0
  106. package/packages/locale/lang/pt-BR.ts +5 -0
  107. package/packages/locale/lang/ru-RU.ts +5 -0
  108. package/packages/locale/lang/th-TH.ts +5 -0
  109. package/packages/locale/lang/ug-CN.ts +5 -0
  110. package/packages/locale/lang/uk-UA.ts +5 -0
  111. package/packages/locale/lang/vi-VN.ts +5 -0
  112. package/packages/locale/lang/zh-CHT.ts +5 -0
  113. package/packages/locale/lang/zh-CN.ts +5 -0
  114. package/packages/table/src/body.ts +1 -1
  115. package/packages/table/src/footer.ts +2 -2
  116. package/packages/table/src/header.ts +2 -2
  117. /package/es/{iconfont.1741921400827.ttf → iconfont.1742269972165.ttf} +0 -0
  118. /package/es/{iconfont.1741921400827.woff → iconfont.1742269972165.woff} +0 -0
  119. /package/es/{iconfont.1741921400827.woff2 → iconfont.1742269972165.woff2} +0 -0
  120. /package/lib/{iconfont.1741921400827.ttf → iconfont.1742269972165.ttf} +0 -0
  121. /package/lib/{iconfont.1741921400827.woff → iconfont.1742269972165.woff} +0 -0
  122. /package/lib/{iconfont.1741921400827.woff2 → iconfont.1742269972165.woff2} +0 -0
@@ -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, renderEmptyElement } = 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', 'isRemoveByRow', 'isInsertByRow', 'isUpdateByRow', 'getColumns', 'getColumnById', 'getColumnByField', 'getTableColumn', 'getFullColumns', 'getData', 'getCheckboxRecords', 'getParentRow', 'getTreeParentRow', 'getRowSeq', 'getRowById', 'getRowid', 'getTableData', 'getFullData', 'setColumnFixed', 'clearColumnFixed', 'setColumnWidth', 'getColumnWidth', 'setRowHeightConf', 'getRowHeightConf', 'setRowHeight', 'getRowHeight', 'hideColumn', 'showColumn', 'resetColumn', 'refreshColumn', 'refreshScroll', 'recalculate', 'closeTooltip', 'isAllCheckboxChecked', 'isAllCheckboxIndeterminate', 'getCheckboxIndeterminateRecords', 'setCheckboxRow', 'setCheckboxRowKey', 'isCheckedByCheckboxRow', 'isCheckedByCheckboxRowKey', 'isIndeterminateByCheckboxRow', 'isIndeterminateByCheckboxRowKey', 'toggleCheckboxRow', 'setAllCheckboxRow', 'getRadioReserveRecord', 'clearRadioReserve', 'getCheckboxReserveRecords', 'clearCheckboxReserve', 'toggleAllCheckboxRow', 'clearCheckboxRow', 'setCurrentRow', 'isCheckedByRadioRow', 'isCheckedByRadioRowKey', 'setRadioRow', 'setRadioRowKey', 'clearCurrentRow', 'clearRadioRow', 'getCurrentRecord', 'getRadioRecord', 'getCurrentColumn', 'setCurrentColumn', 'clearCurrentColumn', 'setPendingRow', 'togglePendingRow', 'getPendingRecords', 'clearPendingRow', 'sort', 'setSort', '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', 'moveColumnTo', 'moveRowTo', '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', 'isRemoveByRow', 'isInsertByRow', 'isUpdateByRow', 'getColumns', 'getColumnById', 'getColumnByField', 'getTableColumn', 'getFullColumns', 'getData', 'getCheckboxRecords', 'getParentRow', 'getTreeParentRow', 'getRowSeq', 'getRowById', 'getRowid', 'getTableData', 'getFullData', 'setColumnFixed', 'clearColumnFixed', 'setColumnWidth', 'getColumnWidth', 'setRowHeightConf', 'getRowHeightConf', 'setRowHeight', 'getRowHeight', 'hideColumn', 'showColumn', 'resetColumn', 'refreshColumn', 'refreshScroll', 'recalculate', 'closeTooltip', 'isAllCheckboxChecked', 'isAllCheckboxIndeterminate', 'getCheckboxIndeterminateRecords', 'setCheckboxRow', 'setCheckboxRowKey', 'isCheckedByCheckboxRow', 'isCheckedByCheckboxRowKey', 'isIndeterminateByCheckboxRow', 'isIndeterminateByCheckboxRowKey', 'toggleCheckboxRow', 'setAllCheckboxRow', 'getRadioReserveRecord', 'clearRadioReserve', 'getCheckboxReserveRecords', 'clearCheckboxReserve', 'toggleAllCheckboxRow', 'clearCheckboxRow', 'setCurrentRow', 'isCheckedByRadioRow', 'isCheckedByRadioRowKey', 'setRadioRow', 'setRadioRowKey', 'clearCurrentRow', 'clearRadioRow', 'getCurrentRecord', 'getRadioRecord', 'getCurrentColumn', 'setCurrentColumn', 'clearCurrentColumn', 'setPendingRow', 'togglePendingRow', 'hasPendingByRow', 'isPendingByRow', 'getPendingRecords', 'clearPendingRow', 'sort', 'setSort', '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', 'moveColumnTo', 'moveRowTo', 'getCellLabel', 'getCellElement', 'focus', 'blur', 'connect'];
15
15
  const gridComponentEmits = [
16
16
  ...tableComponentEmits,
17
17
  'page-change',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: '冻结在右侧',
238
238
  cancelFixed: '取消冻结列'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} 年'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: '01 月',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: '清除排序',
571
575
  sortAsc: '升序',
572
576
  sortDesc: '降序',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: '清除排序',
675
680
  sortAsc: '升序',
676
681
  sortDesc: '降序',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: 'rechts eingefroren',
238
238
  cancelFixed: 'Spalte freigeben'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} Jahre'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: 'Januar',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: 'Klare Sortierung',
571
575
  sortAsc: 'Aufsteigende Reihenfolge',
572
576
  sortDesc: 'absteigende Reihenfolge',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: 'Klare Sortierung',
675
680
  sortAsc: 'Aufsteigende Reihenfolge',
676
681
  sortDesc: 'absteigende Reihenfolge',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: 'frozen on right',
238
238
  cancelFixed: 'Unfreeze column'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} years'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: 'January',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: 'Sort',
570
574
  clearSort: 'Clear sort',
571
575
  sortAsc: 'Ascending order',
572
576
  sortDesc: 'descending order',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: 'Sort',
674
679
  clearSort: 'Clear sort',
675
680
  sortAsc: 'Ascending order',
676
681
  sortDesc: 'descending order',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: 'Freeze on the right',
238
238
  cancelFixed: 'Unfreeze column'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0}'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: 'Enero',
@@ -570,6 +573,7 @@ export default {
570
573
  },
571
574
  filterCombination: {
572
575
  menus: {
576
+ sort: '排序',
573
577
  clearSort: '清除排序',
574
578
  sortAsc: '升序',
575
579
  sortDesc: '降序',
@@ -637,6 +641,7 @@ export default {
637
641
  },
638
642
  combination: {
639
643
  menus: {
644
+ sort: '排序',
640
645
  clearSort: 'Limpiar ordenamiento',
641
646
  sortAsc: 'Orden ascendente',
642
647
  sortDesc: 'Orden descendente',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: '冻结在右侧',
238
238
  cancelFixed: '取消冻结列'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} 年'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: '01 月',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: '清除排序',
571
575
  sortAsc: '升序',
572
576
  sortDesc: '降序',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: '清除排序',
675
680
  sortAsc: '升序',
676
681
  sortDesc: '降序',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: 'lefagyott a jobb oldalon',
238
238
  cancelFixed: 'Oldja fel az oszlopot'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} év'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: 'január',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: 'Tiszta rendezés',
571
575
  sortAsc: 'Növekvő sorrend',
572
576
  sortDesc: 'csökkenő sorrendben',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: 'Tiszta rendezés',
675
680
  sortAsc: 'Növekvő sorrend',
676
681
  sortDesc: 'csökkenő sorrendben',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: '冻结在右侧',
238
238
  cancelFixed: '取消冻结列'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} 年'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: '01 月',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: '清除排序',
571
575
  sortAsc: '升序',
572
576
  sortDesc: '降序',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: '清除排序',
675
680
  sortAsc: '升序',
676
681
  sortDesc: '降序',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: '冻结在右侧',
238
238
  cancelFixed: '取消冻结列'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} 年'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: '01 月',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: '清除排序',
571
575
  sortAsc: '升序',
572
576
  sortDesc: '降序',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: '清除排序',
675
680
  sortAsc: '升序',
676
681
  sortDesc: '降序',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: 'congelato a destra',
238
238
  cancelFixed: 'Sblocca colonna'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} anni'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: 'Gennaio',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: 'Ordinamento chiaro',
571
575
  sortAsc: 'Ordine crescente',
572
576
  sortDesc: 'ordine decrescente',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: 'Ordinamento chiaro',
675
680
  sortAsc: 'Ordine crescente',
676
681
  sortDesc: 'ordine decrescente',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: '右側に固定',
238
238
  cancelFixed: '列固定を取消'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} 年'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: '1月',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: 'ソートクリア',
571
575
  sortAsc: '昇順',
572
576
  sortDesc: '降順',
@@ -630,6 +634,7 @@ export default {
630
634
  },
631
635
  combination: {
632
636
  menus: {
637
+ sort: '排序',
633
638
  clearSort: '清除排序',
634
639
  sortAsc: '升序',
635
640
  sortDesc: '降序',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: '오른쪽에 고정',
238
238
  cancelFixed: '고정 해제'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} 년'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: '01 월',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: '정렬 지우기',
571
575
  sortAsc: '오름차순',
572
576
  sortDesc: '내림차순',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: '정렬 지우기',
675
680
  sortAsc: '오름차순',
676
681
  sortDesc: '내림차순',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: '冻结在右侧',
238
238
  cancelFixed: '取消冻结列'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} 年'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: '01 月',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: '清除排序',
571
575
  sortAsc: '升序',
572
576
  sortDesc: '降序',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: '清除排序',
675
680
  sortAsc: '升序',
676
681
  sortDesc: '降序',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: 'Freeze on the right',
238
238
  cancelFixed: 'Unfreeze column'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} лет'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: 'Janeiro',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: '清除排序',
571
575
  sortAsc: '升序',
572
576
  sortDesc: '降序',
@@ -630,6 +634,7 @@ export default {
630
634
  },
631
635
  combination: {
632
636
  menus: {
637
+ sort: '排序',
633
638
  clearSort: 'Limpar ordenação',
634
639
  sortAsc: 'Ordem ascendente',
635
640
  sortDesc: 'Ordem descendente',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: 'замер справа',
238
238
  cancelFixed: 'Разморозить столбец'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} лет'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: 'январь',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: 'Очистить сортировку',
571
575
  sortAsc: 'По возрастанию',
572
576
  sortDesc: 'порядок убывания',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: 'Очистить сортировку',
675
680
  sortAsc: 'По возрастанию',
676
681
  sortDesc: 'порядок убывания',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: 'แช่แข็งทางด้านขวา',
238
238
  cancelFixed: 'เลิกตรึงคอลัมน์'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} ปี'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: 'มกราคม',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: 'เรียงลำดับให้ชัดเจน',
571
575
  sortAsc: 'ลำดับจากน้อยไปหามาก',
572
576
  sortDesc: 'ลำดับจากมากไปน้อย',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: 'เรียงลำดับให้ชัดเจน',
675
680
  sortAsc: 'ลำดับจากน้อยไปหามาก',
676
681
  sortDesc: 'ลำดับจากมากไปน้อย',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: 'ئوڭ ياندا توڭلىتىش',
238
238
  cancelFixed: 'قۇر توڭلىتىشنى ئەمەلدىن قالدۇرۇش'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} يىل'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: '01 ئاي',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: 'تەرتىپنى تازىلاش',
571
575
  sortAsc: 'ئېشىش',
572
576
  sortDesc: 'كېمىيىش',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: 'تەرتىپنى تازىلاش',
675
680
  sortAsc: 'ئېشىش',
676
681
  sortDesc: 'كېمىيىش',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: 'Зафіксувати праворуч',
238
238
  cancelFixed: 'Скасувати фіксацію стовпця'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} 年'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: '01 місяць',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: 'Очистити сортування',
571
575
  sortAsc: 'По зростанню',
572
576
  sortDesc: 'По спаданню',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: 'Очистити сортування',
675
680
  sortAsc: 'По зростанню',
676
681
  sortDesc: 'По спаданню',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: '冻结在右侧',
238
238
  cancelFixed: '取消冻结列'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} 年'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: '01 月',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: '清除排序',
571
575
  sortAsc: '升序',
572
576
  sortDesc: '降序',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: '清除排序',
675
680
  sortAsc: '升序',
676
681
  sortDesc: '降序',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: '凍結在右側',
238
238
  cancelFixed: '取消凍結列'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} 年'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: '01 月',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: '清除排序',
571
575
  sortAsc: '升序',
572
576
  sortDesc: '降序',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: '清除排序',
675
680
  sortAsc: '升序',
676
681
  sortDesc: '降序',
@@ -237,6 +237,9 @@ export default {
237
237
  fixedRight: '冻结在右侧',
238
238
  cancelFixed: '取消冻结列'
239
239
  },
240
+ datePicker: {
241
+ yearTitle: '{0} 年'
242
+ },
240
243
  input: {
241
244
  date: {
242
245
  m1: '01 月',
@@ -567,6 +570,7 @@ export default {
567
570
  },
568
571
  filterCombination: {
569
572
  menus: {
573
+ sort: '排序',
570
574
  clearSort: '清除排序',
571
575
  sortAsc: '升序',
572
576
  sortDesc: '降序',
@@ -671,6 +675,7 @@ export default {
671
675
  },
672
676
  combination: {
673
677
  menus: {
678
+ sort: '排序',
674
679
  clearSort: '清除排序',
675
680
  sortAsc: '升序',
676
681
  sortDesc: '降序',