fastapi-rtk 1.0.21 → 1.0.23

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 (449) hide show
  1. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/JsonFormsWithCustomizer/JsonFormsWithCustomizer.cjs +1 -1
  2. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineDateTimeInput.cjs +2 -2
  3. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineObjectInput.cjs +1 -1
  4. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineTimeInput.cjs +11 -4
  5. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineBooleanCell.cjs +1 -1
  6. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineDateCell.cjs +1 -1
  7. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineDateTimeCell.cjs +1 -1
  8. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineEnumArrayCell.cjs +1 -1
  9. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineEnumCell.cjs +1 -1
  10. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineFileCell.cjs +1 -1
  11. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineImageCell.cjs +1 -1
  12. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineIntegerCell.cjs +1 -1
  13. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineJsonCell.cjs +1 -1
  14. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineNumberCell.cjs +1 -1
  15. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineOneOfEnumCell.cjs +1 -1
  16. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineTextCell.cjs +1 -1
  17. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineTimeCell.cjs +1 -1
  18. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineArrayControl/MantineArrayControl.cjs +1 -1
  19. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineEnumArrayControl.cjs +1 -1
  20. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineObjectControl.cjs +1 -1
  21. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineTableControl/MantineTableControl.cjs +1 -1
  22. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineBooleanControl.cjs +1 -1
  23. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineDateControl.cjs +1 -1
  24. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineDateTimeControl.cjs +1 -1
  25. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineEnumControl.cjs +1 -1
  26. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineFileControl.cjs +1 -1
  27. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineImageControl.cjs +1 -1
  28. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineIntegerControl.cjs +1 -1
  29. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineJsonControl.cjs +1 -1
  30. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineNumberControl.cjs +1 -1
  31. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineOneOfEnumControl.cjs +1 -1
  32. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineTextControl.cjs +1 -1
  33. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineTimeControl.cjs +1 -1
  34. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useDateProps.cjs +16 -28
  35. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useNavigationComponent.cjs +3 -3
  36. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useTimeProps.cjs +16 -2
  37. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useToolbarComponent.cjs +2 -2
  38. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/labels/MantineLabelRenderer.cjs +1 -1
  39. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Array/ExpandPanelRenderer.cjs +1 -1
  40. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Array/MantineArrayLayoutRenderer.cjs +1 -1
  41. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/MantineCategorizationLayoutRenderer.cjs +1 -1
  42. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Group/MantineGroupLayoutRenderer.cjs +1 -1
  43. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/MantineHotizontalLayoutRenderer.cjs +1 -1
  44. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/MantineVerticalLayoutRenderer.cjs +1 -1
  45. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/utils/layout.cjs +1 -1
  46. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/utils/withAjvProps.cjs +1 -1
  47. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/JsonFormsWithCustomizer/JsonFormsWithCustomizer.mjs +1 -1
  48. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineDateTimeInput.mjs +1 -1
  49. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineObjectInput.mjs +1 -1
  50. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineTimeInput.mjs +10 -3
  51. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineBooleanCell.mjs +1 -1
  52. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineDateCell.mjs +1 -1
  53. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineDateTimeCell.mjs +1 -1
  54. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineEnumArrayCell.mjs +1 -1
  55. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineEnumCell.mjs +1 -1
  56. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineFileCell.mjs +1 -1
  57. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineImageCell.mjs +1 -1
  58. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineIntegerCell.mjs +1 -1
  59. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineJsonCell.mjs +1 -1
  60. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineNumberCell.mjs +1 -1
  61. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineOneOfEnumCell.mjs +1 -1
  62. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineTextCell.mjs +1 -1
  63. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineTimeCell.mjs +1 -1
  64. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineArrayControl/MantineArrayControl.mjs +1 -1
  65. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineEnumArrayControl.mjs +1 -1
  66. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineObjectControl.mjs +1 -1
  67. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineTableControl/MantineTableControl.mjs +1 -1
  68. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineBooleanControl.mjs +1 -1
  69. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineDateControl.mjs +1 -1
  70. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineDateTimeControl.mjs +1 -1
  71. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineEnumControl.mjs +1 -1
  72. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineFileControl.mjs +1 -1
  73. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineImageControl.mjs +1 -1
  74. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineIntegerControl.mjs +1 -1
  75. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineJsonControl.mjs +1 -1
  76. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineNumberControl.mjs +1 -1
  77. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineOneOfEnumControl.mjs +1 -1
  78. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineTextControl.mjs +1 -1
  79. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineTimeControl.mjs +1 -1
  80. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useDateProps.mjs +18 -30
  81. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useNavigationComponent.mjs +3 -3
  82. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useTimeProps.mjs +16 -2
  83. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useToolbarComponent.mjs +2 -2
  84. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/labels/MantineLabelRenderer.mjs +1 -1
  85. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Array/ExpandPanelRenderer.mjs +1 -1
  86. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Array/MantineArrayLayoutRenderer.mjs +1 -1
  87. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/MantineCategorizationLayoutRenderer.mjs +1 -1
  88. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Group/MantineGroupLayoutRenderer.mjs +1 -1
  89. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/MantineHotizontalLayoutRenderer.mjs +1 -1
  90. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/MantineVerticalLayoutRenderer.mjs +1 -1
  91. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/utils/layout.mjs +1 -1
  92. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/utils/withAjvProps.mjs +1 -1
  93. package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/mutation.cjs +25 -24
  94. package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/types.cjs +3 -3
  95. package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/utils.cjs +1 -1
  96. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/HydrationBoundary.cjs +1 -1
  97. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs +1 -1
  98. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/index.cjs +18 -18
  99. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useBaseQuery.cjs +2 -2
  100. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useInfiniteQuery.cjs +1 -1
  101. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useIsFetching.cjs +1 -1
  102. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useMutation.cjs +3 -3
  103. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useMutationState.cjs +2 -2
  104. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useQueries.cjs +4 -4
  105. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useQuery.cjs +1 -1
  106. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs +2 -2
  107. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useSuspenseQueries.cjs +1 -1
  108. package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useSuspenseQuery.cjs +2 -2
  109. package/dist/.external/cjs/{mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._ndh5vv3rq66ztxn2u3n6xapebe → mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._ep2bxwrbjkzczezya5qs36c5oi}/mantine-react-table/dist/index.esm.cjs +35 -35
  110. package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/mutation.mjs +25 -24
  111. package/dist/.external/esm/@tanstack_query-core@5.90.20/@tanstack/query-core/build/modern/types.mjs +8 -0
  112. package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/utils.mjs +1 -1
  113. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/HydrationBoundary.mjs +1 -1
  114. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/errorBoundaryUtils.mjs +1 -1
  115. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/index.mjs +18 -18
  116. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useBaseQuery.mjs +2 -2
  117. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useInfiniteQuery.mjs +1 -1
  118. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useIsFetching.mjs +1 -1
  119. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useMutation.mjs +3 -3
  120. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useMutationState.mjs +2 -2
  121. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useQueries.mjs +4 -4
  122. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useQuery.mjs +1 -1
  123. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.mjs +2 -2
  124. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useSuspenseQueries.mjs +1 -1
  125. package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/useSuspenseQuery.mjs +2 -2
  126. package/dist/.external/esm/{mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._ndh5vv3rq66ztxn2u3n6xapebe → mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._ep2bxwrbjkzczezya5qs36c5oi}/mantine-react-table/dist/index.esm.mjs +35 -35
  127. package/dist/constants/cjs/_virtual/index.cjs +1 -1
  128. package/dist/constants/cjs/_virtual/index2.cjs +1 -1
  129. package/dist/constants/esm/_virtual/index.mjs +1 -1
  130. package/dist/constants/esm/_virtual/index2.mjs +1 -1
  131. package/dist/core/cjs/ActionIcons/Add/Add.cjs +2 -2
  132. package/dist/core/cjs/ActionIcons/Delete/Delete.cjs +2 -2
  133. package/dist/core/cjs/ActionIcons/Download/Download.cjs +3 -3
  134. package/dist/core/cjs/ActionIcons/Edit/Edit.cjs +2 -2
  135. package/dist/core/cjs/ActionIcons/Refresh/Refresh.cjs +2 -2
  136. package/dist/core/cjs/ActionIcons/Upload/Upload.cjs +4 -4
  137. package/dist/core/cjs/ActionIcons/View/View.cjs +2 -2
  138. package/dist/core/cjs/Dialogs/AddDialog.cjs +1 -1
  139. package/dist/core/cjs/Dialogs/DeleteDialog.cjs +1 -1
  140. package/dist/core/cjs/Dialogs/EditDialog.cjs +1 -1
  141. package/dist/core/cjs/Inputs/DateTimePicker.cjs +31 -0
  142. package/dist/core/cjs/Inputs/TimePicker.cjs +36 -0
  143. package/dist/core/cjs/Menu/UserMenu/UserMenu.cjs +6 -6
  144. package/dist/core/cjs/Modals/CommonModal.cjs +2 -2
  145. package/dist/core/cjs/Tables/DataGrid/ErrorDialog.cjs +2 -2
  146. package/dist/core/cjs/Tables/DataGrid/Main/Header/FieldTitle/FieldTitle.cjs +2 -2
  147. package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/Filter.cjs +1 -1
  148. package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/FilterMenu.cjs +2 -2
  149. package/dist/core/cjs/Tables/NextGenDataGrid/NextGenDataGrid.cjs +1 -1
  150. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/ColumnHeaderFilterInput.cjs +1 -1
  151. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBetweenInput.cjs +2 -2
  152. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/FilterMenuButton.cjs +1 -1
  153. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/FilterModeDescription.cjs +1 -1
  154. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/HeaderAdvancedFiltersMenuButton.cjs +1 -1
  155. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useToolbar/basicToolbars.cjs +1 -1
  156. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useToolbarAlertBanner/FASTAPI_RTK_ToolbarAlertBanner.cjs +1 -1
  157. package/dist/core/cjs/Tables/NextGenDataGrid/patch/MRT_TableContainer.cjs +1 -1
  158. package/dist/core/cjs/Tables/NextGenDataGrid/patch/MRT_TablePaper.cjs +1 -1
  159. package/dist/core/cjs/Tables/NextGenDataGrid/patch/MRT_TopToolbar.cjs +1 -1
  160. package/dist/core/cjs/Tables/NextGenDataGrid/patch/MantineReactTable.cjs +1 -1
  161. package/dist/core/cjs/Wrappers/ApiProvider/hooks/useProvideApi.cjs +2 -2
  162. package/dist/core/cjs/Wrappers/ApiProvider/hooks/useProvideForm.cjs +1 -1
  163. package/dist/core/cjs/Wrappers/Provider/Contexts/LangContext.cjs +2 -2
  164. package/dist/core/cjs/Wrappers/Provider/Provider.cjs +2 -2
  165. package/dist/core/cjs/Wrappers/Provider/hooks/useProvideAuth.cjs +2 -2
  166. package/dist/core/cjs/Wrappers/Provider/hooks/useProvideInfo.cjs +1 -1
  167. package/dist/core/cjs/Wrappers/Provider/hooks/useProvideLang.cjs +1 -1
  168. package/dist/core/cjs/index.cjs +7 -3
  169. package/dist/core/esm/ActionIcons/Add/Add.mjs +2 -2
  170. package/dist/core/esm/ActionIcons/Delete/Delete.mjs +2 -2
  171. package/dist/core/esm/ActionIcons/Download/Download.mjs +3 -3
  172. package/dist/core/esm/ActionIcons/Edit/Edit.mjs +2 -2
  173. package/dist/core/esm/ActionIcons/Refresh/Refresh.mjs +2 -2
  174. package/dist/core/esm/ActionIcons/Upload/Upload.mjs +4 -4
  175. package/dist/core/esm/ActionIcons/View/View.mjs +2 -2
  176. package/dist/core/esm/Dialogs/AddDialog.mjs +1 -1
  177. package/dist/core/esm/Dialogs/DeleteDialog.mjs +1 -1
  178. package/dist/core/esm/Dialogs/EditDialog.mjs +1 -1
  179. package/dist/core/esm/Inputs/DateTimePicker.mjs +31 -0
  180. package/dist/core/esm/Inputs/TimePicker.mjs +36 -0
  181. package/dist/core/esm/Menu/UserMenu/UserMenu.mjs +6 -6
  182. package/dist/core/esm/Modals/CommonModal.mjs +2 -2
  183. package/dist/core/esm/Tables/DataGrid/ErrorDialog.mjs +2 -2
  184. package/dist/core/esm/Tables/DataGrid/Main/Header/FieldTitle/FieldTitle.mjs +2 -2
  185. package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/Filter.mjs +1 -1
  186. package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/FilterMenu.mjs +2 -2
  187. package/dist/core/esm/Tables/NextGenDataGrid/NextGenDataGrid.mjs +1 -1
  188. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/ColumnHeaderFilterInput.mjs +1 -1
  189. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBetweenInput.mjs +2 -2
  190. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/FilterMenuButton.mjs +1 -1
  191. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/FilterModeDescription.mjs +1 -1
  192. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/HeaderAdvancedFiltersMenuButton.mjs +1 -1
  193. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useToolbar/basicToolbars.mjs +1 -1
  194. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useToolbarAlertBanner/FASTAPI_RTK_ToolbarAlertBanner.mjs +1 -1
  195. package/dist/core/esm/Tables/NextGenDataGrid/patch/MRT_TableContainer.mjs +1 -1
  196. package/dist/core/esm/Tables/NextGenDataGrid/patch/MRT_TablePaper.mjs +1 -1
  197. package/dist/core/esm/Tables/NextGenDataGrid/patch/MRT_TopToolbar.mjs +1 -1
  198. package/dist/core/esm/Tables/NextGenDataGrid/patch/MantineReactTable.mjs +1 -1
  199. package/dist/core/esm/Wrappers/ApiProvider/hooks/useProvideApi.mjs +2 -2
  200. package/dist/core/esm/Wrappers/ApiProvider/hooks/useProvideForm.mjs +1 -1
  201. package/dist/core/esm/Wrappers/Provider/Contexts/LangContext.mjs +2 -2
  202. package/dist/core/esm/Wrappers/Provider/Provider.mjs +2 -2
  203. package/dist/core/esm/Wrappers/Provider/hooks/useProvideAuth.mjs +2 -2
  204. package/dist/core/esm/Wrappers/Provider/hooks/useProvideInfo.mjs +1 -1
  205. package/dist/core/esm/Wrappers/Provider/hooks/useProvideLang.mjs +1 -1
  206. package/dist/core/esm/index.mjs +7 -3
  207. package/dist/core/lib/Dialogs/AddDialog.d.ts +3 -3
  208. package/dist/core/lib/Dialogs/DeleteDialog.d.ts +1 -1
  209. package/dist/core/lib/Dialogs/EditDialog.d.ts +3 -3
  210. package/dist/core/lib/Dialogs/ViewDialog.d.ts +2 -2
  211. package/dist/core/lib/Inputs/DateTimePicker.d.ts +11 -0
  212. package/dist/core/lib/Inputs/TimePicker.d.ts +11 -0
  213. package/dist/core/lib/Inputs/index.d.ts +2 -0
  214. package/dist/core/lib/Modals/CommonModal.d.ts +2 -2
  215. package/dist/core/lib/Tables/NextGenDataGrid/NextGenDataGrid.d.ts +978 -32
  216. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInput.d.ts +1 -1
  217. package/dist/core/lib/Wrappers/ApiProvider/ApiProvider.d.ts +2 -2
  218. package/dist/core/lib/Wrappers/Provider/Provider.d.ts +1 -1
  219. package/dist/core/lib/hooks/api/useApi.d.ts +10 -10
  220. package/dist/core/lib/index.d.ts +1 -0
  221. package/dist/jsonforms/cjs/MantineInputs/MantineDateTimeInput.cjs +2 -2
  222. package/dist/jsonforms/cjs/MantineInputs/MantineTimeInput.cjs +11 -4
  223. package/dist/jsonforms/cjs/hooks/useDateProps.cjs +16 -28
  224. package/dist/jsonforms/cjs/hooks/useNavigationComponent.cjs +3 -3
  225. package/dist/jsonforms/cjs/hooks/useTimeProps.cjs +16 -2
  226. package/dist/jsonforms/cjs/hooks/useToolbarComponent.cjs +2 -2
  227. package/dist/jsonforms/esm/MantineInputs/MantineDateTimeInput.mjs +1 -1
  228. package/dist/jsonforms/esm/MantineInputs/MantineTimeInput.mjs +10 -3
  229. package/dist/jsonforms/esm/hooks/useDateProps.mjs +18 -30
  230. package/dist/jsonforms/esm/hooks/useNavigationComponent.mjs +3 -3
  231. package/dist/jsonforms/esm/hooks/useTimeProps.mjs +16 -2
  232. package/dist/jsonforms/esm/hooks/useToolbarComponent.mjs +2 -2
  233. package/dist/jsonforms/lib/JsonFormsWithCustomizer/JsonFormsWithCustomizer.d.ts +1 -1
  234. package/dist/jsonforms/lib/MantineInputs/MantineBooleanInput.d.ts +1 -1
  235. package/dist/jsonforms/lib/MantineInputs/MantineDateInput.d.ts +1 -1
  236. package/dist/jsonforms/lib/MantineInputs/MantineDateTimeInput.d.ts +1 -1
  237. package/dist/jsonforms/lib/MantineInputs/MantineEnumArrayInput.d.ts +1 -1
  238. package/dist/jsonforms/lib/MantineInputs/MantineEnumInput.d.ts +1 -1
  239. package/dist/jsonforms/lib/MantineInputs/MantineJsonInput.d.ts +1 -1
  240. package/dist/jsonforms/lib/MantineInputs/MantineNumberInput.d.ts +1 -1
  241. package/dist/jsonforms/lib/MantineInputs/MantineOneOfEnumInput.d.ts +1 -1
  242. package/dist/jsonforms/lib/MantineInputs/MantineTextInput.d.ts +1 -1
  243. package/dist/jsonforms/lib/MantineInputs/MantineTimeInput.d.ts +1 -1
  244. package/dist/jsonforms/lib/hooks/useCommonProps.d.ts +2 -2
  245. package/dist/jsonforms/lib/hooks/useContextProps.d.ts +2 -2
  246. package/dist/jsonforms/lib/hooks/useTimeProps.d.ts +8 -5
  247. package/dist/jsonforms/lib/hooks/useToolbarComponent.d.ts +1 -1
  248. package/dist/zustand/cjs/useProxy/useProxy.cjs +1 -1
  249. package/dist/zustand/esm/useProxy/useProxy.mjs +1 -1
  250. package/package.json +7 -7
  251. package/dist/.external/esm/@tanstack_query-core@5.90.19/@tanstack/query-core/build/modern/types.mjs +0 -8
  252. /package/dist/.external/cjs/{@iconify_react@6.0.2_react@18.3.1 → @iconify_react@6.0.2_react@19.2.3}/@iconify/react/dist/iconify.cjs +0 -0
  253. /package/dist/.external/cjs/{@jsonforms_react@3.7.0_@jsonforms_core@3.7.0_react@18.3.1 → @jsonforms_react@3.7.0_@jsonforms_core@3.7.0_react@19.2.3}/@jsonforms/react/lib/jsonforms-react.esm.cjs +0 -0
  254. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/createReactComponent.cjs +0 -0
  255. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/defaultAttributes.cjs +0 -0
  256. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconAlertCircle.cjs +0 -0
  257. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconAppWindow.cjs +0 -0
  258. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconArrowAutofitContent.cjs +0 -0
  259. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconArrowDown.cjs +0 -0
  260. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconArrowUp.cjs +0 -0
  261. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconArrowsSort.cjs +0 -0
  262. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconBaselineDensityLarge.cjs +0 -0
  263. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconBaselineDensityMedium.cjs +0 -0
  264. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconBaselineDensitySmall.cjs +0 -0
  265. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconBoxMultiple.cjs +0 -0
  266. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronDown.cjs +0 -0
  267. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronLeft.cjs +0 -0
  268. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronLeftPipe.cjs +0 -0
  269. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronRight.cjs +0 -0
  270. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronRightPipe.cjs +0 -0
  271. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronUp.cjs +0 -0
  272. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronsDown.cjs +0 -0
  273. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconCircleX.cjs +0 -0
  274. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconClearAll.cjs +0 -0
  275. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconColumns.cjs +0 -0
  276. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconDeviceFloppy.cjs +0 -0
  277. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconDots.cjs +0 -0
  278. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconDotsVertical.cjs +0 -0
  279. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconDownload.cjs +0 -0
  280. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconEdit.cjs +0 -0
  281. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconExclamationCircle.cjs +0 -0
  282. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconEye.cjs +0 -0
  283. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconEyeOff.cjs +0 -0
  284. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconFileTypeCsv.cjs +0 -0
  285. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconFilter.cjs +0 -0
  286. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconFilterCog.cjs +0 -0
  287. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconFilterOff.cjs +0 -0
  288. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconGripHorizontal.cjs +0 -0
  289. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconIdBadge2.cjs +0 -0
  290. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconLock.cjs +0 -0
  291. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconLogout.cjs +0 -0
  292. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconMaximize.cjs +0 -0
  293. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconMinimize.cjs +0 -0
  294. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconPencil.cjs +0 -0
  295. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconPinned.cjs +0 -0
  296. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconPinnedOff.cjs +0 -0
  297. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconPlus.cjs +0 -0
  298. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconQuote.cjs +0 -0
  299. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconRefresh.cjs +0 -0
  300. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconSearch.cjs +0 -0
  301. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconSearchOff.cjs +0 -0
  302. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconSeparatorVertical.cjs +0 -0
  303. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconSortAscending.cjs +0 -0
  304. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconSortDescending.cjs +0 -0
  305. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconTrash.cjs +0 -0
  306. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconUpload.cjs +0 -0
  307. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconUsers.cjs +0 -0
  308. /package/dist/.external/cjs/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconX.cjs +0 -0
  309. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/focusManager.cjs +0 -0
  310. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/hydration.cjs +0 -0
  311. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/infiniteQueryBehavior.cjs +0 -0
  312. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs +0 -0
  313. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/mutationCache.cjs +0 -0
  314. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/mutationObserver.cjs +0 -0
  315. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/notifyManager.cjs +0 -0
  316. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/onlineManager.cjs +0 -0
  317. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/queriesObserver.cjs +0 -0
  318. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/query.cjs +0 -0
  319. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/queryCache.cjs +0 -0
  320. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/queryClient.cjs +0 -0
  321. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/queryObserver.cjs +0 -0
  322. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/removable.cjs +0 -0
  323. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/retryer.cjs +0 -0
  324. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/streamedQuery.cjs +0 -0
  325. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/subscribable.cjs +0 -0
  326. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/thenable.cjs +0 -0
  327. /package/dist/.external/cjs/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/timeoutManager.cjs +0 -0
  328. /package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/IsRestoringProvider.cjs +0 -0
  329. /package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/QueryClientProvider.cjs +0 -0
  330. /package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs +0 -0
  331. /package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs +0 -0
  332. /package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/mutationOptions.cjs +0 -0
  333. /package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/queryOptions.cjs +0 -0
  334. /package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/suspense.cjs +0 -0
  335. /package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs +0 -0
  336. /package/dist/.external/cjs/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/usePrefetchQuery.cjs +0 -0
  337. /package/dist/.external/cjs/{@tanstack_react-table@8.20.5_react-dom@18.3.1_react@18.3.1 → @tanstack_react-table@8.20.5_react-dom@19.2.3_react@19.2.3}/@tanstack/react-table/build/lib/index.cjs +0 -0
  338. /package/dist/.external/cjs/{@tanstack_react-virtual@3.11.2_react-dom@18.3.1_react@18.3.1 → @tanstack_react-virtual@3.11.2_react-dom@19.2.3_react@19.2.3}/@tanstack/react-virtual/dist/esm/index.cjs +0 -0
  339. /package/dist/.external/cjs/{mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._ndh5vv3rq66ztxn2u3n6xapebe → mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._ep2bxwrbjkzczezya5qs36c5oi}/mantine-react-table/locales/de/index.cjs +0 -0
  340. /package/dist/.external/cjs/{mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._ndh5vv3rq66ztxn2u3n6xapebe → mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._ep2bxwrbjkzczezya5qs36c5oi}/mantine-react-table/locales/en/index.cjs +0 -0
  341. /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/I18nextProvider.cjs +0 -0
  342. /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/context.cjs +0 -0
  343. /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/defaults.cjs +0 -0
  344. /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/i18nInstance.cjs +0 -0
  345. /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/initReactI18next.cjs +0 -0
  346. /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/unescape.cjs +0 -0
  347. /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/useTranslation.cjs +0 -0
  348. /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/utils.cjs +0 -0
  349. /package/dist/.external/cjs/{zustand@5.0.10_@types_react@18.3.27_react@18.3.1 → zustand@5.0.10_@types_react@19.2.9_react@19.2.3}/zustand/esm/react.cjs +0 -0
  350. /package/dist/.external/cjs/{zustand@5.0.10_@types_react@18.3.27_react@18.3.1 → zustand@5.0.10_@types_react@19.2.9_react@19.2.3}/zustand/esm/vanilla.cjs +0 -0
  351. /package/dist/.external/esm/{@iconify_react@6.0.2_react@18.3.1 → @iconify_react@6.0.2_react@19.2.3}/@iconify/react/dist/iconify.mjs +0 -0
  352. /package/dist/.external/esm/{@jsonforms_react@3.7.0_@jsonforms_core@3.7.0_react@18.3.1 → @jsonforms_react@3.7.0_@jsonforms_core@3.7.0_react@19.2.3}/@jsonforms/react/lib/jsonforms-react.esm.mjs +0 -0
  353. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/createReactComponent.mjs +0 -0
  354. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/defaultAttributes.mjs +0 -0
  355. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconAlertCircle.mjs +0 -0
  356. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconAppWindow.mjs +0 -0
  357. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconArrowAutofitContent.mjs +0 -0
  358. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconArrowDown.mjs +0 -0
  359. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconArrowUp.mjs +0 -0
  360. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconArrowsSort.mjs +0 -0
  361. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconBaselineDensityLarge.mjs +0 -0
  362. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconBaselineDensityMedium.mjs +0 -0
  363. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconBaselineDensitySmall.mjs +0 -0
  364. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconBoxMultiple.mjs +0 -0
  365. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronDown.mjs +0 -0
  366. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronLeft.mjs +0 -0
  367. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronLeftPipe.mjs +0 -0
  368. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronRight.mjs +0 -0
  369. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronRightPipe.mjs +0 -0
  370. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronUp.mjs +0 -0
  371. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconChevronsDown.mjs +0 -0
  372. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconCircleX.mjs +0 -0
  373. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconClearAll.mjs +0 -0
  374. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconColumns.mjs +0 -0
  375. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconDeviceFloppy.mjs +0 -0
  376. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconDots.mjs +0 -0
  377. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconDotsVertical.mjs +0 -0
  378. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconDownload.mjs +0 -0
  379. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconEdit.mjs +0 -0
  380. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconExclamationCircle.mjs +0 -0
  381. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconEye.mjs +0 -0
  382. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconEyeOff.mjs +0 -0
  383. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconFileTypeCsv.mjs +0 -0
  384. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconFilter.mjs +0 -0
  385. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconFilterCog.mjs +0 -0
  386. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconFilterOff.mjs +0 -0
  387. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconGripHorizontal.mjs +0 -0
  388. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconIdBadge2.mjs +0 -0
  389. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconLock.mjs +0 -0
  390. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconLogout.mjs +0 -0
  391. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconMaximize.mjs +0 -0
  392. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconMinimize.mjs +0 -0
  393. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconPencil.mjs +0 -0
  394. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconPinned.mjs +0 -0
  395. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconPinnedOff.mjs +0 -0
  396. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconPlus.mjs +0 -0
  397. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconQuote.mjs +0 -0
  398. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconRefresh.mjs +0 -0
  399. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconSearch.mjs +0 -0
  400. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconSearchOff.mjs +0 -0
  401. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconSeparatorVertical.mjs +0 -0
  402. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconSortAscending.mjs +0 -0
  403. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconSortDescending.mjs +0 -0
  404. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconTrash.mjs +0 -0
  405. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconUpload.mjs +0 -0
  406. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconUsers.mjs +0 -0
  407. /package/dist/.external/esm/{@tabler_icons-react@3.18.0_react@18.3.1 → @tabler_icons-react@3.18.0_react@19.2.3}/@tabler/icons-react/dist/esm/icons/IconX.mjs +0 -0
  408. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/focusManager.mjs +0 -0
  409. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/hydration.mjs +0 -0
  410. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/infiniteQueryBehavior.mjs +0 -0
  411. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/infiniteQueryObserver.mjs +0 -0
  412. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/mutationCache.mjs +0 -0
  413. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/mutationObserver.mjs +0 -0
  414. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/notifyManager.mjs +0 -0
  415. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/onlineManager.mjs +0 -0
  416. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/queriesObserver.mjs +0 -0
  417. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/query.mjs +0 -0
  418. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/queryCache.mjs +0 -0
  419. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/queryClient.mjs +0 -0
  420. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/queryObserver.mjs +0 -0
  421. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/removable.mjs +0 -0
  422. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/retryer.mjs +0 -0
  423. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/streamedQuery.mjs +0 -0
  424. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/subscribable.mjs +0 -0
  425. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/thenable.mjs +0 -0
  426. /package/dist/.external/esm/{@tanstack_query-core@5.90.19 → @tanstack_query-core@5.90.20}/@tanstack/query-core/build/modern/timeoutManager.mjs +0 -0
  427. /package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/IsRestoringProvider.mjs +0 -0
  428. /package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/QueryClientProvider.mjs +0 -0
  429. /package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/QueryErrorResetBoundary.mjs +0 -0
  430. /package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/infiniteQueryOptions.mjs +0 -0
  431. /package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/mutationOptions.mjs +0 -0
  432. /package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/queryOptions.mjs +0 -0
  433. /package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/suspense.mjs +0 -0
  434. /package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.mjs +0 -0
  435. /package/dist/.external/esm/{@tanstack_react-query@5.90.19_react@18.3.1 → @tanstack_react-query@5.90.20_react@19.2.3}/@tanstack/react-query/build/modern/usePrefetchQuery.mjs +0 -0
  436. /package/dist/.external/esm/{@tanstack_react-table@8.20.5_react-dom@18.3.1_react@18.3.1 → @tanstack_react-table@8.20.5_react-dom@19.2.3_react@19.2.3}/@tanstack/react-table/build/lib/index.mjs +0 -0
  437. /package/dist/.external/esm/{@tanstack_react-virtual@3.11.2_react-dom@18.3.1_react@18.3.1 → @tanstack_react-virtual@3.11.2_react-dom@19.2.3_react@19.2.3}/@tanstack/react-virtual/dist/esm/index.mjs +0 -0
  438. /package/dist/.external/esm/{mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._ndh5vv3rq66ztxn2u3n6xapebe → mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._ep2bxwrbjkzczezya5qs36c5oi}/mantine-react-table/locales/de/index.mjs +0 -0
  439. /package/dist/.external/esm/{mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._ndh5vv3rq66ztxn2u3n6xapebe → mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._ep2bxwrbjkzczezya5qs36c5oi}/mantine-react-table/locales/en/index.mjs +0 -0
  440. /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/I18nextProvider.mjs +0 -0
  441. /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/context.mjs +0 -0
  442. /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/defaults.mjs +0 -0
  443. /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/i18nInstance.mjs +0 -0
  444. /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/initReactI18next.mjs +0 -0
  445. /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/unescape.mjs +0 -0
  446. /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/useTranslation.mjs +0 -0
  447. /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.0_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.0_react-dom@19.2.3_react@19.2.3_typescript@5.9.3}/react-i18next/dist/es/utils.mjs +0 -0
  448. /package/dist/.external/esm/{zustand@5.0.10_@types_react@18.3.27_react@18.3.1 → zustand@5.0.10_@types_react@19.2.9_react@19.2.3}/zustand/esm/react.mjs +0 -0
  449. /package/dist/.external/esm/{zustand@5.0.10_@types_react@18.3.27_react@18.3.1 → zustand@5.0.10_@types_react@19.2.9_react@19.2.3}/zustand/esm/vanilla.mjs +0 -0
