material-react-table 2.0.0-beta.9 → 2.0.0-rc.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 (194) hide show
  1. package/README.md +36 -27
  2. package/dist/index.d.ts +54 -5
  3. package/dist/{esm/material-react-table.esm.js → index.esm.js} +56 -60
  4. package/dist/index.esm.js.map +1 -0
  5. package/dist/{cjs/index.js → index.js} +298 -208
  6. package/dist/index.js.map +1 -0
  7. package/locales/{ar.d.ts → ar/index.d.ts} +1 -1
  8. package/locales/ar/index.esm.d.ts +3 -0
  9. package/locales/{ar.js → ar/index.js} +2 -0
  10. package/locales/ar/package.json +6 -0
  11. package/locales/{az.d.ts → az/index.d.ts} +1 -1
  12. package/locales/az/index.esm.d.ts +3 -0
  13. package/locales/{az.js → az/index.js} +2 -0
  14. package/locales/az/package.json +6 -0
  15. package/locales/{bg.d.ts → bg/index.d.ts} +1 -1
  16. package/locales/bg/index.esm.d.ts +3 -0
  17. package/locales/{bg.js → bg/index.js} +2 -0
  18. package/locales/bg/package.json +6 -0
  19. package/locales/{cs.d.ts → cs/index.d.ts} +1 -1
  20. package/locales/cs/index.esm.d.ts +3 -0
  21. package/locales/{cs.js → cs/index.js} +2 -0
  22. package/locales/cs/package.json +6 -0
  23. package/locales/{da.d.ts → da/index.d.ts} +1 -1
  24. package/locales/da/index.esm.d.ts +3 -0
  25. package/locales/{da.js → da/index.js} +2 -0
  26. package/locales/da/package.json +6 -0
  27. package/locales/{de.d.ts → de/index.d.ts} +1 -1
  28. package/locales/de/index.esm.d.ts +3 -0
  29. package/locales/{de.js → de/index.js} +2 -0
  30. package/locales/de/package.json +6 -0
  31. package/locales/{en.d.ts → en/index.d.ts} +1 -1
  32. package/locales/en/index.esm.d.ts +3 -0
  33. package/locales/{en.js → en/index.js} +2 -0
  34. package/locales/en/package.json +6 -0
  35. package/locales/{es.d.ts → es/index.d.ts} +1 -1
  36. package/locales/es/index.esm.d.ts +3 -0
  37. package/locales/{es.js → es/index.js} +2 -0
  38. package/locales/es/package.json +6 -0
  39. package/locales/{et.d.ts → et/index.d.ts} +1 -1
  40. package/locales/et/index.esm.d.ts +3 -0
  41. package/locales/{et.js → et/index.js} +2 -0
  42. package/locales/et/package.json +6 -0
  43. package/locales/{fa.d.ts → fa/index.d.ts} +1 -1
  44. package/locales/fa/index.esm.d.ts +3 -0
  45. package/locales/{fa.js → fa/index.js} +2 -0
  46. package/locales/fa/package.json +6 -0
  47. package/locales/{fi.d.ts → fi/index.d.ts} +1 -1
  48. package/locales/fi/index.esm.d.ts +3 -0
  49. package/locales/{fi.js → fi/index.js} +2 -0
  50. package/locales/fi/package.json +6 -0
  51. package/locales/{fr.d.ts → fr/index.d.ts} +1 -1
  52. package/locales/fr/index.esm.d.ts +3 -0
  53. package/locales/{fr.js → fr/index.js} +2 -0
  54. package/locales/fr/package.json +6 -0
  55. package/locales/{hu.d.ts → hu/index.d.ts} +1 -1
  56. package/locales/hu/index.esm.d.ts +3 -0
  57. package/locales/{hu.js → hu/index.js} +2 -0
  58. package/locales/hu/package.json +6 -0
  59. package/locales/{hy.d.ts → hy/index.d.ts} +1 -1
  60. package/locales/hy/index.esm.d.ts +3 -0
  61. package/locales/{hy.js → hy/index.js} +2 -0
  62. package/locales/hy/package.json +6 -0
  63. package/locales/{id.d.ts → id/index.d.ts} +1 -1
  64. package/locales/id/index.esm.d.ts +3 -0
  65. package/locales/{id.js → id/index.js} +2 -0
  66. package/locales/id/package.json +6 -0
  67. package/locales/{it.d.ts → it/index.d.ts} +1 -1
  68. package/locales/it/index.esm.d.ts +3 -0
  69. package/locales/{it.js → it/index.js} +2 -0
  70. package/locales/it/package.json +6 -0
  71. package/locales/{ja.d.ts → ja/index.d.ts} +1 -1
  72. package/locales/ja/index.esm.d.ts +3 -0
  73. package/locales/{ja.js → ja/index.js} +2 -0
  74. package/locales/ja/package.json +6 -0
  75. package/locales/{ko.d.ts → ko/index.d.ts} +1 -1
  76. package/locales/ko/index.esm.d.ts +3 -0
  77. package/locales/{ko.js → ko/index.js} +2 -0
  78. package/locales/ko/package.json +6 -0
  79. package/locales/{nl.d.ts → nl/index.d.ts} +1 -1
  80. package/locales/nl/index.esm.d.ts +3 -0
  81. package/locales/{nl.js → nl/index.js} +2 -0
  82. package/locales/nl/package.json +6 -0
  83. package/locales/{no.d.ts → no/index.d.ts} +1 -1
  84. package/locales/no/index.esm.d.ts +3 -0
  85. package/locales/{no.js → no/index.js} +2 -0
  86. package/locales/no/package.json +6 -0
  87. package/locales/{np.d.ts → np/index.d.ts} +1 -1
  88. package/locales/np/index.esm.d.ts +3 -0
  89. package/locales/{np.js → np/index.js} +2 -0
  90. package/locales/np/package.json +6 -0
  91. package/locales/{pl.d.ts → pl/index.d.ts} +1 -1
  92. package/locales/pl/index.esm.d.ts +3 -0
  93. package/locales/{pl.js → pl/index.js} +2 -0
  94. package/locales/pl/package.json +6 -0
  95. package/locales/{pt.d.ts → pt/index.d.ts} +1 -1
  96. package/locales/pt/index.esm.d.ts +3 -0
  97. package/locales/{pt.js → pt/index.js} +2 -0
  98. package/locales/pt/package.json +6 -0
  99. package/locales/{pt-BR.d.ts → pt-BR/index.d.ts} +1 -1
  100. package/locales/pt-BR/index.esm.d.ts +3 -0
  101. package/locales/{pt-BR.js → pt-BR/index.js} +2 -0
  102. package/locales/pt-BR/package.json +6 -0
  103. package/locales/{ro.d.ts → ro/index.d.ts} +1 -1
  104. package/locales/ro/index.esm.d.ts +3 -0
  105. package/locales/{ro.js → ro/index.js} +2 -0
  106. package/locales/ro/package.json +6 -0
  107. package/locales/{ru.d.ts → ru/index.d.ts} +1 -1
  108. package/locales/ru/index.esm.d.ts +3 -0
  109. package/locales/{ru.js → ru/index.js} +2 -0
  110. package/locales/ru/package.json +6 -0
  111. package/locales/{sk.d.ts → sk/index.d.ts} +1 -1
  112. package/locales/sk/index.esm.d.ts +3 -0
  113. package/locales/{sk.js → sk/index.js} +2 -0
  114. package/locales/sk/package.json +6 -0
  115. package/locales/{sr-Cyrl-RS.d.ts → sr-Cyrl-RS/index.d.ts} +1 -1
  116. package/locales/sr-Cyrl-RS/index.esm.d.ts +3 -0
  117. package/locales/{sr-Cyrl-RS.js → sr-Cyrl-RS/index.js} +2 -0
  118. package/locales/sr-Cyrl-RS/package.json +6 -0
  119. package/locales/{sr-Latn-RS.d.ts → sr-Latn-RS/index.d.ts} +1 -1
  120. package/locales/sr-Latn-RS/index.esm.d.ts +3 -0
  121. package/locales/{sr-Latn-RS.js → sr-Latn-RS/index.js} +2 -0
  122. package/locales/sr-Latn-RS/package.json +6 -0
  123. package/locales/{sv.d.ts → sv/index.d.ts} +1 -1
  124. package/locales/sv/index.esm.d.ts +3 -0
  125. package/locales/{sv.js → sv/index.js} +2 -0
  126. package/locales/sv/package.json +6 -0
  127. package/locales/{tr.d.ts → tr/index.d.ts} +1 -1
  128. package/locales/tr/index.esm.d.ts +3 -0
  129. package/locales/{tr.js → tr/index.js} +2 -0
  130. package/locales/tr/package.json +6 -0
  131. package/locales/{uk.d.ts → uk/index.d.ts} +1 -1
  132. package/locales/uk/index.esm.d.ts +3 -0
  133. package/locales/{uk.js → uk/index.js} +2 -0
  134. package/locales/uk/package.json +6 -0
  135. package/locales/{vi.d.ts → vi/index.d.ts} +1 -1
  136. package/locales/vi/index.esm.d.ts +3 -0
  137. package/locales/{vi.js → vi/index.js} +2 -0
  138. package/locales/vi/package.json +6 -0
  139. package/locales/{zh-Hans.d.ts → zh-Hans/index.d.ts} +1 -1
  140. package/locales/zh-Hans/index.esm.d.ts +3 -0
  141. package/locales/{zh-Hans.mjs → zh-Hans/index.esm.js} +3 -3
  142. package/locales/{zh-Hans.js → zh-Hans/index.js} +5 -3
  143. package/locales/zh-Hans/package.json +6 -0
  144. package/locales/{zh-Hant.d.ts → zh-Hant/index.d.ts} +1 -1
  145. package/locales/zh-Hant/index.esm.d.ts +3 -0
  146. package/locales/{zh-Hant.js → zh-Hant/index.js} +2 -0
  147. package/locales/zh-Hant/package.json +6 -0
  148. package/package.json +25 -210
  149. package/src/body/MRT_TableBodyCell.tsx +2 -2
  150. package/src/column.utils.ts +17 -0
  151. package/src/hooks/index.ts +4 -0
  152. package/src/hooks/useMRT_TableOptions.ts +2 -2
  153. package/src/index.ts +1 -0
  154. package/src/inputs/MRT_EditCellTextField.tsx +20 -30
  155. package/src/inputs/MRT_FilterTextField.tsx +39 -51
  156. package/src/locales/zh-Hans.ts +3 -3
  157. package/src/table/MRT_TablePaper.tsx +6 -6
  158. package/src/types.ts +23 -4
  159. package/dist/cjs/index.js.map +0 -1
  160. package/dist/esm/material-react-table.esm.js.map +0 -1
  161. /package/locales/{ar.mjs → ar/index.esm.js} +0 -0
  162. /package/locales/{az.mjs → az/index.esm.js} +0 -0
  163. /package/locales/{bg.mjs → bg/index.esm.js} +0 -0
  164. /package/locales/{cs.mjs → cs/index.esm.js} +0 -0
  165. /package/locales/{da.mjs → da/index.esm.js} +0 -0
  166. /package/locales/{de.mjs → de/index.esm.js} +0 -0
  167. /package/locales/{en.mjs → en/index.esm.js} +0 -0
  168. /package/locales/{es.mjs → es/index.esm.js} +0 -0
  169. /package/locales/{et.mjs → et/index.esm.js} +0 -0
  170. /package/locales/{fa.mjs → fa/index.esm.js} +0 -0
  171. /package/locales/{fi.mjs → fi/index.esm.js} +0 -0
  172. /package/locales/{fr.mjs → fr/index.esm.js} +0 -0
  173. /package/locales/{hu.mjs → hu/index.esm.js} +0 -0
  174. /package/locales/{hy.mjs → hy/index.esm.js} +0 -0
  175. /package/locales/{id.mjs → id/index.esm.js} +0 -0
  176. /package/locales/{it.mjs → it/index.esm.js} +0 -0
  177. /package/locales/{ja.mjs → ja/index.esm.js} +0 -0
  178. /package/locales/{ko.mjs → ko/index.esm.js} +0 -0
  179. /package/locales/{nl.mjs → nl/index.esm.js} +0 -0
  180. /package/locales/{no.mjs → no/index.esm.js} +0 -0
  181. /package/locales/{np.mjs → np/index.esm.js} +0 -0
  182. /package/locales/{pl.mjs → pl/index.esm.js} +0 -0
  183. /package/locales/{pt.mjs → pt/index.esm.js} +0 -0
  184. /package/locales/{pt-BR.mjs → pt-BR/index.esm.js} +0 -0
  185. /package/locales/{ro.mjs → ro/index.esm.js} +0 -0
  186. /package/locales/{ru.mjs → ru/index.esm.js} +0 -0
  187. /package/locales/{sk.mjs → sk/index.esm.js} +0 -0
  188. /package/locales/{sr-Cyrl-RS.mjs → sr-Cyrl-RS/index.esm.js} +0 -0
  189. /package/locales/{sr-Latn-RS.mjs → sr-Latn-RS/index.esm.js} +0 -0
  190. /package/locales/{sv.mjs → sv/index.esm.js} +0 -0
  191. /package/locales/{tr.mjs → tr/index.esm.js} +0 -0
  192. /package/locales/{uk.mjs → uk/index.esm.js} +0 -0
  193. /package/locales/{vi.mjs → vi/index.esm.js} +0 -0
  194. /package/locales/{zh-Hant.mjs → zh-Hant/index.esm.js} +0 -0
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_AR = {
4
6
  actions: 'إجراءات',
5
7
  and: 'و',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_AZ: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_AZ: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_AZ = {
4
6
  actions: 'Əməliyyatlar',
5
7
  and: 'və',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_BG: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_BG: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_BG = {
4
6
  actions: 'Действия',
5
7
  and: 'и',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_CS: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_CS: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_CS = {
4
6
  actions: 'Akce',
5
7
  and: 'a',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_DA: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_DA: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_DA = {
4
6
  actions: 'Handlinger',
5
7
  and: 'og',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_DE: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_DE: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_DE = {
4
6
  actions: 'Aktionen',
5
7
  and: 'und',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_EN: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_EN: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_EN = {
4
6
  actions: 'Actions',
5
7
  and: 'and',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_ES: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_ES: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_ES = {
4
6
  actions: 'Acciones',
5
7
  and: 'y',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_ET: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_ET: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_ET = {
4
6
  actions: 'Toimingud',
5
7
  and: 'ja',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_FA: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_FA: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_FA = {
4
6
  actions: 'عملیات',
5
7
  and: 'و',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_FI: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_FI: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_FI = {
4
6
  actions: 'Toiminnot',
5
7
  and: 'ja',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_FR: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_FR: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_FR = {
4
6
  actions: 'Actions',
5
7
  and: 'et',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_HU: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_HU: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_HU = {
4
6
  actions: 'Műveletek',
5
7
  and: 'és',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_HY: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_HY: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_HY = {
4
6
  actions: 'Գործողություններ',
5
7
  and: 'և',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_ID: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_ID: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_ID = {
4
6
  actions: 'Aksi',
5
7
  and: 'dan',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_IT: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_IT: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_IT = {
4
6
  actions: 'Azioni',
5
7
  and: 'e',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_JA: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_JA: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_JA = {
4
6
  actions: '操作',
5
7
  and: 'と',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_KO: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_KO: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_KO = {
4
6
  actions: '동작',
5
7
  and: '~',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_NL: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_NL: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_NL = {
4
6
  actions: 'Acties',
5
7
  and: 'en',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_NO: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_NO: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_NO = {
4
6
  cancel: 'Avbryt',
5
7
  actions: 'Handlinger',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_NP: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_NP: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_NP = {
4
6
  actions: 'कार्यहरू',
5
7
  and: 'तथा',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_PL: MRT_Localization;
3
3
 
@@ -0,0 +1,3 @@
1
+ import { type MRT_Localization } from '../..';
2
+ export declare const MRT_Localization_PL: MRT_Localization;
3
+
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  const MRT_Localization_PL = {
4
6
  actions: 'Akcje',
5
7
  and: 'i',
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "index.js",
3
+ "module": "index.esm.js",
4
+ "sideEffects": false,
5
+ "types": "index.d.ts"
6
+ }
@@ -1,3 +1,3 @@
1
- import { type MRT_Localization } from '..';
1
+ import { type MRT_Localization } from '../..';
2
2
  export declare const MRT_Localization_PT: MRT_Localization;
3
3