fastapi-rtk 2.1.4 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1286) hide show
  1. package/dist/.bundled/jsonforms/cjs/_virtual/index10.cjs +2 -2
  2. package/dist/.bundled/jsonforms/cjs/_virtual/index6.cjs +2 -2
  3. package/dist/.bundled/jsonforms/cjs/_virtual/index7.cjs +2 -2
  4. package/dist/.bundled/jsonforms/cjs/_virtual/index8.cjs +2 -2
  5. package/dist/.bundled/jsonforms/cjs/_virtual/index9.cjs +2 -2
  6. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/JsonFormsWithCustomizer/JsonFormsWithCustomizer.cjs +29 -24
  7. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineDateInput.cjs +1 -1
  8. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineDateTimeInput.cjs +8 -4
  9. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineFileInput.cjs +8 -6
  10. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineImageInput.cjs +5 -10
  11. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineNumberInput.cjs +10 -6
  12. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineObjectInput.cjs +2 -1
  13. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineTimeInput.cjs +3 -3
  14. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineEnumArrayCell.cjs +3 -1
  15. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineEnumCell.cjs +5 -1
  16. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineOneOfEnumCell.cjs +5 -1
  17. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineArrayControl/DeleteDialog.cjs +2 -10
  18. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineArrayControl/MantineArrayControl.cjs +4 -1
  19. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineEnumArrayControl.cjs +4 -1
  20. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineObjectControl.cjs +4 -1
  21. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineTableControl/MantineTableControl.cjs +19 -17
  22. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineTableControl/NoBorderTableCell.cjs +4 -1
  23. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineEnumControl.cjs +1 -0
  24. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineOneOfEnumControl.cjs +1 -0
  25. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useBooleanProps.cjs +15 -6
  26. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useCommonProps.cjs +17 -12
  27. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useContextProps.cjs +6 -6
  28. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useDateProps.cjs +44 -34
  29. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useFileProps.cjs +3 -1
  30. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useIfProps.cjs +4 -1
  31. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useJsonProps.cjs +2 -1
  32. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useNavigationComponent.cjs +12 -11
  33. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useNumberProps.cjs +4 -1
  34. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useSelectProps.cjs +5 -1
  35. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useTextProps.cjs +6 -2
  36. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useThemeCustomizer.cjs +7 -9
  37. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useTimeProps.cjs +3 -1
  38. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useToolbarComponent.cjs +11 -9
  39. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Array/ExpandPanelRenderer.cjs +13 -3
  40. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Array/MantineArrayLayout.cjs +1 -1
  41. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Array/MantineArrayLayoutRenderer.cjs +3 -2
  42. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/MantineCategorizationLayoutRenderer.cjs +6 -2
  43. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/variants/CategorizationCards.cjs +23 -17
  44. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/variants/CategorizationStepper.cjs +25 -18
  45. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/variants/CategorizationTabs.cjs +21 -17
  46. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Group/variants/GroupFieldset.cjs +2 -1
  47. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isEnumArrayArrayControl.cjs +15 -4
  48. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isEnumArrayControl.cjs +7 -3
  49. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isFileControl.cjs +9 -2
  50. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isFilesControl.cjs +8 -3
  51. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isImageControl.cjs +6 -2
  52. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isImagesControl.cjs +7 -3
  53. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isJsonArrayControl.cjs +7 -3
  54. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isJsonControl.cjs +8 -3
  55. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/utils/layout.cjs +3 -12
  56. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/utils/withDebounce.cjs +3 -5
  57. package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/utils/withLabelMappingProps.cjs +3 -3
  58. package/dist/.bundled/jsonforms/esm/_virtual/index10.mjs +2 -2
  59. package/dist/.bundled/jsonforms/esm/_virtual/index6.mjs +2 -2
  60. package/dist/.bundled/jsonforms/esm/_virtual/index7.mjs +2 -2
  61. package/dist/.bundled/jsonforms/esm/_virtual/index8.mjs +2 -2
  62. package/dist/.bundled/jsonforms/esm/_virtual/index9.mjs +2 -2
  63. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/JsonFormsWithCustomizer/JsonFormsWithCustomizer.mjs +25 -20
  64. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineDateInput.mjs +1 -1
  65. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineDateTimeInput.mjs +7 -3
  66. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineFileInput.mjs +8 -6
  67. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineImageInput.mjs +3 -8
  68. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineNumberInput.mjs +10 -6
  69. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineObjectInput.mjs +2 -1
  70. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineTimeInput.mjs +2 -2
  71. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineEnumArrayCell.mjs +3 -1
  72. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineEnumCell.mjs +5 -1
  73. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineOneOfEnumCell.mjs +5 -1
  74. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineArrayControl/DeleteDialog.mjs +2 -10
  75. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineArrayControl/MantineArrayControl.mjs +4 -1
  76. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineEnumArrayControl.mjs +4 -1
  77. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineObjectControl.mjs +4 -1
  78. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineTableControl/MantineTableControl.mjs +19 -17
  79. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineTableControl/NoBorderTableCell.mjs +4 -1
  80. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineEnumControl.mjs +1 -0
  81. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineOneOfEnumControl.mjs +1 -0
  82. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useBooleanProps.mjs +15 -6
  83. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useCommonProps.mjs +14 -9
  84. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useContextProps.mjs +1 -1
  85. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useDateProps.mjs +45 -35
  86. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useFileProps.mjs +3 -1
  87. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useIfProps.mjs +4 -1
  88. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useJsonProps.mjs +2 -1
  89. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useNavigationComponent.mjs +12 -11
  90. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useNumberProps.mjs +4 -1
  91. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useSelectProps.mjs +5 -1
  92. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useTextProps.mjs +6 -2
  93. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useThemeCustomizer.mjs +7 -9
  94. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useTimeProps.mjs +3 -1
  95. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useToolbarComponent.mjs +11 -9
  96. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Array/ExpandPanelRenderer.mjs +13 -3
  97. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Array/MantineArrayLayout.mjs +1 -1
  98. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Array/MantineArrayLayoutRenderer.mjs +3 -2
  99. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/MantineCategorizationLayoutRenderer.mjs +6 -2
  100. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/variants/CategorizationCards.mjs +23 -17
  101. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/variants/CategorizationStepper.mjs +25 -18
  102. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/variants/CategorizationTabs.mjs +21 -17
  103. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Group/variants/GroupFieldset.mjs +2 -1
  104. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isEnumArrayArrayControl.mjs +15 -4
  105. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isEnumArrayControl.mjs +7 -3
  106. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isFileControl.mjs +9 -2
  107. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isFilesControl.mjs +8 -3
  108. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isImageControl.mjs +6 -2
  109. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isImagesControl.mjs +7 -3
  110. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isJsonArrayControl.mjs +7 -3
  111. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isJsonControl.mjs +8 -3
  112. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/utils/layout.mjs +3 -12
  113. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/utils/withDebounce.mjs +3 -5
  114. package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/utils/withLabelMappingProps.mjs +3 -3
  115. package/dist/.external/cjs/ajv@8.17.1/ajv/dist/compile/index.cjs +1 -1
  116. package/dist/.external/cjs/ajv@8.17.1/ajv/dist/vocabularies/applicator/index.cjs +1 -1
  117. package/dist/.external/cjs/ajv@8.17.1/ajv/dist/vocabularies/core/index.cjs +1 -1
  118. package/dist/.external/cjs/ajv@8.17.1/ajv/dist/vocabularies/format/index.cjs +1 -1
  119. package/dist/.external/cjs/ajv@8.17.1/ajv/dist/vocabularies/validation/index.cjs +1 -1
  120. package/dist/.external/cjs/lodash@4.17.23/lodash/_freeGlobal.cjs +1 -1
  121. package/dist/.external/cjs/lodash@4.17.23/lodash/_nodeUtil.cjs +1 -1
  122. package/dist/.external/cjs/lodash@4.17.23/lodash/isBuffer.cjs +1 -1
  123. package/dist/.external/cjs/lodash@4.17.23/lodash/lodash.cjs +2 -2
  124. package/dist/.external/cjs/{mantine-react-table@2.0.0-beta.9_patch_hash_046f1b0f764b8dc88804170e4ca8f096de0796df0be_2e8cfd91765713166f4d486da3b54b13 → mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a}/mantine-react-table/dist/index.esm.cjs +4 -2
  125. package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/useTranslation.cjs +1 -1
  126. package/dist/.external/esm/ajv@8.17.1/ajv/dist/compile/index.mjs +1 -1
  127. package/dist/.external/esm/ajv@8.17.1/ajv/dist/vocabularies/applicator/index.mjs +1 -1
  128. package/dist/.external/esm/ajv@8.17.1/ajv/dist/vocabularies/core/index.mjs +1 -1
  129. package/dist/.external/esm/ajv@8.17.1/ajv/dist/vocabularies/format/index.mjs +1 -1
  130. package/dist/.external/esm/ajv@8.17.1/ajv/dist/vocabularies/validation/index.mjs +1 -1
  131. package/dist/.external/esm/lodash@4.17.23/lodash/_freeGlobal.mjs +1 -1
  132. package/dist/.external/esm/lodash@4.17.23/lodash/_nodeUtil.mjs +1 -1
  133. package/dist/.external/esm/lodash@4.17.23/lodash/isBuffer.mjs +1 -1
  134. package/dist/.external/esm/lodash@4.17.23/lodash/lodash.mjs +2 -2
  135. package/dist/.external/esm/{mantine-react-table@2.0.0-beta.9_patch_hash_046f1b0f764b8dc88804170e4ca8f096de0796df0be_2e8cfd91765713166f4d486da3b54b13 → mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a}/mantine-react-table/dist/index.esm.mjs +5 -3
  136. package/dist/.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs +1 -1
  137. package/dist/.external/lib/@jsonforms/core/actions/actions.d.ts +197 -0
  138. package/dist/.external/lib/@jsonforms/core/actions/index.d.ts +1 -0
  139. package/dist/.external/lib/@jsonforms/core/configDefault.d.ts +6 -0
  140. package/dist/.external/lib/@jsonforms/core/generators/Generate.d.ts +6 -0
  141. package/dist/.external/lib/@jsonforms/core/generators/index.d.ts +3 -0
  142. package/dist/.external/lib/@jsonforms/core/generators/schema.d.ts +8 -0
  143. package/dist/.external/lib/@jsonforms/core/generators/uischema.d.ts +12 -0
  144. package/dist/.external/lib/@jsonforms/core/i18n/arrayTranslations.d.ts +24 -0
  145. package/dist/.external/lib/@jsonforms/core/i18n/combinatorTranslations.d.ts +14 -0
  146. package/dist/.external/lib/@jsonforms/core/i18n/i18nUtil.d.ts +28 -0
  147. package/dist/.external/lib/@jsonforms/core/i18n/index.d.ts +4 -0
  148. package/dist/.external/lib/@jsonforms/core/i18n/selectors.d.ts +7 -0
  149. package/dist/.external/lib/@jsonforms/core/index.d.ts +11 -0
  150. package/dist/.external/lib/@jsonforms/core/mappers/cell.d.ts +76 -0
  151. package/dist/.external/lib/@jsonforms/core/mappers/combinators.d.ts +9 -0
  152. package/dist/.external/lib/@jsonforms/core/mappers/index.d.ts +4 -0
  153. package/dist/.external/lib/@jsonforms/core/mappers/renderer.d.ts +452 -0
  154. package/dist/.external/lib/@jsonforms/core/mappers/util.d.ts +10 -0
  155. package/dist/.external/lib/@jsonforms/core/models/draft4.d.ts +198 -0
  156. package/dist/.external/lib/@jsonforms/core/models/index.d.ts +5 -0
  157. package/dist/.external/lib/@jsonforms/core/models/jsonSchema.d.ts +3 -0
  158. package/dist/.external/lib/@jsonforms/core/models/jsonSchema4.d.ts +110 -0
  159. package/dist/.external/lib/@jsonforms/core/models/jsonSchema7.d.ts +119 -0
  160. package/dist/.external/lib/@jsonforms/core/models/uischema.d.ts +254 -0
  161. package/dist/.external/lib/@jsonforms/core/reducers/cells.d.ts +6 -0
  162. package/dist/.external/lib/@jsonforms/core/reducers/config.d.ts +3 -0
  163. package/dist/.external/lib/@jsonforms/core/reducers/core.d.ts +9 -0
  164. package/dist/.external/lib/@jsonforms/core/reducers/default-data.d.ts +12 -0
  165. package/dist/.external/lib/@jsonforms/core/reducers/i18n.d.ts +5 -0
  166. package/dist/.external/lib/@jsonforms/core/reducers/index.d.ts +9 -0
  167. package/dist/.external/lib/@jsonforms/core/reducers/middleware.d.ts +6 -0
  168. package/dist/.external/lib/@jsonforms/core/reducers/reducers.d.ts +21 -0
  169. package/dist/.external/lib/@jsonforms/core/reducers/renderers.d.ts +6 -0
  170. package/dist/.external/lib/@jsonforms/core/reducers/uischemas.d.ts +6 -0
  171. package/dist/.external/lib/@jsonforms/core/store/i18nTypes.d.ts +16 -0
  172. package/dist/.external/lib/@jsonforms/core/store/index.d.ts +4 -0
  173. package/dist/.external/lib/@jsonforms/core/store/jsonFormsCore.d.ts +20 -0
  174. package/dist/.external/lib/@jsonforms/core/store/store.d.ts +79 -0
  175. package/dist/.external/lib/@jsonforms/core/store/type.d.ts +174 -0
  176. package/dist/.external/lib/@jsonforms/core/testers/index.d.ts +1 -0
  177. package/dist/.external/lib/@jsonforms/core/testers/testers.d.ts +221 -0
  178. package/dist/.external/lib/@jsonforms/core/util/Formatted.d.ts +19 -0
  179. package/dist/.external/lib/@jsonforms/core/util/defaultDateFormat.d.ts +3 -0
  180. package/dist/.external/lib/@jsonforms/core/util/errors.d.ts +5 -0
  181. package/dist/.external/lib/@jsonforms/core/util/helpers.d.ts +5 -0
  182. package/dist/.external/lib/@jsonforms/core/util/ids.d.ts +3 -0
  183. package/dist/.external/lib/@jsonforms/core/util/index.d.ts +13 -0
  184. package/dist/.external/lib/@jsonforms/core/util/label.d.ts +9 -0
  185. package/dist/.external/lib/@jsonforms/core/util/path.d.ts +42 -0
  186. package/dist/.external/lib/@jsonforms/core/util/resolvers.d.ts +25 -0
  187. package/dist/.external/lib/@jsonforms/core/util/runtime.d.ts +8 -0
  188. package/dist/.external/lib/@jsonforms/core/util/schema.d.ts +10 -0
  189. package/dist/.external/lib/@jsonforms/core/util/uischema.d.ts +21 -0
  190. package/dist/.external/lib/@jsonforms/core/util/util.d.ts +56 -0
  191. package/dist/.external/lib/@jsonforms/core/util/validator.d.ts +4 -0
  192. package/dist/.external/lib/@jsonforms/react/Control.d.ts +26 -0
  193. package/dist/.external/lib/@jsonforms/react/DispatchCell.d.ts +7 -0
  194. package/dist/.external/lib/@jsonforms/react/JsonForms.d.ts +48 -0
  195. package/dist/.external/lib/@jsonforms/react/JsonFormsContext.d.ts +197 -0
  196. package/dist/.external/lib/@jsonforms/react/Renderer.d.ts +21 -0
  197. package/dist/.external/lib/@jsonforms/react/UnknownRenderer.d.ts +16 -0
  198. package/dist/.external/lib/@jsonforms/react/index.d.ts +6 -0
  199. package/dist/.external/lib/@jsonforms/react/redux/JsonFormsReduxContext.d.ts +6 -0
  200. package/dist/.external/lib/@jsonforms/react/redux/index.d.ts +1 -0
  201. package/dist/.external/lib/@tabler/icons-react/index.d.ts +1 -0
  202. package/dist/.external/lib/@tabler/icons-react/tabler-icons-react.d.ts +11317 -0
  203. package/dist/.external/lib/@tanstack/match-sorter-utils/index.d.ts +57 -0
  204. package/dist/.external/lib/@tanstack/match-sorter-utils/remove-accents.d.ts +1 -0
  205. package/dist/.external/lib/@tanstack/query-core/focusManager.d.cts +17 -0
  206. package/dist/.external/lib/@tanstack/query-core/focusManager.d.ts +17 -0
  207. package/dist/.external/lib/@tanstack/query-core/hydration-BlEVG2Lp.d.ts +1384 -0
  208. package/dist/.external/lib/@tanstack/query-core/hydration-uphG6M-i.d.cts +1384 -0
  209. package/dist/.external/lib/@tanstack/query-core/hydration.d.cts +3 -0
  210. package/dist/.external/lib/@tanstack/query-core/hydration.d.ts +3 -0
  211. package/dist/.external/lib/@tanstack/query-core/index.d.cts +10 -0
  212. package/dist/.external/lib/@tanstack/query-core/index.d.ts +10 -0
  213. package/dist/.external/lib/@tanstack/query-core/infiniteQueryBehavior.d.cts +15 -0
  214. package/dist/.external/lib/@tanstack/query-core/infiniteQueryBehavior.d.ts +15 -0
  215. package/dist/.external/lib/@tanstack/query-core/infiniteQueryObserver.d.cts +20 -0
  216. package/dist/.external/lib/@tanstack/query-core/infiniteQueryObserver.d.ts +20 -0
  217. package/dist/.external/lib/@tanstack/query-core/mutation.d.cts +3 -0
  218. package/dist/.external/lib/@tanstack/query-core/mutation.d.ts +3 -0
  219. package/dist/.external/lib/@tanstack/query-core/mutationCache.d.cts +3 -0
  220. package/dist/.external/lib/@tanstack/query-core/mutationCache.d.ts +3 -0
  221. package/dist/.external/lib/@tanstack/query-core/mutationObserver.d.cts +3 -0
  222. package/dist/.external/lib/@tanstack/query-core/mutationObserver.d.ts +3 -0
  223. package/dist/.external/lib/@tanstack/query-core/notifyManager.d.cts +46 -0
  224. package/dist/.external/lib/@tanstack/query-core/notifyManager.d.ts +46 -0
  225. package/dist/.external/lib/@tanstack/query-core/onlineManager.d.cts +16 -0
  226. package/dist/.external/lib/@tanstack/query-core/onlineManager.d.ts +16 -0
  227. package/dist/.external/lib/@tanstack/query-core/queriesObserver.d.cts +27 -0
  228. package/dist/.external/lib/@tanstack/query-core/queriesObserver.d.ts +27 -0
  229. package/dist/.external/lib/@tanstack/query-core/query.d.cts +3 -0
  230. package/dist/.external/lib/@tanstack/query-core/query.d.ts +3 -0
  231. package/dist/.external/lib/@tanstack/query-core/queryCache.d.cts +3 -0
  232. package/dist/.external/lib/@tanstack/query-core/queryCache.d.ts +3 -0
  233. package/dist/.external/lib/@tanstack/query-core/queryClient.d.cts +3 -0
  234. package/dist/.external/lib/@tanstack/query-core/queryClient.d.ts +3 -0
  235. package/dist/.external/lib/@tanstack/query-core/queryObserver.d.cts +3 -0
  236. package/dist/.external/lib/@tanstack/query-core/queryObserver.d.ts +3 -0
  237. package/dist/.external/lib/@tanstack/query-core/removable.d.cts +11 -0
  238. package/dist/.external/lib/@tanstack/query-core/removable.d.ts +11 -0
  239. package/dist/.external/lib/@tanstack/query-core/retryer.d.cts +3 -0
  240. package/dist/.external/lib/@tanstack/query-core/retryer.d.ts +3 -0
  241. package/dist/.external/lib/@tanstack/query-core/streamedQuery.d.cts +34 -0
  242. package/dist/.external/lib/@tanstack/query-core/streamedQuery.d.ts +34 -0
  243. package/dist/.external/lib/@tanstack/query-core/subscribable.d.cts +10 -0
  244. package/dist/.external/lib/@tanstack/query-core/subscribable.d.ts +10 -0
  245. package/dist/.external/lib/@tanstack/query-core/thenable.d.cts +47 -0
  246. package/dist/.external/lib/@tanstack/query-core/thenable.d.ts +47 -0
  247. package/dist/.external/lib/@tanstack/query-core/timeoutManager.d.cts +58 -0
  248. package/dist/.external/lib/@tanstack/query-core/timeoutManager.d.ts +58 -0
  249. package/dist/.external/lib/@tanstack/query-core/types.d.cts +3 -0
  250. package/dist/.external/lib/@tanstack/query-core/types.d.ts +3 -0
  251. package/dist/.external/lib/@tanstack/query-core/utils.d.cts +3 -0
  252. package/dist/.external/lib/@tanstack/query-core/utils.d.ts +3 -0
  253. package/dist/.external/lib/@tanstack/react-query/HydrationBoundary.d.cts +14 -0
  254. package/dist/.external/lib/@tanstack/react-query/HydrationBoundary.d.ts +14 -0
  255. package/dist/.external/lib/@tanstack/react-query/IsRestoringProvider.d.cts +6 -0
  256. package/dist/.external/lib/@tanstack/react-query/IsRestoringProvider.d.ts +6 -0
  257. package/dist/.external/lib/@tanstack/react-query/QueryClientProvider.d.cts +12 -0
  258. package/dist/.external/lib/@tanstack/react-query/QueryClientProvider.d.ts +12 -0
  259. package/dist/.external/lib/@tanstack/react-query/QueryErrorResetBoundary.d.cts +19 -0
  260. package/dist/.external/lib/@tanstack/react-query/QueryErrorResetBoundary.d.ts +19 -0
  261. package/dist/.external/lib/@tanstack/react-query/errorBoundaryUtils.d.cts +16 -0
  262. package/dist/.external/lib/@tanstack/react-query/errorBoundaryUtils.d.ts +16 -0
  263. package/dist/.external/lib/@tanstack/react-query/index.d.cts +22 -0
  264. package/dist/.external/lib/@tanstack/react-query/index.d.ts +22 -0
  265. package/dist/.external/lib/@tanstack/react-query/infiniteQueryOptions.d.cts +23 -0
  266. package/dist/.external/lib/@tanstack/react-query/infiniteQueryOptions.d.ts +23 -0
  267. package/dist/.external/lib/@tanstack/react-query/mutationOptions.d.cts +7 -0
  268. package/dist/.external/lib/@tanstack/react-query/mutationOptions.d.ts +7 -0
  269. package/dist/.external/lib/@tanstack/react-query/queryOptions.d.cts +24 -0
  270. package/dist/.external/lib/@tanstack/react-query/queryOptions.d.ts +24 -0
  271. package/dist/.external/lib/@tanstack/react-query/suspense.d.cts +12 -0
  272. package/dist/.external/lib/@tanstack/react-query/suspense.d.ts +12 -0
  273. package/dist/.external/lib/@tanstack/react-query/types.d.cts +52 -0
  274. package/dist/.external/lib/@tanstack/react-query/types.d.ts +52 -0
  275. package/dist/.external/lib/@tanstack/react-query/useBaseQuery.d.cts +6 -0
  276. package/dist/.external/lib/@tanstack/react-query/useBaseQuery.d.ts +6 -0
  277. package/dist/.external/lib/@tanstack/react-query/useInfiniteQuery.d.cts +9 -0
  278. package/dist/.external/lib/@tanstack/react-query/useInfiniteQuery.d.ts +9 -0
  279. package/dist/.external/lib/@tanstack/react-query/useIsFetching.d.cts +5 -0
  280. package/dist/.external/lib/@tanstack/react-query/useIsFetching.d.ts +5 -0
  281. package/dist/.external/lib/@tanstack/react-query/useMutation.d.cts +6 -0
  282. package/dist/.external/lib/@tanstack/react-query/useMutation.d.ts +6 -0
  283. package/dist/.external/lib/@tanstack/react-query/useMutationState.d.cts +10 -0
  284. package/dist/.external/lib/@tanstack/react-query/useMutationState.d.ts +10 -0
  285. package/dist/.external/lib/@tanstack/react-query/usePrefetchInfiniteQuery.d.cts +5 -0
  286. package/dist/.external/lib/@tanstack/react-query/usePrefetchInfiniteQuery.d.ts +5 -0
  287. package/dist/.external/lib/@tanstack/react-query/usePrefetchQuery.d.cts +6 -0
  288. package/dist/.external/lib/@tanstack/react-query/usePrefetchQuery.d.ts +6 -0
  289. package/dist/.external/lib/@tanstack/react-query/useQueries.d.cts +76 -0
  290. package/dist/.external/lib/@tanstack/react-query/useQueries.d.ts +76 -0
  291. package/dist/.external/lib/@tanstack/react-query/useQuery.d.cts +9 -0
  292. package/dist/.external/lib/@tanstack/react-query/useQuery.d.ts +9 -0
  293. package/dist/.external/lib/@tanstack/react-query/useSuspenseInfiniteQuery.d.cts +6 -0
  294. package/dist/.external/lib/@tanstack/react-query/useSuspenseInfiniteQuery.d.ts +6 -0
  295. package/dist/.external/lib/@tanstack/react-query/useSuspenseQueries.d.cts +79 -0
  296. package/dist/.external/lib/@tanstack/react-query/useSuspenseQueries.d.ts +79 -0
  297. package/dist/.external/lib/@tanstack/react-query/useSuspenseQuery.d.cts +6 -0
  298. package/dist/.external/lib/@tanstack/react-query/useSuspenseQuery.d.ts +6 -0
  299. package/dist/.external/lib/@tanstack/react-table/index.d.ts +9 -0
  300. package/dist/.external/lib/@tanstack/react-virtual/index.d.ts +4 -0
  301. package/dist/.external/lib/@tanstack/table-core/aggregationFns.d.ts +13 -0
  302. package/dist/.external/lib/@tanstack/table-core/columnHelper.d.ts +8 -0
  303. package/dist/.external/lib/@tanstack/table-core/core/cell.d.ts +49 -0
  304. package/dist/.external/lib/@tanstack/table-core/core/column.d.ts +55 -0
  305. package/dist/.external/lib/@tanstack/table-core/core/headers.d.ts +194 -0
  306. package/dist/.external/lib/@tanstack/table-core/core/row.d.ts +91 -0
  307. package/dist/.external/lib/@tanstack/table-core/core/table.d.ts +220 -0
  308. package/dist/.external/lib/@tanstack/table-core/features/ColumnFaceting.d.ts +34 -0
  309. package/dist/.external/lib/@tanstack/table-core/features/ColumnFiltering.d.ts +194 -0
  310. package/dist/.external/lib/@tanstack/table-core/features/ColumnGrouping.d.ts +201 -0
  311. package/dist/.external/lib/@tanstack/table-core/features/ColumnOrdering.d.ts +53 -0
  312. package/dist/.external/lib/@tanstack/table-core/features/ColumnPinning.d.ts +126 -0
  313. package/dist/.external/lib/@tanstack/table-core/features/ColumnSizing.d.ts +193 -0
  314. package/dist/.external/lib/@tanstack/table-core/features/ColumnVisibility.d.ts +129 -0
  315. package/dist/.external/lib/@tanstack/table-core/features/GlobalFaceting.d.ts +26 -0
  316. package/dist/.external/lib/@tanstack/table-core/features/GlobalFiltering.d.ts +79 -0
  317. package/dist/.external/lib/@tanstack/table-core/features/RowExpanding.d.ts +154 -0
  318. package/dist/.external/lib/@tanstack/table-core/features/RowPagination.d.ts +165 -0
  319. package/dist/.external/lib/@tanstack/table-core/features/RowPinning.d.ts +98 -0
  320. package/dist/.external/lib/@tanstack/table-core/features/RowSelection.d.ts +176 -0
  321. package/dist/.external/lib/@tanstack/table-core/features/RowSorting.d.ts +237 -0
  322. package/dist/.external/lib/@tanstack/table-core/filterFns.d.ts +13 -0
  323. package/dist/.external/lib/@tanstack/table-core/index.d.ts +34 -0
  324. package/dist/.external/lib/@tanstack/table-core/sortingFns.d.ts +11 -0
  325. package/dist/.external/lib/@tanstack/table-core/types.d.ts +119 -0
  326. package/dist/.external/lib/@tanstack/table-core/utils/filterRowsUtils.d.ts +2 -0
  327. package/dist/.external/lib/@tanstack/table-core/utils/getCoreRowModel.d.ts +2 -0
  328. package/dist/.external/lib/@tanstack/table-core/utils/getExpandedRowModel.d.ts +7 -0
  329. package/dist/.external/lib/@tanstack/table-core/utils/getFacetedMinMaxValues.d.ts +2 -0
  330. package/dist/.external/lib/@tanstack/table-core/utils/getFacetedRowModel.d.ts +2 -0
  331. package/dist/.external/lib/@tanstack/table-core/utils/getFacetedUniqueValues.d.ts +2 -0
  332. package/dist/.external/lib/@tanstack/table-core/utils/getFilteredRowModel.d.ts +2 -0
  333. package/dist/.external/lib/@tanstack/table-core/utils/getGroupedRowModel.d.ts +2 -0
  334. package/dist/.external/lib/@tanstack/table-core/utils/getPaginationRowModel.d.ts +4 -0
  335. package/dist/.external/lib/@tanstack/table-core/utils/getSortedRowModel.d.ts +2 -0
  336. package/dist/.external/lib/@tanstack/table-core/utils.d.ts +38 -0
  337. package/dist/.external/lib/@tanstack/virtual-core/index.d.ts +133 -0
  338. package/dist/.external/lib/@tanstack/virtual-core/utils.d.ts +11 -0
  339. package/dist/.external/lib/ajv/2019.d.ts +19 -0
  340. package/dist/.external/lib/ajv/2020.d.ts +19 -0
  341. package/dist/.external/lib/ajv/ajv.d.ts +18 -0
  342. package/dist/.external/lib/ajv/compile/codegen/code.d.ts +40 -0
  343. package/dist/.external/lib/ajv/compile/codegen/index.d.ts +79 -0
  344. package/dist/.external/lib/ajv/compile/codegen/scope.d.ts +79 -0
  345. package/dist/.external/lib/ajv/compile/errors.d.ts +13 -0
  346. package/dist/.external/lib/ajv/compile/index.d.ts +80 -0
  347. package/dist/.external/lib/ajv/compile/jtd/parse.d.ts +4 -0
  348. package/dist/.external/lib/ajv/compile/jtd/serialize.d.ts +4 -0
  349. package/dist/.external/lib/ajv/compile/jtd/types.d.ts +6 -0
  350. package/dist/.external/lib/ajv/compile/names.d.ts +20 -0
  351. package/dist/.external/lib/ajv/compile/ref_error.d.ts +6 -0
  352. package/dist/.external/lib/ajv/compile/resolve.d.ts +12 -0
  353. package/dist/.external/lib/ajv/compile/rules.d.ts +28 -0
  354. package/dist/.external/lib/ajv/compile/util.d.ts +40 -0
  355. package/dist/.external/lib/ajv/compile/validate/applicability.d.ts +6 -0
  356. package/dist/.external/lib/ajv/compile/validate/boolSchema.d.ts +4 -0
  357. package/dist/.external/lib/ajv/compile/validate/dataType.d.ts +17 -0
  358. package/dist/.external/lib/ajv/compile/validate/defaults.d.ts +2 -0
  359. package/dist/.external/lib/ajv/compile/validate/index.d.ts +42 -0
  360. package/dist/.external/lib/ajv/compile/validate/keyword.d.ts +8 -0
  361. package/dist/.external/lib/ajv/compile/validate/subschema.d.ts +47 -0
  362. package/dist/.external/lib/ajv/core.d.ts +173 -0
  363. package/dist/.external/lib/ajv/index.d.ts +1 -0
  364. package/dist/.external/lib/ajv/jtd.d.ts +47 -0
  365. package/dist/.external/lib/ajv/refs/json-schema-2019-09/index.d.ts +2 -0
  366. package/dist/.external/lib/ajv/refs/json-schema-2020-12/index.d.ts +2 -0
  367. package/dist/.external/lib/ajv/refs/jtd-schema.d.ts +3 -0
  368. package/dist/.external/lib/ajv/runtime/equal.d.ts +6 -0
  369. package/dist/.external/lib/ajv/runtime/parseJson.d.ts +18 -0
  370. package/dist/.external/lib/ajv/runtime/quote.d.ts +5 -0
  371. package/dist/.external/lib/ajv/runtime/re2.d.ts +6 -0
  372. package/dist/.external/lib/ajv/runtime/timestamp.d.ts +5 -0
  373. package/dist/.external/lib/ajv/runtime/ucs2length.d.ts +5 -0
  374. package/dist/.external/lib/ajv/runtime/uri.d.ts +6 -0
  375. package/dist/.external/lib/ajv/runtime/validation_error.d.ts +7 -0
  376. package/dist/.external/lib/ajv/standalone/index.d.ts +6 -0
  377. package/dist/.external/lib/ajv/standalone/instance.d.ts +12 -0
  378. package/dist/.external/lib/ajv/types/index.d.ts +183 -0
  379. package/dist/.external/lib/ajv/types/json-schema.d.ts +125 -0
  380. package/dist/.external/lib/ajv/types/jtd-schema.d.ts +174 -0
  381. package/dist/.external/lib/ajv/vocabularies/applicator/additionalItems.d.ts +8 -0
  382. package/dist/.external/lib/ajv/vocabularies/applicator/additionalProperties.d.ts +6 -0
  383. package/dist/.external/lib/ajv/vocabularies/applicator/allOf.d.ts +3 -0
  384. package/dist/.external/lib/ajv/vocabularies/applicator/anyOf.d.ts +4 -0
  385. package/dist/.external/lib/ajv/vocabularies/applicator/contains.d.ts +7 -0
  386. package/dist/.external/lib/ajv/vocabularies/applicator/dependencies.d.ts +21 -0
  387. package/dist/.external/lib/ajv/vocabularies/applicator/dependentSchemas.d.ts +3 -0
  388. package/dist/.external/lib/ajv/vocabularies/applicator/if.d.ts +6 -0
  389. package/dist/.external/lib/ajv/vocabularies/applicator/index.d.ts +13 -0
  390. package/dist/.external/lib/ajv/vocabularies/applicator/items.d.ts +5 -0
  391. package/dist/.external/lib/ajv/vocabularies/applicator/items2020.d.ts +6 -0
  392. package/dist/.external/lib/ajv/vocabularies/applicator/not.d.ts +4 -0
  393. package/dist/.external/lib/ajv/vocabularies/applicator/oneOf.d.ts +6 -0
  394. package/dist/.external/lib/ajv/vocabularies/applicator/patternProperties.d.ts +3 -0
  395. package/dist/.external/lib/ajv/vocabularies/applicator/prefixItems.d.ts +3 -0
  396. package/dist/.external/lib/ajv/vocabularies/applicator/properties.d.ts +3 -0
  397. package/dist/.external/lib/ajv/vocabularies/applicator/propertyNames.d.ts +6 -0
  398. package/dist/.external/lib/ajv/vocabularies/applicator/thenElse.d.ts +3 -0
  399. package/dist/.external/lib/ajv/vocabularies/code.d.ts +17 -0
  400. package/dist/.external/lib/ajv/vocabularies/core/id.d.ts +3 -0
  401. package/dist/.external/lib/ajv/vocabularies/core/index.d.ts +3 -0
  402. package/dist/.external/lib/ajv/vocabularies/core/ref.d.ts +8 -0
  403. package/dist/.external/lib/ajv/vocabularies/discriminator/index.d.ts +5 -0
  404. package/dist/.external/lib/ajv/vocabularies/discriminator/types.d.ts +10 -0
  405. package/dist/.external/lib/ajv/vocabularies/draft2020.d.ts +3 -0
  406. package/dist/.external/lib/ajv/vocabularies/draft7.d.ts +3 -0
  407. package/dist/.external/lib/ajv/vocabularies/dynamic/dynamicAnchor.d.ts +5 -0
  408. package/dist/.external/lib/ajv/vocabularies/dynamic/dynamicRef.d.ts +5 -0
  409. package/dist/.external/lib/ajv/vocabularies/dynamic/index.d.ts +3 -0
  410. package/dist/.external/lib/ajv/vocabularies/dynamic/recursiveAnchor.d.ts +3 -0
  411. package/dist/.external/lib/ajv/vocabularies/dynamic/recursiveRef.d.ts +3 -0
  412. package/dist/.external/lib/ajv/vocabularies/errors.d.ts +9 -0
  413. package/dist/.external/lib/ajv/vocabularies/format/format.d.ts +8 -0
  414. package/dist/.external/lib/ajv/vocabularies/format/index.d.ts +3 -0
  415. package/dist/.external/lib/ajv/vocabularies/jtd/discriminator.d.ts +6 -0
  416. package/dist/.external/lib/ajv/vocabularies/jtd/elements.d.ts +5 -0
  417. package/dist/.external/lib/ajv/vocabularies/jtd/enum.d.ts +6 -0
  418. package/dist/.external/lib/ajv/vocabularies/jtd/error.d.ts +9 -0
  419. package/dist/.external/lib/ajv/vocabularies/jtd/index.d.ts +10 -0
  420. package/dist/.external/lib/ajv/vocabularies/jtd/metadata.d.ts +5 -0
  421. package/dist/.external/lib/ajv/vocabularies/jtd/nullable.d.ts +4 -0
  422. package/dist/.external/lib/ajv/vocabularies/jtd/optionalProperties.d.ts +3 -0
  423. package/dist/.external/lib/ajv/vocabularies/jtd/properties.d.ts +22 -0
  424. package/dist/.external/lib/ajv/vocabularies/jtd/ref.d.ts +4 -0
  425. package/dist/.external/lib/ajv/vocabularies/jtd/type.d.ts +10 -0
  426. package/dist/.external/lib/ajv/vocabularies/jtd/union.d.ts +3 -0
  427. package/dist/.external/lib/ajv/vocabularies/jtd/values.d.ts +5 -0
  428. package/dist/.external/lib/ajv/vocabularies/metadata.d.ts +3 -0
  429. package/dist/.external/lib/ajv/vocabularies/next.d.ts +3 -0
  430. package/dist/.external/lib/ajv/vocabularies/unevaluated/index.d.ts +3 -0
  431. package/dist/.external/lib/ajv/vocabularies/unevaluated/unevaluatedItems.d.ts +6 -0
  432. package/dist/.external/lib/ajv/vocabularies/unevaluated/unevaluatedProperties.d.ts +6 -0
  433. package/dist/.external/lib/ajv/vocabularies/validation/const.d.ts +6 -0
  434. package/dist/.external/lib/ajv/vocabularies/validation/dependentRequired.d.ts +5 -0
  435. package/dist/.external/lib/ajv/vocabularies/validation/enum.d.ts +8 -0
  436. package/dist/.external/lib/ajv/vocabularies/validation/index.d.ts +16 -0
  437. package/dist/.external/lib/ajv/vocabularies/validation/limitContains.d.ts +3 -0
  438. package/dist/.external/lib/ajv/vocabularies/validation/limitItems.d.ts +3 -0
  439. package/dist/.external/lib/ajv/vocabularies/validation/limitLength.d.ts +3 -0
  440. package/dist/.external/lib/ajv/vocabularies/validation/limitNumber.d.ts +11 -0
  441. package/dist/.external/lib/ajv/vocabularies/validation/limitProperties.d.ts +3 -0
  442. package/dist/.external/lib/ajv/vocabularies/validation/multipleOf.d.ts +8 -0
  443. package/dist/.external/lib/ajv/vocabularies/validation/pattern.d.ts +8 -0
  444. package/dist/.external/lib/ajv/vocabularies/validation/required.d.ts +8 -0
  445. package/dist/.external/lib/ajv/vocabularies/validation/uniqueItems.d.ts +9 -0
  446. package/dist/.external/lib/ajv-formats/formats.d.ts +9 -0
  447. package/dist/.external/lib/ajv-formats/index.d.ts +15 -0
  448. package/dist/.external/lib/ajv-formats/limit.d.ts +10 -0
  449. package/dist/.external/lib/clsx/clsx.d.mts +6 -0
  450. package/dist/.external/lib/clsx/clsx.d.ts +10 -0
  451. package/dist/.external/lib/clsx/index.d.ts +1 -0
  452. package/dist/.external/lib/dompurify/index.d.ts +1 -0
  453. package/dist/.external/lib/dompurify/purify.cjs.d.ts +450 -0
  454. package/dist/.external/lib/dompurify/purify.es.d.mts +447 -0
  455. package/dist/.external/lib/fast-deep-equal/es6/index.d.ts +2 -0
  456. package/dist/.external/lib/fast-deep-equal/es6/react.d.ts +2 -0
  457. package/dist/.external/lib/fast-deep-equal/index.d.ts +4 -0
  458. package/dist/.external/lib/fast-deep-equal/react.d.ts +2 -0
  459. package/dist/.external/lib/fast-uri/index.d.ts +60 -0
  460. package/dist/.external/lib/i18next/index.d.mts +63 -0
  461. package/dist/.external/lib/i18next/index.d.ts +576 -0
  462. package/dist/.external/lib/i18next/typescript/helpers.d.ts +77 -0
  463. package/dist/.external/lib/i18next/typescript/options.d.ts +791 -0
  464. package/dist/.external/lib/i18next/typescript/t.d.ts +493 -0
  465. package/dist/.external/lib/json-schema-traverse/index.d.ts +40 -0
  466. package/dist/.external/lib/mantine-form-yup-resolver/index.d.mts +1 -0
  467. package/dist/.external/lib/mantine-form-yup-resolver/index.d.ts +1 -0
  468. package/dist/.external/lib/mantine-form-yup-resolver/yup-resolver.d.ts +3 -0
  469. package/dist/.external/lib/mantine-react-table/index.d.cts +1486 -0
  470. package/dist/.external/lib/mantine-react-table/index.d.ts +1 -0
  471. package/dist/.external/lib/mantine-react-table/index.esm.d.mts +1486 -0
  472. package/dist/.external/lib/property-expr/index.d.ts +31 -0
  473. package/dist/.external/lib/react-i18next/TransWithoutContext.d.mts +1 -0
  474. package/dist/.external/lib/react-i18next/TransWithoutContext.d.ts +129 -0
  475. package/dist/.external/lib/react-i18next/helpers.d.ts +3 -0
  476. package/dist/.external/lib/react-i18next/icu.macro.d.mts +1 -0
  477. package/dist/.external/lib/react-i18next/icu.macro.d.ts +103 -0
  478. package/dist/.external/lib/react-i18next/index.d.mts +1 -0
  479. package/dist/.external/lib/react-i18next/index.d.ts +209 -0
  480. package/dist/.external/lib/react-i18next/initReactI18next.d.mts +1 -0
  481. package/dist/.external/lib/react-i18next/initReactI18next.d.ts +3 -0
  482. package/dist/.external/lib/tiny-case/index.d.ts +15 -0
  483. package/dist/.external/lib/yup/index.d.ts +946 -0
  484. package/dist/.external/lib/zustand/esm/index.d.mts +2 -0
  485. package/dist/.external/lib/zustand/esm/middleware/combine.d.mts +4 -0
  486. package/dist/.external/lib/zustand/esm/middleware/devtools.d.mts +58 -0
  487. package/dist/.external/lib/zustand/esm/middleware/immer.d.mts +29 -0
  488. package/dist/.external/lib/zustand/esm/middleware/persist.d.mts +99 -0
  489. package/dist/.external/lib/zustand/esm/middleware/redux.d.mts +21 -0
  490. package/dist/.external/lib/zustand/esm/middleware/ssrSafe.d.mts +2 -0
  491. package/dist/.external/lib/zustand/esm/middleware/subscribeWithSelector.d.mts +25 -0
  492. package/dist/.external/lib/zustand/esm/middleware.d.mts +6 -0
  493. package/dist/.external/lib/zustand/esm/react/shallow.d.mts +1 -0
  494. package/dist/.external/lib/zustand/esm/react.d.mts +14 -0
  495. package/dist/.external/lib/zustand/esm/shallow.d.mts +2 -0
  496. package/dist/.external/lib/zustand/esm/traditional.d.mts +14 -0
  497. package/dist/.external/lib/zustand/esm/vanilla/shallow.d.mts +1 -0
  498. package/dist/.external/lib/zustand/esm/vanilla.d.mts +31 -0
  499. package/dist/.external/lib/zustand/index.d.ts +2 -0
  500. package/dist/.external/lib/zustand/middleware/combine.d.ts +4 -0
  501. package/dist/.external/lib/zustand/middleware/devtools.d.ts +58 -0
  502. package/dist/.external/lib/zustand/middleware/immer.d.ts +29 -0
  503. package/dist/.external/lib/zustand/middleware/persist.d.ts +99 -0
  504. package/dist/.external/lib/zustand/middleware/redux.d.ts +21 -0
  505. package/dist/.external/lib/zustand/middleware/ssrSafe.d.ts +2 -0
  506. package/dist/.external/lib/zustand/middleware/subscribeWithSelector.d.ts +25 -0
  507. package/dist/.external/lib/zustand/middleware.d.ts +6 -0
  508. package/dist/.external/lib/zustand/react/shallow.d.ts +1 -0
  509. package/dist/.external/lib/zustand/react.d.ts +14 -0
  510. package/dist/.external/lib/zustand/shallow.d.ts +2 -0
  511. package/dist/.external/lib/zustand/traditional.d.ts +14 -0
  512. package/dist/.external/lib/zustand/ts_version_4.5_and_above_is_required.d.ts +0 -0
  513. package/dist/.external/lib/zustand/vanilla/shallow.d.ts +1 -0
  514. package/dist/.external/lib/zustand/vanilla.d.ts +31 -0
  515. package/dist/api-types/cjs/index.cjs +1 -0
  516. package/dist/api-types/esm/index.mjs +1 -0
  517. package/dist/api-types/lib/index.d.ts +196 -0
  518. package/dist/{core/cjs/Inputs → components/cjs/DateTimePicker}/DateTimePicker.cjs +6 -5
  519. package/dist/{core/cjs/Inputs → components/cjs/TimePicker}/TimePicker.cjs +7 -6
  520. package/dist/components/cjs/index.cjs +6 -0
  521. package/dist/{core/esm/Inputs → components/esm/DateTimePicker}/DateTimePicker.mjs +5 -4
  522. package/dist/{core/esm/Inputs → components/esm/TimePicker}/TimePicker.mjs +6 -5
  523. package/dist/components/esm/index.mjs +6 -0
  524. package/dist/components/lib/DateTimePicker/DateTimePicker.d.ts +5 -0
  525. package/dist/components/lib/DateTimePicker/types.d.ts +10 -0
  526. package/dist/components/lib/TimePicker/TimePicker.d.ts +5 -0
  527. package/dist/components/lib/TimePicker/TimePicker.test.d.ts +1 -0
  528. package/dist/components/lib/TimePicker/types.d.ts +10 -0
  529. package/dist/components/lib/index.d.ts +4 -0
  530. package/dist/components/lib/test-helpers/uiWrap.d.ts +8 -0
  531. package/dist/constants/cjs/_virtual/index.cjs +1 -1
  532. package/dist/constants/cjs/_virtual/index2.cjs +1 -1
  533. package/dist/constants/cjs/index.cjs +4 -1
  534. package/dist/constants/esm/_virtual/index.mjs +1 -1
  535. package/dist/constants/esm/_virtual/index2.mjs +1 -1
  536. package/dist/constants/esm/index.mjs +4 -1
  537. package/dist/constants/lib/index.d.ts +34 -32
  538. package/dist/{core/cjs/Wrappers/ApiProvider/Contexts → contexts/cjs/ApiContext}/ApiContext.cjs +5 -1
  539. package/dist/contexts/cjs/LangContext/LangContext.cjs +10 -0
  540. package/dist/contexts/cjs/index.cjs +12 -0
  541. package/dist/contexts/esm/ApiContext/ApiContext.mjs +10 -0
  542. package/dist/contexts/esm/LangContext/LangContext.mjs +10 -0
  543. package/dist/contexts/esm/index.mjs +12 -0
  544. package/dist/contexts/lib/ApiContext/ApiContext.d.ts +10 -0
  545. package/dist/contexts/lib/ApiContext/index.d.ts +2 -0
  546. package/dist/contexts/lib/ApiContext/types.d.ts +166 -0
  547. package/dist/contexts/lib/LangContext/LangContext.d.ts +12 -0
  548. package/dist/contexts/lib/LangContext/index.d.ts +2 -0
  549. package/dist/contexts/lib/LangContext/types.d.ts +15 -0
  550. package/dist/contexts/lib/index.d.ts +4 -0
  551. package/dist/contexts/lib/index.test.d.ts +1 -0
  552. package/dist/core/cjs/ActionIcons/Actions.cjs +4 -3
  553. package/dist/core/cjs/ActionIcons/Add/Add.cjs +2 -3
  554. package/dist/core/cjs/ActionIcons/Delete/Delete.cjs +5 -5
  555. package/dist/core/cjs/ActionIcons/Download/Download.cjs +5 -7
  556. package/dist/core/cjs/ActionIcons/Edit/Edit.cjs +6 -7
  557. package/dist/core/cjs/ActionIcons/Refresh/Refresh.cjs +3 -5
  558. package/dist/core/cjs/ActionIcons/Upload/Upload.cjs +6 -6
  559. package/dist/core/cjs/ActionIcons/View/View.cjs +6 -7
  560. package/dist/core/cjs/ActionIcons/utils/BaseActionIcon.cjs +3 -2
  561. package/dist/core/cjs/ActionIcons/utils/convertToFormInputs.cjs +8 -7
  562. package/dist/core/cjs/Dialogs/AddDialog.cjs +55 -24
  563. package/dist/core/cjs/Dialogs/DeleteDialog.cjs +12 -8
  564. package/dist/core/cjs/Dialogs/EditDialog.cjs +57 -30
  565. package/dist/core/cjs/Dialogs/ViewDialog.cjs +6 -4
  566. package/dist/core/cjs/Menu/UserMenu/UserMenu.cjs +6 -4
  567. package/dist/core/cjs/Menu/UserMenu/user.module.css.cjs +2 -2
  568. package/dist/core/cjs/Modals/CommonModal.cjs +22 -22
  569. package/dist/core/cjs/Selectors/LanguageSelector.cjs +12 -3
  570. package/dist/core/cjs/Tables/DataGrid/DataGrid.cjs +2 -2
  571. package/dist/core/cjs/Tables/DataGrid/ErrorDialog.cjs +8 -9
  572. package/dist/core/cjs/Tables/DataGrid/FormField/FormField.cjs +21 -11
  573. package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormDatePicker.cjs +3 -2
  574. package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormDateTimePicker.cjs +3 -2
  575. package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormGeometryField.cjs +4 -3
  576. package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormJsonField.cjs +5 -4
  577. package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormRelatedListSelect.cjs +3 -2
  578. package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormRelatedSelect.cjs +3 -2
  579. package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormSelect.cjs +3 -2
  580. package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormTextField.cjs +6 -2
  581. package/dist/core/cjs/Tables/DataGrid/Main/Body/Body.cjs +21 -23
  582. package/dist/core/cjs/Tables/DataGrid/Main/Body/Field/Field.cjs +23 -27
  583. package/dist/core/cjs/Tables/DataGrid/Main/Body/Field/Field.module.css.cjs +3 -3
  584. package/dist/core/cjs/Tables/DataGrid/Main/Body/Row/Row.cjs +7 -5
  585. package/dist/core/cjs/Tables/DataGrid/Main/Body/Row/Row.module.css.cjs +2 -2
  586. package/dist/core/cjs/Tables/DataGrid/Main/Header/FieldTitle/FieldTitle.cjs +11 -22
  587. package/dist/core/cjs/Tables/DataGrid/Main/Header/Header.cjs +8 -9
  588. package/dist/core/cjs/Tables/DataGrid/Main/Main.cjs +70 -64
  589. package/dist/core/cjs/Tables/DataGrid/Main/Main.module.css.cjs +1 -1
  590. package/dist/core/cjs/Tables/DataGrid/Main/resolveCustomizerEntry.cjs +11 -0
  591. package/dist/core/cjs/Tables/DataGrid/Main/selection.cjs +16 -0
  592. package/dist/core/cjs/Tables/DataGrid/Pagination/Pagination.cjs +6 -5
  593. package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/Filter.cjs +4 -3
  594. package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/FilterMenu.cjs +12 -9
  595. package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/FormFilterField.cjs +3 -11
  596. package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/FormFilterIn.cjs +6 -3
  597. package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/FormOperatorField.cjs +3 -11
  598. package/dist/core/cjs/Tables/DataGrid/Toolbar/Toolbar.cjs +5 -7
  599. package/dist/core/cjs/Tables/NextGenDataGrid/FallbackWrapper.cjs +5 -4
  600. package/dist/core/cjs/Tables/NextGenDataGrid/HooksComponent.cjs +9 -7
  601. package/dist/core/cjs/Tables/NextGenDataGrid/NextGenDataGrid.cjs +40 -26
  602. package/dist/core/cjs/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/getOptimizedMRT_RowSelectColumnDef.cjs +14 -8
  603. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useActions.cjs +2 -2
  604. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/AdvancedFilters.cjs +12 -8
  605. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/AdvancedFiltersMenu.cjs +5 -3
  606. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/BasicFilters.cjs +2 -1
  607. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/Cell.cjs +14 -6
  608. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilter.cjs +22 -21
  609. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/ColumnHeaderFilterInput.cjs +47 -31
  610. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInput.cjs +13 -4
  611. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBetweenInput.cjs +12 -8
  612. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBooleanInput.cjs +27 -20
  613. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderDateInput.cjs +12 -3
  614. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderMultiSelectInput.cjs +29 -25
  615. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderNumberInput.cjs +18 -11
  616. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderSelectInput.cjs +19 -11
  617. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTagsInput.cjs +14 -9
  618. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTextInput.cjs +18 -11
  619. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/FilterMenuButton.cjs +36 -36
  620. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/FilterModeDescription.cjs +10 -3
  621. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/HeaderAdvancedFiltersMenuButton.cjs +18 -13
  622. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/MultiLineHighlight.cjs +6 -3
  623. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/useColumns.cjs +9 -7
  624. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/utils.cjs +8 -2
  625. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useData.cjs +2 -2
  626. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useFilters.cjs +2 -2
  627. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useGlobalFilter.cjs +4 -4
  628. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useI18n.cjs +2 -2
  629. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useOnLoad.cjs +2 -2
  630. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/usePagination.cjs +2 -2
  631. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useQueryOnlyVisibleColumns.cjs +2 -2
  632. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useSize.cjs +1 -0
  633. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useSorting.cjs +5 -3
  634. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useToolbar/basicToolbars.cjs +5 -3
  635. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useToolbar/mrtToolbars.cjs +16 -11
  636. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useToolbar/useToolbar.cjs +18 -15
  637. package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useToolbarAlertBanner/FASTAPI_RTK_ToolbarAlertBanner.cjs +3 -2
  638. package/dist/core/cjs/Tables/NextGenDataGrid/patch/MRT_TableContainer.cjs +5 -4
  639. package/dist/core/cjs/Tables/NextGenDataGrid/patch/MRT_TableContainer.module.css.cjs +3 -3
  640. package/dist/core/cjs/Tables/NextGenDataGrid/patch/MRT_TablePaper.cjs +2 -1
  641. package/dist/core/cjs/Tables/NextGenDataGrid/patch/MRT_TablePaper.module.css.cjs +1 -1
  642. package/dist/core/cjs/Tables/NextGenDataGrid/patch/MantineReactTable.cjs +5 -2
  643. package/dist/core/cjs/Tables/NextGenDataGrid/patch/body/MRT_TableBody.cjs +11 -7
  644. package/dist/core/cjs/Tables/NextGenDataGrid/patch/body/MRT_TableBodyRow.cjs +29 -20
  645. package/dist/core/cjs/Tables/NextGenDataGrid/patch/body/MRT_TableBodyRow.module.css.cjs +3 -3
  646. package/dist/core/cjs/Tables/NextGenDataGrid/patch/head/MRT_TableHead.cjs +6 -4
  647. package/dist/core/cjs/Tables/NextGenDataGrid/patch/table/MRT_Table.cjs +3 -2
  648. package/dist/core/cjs/Tables/NextGenDataGrid/patch/table/MRT_Table.module.css.cjs +2 -2
  649. package/dist/core/cjs/Tables/NextGenDataGrid/patch/toolbar/MRT_BottomToolbar.cjs +3 -2
  650. package/dist/core/cjs/Tables/NextGenDataGrid/patch/toolbar/MRT_BottomToolbar.module.css.cjs +5 -5
  651. package/dist/core/cjs/Tables/NextGenDataGrid/patch/toolbar/MRT_ToolbarAlertBanner.cjs +6 -4
  652. package/dist/core/cjs/Tables/NextGenDataGrid/patch/toolbar/MRT_TopToolbar.cjs +5 -4
  653. package/dist/core/cjs/Wrappers/ApiProvider/ApiProvider.cjs +25 -20
  654. package/dist/core/cjs/Wrappers/ApiProvider/hooks/useProvideApi.cjs +86 -58
  655. package/dist/core/cjs/Wrappers/ApiProvider/hooks/useProvideBulk.cjs +2 -1
  656. package/dist/core/cjs/Wrappers/ApiProvider/hooks/utils/useApiActions.cjs +20 -8
  657. package/dist/core/cjs/Wrappers/ApiProvider/hooks/utils/useStreamingData.cjs +2 -1
  658. package/dist/core/cjs/Wrappers/ApiProvider/utils/getValidationSchema.cjs +8 -4
  659. package/dist/core/cjs/Wrappers/InfiniteScroll/InfiniteScroll.cjs +13 -12
  660. package/dist/core/cjs/Wrappers/LazyLoadWrapper/LazyLoadWrapper.cjs +2 -1
  661. package/dist/core/cjs/Wrappers/Provider/Contexts/AuthContext.cjs +3 -1
  662. package/dist/core/cjs/Wrappers/Provider/Contexts/InfoContext.cjs +3 -1
  663. package/dist/core/cjs/Wrappers/Provider/Contexts/LangContext.cjs +22 -18
  664. package/dist/core/cjs/Wrappers/Provider/Provider.cjs +9 -3
  665. package/dist/core/cjs/Wrappers/Provider/hooks/useProvideLang.cjs +5 -4
  666. package/dist/core/cjs/Wrappers/Provider/utils/authFetch.cjs +1 -0
  667. package/dist/core/cjs/fab-react-toolkit-patch/api/hooks/useProvideApi.cjs +3 -4
  668. package/dist/core/cjs/fab-react-toolkit-patch/api/utils/api/getItems.cjs +1 -1
  669. package/dist/core/cjs/fab-react-toolkit-patch/utils/convertToFormInputs.cjs +3 -3
  670. package/dist/core/cjs/hooks/api/useBulkActions.cjs +4 -1
  671. package/dist/core/cjs/hooks/api/useForms.cjs +2 -2
  672. package/dist/core/cjs/hooks/auth/useAuth.cjs +4 -1
  673. package/dist/core/cjs/hooks/auth/useInfo.cjs +4 -1
  674. package/dist/core/cjs/index.cjs +30 -11
  675. package/dist/core/esm/ActionIcons/Actions.mjs +3 -2
  676. package/dist/core/esm/ActionIcons/Add/Add.mjs +1 -2
  677. package/dist/core/esm/ActionIcons/Delete/Delete.mjs +4 -4
  678. package/dist/core/esm/ActionIcons/Download/Download.mjs +3 -5
  679. package/dist/core/esm/ActionIcons/Edit/Edit.mjs +4 -5
  680. package/dist/core/esm/ActionIcons/Refresh/Refresh.mjs +1 -3
  681. package/dist/core/esm/ActionIcons/Upload/Upload.mjs +5 -5
  682. package/dist/core/esm/ActionIcons/View/View.mjs +4 -5
  683. package/dist/core/esm/ActionIcons/utils/BaseActionIcon.mjs +3 -2
  684. package/dist/core/esm/ActionIcons/utils/convertToFormInputs.mjs +8 -7
  685. package/dist/core/esm/Dialogs/AddDialog.mjs +54 -23
  686. package/dist/core/esm/Dialogs/DeleteDialog.mjs +10 -6
  687. package/dist/core/esm/Dialogs/EditDialog.mjs +56 -29
  688. package/dist/core/esm/Dialogs/ViewDialog.mjs +6 -4
  689. package/dist/core/esm/Menu/UserMenu/UserMenu.mjs +6 -4
  690. package/dist/core/esm/Menu/UserMenu/user.module.css.mjs +2 -2
  691. package/dist/core/esm/Modals/CommonModal.mjs +21 -21
  692. package/dist/core/esm/Selectors/LanguageSelector.mjs +11 -2
  693. package/dist/core/esm/Tables/DataGrid/DataGrid.mjs +1 -1
  694. package/dist/core/esm/Tables/DataGrid/ErrorDialog.mjs +5 -6
  695. package/dist/core/esm/Tables/DataGrid/FormField/FormField.mjs +21 -11
  696. package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormDatePicker.mjs +3 -2
  697. package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormDateTimePicker.mjs +3 -2
  698. package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormGeometryField.mjs +4 -3
  699. package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormJsonField.mjs +5 -4
  700. package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormRelatedListSelect.mjs +3 -2
  701. package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormRelatedSelect.mjs +3 -2
  702. package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormSelect.mjs +3 -2
  703. package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormTextField.mjs +6 -2
  704. package/dist/core/esm/Tables/DataGrid/Main/Body/Body.mjs +21 -23
  705. package/dist/core/esm/Tables/DataGrid/Main/Body/Field/Field.mjs +23 -27
  706. package/dist/core/esm/Tables/DataGrid/Main/Body/Field/Field.module.css.mjs +3 -3
  707. package/dist/core/esm/Tables/DataGrid/Main/Body/Row/Row.mjs +7 -5
  708. package/dist/core/esm/Tables/DataGrid/Main/Body/Row/Row.module.css.mjs +2 -2
  709. package/dist/core/esm/Tables/DataGrid/Main/Header/FieldTitle/FieldTitle.mjs +10 -21
  710. package/dist/core/esm/Tables/DataGrid/Main/Header/Header.mjs +8 -9
  711. package/dist/core/esm/Tables/DataGrid/Main/Main.mjs +67 -61
  712. package/dist/core/esm/Tables/DataGrid/Main/Main.module.css.mjs +1 -1
  713. package/dist/core/esm/Tables/DataGrid/Main/resolveCustomizerEntry.mjs +11 -0
  714. package/dist/core/esm/Tables/DataGrid/Main/selection.mjs +16 -0
  715. package/dist/core/esm/Tables/DataGrid/Pagination/Pagination.mjs +5 -4
  716. package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/Filter.mjs +3 -2
  717. package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/FilterMenu.mjs +11 -8
  718. package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/FormFilterField.mjs +3 -11
  719. package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/FormFilterIn.mjs +6 -3
  720. package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/FormOperatorField.mjs +3 -11
  721. package/dist/core/esm/Tables/DataGrid/Toolbar/Toolbar.mjs +4 -6
  722. package/dist/core/esm/Tables/NextGenDataGrid/FallbackWrapper.mjs +5 -4
  723. package/dist/core/esm/Tables/NextGenDataGrid/HooksComponent.mjs +9 -7
  724. package/dist/core/esm/Tables/NextGenDataGrid/NextGenDataGrid.mjs +39 -25
  725. package/dist/core/esm/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/getOptimizedMRT_RowSelectColumnDef.mjs +14 -8
  726. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useActions.mjs +1 -1
  727. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/AdvancedFilters.mjs +11 -7
  728. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/AdvancedFiltersMenu.mjs +5 -3
  729. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/BasicFilters.mjs +2 -1
  730. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/Cell.mjs +12 -4
  731. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilter.mjs +21 -20
  732. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/ColumnHeaderFilterInput.mjs +45 -29
  733. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInput.mjs +13 -4
  734. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBetweenInput.mjs +11 -7
  735. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBooleanInput.mjs +27 -20
  736. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderDateInput.mjs +12 -3
  737. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderMultiSelectInput.mjs +29 -25
  738. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderNumberInput.mjs +18 -11
  739. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderSelectInput.mjs +19 -11
  740. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTagsInput.mjs +14 -9
  741. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTextInput.mjs +18 -11
  742. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/FilterMenuButton.mjs +36 -36
  743. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/FilterModeDescription.mjs +10 -3
  744. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/HeaderAdvancedFiltersMenuButton.mjs +15 -10
  745. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/MultiLineHighlight.mjs +6 -3
  746. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/useColumns.mjs +7 -5
  747. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/utils.mjs +8 -2
  748. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useData.mjs +1 -1
  749. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useFilters.mjs +1 -1
  750. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useGlobalFilter.mjs +3 -3
  751. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useI18n.mjs +1 -1
  752. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useOnLoad.mjs +1 -1
  753. package/dist/core/esm/Tables/NextGenDataGrid/hooks/usePagination.mjs +1 -1
  754. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useQueryOnlyVisibleColumns.mjs +1 -1
  755. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useSize.mjs +1 -0
  756. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useSorting.mjs +4 -2
  757. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useToolbar/basicToolbars.mjs +5 -3
  758. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useToolbar/mrtToolbars.mjs +16 -11
  759. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useToolbar/useToolbar.mjs +16 -13
  760. package/dist/core/esm/Tables/NextGenDataGrid/hooks/useToolbarAlertBanner/FASTAPI_RTK_ToolbarAlertBanner.mjs +3 -2
  761. package/dist/core/esm/Tables/NextGenDataGrid/patch/MRT_TableContainer.mjs +5 -4
  762. package/dist/core/esm/Tables/NextGenDataGrid/patch/MRT_TableContainer.module.css.mjs +3 -3
  763. package/dist/core/esm/Tables/NextGenDataGrid/patch/MRT_TablePaper.mjs +2 -1
  764. package/dist/core/esm/Tables/NextGenDataGrid/patch/MRT_TablePaper.module.css.mjs +1 -1
  765. package/dist/core/esm/Tables/NextGenDataGrid/patch/MantineReactTable.mjs +5 -2
  766. package/dist/core/esm/Tables/NextGenDataGrid/patch/body/MRT_TableBody.mjs +11 -7
  767. package/dist/core/esm/Tables/NextGenDataGrid/patch/body/MRT_TableBodyRow.mjs +29 -20
  768. package/dist/core/esm/Tables/NextGenDataGrid/patch/body/MRT_TableBodyRow.module.css.mjs +3 -3
  769. package/dist/core/esm/Tables/NextGenDataGrid/patch/head/MRT_TableHead.mjs +6 -4
  770. package/dist/core/esm/Tables/NextGenDataGrid/patch/table/MRT_Table.mjs +3 -2
  771. package/dist/core/esm/Tables/NextGenDataGrid/patch/table/MRT_Table.module.css.mjs +2 -2
  772. package/dist/core/esm/Tables/NextGenDataGrid/patch/toolbar/MRT_BottomToolbar.mjs +3 -2
  773. package/dist/core/esm/Tables/NextGenDataGrid/patch/toolbar/MRT_BottomToolbar.module.css.mjs +5 -5
  774. package/dist/core/esm/Tables/NextGenDataGrid/patch/toolbar/MRT_ToolbarAlertBanner.mjs +6 -4
  775. package/dist/core/esm/Tables/NextGenDataGrid/patch/toolbar/MRT_TopToolbar.mjs +5 -4
  776. package/dist/core/esm/Wrappers/ApiProvider/ApiProvider.mjs +24 -19
  777. package/dist/core/esm/Wrappers/ApiProvider/hooks/useProvideApi.mjs +85 -57
  778. package/dist/core/esm/Wrappers/ApiProvider/hooks/useProvideBulk.mjs +2 -1
  779. package/dist/core/esm/Wrappers/ApiProvider/hooks/utils/useApiActions.mjs +20 -8
  780. package/dist/core/esm/Wrappers/ApiProvider/hooks/utils/useStreamingData.mjs +2 -1
  781. package/dist/core/esm/Wrappers/ApiProvider/utils/getValidationSchema.mjs +8 -4
  782. package/dist/core/esm/Wrappers/InfiniteScroll/InfiniteScroll.mjs +13 -12
  783. package/dist/core/esm/Wrappers/LazyLoadWrapper/LazyLoadWrapper.mjs +2 -1
  784. package/dist/core/esm/Wrappers/Provider/Contexts/AuthContext.mjs +3 -1
  785. package/dist/core/esm/Wrappers/Provider/Contexts/InfoContext.mjs +3 -1
  786. package/dist/core/esm/Wrappers/Provider/Contexts/LangContext.mjs +22 -20
  787. package/dist/core/esm/Wrappers/Provider/Provider.mjs +9 -3
  788. package/dist/core/esm/Wrappers/Provider/hooks/useProvideLang.mjs +5 -4
  789. package/dist/core/esm/Wrappers/Provider/utils/authFetch.mjs +1 -0
  790. package/dist/core/esm/fab-react-toolkit-patch/api/hooks/useProvideApi.mjs +3 -4
  791. package/dist/core/esm/fab-react-toolkit-patch/api/utils/api/getItems.mjs +1 -1
  792. package/dist/core/esm/fab-react-toolkit-patch/utils/convertToFormInputs.mjs +3 -3
  793. package/dist/core/esm/hooks/api/useBulkActions.mjs +4 -1
  794. package/dist/core/esm/hooks/api/useForms.mjs +2 -2
  795. package/dist/core/esm/hooks/auth/useAuth.mjs +4 -1
  796. package/dist/core/esm/hooks/auth/useInfo.mjs +4 -1
  797. package/dist/core/esm/index.mjs +4 -6
  798. package/dist/core/lib/ActionIcons/Actions.d.ts +2 -1
  799. package/dist/core/lib/ActionIcons/Add/Add.d.ts +2 -1
  800. package/dist/core/lib/ActionIcons/Add/types.d.ts +2 -0
  801. package/dist/core/lib/ActionIcons/Delete/Delete.d.ts +2 -1
  802. package/dist/core/lib/ActionIcons/Delete/types.d.ts +5 -0
  803. package/dist/core/lib/ActionIcons/Download/Download.d.ts +2 -1
  804. package/dist/core/lib/ActionIcons/Download/types.d.ts +2 -0
  805. package/dist/core/lib/ActionIcons/Edit/Edit.d.ts +2 -1
  806. package/dist/core/lib/ActionIcons/Edit/types.d.ts +5 -0
  807. package/dist/core/lib/ActionIcons/Refresh/Refresh.d.ts +2 -1
  808. package/dist/core/lib/ActionIcons/Refresh/types.d.ts +2 -0
  809. package/dist/core/lib/ActionIcons/Upload/Upload.d.ts +2 -1
  810. package/dist/core/lib/ActionIcons/Upload/types.d.ts +2 -0
  811. package/dist/core/lib/ActionIcons/View/RelationPanel.d.ts +2 -4
  812. package/dist/core/lib/ActionIcons/View/Unused.d.ts +2 -7
  813. package/dist/core/lib/ActionIcons/View/View.d.ts +2 -1
  814. package/dist/core/lib/ActionIcons/View/types.d.ts +46 -0
  815. package/dist/core/lib/ActionIcons/types.d.ts +14 -0
  816. package/dist/core/lib/ActionIcons/utils/BaseActionIcon.d.ts +2 -8
  817. package/dist/core/lib/ActionIcons/utils/convertToFormInputs.d.ts +6 -7
  818. package/dist/core/lib/ActionIcons/utils/types.d.ts +18 -0
  819. package/dist/core/lib/Dialogs/AddDialog.d.ts +6 -195
  820. package/dist/core/lib/Dialogs/DeleteDialog.d.ts +9 -133
  821. package/dist/core/lib/Dialogs/EditDialog.d.ts +6 -195
  822. package/dist/core/lib/Dialogs/ViewDialog.d.ts +7 -166
  823. package/dist/core/lib/Dialogs/types.d.ts +51 -0
  824. package/dist/core/lib/Menu/UserMenu/UserMenu.d.ts +2 -5
  825. package/dist/core/lib/Menu/UserMenu/types.d.ts +9 -0
  826. package/dist/core/lib/Modals/CommonModal.d.ts +5 -160
  827. package/dist/core/lib/Modals/normalProps.d.ts +10 -12
  828. package/dist/core/lib/Modals/overlayProps.d.ts +22 -25
  829. package/dist/core/lib/Modals/types.d.ts +63 -0
  830. package/dist/core/lib/Selectors/LanguageSelector.d.ts +2 -1
  831. package/dist/core/lib/Tables/DataGrid/DataGrid.d.ts +2 -1
  832. package/dist/core/lib/Tables/DataGrid/ErrorDialog.d.ts +1 -1
  833. package/dist/core/lib/Tables/DataGrid/FormField/FormField.d.ts +2 -8
  834. package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormAutocomplete.d.ts +2 -6
  835. package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormDatePicker.d.ts +2 -5
  836. package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormDateTimePicker.d.ts +2 -5
  837. package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormGeometryField.d.ts +2 -6
  838. package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormJsonField.d.ts +2 -6
  839. package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormRelatedListSelect.d.ts +2 -6
  840. package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormRelatedSelect.d.ts +2 -7
  841. package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormSelect.d.ts +2 -6
  842. package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormTextField.d.ts +2 -5
  843. package/dist/core/lib/Tables/DataGrid/FormField/types.d.ts +55 -0
  844. package/dist/core/lib/Tables/DataGrid/Main/Body/Body.d.ts +2 -11
  845. package/dist/core/lib/Tables/DataGrid/Main/Body/Field/Field.d.ts +2 -1
  846. package/dist/core/lib/Tables/DataGrid/Main/Body/Row/Row.d.ts +2 -5
  847. package/dist/core/lib/Tables/DataGrid/Main/Header/FieldTitle/FieldTitle.d.ts +2 -12
  848. package/dist/core/lib/Tables/DataGrid/Main/Header/Header.d.ts +2 -1
  849. package/dist/core/lib/Tables/DataGrid/Main/Main.d.ts +2 -13
  850. package/dist/core/lib/Tables/DataGrid/Main/resolveCustomizerEntry.d.ts +11 -0
  851. package/dist/core/lib/Tables/DataGrid/Main/selection.d.ts +3 -0
  852. package/dist/core/lib/Tables/DataGrid/Main/selection.test.d.ts +1 -0
  853. package/dist/core/lib/Tables/DataGrid/Main/types.d.ts +98 -0
  854. package/dist/core/lib/Tables/DataGrid/Pagination/Pagination.d.ts +2 -1
  855. package/dist/core/lib/Tables/DataGrid/Pagination/types.d.ts +4 -0
  856. package/dist/core/lib/Tables/DataGrid/Toolbar/Filter/Filter.d.ts +2 -1
  857. package/dist/core/lib/Tables/DataGrid/Toolbar/Filter/FilterMenu.d.ts +2 -4
  858. package/dist/core/lib/Tables/DataGrid/Toolbar/Filter/FormFilterField.d.ts +2 -7
  859. package/dist/core/lib/Tables/DataGrid/Toolbar/Filter/FormFilterIn.d.ts +2 -7
  860. package/dist/core/lib/Tables/DataGrid/Toolbar/Filter/FormOperatorField.d.ts +2 -7
  861. package/dist/core/lib/Tables/DataGrid/Toolbar/Settings/Settings.d.ts +1 -0
  862. package/dist/core/lib/Tables/DataGrid/Toolbar/Toolbar.d.ts +2 -1
  863. package/dist/core/lib/Tables/DataGrid/Toolbar/types.d.ts +39 -0
  864. package/dist/core/lib/Tables/DataGrid/types.d.ts +42 -0
  865. package/dist/core/lib/Tables/NextGenDataGrid/FallbackWrapper.d.ts +3 -10
  866. package/dist/core/lib/Tables/NextGenDataGrid/HooksComponent.d.ts +20 -7
  867. package/dist/core/lib/Tables/NextGenDataGrid/NextGenDataGrid.d.ts +2 -1387
  868. package/dist/core/lib/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/getOptimizedMRT_RowSelectColumnDef.d.ts +2 -0
  869. package/dist/core/lib/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/types.d.ts +30 -0
  870. package/dist/core/lib/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/zustand.d.ts +4 -36
  871. package/dist/core/lib/Tables/NextGenDataGrid/hooks/types.d.ts +34 -0
  872. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useActions.d.ts +7 -5
  873. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/AdvancedFilters.d.ts +2 -3
  874. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/AdvancedFiltersMenu.d.ts +2 -6
  875. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/BasicFilters.d.ts +2 -6
  876. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/Cell.d.ts +3 -12
  877. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilter.d.ts +3 -30
  878. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/ColumnHeaderFilterInput.d.ts +2 -15
  879. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInput.d.ts +6 -6
  880. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBetweenInput.d.ts +2 -1
  881. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBooleanInput.d.ts +2 -1
  882. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderDateInput.d.ts +2 -1
  883. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderMultiSelectInput.d.ts +2 -1
  884. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderNumberInput.d.ts +2 -1
  885. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderSelectInput.d.ts +2 -1
  886. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTagsInput.d.ts +2 -1
  887. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTagsNumberInput.d.ts +2 -1
  888. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTextInput.d.ts +2 -1
  889. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/types.d.ts +62 -0
  890. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/types.d.ts +67 -0
  891. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/FilterMenuButton.d.ts +2 -1
  892. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/FilterModeDescription.d.ts +2 -8
  893. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/HeaderAdvancedFiltersMenuButton.d.ts +2 -4
  894. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/MultiLineHighlight.d.ts +9 -14
  895. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/types.d.ts +132 -0
  896. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/useColumns.d.ts +20 -2
  897. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/utils.d.ts +10 -1
  898. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useData.d.ts +2 -2
  899. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useEvent.d.ts +6 -4
  900. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useFilters.d.ts +4 -2
  901. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useGlobalFilter.d.ts +1 -1
  902. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useI18n.d.ts +3 -2
  903. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useOnLoad.d.ts +1 -1
  904. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useOptimizations.d.ts +7 -4
  905. package/dist/core/lib/Tables/NextGenDataGrid/hooks/usePagination.d.ts +3 -2
  906. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useQueryOnlyVisibleColumns.d.ts +2 -1
  907. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useSelection/useSelection.d.ts +5 -2
  908. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useSize.d.ts +23 -0
  909. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useSorting.d.ts +3 -2
  910. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbar/basicToolbars.d.ts +6 -13
  911. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbar/mrtToolbars.d.ts +21 -42
  912. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbar/types.d.ts +23 -0
  913. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbar/useToolbar.d.ts +13 -8
  914. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbarAlertBanner/FASTAPI_RTK_ToolbarAlertBanner.d.ts +2 -7
  915. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbarAlertBanner/types.d.ts +17 -0
  916. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbarAlertBanner/useToolbarAlertBanner.d.ts +5 -6
  917. package/dist/core/lib/Tables/NextGenDataGrid/hooks/useView.d.ts +2 -1
  918. package/dist/core/lib/Tables/NextGenDataGrid/patch/MRT_TableContainer.d.ts +2 -4
  919. package/dist/core/lib/Tables/NextGenDataGrid/patch/MRT_TablePaper.d.ts +2 -4
  920. package/dist/core/lib/Tables/NextGenDataGrid/patch/MantineReactTable.d.ts +2 -1
  921. package/dist/core/lib/Tables/NextGenDataGrid/patch/body/MRT_TableBody.d.ts +3 -12
  922. package/dist/core/lib/Tables/NextGenDataGrid/patch/body/MRT_TableBodyRow.d.ts +3 -26
  923. package/dist/core/lib/Tables/NextGenDataGrid/patch/head/MRT_TableHead.d.ts +2 -5
  924. package/dist/core/lib/Tables/NextGenDataGrid/patch/table/MRT_Table.d.ts +2 -4
  925. package/dist/core/lib/Tables/NextGenDataGrid/patch/toolbar/MRT_BottomToolbar.d.ts +2 -4
  926. package/dist/core/lib/Tables/NextGenDataGrid/patch/toolbar/MRT_ToolbarAlertBanner.d.ts +2 -5
  927. package/dist/core/lib/Tables/NextGenDataGrid/patch/toolbar/MRT_TopToolbar.d.ts +2 -4
  928. package/dist/core/lib/Tables/NextGenDataGrid/patch/types.d.ts +45 -0
  929. package/dist/core/lib/Tables/NextGenDataGrid/types.d.ts +428 -0
  930. package/dist/core/lib/Tables/NextGenDataGrid/utils.d.ts +16 -2
  931. package/dist/core/lib/Wrappers/ApiProvider/ApiProvider.d.ts +11 -79
  932. package/dist/core/lib/Wrappers/ApiProvider/Contexts/ApiContext.d.ts +1 -5
  933. package/dist/core/lib/Wrappers/ApiProvider/Contexts/BulkActionsContext.d.ts +2 -5
  934. package/dist/core/lib/Wrappers/ApiProvider/Contexts/FormContext.d.ts +5 -20
  935. package/dist/core/lib/Wrappers/ApiProvider/hooks/types.d.ts +90 -0
  936. package/dist/core/lib/Wrappers/ApiProvider/hooks/useProvideApi.d.ts +3 -72
  937. package/dist/core/lib/Wrappers/ApiProvider/hooks/useProvideBulk.d.ts +7 -16
  938. package/dist/core/lib/Wrappers/ApiProvider/hooks/useProvideForm.d.ts +2 -1
  939. package/dist/core/lib/Wrappers/ApiProvider/hooks/utils/useApiActions.d.ts +10 -15
  940. package/dist/core/lib/Wrappers/ApiProvider/hooks/utils/useLatest.d.ts +1 -1
  941. package/dist/core/lib/Wrappers/ApiProvider/hooks/utils/useStreamingData.d.ts +190 -13
  942. package/dist/core/lib/Wrappers/ApiProvider/types.d.ts +41 -0
  943. package/dist/core/lib/Wrappers/ApiProvider/utils/api/createItem.d.ts +3 -1
  944. package/dist/core/lib/Wrappers/ApiProvider/utils/api/deleteItem.d.ts +3 -1
  945. package/dist/core/lib/Wrappers/ApiProvider/utils/api/downloadItems.d.ts +3 -1
  946. package/dist/core/lib/Wrappers/ApiProvider/utils/api/formCreateItem.d.ts +3 -1
  947. package/dist/core/lib/Wrappers/ApiProvider/utils/api/formUpdateItem.d.ts +3 -1
  948. package/dist/core/lib/Wrappers/ApiProvider/utils/api/getInfo.d.ts +10 -1
  949. package/dist/core/lib/Wrappers/ApiProvider/utils/api/getItem.d.ts +3 -1
  950. package/dist/core/lib/Wrappers/ApiProvider/utils/api/getItems.d.ts +12 -1
  951. package/dist/core/lib/Wrappers/ApiProvider/utils/api/types.d.ts +23 -0
  952. package/dist/core/lib/Wrappers/ApiProvider/utils/api/updateItem.d.ts +3 -1
  953. package/dist/core/lib/Wrappers/ApiProvider/utils/api/uploadItems.d.ts +2 -1
  954. package/dist/core/lib/Wrappers/ApiProvider/utils/bulkActions/postBulkAction.d.ts +3 -1
  955. package/dist/core/lib/Wrappers/ApiProvider/utils/bulkActions/types.d.ts +13 -0
  956. package/dist/core/lib/Wrappers/ApiProvider/utils/convertInfo.d.ts +9 -1
  957. package/dist/core/lib/Wrappers/ApiProvider/utils/createQueryParams.d.ts +11 -8
  958. package/dist/core/lib/Wrappers/ApiProvider/utils/getDefaultValues.d.ts +3 -1
  959. package/dist/core/lib/Wrappers/ApiProvider/utils/getValidationSchema.d.ts +5 -4
  960. package/dist/core/lib/Wrappers/ApiProvider/utils/types.d.ts +9 -0
  961. package/dist/core/lib/Wrappers/InfiniteScroll/InfiniteScroll.d.ts +5 -29
  962. package/dist/core/lib/Wrappers/InfiniteScroll/types.d.ts +27 -0
  963. package/dist/core/lib/Wrappers/LazyLoadWrapper/LazyLoadWrapper.d.ts +5 -9
  964. package/dist/core/lib/Wrappers/LazyLoadWrapper/types.d.ts +5 -0
  965. package/dist/core/lib/Wrappers/Provider/Contexts/AuthContext.d.ts +2 -5
  966. package/dist/core/lib/Wrappers/Provider/Contexts/InfoContext.d.ts +2 -5
  967. package/dist/core/lib/Wrappers/Provider/Contexts/LangContext.d.ts +5 -15
  968. package/dist/core/lib/Wrappers/Provider/Contexts/types.d.ts +42 -0
  969. package/dist/core/lib/Wrappers/Provider/Provider.d.ts +14 -71
  970. package/dist/core/lib/Wrappers/Provider/hooks/types.d.ts +24 -0
  971. package/dist/core/lib/Wrappers/Provider/hooks/useProvideAuth.d.ts +13 -22
  972. package/dist/core/lib/Wrappers/Provider/hooks/useProvideInfo.d.ts +10 -9
  973. package/dist/core/lib/Wrappers/Provider/types.d.ts +29 -0
  974. package/dist/core/lib/Wrappers/Provider/utils/authFetch.d.ts +28 -30
  975. package/dist/core/lib/Wrappers/Provider/utils/userCRUD.d.ts +9 -8
  976. package/dist/core/lib/fab-react-toolkit-patch/api/hooks/useProvideApi.d.ts +2 -20
  977. package/dist/core/lib/fab-react-toolkit-patch/api/hooks/useProvideBulk.d.ts +3 -4
  978. package/dist/core/lib/fab-react-toolkit-patch/api/utils/api/downloadItems.d.ts +3 -1
  979. package/dist/core/lib/fab-react-toolkit-patch/api/utils/api/getItems.d.ts +12 -1
  980. package/dist/core/lib/fab-react-toolkit-patch/auth/hooks/useProvideAuth.d.ts +9 -9
  981. package/dist/core/lib/fab-react-toolkit-patch/auth/hooks/useProvideInfo.d.ts +4 -4
  982. package/dist/core/lib/fab-react-toolkit-patch/auth/utils/authFetch.d.ts +26 -29
  983. package/dist/core/lib/fab-react-toolkit-patch/auth/utils/userCRUD.d.ts +9 -8
  984. package/dist/core/lib/fab-react-toolkit-patch/utils/convertToFormInputs.d.ts +6 -5
  985. package/dist/core/lib/hooks/api/types.d.ts +59 -0
  986. package/dist/core/lib/hooks/api/useApi.d.ts +1 -499
  987. package/dist/core/lib/hooks/api/useBulkActions.d.ts +9 -42
  988. package/dist/core/lib/hooks/api/useForms.d.ts +16 -74
  989. package/dist/core/lib/hooks/auth/types.d.ts +97 -0
  990. package/dist/core/lib/hooks/auth/useAuth.d.ts +9 -134
  991. package/dist/core/lib/hooks/auth/useInfo.d.ts +9 -62
  992. package/dist/core/lib/hooks/lang/useLang.d.ts +1 -39
  993. package/dist/core/lib/index.d.ts +15 -12
  994. package/dist/core/lib/sub-packages-exporter.d.ts +1 -0
  995. package/dist/core/lib/test-helpers/types.d.ts +35 -0
  996. package/dist/core/lib/test-helpers/uiWrap.d.ts +10 -12
  997. package/dist/core/lib/translations/de.d.ts +41 -41
  998. package/dist/core/styles.css +105 -115
  999. package/dist/hooks/cjs/useSyncValues/useSyncValues.cjs +9 -5
  1000. package/dist/hooks/esm/useSyncValues/useSyncValues.mjs +9 -5
  1001. package/dist/hooks/lib/useActionIcon/useActionIcon.d.ts +6 -7
  1002. package/dist/hooks/lib/useCustomFetch/useCustomFetch.d.ts +8 -9
  1003. package/dist/hooks/lib/useSyncValues/useSyncValues.d.ts +17 -7
  1004. package/dist/hooks/lib/useTrueOnce/useTrueOnce.d.ts +2 -5
  1005. package/dist/jsonforms/cjs/JsonFormsWithCustomizer/JsonFormsWithCustomizer.cjs +29 -24
  1006. package/dist/jsonforms/cjs/MantineInputs/MantineDateInput.cjs +1 -1
  1007. package/dist/jsonforms/cjs/MantineInputs/MantineDateTimeInput.cjs +8 -4
  1008. package/dist/jsonforms/cjs/MantineInputs/MantineFileInput.cjs +8 -6
  1009. package/dist/jsonforms/cjs/MantineInputs/MantineImageInput.cjs +5 -10
  1010. package/dist/jsonforms/cjs/MantineInputs/MantineNumberInput.cjs +10 -6
  1011. package/dist/jsonforms/cjs/MantineInputs/MantineObjectInput.cjs +2 -1
  1012. package/dist/jsonforms/cjs/MantineInputs/MantineTimeInput.cjs +3 -3
  1013. package/dist/jsonforms/cjs/cells/MantineEnumArrayCell.cjs +3 -1
  1014. package/dist/jsonforms/cjs/cells/MantineEnumCell.cjs +5 -1
  1015. package/dist/jsonforms/cjs/cells/MantineOneOfEnumCell.cjs +5 -1
  1016. package/dist/jsonforms/cjs/complex/MantineArrayControl/DeleteDialog.cjs +2 -10
  1017. package/dist/jsonforms/cjs/complex/MantineArrayControl/MantineArrayControl.cjs +4 -1
  1018. package/dist/jsonforms/cjs/complex/MantineEnumArrayControl.cjs +4 -1
  1019. package/dist/jsonforms/cjs/complex/MantineObjectControl.cjs +4 -1
  1020. package/dist/jsonforms/cjs/complex/MantineTableControl/MantineTableControl.cjs +19 -17
  1021. package/dist/jsonforms/cjs/complex/MantineTableControl/NoBorderTableCell.cjs +4 -1
  1022. package/dist/jsonforms/cjs/controls/MantineEnumControl.cjs +1 -0
  1023. package/dist/jsonforms/cjs/controls/MantineOneOfEnumControl.cjs +1 -0
  1024. package/dist/jsonforms/cjs/hooks/useBooleanProps.cjs +15 -6
  1025. package/dist/jsonforms/cjs/hooks/useCommonProps.cjs +17 -12
  1026. package/dist/jsonforms/cjs/hooks/useContextProps.cjs +6 -6
  1027. package/dist/jsonforms/cjs/hooks/useDateProps.cjs +44 -34
  1028. package/dist/jsonforms/cjs/hooks/useFileProps.cjs +3 -1
  1029. package/dist/jsonforms/cjs/hooks/useIfProps.cjs +4 -1
  1030. package/dist/jsonforms/cjs/hooks/useJsonProps.cjs +2 -1
  1031. package/dist/jsonforms/cjs/hooks/useNavigationComponent.cjs +12 -11
  1032. package/dist/jsonforms/cjs/hooks/useNumberProps.cjs +4 -1
  1033. package/dist/jsonforms/cjs/hooks/useSelectProps.cjs +5 -1
  1034. package/dist/jsonforms/cjs/hooks/useTextProps.cjs +6 -2
  1035. package/dist/jsonforms/cjs/hooks/useThemeCustomizer.cjs +7 -9
  1036. package/dist/jsonforms/cjs/hooks/useTimeProps.cjs +3 -1
  1037. package/dist/jsonforms/cjs/hooks/useToolbarComponent.cjs +11 -9
  1038. package/dist/jsonforms/cjs/layouts/Array/ExpandPanelRenderer.cjs +13 -3
  1039. package/dist/jsonforms/cjs/layouts/Array/MantineArrayLayout.cjs +1 -1
  1040. package/dist/jsonforms/cjs/layouts/Array/MantineArrayLayoutRenderer.cjs +3 -2
  1041. package/dist/jsonforms/cjs/layouts/Categorization/MantineCategorizationLayoutRenderer.cjs +6 -2
  1042. package/dist/jsonforms/cjs/layouts/Categorization/variants/CategorizationCards.cjs +23 -17
  1043. package/dist/jsonforms/cjs/layouts/Categorization/variants/CategorizationStepper.cjs +25 -18
  1044. package/dist/jsonforms/cjs/layouts/Categorization/variants/CategorizationTabs.cjs +21 -17
  1045. package/dist/jsonforms/cjs/layouts/Group/variants/GroupFieldset.cjs +2 -1
  1046. package/dist/jsonforms/cjs/testers/isEnumArrayArrayControl.cjs +15 -4
  1047. package/dist/jsonforms/cjs/testers/isEnumArrayControl.cjs +7 -3
  1048. package/dist/jsonforms/cjs/testers/isFileControl.cjs +9 -2
  1049. package/dist/jsonforms/cjs/testers/isFilesControl.cjs +8 -3
  1050. package/dist/jsonforms/cjs/testers/isImageControl.cjs +6 -2
  1051. package/dist/jsonforms/cjs/testers/isImagesControl.cjs +7 -3
  1052. package/dist/jsonforms/cjs/testers/isJsonArrayControl.cjs +7 -3
  1053. package/dist/jsonforms/cjs/testers/isJsonControl.cjs +8 -3
  1054. package/dist/jsonforms/cjs/utils/layout.cjs +3 -12
  1055. package/dist/jsonforms/cjs/utils/withDebounce.cjs +3 -5
  1056. package/dist/jsonforms/cjs/utils/withLabelMappingProps.cjs +3 -3
  1057. package/dist/jsonforms/esm/JsonFormsWithCustomizer/JsonFormsWithCustomizer.mjs +25 -20
  1058. package/dist/jsonforms/esm/MantineInputs/MantineDateInput.mjs +1 -1
  1059. package/dist/jsonforms/esm/MantineInputs/MantineDateTimeInput.mjs +7 -3
  1060. package/dist/jsonforms/esm/MantineInputs/MantineFileInput.mjs +8 -6
  1061. package/dist/jsonforms/esm/MantineInputs/MantineImageInput.mjs +3 -8
  1062. package/dist/jsonforms/esm/MantineInputs/MantineNumberInput.mjs +10 -6
  1063. package/dist/jsonforms/esm/MantineInputs/MantineObjectInput.mjs +2 -1
  1064. package/dist/jsonforms/esm/MantineInputs/MantineTimeInput.mjs +2 -2
  1065. package/dist/jsonforms/esm/cells/MantineEnumArrayCell.mjs +3 -1
  1066. package/dist/jsonforms/esm/cells/MantineEnumCell.mjs +6 -2
  1067. package/dist/jsonforms/esm/cells/MantineOneOfEnumCell.mjs +6 -2
  1068. package/dist/jsonforms/esm/complex/MantineArrayControl/DeleteDialog.mjs +2 -10
  1069. package/dist/jsonforms/esm/complex/MantineArrayControl/MantineArrayControl.mjs +4 -1
  1070. package/dist/jsonforms/esm/complex/MantineEnumArrayControl.mjs +4 -1
  1071. package/dist/jsonforms/esm/complex/MantineObjectControl.mjs +4 -1
  1072. package/dist/jsonforms/esm/complex/MantineTableControl/MantineTableControl.mjs +19 -17
  1073. package/dist/jsonforms/esm/complex/MantineTableControl/NoBorderTableCell.mjs +4 -1
  1074. package/dist/jsonforms/esm/controls/MantineEnumControl.mjs +1 -0
  1075. package/dist/jsonforms/esm/controls/MantineOneOfEnumControl.mjs +1 -0
  1076. package/dist/jsonforms/esm/hooks/useBooleanProps.mjs +15 -6
  1077. package/dist/jsonforms/esm/hooks/useCommonProps.mjs +14 -9
  1078. package/dist/jsonforms/esm/hooks/useContextProps.mjs +1 -1
  1079. package/dist/jsonforms/esm/hooks/useDateProps.mjs +45 -35
  1080. package/dist/jsonforms/esm/hooks/useFileProps.mjs +3 -1
  1081. package/dist/jsonforms/esm/hooks/useIfProps.mjs +4 -1
  1082. package/dist/jsonforms/esm/hooks/useJsonProps.mjs +2 -1
  1083. package/dist/jsonforms/esm/hooks/useNavigationComponent.mjs +12 -11
  1084. package/dist/jsonforms/esm/hooks/useNumberProps.mjs +4 -1
  1085. package/dist/jsonforms/esm/hooks/useSelectProps.mjs +5 -1
  1086. package/dist/jsonforms/esm/hooks/useTextProps.mjs +6 -2
  1087. package/dist/jsonforms/esm/hooks/useThemeCustomizer.mjs +7 -9
  1088. package/dist/jsonforms/esm/hooks/useTimeProps.mjs +3 -1
  1089. package/dist/jsonforms/esm/hooks/useToolbarComponent.mjs +11 -9
  1090. package/dist/jsonforms/esm/layouts/Array/ExpandPanelRenderer.mjs +13 -3
  1091. package/dist/jsonforms/esm/layouts/Array/MantineArrayLayout.mjs +1 -1
  1092. package/dist/jsonforms/esm/layouts/Array/MantineArrayLayoutRenderer.mjs +3 -2
  1093. package/dist/jsonforms/esm/layouts/Categorization/MantineCategorizationLayoutRenderer.mjs +6 -2
  1094. package/dist/jsonforms/esm/layouts/Categorization/variants/CategorizationCards.mjs +23 -17
  1095. package/dist/jsonforms/esm/layouts/Categorization/variants/CategorizationStepper.mjs +25 -18
  1096. package/dist/jsonforms/esm/layouts/Categorization/variants/CategorizationTabs.mjs +21 -17
  1097. package/dist/jsonforms/esm/layouts/Group/variants/GroupFieldset.mjs +2 -1
  1098. package/dist/jsonforms/esm/testers/isEnumArrayArrayControl.mjs +15 -4
  1099. package/dist/jsonforms/esm/testers/isEnumArrayControl.mjs +7 -3
  1100. package/dist/jsonforms/esm/testers/isFileControl.mjs +9 -2
  1101. package/dist/jsonforms/esm/testers/isFilesControl.mjs +8 -3
  1102. package/dist/jsonforms/esm/testers/isImageControl.mjs +6 -2
  1103. package/dist/jsonforms/esm/testers/isImagesControl.mjs +7 -3
  1104. package/dist/jsonforms/esm/testers/isJsonArrayControl.mjs +7 -3
  1105. package/dist/jsonforms/esm/testers/isJsonControl.mjs +8 -3
  1106. package/dist/jsonforms/esm/utils/layout.mjs +3 -12
  1107. package/dist/jsonforms/esm/utils/withDebounce.mjs +3 -5
  1108. package/dist/jsonforms/esm/utils/withLabelMappingProps.mjs +3 -3
  1109. package/dist/jsonforms/lib/JsonFormsWithCustomizer/JsonFormsWithCustomizer.d.ts +15 -14
  1110. package/dist/jsonforms/lib/JsonFormsWithCustomizer/types.d.ts +42 -0
  1111. package/dist/jsonforms/lib/MantineInputs/MantineBooleanInput.d.ts +2 -1
  1112. package/dist/jsonforms/lib/MantineInputs/MantineDateInput.d.ts +2 -1
  1113. package/dist/jsonforms/lib/MantineInputs/MantineDateTimeInput.d.ts +2 -1
  1114. package/dist/jsonforms/lib/MantineInputs/MantineEnumArrayInput.d.ts +2 -1
  1115. package/dist/jsonforms/lib/MantineInputs/MantineEnumInput.d.ts +2 -1
  1116. package/dist/jsonforms/lib/MantineInputs/MantineFileInput.d.ts +4 -7
  1117. package/dist/jsonforms/lib/MantineInputs/MantineImageInput.d.ts +2 -1
  1118. package/dist/jsonforms/lib/MantineInputs/MantineIntegerInput.d.ts +2 -1
  1119. package/dist/jsonforms/lib/MantineInputs/MantineJsonInput.d.ts +2 -1
  1120. package/dist/jsonforms/lib/MantineInputs/MantineNumberInput.d.ts +4 -6
  1121. package/dist/jsonforms/lib/MantineInputs/MantineObjectInput.d.ts +2 -1
  1122. package/dist/jsonforms/lib/MantineInputs/MantineOneOfEnumInput.d.ts +2 -1
  1123. package/dist/jsonforms/lib/MantineInputs/MantineTextInput.d.ts +2 -1
  1124. package/dist/jsonforms/lib/MantineInputs/MantineTimeInput.d.ts +2 -1
  1125. package/dist/jsonforms/lib/MantineInputs/types.d.ts +29 -0
  1126. package/dist/jsonforms/lib/cells/MantineBooleanCell.d.ts +2 -2
  1127. package/dist/jsonforms/lib/cells/MantineDateCell.d.ts +2 -2
  1128. package/dist/jsonforms/lib/cells/MantineDateTimeCell.d.ts +2 -2
  1129. package/dist/jsonforms/lib/cells/MantineEnumArrayCell.d.ts +4 -2
  1130. package/dist/jsonforms/lib/cells/MantineEnumCell.d.ts +3 -2
  1131. package/dist/jsonforms/lib/cells/MantineFileCell.d.ts +2 -2
  1132. package/dist/jsonforms/lib/cells/MantineImageCell.d.ts +2 -2
  1133. package/dist/jsonforms/lib/cells/MantineIntegerCell.d.ts +2 -2
  1134. package/dist/jsonforms/lib/cells/MantineJsonCell.d.ts +2 -2
  1135. package/dist/jsonforms/lib/cells/MantineNumberCell.d.ts +2 -2
  1136. package/dist/jsonforms/lib/cells/MantineOneOfEnumCell.d.ts +3 -2
  1137. package/dist/jsonforms/lib/cells/MantineTextCell.d.ts +2 -2
  1138. package/dist/jsonforms/lib/cells/MantineTimeCell.d.ts +2 -2
  1139. package/dist/jsonforms/lib/complex/MantineArrayControl/DeleteDialog.d.ts +2 -1
  1140. package/dist/jsonforms/lib/complex/MantineArrayControl/MantineArrayControl.d.ts +6 -6
  1141. package/dist/jsonforms/lib/complex/MantineArrayControl/types.d.ts +15 -0
  1142. package/dist/jsonforms/lib/complex/MantineEnumArrayControl.d.ts +4 -2
  1143. package/dist/jsonforms/lib/complex/MantineObjectControl.d.ts +3 -2
  1144. package/dist/jsonforms/lib/complex/MantineTableControl/MantineTableControl.d.ts +3 -2
  1145. package/dist/jsonforms/lib/complex/MantineTableControl/NoBorderTableCell.d.ts +2 -4
  1146. package/dist/jsonforms/lib/complex/MantineTableControl/TableToolbar.d.ts +2 -1
  1147. package/dist/jsonforms/lib/complex/MantineTableControl/types.d.ts +82 -0
  1148. package/dist/jsonforms/lib/controls/MantineBooleanControl.d.ts +2 -2
  1149. package/dist/jsonforms/lib/controls/MantineDateControl.d.ts +2 -2
  1150. package/dist/jsonforms/lib/controls/MantineDateTimeControl.d.ts +2 -2
  1151. package/dist/jsonforms/lib/controls/MantineEnumControl.d.ts +4 -2
  1152. package/dist/jsonforms/lib/controls/MantineFileControl.d.ts +2 -2
  1153. package/dist/jsonforms/lib/controls/MantineImageControl.d.ts +2 -2
  1154. package/dist/jsonforms/lib/controls/MantineIntegerControl.d.ts +2 -2
  1155. package/dist/jsonforms/lib/controls/MantineJsonControl.d.ts +2 -2
  1156. package/dist/jsonforms/lib/controls/MantineNumberControl.d.ts +2 -2
  1157. package/dist/jsonforms/lib/controls/MantineOneOfEnumControl.d.ts +4 -2
  1158. package/dist/jsonforms/lib/controls/MantineTextControl.d.ts +2 -2
  1159. package/dist/jsonforms/lib/controls/MantineTimeControl.d.ts +2 -2
  1160. package/dist/jsonforms/lib/hooks/types.d.ts +71 -0
  1161. package/dist/jsonforms/lib/hooks/useBooleanProps.d.ts +16 -13
  1162. package/dist/jsonforms/lib/hooks/useCommonProps.d.ts +3 -26
  1163. package/dist/jsonforms/lib/hooks/useContextProps.d.ts +9 -11
  1164. package/dist/jsonforms/lib/hooks/useDateProps.d.ts +9 -14
  1165. package/dist/jsonforms/lib/hooks/useFileProps.d.ts +9 -15
  1166. package/dist/jsonforms/lib/hooks/useIfProps.d.ts +32 -15
  1167. package/dist/jsonforms/lib/hooks/useJsonProps.d.ts +6 -9
  1168. package/dist/jsonforms/lib/hooks/useMultiSelectProps.d.ts +11 -23
  1169. package/dist/jsonforms/lib/hooks/useNavigationComponent.d.ts +2 -8
  1170. package/dist/jsonforms/lib/hooks/useNumberProps.d.ts +7 -12
  1171. package/dist/jsonforms/lib/hooks/useSelectProps.d.ts +12 -24
  1172. package/dist/jsonforms/lib/hooks/useTextProps.d.ts +5 -9
  1173. package/dist/jsonforms/lib/hooks/useThemeCustomizer.d.ts +129 -120
  1174. package/dist/jsonforms/lib/hooks/useTimeProps.d.ts +5 -9
  1175. package/dist/jsonforms/lib/hooks/useToolbarComponent.d.ts +2 -6
  1176. package/dist/jsonforms/lib/index.d.ts +1 -1
  1177. package/dist/jsonforms/lib/labels/MantineLabelRenderer.d.ts +2 -2
  1178. package/dist/jsonforms/lib/labels/types.d.ts +2 -0
  1179. package/dist/jsonforms/lib/layouts/Array/ArrayToolbar.d.ts +2 -1
  1180. package/dist/jsonforms/lib/layouts/Array/ExpandPanelRenderer.d.ts +4 -3
  1181. package/dist/jsonforms/lib/layouts/Array/MantineArrayLayout.d.ts +2 -1
  1182. package/dist/jsonforms/lib/layouts/Array/MantineArrayLayoutRenderer.d.ts +2 -2
  1183. package/dist/jsonforms/lib/layouts/Array/types.d.ts +73 -0
  1184. package/dist/jsonforms/lib/layouts/Categorization/MantineCategorizationLayoutRenderer.d.ts +3 -2
  1185. package/dist/jsonforms/lib/layouts/Categorization/types.d.ts +5 -0
  1186. package/dist/jsonforms/lib/layouts/Categorization/variants/CategorizationCards.d.ts +2 -11
  1187. package/dist/jsonforms/lib/layouts/Categorization/variants/CategorizationStepper.d.ts +2 -12
  1188. package/dist/jsonforms/lib/layouts/Categorization/variants/CategorizationTabs.d.ts +2 -11
  1189. package/dist/jsonforms/lib/layouts/Categorization/variants/types.d.ts +61 -0
  1190. package/dist/jsonforms/lib/layouts/Group/MantineGroupLayoutRenderer.d.ts +3 -2
  1191. package/dist/jsonforms/lib/layouts/Group/variants/GroupFieldset.d.ts +2 -8
  1192. package/dist/jsonforms/lib/layouts/Group/variants/types.d.ts +17 -0
  1193. package/dist/jsonforms/lib/layouts/MantineHotizontalLayoutRenderer.d.ts +3 -2
  1194. package/dist/jsonforms/lib/layouts/MantineVerticalLayoutRenderer.d.ts +3 -2
  1195. package/dist/jsonforms/lib/renderers/mantineCells.d.ts +4 -1
  1196. package/dist/jsonforms/lib/renderers/mantineRenderers.d.ts +15 -3
  1197. package/dist/jsonforms/lib/test-helpers/inputWrap.d.ts +174 -139
  1198. package/dist/jsonforms/lib/test-helpers/jsonFormsWrap.d.ts +13 -8
  1199. package/dist/jsonforms/lib/testers/isEnumArrayArrayControl.d.ts +2 -10
  1200. package/dist/jsonforms/lib/testers/isEnumArrayControl.d.ts +2 -10
  1201. package/dist/jsonforms/lib/testers/isFileControl.d.ts +9 -11
  1202. package/dist/jsonforms/lib/testers/isFilesControl.d.ts +2 -10
  1203. package/dist/jsonforms/lib/testers/isImageControl.d.ts +2 -10
  1204. package/dist/jsonforms/lib/testers/isImagesControl.d.ts +2 -10
  1205. package/dist/jsonforms/lib/testers/isJsonArrayControl.d.ts +2 -10
  1206. package/dist/jsonforms/lib/testers/isJsonControl.d.ts +2 -10
  1207. package/dist/jsonforms/lib/utils/getAbsoluteValue.d.ts +5 -2
  1208. package/dist/jsonforms/lib/utils/isSchemaTypeInclude.d.ts +1 -5
  1209. package/dist/jsonforms/lib/utils/layout.d.ts +2 -11
  1210. package/dist/jsonforms/lib/utils/types.d.ts +12 -0
  1211. package/dist/jsonforms/lib/utils/utcConverter.d.ts +22 -2
  1212. package/dist/jsonforms/lib/utils/withAjvProps.d.ts +7 -1
  1213. package/dist/jsonforms/lib/utils/withDebounce.d.ts +2 -1
  1214. package/dist/jsonforms/lib/utils/withLabelMappingProps.d.ts +6 -1
  1215. package/dist/utils/cjs/Memoizer/MemoWrapper.cjs +4 -1
  1216. package/dist/utils/cjs/Memoizer/RenderWrapper.cjs +4 -1
  1217. package/dist/utils/cjs/convertId/convertId.cjs +2 -2
  1218. package/dist/utils/cjs/createFetchParams/createFetchParams.cjs +6 -3
  1219. package/dist/utils/cjs/createSafeContext/createSafeContext.cjs +2 -1
  1220. package/dist/utils/cjs/deepMerge/deepMerge.cjs +12 -9
  1221. package/dist/utils/cjs/getByPath/getByPath.cjs +10 -1
  1222. package/dist/utils/cjs/getItemId/getItemId.cjs +1 -1
  1223. package/dist/utils/cjs/getValue/getValue.cjs +4 -2
  1224. package/dist/utils/cjs/mergeProps/mergeProps.cjs +8 -1
  1225. package/dist/utils/cjs/parseResponse/parseResponse.cjs +3 -3
  1226. package/dist/utils/cjs/urlJoin/urlJoin.cjs +1 -2
  1227. package/dist/utils/esm/Memoizer/MemoWrapper.mjs +4 -1
  1228. package/dist/utils/esm/Memoizer/RenderWrapper.mjs +4 -1
  1229. package/dist/utils/esm/convertId/convertId.mjs +2 -2
  1230. package/dist/utils/esm/createFetchParams/createFetchParams.mjs +6 -3
  1231. package/dist/utils/esm/createSafeContext/createSafeContext.mjs +2 -1
  1232. package/dist/utils/esm/deepMerge/deepMerge.mjs +12 -9
  1233. package/dist/utils/esm/getByPath/getByPath.mjs +10 -1
  1234. package/dist/utils/esm/getItemId/getItemId.mjs +1 -1
  1235. package/dist/utils/esm/getValue/getValue.mjs +4 -2
  1236. package/dist/utils/esm/mergeProps/mergeProps.mjs +8 -1
  1237. package/dist/utils/esm/parseResponse/parseResponse.mjs +3 -3
  1238. package/dist/utils/esm/urlJoin/urlJoin.mjs +1 -2
  1239. package/dist/utils/lib/FastAPIRTKLogger/FastAPIRTKLogger.d.ts +8 -6
  1240. package/dist/utils/lib/Memoizer/MemoWrapper.d.ts +9 -7
  1241. package/dist/utils/lib/Memoizer/MemoWrapper.test.d.ts +0 -1
  1242. package/dist/utils/lib/Memoizer/RenderWrapper.d.ts +10 -8
  1243. package/dist/utils/lib/Memoizer/RenderWrapper.test.d.ts +0 -1
  1244. package/dist/utils/lib/convertId/convertId.d.ts +16 -1
  1245. package/dist/utils/lib/convertToFormData/convertToFormData.d.ts +15 -1
  1246. package/dist/utils/lib/createFetchParams/createFetchParams.d.ts +22 -9
  1247. package/dist/utils/lib/createSafeContext/createSafeContext.d.ts +12 -13
  1248. package/dist/utils/lib/deepMerge/deepMerge.d.ts +13 -1
  1249. package/dist/utils/lib/deepMerge/index.d.ts +1 -0
  1250. package/dist/utils/lib/deepMerge/types.d.ts +20 -0
  1251. package/dist/utils/lib/getByPath/getByPath.d.ts +13 -1
  1252. package/dist/utils/lib/getItemId/getItemId.d.ts +13 -1
  1253. package/dist/utils/lib/getItemName/getItemName.d.ts +12 -1
  1254. package/dist/utils/lib/getValue/getValue.d.ts +10 -1
  1255. package/dist/utils/lib/getValueOrDefault/getValueOrDefault.d.ts +8 -1
  1256. package/dist/utils/lib/isTruthy/isTruthy.d.ts +4 -6
  1257. package/dist/utils/lib/mergeProps/index.d.ts +1 -0
  1258. package/dist/utils/lib/mergeProps/mergeProps.d.ts +13 -1
  1259. package/dist/utils/lib/mergeProps/types.d.ts +14 -0
  1260. package/dist/utils/lib/parseFromValuesOrFunc/parseFromValuesOrFunc.d.ts +8 -1
  1261. package/dist/utils/lib/parseResponse/parseResponse.d.ts +18 -1
  1262. package/dist/utils/lib/parseValue/parseValue.d.ts +7 -1
  1263. package/dist/utils/lib/urlJoin/urlJoin.d.ts +2 -2
  1264. package/dist/utils/lib/useWatchRef/useWatchRef.d.ts +10 -1
  1265. package/dist/zustand/cjs/utils/compareStateWithStore.cjs +3 -2
  1266. package/dist/zustand/cjs/utils/createProxy.cjs +3 -2
  1267. package/dist/zustand/esm/utils/compareStateWithStore.mjs +3 -2
  1268. package/dist/zustand/esm/utils/createProxy.mjs +3 -2
  1269. package/dist/zustand/lib/useProxy/useProxy.d.ts +3 -5
  1270. package/dist/zustand/lib/utils/compareStateWithStore.d.ts +5 -1
  1271. package/dist/zustand/lib/utils/createProxy.d.ts +12 -1
  1272. package/package.json +19 -2
  1273. package/dist/core/cjs/hooks/api/useApi.cjs +0 -5
  1274. package/dist/core/cjs/hooks/lang/useLang.cjs +0 -5
  1275. package/dist/core/esm/Wrappers/ApiProvider/Contexts/ApiContext.mjs +0 -6
  1276. package/dist/core/esm/hooks/api/useApi.mjs +0 -5
  1277. package/dist/core/esm/hooks/lang/useLang.mjs +0 -5
  1278. package/dist/core/lib/Inputs/DateTimePicker.d.ts +0 -11
  1279. package/dist/core/lib/Inputs/TimePicker.d.ts +0 -11
  1280. package/dist/core/lib/Inputs/index.d.ts +0 -2
  1281. /package/dist/.external/cjs/{mantine-react-table@2.0.0-beta.9_patch_hash_046f1b0f764b8dc88804170e4ca8f096de0796df0be_2e8cfd91765713166f4d486da3b54b13 → mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a}/mantine-react-table/locales/de/index.cjs +0 -0
  1282. /package/dist/.external/cjs/{mantine-react-table@2.0.0-beta.9_patch_hash_046f1b0f764b8dc88804170e4ca8f096de0796df0be_2e8cfd91765713166f4d486da3b54b13 → mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a}/mantine-react-table/locales/en/index.cjs +0 -0
  1283. /package/dist/.external/esm/{mantine-react-table@2.0.0-beta.9_patch_hash_046f1b0f764b8dc88804170e4ca8f096de0796df0be_2e8cfd91765713166f4d486da3b54b13 → mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a}/mantine-react-table/locales/de/index.mjs +0 -0
  1284. /package/dist/.external/esm/{mantine-react-table@2.0.0-beta.9_patch_hash_046f1b0f764b8dc88804170e4ca8f096de0796df0be_2e8cfd91765713166f4d486da3b54b13 → mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a}/mantine-react-table/locales/en/index.mjs +0 -0
  1285. /package/dist/{core/lib/Inputs/DateTimePicker.test.d.ts → .external/lib/mantine-form-yup-resolver/yup-resolver.test.d.ts} +0 -0
  1286. /package/dist/{core/lib/Inputs/TimePicker.test.d.ts → components/lib/DateTimePicker/DateTimePicker.test.d.ts} +0 -0