@@ -2,11 +2,819 @@
2
2
  * @type {React.ForwardRefExoticComponent<NextGenDataGridProps>}
3
3
  */
4
4
  export const NextGenDataGrid: React.ForwardRefExoticComponent<NextGenDataGridProps>;
5
+ export type APIColumnInfo = {
6
+ /**
7
+ * - The description of the column.
8
+ */
9
+ description: string;
10
+ /**
11
+ * - The label of the column.
12
+ */
13
+ label: string;
14
+ /**
15
+ * - The name of the column.
16
+ */
17
+ name: string;
18
+ /**
19
+ * - Whether the column is required.
20
+ */
21
+ required: boolean;
22
+ /**
23
+ * - The type of the column.
24
+ */
25
+ type: string;
26
+ /**
27
+ * - Whether the column is unique.
28
+ */
29
+ unique: boolean;
30
+ };
31
+ export type APIColumnRelationInfo = {
32
+ /**
33
+ * - The description of the column.
34
+ */
35
+ description: string;
36
+ /**
37
+ * - The label of the column.
38
+ */
39
+ label: string;
40
+ /**
41
+ * - The name of the column.
42
+ */
43
+ name: string;
44
+ /**
45
+ * - Whether the column is required.
46
+ */
47
+ required: boolean;
48
+ /**
49
+ * - The type of the column.
50
+ */
51
+ type: string;
52
+ /**
53
+ * - Whether the column is unique.
54
+ */
55
+ unique: boolean;
56
+ /**
57
+ * - The count of items in the column.
58
+ */
59
+ count: number;
60
+ /**
61
+ * - The values of the column.
62
+ */
63
+ values: {
64
+ id: number | string;
65
+ value: string;
66
+ }[];
67
+ };
68
+ export type APIColumnFilter = {
69
+ /**
70
+ * - The name of the column to filter.
71
+ */
72
+ name: string;
73
+ /**
74
+ * - The operator to use for filtering (e.g., 'eq', 'ne', 'gt', 'lt').
75
+ */
76
+ operator: string;
77
+ };
78
+ export type APIFilter = {
79
+ /**
80
+ * - An array of filters to apply.
81
+ */
82
+ filters: APIColumnFilter[];
83
+ /**
84
+ * - The label for the filter.
85
+ */
86
+ label: string;
87
+ /**
88
+ * - The schema of the filter, containing column information.
89
+ */
90
+ schema: APIColumnInfo | APIColumnRelationInfo;
91
+ };
92
+ export type APIJSONFormsSchema = {
93
+ /**
94
+ * - The type of the schema, typically 'object'.
95
+ */
96
+ type: string;
97
+ /**
98
+ * - The properties of the schema.
99
+ */
100
+ properties: Record<string, any>;
101
+ /**
102
+ * - An array of required properties.
103
+ */
104
+ required?: string[];
105
+ };
106
+ export type APIJSONFormsUISchemaElement = {
107
+ /**
108
+ * - The type of the UI schema element (e.g., 'Control', 'Group', 'List', etc.).
109
+ */
110
+ type: string;
111
+ /**
112
+ * - The JSON pointer to the schema property this element is associated with.
113
+ */
114
+ scope: string;
115
+ /**
116
+ * - The label for the UI schema element.
117
+ */
118
+ label?: string;
119
+ /**
120
+ * - The description for the UI schema element.
121
+ */
122
+ description?: string;
123
+ /**
124
+ * - Additional options for the UI schema element.
125
+ */
126
+ options?: Record<string, any>;
127
+ /**
128
+ * - A rule for conditional rendering of the UI schema element.
129
+ */
130
+ rule?: Record<string, any>;
131
+ };
132
+ export type APIJSONFormsUISchema = {
133
+ /**
134
+ * - The type of the UI schema, typically 'VerticalLayout' or 'HorizontalLayout'.
135
+ */
136
+ type: string;
137
+ /**
138
+ * - An array of UI schema elements.
139
+ */
140
+ elements: Array<APIJSONFormsUISchemaElement | APIJSONFormsUISchema>;
141
+ /**
142
+ * - The label for the UI schema.
143
+ */
144
+ label?: string;
145
+ /**
146
+ * - The description for the UI schema.
147
+ */
148
+ description?: string;
149
+ /**
150
+ * - Additional options for the UI schema.
151
+ */
152
+ options?: Record<string, any>;
153
+ /**
154
+ * - A rule for conditional rendering of the UI schema.
155
+ */
156
+ rule?: Record<string, any>;
157
+ };
158
+ export type APIInfo = {
159
+ /**
160
+ * - The title for the add modal or section.
161
+ */
162
+ add_title: string;
163
+ /**
164
+ * - List of columns that can be added.
165
+ */
166
+ add_columns: Array<APIColumnInfo | APIColumnRelationInfo>;
167
+ /**
168
+ * - JSONForms schema for adding items.
169
+ */
170
+ add_schema: APIJSONFormsSchema;
171
+ /**
172
+ * - JSONForms UI schema for adding items.
173
+ */
174
+ add_uischema?: APIJSONFormsUISchema;
175
+ /**
176
+ * - Translations for the add form.
177
+ */
178
+ add_translations?: Record<string, Record<string, string>>;
179
+ /**
180
+ * - The title for the edit modal or section.
181
+ */
182
+ edit_title: string;
183
+ /**
184
+ * - List of columns that can be edited.
185
+ */
186
+ edit_columns: Array<APIColumnInfo | APIColumnRelationInfo>;
187
+ /**
188
+ * - JSONForms schema for editing items.
189
+ */
190
+ edit_schema: APIJSONFormsSchema;
191
+ /**
192
+ * - JSONForms UI schema for editing items.
193
+ */
194
+ edit_uischema?: APIJSONFormsUISchema;
195
+ /**
196
+ * - Translations for the edit form.
197
+ */
198
+ edit_translations?: Record<string, Record<string, string>>;
199
+ /**
200
+ * - A mapping of filter names to filter definitions.
201
+ */
202
+ filters: Record<string, APIFilter>;
203
+ /**
204
+ * - Additional options for filters specified in the API.
205
+ */
206
+ filter_options?: Record<string, any>;
207
+ /**
208
+ * - List of permissions for the API (e.g., 'can_post', 'can_put', 'can_delete').
209
+ */
210
+ permissions: string[];
211
+ };
212
+ export type APIData = {
213
+ /**
214
+ * - The title of the list.
215
+ */
216
+ list_title: string;
217
+ /**
218
+ * - An array of IDs for the items.
219
+ */
220
+ ids: number[] | string[];
221
+ /**
222
+ * - A mapping of column names to their labels.
223
+ */
224
+ label_columns: Record<string, string>;
225
+ /**
226
+ * - A mapping of column names to their descriptions.
227
+ */
228
+ description_columns: Record<string, string>;
229
+ /**
230
+ * - An array of column names to be displayed in the list.
231
+ */
232
+ list_columns: string[];
233
+ /**
234
+ * - An array of column names to be used for ordering.
235
+ */
236
+ order_columns: string[];
237
+ /**
238
+ * - An array of objects representing the API response data.
239
+ */
240
+ result: Record<string, any>[];
241
+ /**
242
+ * - The API path.
243
+ */
244
+ path: string;
245
+ /**
246
+ * - The query parameters used in the API request.
247
+ */
248
+ queryParams: APIQueryParams;
249
+ };
250
+ export type APIQueryParamsFilter = {
251
+ /**
252
+ * - The column name to filter on.
253
+ */
254
+ col: string;
255
+ /**
256
+ * - The operator to use for filtering (e.g., 'eq', 'ne', 'gt', 'lt').
257
+ */
258
+ opr: string;
259
+ /**
260
+ * - The value to filter by.
261
+ */
262
+ value: any;
263
+ };
264
+ export type APIQueryParamsOprFilter = {
265
+ /**
266
+ * - The operator to use for filtering (e.g., 'is_null', 'is_not_null').
267
+ */
268
+ opr: string;
269
+ /**
270
+ * - The value to filter by.
271
+ */
272
+ value: any;
273
+ };
274
+ export type APISpecialKey = {
275
+ /**
276
+ * - The key to be used when retrieving general props for `NextGenDataGrid`. Typically `all`. but can be `_all` if `all` is in the list of columns.
277
+ */
278
+ all: string;
279
+ /**
280
+ * - The key to be used when retrieving actions for `NextGenDataGrid`. Typically `actions`, but can be `_actions` if `actions` is in the list of columns.
281
+ */
282
+ actions: string;
283
+ };
284
+ export type APIQueryParams = {
285
+ /**
286
+ * - The page number for pagination.
287
+ */
288
+ page: number;
289
+ /**
290
+ * - The number of items per page for pagination.
291
+ */
292
+ page_size: number;
293
+ /**
294
+ * - The column name to order the results by.
295
+ */
296
+ order_column?: string;
297
+ /**
298
+ * - The direction of the order ('asc' or 'desc').
299
+ */
300
+ order_direction?: "asc" | "desc";
301
+ /**
302
+ * - An array of column names to be included in the response.
303
+ */
304
+ columns: string[];
305
+ /**
306
+ * - An array of filters to apply to the query.
307
+ */
308
+ filters: APIQueryParamsFilter[];
309
+ /**
310
+ * - An array of opr filters to apply to the query.
311
+ */
312
+ opr_filters?: APIQueryParamsOprFilter[];
313
+ /**
314
+ * - A global filter string to apply to the query.
315
+ */
316
+ global_filter?: string;
317
+ /**
318
+ * - Whether to include the total count of items in the response.
319
+ */
320
+ with_count?: boolean;
321
+ };
322
+ export type APIStreaming = {
323
+ /**
324
+ * - The streaming data, organized by the page number.
325
+ */
326
+ data: Record<string, Record<string, any>[]>;
327
+ /**
328
+ * - Indicates whether the streaming has ended.
329
+ */
330
+ isEnd: boolean;
331
+ /**
332
+ * - A function to fetch the next page of streaming data.
333
+ */
334
+ fetch: () => void;
335
+ };
336
+ export type APIDownloadOptions = {
337
+ /**
338
+ * - Whether to export the data in basic or detailed mode.
339
+ */
340
+ export_mode?: "basic" | "detailed";
341
+ /**
342
+ * - The delimiter to use in the exported file (e.g., ',', ';'). Default is `,`.
343
+ */
344
+ delimiter?: string;
345
+ /**
346
+ * - The character to use for quoting in the exported file. Default is `"`.
347
+ */
348
+ quotechar?: string;
349
+ };
350
+ export type APIUploadOptions = {
351
+ /**
352
+ * - The delimiter used in the uploaded file (e.g., ',', ';'). Default is `,`.
353
+ */
354
+ delimiter?: string;
355
+ /**
356
+ * - The character used for quoting in the uploaded file. Default is `"`.
357
+ */
358
+ quotechar?: string;
359
+ };
360
+ export type ApiContext = {
361
+ /**
362
+ * - The API path.
363
+ */
364
+ path: string;
365
+ /**
366
+ * - Information about the API, including schemas and UI schemas.
367
+ */
368
+ info?: APIInfo;
369
+ /**
370
+ * - The data returned by the API.
371
+ */
372
+ data?: APIData;
373
+ /**
374
+ * - The query parameters used in the API request.
375
+ */
376
+ queryParams?: APIQueryParams;
377
+ /**
378
+ * - Indicates whether the API request is currently loading.
379
+ */
380
+ loading: boolean;
381
+ /**
382
+ * - Indicates whether the API info request is currently loading.
383
+ */
384
+ infoLoading: boolean;
385
+ /**
386
+ * - Indicates whether the API data request is currently loading.
387
+ */
388
+ dataLoading: boolean;
389
+ /**
390
+ * - An error object if the API request failed.
391
+ */
392
+ error?: {
393
+ message: string;
394
+ originalError: Error;
395
+ };
396
+ /**
397
+ * - An error object if the API info request failed.
398
+ */
399
+ infoError?: Error;
400
+ /**
401
+ * - An error object if the API data request failed.
402
+ */
403
+ dataError?: Error;
404
+ /**
405
+ * - An object containing streaming data and a function to fetch more data. Only available when the `ApiProvider` is configured for streaming.
406
+ */
407
+ streaming: APIStreaming;
408
+ /**
409
+ * - An object containing special keys for the API query, such as 'all' and 'actions'.
410
+ */
411
+ specialKey: APISpecialKey;
412
+ /**
413
+ * - A function to update the query parameters.
414
+ */
415
+ setQueryParams: (partialQueryParams: Partial<APIQueryParams> | ((prev: APIQueryParams) => Partial<APIQueryParams>)) => void;
416
+ /**
417
+ * - A function to refetch the data from the API.
418
+ */
419
+ refetch: (options?: {
420
+ force?: boolean;
421
+ }) => Promise<void>;
422
+ /**
423
+ * - A function to refetch the API information.
424
+ */
425
+ refetchInfo: (options?: {
426
+ force?: boolean;
427
+ }) => Promise<void>;
428
+ /**
429
+ * - A function to retrieve a specific entry by ID.
430
+ */
431
+ getEntry: (id: number | string) => Promise<Record<string, any>>;
432
+ /**
433
+ * - A function to add a new entry to the API.
434
+ */
435
+ addEntry: (item: Record<string, any>) => Promise<Record<string, any>>;
436
+ /**
437
+ * - A function to edit an existing entry in the API.
438
+ */
439
+ updateEntry: (id: number | string, item: Record<string, any>) => Promise<Record<string, any>>;
440
+ /**
441
+ * - A function to delete an entry from the API.
442
+ */
443
+ deleteEntry: (id: number | string) => Promise<Record<string, any>>;
444
+ /**
445
+ * - A function to download data from the API.
446
+ */
447
+ download: (label: string, options?: APIDownloadOptions) => Promise<void>;
448
+ /**
449
+ * - A function to upload a file to the API.
450
+ */
451
+ upload: (file: File, options?: APIUploadOptions) => Promise<Record<string, any>>;
452
+ /**
453
+ * - A function to reset the error state.
454
+ */
455
+ resetError: () => void;
456
+ };
457
+ export type BulkActions = {
458
+ /**
459
+ * - An array of currently selected IDs for bulk actions.
460
+ */
461
+ selectedIds: Array<string | number>;
462
+ /**
463
+ * - A function to set the selected IDs.
464
+ */
465
+ setSelectedIds: Function;
466
+ };
467
+ export type BulkActionsContext = {
468
+ /**
469
+ * - An array containing the selected IDs and a function to set them.
470
+ */
471
+ bulkActions: BulkActions;
472
+ /**
473
+ * - A function to dispatch bulk actions with a handler and optional data. If data is not provided, it uses the currently selected IDs.
474
+ */
475
+ dispatchBulkActions: (handler: string, data?: Array<string | number>) => Promise<Record<string, any>>;
476
+ /**
477
+ * - An error object if the bulk action failed.
478
+ */
479
+ error?: {
480
+ message: string;
481
+ originalError: Error;
482
+ };
483
+ /**
484
+ * - A function to reset the error state.
485
+ */
486
+ resetError: () => void;
487
+ };
488
+ export type AuthUser = {
489
+ /**
490
+ * - The unique identifier of the authenticated user.
491
+ */
492
+ id: number;
493
+ /**
494
+ * - The email of the authenticated user.
495
+ */
496
+ email: string;
497
+ /**
498
+ * - The username of the authenticated user.
499
+ */
500
+ username: string;
501
+ /**
502
+ * - The first name of the authenticated user.
503
+ */
504
+ first_name?: string;
505
+ /**
506
+ * - The last name of the authenticated user.
507
+ */
508
+ last_name?: string;
509
+ /**
510
+ * - Indicates whether the user account is active.
511
+ */
512
+ active: boolean;
513
+ /**
514
+ * - The timestamp of the user's last login.
515
+ */
516
+ last_login: string;
517
+ /**
518
+ * - The number of times the user has logged in.
519
+ */
520
+ login_count: number;
521
+ /**
522
+ * - The number of failed login attempts.
523
+ */
524
+ fail_login_count: number;
525
+ /**
526
+ * - The timestamp when the user account was created.
527
+ */
528
+ created_on: string;
529
+ /**
530
+ * - The timestamp when the user account was last changed.
531
+ */
532
+ changed_on: string;
533
+ /**
534
+ * - The full name of the authenticated user.
535
+ */
536
+ full_name: string;
537
+ /**
538
+ * - Indicates whether the user account is active.
539
+ */
540
+ is_active: boolean;
541
+ /**
542
+ * - Indicates whether the user's email is verified.
543
+ */
544
+ is_verified: boolean;
545
+ /**
546
+ * - Indicates whether the user has superuser privileges.
547
+ */
548
+ is_superuser: boolean;
549
+ /**
550
+ * - Indicates whether the user is anonymous.
551
+ */
552
+ is_anonymous: boolean;
553
+ /**
554
+ * - An array of permissions assigned to the user.
555
+ */
556
+ permissions: string[];
557
+ /**
558
+ * - An array of roles assigned to the user.
559
+ */
560
+ roles: string[];
561
+ };
562
+ export type AuthContext = {
563
+ /**
564
+ * - The authenticated user object, or null if not authenticated.
565
+ */
566
+ user: AuthUser | null;
567
+ /**
568
+ * - Indicates whether the authentication state is currently loading.
569
+ */
570
+ loading: boolean;
571
+ /**
572
+ * - An error object if the authentication request failed.
573
+ */
574
+ error: {
575
+ message: string;
576
+ originalError: Error;
577
+ } | null;
578
+ /**
579
+ * - A function to sign in the user with a username and password.
580
+ */
581
+ signin: (username: string, password: string) => Promise<void>;
582
+ /**
583
+ * - A function to sign out the user.
584
+ */
585
+ signout: () => Promise<void>;
586
+ /**
587
+ * - A function to update the authenticated user's data.
588
+ */
589
+ update: (data: Record<string, any>) => Promise<AuthUser>;
590
+ /**
591
+ * - A function to reset the user's password.
592
+ */
593
+ resetPassword: (password: string) => Promise<void>;
594
+ /**
595
+ * - A function to sign in the user using OAuth with a specified provider. If `popup` is true, it opens a popup window for the OAuth flow.
596
+ */
597
+ oauth_signin: (provider: string, popup?: boolean) => Promise<void>;
598
+ /**
599
+ * - A function to refetch the authenticated user's data.
600
+ */
601
+ refetch: () => Promise<void>;
602
+ /**
603
+ * - A function to reset the error state.
604
+ */
605
+ resetError: () => void;
606
+ };
607
+ export type CommonModalTitleOptionsProps = {
608
+ /**
609
+ * - Content or function to render on the left side of the title.
610
+ */
611
+ left: React.ReactNode | ((props: {
612
+ view: string;
613
+ setView: (view: string) => void;
614
+ }) => React.ReactNode);
615
+ /**
616
+ * - Content or function to render on the right side of the title.
617
+ */
618
+ right: React.ReactNode | ((props: {
619
+ view: string;
620
+ setView: (view: string) => void;
621
+ }) => React.ReactNode);
622
+ /**
623
+ * - If true, hides the overlay toggle button.
624
+ */
625
+ hideOverlay?: boolean;
626
+ /**
627
+ * - If true, hides the full screen toggle button.
628
+ */
629
+ hideFullScreen?: boolean;
630
+ /**
631
+ * - Additional props to be passed to the overlay toggle button.
632
+ */
633
+ overlayButtonProps?: Record<string, any> | ((props: {
634
+ view: string;
635
+ setView: (view: string) => void;
636
+ }) => Record<string, any>);
637
+ /**
638
+ * - Additional props to be passed to the full screen toggle button.
639
+ */
640
+ fullScreenButtonProps?: Record<string, any> | ((props: {
641
+ view: string;
642
+ setView: (view: string) => void;
643
+ }) => Record<string, any>);
644
+ };
645
+ export type CommonModalActionButtonsProps = {
646
+ /**
647
+ * - Additional properties to be passed to the Group component wrapping the buttons.
648
+ */
649
+ groupProps?: Record<string, any>;
650
+ /**
651
+ * - Flag to determine if the reset button should be displayed.
652
+ */
653
+ withResetButton?: boolean;
654
+ /**
655
+ * - Flag to determine if the submit button should be displayed.
656
+ */
657
+ withSubmitButton?: boolean;
658
+ /**
659
+ * - Additional properties to be passed to the reset Button component.
660
+ */
661
+ resetButtonProps?: Record<string, any>;
662
+ /**
663
+ * - Additional properties to be passed to the submit Button component.
664
+ */
665
+ submitButtonProps?: Record<string, any>;
666
+ };
667
+ export type CommonModalProps = {
668
+ /**
669
+ * - The content to be rendered inside the modal.
670
+ */
671
+ children: React.ReactNode;
672
+ /**
673
+ * - Current view mode (e.g., VIEW_MODE.NORMAL, VIEW_MODE.FULL_SCREEN, VIEW_MODE.OVERLAY).
674
+ */
675
+ view: string;
676
+ /**
677
+ * - Function to update the view mode.
678
+ */
679
+ setView: Function;
680
+ /**
681
+ * - Callback function triggered on form reset.
682
+ */
683
+ onReset: Function;
684
+ /**
685
+ * - Callback function triggered on form submission.
686
+ */
687
+ onSubmit: Function;
688
+ /**
689
+ * - Additional properties to be passed to the Box component wrapping the form.
690
+ */
691
+ boxProps: Record<string, any>;
692
+ /**
693
+ * - Text displayed on the reset button.
694
+ */
695
+ resetButtonText: string;
696
+ /**
697
+ * - Text displayed on the submit button.
698
+ */
699
+ buttonText: string;
700
+ /**
701
+ * - Indicates whether the submit button should display a loading state.
702
+ */
703
+ buttonLoading: boolean;
704
+ /**
705
+ * - Flag to determine if title options (e.g., full screen, overlay toggles) should be displayed.
706
+ */
707
+ withTitleOptions?: boolean;
708
+ /**
709
+ * - Flag to determine if action buttons (e.g., submit button) should be displayed.
710
+ */
711
+ withButtons?: boolean;
712
+ /**
713
+ * - Options for customizing the title area, such as toggles for full screen and overlay modes.
714
+ */
715
+ titleOptions?: CommonModalTitleOptionsProps;
716
+ /**
717
+ * - Options for customizing the action buttons area.
718
+ */
719
+ actionButtons?: CommonModalActionButtonsProps;
720
+ /**
721
+ * - Additional props to be passed to the Modal component.
722
+ */
723
+ rest: Record<string, any>;
724
+ };
725
+ export type AddDialogProps = {
726
+ /**
727
+ * - Additional JSON Forms customization options.
728
+ */
729
+ jsonForms?: Record<string, any>;
730
+ /**
731
+ * - Callback function triggered on successful form submission.
732
+ */
733
+ onSuccess?: (result: Record<string, any> | null) => void;
734
+ /**
735
+ * - Callback function triggered on form submission error.
736
+ */
737
+ onError?: (error: any) => void;
738
+ /**
739
+ * - Optional translations for internationalization.
740
+ */
741
+ translations?: Record<string, Record<string, string>>;
742
+ /**
743
+ * - Whether to hide missing translation warnings. Can be a boolean, a specific language code, an object mapping languages to booleans, or an array of language codes.
744
+ */
745
+ hideWarnings?: boolean | string | Record<string, boolean> | string[];
746
+ /**
747
+ * - Additional props to be passed to the JsonFormsWithCustomizer component.
748
+ */
749
+ jsonFormsProps?: Record<string, any>;
750
+ };
751
+ export type JSONFormsProps = {
752
+ /**
753
+ * - The label for the form control.
754
+ */
755
+ label?: string;
756
+ /**
757
+ * - The description for the form control.
758
+ */
759
+ description?: string;
760
+ /**
761
+ * - Indicates whether the form control is required.
762
+ */
763
+ required?: boolean;
764
+ /**
765
+ * - Indicates whether the form control is enabled.
766
+ */
767
+ enabled?: boolean;
768
+ /**
769
+ * - The data for the form control.
770
+ */
771
+ data?: any;
772
+ /**
773
+ * - Callback function triggered when the form control value changes.
774
+ */
775
+ handleChange?: (path: string, value: any) => void;
776
+ /**
777
+ * - The JSON pointer path to the form control in the data.
778
+ */
779
+ path?: string;
780
+ /**
781
+ * - Validation errors for the form control.
782
+ */
783
+ errors?: string;
784
+ /**
785
+ * - The JSON schema for the form control.
786
+ */
787
+ schema?: Record<string, any>;
788
+ /**
789
+ * - The UI schema for the form control.
790
+ */
791
+ uischema?: Record<string, any>;
792
+ };
793
+ export type JSONFormsCustomizerParameters = {
794
+ /**
795
+ * - The props passed to the JSON Forms component.
796
+ */
797
+ jsonFormsProps: JSONFormsProps;
798
+ /**
799
+ * - The props for the custom component.
800
+ */
801
+ componentProps: Record<string, any>;
802
+ };
803
+ export type JSONFormsCustomizerProps = {
804
+ /**
805
+ * - Props passed down to the Mantine Input component.
806
+ */
807
+ props: Record<string, any> | ((props: JSONFormsCustomizerParameters) => Record<string, any>);
808
+ /**
809
+ * - Component to override the default input component.
810
+ */
811
+ component: React.ReactNode | ((props: JSONFormsCustomizerParameters) => React.ReactNode);
812
+ };
5
813
  export type NextGenDataGridChildrenProps = {
6
814
  /**
7
815
  * - MantineReactTable instance
8
816
  */
9
- table: Record<string, any>;
817
+ table: import('mantine-react-table').MRT_TableInstance<import('mantine-react-table').MRT_RowData>;
10
818
  };
