material-react-table 3.0.3 → 3.2.0

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 (152) hide show
  1. package/dist/index.d.ts +23 -73
  2. package/dist/index.esm.js +130 -107
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +130 -107
  5. package/dist/index.js.map +1 -1
  6. package/locales/ar/index.esm.js +1 -0
  7. package/locales/ar/index.js +1 -0
  8. package/locales/az/index.esm.js +1 -0
  9. package/locales/az/index.js +1 -0
  10. package/locales/bg/index.esm.js +1 -0
  11. package/locales/bg/index.js +1 -0
  12. package/locales/cs/index.esm.js +1 -0
  13. package/locales/cs/index.js +1 -0
  14. package/locales/da/index.esm.js +1 -0
  15. package/locales/da/index.js +1 -0
  16. package/locales/de/index.esm.js +1 -0
  17. package/locales/de/index.js +1 -0
  18. package/locales/el/index.esm.js +1 -0
  19. package/locales/el/index.js +1 -0
  20. package/locales/en/index.esm.js +1 -0
  21. package/locales/en/index.js +1 -0
  22. package/locales/es/index.esm.js +1 -0
  23. package/locales/es/index.js +1 -0
  24. package/locales/et/index.esm.js +1 -0
  25. package/locales/et/index.js +1 -0
  26. package/locales/fa/index.esm.js +1 -0
  27. package/locales/fa/index.js +1 -0
  28. package/locales/fi/index.esm.js +1 -0
  29. package/locales/fi/index.js +1 -0
  30. package/locales/fr/index.esm.js +1 -0
  31. package/locales/fr/index.js +1 -0
  32. package/locales/he/index.esm.js +1 -0
  33. package/locales/he/index.js +1 -0
  34. package/locales/hr/index.esm.js +1 -0
  35. package/locales/hr/index.js +1 -0
  36. package/locales/hu/index.esm.js +1 -0
  37. package/locales/hu/index.js +1 -0
  38. package/locales/hy/index.esm.js +1 -0
  39. package/locales/hy/index.js +1 -0
  40. package/locales/id/index.esm.js +1 -0
  41. package/locales/id/index.js +1 -0
  42. package/locales/it/index.esm.js +1 -0
  43. package/locales/it/index.js +1 -0
  44. package/locales/ja/index.esm.js +1 -0
  45. package/locales/ja/index.js +1 -0
  46. package/locales/ko/index.esm.js +1 -0
  47. package/locales/ko/index.js +1 -0
  48. package/locales/nl/index.esm.js +1 -0
  49. package/locales/nl/index.js +1 -0
  50. package/locales/no/index.esm.js +1 -0
  51. package/locales/no/index.js +1 -0
  52. package/locales/np/index.esm.js +1 -0
  53. package/locales/np/index.js +1 -0
  54. package/locales/pl/index.esm.js +1 -0
  55. package/locales/pl/index.js +1 -0
  56. package/locales/pt/index.esm.js +1 -0
  57. package/locales/pt/index.js +1 -0
  58. package/locales/pt-BR/index.esm.js +1 -0
  59. package/locales/pt-BR/index.js +1 -0
  60. package/locales/ro/index.esm.js +1 -0
  61. package/locales/ro/index.js +1 -0
  62. package/locales/ru/index.esm.js +1 -0
  63. package/locales/ru/index.js +1 -0
  64. package/locales/sk/index.esm.js +1 -0
  65. package/locales/sk/index.js +1 -0
  66. package/locales/sr-Cyrl-RS/index.esm.js +1 -0
  67. package/locales/sr-Cyrl-RS/index.js +1 -0
  68. package/locales/sr-Latn-RS/index.esm.js +1 -0
  69. package/locales/sr-Latn-RS/index.js +1 -0
  70. package/locales/sv/index.esm.js +1 -0
  71. package/locales/sv/index.js +1 -0
  72. package/locales/tr/index.esm.js +1 -0
  73. package/locales/tr/index.js +1 -0
  74. package/locales/uk/index.esm.js +1 -0
  75. package/locales/uk/index.js +1 -0
  76. package/locales/vi/index.esm.js +1 -0
  77. package/locales/vi/index.js +1 -0
  78. package/locales/zh-Hans/index.esm.js +1 -0
  79. package/locales/zh-Hans/index.js +1 -0
  80. package/locales/zh-Hant/index.esm.js +1 -0
  81. package/locales/zh-Hant/index.js +1 -0
  82. package/package.json +31 -32
  83. package/src/components/body/MRT_TableBodyCell.tsx +2 -2
  84. package/src/components/body/MRT_TableBodyCellValue.tsx +1 -1
  85. package/src/components/body/MRT_TableBodyRow.tsx +1 -1
  86. package/src/components/body/MRT_TableBodyRowGrabHandle.tsx +1 -1
  87. package/src/components/body/MRT_TableDetailPanel.tsx +1 -1
  88. package/src/components/buttons/MRT_EditActionButtons.tsx +2 -2
  89. package/src/components/footer/MRT_TableFooter.tsx +1 -1
  90. package/src/components/head/MRT_TableHead.tsx +1 -1
  91. package/src/components/head/MRT_TableHeadCell.tsx +2 -2
  92. package/src/components/head/MRT_TableHeadCellFilterLabel.tsx +8 -10
  93. package/src/components/head/MRT_TableHeadCellGrabHandle.tsx +1 -1
  94. package/src/components/inputs/MRT_EditCellTextField.tsx +5 -3
  95. package/src/components/inputs/MRT_FilterRangeSlider.tsx +12 -5
  96. package/src/components/inputs/MRT_FilterTextField.tsx +106 -70
  97. package/src/components/menus/MRT_ColumnActionMenu.tsx +3 -2
  98. package/src/components/menus/MRT_ShowHideColumnsMenu.tsx +12 -0
  99. package/src/components/table/MRT_TableContainer.tsx +1 -1
  100. package/src/components/table/MRT_TablePaper.tsx +1 -1
  101. package/src/components/toolbar/MRT_BottomToolbar.tsx +1 -1
  102. package/src/components/toolbar/MRT_TablePagination.tsx +5 -3
  103. package/src/components/toolbar/MRT_ToolbarAlertBanner.tsx +4 -4
  104. package/src/components/toolbar/MRT_TopToolbar.tsx +1 -1
  105. package/src/hooks/display-columns/getMRT_RowDragColumnDef.tsx +1 -1
  106. package/src/hooks/useMRT_ColumnVirtualizer.ts +1 -1
  107. package/src/hooks/useMRT_Effects.ts +3 -3
  108. package/src/hooks/useMRT_RowVirtualizer.ts +17 -5
  109. package/src/hooks/useMRT_TableInstance.ts +1 -1
  110. package/src/locales/ar.ts +1 -0
  111. package/src/locales/az.ts +1 -0
  112. package/src/locales/bg.ts +1 -0
  113. package/src/locales/cs.ts +1 -0
  114. package/src/locales/da.ts +1 -0
  115. package/src/locales/de.ts +1 -0
  116. package/src/locales/el.ts +1 -0
  117. package/src/locales/en.ts +1 -0
  118. package/src/locales/es.ts +1 -0
  119. package/src/locales/et.ts +1 -0
  120. package/src/locales/fa.ts +1 -0
  121. package/src/locales/fi.ts +1 -0
  122. package/src/locales/fr.ts +1 -0
  123. package/src/locales/he.ts +1 -0
  124. package/src/locales/hr.ts +1 -0
  125. package/src/locales/hu.ts +1 -0
  126. package/src/locales/hy.ts +1 -0
  127. package/src/locales/id.ts +1 -0
  128. package/src/locales/it.ts +1 -0
  129. package/src/locales/ja.ts +1 -0
  130. package/src/locales/ko.ts +1 -0
  131. package/src/locales/nl.ts +1 -0
  132. package/src/locales/no.ts +1 -0
  133. package/src/locales/np.ts +1 -0
  134. package/src/locales/pl.ts +1 -0
  135. package/src/locales/pt-BR.ts +1 -0
  136. package/src/locales/pt.ts +1 -0
  137. package/src/locales/ro.ts +1 -0
  138. package/src/locales/ru.ts +1 -0
  139. package/src/locales/sk.ts +1 -0
  140. package/src/locales/sr-Cyrl-RS.ts +1 -0
  141. package/src/locales/sr-Latn-RS.ts +1 -0
  142. package/src/locales/sv.ts +1 -0
  143. package/src/locales/tr.ts +1 -0
  144. package/src/locales/uk.ts +1 -0
  145. package/src/locales/vi.ts +1 -0
  146. package/src/locales/zh-Hans.ts +1 -0
  147. package/src/locales/zh-Hant.ts +1 -0
  148. package/src/types.ts +17 -67
  149. package/src/utils/cell.utils.ts +2 -2
  150. package/src/utils/column.utils.ts +1 -1
  151. package/src/utils/tanstack.helpers.ts +1 -1
  152. package/src/utils/virtualization.utils.ts +5 -0
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_AR = {
2
+ language: 'ar',
2
3
  actions: 'إجراءات',
3
4
  and: 'و',
4
5
  cancel: 'إلغاء',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_AR = {
6
+ language: 'ar',
6
7
  actions: 'إجراءات',
7
8
  and: 'و',
8
9
  cancel: 'إلغاء',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_AZ = {
2
+ language: 'az',
2
3
  actions: 'Əməliyyatlar',
3
4
  and: 'və',
4
5
  cancel: 'Ləğv Et',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_AZ = {
6
+ language: 'az',
6
7
  actions: 'Əməliyyatlar',
7
8
  and: 'və',
8
9
  cancel: 'Ləğv Et',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_BG = {
2
+ language: 'bg',
2
3
  actions: 'Действия',
3
4
  and: 'и',
4
5
  cancel: 'Отказ',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_BG = {
6
+ language: 'bg',
6
7
  actions: 'Действия',
7
8
  and: 'и',
8
9
  cancel: 'Отказ',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_CS = {
2
+ language: 'cs',
2
3
  actions: 'Akce',
3
4
  and: 'a',
4
5
  cancel: 'Zrušit',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_CS = {
6
+ language: 'cs',
6
7
  actions: 'Akce',
7
8
  and: 'a',
8
9
  cancel: 'Zrušit',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_DA = {
2
+ language: 'da',
2
3
  actions: 'Handlinger',
3
4
  and: 'og',
4
5
  cancel: 'Annuller',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_DA = {
6
+ language: 'da',
6
7
  actions: 'Handlinger',
7
8
  and: 'og',
8
9
  cancel: 'Annuller',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_DE = {
2
+ language: 'de',
2
3
  actions: 'Aktionen',
3
4
  and: 'und',
4
5
  cancel: 'Abbrechen',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_DE = {
6
+ language: 'de',
6
7
  actions: 'Aktionen',
7
8
  and: 'und',
8
9
  cancel: 'Abbrechen',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_EL = {
2
+ language: 'el',
2
3
  actions: 'Ενέργειες',
3
4
  and: 'και',
4
5
  cancel: 'Ακύρωση',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_EL = {
6
+ language: 'el',
6
7
  actions: 'Ενέργειες',
7
8
  and: 'και',
8
9
  cancel: 'Ακύρωση',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_EN = {
2
+ language: 'en',
2
3
  actions: 'Actions',
3
4
  and: 'and',
4
5
  cancel: 'Cancel',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_EN = {
6
+ language: 'en',
6
7
  actions: 'Actions',
7
8
  and: 'and',
8
9
  cancel: 'Cancel',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_ES = {
2
+ language: 'es',
2
3
  actions: 'Acciones',
3
4
  and: 'y',
4
5
  cancel: 'Cancelar',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_ES = {
6
+ language: 'es',
6
7
  actions: 'Acciones',
7
8
  and: 'y',
8
9
  cancel: 'Cancelar',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_ET = {
2
+ language: 'et',
2
3
  actions: 'Toimingud',
3
4
  and: 'ja',
4
5
  cancel: 'Tühista',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_ET = {
6
+ language: 'et',
6
7
  actions: 'Toimingud',
7
8
  and: 'ja',
8
9
  cancel: 'Tühista',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_FA = {
2
+ language: 'fa',
2
3
  actions: 'عملیات',
3
4
  and: 'و',
4
5
  cancel: 'انصراف',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_FA = {
6
+ language: 'fa',
6
7
  actions: 'عملیات',
7
8
  and: 'و',
8
9
  cancel: 'انصراف',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_FI = {
2
+ language: 'fi',
2
3
  actions: 'Toiminnot',
3
4
  and: 'ja',
4
5
  cancel: 'Peruuta',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_FI = {
6
+ language: 'fi',
6
7
  actions: 'Toiminnot',
7
8
  and: 'ja',
8
9
  cancel: 'Peruuta',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_FR = {
2
+ language: 'fr',
2
3
  actions: 'Actions',
3
4
  and: 'et',
4
5
  cancel: 'Annuler',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_FR = {
6
+ language: 'fr',
6
7
  actions: 'Actions',
7
8
  and: 'et',
8
9
  cancel: 'Annuler',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_HE = {
2
+ language: 'he',
2
3
  actions: 'פעולות',
3
4
  and: 'ו',
4
5
  cancel: 'ביטול',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_HE = {
6
+ language: 'he',
6
7
  actions: 'פעולות',
7
8
  and: 'ו',
8
9
  cancel: 'ביטול',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_HR = {
2
+ language: 'hr',
2
3
  actions: 'Radnje',
3
4
  and: 'i',
4
5
  cancel: 'Odustani',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_HR = {
6
+ language: 'hr',
6
7
  actions: 'Radnje',
7
8
  and: 'i',
8
9
  cancel: 'Odustani',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_HU = {
2
+ language: 'hu',
2
3
  actions: 'Műveletek',
3
4
  and: 'és',
4
5
  cancel: 'Mégse',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_HU = {
6
+ language: 'hu',
6
7
  actions: 'Műveletek',
7
8
  and: 'és',
8
9
  cancel: 'Mégse',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_HY = {
2
+ language: 'hy',
2
3
  actions: 'Գործողություններ',
3
4
  and: 'և',
4
5
  cancel: 'Չեղարկել',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_HY = {
6
+ language: 'hy',
6
7
  actions: 'Գործողություններ',
7
8
  and: 'և',
8
9
  cancel: 'Չեղարկել',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_ID = {
2
+ language: 'id',
2
3
  actions: 'Aksi',
3
4
  and: 'dan',
4
5
  cancel: 'Batal',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_ID = {
6
+ language: 'id',
6
7
  actions: 'Aksi',
7
8
  and: 'dan',
8
9
  cancel: 'Batal',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_IT = {
2
+ language: 'it',
2
3
  actions: 'Azioni',
3
4
  and: 'e',
4
5
  cancel: 'Cancella',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_IT = {
6
+ language: 'it',
6
7
  actions: 'Azioni',
7
8
  and: 'e',
8
9
  cancel: 'Cancella',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_JA = {
2
+ language: 'ja',
2
3
  actions: '操作',
3
4
  and: 'と',
4
5
  cancel: 'キャンセル',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_JA = {
6
+ language: 'ja',
6
7
  actions: '操作',
7
8
  and: 'と',
8
9
  cancel: 'キャンセル',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_KO = {
2
+ language: 'ko',
2
3
  actions: '동작',
3
4
  and: '~',
4
5
  cancel: '취소',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_KO = {
6
+ language: 'ko',
6
7
  actions: '동작',
7
8
  and: '~',
8
9
  cancel: '취소',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_NL = {
2
+ language: 'nl',
2
3
  actions: 'Acties',
3
4
  and: 'en',
4
5
  cancel: 'Annuleren',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_NL = {
6
+ language: 'nl',
6
7
  actions: 'Acties',
7
8
  and: 'en',
8
9
  cancel: 'Annuleren',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_NO = {
2
+ language: 'no',
2
3
  cancel: 'Avbryt',
3
4
  actions: 'Handlinger',
4
5
  and: 'og',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_NO = {
6
+ language: 'no',
6
7
  cancel: 'Avbryt',
7
8
  actions: 'Handlinger',
8
9
  and: 'og',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_NP = {
2
+ language: 'np',
2
3
  actions: 'कार्यहरू',
3
4
  and: 'तथा',
4
5
  cancel: 'रद्द गर्नुहोस्',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_NP = {
6
+ language: 'np',
6
7
  actions: 'कार्यहरू',
7
8
  and: 'तथा',
8
9
  cancel: 'रद्द गर्नुहोस्',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_PL = {
2
+ language: 'pl',
2
3
  actions: 'Akcje',
3
4
  and: 'i',
4
5
  cancel: 'Anuluj',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_PL = {
6
+ language: 'pl',
6
7
  actions: 'Akcje',
7
8
  and: 'i',
8
9
  cancel: 'Anuluj',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_PT = {
2
+ language: 'pt',
2
3
  actions: 'Ações',
3
4
  and: 'e',
4
5
  cancel: 'Cancelar',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_PT = {
6
+ language: 'pt',
6
7
  actions: 'Ações',
7
8
  and: 'e',
8
9
  cancel: 'Cancelar',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_PT_BR = {
2
+ language: 'pt-BR',
2
3
  actions: 'Ações',
3
4
  and: 'e',
4
5
  cancel: 'Cancelar',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_PT_BR = {
6
+ language: 'pt-BR',
6
7
  actions: 'Ações',
7
8
  and: 'e',
8
9
  cancel: 'Cancelar',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_RO = {
2
+ language: 'ro',
2
3
  actions: 'Acțiuni',
3
4
  and: 'și',
4
5
  cancel: 'Anulează',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_RO = {
6
+ language: 'ro',
6
7
  actions: 'Acțiuni',
7
8
  and: 'și',
8
9
  cancel: 'Anulează',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_RU = {
2
+ language: 'ru',
2
3
  actions: 'Действия',
3
4
  and: 'и',
4
5
  cancel: 'Отменить',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_RU = {
6
+ language: 'ru',
6
7
  actions: 'Действия',
7
8
  and: 'и',
8
9
  cancel: 'Отменить',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_SK = {
2
+ language: 'sk',
2
3
  actions: 'Akcie',
3
4
  and: 'a',
4
5
  cancel: 'Zrušiť',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_SK = {
6
+ language: 'sk',
6
7
  actions: 'Akcie',
7
8
  and: 'a',
8
9
  cancel: 'Zrušiť',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_SR_CYRL_RS = {
2
+ language: 'sr-Cyrl-RS',
2
3
  actions: 'Акције',
3
4
  and: 'и',
4
5
  cancel: 'Откажи',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_SR_CYRL_RS = {
6
+ language: 'sr-Cyrl-RS',
6
7
  actions: 'Акције',
7
8
  and: 'и',
8
9
  cancel: 'Откажи',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_SR_LATN_RS = {
2
+ language: 'sr-Latn-RS',
2
3
  actions: 'Akcije',
3
4
  and: 'i',
4
5
  cancel: 'Otkaži',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_SR_LATN_RS = {
6
+ language: 'sr-Latn-RS',
6
7
  actions: 'Akcije',
7
8
  and: 'i',
8
9
  cancel: 'Otkaži',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_SV = {
2
+ language: 'sv',
2
3
  actions: 'Åtgärder',
3
4
  and: 'och',
4
5
  cancel: 'Avbryt',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_SV = {
6
+ language: 'sv',
6
7
  actions: 'Åtgärder',
7
8
  and: 'och',
8
9
  cancel: 'Avbryt',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_TR = {
2
+ language: 'tr',
2
3
  actions: 'İşlemler',
3
4
  and: 've',
4
5
  cancel: 'İptal',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_TR = {
6
+ language: 'tr',
6
7
  actions: 'İşlemler',
7
8
  and: 've',
8
9
  cancel: 'İptal',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_UK = {
2
+ language: 'uk',
2
3
  actions: 'Дії',
3
4
  and: 'і',
4
5
  cancel: 'Скасувати',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_UK = {
6
+ language: 'uk',
6
7
  actions: 'Дії',
7
8
  and: 'і',
8
9
  cancel: 'Скасувати',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_VI = {
2
+ language: 'vi',
2
3
  actions: 'Thao tác',
3
4
  and: 'và',
4
5
  cancel: 'Huỷ bỏ',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_VI = {
6
+ language: 'vi',
6
7
  actions: 'Thao tác',
7
8
  and: 'và',
8
9
  cancel: 'Huỷ bỏ',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_ZH_HANS = {
2
+ language: 'zh-Hans',
2
3
  actions: '操作',
3
4
  and: '与',
4
5
  cancel: '取消',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_ZH_HANS = {
6
+ language: 'zh-Hans',
6
7
  actions: '操作',
7
8
  and: '与',
8
9
  cancel: '取消',
@@ -1,4 +1,5 @@
1
1
  const MRT_Localization_ZH_HANT = {
2
+ language: 'zh-Hant',
2
3
  actions: '動作',
3
4
  and: '與',
4
5
  cancel: '取消',
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const MRT_Localization_ZH_HANT = {
6
+ language: 'zh-Hant',
6
7
  actions: '動作',
7
8
  and: '與',
8
9
  cancel: '取消',