fastapi-rtk 2.9.0 → 2.9.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.
Files changed (221) hide show
  1. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineObjectInput.cjs +2 -2
  2. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineTableControl/MantineTableControl.cjs +6 -11
  3. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Array/ExpandPanelRenderer.cjs +2 -2
  4. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Array/MantineArrayLayout.cjs +3 -5
  5. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/utils/layout.cjs +2 -2
  6. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineObjectInput.mjs +2 -2
  7. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineTableControl/MantineTableControl.mjs +7 -12
  8. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Array/ExpandPanelRenderer.mjs +2 -2
  9. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Array/MantineArrayLayout.mjs +3 -5
  10. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/utils/layout.mjs +2 -2
  11. package/dist/.external/cjs/html-parse-stringify@3.0.1/html-parse-stringify/dist/html-parse-stringify.module.cjs +59 -0
  12. package/dist/.external/cjs/lodash@4.17.23/lodash/_cloneBuffer.cjs +1 -1
  13. package/dist/.external/cjs/lodash@4.17.23/lodash/_freeGlobal.cjs +1 -1
  14. package/dist/.external/cjs/lodash@4.17.23/lodash/_nodeUtil.cjs +1 -1
  15. package/dist/.external/cjs/lodash@4.17.23/lodash/isBuffer.cjs +1 -1
  16. package/dist/.external/cjs/lodash@4.17.23/lodash/lodash.cjs +2 -2
  17. package/dist/.external/cjs/mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a/mantine-react-table/locales/de/index.cjs +1 -1
  18. package/dist/.external/cjs/mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a/mantine-react-table/locales/en/index.cjs +1 -1
  19. package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/I18nextProvider.cjs +3 -3
  20. package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/Trans.cjs +48 -0
  21. package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/TransWithoutContext.cjs +331 -0
  22. package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/Translation.cjs +15 -0
  23. package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/context.cjs +32 -2
  24. package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/index.cjs +42 -0
  25. package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/useSSR.cjs +32 -0
  26. package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/useTranslation.cjs +9 -9
  27. package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/utils.cjs +2 -0
  28. package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/withSSR.cjs +23 -0
  29. package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/withTranslation.cjs +35 -0
  30. package/dist/.external/cjs/toposort@2.0.2/toposort/index.cjs +1 -1
  31. package/dist/.external/cjs/void-elements@3.1.0/void-elements/index.cjs +26 -0
  32. package/dist/.external/cjs/yup@1.7.1/yup/index.esm.cjs +2 -789
  33. package/dist/.external/cjs/zustand@5.0.10_@types_react@19.2.9_react@19.2.3/zustand/esm/index.cjs +7 -0
  34. package/dist/.external/esm/html-parse-stringify@3.0.1/html-parse-stringify/dist/html-parse-stringify.module.mjs +60 -0
  35. package/dist/.external/esm/lodash@4.17.23/lodash/_cloneBuffer.mjs +1 -1
  36. package/dist/.external/esm/lodash@4.17.23/lodash/_freeGlobal.mjs +1 -1
  37. package/dist/.external/esm/lodash@4.17.23/lodash/_nodeUtil.mjs +1 -1
  38. package/dist/.external/esm/lodash@4.17.23/lodash/isBuffer.mjs +1 -1
  39. package/dist/.external/esm/lodash@4.17.23/lodash/lodash.mjs +2 -2
  40. package/dist/.external/esm/mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a/mantine-react-table/locales/de/index.mjs +1 -1
  41. package/dist/.external/esm/mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a/mantine-react-table/locales/en/index.mjs +1 -1
  42. package/dist/.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/Trans.mjs +49 -0
  43. package/dist/.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/TransWithoutContext.mjs +331 -0
  44. package/dist/.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/Translation.mjs +15 -0
  45. package/dist/.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/context.mjs +32 -1
  46. package/dist/.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/index.mjs +42 -0
  47. package/dist/.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/useSSR.mjs +32 -0
  48. package/dist/.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/utils.mjs +2 -0
  49. package/dist/.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/withSSR.mjs +23 -0
  50. package/dist/.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/withTranslation.mjs +35 -0
  51. package/dist/.external/esm/toposort@2.0.2/toposort/index.mjs +1 -1
  52. package/dist/.external/esm/void-elements@3.1.0/void-elements/index.mjs +26 -0
  53. package/dist/.external/esm/yup@1.7.1/yup/index.esm.mjs +3 -790
  54. package/dist/.external/esm/zustand@5.0.10_@types_react@19.2.9_react@19.2.3/zustand/esm/index.mjs +7 -0
  55. package/dist/.external/esm/zustand@5.0.10_@types_react@19.2.9_react@19.2.3/zustand/esm/react.mjs +5 -5
  56. package/dist/api/cjs/ApiProvider/hooks/useProvideApi.cjs +9 -7
  57. package/dist/api/cjs/ApiProvider/hooks/useProvideForm.cjs +2 -2
  58. package/dist/api/cjs/ApiProvider/hooks/utils/useStreamingData.cjs +2 -2
  59. package/dist/api/cjs/ApiProvider/utils/getValidationSchema.cjs +3 -3
  60. package/dist/api/cjs/Provider/Contexts/LangContext.cjs +2 -4
  61. package/dist/api/cjs/Provider/Provider.cjs +4 -3
  62. package/dist/api/cjs/Provider/hooks/useProvideAuth.cjs +4 -3
  63. package/dist/api/cjs/Provider/hooks/useProvideInfo.cjs +2 -2
  64. package/dist/api/cjs/Provider/hooks/useProvideLang.cjs +9 -7
  65. package/dist/api/cjs/index.cjs +2 -0
  66. package/dist/api/esm/ApiProvider/hooks/useProvideApi.mjs +3 -1
  67. package/dist/api/esm/ApiProvider/hooks/useProvideForm.mjs +2 -2
  68. package/dist/api/esm/ApiProvider/hooks/utils/useStreamingData.mjs +1 -1
  69. package/dist/api/esm/ApiProvider/utils/getValidationSchema.mjs +3 -4
  70. package/dist/api/esm/Provider/Contexts/LangContext.mjs +3 -5
  71. package/dist/api/esm/Provider/Provider.mjs +2 -1
  72. package/dist/api/esm/Provider/hooks/useProvideAuth.mjs +2 -1
  73. package/dist/api/esm/Provider/hooks/useProvideInfo.mjs +1 -1
  74. package/dist/api/esm/Provider/hooks/useProvideLang.mjs +10 -8
  75. package/dist/api/esm/index.mjs +2 -0
  76. package/dist/api/lib/ApiProvider/hooks/types.d.ts +1 -1
  77. package/dist/api/lib/ApiProvider/hooks/useProvideForm.d.ts +2 -1
  78. package/dist/api/lib/ApiProvider/hooks/utils/useStreamingData.d.ts +26 -26
  79. package/dist/api/lib/ApiProvider/types.d.ts +1 -1
  80. package/dist/api/lib/ApiProvider/utils/getValidationSchema.d.ts +1 -1
  81. package/dist/api/lib/Provider/hooks/useProvideAuth.d.ts +3 -3
  82. package/dist/api/lib/Provider/hooks/useProvideInfo.d.ts +1 -1
  83. package/dist/api/lib/Provider/types.d.ts +1 -1
  84. package/dist/api/lib/adapters/types.d.ts +10 -0
  85. package/dist/api/lib/hooks/auth/types.d.ts +1 -1
  86. package/dist/api/lib/index.d.ts +1 -0
  87. package/dist/constants/cjs/index.cjs +0 -5
  88. package/dist/constants/esm/index.mjs +0 -5
  89. package/dist/constants/lib/index.d.ts +1 -6
  90. package/dist/contexts/cjs/_virtual/index5.cjs +6 -0
  91. package/dist/contexts/cjs/index.cjs +4 -0
  92. package/dist/contexts/esm/_virtual/index5.mjs +7 -0
  93. package/dist/contexts/esm/index.mjs +5 -1
  94. package/dist/contexts/lib/index.d.ts +2 -0
  95. package/dist/core/cjs/Dialogs/EditDialog.cjs +1 -2
  96. package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/FilterMenu.cjs +8 -9
  97. package/dist/core/cjs/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/zustand.cjs +2 -2
  98. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useOptimizations.cjs +1 -2
  99. package/dist/core/cjs/_virtual/index.cjs +25 -3
  100. package/dist/core/cjs/_virtual/index2.cjs +25 -3
  101. package/dist/core/cjs/_virtual/index3.cjs +3 -5
  102. package/dist/core/cjs/_virtual/index4.cjs +2 -2
  103. package/dist/core/cjs/_virtual/index5.cjs +5 -0
  104. package/dist/core/cjs/_virtual/index6.cjs +3 -0
  105. package/dist/{constants/cjs/_virtual/index4.cjs → core/cjs/_virtual/index7.cjs} +2 -2
  106. package/dist/core/cjs/adapters/web/index.cjs +4 -1
  107. package/dist/core/cjs/adapters/web/webLocalizationAdapter.cjs +13 -0
  108. package/dist/core/cjs/index.cjs +10 -5
  109. package/dist/core/esm/Dialogs/EditDialog.mjs +2 -3
  110. package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/FilterMenu.mjs +8 -9
  111. package/dist/core/esm/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/zustand.mjs +2 -2
  112. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useOptimizations.mjs +2 -3
  113. package/dist/core/esm/_virtual/index.mjs +25 -3
  114. package/dist/core/esm/_virtual/index2.mjs +25 -3
  115. package/dist/core/esm/_virtual/index3.mjs +2 -5
  116. package/dist/core/esm/_virtual/index4.mjs +2 -2
  117. package/dist/core/esm/_virtual/index5.mjs +5 -0
  118. package/dist/core/esm/_virtual/index6.mjs +2 -0
  119. package/dist/core/esm/_virtual/index7.mjs +4 -0
  120. package/dist/core/esm/adapters/web/index.mjs +4 -1
  121. package/dist/core/esm/adapters/web/webLocalizationAdapter.mjs +13 -0
  122. package/dist/core/esm/index.mjs +3 -4
  123. package/dist/core/lib/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/zustand.d.ts +3 -3
  124. package/dist/core/lib/Tables/NextGenDataGrid/types.d.ts +2 -2
  125. package/dist/core/lib/adapters/web/index.d.ts +2 -1
  126. package/dist/core/lib/adapters/web/webLocalizationAdapter.d.ts +2 -0
  127. package/dist/core/lib/index.d.ts +2 -2
  128. package/dist/jsonforms/cjs/MantineInputs/MantineObjectInput.cjs +2 -2
  129. package/dist/jsonforms/cjs/complex/MantineTableControl/MantineTableControl.cjs +6 -11
  130. package/dist/jsonforms/cjs/layouts/Array/ExpandPanelRenderer.cjs +2 -2
  131. package/dist/jsonforms/cjs/layouts/Array/MantineArrayLayout.cjs +3 -5
  132. package/dist/jsonforms/cjs/utils/layout.cjs +2 -2
  133. package/dist/jsonforms/esm/MantineInputs/MantineObjectInput.mjs +2 -2
  134. package/dist/jsonforms/esm/complex/MantineTableControl/MantineTableControl.mjs +7 -12
  135. package/dist/jsonforms/esm/layouts/Array/ExpandPanelRenderer.mjs +2 -2
  136. package/dist/jsonforms/esm/layouts/Array/MantineArrayLayout.mjs +3 -5
  137. package/dist/jsonforms/esm/utils/layout.mjs +2 -2
  138. package/dist/utils/cjs/_virtual/_commonjsHelpers.cjs +4 -0
  139. package/dist/utils/cjs/_virtual/lodash.cjs +6 -3
  140. package/dist/utils/cjs/index.cjs +2 -0
  141. package/dist/utils/esm/_virtual/_commonjsHelpers.mjs +5 -1
  142. package/dist/utils/esm/_virtual/lodash.mjs +3 -0
  143. package/dist/utils/esm/index.mjs +2 -0
  144. package/dist/utils/lib/index.d.ts +2 -0
  145. package/dist/zustand/cjs/index.cjs +2 -0
  146. package/dist/zustand/esm/index.mjs +3 -1
  147. package/dist/zustand/lib/index.d.ts +1 -0
  148. package/package.json +3 -2
  149. package/dist/.bundled/jsonforms/cjs/_virtual/lodash.cjs +0 -5
  150. package/dist/.bundled/jsonforms/cjs/_virtual/lodash2.cjs +0 -4
  151. package/dist/.bundled/jsonforms/cjs/_virtual/map.cjs +0 -6
  152. package/dist/.bundled/jsonforms/cjs/_virtual/union.cjs +0 -6
  153. package/dist/.bundled/jsonforms/esm/_virtual/lodash.mjs +0 -5
  154. package/dist/.bundled/jsonforms/esm/_virtual/lodash2.mjs +0 -4
  155. package/dist/.bundled/jsonforms/esm/_virtual/map.mjs +0 -7
  156. package/dist/.bundled/jsonforms/esm/_virtual/union.mjs +0 -7
  157. package/dist/.external/cjs/lodash@4.17.23/lodash/_arrayIncludesWith.cjs +0 -20
  158. package/dist/.external/cjs/lodash@4.17.23/lodash/_baseMap.cjs +0 -21
  159. package/dist/.external/cjs/lodash@4.17.23/lodash/_baseUniq.cjs +0 -59
  160. package/dist/.external/cjs/lodash@4.17.23/lodash/_createSet.cjs +0 -19
  161. package/dist/.external/cjs/lodash@4.17.23/lodash/map.cjs +0 -20
  162. package/dist/.external/cjs/lodash@4.17.23/lodash/union.cjs +0 -19
  163. package/dist/.external/esm/lodash@4.17.23/lodash/_arrayIncludesWith.mjs +0 -20
  164. package/dist/.external/esm/lodash@4.17.23/lodash/_baseMap.mjs +0 -21
  165. package/dist/.external/esm/lodash@4.17.23/lodash/_baseUniq.mjs +0 -59
  166. package/dist/.external/esm/lodash@4.17.23/lodash/_createSet.mjs +0 -19
  167. package/dist/.external/esm/lodash@4.17.23/lodash/map.mjs +0 -20
  168. package/dist/.external/esm/lodash@4.17.23/lodash/union.mjs +0 -19
  169. package/dist/constants/cjs/_virtual/index.cjs +0 -27
  170. package/dist/constants/cjs/_virtual/index2.cjs +0 -27
  171. package/dist/constants/cjs/_virtual/index3.cjs +0 -4
  172. package/dist/constants/esm/_virtual/index.mjs +0 -27
  173. package/dist/constants/esm/_virtual/index2.mjs +0 -27
  174. package/dist/constants/esm/_virtual/index3.mjs +0 -4
  175. package/dist/constants/esm/_virtual/index4.mjs +0 -4
  176. package/dist/core/cjs/_virtual/_commonjsHelpers.cjs +0 -8
  177. package/dist/core/cjs/_virtual/_nodeUtil.cjs +0 -4
  178. package/dist/core/cjs/_virtual/isBuffer.cjs +0 -4
  179. package/dist/core/cjs/_virtual/isEqual.cjs +0 -6
  180. package/dist/core/cjs/_virtual/lodash.cjs +0 -5
  181. package/dist/core/cjs/_virtual/lodash2.cjs +0 -4
  182. package/dist/core/esm/_virtual/_commonjsHelpers.mjs +0 -8
  183. package/dist/core/esm/_virtual/_nodeUtil.mjs +0 -4
  184. package/dist/core/esm/_virtual/isBuffer.mjs +0 -4
  185. package/dist/core/esm/_virtual/isEqual.mjs +0 -7
  186. package/dist/core/esm/_virtual/lodash.mjs +0 -5
  187. package/dist/core/esm/_virtual/lodash2.mjs +0 -4
  188. package/dist/jsonforms/cjs/_virtual/_cloneBuffer.cjs +0 -4
  189. package/dist/jsonforms/cjs/_virtual/_commonjsHelpers.cjs +0 -8
  190. package/dist/jsonforms/cjs/_virtual/_nodeUtil.cjs +0 -4
  191. package/dist/jsonforms/cjs/_virtual/isBuffer.cjs +0 -4
  192. package/dist/jsonforms/cjs/_virtual/isEmpty.cjs +0 -6
  193. package/dist/jsonforms/cjs/_virtual/lodash.cjs +0 -5
  194. package/dist/jsonforms/cjs/_virtual/lodash2.cjs +0 -4
  195. package/dist/jsonforms/cjs/_virtual/map.cjs +0 -6
  196. package/dist/jsonforms/cjs/_virtual/merge.cjs +0 -6
  197. package/dist/jsonforms/cjs/_virtual/range.cjs +0 -6
  198. package/dist/jsonforms/cjs/_virtual/startCase.cjs +0 -6
  199. package/dist/jsonforms/cjs/_virtual/union.cjs +0 -6
  200. package/dist/jsonforms/esm/_virtual/_cloneBuffer.mjs +0 -4
  201. package/dist/jsonforms/esm/_virtual/_commonjsHelpers.mjs +0 -8
  202. package/dist/jsonforms/esm/_virtual/_nodeUtil.mjs +0 -4
  203. package/dist/jsonforms/esm/_virtual/isBuffer.mjs +0 -4
  204. package/dist/jsonforms/esm/_virtual/isEmpty.mjs +0 -7
  205. package/dist/jsonforms/esm/_virtual/lodash.mjs +0 -5
  206. package/dist/jsonforms/esm/_virtual/lodash2.mjs +0 -4
  207. package/dist/jsonforms/esm/_virtual/map.mjs +0 -7
  208. package/dist/jsonforms/esm/_virtual/merge.mjs +0 -7
  209. package/dist/jsonforms/esm/_virtual/range.mjs +0 -7
  210. package/dist/jsonforms/esm/_virtual/startCase.mjs +0 -7
  211. package/dist/jsonforms/esm/_virtual/union.mjs +0 -7
  212. /package/dist/{api → contexts}/cjs/_virtual/_commonjsHelpers.cjs +0 -0
  213. /package/dist/{api → contexts}/cjs/_virtual/index.cjs +0 -0
  214. /package/dist/{api → contexts}/cjs/_virtual/index2.cjs +0 -0
  215. /package/dist/{api → contexts}/cjs/_virtual/index3.cjs +0 -0
  216. /package/dist/{api → contexts}/cjs/_virtual/index4.cjs +0 -0
  217. /package/dist/{api → contexts}/esm/_virtual/_commonjsHelpers.mjs +0 -0
  218. /package/dist/{api → contexts}/esm/_virtual/index.mjs +0 -0
  219. /package/dist/{api → contexts}/esm/_virtual/index2.mjs +0 -0
  220. /package/dist/{api → contexts}/esm/_virtual/index3.mjs +0 -0
  221. /package/dist/{api → contexts}/esm/_virtual/index4.mjs +0 -0