11
819
  export type NextGenDataGridFilterStateProps = {
12
820
  /**
@@ -32,15 +840,49 @@ export type NextGenDataGridFilterSyncProps = {
32
840
  */
33
841
  delay?: number;
34
842
  };
843
+ export type NextGenDataGridMRTProps = {
844
+ /**
845
+ * - The cell object
846
+ */
847
+ cell: import('mantine-react-table').MRT_Cell<import('mantine-react-table').TData, import('mantine-react-table').TValue>;
848
+ /**
849
+ * - The column object
850
+ */
851
+ column: import('mantine-react-table').MRT_Column<import('mantine-react-table').TData, import('mantine-react-table').TValue>;
852
+ /**
853
+ * - The rendered cell value
854
+ */
855
+ renderedCellValue: number | React.ReactNode | string;
856
+ /**
857
+ * - The rendered column index
858
+ */
859
+ renderedColumnIndex?: number;
860
+ /**
861
+ * - The rendered row index
862
+ */
863
+ renderedRowIndex?: number;
864
+ /**
865
+ * - The row object
866
+ */
867
+ row: import('mantine-react-table').MRT_Row<import('mantine-react-table').TData>;
868
+ /**
869
+ * - The row ref
870
+ */
871
+ rowRef?: React.RefObject<HTMLTableRowElement>;
872
+ /**
873
+ * - The MantineReactTable instance
874
+ */
875
+ table: import('mantine-react-table').MRT_TableInstance<import('mantine-react-table').TData>;
876
+ };
35
877
  export type NextGenDataGridBodyCellHighlightProps = {
36
878
  /**
37
879
  * - API instance
38
880
  */
39
- api: Record<string, any>;
881
+ api: ApiContext;
40
882
  /**
41
883
  * - Auth instance
42
884
  */
43
- auth: Record<string, any>;
885
+ auth: AuthContext;
44
886
  /**
45
887
  * - Row data
46
888
  */
@@ -48,11 +890,21 @@ export type NextGenDataGridBodyCellHighlightProps = {
48
890
  /**
49
891
  * - Column properties
50
892
  */
51
- colProps: Record<string, any>;
893
+ colProps: NextGenDataGridBodyProps;
52
894
  /**
53
895
  * - MantineReactTable props
54
896
  */
55
- mrtProps: Record<string, any>;
897
+ mrtProps: NextGenDataGridMRTProps;
898
+ };
899
+ export type NextGenDataGridBodyCellTruncateProps = {
900
+ /**
901
+ * - The original value before truncation. An array of strings if the value is separated by a separator
902
+ */
903
+ original: string | string[];
904
+ /**
905
+ * - The truncated value. An array of strings if the value is separated by a separator. Null if no truncation is applied
906
+ */
907
+ truncated?: string | string[] | null;
56
908
  };
57
909
  export type NextGenDataGridBodyCellCellProps = {
58
910
  /**
@@ -62,7 +914,7 @@ export type NextGenDataGridBodyCellCellProps = {
62
914
  /**
63
915
  * - The truncate object containing the original and truncated value
64
916
  */
65
- truncate: Record<string, any>;
917
+ truncate: NextGenDataGridBodyCellTruncateProps;
66
918
  /**
67
919
  * - The highlight keywords to highlight in the cell value
68
920
  */
@@ -78,11 +930,11 @@ export type NextGenDataGridBodyCellProps = {
78
930
  /**
79
931
  * - API instance
80
932
  */
81
- api: Record<string, any>;
933
+ api: ApiContext;
82
934
  /**
83
935
  * - Auth instance
84
936
  */
85
- auth: Record<string, any>;
937
+ auth: AuthContext;
86
938
  /**
87
939
  * - Row data
88
940
  */
@@ -90,11 +942,11 @@ export type NextGenDataGridBodyCellProps = {
90
942
  /**
91
943
  * - Column properties
92
944
  */
93
- colProps: Record<string, any>;
945
+ colProps: NextGenDataGridBodyProps;
94
946
  /**
95
947
  * - MantineReactTable props
96
948
  */
97
- mrtProps: Record<string, any>;
949
+ mrtProps: NextGenDataGridMRTProps;
98
950
  /**
99
951
  * - Array of highlight keywords
100
952
  */
@@ -108,36 +960,120 @@ export type NextGenDataGridBodyCellProps = {
108
960
  */
109
961
  componentProps: NextGenDataGridBodyCellComponentProps;
110
962
  };
963
+ export type NextGenDataGridQuickFiltersComponentComponentProps = {
964
+ /**
965
+ * - The current quick filter value
966
+ */
967
+ value: string;
968
+ /**
969
+ * - Callback when the quick filter value changes
970
+ */
971
+ onChange: (value: string) => void;
972
+ /**
973
+ * - The quick filters data
974
+ */
975
+ data: {
976
+ label: string;
977
+ value: any;
978
+ }[];
979
+ };
111
980
  export type NextGenDataGridQuickFiltersComponentProps = {
112
981
  /**
113
982
  * - API instance
114
983
  */
115
- api: Record<string, any>;
984
+ api: ApiContext;
116
985
  /**
117
986
  * - Auth instance
118
987
  */
119
- auth: Record<string, any>;
988
+ auth: AuthContext;
120
989
  /**
121
990
  * - MantineReactTable props
122
991
  */
123
- mrtProps: Record<string, any>;
992
+ mrtProps: NextGenDataGridMRTProps;
124
993
  /**
125
994
  * - Props for the quick filters component
126
995
  */
996
+ componentProps: NextGenDataGridQuickFiltersComponentComponentProps;
997
+ };
998
+ export type NextGenDataGridHeaderParameters = {
999
+ /**
1000
+ * - API instance
1001
+ */
1002
+ api: ApiContext;
1003
+ /**
1004
+ * - Auth instance
1005
+ */
1006
+ auth: AuthContext;
1007
+ /**
1008
+ * - MantineReactTable props
1009
+ */
1010
+ mrtProps: NextGenDataGridMRTProps;
1011
+ };
1012
+ export type NextGenDataGridHeaderFilterMenuPropsParameters = {
1013
+ /**
1014
+ * - The header label
1015
+ */
1016
+ label: string;
1017
+ /**
1018
+ * - Whether the filter is disabled
1019
+ */
1020
+ disabled: boolean;
1021
+ /**
1022
+ * - The number of active filters
1023
+ */
1024
+ indicator: number;
1025
+ /**
1026
+ * - Props for the action icon
1027
+ */
1028
+ actionIconProps: any;
1029
+ /**
1030
+ * - Callback when the filter menu icon is clicked
1031
+ */
1032
+ onClick: (event: React.MouseEvent<HTMLElement>) => void;
1033
+ };
1034
+ export type NextGenDataGridHeaderFilterMenuParameters = {
1035
+ /**
1036
+ * - API instance
1037
+ */
1038
+ api: ApiContext;
1039
+ /**
1040
+ * - Auth instance
1041
+ */
1042
+ auth: AuthContext;
1043
+ /**
1044
+ * - MantineReactTable props
1045
+ */
1046
+ mrtProps: NextGenDataGridMRTProps;
1047
+ /**
1048
+ * - Props for the filter menu component
1049
+ */
1050
+ componentProps: NextGenDataGridHeaderFilterMenuPropsParameters;
1051
+ };
1052
+ export type NextGenDataGridHeaderFilterModeDescriptionParameters = {
1053
+ /**
1054
+ * - API instance
1055
+ */
1056
+ api: ApiContext;
1057
+ /**
1058
+ * - Auth instance
1059
+ */
1060
+ auth: AuthContext;
1061
+ /**
1062
+ * - MantineReactTable props
1063
+ */
1064
+ mrtProps: NextGenDataGridMRTProps;
1065
+ /**
1066
+ * - Props for the filter mode description component
1067
+ */
127
1068
  componentProps: {
128
1069
  value: string;
129
- onChange: (value: string) => void;
130
- data: {
131
- label: string;
132
- value: any;
133
- }[];
134
1070
  };
135
1071
  };
136
1072
  export type NextGenDataGridHeaderProps = {
137
1073
  /**
138
1074
  * - Customize the header that is shown above the filter
139
1075
  */
140
- component?: JSX.Element | (({ api, auth, mrtProps }: any) => JSX.Element);
1076
+ component?: React.ReactNode | ((props: NextGenDataGridHeaderParameters) => React.ReactNode);
141
1077
  /**
142
1078
  * - Enables the filter menu that can change the filter mode. Located on the right side of the filter
143
1079
  */
@@ -145,11 +1081,11 @@ export type NextGenDataGridHeaderProps = {
145
1081
  /**
146
1082
  * - Customize the filter component. When `enableFilterModes` is enabled, this will be a key-value pair object where the key is the filter operator and the value is the filter component
147
1083
  */
148
- filterComponent?: JSX.Element | (({ api, auth, mrtProps }: any) => JSX.Element | Record<string, JSX.Element | (({ api, auth, mrtProps }: any) => JSX.Element)>);
1084
+ filterComponent?: React.ReactNode | ((props: NextGenDataGridHeaderParameters) => React.ReactNode | Record<string, React.ReactNode | ((props: NextGenDataGridHeaderParameters) => React.ReactNode)>);
149
1085
  /**
150
1086
  * - Props for the filter component. When `enableFilterModes` is enabled, this will be a key-value pair object where the key is the filter operator and the value is the filter component props
151
1087
  */
152
- filterProps?: Record<string, any> | (({ api, auth, mrtProps }: any) => Record<string, any> | Record<string, Record<string, any> | (({ api, auth, mrtProps }: any) => Record<string, any>)>);
1088
+ filterProps?: Record<string, any> | ((props: NextGenDataGridHeaderParameters) => Record<string, any> | Record<string, Record<string, any> | ((props: NextGenDataGridHeaderParameters) => Record<string, any>)>);
153
1089
  /**
154
1090
  * - Manage filter state externally
155
1091
  */
@@ -163,11 +1099,11 @@ export type NextGenDataGridHeaderProps = {
163
1099
  /**
164
1100
  * - Customize the filter menu action icon beside the filter. Defaults to `Filter Menu` with icon `IconFilterCog`
165
1101
  */
166
- filterMenu?: JSX.Element | (({ api, auth, mrtProps, componentProps: { label: string, disabled: boolean, indicator: number, actionIconProps: Object, onClick: Function } }: any) => JSX.Element);
1102
+ filterMenu?: React.ReactNode | ((props: NextGenDataGridHeaderFilterMenuParameters) => React.ReactNode);
167
1103
  /**
168
1104
  * - Customize the description below the filter when `enableFilterModes` is enabled. Defaults to `Filter Mode: {Filter name}`
169
1105
  */
170
- filterModeDescription?: JSX.Element | (({ api, auth, mrtProps, componentProps: { value: string } }: any) => JSX.Element);
1106
+ filterModeDescription?: React.ReactNode | ((props: NextGenDataGridHeaderFilterModeDescriptionParameters) => React.ReactNode);
171
1107
  /**
172
1108
  * - Whether to update the query params when the filter is applied. Default is true
173
1109
  */
@@ -189,7 +1125,7 @@ export type NextGenDataGridBodyProps = {
189
1125
  /**
190
1126
  * - Customize the component within the body
191
1127
  */
192
- component?: JSX.Element | ((props: NextGenDataGridBodyCellProps) => JSX.Element);
1128
+ component?: React.ReactNode | ((props: NextGenDataGridBodyCellProps) => React.ReactNode);
193
1129
  /**
194
1130
  * - Separate the value of a column into multiple rows
195
1131
  */
@@ -205,11 +1141,21 @@ export type NextGenDataGridBodyProps = {
205
1141
  /**
206
1142
  * - Props for the tooltip component that is shown when the value is truncated. The `value` is the value of the cell, either `string` or `string[]`, `data` is the row data, and `cellObj` is the cell object containing the value, truncate and highlight
207
1143
  */
208
- tooltipProps?: Record<string, any> | ((props: NextGenDataGridBodyCellProps & NextGenDataGridBodyCellComponentProps) => Record<string, any>);
1144
+ tooltipProps?: import('@mantine/core').TooltipProps | ((props: NextGenDataGridBodyCellProps & NextGenDataGridBodyCellComponentProps) => import('@mantine/core').TooltipProps);
209
1145
  /**
210
1146
  * - Props for the highlight component. The `value` is the value of the cell, either `string` or `string[]`, `data` is the row data, and `cellObj` is the cell object containing the value, truncate and highlight
211
1147
  */
212
- highlightProps?: Record<string, any> | ((props: NextGenDataGridBodyCellProps & NextGenDataGridBodyCellComponentProps) => Record<string, any>);
1148
+ highlightProps?: import('@mantine/core').HighlightProps | ((props: NextGenDataGridBodyCellProps & NextGenDataGridBodyCellComponentProps) => import('@mantine/core').HighlightProps);
1149
+ };
1150
+ export type NextGenDataGridFormProps = {
1151
+ /**
1152
+ * - Initial view mode for the form. Can be `normal`, `fullScreen`, or `overlay`. Defaults to `normal`
1153
+ */
1154
+ initialView?: "normal" | "fullScreen" | "overlay";
1155
+ /**
1156
+ * - Props for the JsonFormsDialog component
1157
+ */
1158
+ dialogProps?: CommonModalProps & AddDialogProps;
213
1159
  };
214
1160
  export type NextGenDataGridProps = {
215
1161
  /**
@@ -249,11 +1195,11 @@ export type NextGenDataGridProps = {
249
1195
  * - Bulk actions object
250
1196
  * NextGenDataGrid props
251
1197
  */
252
- bulkActions?: object;
1198
+ bulkActions?: BulkActions;
253
1199
  /**
254
1200
  * - MantineReactTable props
255
1201
  */
256
- table?: Record<string, any>;
1202
+ table?: import('mantine-react-table').MRT_TableInstance<import('mantine-react-table').MRT_RowData>;
257
1203
  /**
258
1204
  * - Quick filters for the table
259
1205
  */
@@ -268,7 +1214,7 @@ export type NextGenDataGridProps = {
268
1214
  /**
269
1215
  * - Custom quick filters component
270
1216
  */
271
- quickFiltersComponent?: JSX.Element | ((props: NextGenDataGridQuickFiltersComponentProps) => JSX.Element);
1217
+ quickFiltersComponent?: React.ReactNode | ((props: NextGenDataGridQuickFiltersComponentProps) => React.ReactNode);
272
1218
  /**
273
1219
  * - Mantine props for the table
274
1220
  */
@@ -276,7 +1222,7 @@ export type NextGenDataGridProps = {
276
1222
  /**
277
1223
  * - Column props for the table
278
1224
  */
279
- columnProps?: Record<string, Record<string, any>>;
1225
+ columnProps?: Record<string, import('mantine-react-table').MRT_ColumnDef<import('mantine-react-table').MRT_RowData, unknown>>;
280
1226
  /**
281
1227
  * - Header props for the table
282
1228
  */
@@ -289,8 +1235,8 @@ export type NextGenDataGridProps = {
289
1235
  * - Form props for the table
290
1236
  */
291
1237
  form?: {
292
- add: Record<string, any>;
293
- edit: Record<string, any>;
1238
+ add: NextGenDataGridFormProps & JSONFormsCustomizerProps;
1239
+ edit: NextGenDataGridFormProps & JSONFormsCustomizerProps;
294
1240
  };
295
1241
  /**
296
1242
  * - Toolbar props for the table