@@ -1,1387 +1,2 @@
1
- /**
2
- * @type {React.ForwardRefExoticComponent<NextGenDataGridProps>}
3
- */
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 get the URL for a file item, which can be either a string (representing the file name) or a File object.
454
- */
455
- getFileURL: (item: string | File) => string;
456
- /**
457
- * - A function to get the URL for an image item, which can be either a string (representing the image name) or a File object.
458
- */
459
- getImageURL: (item: string | File) => string;
460
- /**
461
- * - A function to reset the error state.
462
- */
463
- resetError: () => void;
464
- };
465
- export type BulkActions = {
466
- /**
467
- * - An array of currently selected IDs for bulk actions.
468
- */
469
- selectedIds: Array<string | number>;
470
- /**
471
- * - A function to set the selected IDs.
472
- */
473
- setSelectedIds: Function;
474
- };
475
- export type BulkActionsContext = {
476
- /**
477
- * - An array containing the selected IDs and a function to set them.
478
- */
479
- bulkActions: BulkActions;
480
- /**
481
- * - A function to dispatch bulk actions with a handler and optional data. If data is not provided, it uses the currently selected IDs.
482
- */
483
- dispatchBulkActions: (handler: string, data?: Array<string | number>) => Promise<Record<string, any>>;
484
- /**
485
- * - An error object if the bulk action failed.
486
- */
487
- error?: {
488
- message: string;
489
- originalError: Error;
490
- };
491
- /**
492
- * - A function to reset the error state.
493
- */
494
- resetError: () => void;
495
- };
496
- export type AuthUser = {
497
- /**
498
- * - The unique identifier of the authenticated user.
499
- */
500
- id: number;
501
- /**
502
- * - The email of the authenticated user.
503
- */
504
- email: string;
505
- /**
506
- * - The username of the authenticated user.
507
- */
508
- username: string;
509
- /**
510
- * - The first name of the authenticated user.
511
- */
512
- first_name?: string;
513
- /**
514
- * - The last name of the authenticated user.
515
- */
516
- last_name?: string;
517
- /**
518
- * - Indicates whether the user account is active.
519
- */
520
- active: boolean;
521
- /**
522
- * - The timestamp of the user's last login.
523
- */
524
- last_login: string;
525
- /**
526
- * - The number of times the user has logged in.
527
- */
528
- login_count: number;
529
- /**
530
- * - The number of failed login attempts.
531
- */
532
- fail_login_count: number;
533
- /**
534
- * - The timestamp when the user account was created.
535
- */
536
- created_on: string;
537
- /**
538
- * - The timestamp when the user account was last changed.
539
- */
540
- changed_on: string;
541
- /**
542
- * - The full name of the authenticated user.
543
- */
544
- full_name: string;
545
- /**
546
- * - Indicates whether the user account is active.
547
- */
548
- is_active: boolean;
549
- /**
550
- * - Indicates whether the user's email is verified.
551
- */
552
- is_verified: boolean;
553
- /**
554
- * - Indicates whether the user has superuser privileges.
555
- */
556
- is_superuser: boolean;
557
- /**
558
- * - Indicates whether the user is anonymous.
559
- */
560
- is_anonymous: boolean;
561
- /**
562
- * - An array of permissions assigned to the user.
563
- */
564
- permissions: string[];
565
- /**
566
- * - An array of roles assigned to the user.
567
- */
568
- roles: string[];
569
- };
570
- export type AuthContext = {
571
- /**
572
- * - The authenticated user object, or null if not authenticated.
573
- */
574
- user: AuthUser | null;
575
- /**
576
- * - Indicates whether the authentication state is currently loading.
577
- */
578
- loading: boolean;
579
- /**
580
- * - An error object if the authentication request failed.
581
- */
582
- error: {
583
- message: string;
584
- originalError: Error;
585
- } | null;
586
- /**
587
- * - A function to sign in the user with a username and password.
588
- */
589
- signin: (username: string, password: string) => Promise<void>;
590
- /**
591
- * - A function to sign out the user.
592
- */
593
- signout: () => Promise<void>;
594
- /**
595
- * - A function to update the authenticated user's data.
596
- */
597
- update: (data: Record<string, any>) => Promise<AuthUser>;
598
- /**
599
- * - A function to reset the user's password.
600
- */
601
- resetPassword: (password: string) => Promise<void>;
602
- /**
603
- * - 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.
604
- */
605
- oauth_signin: (provider: string, popup?: boolean) => Promise<void>;
606
- /**
607
- * - A function to refetch the authenticated user's data.
608
- */
609
- refetch: () => Promise<void>;
610
- /**
611
- * - A function to reset the error state.
612
- */
613
- resetError: () => void;
614
- };
615
- export type CommonModalTitleOptionsProps = {
616
- /**
617
- * - Content or function to render on the left side of the title.
618
- */
619
- left: React.ReactNode | ((props: {
620
- view: string;
621
- setView: (view: string) => void;
622
- }) => React.ReactNode);
623
- /**
624
- * - Content or function to render on the right side of the title.
625
- */
626
- right: React.ReactNode | ((props: {
627
- view: string;
628
- setView: (view: string) => void;
629
- }) => React.ReactNode);
630
- /**
631
- * - If true, hides the overlay toggle button.
632
- */
633
- hideOverlay?: boolean;
634
- /**
635
- * - If true, hides the full screen toggle button.
636
- */
637
- hideFullScreen?: boolean;
638
- /**
639
- * - Additional props to be passed to the overlay toggle button.
640
- */
641
- overlayButtonProps?: Record<string, any> | ((props: {
642
- view: string;
643
- setView: (view: string) => void;
644
- }) => Record<string, any>);
645
- /**
646
- * - Additional props to be passed to the full screen toggle button.
647
- */
648
- fullScreenButtonProps?: Record<string, any> | ((props: {
649
- view: string;
650
- setView: (view: string) => void;
651
- }) => Record<string, any>);
652
- };
653
- export type CommonModalActionButtonsProps = {
654
- /**
655
- * - Additional properties to be passed to the Group component wrapping the buttons.
656
- */
657
- groupProps?: Record<string, any>;
658
- /**
659
- * - Flag to determine if the reset button should be displayed.
660
- */
661
- withResetButton?: boolean;
662
- /**
663
- * - Flag to determine if the submit button should be displayed.
664
- */
665
- withSubmitButton?: boolean;
666
- /**
667
- * - Additional properties to be passed to the reset Button component.
668
- */
669
- resetButtonProps?: Record<string, any>;
670
- /**
671
- * - Additional properties to be passed to the submit Button component.
672
- */
673
- submitButtonProps?: Record<string, any>;
674
- };
675
- export type CommonModalProps = {
676
- /**
677
- * - The content to be rendered inside the modal.
678
- */
679
- children: React.ReactNode;
680
- /**
681
- * - Current view mode (e.g., VIEW_MODE.NORMAL, VIEW_MODE.FULL_SCREEN, VIEW_MODE.OVERLAY).
682
- */
683
- view: string;
684
- /**
685
- * - Function to update the view mode.
686
- */
687
- setView: Function;
688
- /**
689
- * - Callback function triggered on form reset.
690
- */
691
- onReset: Function;
692
- /**
693
- * - Callback function triggered on form submission.
694
- */
695
- onSubmit: Function;
696
- /**
697
- * - Additional properties to be passed to the Box component wrapping the form.
698
- */
699
- boxProps: Record<string, any>;
700
- /**
701
- * - Text displayed on the reset button.
702
- */
703
- resetButtonText: string;
704
- /**
705
- * - Text displayed on the submit button.
706
- */
707
- buttonText: string;
708
- /**
709
- * - Indicates whether the submit button should display a loading state.
710
- */
711
- buttonLoading: boolean;
712
- /**
713
- * - Flag to determine if title options (e.g., full screen, overlay toggles) should be displayed.
714
- */
715
- withTitleOptions?: boolean;
716
- /**
717
- * - Flag to determine if action buttons (e.g., submit button) should be displayed.
718
- */
719
- withButtons?: boolean;
720
- /**
721
- * - Options for customizing the title area, such as toggles for full screen and overlay modes.
722
- */
723
- titleOptions?: CommonModalTitleOptionsProps;
724
- /**
725
- * - Options for customizing the action buttons area.
726
- */
727
- actionButtons?: CommonModalActionButtonsProps;
728
- /**
729
- * - Additional props to be passed to the Modal component.
730
- */
731
- rest: Record<string, any>;
732
- };
733
- export type AddDialogProps = {
734
- /**
735
- * - Additional JSON Forms customization options.
736
- */
737
- jsonForms?: Record<string, any>;
738
- /**
739
- * - Callback function triggered on successful form submission.
740
- */
741
- onSuccess?: (result: Record<string, any> | null) => void;
742
- /**
743
- * - Callback function triggered on form submission error.
744
- */
745
- onError?: (error: any) => void;
746
- /**
747
- * - Optional translations for internationalization.
748
- */
749
- translations?: Record<string, Record<string, string>>;
750
- /**
751
- * - 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.
752
- */
753
- hideWarnings?: boolean | string | Record<string, boolean> | string[];
754
- /**
755
- * - Additional props to be passed to the JsonFormsWithCustomizer component.
756
- */
757
- jsonFormsProps?: Record<string, any>;
758
- };
759
- export type JSONFormsProps = {
760
- /**
761
- * - The label for the form control.
762
- */
763
- label?: string;
764
- /**
765
- * - The description for the form control.
766
- */
767
- description?: string;
768
- /**
769
- * - Indicates whether the form control is required.
770
- */
771
- required?: boolean;
772
- /**
773
- * - Indicates whether the form control is enabled.
774
- */
775
- enabled?: boolean;
776
- /**
777
- * - The data for the form control.
778
- */
779
- data?: any;
780
- /**
781
- * - Callback function triggered when the form control value changes.
782
- */
783
- handleChange?: (path: string, value: any) => void;
784
- /**
785
- * - The JSON pointer path to the form control in the data.
786
- */
787
- path?: string;
788
- /**
789
- * - Validation errors for the form control.
790
- */
791
- errors?: string;
792
- /**
793
- * - The JSON schema for the form control.
794
- */
795
- schema?: Record<string, any>;
796
- /**
797
- * - The UI schema for the form control.
798
- */
799
- uischema?: Record<string, any>;
800
- };
801
- export type JSONFormsCustomizerParameters = {
802
- /**
803
- * - The props passed to the JSON Forms component.
804
- */
805
- jsonFormsProps: JSONFormsProps;
806
- /**
807
- * - The props for the custom component.
808
- */
809
- componentProps: Record<string, any>;
810
- };
811
- export type JSONFormsCustomizerProps = {
812
- /**
813
- * - Props passed down to the Mantine Input component.
814
- */
815
- props: Record<string, any> | ((props: JSONFormsCustomizerParameters) => Record<string, any>);
816
- /**
817
- * - Component to override the default input component.
818
- */
819
- component: React.ReactNode | ((props: JSONFormsCustomizerParameters) => React.ReactNode);
820
- };
821
- export type NextGenDataGridChildrenProps = {
822
- /**
823
- * - MantineReactTable instance
824
- */
825
- table: import('mantine-react-table').MRT_TableInstance<import('mantine-react-table').MRT_RowData>;
826
- };
827
- export type NextGenDataGridFilterStateProps = {
828
- /**
829
- * - Filter value. When provided, the value will be synchronized with the inner filter state.
830
- */
831
- value?: any;
832
- /**
833
- * - Callback when the inner filter value changes.
834
- */
835
- onChange: (value: any) => void;
836
- /**
837
- * - Callback when the operator changes.
838
- */
839
- onOprChange?: ({ value: any, opr: string }: any) => void;
840
- };
841
- export type NextGenDataGridFilterSyncProps = {
842
- /**
843
- * - Function to compare values for synchronization. Defaults to strict equality (`===`).
844
- */
845
- equals?: (a: any, b: any) => boolean;
846
- /**
847
- * - Debounce delay in milliseconds for synchronization. Defaults to `DEBOUNCE_DELAY`.
848
- */
849
- delay?: number;
850
- };
851
- export type NextGenDataGridMRTProps = {
852
- /**
853
- * - The cell object
854
- */
855
- cell: import('mantine-react-table').MRT_Cell<import('mantine-react-table').TData, import('mantine-react-table').TValue>;
856
- /**
857
- * - The column object
858
- */
859
- column: import('mantine-react-table').MRT_Column<import('mantine-react-table').TData, import('mantine-react-table').TValue>;
860
- /**
861
- * - The rendered cell value
862
- */
863
- renderedCellValue: number | React.ReactNode | string;
864
- /**
865
- * - The rendered column index
866
- */
867
- renderedColumnIndex?: number;
868
- /**
869
- * - The rendered row index
870
- */
871
- renderedRowIndex?: number;
872
- /**
873
- * - The row object
874
- */
875
- row: import('mantine-react-table').MRT_Row<import('mantine-react-table').TData>;
876
- /**
877
- * - The row ref
878
- */
879
- rowRef?: React.RefObject<HTMLTableRowElement>;
880
- /**
881
- * - The MantineReactTable instance
882
- */
883
- table: import('mantine-react-table').MRT_TableInstance<import('mantine-react-table').TData>;
884
- };
885
- export type NextGenDataGridBodyCellHighlightProps = {
886
- /**
887
- * - API instance
888
- */
889
- api: ApiContext;
890
- /**
891
- * - Auth instance
892
- */
893
- auth: AuthContext;
894
- /**
895
- * - Row data
896
- */
897
- data: Record<string, any>;
898
- /**
899
- * - Column properties
900
- */
901
- colProps: NextGenDataGridBodyProps;
902
- /**
903
- * - MantineReactTable props
904
- */
905
- mrtProps: NextGenDataGridMRTProps;
906
- };
907
- export type NextGenDataGridBodyCellTruncateProps = {
908
- /**
909
- * - The original value before truncation. An array of strings if the value is separated by a separator
910
- */
911
- original: string | string[];
912
- /**
913
- * - The truncated value. An array of strings if the value is separated by a separator. Null if no truncation is applied
914
- */
915
- truncated?: string | string[] | null;
916
- };
917
- export type NextGenDataGridBodyCellCellProps = {
918
- /**
919
- * - The value of the cell, either `string` or `string[]`
920
- */
921
- value: string | string[];
922
- /**
923
- * - The truncate object containing the original and truncated value
924
- */
925
- truncate: NextGenDataGridBodyCellTruncateProps;
926
- /**
927
- * - The highlight keywords to highlight in the cell value
928
- */
929
- highlight: string[];
930
- };
931
- export type NextGenDataGridBodyCellComponentProps = {
932
- /**
933
- * - The value of the cell, either `string` or `string[]`
934
- */
935
- value: string | string[];
936
- };
937
- export type NextGenDataGridBodyCellProps = {
938
- /**
939
- * - API instance
940
- */
941
- api: ApiContext;
942
- /**
943
- * - Auth instance
944
- */
945
- auth: AuthContext;
946
- /**
947
- * - Row data
948
- */
949
- data: Record<string, any>;
950
- /**
951
- * - Column properties
952
- */
953
- colProps: NextGenDataGridBodyProps;
954
- /**
955
- * - MantineReactTable props
956
- */
957
- mrtProps: NextGenDataGridMRTProps;
958
- /**
959
- * - Array of highlight keywords
960
- */
961
- highlights: string[];
962
- /**
963
- * - The cell object containing the value, truncate and highlight
964
- */
965
- cell: NextGenDataGridBodyCellCellProps;
966
- /**
967
- * - Props for the cell component
968
- */
969
- componentProps: NextGenDataGridBodyCellComponentProps;
970
- };
971
- export type NextGenDataGridQuickFiltersComponentComponentProps = {
972
- /**
973
- * - The current quick filter value
974
- */
975
- value: string;
976
- /**
977
- * - Callback when the quick filter value changes
978
- */
979
- onChange: (value: string) => void;
980
- /**
981
- * - The quick filters data
982
- */
983
- data: {
984
- label: string;
985
- value: any;
986
- }[];
987
- };
988
- export type NextGenDataGridQuickFiltersComponentProps = {
989
- /**
990
- * - API instance
991
- */
992
- api: ApiContext;
993
- /**
994
- * - Auth instance
995
- */
996
- auth: AuthContext;
997
- /**
998
- * - MantineReactTable props
999
- */
1000
- mrtProps: NextGenDataGridMRTProps;
1001
- /**
1002
- * - Props for the quick filters component
1003
- */
1004
- componentProps: NextGenDataGridQuickFiltersComponentComponentProps;
1005
- };
1006
- export type NextGenDataGridHeaderParameters = {
1007
- /**
1008
- * - API instance
1009
- */
1010
- api: ApiContext;
1011
- /**
1012
- * - Auth instance
1013
- */
1014
- auth: AuthContext;
1015
- /**
1016
- * - MantineReactTable props
1017
- */
1018
- mrtProps: NextGenDataGridMRTProps;
1019
- };
1020
- export type NextGenDataGridHeaderFilterComponentParameters = {
1021
- /**
1022
- * - API instance
1023
- */
1024
- api: ApiContext;
1025
- /**
1026
- * - Auth instance
1027
- */
1028
- auth: AuthContext;
1029
- /**
1030
- * - MantineReactTable props
1031
- */
1032
- mrtProps: NextGenDataGridMRTProps;
1033
- /**
1034
- * - Props for the filter component
1035
- */
1036
- componentProps: Record<string, any>;
1037
- };
1038
- export type NextGenDataGridHeaderFilterMenuPropsParameters = {
1039
- /**
1040
- * - The header label
1041
- */
1042
- label: string;
1043
- /**
1044
- * - Whether the filter is disabled
1045
- */
1046
- disabled: boolean;
1047
- /**
1048
- * - The number of active filters
1049
- */
1050
- indicator: number;
1051
- /**
1052
- * - Props for the action icon
1053
- */
1054
- actionIconProps: any;
1055
- /**
1056
- * - Callback when the filter menu icon is clicked
1057
- */
1058
- onClick: (event: React.MouseEvent<HTMLElement>) => void;
1059
- };
1060
- export type NextGenDataGridHeaderFilterMenuParameters = {
1061
- /**
1062
- * - API instance
1063
- */
1064
- api: ApiContext;
1065
- /**
1066
- * - Auth instance
1067
- */
1068
- auth: AuthContext;
1069
- /**
1070
- * - MantineReactTable props
1071
- */
1072
- mrtProps: NextGenDataGridMRTProps;
1073
- /**
1074
- * - Props for the filter menu component
1075
- */
1076
- componentProps: NextGenDataGridHeaderFilterMenuPropsParameters;
1077
- };
1078
- export type NextGenDataGridHeaderFilterModeDescriptionParameters = {
1079
- /**
1080
- * - API instance
1081
- */
1082
- api: ApiContext;
1083
- /**
1084
- * - Auth instance
1085
- */
1086
- auth: AuthContext;
1087
- /**
1088
- * - MantineReactTable props
1089
- */
1090
- mrtProps: NextGenDataGridMRTProps;
1091
- /**
1092
- * - Props for the filter mode description component
1093
- */
1094
- componentProps: {
1095
- value: string;
1096
- };
1097
- };
1098
- export type NextGenDataGridHeaderProps = {
1099
- /**
1100
- * - Customize the header that is shown above the filter
1101
- */
1102
- component?: React.ReactNode | ((props: NextGenDataGridHeaderParameters) => React.ReactNode);
1103
- /**
1104
- * - Enables the filter menu that can change the filter mode. Located on the right side of the filter
1105
- */
1106
- enableFilterModes?: boolean;
1107
- /**
1108
- * - 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
1109
- */
1110
- filterComponent?: React.ReactNode | ((props: NextGenDataGridHeaderFilterComponentParameters) => React.ReactNode | Record<string, React.ReactNode | ((props: NextGenDataGridHeaderFilterComponentParameters) => React.ReactNode)>);
1111
- /**
1112
- * - 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
1113
- */
1114
- filterProps?: Record<string, any> | ((props: NextGenDataGridHeaderParameters) => Record<string, any> | Record<string, Record<string, any> | ((props: NextGenDataGridHeaderParameters) => Record<string, any>)>);
1115
- /**
1116
- * - Manage filter state externally
1117
- */
1118
- filterState?: NextGenDataGridFilterStateProps;
1119
- /**
1120
- * - Options for synchronizing filter state with other components. Defaults to:
1121
- * - `equals`: A function to compare values, defaults to strict equality (`===`).
1122
- * - `delay`: A debounce delay in milliseconds, defaults to `DEBOUNCE_DELAY`. It is recommended to use the default value for `delay` to avoid performance issues.
1123
- */
1124
- filterSync?: NextGenDataGridFilterSyncProps;
1125
- /**
1126
- * - Customize the filter menu action icon beside the filter. Defaults to `Filter Menu` with icon `IconFilterCog`
1127
- */
1128
- filterMenu?: React.ReactNode | ((props: NextGenDataGridHeaderFilterMenuParameters) => React.ReactNode);
1129
- /**
1130
- * - Customize the description below the filter when `enableFilterModes` is enabled. Defaults to `Filter Mode: {Filter name}`
1131
- */
1132
- filterModeDescription?: React.ReactNode | ((props: NextGenDataGridHeaderFilterModeDescriptionParameters) => React.ReactNode);
1133
- /**
1134
- * - Whether to update the query params when the filter is applied. Default is true
1135
- */
1136
- updateQueryParams?: boolean;
1137
- /**
1138
- * - Whether to store the filter state in local storage. Defaults to false
1139
- */
1140
- withLocalStorage?: boolean;
1141
- /**
1142
- * - The key to use for local storage when `withLocalStorage` is enabled. Defaults to `nextgen-datagrid-${path}-${column}` where `path` is the API path and `column` is the column name
1143
- */
1144
- localStorageKey?: string;
1145
- /**
1146
- * - Sets the default operator for the filter. The filter componenet may change based on the operator
1147
- */
1148
- defaultOpr?: string;
1149
- };
1150
- export type NextGenDataGridBodyProps = {
1151
- /**
1152
- * - Customize the component within the body
1153
- */
1154
- component?: React.ReactNode | ((props: NextGenDataGridBodyCellProps) => React.ReactNode);
1155
- /**
1156
- * - Separate the value of a column into multiple rows
1157
- */
1158
- separator?: string;
1159
- /**
1160
- * - Truncate the value of a column to a certain length. Will be shown as `...` when it exceeds the length with a tooltip containing the full value
1161
- */
1162
- truncate?: number;
1163
- /**
1164
- * - Additional highlight keywords to highlight in the cell value. Can be a string, an array of strings, or a function that returns a string or an array of strings
1165
- */
1166
- highlight?: string | string[] | ((props: NextGenDataGridBodyCellHighlightProps) => string | string[]);
1167
- /**
1168
- * - 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
1169
- */
1170
- tooltipProps?: import('@mantine/core').TooltipProps | ((props: NextGenDataGridBodyCellProps & NextGenDataGridBodyCellComponentProps) => import('@mantine/core').TooltipProps);
1171
- /**
1172
- * - 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
1173
- */
1174
- highlightProps?: import('@mantine/core').HighlightProps | ((props: NextGenDataGridBodyCellProps & NextGenDataGridBodyCellComponentProps) => import('@mantine/core').HighlightProps);
1175
- /**
1176
- * - Only applies to the `actions` special key. Props forwarded to the default row `View` action icon
1177
- */
1178
- viewProps?: Record<string, any>;
1179
- /**
1180
- * - Only applies to the `actions` special key. Props forwarded to the default row `Edit` action icon
1181
- */
1182
- editProps?: Record<string, any>;
1183
- /**
1184
- * - Only applies to the `actions` special key. Props forwarded to the default row `Delete` action icon
1185
- */
1186
- deleteProps?: Record<string, any>;
1187
- };
1188
- export type NextGenDataGridFormProps = {
1189
- /**
1190
- * - Initial view mode for the form. Can be `normal`, `fullScreen`, or `overlay`. Defaults to `normal`
1191
- */
1192
- initialView?: "normal" | "fullScreen" | "overlay";
1193
- /**
1194
- * - Props for the JsonFormsDialog component
1195
- */
1196
- dialogProps?: CommonModalProps & AddDialogProps;
1197
- };
1198
- /**
1199
- * Either a component that fully replaces the built-in toolbar button, or `{ component, props }` to replace the component while forwarding `props` to the original fallback. Pass `null` to hide the button.
1200
- */
1201
- export type NextGenDataGridToolbarCustomizerEntry = React.ReactNode | {
1202
- component: React.ReactNode;
1203
- props: Record<string, any>;
1204
- };
1205
- export type NextGenDataGridToolbarProps = {
1206
- /**
1207
- * - Overrides for the built-in toolbar buttons, keyed by button name. Pass `null` for a key to hide that button
1208
- */
1209
- customizer?: Partial<Record<"toggleGlobalFilter" | "filter" | "refresh" | "add" | "download" | "showHideColumns" | "toggleDensePadding" | "toggleFullScreen", NextGenDataGridToolbarCustomizerEntry>>;
1210
- /**
1211
- * - Extra components inserted into the internal (right-side) toolbar. Keys are 1-based string positions (e.g. `'1'`, `'3'`); out-of-range keys are appended
1212
- */
1213
- custom?: Record<string, React.ReactNode>;
1214
- /**
1215
- * - Custom components rendered on the left of the top toolbar. Uses the same 1-based position keys as `custom`. Mutually exclusive with `quickFilters`
1216
- */
1217
- leftToolbar?: {
1218
- custom?: Record<string, React.ReactNode>;
1219
- };
1220
- /**
1221
- * - Custom components rendered in the center of the top toolbar. Uses the same 1-based position keys as `custom`
1222
- */
1223
- centerToolbar?: {
1224
- custom?: Record<string, React.ReactNode>;
1225
- };
1226
- /**
1227
- * - Props forwarded to the selection / grouped alert banner shown below the toolbar
1228
- */
1229
- alertBanner?: Record<string, any>;
1230
- };
1231
- export type NextGenDataGridOptimizationProps = {
1232
- /**
1233
- * - Whether to optimize for selection. When enabled, selection column will be replaced with a custom one that is optimized for performance.
1234
- */
1235
- selection?: boolean;
1236
- /**
1237
- * - Ref for the selection value to synchronize with external components when `selection` optimization is enabled.
1238
- */
1239
- selectionValueRef?: React.RefObject<string[]>;
1240
- /**
1241
- * - Whether to optimize for loading state. When enabled, the table body will not render any cells when in loading state. This will break features that rely on the cells being rendered in loading state, such as skeletons and custom loading indicators, but will improve performance when dealing with large data sets. Defaults to `true`
1242
- */
1243
- loading?: boolean;
1244
- };
1245
- export type NextGenDataGridProps = {
1246
- /**
1247
- * - Children to render inside the DataGrid
1248
- * DataGrid props
1249
- */
1250
- children?: (props: NextGenDataGridChildrenProps) => React.ReactNode | any;
1251
- /**
1252
- * - Whether to fetch data on mount. Default is true
1253
- */
1254
- fetchOnMount?: boolean;
1255
- /**
1256
- * - Whether to hide the toolbar
1257
- */
1258
- hideToolbar?: boolean;
1259
- /**
1260
- * - Whether to hide the per-row actions column (edit / view / delete buttons). Disables MRT's `enableEditing` when true
1261
- */
1262
- hideActions?: boolean;
1263
- /**
1264
- * - Whether to hide the pagination
1265
- */
1266
- hidePagination?: boolean;
1267
- /**
1268
- * - Whether to hide the error dialog
1269
- */
1270
- hideError?: boolean;
1271
- /**
1272
- * - Callback for checkbox selection
1273
- */
1274
- onSelectCheckbox?: (ids: string[]) => void;
1275
- /**
1276
- * - Callback for row click
1277
- */
1278
- onClickEntry?: (id: string | number, data: Record<string, any>) => void;
1279
- /**
1280
- * - Bulk actions object
1281
- * NextGenDataGrid props
1282
- */
1283
- bulkActions?: BulkActions;
1284
- /**
1285
- * - MantineReactTable props. See more [here](https://v2.mantine-react-table.com/docs/api/table-options)
1286
- */
1287
- table?: import('mantine-react-table').MRT_TableOptions<import('mantine-react-table').MRT_RowData> | ((props: import('mantine-react-table').MRT_TableOptions<import('mantine-react-table').MRT_RowData>) => import('mantine-react-table').MRT_TableOptions<import('mantine-react-table').MRT_RowData>);
1288
- /**
1289
- * - Quick filters shown in the top-left of the toolbar as a `SegmentedControl`. Each entry is `{ name, value }` where `name` is the displayed label and `value` is an array of `{col, opr, value}` filter clauses applied when the segment is selected. An implicit `All` segment (empty filter) is prepended. Mutually exclusive with `toolbar.leftToolbar`
1290
- */
1291
- quickFilters?: {
1292
- name: string;
1293
- value: {
1294
- col: string;
1295
- opr: string;
1296
- value: any;
1297
- }[];
1298
- }[];
1299
- /**
1300
- * - Custom quick filters component
1301
- */
1302
- quickFiltersComponent?: React.ReactNode | ((props: NextGenDataGridQuickFiltersComponentProps) => React.ReactNode);
1303
- /**
1304
- * - Whether to render a border around the table's Mantine `Paper` wrapper. Disables the default shadow when false
1305
- */
1306
- withBorder?: boolean;
1307
- /**
1308
- * - Column props for the table. See more [here](https://v2.mantine-react-table.com/docs/api/column-options)
1309
- */
1310
- columnProps?: Record<string, import('mantine-react-table').MRT_ColumnDef<import('mantine-react-table').MRT_RowData, unknown> | ((props: import('mantine-react-table').MRT_ColumnDef<import('mantine-react-table').MRT_RowData, unknown>) => import('mantine-react-table').MRT_ColumnDef<import('mantine-react-table').MRT_RowData, unknown>)>;
1311
- /**
1312
- * - Header props for the table
1313
- */
1314
- header?: Record<string, NextGenDataGridHeaderProps>;
1315
- /**
1316
- * - Body props for the table
1317
- */
1318
- body?: Record<string, NextGenDataGridBodyProps>;
1319
- /**
1320
- * - Form props for the table
1321
- */
1322
- form?: {
1323
- add: NextGenDataGridFormProps & JSONFormsCustomizerProps;
1324
- edit: NextGenDataGridFormProps & JSONFormsCustomizerProps;
1325
- };
1326
- /**
1327
- * - Toolbar configuration for the table
1328
- */
1329
- toolbar?: NextGenDataGridToolbarProps;
1330
- /**
1331
- * - Text filter separator for the table. Default is ';'
1332
- */
1333
- textFilterSeparator?: string;
1334
- /**
1335
- * - Enables the advanced filters that allow multiple filters per column
1336
- */
1337
- enableAdvancedFilters?: boolean;
1338
- /**
1339
- * - Props forwarded to the outer Mantine `Box` that wraps the whole table (defaults: `pos="relative"`, `h="100%"`, `w="100%"`, `mih={0}`, `flex={1}`). Use it to override sizing or layout of the grid's container
1340
- */
1341
- wrapperProps?: import('@mantine/core').BoxProps;
1342
- /**
1343
- * - Whether to memoize the filters and body cells. If `true`, both filters and body cells will be memoized. If `'filters'`, only filters will be memoized. If `'cells'`, only body cells will be memoized. Defaults to `false` (no memoization)
1344
- */
1345
- memo?: boolean | "filters" | "cells";
1346
- /**
1347
- * - Whether to only query the visible columns from the backend. When enabled, it modifies the `columns` from the `queryParams` to only include the visible columns. Defaults to `false`
1348
- */
1349
- queryOnlyVisibleColumns?: boolean;
1350
- /**
1351
- * - Optimization options for the table
1352
- * Deprecated props
1353
- */
1354
- optimizations?: NextGenDataGridOptimizationProps;
1355
- /**
1356
- * - Body separator for the table
1357
- */
1358
- bodySeparator?: Record<string, any>;
1359
- /**
1360
- * - Body truncate for the table
1361
- */
1362
- bodyTruncate?: Record<string, any>;
1363
- /**
1364
- * - Header customizer for the table
1365
- */
1366
- headerCustomizer?: Record<string, any>;
1367
- /**
1368
- * - Body customizer for the table
1369
- */
1370
- bodyCustomizer?: Record<string, any>;
1371
- /**
1372
- * - Toolbar customizer for the table
1373
- */
1374
- toolbarCustomizer?: Record<string, any>;
1375
- /**
1376
- * - Hide add button for the table
1377
- */
1378
- hideAdd?: boolean;
1379
- /**
1380
- * - Hide download button for the table
1381
- */
1382
- hideDownload?: boolean;
1383
- /**
1384
- * - Hide filter button for the table
1385
- */
1386
- hideFilter?: boolean;
1387
- };
1
+ import { NextGenDataGridProps } from './types';
2
+ export declare const NextGenDataGrid: import('react').ForwardRefExoticComponent<NextGenDataGridProps & import('react').RefAttributes<HTMLDivElement>>;