@@ -1,8 +1,8 @@
1
- import { InfiniteData } from '@tanstack/react-query';
1
+ import { InfiniteData } from '../../../../../.external/lib/@tanstack/react-query';
2
2
  import { StreamingPage, UseStreamingDataParams } from '../types';
3
3
  export declare const useStreamingData: (params: UseStreamingDataParams) => {
4
4
  streamingPages: (StreamingPage | null)[];
5
- activeDataQuery: import('@tanstack/react-query').QueryObserverRefetchErrorResult<import('fastapi-rtk/api-types').DataPage | null, Error> | import('@tanstack/react-query').QueryObserverSuccessResult<import('fastapi-rtk/api-types').DataPage | null, Error> | import('@tanstack/react-query').QueryObserverLoadingErrorResult<import('fastapi-rtk/api-types').DataPage | null, Error> | import('@tanstack/react-query').QueryObserverPendingResult<import('fastapi-rtk/api-types').DataPage | null, Error> | import('@tanstack/react-query').QueryObserverPlaceholderResult<import('fastapi-rtk/api-types').DataPage | null, Error> | {
5
+ activeDataQuery: import('../../../../../.external/lib/@tanstack/react-query').QueryObserverRefetchErrorResult<import('fastapi-rtk/api-types').DataPage | null, Error> | import('../../../../../.external/lib/@tanstack/react-query').QueryObserverSuccessResult<import('fastapi-rtk/api-types').DataPage | null, Error> | import('../../../../../.external/lib/@tanstack/react-query').QueryObserverLoadingErrorResult<import('fastapi-rtk/api-types').DataPage | null, Error> | import('../../../../../.external/lib/@tanstack/react-query').QueryObserverPendingResult<import('fastapi-rtk/api-types').DataPage | null, Error> | import('../../../../../.external/lib/@tanstack/react-query').QueryObserverPlaceholderResult<import('fastapi-rtk/api-types').DataPage | null, Error> | {
6
6
  data: StreamingPage | null;
7
7
  error: Error;
8
8
  isError: true;
@@ -13,8 +13,8 @@ export declare const useStreamingData: (params: UseStreamingDataParams) => {
13
13
  isSuccess: false;
14
14
  isPlaceholderData: false;
15
15
  status: "error";
16
- fetchNextPage: (options?: import('@tanstack/react-query').FetchNextPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
17
- fetchPreviousPage: (options?: import('@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
16
+ fetchNextPage: (options?: import('../../../../../.external/lib/@tanstack/react-query').FetchNextPageOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
17
+ fetchPreviousPage: (options?: import('../../../../../.external/lib/@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
18
18
  hasNextPage: boolean;
19
19
  hasPreviousPage: boolean;
20
20
  isFetchNextPageError: boolean;
@@ -34,8 +34,8 @@ export declare const useStreamingData: (params: UseStreamingDataParams) => {
34
34
  isRefetching: boolean;
35
35
  isStale: boolean;
36
36
  isEnabled: boolean;
37
- refetch: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
38
- fetchStatus: import('@tanstack/react-query').FetchStatus;
37
+ refetch: (options?: import('../../../../../.external/lib/@tanstack/react-query').RefetchOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
38
+ fetchStatus: import('../../../../../.external/lib/@tanstack/react-query').FetchStatus;
39
39
  promise: Promise<InfiniteData<StreamingPage | null, unknown>>;
40
40
  } | {
41
41
  data: StreamingPage | null;
@@ -50,8 +50,8 @@ export declare const useStreamingData: (params: UseStreamingDataParams) => {
50
50
  isSuccess: true;
51
51
  isPlaceholderData: false;
52
52
  status: "success";
53
- fetchNextPage: (options?: import('@tanstack/react-query').FetchNextPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
54
- fetchPreviousPage: (options?: import('@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
53
+ fetchNextPage: (options?: import('../../../../../.external/lib/@tanstack/react-query').FetchNextPageOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
54
+ fetchPreviousPage: (options?: import('../../../../../.external/lib/@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
55
55
  hasNextPage: boolean;
56
56
  hasPreviousPage: boolean;
57
57
  isFetchingNextPage: boolean;
@@ -69,8 +69,8 @@ export declare const useStreamingData: (params: UseStreamingDataParams) => {
69
69
  isRefetching: boolean;
70
70
  isStale: boolean;
71
71
  isEnabled: boolean;
72
- refetch: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
73
- fetchStatus: import('@tanstack/react-query').FetchStatus;
72
+ refetch: (options?: import('../../../../../.external/lib/@tanstack/react-query').RefetchOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
73
+ fetchStatus: import('../../../../../.external/lib/@tanstack/react-query').FetchStatus;
74
74
  promise: Promise<InfiniteData<StreamingPage | null, unknown>>;
75
75
  } | {
76
76
  data: StreamingPage | null;
@@ -85,8 +85,8 @@ export declare const useStreamingData: (params: UseStreamingDataParams) => {
85
85
  isSuccess: false;
86
86
  isPlaceholderData: false;
87
87
  status: "error";
88
- fetchNextPage: (options?: import('@tanstack/react-query').FetchNextPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
89
- fetchPreviousPage: (options?: import('@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
88
+ fetchNextPage: (options?: import('../../../../../.external/lib/@tanstack/react-query').FetchNextPageOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
89
+ fetchPreviousPage: (options?: import('../../../../../.external/lib/@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
90
90
  hasNextPage: boolean;
91
91
  hasPreviousPage: boolean;
92
92
  isFetchingNextPage: boolean;
@@ -104,8 +104,8 @@ export declare const useStreamingData: (params: UseStreamingDataParams) => {
104
104
  isRefetching: boolean;
105
105
  isStale: boolean;
106
106
  isEnabled: boolean;
107
- refetch: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
108
- fetchStatus: import('@tanstack/react-query').FetchStatus;
107
+ refetch: (options?: import('../../../../../.external/lib/@tanstack/react-query').RefetchOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
108
+ fetchStatus: import('../../../../../.external/lib/@tanstack/react-query').FetchStatus;
109
109
  promise: Promise<InfiniteData<StreamingPage | null, unknown>>;
110
110
  } | {
111
111
  data: StreamingPage | null;
@@ -119,8 +119,8 @@ export declare const useStreamingData: (params: UseStreamingDataParams) => {
119
119
  isSuccess: false;
120
120
  isPlaceholderData: false;
121
121
  status: "pending";
122
- fetchNextPage: (options?: import('@tanstack/react-query').FetchNextPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
123
- fetchPreviousPage: (options?: import('@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
122
+ fetchNextPage: (options?: import('../../../../../.external/lib/@tanstack/react-query').FetchNextPageOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
123
+ fetchPreviousPage: (options?: import('../../../../../.external/lib/@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
124
124
  hasNextPage: boolean;
125
125
  hasPreviousPage: boolean;
126
126
  isFetchingNextPage: boolean;
@@ -139,8 +139,8 @@ export declare const useStreamingData: (params: UseStreamingDataParams) => {
139
139
  isRefetching: boolean;
140
140
  isStale: boolean;
141
141
  isEnabled: boolean;
142
- refetch: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
143
- fetchStatus: import('@tanstack/react-query').FetchStatus;
142
+ refetch: (options?: import('../../../../../.external/lib/@tanstack/react-query').RefetchOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
143
+ fetchStatus: import('../../../../../.external/lib/@tanstack/react-query').FetchStatus;
144
144
  promise: Promise<InfiniteData<StreamingPage | null, unknown>>;
145
145
  } | {
146
146
  data: StreamingPage | null;
@@ -155,8 +155,8 @@ export declare const useStreamingData: (params: UseStreamingDataParams) => {
155
155
  isFetchNextPageError: false;
156
156
  isFetchPreviousPageError: false;
157
157
  status: "success";
158
- fetchNextPage: (options?: import('@tanstack/react-query').FetchNextPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
159
- fetchPreviousPage: (options?: import('@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
158
+ fetchNextPage: (options?: import('../../../../../.external/lib/@tanstack/react-query').FetchNextPageOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
159
+ fetchPreviousPage: (options?: import('../../../../../.external/lib/@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').InfiniteQueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
160
160
  hasNextPage: boolean;
161
161
  hasPreviousPage: boolean;
162
162
  isFetchingNextPage: boolean;
@@ -174,20 +174,20 @@ export declare const useStreamingData: (params: UseStreamingDataParams) => {
174
174
  isRefetching: boolean;
175
175
  isStale: boolean;
176
176
  isEnabled: boolean;
177
- refetch: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
178
- fetchStatus: import('@tanstack/react-query').FetchStatus;
177
+ refetch: (options?: import('../../../../../.external/lib/@tanstack/react-query').RefetchOptions) => Promise<import('../../../../../.external/lib/@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>>;
178
+ fetchStatus: import('../../../../../.external/lib/@tanstack/react-query').FetchStatus;
179
179
  promise: Promise<InfiniteData<StreamingPage | null, unknown>>;
180
180
  };
181
- fetchStreamingPage: () => Promise<import('@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>> | null;
181
+ fetchStreamingPage: () => Promise<import('../../../../../.external/lib/@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>> | null;
182
182
  resetStreamingPages: ({ refetch }?: {
183
183
  refetch?: boolean;
184
- }) => Promise<import('@tanstack/react-query').QueryObserverRefetchErrorResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('@tanstack/react-query').QueryObserverSuccessResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('@tanstack/react-query').QueryObserverLoadingErrorResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('@tanstack/react-query').QueryObserverPendingResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('@tanstack/react-query').QueryObserverPlaceholderResult<InfiniteData<StreamingPage | null, unknown>, Error> | null>;
184
+ }) => Promise<import('../../../../../.external/lib/@tanstack/react-query').QueryObserverRefetchErrorResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('../../../../../.external/lib/@tanstack/react-query').QueryObserverSuccessResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('../../../../../.external/lib/@tanstack/react-query').QueryObserverLoadingErrorResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('../../../../../.external/lib/@tanstack/react-query').QueryObserverPendingResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('../../../../../.external/lib/@tanstack/react-query').QueryObserverPlaceholderResult<InfiniteData<StreamingPage | null, unknown>, Error> | null>;
185
185
  streaming: {
186
186
  data: Record<number, import('fastapi-rtk/api-types').ResultRow[]>;
187
187
  isEnd: boolean;
188
- fetch: () => Promise<import('@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>> | null;
188
+ fetch: () => Promise<import('../../../../../.external/lib/@tanstack/react-query').QueryObserverResult<InfiniteData<StreamingPage | null, unknown>, Error>> | null;
189
189
  reset: ({ refetch }?: {
190
190
  refetch?: boolean;
191
- }) => Promise<import('@tanstack/react-query').QueryObserverRefetchErrorResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('@tanstack/react-query').QueryObserverSuccessResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('@tanstack/react-query').QueryObserverLoadingErrorResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('@tanstack/react-query').QueryObserverPendingResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('@tanstack/react-query').QueryObserverPlaceholderResult<InfiniteData<StreamingPage | null, unknown>, Error> | null>;
191
+ }) => Promise<import('../../../../../.external/lib/@tanstack/react-query').QueryObserverRefetchErrorResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('../../../../../.external/lib/@tanstack/react-query').QueryObserverSuccessResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('../../../../../.external/lib/@tanstack/react-query').QueryObserverLoadingErrorResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('../../../../../.external/lib/@tanstack/react-query').QueryObserverPendingResult<InfiniteData<StreamingPage | null, unknown>, Error> | import('../../../../../.external/lib/@tanstack/react-query').QueryObserverPlaceholderResult<InfiniteData<StreamingPage | null, unknown>, Error> | null>;
192
192
  } | undefined;
193
193
  };
@@ -1,5 +1,5 @@
1
1
  import { DataPage, StreamingPage } from 'fastapi-rtk/api-types';
2
- import { InfiniteData, QueryKey, UseInfiniteQueryOptions, UseQueryOptions } from '@tanstack/react-query';
2
+ import { InfiniteData, QueryKey, UseInfiniteQueryOptions, UseQueryOptions } from '../../../.external/lib/@tanstack/react-query';
3
3
  import { PropsWithChildren } from 'react';
4
4
  import { ApiFunctions, BulkFunctions, InfoQueryData, RelationParam } from './hooks/types';
5
5
  import { QueryParams } from './utils/types';
@@ -1,5 +1,5 @@
1
1
  import { AnyColumnInfo } from 'fastapi-rtk/api-types';
2
- import * as yup from '../../../../.external/lib/yup';
2
+ import { yup } from 'fastapi-rtk/contexts';
3
3
  export declare const getValidationSchema: (columns: AnyColumnInfo[]) => yup.ObjectSchema<{
4
4
  [x: string]: unknown;
5
5
  }, yup.AnyObject, {
@@ -1,17 +1,17 @@
1
- import { UseQueryOptions } from '@tanstack/react-query';
1
+ import { UseQueryOptions } from '../../../../.external/lib/@tanstack/react-query';
2
2
  import { AuthUser } from '../../auth/types';
3
3
  import { AuthDependencies, SigninCredentials } from './types';
4
4
  export declare function useProvideAuth(baseURL: string, authQueryProps?: Partial<UseQueryOptions<AuthUser>>, auth?: AuthDependencies): {
5
5
  user: AuthUser | null | undefined;
6
6
  loading: boolean;
7
7
  error: string | null;
8
- query: import('@tanstack/react-query').UseQueryResult<AuthUser, Error>;
8
+ query: import('../../../../.external/lib/@tanstack/react-query').UseQueryResult<AuthUser, Error>;
9
9
  signin: ({ username, password }: SigninCredentials) => Promise<void>;
10
10
  signout: () => Promise<void>;
11
11
  update: (data: Partial<AuthUser>) => Promise<void>;
12
12
  resetPassword: (password: string) => Promise<void>;
13
13
  oauthSignin: (provider: string, popup: boolean) => Promise<void>;
14
- refetch: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<AuthUser, Error>>;
14
+ refetch: (options?: import('../../../../.external/lib/@tanstack/react-query').RefetchOptions) => Promise<import('../../../../.external/lib/@tanstack/react-query').QueryObserverResult<AuthUser, Error>>;
15
15
  resetError: () => void;
16
16
  oauth_signin: (provider: string, popup: boolean) => Promise<void>;
17
17
  };
@@ -8,5 +8,5 @@ export declare function useProvideInfo(baseUrl: string, auth: {
8
8
  loading: boolean;
9
9
  error: Error | null;
10
10
  fab: boolean | undefined;
11
- query: import('@tanstack/react-query').UseQueryResult<import('fastapi-rtk/api-types').AppApiInfo[], Error>;
11
+ query: import('../../../../.external/lib/@tanstack/react-query').UseQueryResult<import('fastapi-rtk/api-types').AppApiInfo[], Error>;
12
12
  };
@@ -1,4 +1,4 @@
1
- import { QueryClientConfig, UseQueryOptions } from '@tanstack/react-query';
1
+ import { QueryClientConfig, UseQueryOptions } from '../../../.external/lib/@tanstack/react-query';
2
2
  import { ComponentType, PropsWithChildren } from 'react';
3
3
  import { Adapters } from '../adapters/types';
4
4
  import { AuthUser } from '../auth/types';
@@ -59,6 +59,14 @@ export interface FormDataAdapter {
59
59
  /** Append a file part. Web: `fd.append(key, file as File)`. */
60
60
  appendFile(fd: FormData, key: string, file: unknown): void;
61
61
  }
62
+ export interface LocalizationAdapter {
63
+ /**
64
+ * Language code -> lazy loader for that language's data-grid localization pack (a flat
65
+ * key -> translated-string map). Web supplies mantine-react-table's de/en packs; platforms
66
+ * without the grid omit this adapter.
67
+ */
68
+ loaders: Record<string, () => Promise<Record<string, string>>>;
69
+ }
62
70
  export interface Adapters {
63
71
  storage: StorageAdapter;
64
72
  network: NetworkAdapter;
@@ -66,4 +74,6 @@ export interface Adapters {
66
74
  fileDownload: FileDownloadAdapter;
67
75
  oauthOpener: OAuthOpenerAdapter;
68
76
  formData: FormDataAdapter;
77
+ /** Optional data-grid localization loaders (web: mantine-react-table de/en). Omitted where there is no grid. */
78
+ localization?: LocalizationAdapter;
69
79
  }
@@ -1,4 +1,4 @@
1
- import { UseQueryResult } from '@tanstack/react-query';
1
+ import { UseQueryResult } from '../../../../.external/lib/@tanstack/react-query';
2
2
  import { AuthUser } from '../../auth/types';
3
3
  export interface AuthContextValue {
4
4
  /** The raw React Query object used to fetch the authenticated user. */
@@ -33,3 +33,4 @@ export * from './hooks/auth/useAuth';
33
33
  export * from './hooks/auth/useInfo';
34
34
  export * from './hooks/auth/types';
35
35
  export * from './hooks/useDidUpdate';
36
+ export * as rq from '../../.external/lib/@tanstack/react-query';
@@ -37,10 +37,6 @@ const LANG_LOCAL_STORAGE_PROPS = {
37
37
  defaultValue: "en",
38
38
  getInitialValueInEffect: false
39
39
  };
40
- const MRT_LOCALIZATION_IMPORT_MAP = {
41
- de: () => Promise.resolve().then(() => require("./_virtual/index.cjs")).then((n) => n.index).then((mod) => mod.MRT_Localization_DE),
42
- en: () => Promise.resolve().then(() => require("./_virtual/index2.cjs")).then((n) => n.index).then((mod) => mod.MRT_Localization_EN)
43
- };
44
40
  const DEBUG_SESSION_STORAGE_KEY = "fastapi-rtk-debug";
45
41
  const isDebugMode = () => {
46
42
  if (typeof sessionStorage === "undefined") {
@@ -70,7 +66,6 @@ exports.DEFAULT_PAGE_SIZE_OPTIONS = DEFAULT_PAGE_SIZE_OPTIONS;
70
66
  exports.DEFAULT_QUOTECHAR = DEFAULT_QUOTECHAR;
71
67
  exports.DELIMITER_DATA = DELIMITER_DATA;
72
68
  exports.LANG_LOCAL_STORAGE_PROPS = LANG_LOCAL_STORAGE_PROPS;
73
- exports.MRT_LOCALIZATION_IMPORT_MAP = MRT_LOCALIZATION_IMPORT_MAP;
74
69
  exports.QUOTECHAR_DATA = QUOTECHAR_DATA;
75
70
  exports.VIEW_MODE = VIEW_MODE;
76
71
  exports.initialState = initialState;
@@ -35,10 +35,6 @@ const LANG_LOCAL_STORAGE_PROPS = {
35
35
  defaultValue: "en",
36
36
  getInitialValueInEffect: false
37
37
  };
38
- const MRT_LOCALIZATION_IMPORT_MAP = {
39
- de: () => import("./_virtual/index.mjs").then((n) => n.i).then((mod) => mod.MRT_Localization_DE),
40
- en: () => import("./_virtual/index2.mjs").then((n) => n.i).then((mod) => mod.MRT_Localization_EN)
41
- };
42
38
  const DEBUG_SESSION_STORAGE_KEY = "fastapi-rtk-debug";
43
39
  const isDebugMode = () => {
44
40
  if (typeof sessionStorage === "undefined") {
@@ -69,7 +65,6 @@ export {
69
65
  DEFAULT_QUOTECHAR,
70
66
  DELIMITER_DATA,
71
67
  LANG_LOCAL_STORAGE_PROPS,
72
- MRT_LOCALIZATION_IMPORT_MAP,
73
68
  QUOTECHAR_DATA,
74
69
  VIEW_MODE,
75
70
  initialState,
@@ -1,5 +1,4 @@
1
1
  import { ValidationError } from 'fastapi-rtk/api-types';
2
- import { MRT_RowData } from '../../.external/lib/mantine-react-table';
3
2
  export declare const DEFAULT_PAGE = 0;
4
3
  export declare const DEFAULT_PAGE_SIZE = 25;
5
4
  export declare const DEFAULT_PAGE_SIZE_OPTIONS: string[];
@@ -18,7 +17,7 @@ export declare const QUOTECHAR_DATA: {
18
17
  }[];
19
18
  export declare const initialState: {
20
19
  errors: ValidationError[];
21
- data: MRT_RowData | undefined;
20
+ data: Record<string, any> | undefined;
22
21
  };
23
22
  export declare const VIEW_MODE: {
24
23
  readonly NORMAL: "normal";
@@ -34,10 +33,6 @@ export declare const LANG_LOCAL_STORAGE_PROPS: {
34
33
  defaultValue: string;
35
34
  getInitialValueInEffect: boolean;
36
35
  };
37
- export declare const MRT_LOCALIZATION_IMPORT_MAP: {
38
- de: () => Promise<import('../../.external/lib/mantine-react-table').MRT_Localization>;
39
- en: () => Promise<import('../../.external/lib/mantine-react-table').MRT_Localization>;
40
- };
41
36
  export declare const DEBUG_SESSION_STORAGE_KEY = "fastapi-rtk-debug";
42
37
  export declare const isDebugMode: () => boolean;
43
38
  export declare const setDebugMode: (debug: boolean) => void;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ const _commonjsHelpers = require("./_commonjsHelpers.cjs");
3
+ const index = require("../../../.external/cjs/void-elements@3.1.0/void-elements/index.cjs");
4
+ var voidElementsExports = index.__require();
5
+ const e = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(voidElementsExports);
6
+ module.exports = e;
@@ -2,6 +2,8 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const ApiContext = require("./ApiContext/ApiContext.cjs");
4
4
  const LangContext = require("./LangContext/LangContext.cjs");
5
+ const index_esm = require("../../.external/cjs/yup@1.7.1/yup/index.esm.cjs");
6
+ const index = require("../../.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/index.cjs");
5
7
  const useTranslation = require("../../.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/useTranslation.cjs");
6
8
  exports.ApiContextProvider = ApiContext.ApiContextProvider;
7
9
  exports.useApi = ApiContext.useApi;
@@ -9,4 +11,6 @@ exports.useApiProvider = ApiContext.useApiProvider;
9
11
  exports.InnerInnerLangContextProvider = LangContext.InnerInnerLangContextProvider;
10
12
  exports.useLang = LangContext.useLang;
11
13
  exports.useLangProvider = LangContext.useLangProvider;
14
+ exports.yup = index_esm;
15
+ exports.i18nr = index;
12
16
  exports.useTranslation = useTranslation.useTranslation;
@@ -0,0 +1,7 @@
1
+ import { getDefaultExportFromCjs } from "./_commonjsHelpers.mjs";
2
+ import { __require as requireVoidElements } from "../../../.external/esm/void-elements@3.1.0/void-elements/index.mjs";
3
+ var voidElementsExports = requireVoidElements();
4
+ const e = /* @__PURE__ */ getDefaultExportFromCjs(voidElementsExports);
5
+ export {
6
+ e as default
7
+ };
@@ -1,12 +1,16 @@
1
1
  import { ApiContextProvider, useApi, useApiProvider } from "./ApiContext/ApiContext.mjs";
2
2
  import { InnerInnerLangContextProvider, useLang, useLangProvider } from "./LangContext/LangContext.mjs";
3
+ import * as index_esm from "../../.external/esm/yup@1.7.1/yup/index.esm.mjs";
4
+ import * as index from "../../.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/index.mjs";
3
5
  import { useTranslation } from "../../.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
4
6
  export {
5
7
  ApiContextProvider,
6
8
  InnerInnerLangContextProvider,
9
+ index as i18nr,
7
10
  useApi,
8
11
  useApiProvider,
9
12
  useLang,
10
13
  useLangProvider,
11
- useTranslation
14
+ useTranslation,
15
+ index_esm as yup
12
16
  };
@@ -2,3 +2,5 @@ export * from './ApiContext';
2
2
  export * from './LangContext';
3
3
  export type * from './ApiContext/types';
4
4
  export type * from './LangContext/types';
5
+ export * as yup from '../../.external/lib/yup';
6
+ export * as i18nr from '../../.external/lib/react-i18next';
@@ -7,7 +7,6 @@ const utils = require("fastapi-rtk/utils");
7
7
  const core = require("@mantine/core");
8
8
  const form = require("@mantine/form");
9
9
  const hooks = require("@mantine/hooks");
10
- const lodash = require("../_virtual/lodash.cjs");
11
10
  const index = require("../../../.external/cjs/mantine-form-yup-resolver@2.0.0_@mantine_form@9.1.0_react@19.2.3__yup@1.7.1/mantine-form-yup-resolver/dist/esm/index.cjs");
12
11
  const React = require("react");
13
12
  const convertToFormInputs$1 = require("../ActionIcons/utils/convertToFormInputs.cjs");
@@ -72,7 +71,7 @@ function EditDialog(props) {
72
71
  resetError();
73
72
  const new_data = Object.entries(getState().data).reduce(
74
73
  (acc, [key, value]) => {
75
- if (lodash.lodashExports.isEqual(value, initialStateRef.current.data[key])) {
74
+ if (utils.ld.isEqual(value, initialStateRef.current.data[key])) {
76
75
  return acc;
77
76
  }
78
77
  acc[key] = value;
@@ -6,10 +6,9 @@ const form = require("@mantine/form");
6
6
  const hooks = require("@mantine/hooks");
7
7
  const index = require("../../../../../../.external/cjs/mantine-form-yup-resolver@2.0.0_@mantine_form@9.1.0_react@19.2.3__yup@1.7.1/mantine-form-yup-resolver/dist/esm/index.cjs");
8
8
  const React = require("react");
9
- const index_esm = require("../../../../../../.external/cjs/yup@1.7.1/yup/index.esm.cjs");
9
+ const contexts = require("fastapi-rtk/contexts");
10
10
  const plus = require("../../../../_virtual/plus.cjs");
11
11
  const trash = require("../../../../_virtual/trash.cjs");
12
- const contexts = require("fastapi-rtk/contexts");
13
12
  const FormField = require("../../FormField/FormField.cjs");
14
13
  const FormFilterField = require("./FormFilterField.cjs");
15
14
  const FormFilterIn = require("./FormFilterIn.cjs");
@@ -22,17 +21,17 @@ function FilterMenu(props) {
22
21
  filters: []
23
22
  },
24
23
  validate: index.yupResolver(
25
- index_esm.object({
26
- filters: index_esm.array().of(
27
- index_esm.object({
28
- col: index_esm.string().transform((v) => !v ? void 0 : v).required("Field is required"),
29
- opr: index_esm.string().transform((v) => !v ? void 0 : v).required(`${"col"} is required`),
30
- value: index_esm.mixed().when("col", {
24
+ contexts.yup.object({
25
+ filters: contexts.yup.array().of(
26
+ contexts.yup.object({
27
+ col: contexts.yup.string().transform((v) => !v ? void 0 : v).required("Field is required"),
28
+ opr: contexts.yup.string().transform((v) => !v ? void 0 : v).required(`${"col"} is required`),
29
+ value: contexts.yup.mixed().when("col", {
31
30
  is: (col) => {
32
31
  return col && info.filters[col].schema.required;
33
32
  },
34
33
  then: () => {
35
- return index_esm.mixed().required("Value is required");
34
+ return contexts.yup.mixed().required("Value is required");
36
35
  }
37
36
  })
38
37
  })
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const react = require("../../../../../../.external/cjs/zustand@5.0.10_@types_react@19.2.9_react@19.2.3/zustand/esm/react.cjs");
4
- const selectionStoreFactory = () => react.create((set, get) => ({
3
+ const zustand = require("fastapi-rtk/zustand");
4
+ const selectionStoreFactory = () => zustand.zs.create((set, get) => ({
5
5
  rowSelection: {},
6
6
  refs: /* @__PURE__ */ new Set(),
7
7
  getSelectedRows: () => Object.keys(get().rowSelection),
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const utils = require("fastapi-rtk/utils");
4
- const isEqual = require("../../../_virtual/isEqual.cjs");
5
4
  const React = require("react");
6
5
  const getOptimizedMRT_RowSelectColumnDef = require("../components/OptimizedMRT_RowSelectColumn/getOptimizedMRT_RowSelectColumnDef.cjs");
7
6
  const zustand = require("../components/OptimizedMRT_RowSelectColumn/zustand.cjs");
@@ -28,7 +27,7 @@ const useTableOptimizations = (table, onSelectCheckbox, bulkActions, optimizatio
28
27
  `internalValue:`,
29
28
  internalValue
30
29
  );
31
- if (isEqual(internalValue, value)) {
30
+ if (utils.ld.isEqual(internalValue, value)) {
32
31
  utils.FastAPIRTKLogger.debug("[useTableOptimizations] No change in selection, skipping update.");
33
32
  return;
34
33
  }
@@ -1,5 +1,27 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../../../.external/cjs/property-expr@2.0.6/property-expr/index.cjs");
4
- var propertyExprExports = index.__require();
5
- exports.propertyExprExports = propertyExprExports;
3
+ const index$1 = require("../../../.external/cjs/mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a/mantine-react-table/locales/de/index.cjs");
4
+ function _mergeNamespaces(n, m) {
5
+ for (var i = 0; i < m.length; i++) {
6
+ const e = m[i];
7
+ if (typeof e !== "string" && !Array.isArray(e)) {
8
+ for (const k in e) {
9
+ if (k !== "default" && !(k in n)) {
10
+ const d = Object.getOwnPropertyDescriptor(e, k);
11
+ if (d) {
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ }
20
+ }
21
+ return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: "Module" }));
22
+ }
23
+ var deExports = /* @__PURE__ */ index$1.__require();
24
+ const index = /* @__PURE__ */ _mergeNamespaces({
25
+ __proto__: null
26
+ }, [deExports]);
27
+ exports.index = index;
@@ -1,5 +1,27 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../../../.external/cjs/tiny-case@1.0.3/tiny-case/index.cjs");
4
- var tinyCaseExports = index.__require();
5
- exports.tinyCaseExports = tinyCaseExports;
3
+ const index$1 = require("../../../.external/cjs/mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a/mantine-react-table/locales/en/index.cjs");
4
+ function _mergeNamespaces(n, m) {
5
+ for (var i = 0; i < m.length; i++) {
6
+ const e = m[i];
7
+ if (typeof e !== "string" && !Array.isArray(e)) {
8
+ for (const k in e) {
9
+ if (k !== "default" && !(k in n)) {
10
+ const d = Object.getOwnPropertyDescriptor(e, k);
11
+ if (d) {
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ }
20
+ }
21
+ return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: "Module" }));
22
+ }
23
+ var enExports = /* @__PURE__ */ index$1.__require();
24
+ const index = /* @__PURE__ */ _mergeNamespaces({
25
+ __proto__: null
26
+ }, [enExports]);
27
+ exports.index = index;
@@ -1,6 +1,4 @@
1
1
  "use strict";
2
- const _commonjsHelpers = require("./_commonjsHelpers.cjs");
3
- const index = require("../../../.external/cjs/toposort@2.0.2/toposort/index.cjs");
4
- var toposortExports = index.__require();
5
- const toposort = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(toposortExports);
6
- module.exports = toposort;
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ var de = {};
4
+ exports.__exports = de;
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var toposort = { exports: {} };
4
- exports.__module = toposort;
3
+ var en = {};
4
+ exports.__exports = en;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const index = require("../../../.external/cjs/property-expr@2.0.6/property-expr/index.cjs");
4
+ var propertyExprExports = index.__require();
5
+ exports.propertyExprExports = propertyExprExports;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const index = require("../../../.external/cjs/toposort@2.0.2/toposort/index.cjs");
3
+ index.__require();
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var en = {};
4
- exports.__exports = en;
3
+ var toposort = { exports: {} };
4
+ exports.__module = toposort;
@@ -3,6 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const cookieTransport = require("./cookieTransport.cjs");
4
4
  const webFileDownloadAdapter = require("./webFileDownloadAdapter.cjs");
5
5
  const webFormDataAdapter = require("./webFormDataAdapter.cjs");
6
+ const webLocalizationAdapter = require("./webLocalizationAdapter.cjs");
6
7
  const webNetworkAdapter = require("./webNetworkAdapter.cjs");
7
8
  const webOAuthOpener = require("./webOAuthOpener.cjs");
8
9
  const webStorageAdapter = require("./webStorageAdapter.cjs");
@@ -12,11 +13,13 @@ const webAdapters = {
12
13
  authTransport: cookieTransport.cookieTransport,
13
14
  fileDownload: webFileDownloadAdapter.webFileDownloadAdapter,
14
15
  oauthOpener: webOAuthOpener.webOAuthOpener,
15
- formData: webFormDataAdapter.webFormDataAdapter
16
+ formData: webFormDataAdapter.webFormDataAdapter,
17
+ localization: webLocalizationAdapter.webLocalizationAdapter
16
18
  };
17
19
  exports.cookieTransport = cookieTransport.cookieTransport;
18
20
  exports.webFileDownloadAdapter = webFileDownloadAdapter.webFileDownloadAdapter;
19
21
  exports.webFormDataAdapter = webFormDataAdapter.webFormDataAdapter;
22
+ exports.webLocalizationAdapter = webLocalizationAdapter.webLocalizationAdapter;
20
23
  exports.webNetworkAdapter = webNetworkAdapter.webNetworkAdapter;
21
24
  exports.webOAuthOpener = webOAuthOpener.webOAuthOpener;
22
25
  exports.webStorageAdapter = webStorageAdapter.webStorageAdapter;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const webLocalizationAdapter = {
4
+ loaders: {
5
+ de: () => Promise.resolve().then(() => require("../../_virtual/index.cjs")).then((n) => n.index).then(
6
+ (mod) => mod.MRT_Localization_DE
7
+ ),
8
+ en: () => Promise.resolve().then(() => require("../../_virtual/index2.cjs")).then((n) => n.index).then(
9
+ (mod) => mod.MRT_Localization_EN
10
+ )
11
+ }
12
+ };
13
+ exports.webLocalizationAdapter = webLocalizationAdapter;