@refinedev/core 4.47.2 → 4.49.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 (1619) hide show
  1. package/CHANGELOG.md +3066 -2919
  2. package/README.md +116 -167
  3. package/dist/components/authenticated/index.d.cts +75 -0
  4. package/dist/components/authenticated/index.d.cts.map +1 -0
  5. package/dist/components/authenticated/index.d.mts +75 -0
  6. package/dist/components/authenticated/index.d.mts.map +1 -0
  7. package/dist/components/authenticated/index.d.ts +3 -3
  8. package/dist/components/authenticated/index.d.ts.map +1 -1
  9. package/dist/components/autoSaveIndicator/index.d.cts +24 -0
  10. package/dist/components/autoSaveIndicator/index.d.cts.map +1 -0
  11. package/dist/components/autoSaveIndicator/index.d.mts +24 -0
  12. package/dist/components/autoSaveIndicator/index.d.mts.map +1 -0
  13. package/dist/components/autoSaveIndicator/index.d.ts +21 -1
  14. package/dist/components/autoSaveIndicator/index.d.ts.map +1 -1
  15. package/dist/components/canAccess/index.d.cts +52 -0
  16. package/dist/components/canAccess/index.d.cts.map +1 -0
  17. package/dist/components/canAccess/index.d.mts +52 -0
  18. package/dist/components/canAccess/index.d.mts.map +1 -0
  19. package/dist/components/canAccess/index.d.ts +8 -7
  20. package/dist/components/canAccess/index.d.ts.map +1 -1
  21. package/dist/components/containers/index.d.cts +2 -0
  22. package/dist/components/containers/index.d.cts.map +1 -0
  23. package/dist/components/containers/index.d.mts +2 -0
  24. package/dist/components/containers/index.d.mts.map +1 -0
  25. package/dist/components/containers/index.d.ts +1 -1
  26. package/dist/components/containers/index.d.ts.map +1 -1
  27. package/dist/components/containers/refine/index.d.cts +11 -0
  28. package/dist/components/containers/refine/index.d.cts.map +1 -0
  29. package/dist/components/containers/refine/index.d.mts +11 -0
  30. package/dist/components/containers/refine/index.d.mts.map +1 -0
  31. package/dist/components/containers/refine/index.d.ts +1 -134
  32. package/dist/components/containers/refine/index.d.ts.map +1 -1
  33. package/dist/components/gh-banner/index.d.cts +3 -0
  34. package/dist/components/gh-banner/index.d.cts.map +1 -0
  35. package/dist/components/gh-banner/index.d.mts +3 -0
  36. package/dist/components/gh-banner/index.d.mts.map +1 -0
  37. package/dist/components/gh-banner/styles.d.cts +2 -0
  38. package/dist/components/gh-banner/styles.d.cts.map +1 -0
  39. package/dist/components/gh-banner/styles.d.mts +2 -0
  40. package/dist/components/gh-banner/styles.d.mts.map +1 -0
  41. package/dist/components/index.d.cts +10 -0
  42. package/dist/components/index.d.cts.map +1 -0
  43. package/dist/components/index.d.mts +10 -0
  44. package/dist/components/index.d.mts.map +1 -0
  45. package/dist/components/index.d.ts +1 -1
  46. package/dist/components/index.d.ts.map +1 -1
  47. package/dist/components/layoutWrapper/defaultLayout/index.d.cts +4 -0
  48. package/dist/components/layoutWrapper/defaultLayout/index.d.cts.map +1 -0
  49. package/dist/components/layoutWrapper/defaultLayout/index.d.mts +4 -0
  50. package/dist/components/layoutWrapper/defaultLayout/index.d.mts.map +1 -0
  51. package/dist/components/layoutWrapper/defaultLayout/index.d.ts +1 -1
  52. package/dist/components/layoutWrapper/defaultLayout/index.d.ts.map +1 -1
  53. package/dist/components/layoutWrapper/index.d.cts +46 -0
  54. package/dist/components/layoutWrapper/index.d.cts.map +1 -0
  55. package/dist/components/layoutWrapper/index.d.mts +46 -0
  56. package/dist/components/layoutWrapper/index.d.mts.map +1 -0
  57. package/dist/components/layoutWrapper/index.d.ts +1 -1
  58. package/dist/components/layoutWrapper/index.d.ts.map +1 -1
  59. package/dist/components/pages/auth/components/forgotPassword/index.d.cts +7 -0
  60. package/dist/components/pages/auth/components/forgotPassword/index.d.cts.map +1 -0
  61. package/dist/components/pages/auth/components/forgotPassword/index.d.mts +7 -0
  62. package/dist/components/pages/auth/components/forgotPassword/index.d.mts.map +1 -0
  63. package/dist/components/pages/auth/components/forgotPassword/index.d.ts +2 -2
  64. package/dist/components/pages/auth/components/forgotPassword/index.d.ts.map +1 -1
  65. package/dist/components/pages/auth/components/index.d.cts +5 -0
  66. package/dist/components/pages/auth/components/index.d.cts.map +1 -0
  67. package/dist/components/pages/auth/components/index.d.mts +5 -0
  68. package/dist/components/pages/auth/components/index.d.mts.map +1 -0
  69. package/dist/components/pages/auth/components/login/index.d.cts +7 -0
  70. package/dist/components/pages/auth/components/login/index.d.cts.map +1 -0
  71. package/dist/components/pages/auth/components/login/index.d.mts +7 -0
  72. package/dist/components/pages/auth/components/login/index.d.mts.map +1 -0
  73. package/dist/components/pages/auth/components/login/index.d.ts +2 -2
  74. package/dist/components/pages/auth/components/login/index.d.ts.map +1 -1
  75. package/dist/components/pages/auth/components/register/index.d.cts +7 -0
  76. package/dist/components/pages/auth/components/register/index.d.cts.map +1 -0
  77. package/dist/components/pages/auth/components/register/index.d.mts +7 -0
  78. package/dist/components/pages/auth/components/register/index.d.mts.map +1 -0
  79. package/dist/components/pages/auth/components/register/index.d.ts +2 -2
  80. package/dist/components/pages/auth/components/register/index.d.ts.map +1 -1
  81. package/dist/components/pages/auth/components/updatePassword/index.d.cts +7 -0
  82. package/dist/components/pages/auth/components/updatePassword/index.d.cts.map +1 -0
  83. package/dist/components/pages/auth/components/updatePassword/index.d.mts +7 -0
  84. package/dist/components/pages/auth/components/updatePassword/index.d.mts.map +1 -0
  85. package/dist/components/pages/auth/components/updatePassword/index.d.ts +2 -2
  86. package/dist/components/pages/auth/components/updatePassword/index.d.ts.map +1 -1
  87. package/dist/components/pages/auth/index.d.cts +12 -0
  88. package/dist/components/pages/auth/index.d.cts.map +1 -0
  89. package/dist/components/pages/auth/index.d.mts +12 -0
  90. package/dist/components/pages/auth/index.d.mts.map +1 -0
  91. package/dist/components/pages/auth/index.d.ts +4 -4
  92. package/dist/components/pages/auth/index.d.ts.map +1 -1
  93. package/dist/components/pages/auth/types.d.cts +179 -0
  94. package/dist/components/pages/auth/types.d.cts.map +1 -0
  95. package/dist/components/pages/auth/types.d.mts +179 -0
  96. package/dist/components/pages/auth/types.d.mts.map +1 -0
  97. package/dist/components/pages/auth/types.d.ts +179 -0
  98. package/dist/components/pages/auth/types.d.ts.map +1 -0
  99. package/dist/components/pages/config-error/index.d.cts +3 -0
  100. package/dist/components/pages/config-error/index.d.cts.map +1 -0
  101. package/dist/components/pages/config-error/index.d.mts +3 -0
  102. package/dist/components/pages/config-error/index.d.mts.map +1 -0
  103. package/dist/components/pages/config-error/index.d.ts.map +1 -1
  104. package/dist/components/pages/config-success/index.d.cts +6 -0
  105. package/dist/components/pages/config-success/index.d.cts.map +1 -0
  106. package/dist/components/pages/config-success/index.d.mts +6 -0
  107. package/dist/components/pages/config-success/index.d.mts.map +1 -0
  108. package/dist/components/pages/config-success/index.d.ts.map +1 -1
  109. package/dist/components/pages/error/index.d.cts +9 -0
  110. package/dist/components/pages/error/index.d.cts.map +1 -0
  111. package/dist/components/pages/error/index.d.mts +9 -0
  112. package/dist/components/pages/error/index.d.mts.map +1 -0
  113. package/dist/components/pages/index.d.cts +7 -0
  114. package/dist/components/pages/index.d.cts.map +1 -0
  115. package/dist/components/pages/index.d.mts +7 -0
  116. package/dist/components/pages/index.d.mts.map +1 -0
  117. package/dist/components/pages/login/index.d.cts +13 -0
  118. package/dist/components/pages/login/index.d.cts.map +1 -0
  119. package/dist/components/pages/login/index.d.mts +13 -0
  120. package/dist/components/pages/login/index.d.mts.map +1 -0
  121. package/dist/components/pages/login/index.d.ts.map +1 -1
  122. package/dist/components/pages/ready/index.d.cts +8 -0
  123. package/dist/components/pages/ready/index.d.cts.map +1 -0
  124. package/dist/components/pages/ready/index.d.mts +8 -0
  125. package/dist/components/pages/ready/index.d.mts.map +1 -0
  126. package/dist/components/pages/ready/index.d.ts.map +1 -1
  127. package/dist/components/pages/welcome/index.d.cts +3 -0
  128. package/dist/components/pages/welcome/index.d.cts.map +1 -0
  129. package/dist/components/pages/welcome/index.d.mts +3 -0
  130. package/dist/components/pages/welcome/index.d.mts.map +1 -0
  131. package/dist/components/routeChangeHandler/index.d.cts +3 -0
  132. package/dist/components/routeChangeHandler/index.d.cts.map +1 -0
  133. package/dist/components/routeChangeHandler/index.d.mts +3 -0
  134. package/dist/components/routeChangeHandler/index.d.mts.map +1 -0
  135. package/dist/components/telemetry/index.d.cts +3 -0
  136. package/dist/components/telemetry/index.d.cts.map +1 -0
  137. package/dist/components/telemetry/index.d.mts +3 -0
  138. package/dist/components/telemetry/index.d.mts.map +1 -0
  139. package/dist/components/telemetry/types.d.cts +16 -0
  140. package/dist/components/telemetry/types.d.cts.map +1 -0
  141. package/dist/components/telemetry/types.d.mts +16 -0
  142. package/dist/components/telemetry/types.d.mts.map +1 -0
  143. package/dist/components/telemetry/types.d.ts +16 -0
  144. package/dist/components/telemetry/types.d.ts.map +1 -0
  145. package/dist/components/undoableQueue/index.d.cts +6 -0
  146. package/dist/components/undoableQueue/index.d.cts.map +1 -0
  147. package/dist/components/undoableQueue/index.d.mts +6 -0
  148. package/dist/components/undoableQueue/index.d.mts.map +1 -0
  149. package/dist/components/undoableQueue/index.d.ts +1 -1
  150. package/dist/components/undoableQueue/index.d.ts.map +1 -1
  151. package/dist/contexts/accessControl/index.d.cts +7 -0
  152. package/dist/contexts/accessControl/index.d.cts.map +1 -0
  153. package/dist/contexts/accessControl/index.d.mts +7 -0
  154. package/dist/contexts/accessControl/index.d.mts.map +1 -0
  155. package/dist/contexts/accessControl/index.d.ts +3 -6
  156. package/dist/contexts/accessControl/index.d.ts.map +1 -1
  157. package/dist/contexts/accessControl/types.d.cts +84 -0
  158. package/dist/contexts/accessControl/types.d.cts.map +1 -0
  159. package/dist/contexts/accessControl/types.d.mts +84 -0
  160. package/dist/contexts/accessControl/types.d.mts.map +1 -0
  161. package/dist/contexts/accessControl/types.d.ts +84 -0
  162. package/dist/contexts/accessControl/types.d.ts.map +1 -0
  163. package/dist/contexts/auditLog/index.d.cts +5 -0
  164. package/dist/contexts/auditLog/index.d.cts.map +1 -0
  165. package/dist/contexts/auditLog/index.d.mts +5 -0
  166. package/dist/contexts/auditLog/index.d.mts.map +1 -0
  167. package/dist/contexts/auditLog/index.d.ts +3 -5
  168. package/dist/contexts/auditLog/index.d.ts.map +1 -1
  169. package/dist/contexts/auditLog/types.d.cts +41 -0
  170. package/dist/contexts/auditLog/types.d.cts.map +1 -0
  171. package/dist/contexts/auditLog/types.d.mts +41 -0
  172. package/dist/contexts/auditLog/types.d.mts.map +1 -0
  173. package/dist/contexts/auditLog/types.d.ts +41 -0
  174. package/dist/contexts/auditLog/types.d.ts.map +1 -0
  175. package/dist/contexts/auth/index.d.cts +18 -0
  176. package/dist/contexts/auth/index.d.cts.map +1 -0
  177. package/dist/contexts/auth/index.d.mts +18 -0
  178. package/dist/contexts/auth/index.d.mts.map +1 -0
  179. package/dist/contexts/auth/index.d.ts +5 -7
  180. package/dist/contexts/auth/index.d.ts.map +1 -1
  181. package/dist/contexts/auth/types.d.cts +101 -0
  182. package/dist/contexts/auth/types.d.cts.map +1 -0
  183. package/dist/contexts/auth/types.d.mts +101 -0
  184. package/dist/contexts/auth/types.d.mts.map +1 -0
  185. package/dist/contexts/auth/types.d.ts +101 -0
  186. package/dist/contexts/auth/types.d.ts.map +1 -0
  187. package/dist/contexts/data/index.d.cts +10 -0
  188. package/dist/contexts/data/index.d.cts.map +1 -0
  189. package/dist/contexts/data/index.d.mts +10 -0
  190. package/dist/contexts/data/index.d.mts.map +1 -0
  191. package/dist/contexts/data/index.d.ts +7 -5
  192. package/dist/contexts/data/index.d.ts.map +1 -1
  193. package/dist/contexts/data/types.d.cts +347 -0
  194. package/dist/contexts/data/types.d.cts.map +1 -0
  195. package/dist/contexts/data/types.d.mts +347 -0
  196. package/dist/contexts/data/types.d.mts.map +1 -0
  197. package/dist/contexts/data/types.d.ts +347 -0
  198. package/dist/contexts/data/types.d.ts.map +1 -0
  199. package/dist/contexts/i18n/index.d.cts +7 -0
  200. package/dist/contexts/i18n/index.d.cts.map +1 -0
  201. package/dist/contexts/i18n/index.d.mts +7 -0
  202. package/dist/contexts/i18n/index.d.mts.map +1 -0
  203. package/dist/contexts/i18n/index.d.ts +7 -0
  204. package/dist/contexts/i18n/index.d.ts.map +1 -0
  205. package/dist/contexts/i18n/types.d.cts +13 -0
  206. package/dist/contexts/i18n/types.d.cts.map +1 -0
  207. package/dist/contexts/i18n/types.d.mts +13 -0
  208. package/dist/contexts/i18n/types.d.mts.map +1 -0
  209. package/dist/contexts/i18n/types.d.ts +13 -0
  210. package/dist/contexts/i18n/types.d.ts.map +1 -0
  211. package/dist/contexts/live/index.d.cts +5 -0
  212. package/dist/contexts/live/index.d.cts.map +1 -0
  213. package/dist/contexts/live/index.d.mts +5 -0
  214. package/dist/contexts/live/index.d.mts.map +1 -0
  215. package/dist/contexts/live/index.d.ts +3 -3
  216. package/dist/contexts/live/index.d.ts.map +1 -1
  217. package/dist/contexts/live/types.d.cts +96 -0
  218. package/dist/contexts/live/types.d.cts.map +1 -0
  219. package/dist/contexts/live/types.d.mts +96 -0
  220. package/dist/contexts/live/types.d.mts.map +1 -0
  221. package/dist/contexts/live/types.d.ts +96 -0
  222. package/dist/contexts/live/types.d.ts.map +1 -0
  223. package/dist/contexts/notification/index.d.cts +7 -0
  224. package/dist/contexts/notification/index.d.cts.map +1 -0
  225. package/dist/contexts/notification/index.d.mts +7 -0
  226. package/dist/contexts/notification/index.d.mts.map +1 -0
  227. package/dist/contexts/notification/index.d.ts +3 -5
  228. package/dist/contexts/notification/index.d.ts.map +1 -1
  229. package/dist/contexts/notification/types.d.cts +27 -0
  230. package/dist/contexts/notification/types.d.cts.map +1 -0
  231. package/dist/contexts/notification/types.d.mts +27 -0
  232. package/dist/contexts/notification/types.d.mts.map +1 -0
  233. package/dist/contexts/notification/types.d.ts +27 -0
  234. package/dist/contexts/notification/types.d.ts.map +1 -0
  235. package/dist/contexts/refine/index.d.cts +6 -0
  236. package/dist/contexts/refine/index.d.cts.map +1 -0
  237. package/dist/contexts/refine/index.d.mts +6 -0
  238. package/dist/contexts/refine/index.d.mts.map +1 -0
  239. package/dist/contexts/refine/index.d.ts +1 -1
  240. package/dist/contexts/refine/index.d.ts.map +1 -1
  241. package/dist/contexts/refine/types.d.cts +313 -0
  242. package/dist/contexts/refine/types.d.cts.map +1 -0
  243. package/dist/contexts/refine/types.d.mts +313 -0
  244. package/dist/contexts/refine/types.d.mts.map +1 -0
  245. package/dist/contexts/refine/types.d.ts +313 -0
  246. package/dist/contexts/refine/types.d.ts.map +1 -0
  247. package/dist/contexts/resource/index.d.cts +7 -0
  248. package/dist/contexts/resource/index.d.cts.map +1 -0
  249. package/dist/contexts/resource/index.d.mts +7 -0
  250. package/dist/contexts/resource/index.d.mts.map +1 -0
  251. package/dist/contexts/resource/index.d.ts +1 -3
  252. package/dist/contexts/resource/index.d.ts.map +1 -1
  253. package/dist/contexts/resource/types.d.cts +168 -0
  254. package/dist/contexts/resource/types.d.cts.map +1 -0
  255. package/dist/contexts/resource/types.d.mts +168 -0
  256. package/dist/contexts/resource/types.d.mts.map +1 -0
  257. package/dist/contexts/resource/types.d.ts +168 -0
  258. package/dist/contexts/resource/types.d.ts.map +1 -0
  259. package/dist/contexts/router/index.d.cts +7 -0
  260. package/dist/contexts/router/index.d.cts.map +1 -0
  261. package/dist/contexts/router/index.d.mts +7 -0
  262. package/dist/contexts/router/index.d.mts.map +1 -0
  263. package/dist/contexts/router/index.d.ts +4 -4
  264. package/dist/contexts/router/index.d.ts.map +1 -1
  265. package/dist/contexts/router/legacy/index.d.cts +6 -0
  266. package/dist/contexts/router/legacy/index.d.cts.map +1 -0
  267. package/dist/contexts/router/legacy/index.d.mts +6 -0
  268. package/dist/contexts/router/legacy/index.d.mts.map +1 -0
  269. package/dist/contexts/router/legacy/index.d.ts +6 -0
  270. package/dist/contexts/router/legacy/index.d.ts.map +1 -0
  271. package/dist/contexts/router/legacy/types.d.cts +47 -0
  272. package/dist/contexts/router/legacy/types.d.cts.map +1 -0
  273. package/dist/contexts/router/legacy/types.d.mts +47 -0
  274. package/dist/contexts/router/legacy/types.d.mts.map +1 -0
  275. package/dist/contexts/router/legacy/types.d.ts +47 -0
  276. package/dist/contexts/router/legacy/types.d.ts.map +1 -0
  277. package/dist/contexts/router/picker/index.d.cts.map +1 -0
  278. package/dist/contexts/router/picker/index.d.mts +15 -0
  279. package/dist/contexts/router/picker/index.d.mts.map +1 -0
  280. package/dist/contexts/router/picker/index.d.ts +15 -0
  281. package/dist/contexts/router/picker/index.d.ts.map +1 -0
  282. package/dist/contexts/router/types.d.cts +67 -0
  283. package/dist/contexts/router/types.d.cts.map +1 -0
  284. package/dist/contexts/router/types.d.mts +67 -0
  285. package/dist/contexts/router/types.d.mts.map +1 -0
  286. package/dist/contexts/router/types.d.ts +67 -0
  287. package/dist/contexts/router/types.d.ts.map +1 -0
  288. package/dist/contexts/undoableQueue/index.d.cts +6 -0
  289. package/dist/contexts/undoableQueue/index.d.cts.map +1 -0
  290. package/dist/contexts/undoableQueue/index.d.mts +6 -0
  291. package/dist/contexts/undoableQueue/index.d.mts.map +1 -0
  292. package/dist/contexts/undoableQueue/index.d.ts +5 -2
  293. package/dist/contexts/undoableQueue/index.d.ts.map +1 -1
  294. package/dist/contexts/undoableQueue/types.d.cts +21 -0
  295. package/dist/contexts/undoableQueue/types.d.cts.map +1 -0
  296. package/dist/contexts/undoableQueue/types.d.mts +21 -0
  297. package/dist/contexts/undoableQueue/types.d.mts.map +1 -0
  298. package/dist/contexts/undoableQueue/types.d.ts +21 -0
  299. package/dist/contexts/undoableQueue/types.d.ts.map +1 -0
  300. package/dist/contexts/unsavedWarn/index.d.cts +5 -0
  301. package/dist/contexts/unsavedWarn/index.d.cts.map +1 -0
  302. package/dist/contexts/unsavedWarn/index.d.mts +5 -0
  303. package/dist/contexts/unsavedWarn/index.d.mts.map +1 -0
  304. package/dist/contexts/unsavedWarn/index.d.ts +3 -5
  305. package/dist/contexts/unsavedWarn/index.d.ts.map +1 -1
  306. package/dist/contexts/unsavedWarn/types.d.cts +5 -0
  307. package/dist/contexts/unsavedWarn/types.d.cts.map +1 -0
  308. package/dist/contexts/unsavedWarn/types.d.mts +5 -0
  309. package/dist/contexts/unsavedWarn/types.d.mts.map +1 -0
  310. package/dist/contexts/unsavedWarn/types.d.ts +5 -0
  311. package/dist/contexts/unsavedWarn/types.d.ts.map +1 -0
  312. package/dist/definitions/helpers/async-debounce/index.d.cts +18 -0
  313. package/dist/definitions/helpers/async-debounce/index.d.cts.map +1 -0
  314. package/dist/definitions/helpers/async-debounce/index.d.mts +18 -0
  315. package/dist/definitions/helpers/async-debounce/index.d.mts.map +1 -0
  316. package/dist/definitions/helpers/async-debounce/index.d.ts +18 -0
  317. package/dist/definitions/helpers/async-debounce/index.d.ts.map +1 -0
  318. package/dist/definitions/helpers/check-router-prop-misuse/index.d.cts +4 -0
  319. package/dist/definitions/helpers/check-router-prop-misuse/index.d.cts.map +1 -0
  320. package/dist/definitions/helpers/check-router-prop-misuse/index.d.mts +4 -0
  321. package/dist/definitions/helpers/check-router-prop-misuse/index.d.mts.map +1 -0
  322. package/dist/definitions/helpers/check-router-prop-misuse/index.d.ts +3 -2
  323. package/dist/definitions/helpers/check-router-prop-misuse/index.d.ts.map +1 -1
  324. package/dist/definitions/helpers/defer-execution/index.d.cts +9 -0
  325. package/dist/definitions/helpers/defer-execution/index.d.cts.map +1 -0
  326. package/dist/definitions/helpers/defer-execution/index.d.mts +9 -0
  327. package/dist/definitions/helpers/defer-execution/index.d.mts.map +1 -0
  328. package/dist/definitions/helpers/defer-execution/index.d.ts +9 -0
  329. package/dist/definitions/helpers/defer-execution/index.d.ts.map +1 -0
  330. package/dist/definitions/helpers/downloadInBrowser/index.d.cts +2 -0
  331. package/dist/definitions/helpers/downloadInBrowser/index.d.cts.map +1 -0
  332. package/dist/definitions/helpers/downloadInBrowser/index.d.mts +2 -0
  333. package/dist/definitions/helpers/downloadInBrowser/index.d.mts.map +1 -0
  334. package/dist/definitions/helpers/downloadInBrowser/index.d.ts.map +1 -1
  335. package/dist/definitions/helpers/flatten-object-keys/index.d.cts +4 -0
  336. package/dist/definitions/helpers/flatten-object-keys/index.d.cts.map +1 -0
  337. package/dist/definitions/helpers/flatten-object-keys/index.d.mts +4 -0
  338. package/dist/definitions/helpers/flatten-object-keys/index.d.mts.map +1 -0
  339. package/dist/definitions/helpers/flatten-object-keys/index.d.ts +3 -1
  340. package/dist/definitions/helpers/flatten-object-keys/index.d.ts.map +1 -1
  341. package/dist/definitions/helpers/generateDocumentTitle/index.d.cts +7 -0
  342. package/dist/definitions/helpers/generateDocumentTitle/index.d.cts.map +1 -0
  343. package/dist/definitions/helpers/generateDocumentTitle/index.d.mts +7 -0
  344. package/dist/definitions/helpers/generateDocumentTitle/index.d.mts.map +1 -0
  345. package/dist/definitions/helpers/generateDocumentTitle/index.d.ts +2 -2
  346. package/dist/definitions/helpers/generateDocumentTitle/index.d.ts.map +1 -1
  347. package/dist/definitions/helpers/handleMultiple/index.d.cts +6 -0
  348. package/dist/definitions/helpers/handleMultiple/index.d.cts.map +1 -0
  349. package/dist/definitions/helpers/handleMultiple/index.d.mts +6 -0
  350. package/dist/definitions/helpers/handleMultiple/index.d.mts.map +1 -0
  351. package/dist/definitions/helpers/handleMultiple/index.d.ts.map +1 -1
  352. package/dist/definitions/helpers/handlePaginationParams/index.d.cts +9 -0
  353. package/dist/definitions/helpers/handlePaginationParams/index.d.cts.map +1 -0
  354. package/dist/definitions/helpers/handlePaginationParams/index.d.mts +9 -0
  355. package/dist/definitions/helpers/handlePaginationParams/index.d.mts.map +1 -0
  356. package/dist/definitions/helpers/handlePaginationParams/index.d.ts +2 -2
  357. package/dist/definitions/helpers/handlePaginationParams/index.d.ts.map +1 -1
  358. package/dist/definitions/helpers/handleRefineOptions/index.d.cts +26 -0
  359. package/dist/definitions/helpers/handleRefineOptions/index.d.cts.map +1 -0
  360. package/dist/definitions/helpers/handleRefineOptions/index.d.mts +26 -0
  361. package/dist/definitions/helpers/handleRefineOptions/index.d.mts.map +1 -0
  362. package/dist/definitions/helpers/handleRefineOptions/index.d.ts +5 -3
  363. package/dist/definitions/helpers/handleRefineOptions/index.d.ts.map +1 -1
  364. package/dist/definitions/helpers/handleUseParams/index.d.cts +2 -0
  365. package/dist/definitions/helpers/handleUseParams/index.d.cts.map +1 -0
  366. package/dist/definitions/helpers/handleUseParams/index.d.mts +2 -0
  367. package/dist/definitions/helpers/handleUseParams/index.d.mts.map +1 -0
  368. package/dist/definitions/helpers/hasPermission/index.d.cts +2 -0
  369. package/dist/definitions/helpers/hasPermission/index.d.cts.map +1 -0
  370. package/dist/definitions/helpers/hasPermission/index.d.mts +2 -0
  371. package/dist/definitions/helpers/hasPermission/index.d.mts.map +1 -0
  372. package/dist/definitions/helpers/hasPermission/index.d.ts.map +1 -1
  373. package/dist/definitions/helpers/humanizeString/index.d.cts +2 -0
  374. package/dist/definitions/helpers/humanizeString/index.d.cts.map +1 -0
  375. package/dist/definitions/helpers/humanizeString/index.d.mts +2 -0
  376. package/dist/definitions/helpers/humanizeString/index.d.mts.map +1 -0
  377. package/dist/definitions/helpers/importCSVMapper/index.d.cts +3 -0
  378. package/dist/definitions/helpers/importCSVMapper/index.d.cts.map +1 -0
  379. package/dist/definitions/helpers/importCSVMapper/index.d.mts +3 -0
  380. package/dist/definitions/helpers/importCSVMapper/index.d.mts.map +1 -0
  381. package/dist/definitions/helpers/importCSVMapper/index.d.ts +1 -1
  382. package/dist/definitions/helpers/importCSVMapper/index.d.ts.map +1 -1
  383. package/dist/definitions/helpers/index.d.cts +33 -0
  384. package/dist/definitions/helpers/index.d.cts.map +1 -0
  385. package/dist/definitions/helpers/index.d.mts +33 -0
  386. package/dist/definitions/helpers/index.d.mts.map +1 -0
  387. package/dist/definitions/helpers/index.d.ts +2 -0
  388. package/dist/definitions/helpers/index.d.ts.map +1 -1
  389. package/dist/definitions/helpers/keys/index.d.cts +64 -0
  390. package/dist/definitions/helpers/keys/index.d.cts.map +1 -0
  391. package/dist/definitions/helpers/keys/index.d.mts +64 -0
  392. package/dist/definitions/helpers/keys/index.d.mts.map +1 -0
  393. package/dist/definitions/helpers/keys/index.d.ts +11 -22
  394. package/dist/definitions/helpers/keys/index.d.ts.map +1 -1
  395. package/dist/definitions/helpers/legacy-resource-transform/index.d.cts +9 -0
  396. package/dist/definitions/helpers/legacy-resource-transform/index.d.cts.map +1 -0
  397. package/dist/definitions/helpers/legacy-resource-transform/index.d.mts +9 -0
  398. package/dist/definitions/helpers/legacy-resource-transform/index.d.mts.map +1 -0
  399. package/dist/definitions/helpers/legacy-resource-transform/index.d.ts +1 -1
  400. package/dist/definitions/helpers/legacy-resource-transform/index.d.ts.map +1 -1
  401. package/dist/definitions/helpers/menu/create-resource-key.d.cts +3 -0
  402. package/dist/definitions/helpers/menu/create-resource-key.d.cts.map +1 -0
  403. package/dist/definitions/helpers/menu/create-resource-key.d.mts +3 -0
  404. package/dist/definitions/helpers/menu/create-resource-key.d.mts.map +1 -0
  405. package/dist/definitions/helpers/menu/create-resource-key.d.ts +1 -1
  406. package/dist/definitions/helpers/menu/create-resource-key.d.ts.map +1 -1
  407. package/dist/definitions/helpers/menu/create-tree.d.cts +13 -0
  408. package/dist/definitions/helpers/menu/create-tree.d.cts.map +1 -0
  409. package/dist/definitions/helpers/menu/create-tree.d.mts +13 -0
  410. package/dist/definitions/helpers/menu/create-tree.d.mts.map +1 -0
  411. package/dist/definitions/helpers/menu/create-tree.d.ts +3 -3
  412. package/dist/definitions/helpers/menu/create-tree.d.ts.map +1 -1
  413. package/dist/definitions/helpers/pick-resource/index.d.cts +8 -0
  414. package/dist/definitions/helpers/pick-resource/index.d.cts.map +1 -0
  415. package/dist/definitions/helpers/pick-resource/index.d.mts +8 -0
  416. package/dist/definitions/helpers/pick-resource/index.d.mts.map +1 -0
  417. package/dist/definitions/helpers/pick-resource/index.d.ts +1 -1
  418. package/dist/definitions/helpers/pick-resource/index.d.ts.map +1 -1
  419. package/dist/definitions/helpers/pickDataProvider/index.d.cts +6 -0
  420. package/dist/definitions/helpers/pickDataProvider/index.d.cts.map +1 -0
  421. package/dist/definitions/helpers/pickDataProvider/index.d.mts +6 -0
  422. package/dist/definitions/helpers/pickDataProvider/index.d.mts.map +1 -0
  423. package/dist/definitions/helpers/pickDataProvider/index.d.ts +1 -1
  424. package/dist/definitions/helpers/pickDataProvider/index.d.ts.map +1 -1
  425. package/dist/definitions/helpers/pickNotDeprecated/index.d.cts +2 -0
  426. package/dist/definitions/helpers/pickNotDeprecated/index.d.cts.map +1 -0
  427. package/dist/definitions/helpers/pickNotDeprecated/index.d.mts +2 -0
  428. package/dist/definitions/helpers/pickNotDeprecated/index.d.mts.map +1 -0
  429. package/dist/definitions/helpers/pickNotDeprecated/index.d.ts.map +1 -1
  430. package/dist/definitions/helpers/property-path-to-array/index.d.cts +2 -0
  431. package/dist/definitions/helpers/property-path-to-array/index.d.cts.map +1 -0
  432. package/dist/definitions/helpers/property-path-to-array/index.d.mts +2 -0
  433. package/dist/definitions/helpers/property-path-to-array/index.d.mts.map +1 -0
  434. package/dist/definitions/helpers/queryKeys/index.d.cts +7 -0
  435. package/dist/definitions/helpers/queryKeys/index.d.cts.map +1 -0
  436. package/dist/definitions/helpers/queryKeys/index.d.mts +7 -0
  437. package/dist/definitions/helpers/queryKeys/index.d.mts.map +1 -0
  438. package/dist/definitions/helpers/queryKeys/index.d.ts +1 -2
  439. package/dist/definitions/helpers/queryKeys/index.d.ts.map +1 -1
  440. package/dist/definitions/helpers/redirectPage/index.d.cts +11 -0
  441. package/dist/definitions/helpers/redirectPage/index.d.cts.map +1 -0
  442. package/dist/definitions/helpers/redirectPage/index.d.mts +11 -0
  443. package/dist/definitions/helpers/redirectPage/index.d.mts.map +1 -0
  444. package/dist/definitions/helpers/redirectPage/index.d.ts +4 -2
  445. package/dist/definitions/helpers/redirectPage/index.d.ts.map +1 -1
  446. package/dist/definitions/helpers/routeGenerator/index.d.cts +7 -0
  447. package/dist/definitions/helpers/routeGenerator/index.d.cts.map +1 -0
  448. package/dist/definitions/helpers/routeGenerator/index.d.mts +7 -0
  449. package/dist/definitions/helpers/routeGenerator/index.d.mts.map +1 -0
  450. package/dist/definitions/helpers/routeGenerator/index.d.ts +1 -1
  451. package/dist/definitions/helpers/routeGenerator/index.d.ts.map +1 -1
  452. package/dist/definitions/helpers/router/check-by-segments.d.cts +9 -0
  453. package/dist/definitions/helpers/router/check-by-segments.d.cts.map +1 -0
  454. package/dist/definitions/helpers/router/check-by-segments.d.mts +9 -0
  455. package/dist/definitions/helpers/router/check-by-segments.d.mts.map +1 -0
  456. package/dist/definitions/helpers/router/compose-route.d.cts +11 -0
  457. package/dist/definitions/helpers/router/compose-route.d.cts.map +1 -0
  458. package/dist/definitions/helpers/router/compose-route.d.mts +11 -0
  459. package/dist/definitions/helpers/router/compose-route.d.mts.map +1 -0
  460. package/dist/definitions/helpers/router/compose-route.d.ts +2 -1
  461. package/dist/definitions/helpers/router/compose-route.d.ts.map +1 -1
  462. package/dist/definitions/helpers/router/get-action-routes-from-resource.d.cts +16 -0
  463. package/dist/definitions/helpers/router/get-action-routes-from-resource.d.cts.map +1 -0
  464. package/dist/definitions/helpers/router/get-action-routes-from-resource.d.mts +16 -0
  465. package/dist/definitions/helpers/router/get-action-routes-from-resource.d.mts.map +1 -0
  466. package/dist/definitions/helpers/router/get-action-routes-from-resource.d.ts +3 -2
  467. package/dist/definitions/helpers/router/get-action-routes-from-resource.d.ts.map +1 -1
  468. package/dist/definitions/helpers/router/get-default-action-path.d.cts +8 -0
  469. package/dist/definitions/helpers/router/get-default-action-path.d.cts.map +1 -0
  470. package/dist/definitions/helpers/router/get-default-action-path.d.mts +8 -0
  471. package/dist/definitions/helpers/router/get-default-action-path.d.mts.map +1 -0
  472. package/dist/definitions/helpers/router/get-default-action-path.d.ts +1 -1
  473. package/dist/definitions/helpers/router/get-default-action-path.d.ts.map +1 -1
  474. package/dist/definitions/helpers/router/get-parent-prefix-for-resource.d.cts +7 -0
  475. package/dist/definitions/helpers/router/get-parent-prefix-for-resource.d.cts.map +1 -0
  476. package/dist/definitions/helpers/router/get-parent-prefix-for-resource.d.mts +7 -0
  477. package/dist/definitions/helpers/router/get-parent-prefix-for-resource.d.mts.map +1 -0
  478. package/dist/definitions/helpers/router/get-parent-prefix-for-resource.d.ts +1 -1
  479. package/dist/definitions/helpers/router/get-parent-prefix-for-resource.d.ts.map +1 -1
  480. package/dist/definitions/helpers/router/get-parent-resource.d.cts +7 -0
  481. package/dist/definitions/helpers/router/get-parent-resource.d.cts.map +1 -0
  482. package/dist/definitions/helpers/router/get-parent-resource.d.mts +7 -0
  483. package/dist/definitions/helpers/router/get-parent-resource.d.mts.map +1 -0
  484. package/dist/definitions/helpers/router/get-parent-resource.d.ts +1 -1
  485. package/dist/definitions/helpers/router/get-parent-resource.d.ts.map +1 -1
  486. package/dist/definitions/helpers/router/index.d.cts +10 -0
  487. package/dist/definitions/helpers/router/index.d.cts.map +1 -0
  488. package/dist/definitions/helpers/router/index.d.mts +10 -0
  489. package/dist/definitions/helpers/router/index.d.mts.map +1 -0
  490. package/dist/definitions/helpers/router/is-parameter.d.cts +5 -0
  491. package/dist/definitions/helpers/router/is-parameter.d.cts.map +1 -0
  492. package/dist/definitions/helpers/router/is-parameter.d.mts +5 -0
  493. package/dist/definitions/helpers/router/is-parameter.d.mts.map +1 -0
  494. package/dist/definitions/helpers/router/is-segment-counts-same.d.cts +5 -0
  495. package/dist/definitions/helpers/router/is-segment-counts-same.d.cts.map +1 -0
  496. package/dist/definitions/helpers/router/is-segment-counts-same.d.mts +5 -0
  497. package/dist/definitions/helpers/router/is-segment-counts-same.d.mts.map +1 -0
  498. package/dist/definitions/helpers/router/match-resource-from-route.d.cts +15 -0
  499. package/dist/definitions/helpers/router/match-resource-from-route.d.cts.map +1 -0
  500. package/dist/definitions/helpers/router/match-resource-from-route.d.mts +15 -0
  501. package/dist/definitions/helpers/router/match-resource-from-route.d.mts.map +1 -0
  502. package/dist/definitions/helpers/router/match-resource-from-route.d.ts +2 -1
  503. package/dist/definitions/helpers/router/match-resource-from-route.d.ts.map +1 -1
  504. package/dist/definitions/helpers/router/pick-matched-route.d.cts +8 -0
  505. package/dist/definitions/helpers/router/pick-matched-route.d.cts.map +1 -0
  506. package/dist/definitions/helpers/router/pick-matched-route.d.mts +8 -0
  507. package/dist/definitions/helpers/router/pick-matched-route.d.mts.map +1 -0
  508. package/dist/definitions/helpers/router/pick-matched-route.d.ts.map +1 -1
  509. package/dist/definitions/helpers/router/pick-route-params.d.cts +6 -0
  510. package/dist/definitions/helpers/router/pick-route-params.d.cts.map +1 -0
  511. package/dist/definitions/helpers/router/pick-route-params.d.mts +6 -0
  512. package/dist/definitions/helpers/router/pick-route-params.d.mts.map +1 -0
  513. package/dist/definitions/helpers/router/prepare-route-params.d.cts +8 -0
  514. package/dist/definitions/helpers/router/prepare-route-params.d.cts.map +1 -0
  515. package/dist/definitions/helpers/router/prepare-route-params.d.mts +8 -0
  516. package/dist/definitions/helpers/router/prepare-route-params.d.mts.map +1 -0
  517. package/dist/definitions/helpers/router/prepare-route-params.d.ts.map +1 -1
  518. package/dist/definitions/helpers/router/remove-leading-trailing-slashes.d.cts +5 -0
  519. package/dist/definitions/helpers/router/remove-leading-trailing-slashes.d.cts.map +1 -0
  520. package/dist/definitions/helpers/router/remove-leading-trailing-slashes.d.mts +5 -0
  521. package/dist/definitions/helpers/router/remove-leading-trailing-slashes.d.mts.map +1 -0
  522. package/dist/definitions/helpers/router/split-to-segments.d.cts +5 -0
  523. package/dist/definitions/helpers/router/split-to-segments.d.cts.map +1 -0
  524. package/dist/definitions/helpers/router/split-to-segments.d.mts +5 -0
  525. package/dist/definitions/helpers/router/split-to-segments.d.mts.map +1 -0
  526. package/dist/definitions/helpers/safe-translate/index.d.cts +3 -0
  527. package/dist/definitions/helpers/safe-translate/index.d.cts.map +1 -0
  528. package/dist/definitions/helpers/safe-translate/index.d.mts +3 -0
  529. package/dist/definitions/helpers/safe-translate/index.d.mts.map +1 -0
  530. package/dist/definitions/helpers/safe-translate/index.d.ts +1 -1
  531. package/dist/definitions/helpers/safe-translate/index.d.ts.map +1 -1
  532. package/dist/definitions/helpers/sanitize-resource/index.d.cts +8 -0
  533. package/dist/definitions/helpers/sanitize-resource/index.d.cts.map +1 -0
  534. package/dist/definitions/helpers/sanitize-resource/index.d.mts +8 -0
  535. package/dist/definitions/helpers/sanitize-resource/index.d.mts.map +1 -0
  536. package/dist/definitions/helpers/sanitize-resource/index.d.ts +1 -1
  537. package/dist/definitions/helpers/sanitize-resource/index.d.ts.map +1 -1
  538. package/dist/definitions/helpers/sequentialPromises/index.d.cts +5 -0
  539. package/dist/definitions/helpers/sequentialPromises/index.d.cts.map +1 -0
  540. package/dist/definitions/helpers/sequentialPromises/index.d.mts +5 -0
  541. package/dist/definitions/helpers/sequentialPromises/index.d.mts.map +1 -0
  542. package/dist/definitions/helpers/sequentialPromises/index.d.ts +2 -2
  543. package/dist/definitions/helpers/sequentialPromises/index.d.ts.map +1 -1
  544. package/dist/definitions/helpers/treeView/createTreeView/index.d.cts +6 -0
  545. package/dist/definitions/helpers/treeView/createTreeView/index.d.cts.map +1 -0
  546. package/dist/definitions/helpers/treeView/createTreeView/index.d.mts +6 -0
  547. package/dist/definitions/helpers/treeView/createTreeView/index.d.mts.map +1 -0
  548. package/dist/definitions/helpers/treeView/createTreeView/index.d.ts +1 -1
  549. package/dist/definitions/helpers/treeView/createTreeView/index.d.ts.map +1 -1
  550. package/dist/definitions/helpers/treeView/index.d.cts +2 -0
  551. package/dist/definitions/helpers/treeView/index.d.cts.map +1 -0
  552. package/dist/definitions/helpers/treeView/index.d.mts +2 -0
  553. package/dist/definitions/helpers/treeView/index.d.mts.map +1 -0
  554. package/dist/definitions/helpers/useActiveAuthProvider/index.d.cts +34 -0
  555. package/dist/definitions/helpers/useActiveAuthProvider/index.d.cts.map +1 -0
  556. package/dist/definitions/helpers/useActiveAuthProvider/index.d.mts +34 -0
  557. package/dist/definitions/helpers/useActiveAuthProvider/index.d.mts.map +1 -0
  558. package/dist/definitions/helpers/useActiveAuthProvider/index.d.ts +14 -14
  559. package/dist/definitions/helpers/useInfinitePagination/index.d.cts +4 -0
  560. package/dist/definitions/helpers/useInfinitePagination/index.d.cts.map +1 -0
  561. package/dist/definitions/helpers/useInfinitePagination/index.d.mts +4 -0
  562. package/dist/definitions/helpers/useInfinitePagination/index.d.mts.map +1 -0
  563. package/dist/definitions/helpers/useInfinitePagination/index.d.ts +1 -1
  564. package/dist/definitions/helpers/useInfinitePagination/index.d.ts.map +1 -1
  565. package/dist/definitions/helpers/useMediaQuery/index.d.cts +2 -0
  566. package/dist/definitions/helpers/useMediaQuery/index.d.cts.map +1 -0
  567. package/dist/definitions/helpers/useMediaQuery/index.d.mts +2 -0
  568. package/dist/definitions/helpers/useMediaQuery/index.d.mts.map +1 -0
  569. package/dist/definitions/helpers/useUserFriendlyName/index.d.cts +6 -0
  570. package/dist/definitions/helpers/useUserFriendlyName/index.d.cts.map +1 -0
  571. package/dist/definitions/helpers/useUserFriendlyName/index.d.mts +6 -0
  572. package/dist/definitions/helpers/useUserFriendlyName/index.d.mts.map +1 -0
  573. package/dist/definitions/helpers/useUserFriendlyName/index.d.ts.map +1 -1
  574. package/dist/definitions/helpers/userFriendlyResourceName/index.d.cts +7 -0
  575. package/dist/definitions/helpers/userFriendlyResourceName/index.d.cts.map +1 -0
  576. package/dist/definitions/helpers/userFriendlyResourceName/index.d.mts +7 -0
  577. package/dist/definitions/helpers/userFriendlyResourceName/index.d.mts.map +1 -0
  578. package/dist/definitions/helpers/userFriendlyResourceName/index.d.ts.map +1 -1
  579. package/dist/definitions/helpers/userFriendlySeconds/index.d.cts +2 -0
  580. package/dist/definitions/helpers/userFriendlySeconds/index.d.cts.map +1 -0
  581. package/dist/definitions/helpers/userFriendlySeconds/index.d.mts +2 -0
  582. package/dist/definitions/helpers/userFriendlySeconds/index.d.mts.map +1 -0
  583. package/dist/definitions/index.d.cts +4 -0
  584. package/dist/definitions/index.d.cts.map +1 -0
  585. package/dist/definitions/index.d.mts +4 -0
  586. package/dist/definitions/index.d.mts.map +1 -0
  587. package/dist/definitions/table/index.d.cts +34 -0
  588. package/dist/definitions/table/index.d.cts.map +1 -0
  589. package/dist/definitions/table/index.d.mts +34 -0
  590. package/dist/definitions/table/index.d.mts.map +1 -0
  591. package/dist/definitions/table/index.d.ts +13 -13
  592. package/dist/definitions/table/index.d.ts.map +1 -1
  593. package/dist/definitions/upload/file2Base64/index.d.cts +2 -0
  594. package/dist/definitions/upload/file2Base64/index.d.cts.map +1 -0
  595. package/dist/definitions/upload/file2Base64/index.d.mts +2 -0
  596. package/dist/definitions/upload/file2Base64/index.d.mts.map +1 -0
  597. package/dist/definitions/upload/index.d.cts +2 -0
  598. package/dist/definitions/upload/index.d.cts.map +1 -0
  599. package/dist/definitions/upload/index.d.mts +2 -0
  600. package/dist/definitions/upload/index.d.mts.map +1 -0
  601. package/dist/hooks/accessControl/index.d.cts +3 -0
  602. package/dist/hooks/accessControl/index.d.cts.map +1 -0
  603. package/dist/hooks/accessControl/index.d.mts +3 -0
  604. package/dist/hooks/accessControl/index.d.mts.map +1 -0
  605. package/dist/hooks/accessControl/useCan/index.d.cts +18 -0
  606. package/dist/hooks/accessControl/useCan/index.d.cts.map +1 -0
  607. package/dist/hooks/accessControl/useCan/index.d.mts +18 -0
  608. package/dist/hooks/accessControl/useCan/index.d.mts.map +1 -0
  609. package/dist/hooks/accessControl/useCan/index.d.ts +2 -2
  610. package/dist/hooks/accessControl/useCan/index.d.ts.map +1 -1
  611. package/dist/hooks/accessControl/useCanWithoutCache.d.cts +3 -0
  612. package/dist/hooks/accessControl/useCanWithoutCache.d.cts.map +1 -0
  613. package/dist/hooks/accessControl/useCanWithoutCache.d.mts +3 -0
  614. package/dist/hooks/accessControl/useCanWithoutCache.d.mts.map +1 -0
  615. package/dist/hooks/accessControl/useCanWithoutCache.d.ts +1 -1
  616. package/dist/hooks/accessControl/useCanWithoutCache.d.ts.map +1 -1
  617. package/dist/hooks/auditLog/index.d.cts +3 -0
  618. package/dist/hooks/auditLog/index.d.cts.map +1 -0
  619. package/dist/hooks/auditLog/index.d.mts +3 -0
  620. package/dist/hooks/auditLog/index.d.mts.map +1 -0
  621. package/dist/hooks/auditLog/useLog/index.d.cts +27 -0
  622. package/dist/hooks/auditLog/useLog/index.d.cts.map +1 -0
  623. package/dist/hooks/auditLog/useLog/index.d.mts +27 -0
  624. package/dist/hooks/auditLog/useLog/index.d.mts.map +1 -0
  625. package/dist/hooks/auditLog/useLog/index.d.ts +5 -4
  626. package/dist/hooks/auditLog/useLog/index.d.ts.map +1 -1
  627. package/dist/hooks/auditLog/useLogList/index.d.cts +22 -0
  628. package/dist/hooks/auditLog/useLogList/index.d.cts.map +1 -0
  629. package/dist/hooks/auditLog/useLogList/index.d.mts +22 -0
  630. package/dist/hooks/auditLog/useLogList/index.d.mts.map +1 -0
  631. package/dist/hooks/auditLog/useLogList/index.d.ts +4 -4
  632. package/dist/hooks/auditLog/useLogList/index.d.ts.map +1 -1
  633. package/dist/hooks/auth/index.d.cts +11 -0
  634. package/dist/hooks/auth/index.d.cts.map +1 -0
  635. package/dist/hooks/auth/index.d.mts +11 -0
  636. package/dist/hooks/auth/index.d.mts.map +1 -0
  637. package/dist/hooks/auth/useForgotPassword/index.d.cts +22 -0
  638. package/dist/hooks/auth/useForgotPassword/index.d.cts.map +1 -0
  639. package/dist/hooks/auth/useForgotPassword/index.d.mts +22 -0
  640. package/dist/hooks/auth/useForgotPassword/index.d.mts.map +1 -0
  641. package/dist/hooks/auth/useForgotPassword/index.d.ts +8 -7
  642. package/dist/hooks/auth/useForgotPassword/index.d.ts.map +1 -1
  643. package/dist/hooks/auth/useGetIdentity/index.d.cts +21 -0
  644. package/dist/hooks/auth/useGetIdentity/index.d.cts.map +1 -0
  645. package/dist/hooks/auth/useGetIdentity/index.d.mts +21 -0
  646. package/dist/hooks/auth/useGetIdentity/index.d.mts.map +1 -0
  647. package/dist/hooks/auth/useGetIdentity/index.d.ts +8 -8
  648. package/dist/hooks/auth/useGetIdentity/index.d.ts.map +1 -1
  649. package/dist/hooks/auth/useInvalidateAuthStore/index.d.cts +2 -0
  650. package/dist/hooks/auth/useInvalidateAuthStore/index.d.cts.map +1 -0
  651. package/dist/hooks/auth/useInvalidateAuthStore/index.d.mts +2 -0
  652. package/dist/hooks/auth/useInvalidateAuthStore/index.d.mts.map +1 -0
  653. package/dist/hooks/auth/useIsAuthenticated/index.d.cts +25 -0
  654. package/dist/hooks/auth/useIsAuthenticated/index.d.cts.map +1 -0
  655. package/dist/hooks/auth/useIsAuthenticated/index.d.mts +25 -0
  656. package/dist/hooks/auth/useIsAuthenticated/index.d.mts.map +1 -0
  657. package/dist/hooks/auth/useIsAuthenticated/index.d.ts +7 -7
  658. package/dist/hooks/auth/useIsAuthenticated/index.d.ts.map +1 -1
  659. package/dist/hooks/auth/useIsExistAuthentication/index.d.cts +6 -0
  660. package/dist/hooks/auth/useIsExistAuthentication/index.d.cts.map +1 -0
  661. package/dist/hooks/auth/useIsExistAuthentication/index.d.mts +6 -0
  662. package/dist/hooks/auth/useIsExistAuthentication/index.d.mts.map +1 -0
  663. package/dist/hooks/auth/useLogin/index.d.cts +22 -0
  664. package/dist/hooks/auth/useLogin/index.d.cts.map +1 -0
  665. package/dist/hooks/auth/useLogin/index.d.mts +22 -0
  666. package/dist/hooks/auth/useLogin/index.d.mts.map +1 -0
  667. package/dist/hooks/auth/useLogin/index.d.ts +8 -8
  668. package/dist/hooks/auth/useLogin/index.d.ts.map +1 -1
  669. package/dist/hooks/auth/useLogout/index.d.cts +26 -0
  670. package/dist/hooks/auth/useLogout/index.d.cts.map +1 -0
  671. package/dist/hooks/auth/useLogout/index.d.mts +26 -0
  672. package/dist/hooks/auth/useLogout/index.d.mts.map +1 -0
  673. package/dist/hooks/auth/useLogout/index.d.ts +9 -9
  674. package/dist/hooks/auth/useLogout/index.d.ts.map +1 -1
  675. package/dist/hooks/auth/useOnError/index.d.cts +22 -0
  676. package/dist/hooks/auth/useOnError/index.d.cts.map +1 -0
  677. package/dist/hooks/auth/useOnError/index.d.mts +22 -0
  678. package/dist/hooks/auth/useOnError/index.d.mts.map +1 -0
  679. package/dist/hooks/auth/useOnError/index.d.ts +7 -7
  680. package/dist/hooks/auth/useOnError/index.d.ts.map +1 -1
  681. package/dist/hooks/auth/usePermissions/index.d.cts +24 -0
  682. package/dist/hooks/auth/usePermissions/index.d.cts.map +1 -0
  683. package/dist/hooks/auth/usePermissions/index.d.mts +24 -0
  684. package/dist/hooks/auth/usePermissions/index.d.mts.map +1 -0
  685. package/dist/hooks/auth/usePermissions/index.d.ts +14 -11
  686. package/dist/hooks/auth/usePermissions/index.d.ts.map +1 -1
  687. package/dist/hooks/auth/useRegister/index.d.cts +22 -0
  688. package/dist/hooks/auth/useRegister/index.d.cts.map +1 -0
  689. package/dist/hooks/auth/useRegister/index.d.mts +22 -0
  690. package/dist/hooks/auth/useRegister/index.d.mts.map +1 -0
  691. package/dist/hooks/auth/useRegister/index.d.ts +8 -7
  692. package/dist/hooks/auth/useRegister/index.d.ts.map +1 -1
  693. package/dist/hooks/auth/useUpdatePassword/index.d.cts +23 -0
  694. package/dist/hooks/auth/useUpdatePassword/index.d.cts.map +1 -0
  695. package/dist/hooks/auth/useUpdatePassword/index.d.mts +23 -0
  696. package/dist/hooks/auth/useUpdatePassword/index.d.mts.map +1 -0
  697. package/dist/hooks/auth/useUpdatePassword/index.d.ts +9 -7
  698. package/dist/hooks/auth/useUpdatePassword/index.d.ts.map +1 -1
  699. package/dist/hooks/breadcrumb/index.d.cts +18 -0
  700. package/dist/hooks/breadcrumb/index.d.cts.map +1 -0
  701. package/dist/hooks/breadcrumb/index.d.mts +18 -0
  702. package/dist/hooks/breadcrumb/index.d.mts.map +1 -0
  703. package/dist/hooks/breadcrumb/index.d.ts +3 -3
  704. package/dist/hooks/breadcrumb/index.d.ts.map +1 -1
  705. package/dist/hooks/button/actionable-button/index.d.cts +8 -0
  706. package/dist/hooks/button/actionable-button/index.d.cts.map +1 -0
  707. package/dist/hooks/button/actionable-button/index.d.mts +8 -0
  708. package/dist/hooks/button/actionable-button/index.d.mts.map +1 -0
  709. package/dist/hooks/button/actionable-button/index.d.ts +8 -0
  710. package/dist/hooks/button/actionable-button/index.d.ts.map +1 -0
  711. package/dist/hooks/button/button-can-access/index.d.cts +22 -0
  712. package/dist/hooks/button/button-can-access/index.d.cts.map +1 -0
  713. package/dist/hooks/button/button-can-access/index.d.mts +22 -0
  714. package/dist/hooks/button/button-can-access/index.d.mts.map +1 -0
  715. package/dist/hooks/button/button-can-access/index.d.ts +22 -0
  716. package/dist/hooks/button/button-can-access/index.d.ts.map +1 -0
  717. package/dist/hooks/button/delete-button/index.d.cts +28 -0
  718. package/dist/hooks/button/delete-button/index.d.cts.map +1 -0
  719. package/dist/hooks/button/delete-button/index.d.mts +28 -0
  720. package/dist/hooks/button/delete-button/index.d.mts.map +1 -0
  721. package/dist/hooks/button/delete-button/index.d.ts +28 -0
  722. package/dist/hooks/button/delete-button/index.d.ts.map +1 -0
  723. package/dist/hooks/button/index.d.cts +13 -0
  724. package/dist/hooks/button/index.d.cts.map +1 -0
  725. package/dist/hooks/button/index.d.mts +13 -0
  726. package/dist/hooks/button/index.d.mts.map +1 -0
  727. package/dist/hooks/button/index.d.ts +13 -0
  728. package/dist/hooks/button/index.d.ts.map +1 -0
  729. package/dist/hooks/button/navigation-button/index.d.cts +28 -0
  730. package/dist/hooks/button/navigation-button/index.d.cts.map +1 -0
  731. package/dist/hooks/button/navigation-button/index.d.mts +28 -0
  732. package/dist/hooks/button/navigation-button/index.d.mts.map +1 -0
  733. package/dist/hooks/button/navigation-button/index.d.ts +28 -0
  734. package/dist/hooks/button/navigation-button/index.d.ts.map +1 -0
  735. package/dist/hooks/button/refresh-button/index.d.cts +14 -0
  736. package/dist/hooks/button/refresh-button/index.d.cts.map +1 -0
  737. package/dist/hooks/button/refresh-button/index.d.mts +14 -0
  738. package/dist/hooks/button/refresh-button/index.d.mts.map +1 -0
  739. package/dist/hooks/button/refresh-button/index.d.ts +14 -0
  740. package/dist/hooks/button/refresh-button/index.d.ts.map +1 -0
  741. package/dist/hooks/data/index.d.cts +15 -0
  742. package/dist/hooks/data/index.d.cts.map +1 -0
  743. package/dist/hooks/data/index.d.mts +15 -0
  744. package/dist/hooks/data/index.d.mts.map +1 -0
  745. package/dist/hooks/data/useApiUrl.d.cts +2 -0
  746. package/dist/hooks/data/useApiUrl.d.cts.map +1 -0
  747. package/dist/hooks/data/useApiUrl.d.mts +2 -0
  748. package/dist/hooks/data/useApiUrl.d.mts.map +1 -0
  749. package/dist/hooks/data/useApiUrl.d.ts.map +1 -1
  750. package/dist/hooks/data/useCreate.d.cts +49 -0
  751. package/dist/hooks/data/useCreate.d.cts.map +1 -0
  752. package/dist/hooks/data/useCreate.d.mts +49 -0
  753. package/dist/hooks/data/useCreate.d.mts.map +1 -0
  754. package/dist/hooks/data/useCreate.d.ts +6 -6
  755. package/dist/hooks/data/useCreate.d.ts.map +1 -1
  756. package/dist/hooks/data/useCreateMany.d.cts +31 -0
  757. package/dist/hooks/data/useCreateMany.d.cts.map +1 -0
  758. package/dist/hooks/data/useCreateMany.d.mts +31 -0
  759. package/dist/hooks/data/useCreateMany.d.mts.map +1 -0
  760. package/dist/hooks/data/useCreateMany.d.ts +5 -4
  761. package/dist/hooks/data/useCreateMany.d.ts.map +1 -1
  762. package/dist/hooks/data/useCustom.d.cts +63 -0
  763. package/dist/hooks/data/useCustom.d.cts.map +1 -0
  764. package/dist/hooks/data/useCustom.d.mts +63 -0
  765. package/dist/hooks/data/useCustom.d.mts.map +1 -0
  766. package/dist/hooks/data/useCustom.d.ts +6 -5
  767. package/dist/hooks/data/useCustom.d.ts.map +1 -1
  768. package/dist/hooks/data/useCustomMutation.d.cts +42 -0
  769. package/dist/hooks/data/useCustomMutation.d.cts.map +1 -0
  770. package/dist/hooks/data/useCustomMutation.d.mts +42 -0
  771. package/dist/hooks/data/useCustomMutation.d.mts.map +1 -0
  772. package/dist/hooks/data/useCustomMutation.d.ts +5 -4
  773. package/dist/hooks/data/useCustomMutation.d.ts.map +1 -1
  774. package/dist/hooks/data/useDataProvider.d.cts +3 -0
  775. package/dist/hooks/data/useDataProvider.d.cts.map +1 -0
  776. package/dist/hooks/data/useDataProvider.d.mts +3 -0
  777. package/dist/hooks/data/useDataProvider.d.mts.map +1 -0
  778. package/dist/hooks/data/useDataProvider.d.ts +2 -2
  779. package/dist/hooks/data/useDataProvider.d.ts.map +1 -1
  780. package/dist/hooks/data/useDelete.d.cts +65 -0
  781. package/dist/hooks/data/useDelete.d.cts.map +1 -0
  782. package/dist/hooks/data/useDelete.d.mts +65 -0
  783. package/dist/hooks/data/useDelete.d.mts.map +1 -0
  784. package/dist/hooks/data/useDelete.d.ts +5 -4
  785. package/dist/hooks/data/useDelete.d.ts.map +1 -1
  786. package/dist/hooks/data/useDeleteMany.d.cts +65 -0
  787. package/dist/hooks/data/useDeleteMany.d.cts.map +1 -0
  788. package/dist/hooks/data/useDeleteMany.d.mts +65 -0
  789. package/dist/hooks/data/useDeleteMany.d.mts.map +1 -0
  790. package/dist/hooks/data/useDeleteMany.d.ts +5 -4
  791. package/dist/hooks/data/useDeleteMany.d.ts.map +1 -1
  792. package/dist/hooks/data/useInfiniteList.d.cts +74 -0
  793. package/dist/hooks/data/useInfiniteList.d.cts.map +1 -0
  794. package/dist/hooks/data/useInfiniteList.d.mts +74 -0
  795. package/dist/hooks/data/useInfiniteList.d.mts.map +1 -0
  796. package/dist/hooks/data/useInfiniteList.d.ts +9 -7
  797. package/dist/hooks/data/useInfiniteList.d.ts.map +1 -1
  798. package/dist/hooks/data/useList.d.cts +73 -0
  799. package/dist/hooks/data/useList.d.cts.map +1 -0
  800. package/dist/hooks/data/useList.d.mts +73 -0
  801. package/dist/hooks/data/useList.d.mts.map +1 -0
  802. package/dist/hooks/data/useList.d.ts +9 -7
  803. package/dist/hooks/data/useList.d.ts.map +1 -1
  804. package/dist/hooks/data/useMany.d.cts +48 -0
  805. package/dist/hooks/data/useMany.d.cts.map +1 -0
  806. package/dist/hooks/data/useMany.d.mts +48 -0
  807. package/dist/hooks/data/useMany.d.mts.map +1 -0
  808. package/dist/hooks/data/useMany.d.ts +4 -2
  809. package/dist/hooks/data/useMany.d.ts.map +1 -1
  810. package/dist/hooks/data/useOne.d.cts +50 -0
  811. package/dist/hooks/data/useOne.d.cts.map +1 -0
  812. package/dist/hooks/data/useOne.d.mts +50 -0
  813. package/dist/hooks/data/useOne.d.mts.map +1 -0
  814. package/dist/hooks/data/useOne.d.ts +4 -2
  815. package/dist/hooks/data/useOne.d.ts.map +1 -1
  816. package/dist/hooks/data/useUpdate.d.cts +83 -0
  817. package/dist/hooks/data/useUpdate.d.cts.map +1 -0
  818. package/dist/hooks/data/useUpdate.d.mts +83 -0
  819. package/dist/hooks/data/useUpdate.d.mts.map +1 -0
  820. package/dist/hooks/data/useUpdate.d.ts +10 -4
  821. package/dist/hooks/data/useUpdate.d.ts.map +1 -1
  822. package/dist/hooks/data/useUpdateMany.d.cts +84 -0
  823. package/dist/hooks/data/useUpdateMany.d.cts.map +1 -0
  824. package/dist/hooks/data/useUpdateMany.d.mts +84 -0
  825. package/dist/hooks/data/useUpdateMany.d.mts.map +1 -0
  826. package/dist/hooks/data/useUpdateMany.d.ts +10 -4
  827. package/dist/hooks/data/useUpdateMany.d.ts.map +1 -1
  828. package/dist/hooks/deepMemo/index.d.cts +7 -0
  829. package/dist/hooks/deepMemo/index.d.cts.map +1 -0
  830. package/dist/hooks/deepMemo/index.d.mts +7 -0
  831. package/dist/hooks/deepMemo/index.d.mts.map +1 -0
  832. package/dist/hooks/deepMemo/index.d.ts.map +1 -1
  833. package/dist/hooks/export/index.d.cts +99 -0
  834. package/dist/hooks/export/index.d.cts.map +1 -0
  835. package/dist/hooks/export/index.d.mts +99 -0
  836. package/dist/hooks/export/index.d.mts.map +1 -0
  837. package/dist/hooks/export/index.d.ts +10 -9
  838. package/dist/hooks/export/index.d.ts.map +1 -1
  839. package/dist/hooks/export/types.d.cts +23 -0
  840. package/dist/hooks/export/types.d.cts.map +1 -0
  841. package/dist/hooks/export/types.d.mts +23 -0
  842. package/dist/hooks/export/types.d.mts.map +1 -0
  843. package/dist/hooks/export/types.d.ts +23 -0
  844. package/dist/hooks/export/types.d.ts.map +1 -0
  845. package/dist/hooks/form/index.d.cts +18 -0
  846. package/dist/hooks/form/index.d.cts.map +1 -0
  847. package/dist/hooks/form/index.d.mts +18 -0
  848. package/dist/hooks/form/index.d.mts.map +1 -0
  849. package/dist/hooks/form/index.d.ts +17 -1
  850. package/dist/hooks/form/index.d.ts.map +1 -1
  851. package/dist/hooks/form/types.d.cts +146 -0
  852. package/dist/hooks/form/types.d.cts.map +1 -0
  853. package/dist/hooks/form/types.d.mts +146 -0
  854. package/dist/hooks/form/types.d.mts.map +1 -0
  855. package/dist/hooks/form/types.d.ts +146 -0
  856. package/dist/hooks/form/types.d.ts.map +1 -0
  857. package/dist/hooks/i18n/index.d.cts +5 -0
  858. package/dist/hooks/i18n/index.d.cts.map +1 -0
  859. package/dist/hooks/i18n/index.d.mts +5 -0
  860. package/dist/hooks/i18n/index.d.mts.map +1 -0
  861. package/dist/hooks/i18n/index.d.ts +5 -0
  862. package/dist/hooks/i18n/index.d.ts.map +1 -0
  863. package/dist/hooks/i18n/useGetLocale.d.cts +9 -0
  864. package/dist/hooks/i18n/useGetLocale.d.cts.map +1 -0
  865. package/dist/hooks/i18n/useGetLocale.d.mts +9 -0
  866. package/dist/hooks/i18n/useGetLocale.d.mts.map +1 -0
  867. package/dist/hooks/i18n/useGetLocale.d.ts +9 -0
  868. package/dist/hooks/i18n/useGetLocale.d.ts.map +1 -0
  869. package/dist/hooks/i18n/useSetLocale.d.cts +8 -0
  870. package/dist/hooks/i18n/useSetLocale.d.cts.map +1 -0
  871. package/dist/hooks/i18n/useSetLocale.d.mts +8 -0
  872. package/dist/hooks/i18n/useSetLocale.d.mts.map +1 -0
  873. package/dist/hooks/i18n/useSetLocale.d.ts +8 -0
  874. package/dist/hooks/i18n/useSetLocale.d.ts.map +1 -0
  875. package/dist/hooks/i18n/useTranslate.d.cts.map +1 -0
  876. package/dist/hooks/i18n/useTranslate.d.mts +11 -0
  877. package/dist/hooks/i18n/useTranslate.d.mts.map +1 -0
  878. package/dist/hooks/i18n/useTranslate.d.ts +11 -0
  879. package/dist/hooks/i18n/useTranslate.d.ts.map +1 -0
  880. package/dist/hooks/i18n/useTranslation.d.cts +18 -0
  881. package/dist/hooks/i18n/useTranslation.d.cts.map +1 -0
  882. package/dist/hooks/i18n/useTranslation.d.mts +18 -0
  883. package/dist/hooks/i18n/useTranslation.d.mts.map +1 -0
  884. package/dist/hooks/i18n/useTranslation.d.ts +18 -0
  885. package/dist/hooks/i18n/useTranslation.d.ts.map +1 -0
  886. package/dist/hooks/import/index.d.cts +101 -0
  887. package/dist/hooks/import/index.d.cts.map +1 -0
  888. package/dist/hooks/import/index.d.mts +101 -0
  889. package/dist/hooks/import/index.d.mts.map +1 -0
  890. package/dist/hooks/import/index.d.ts +13 -12
  891. package/dist/hooks/import/index.d.ts.map +1 -1
  892. package/dist/hooks/index.d.cts +31 -0
  893. package/dist/hooks/index.d.cts.map +1 -0
  894. package/dist/hooks/index.d.mts +31 -0
  895. package/dist/hooks/index.d.mts.map +1 -0
  896. package/dist/hooks/index.d.ts +6 -2
  897. package/dist/hooks/index.d.ts.map +1 -1
  898. package/dist/hooks/invalidate/index.d.cts +12 -0
  899. package/dist/hooks/invalidate/index.d.cts.map +1 -0
  900. package/dist/hooks/invalidate/index.d.mts +12 -0
  901. package/dist/hooks/invalidate/index.d.mts.map +1 -0
  902. package/dist/hooks/invalidate/index.d.ts +2 -2
  903. package/dist/hooks/invalidate/index.d.ts.map +1 -1
  904. package/dist/hooks/legacy-router/index.d.cts +2 -0
  905. package/dist/hooks/legacy-router/index.d.cts.map +1 -0
  906. package/dist/hooks/legacy-router/index.d.mts +2 -0
  907. package/dist/hooks/legacy-router/index.d.mts.map +1 -0
  908. package/dist/hooks/legacy-router/useRouterContext.d.cts +10 -0
  909. package/dist/hooks/legacy-router/useRouterContext.d.cts.map +1 -0
  910. package/dist/hooks/legacy-router/useRouterContext.d.mts +10 -0
  911. package/dist/hooks/legacy-router/useRouterContext.d.mts.map +1 -0
  912. package/dist/hooks/legacy-router/useRouterContext.d.ts.map +1 -1
  913. package/dist/hooks/live/index.d.cts +5 -0
  914. package/dist/hooks/live/index.d.cts.map +1 -0
  915. package/dist/hooks/live/index.d.mts +5 -0
  916. package/dist/hooks/live/index.d.mts.map +1 -0
  917. package/dist/hooks/live/useLiveMode/index.d.cts +3 -0
  918. package/dist/hooks/live/useLiveMode/index.d.cts.map +1 -0
  919. package/dist/hooks/live/useLiveMode/index.d.mts +3 -0
  920. package/dist/hooks/live/useLiveMode/index.d.mts.map +1 -0
  921. package/dist/hooks/live/useLiveMode/index.d.ts +1 -1
  922. package/dist/hooks/live/useLiveMode/index.d.ts.map +1 -1
  923. package/dist/hooks/live/usePublish/index.d.cts +3 -0
  924. package/dist/hooks/live/usePublish/index.d.cts.map +1 -0
  925. package/dist/hooks/live/usePublish/index.d.mts +3 -0
  926. package/dist/hooks/live/usePublish/index.d.mts.map +1 -0
  927. package/dist/hooks/live/usePublish/index.d.ts +2 -2
  928. package/dist/hooks/live/usePublish/index.d.ts.map +1 -1
  929. package/dist/hooks/live/useResourceSubscription/index.d.cts +43 -0
  930. package/dist/hooks/live/useResourceSubscription/index.d.cts.map +1 -0
  931. package/dist/hooks/live/useResourceSubscription/index.d.mts +43 -0
  932. package/dist/hooks/live/useResourceSubscription/index.d.mts.map +1 -0
  933. package/dist/hooks/live/useResourceSubscription/index.d.ts +7 -8
  934. package/dist/hooks/live/useResourceSubscription/index.d.ts.map +1 -1
  935. package/dist/hooks/live/useSubscription/index.d.cts +57 -0
  936. package/dist/hooks/live/useSubscription/index.d.cts.map +1 -0
  937. package/dist/hooks/live/useSubscription/index.d.mts +57 -0
  938. package/dist/hooks/live/useSubscription/index.d.mts.map +1 -0
  939. package/dist/hooks/live/useSubscription/index.d.ts +6 -5
  940. package/dist/hooks/live/useSubscription/index.d.ts.map +1 -1
  941. package/dist/hooks/memoized/index.d.cts +6 -0
  942. package/dist/hooks/memoized/index.d.cts.map +1 -0
  943. package/dist/hooks/memoized/index.d.mts +6 -0
  944. package/dist/hooks/memoized/index.d.mts.map +1 -0
  945. package/dist/hooks/memoized/index.d.ts.map +1 -1
  946. package/dist/hooks/menu/index.d.cts +2 -0
  947. package/dist/hooks/menu/index.d.cts.map +1 -0
  948. package/dist/hooks/menu/index.d.mts +2 -0
  949. package/dist/hooks/menu/index.d.mts.map +1 -0
  950. package/dist/hooks/menu/useMenu.d.cts +28 -0
  951. package/dist/hooks/menu/useMenu.d.cts.map +1 -0
  952. package/dist/hooks/menu/useMenu.d.mts +28 -0
  953. package/dist/hooks/menu/useMenu.d.mts.map +1 -0
  954. package/dist/hooks/menu/useMenu.d.ts +3 -3
  955. package/dist/hooks/menu/useMenu.d.ts.map +1 -1
  956. package/dist/hooks/modal/index.d.cts +2 -0
  957. package/dist/hooks/modal/index.d.cts.map +1 -0
  958. package/dist/hooks/modal/index.d.mts +2 -0
  959. package/dist/hooks/modal/index.d.mts.map +1 -0
  960. package/dist/hooks/modal/useModal/index.d.cts +13 -0
  961. package/dist/hooks/modal/useModal/index.d.cts.map +1 -0
  962. package/dist/hooks/modal/useModal/index.d.mts +13 -0
  963. package/dist/hooks/modal/useModal/index.d.mts.map +1 -0
  964. package/dist/hooks/modal/useModal/index.d.ts +2 -2
  965. package/dist/hooks/modal/useModal/index.d.ts.map +1 -1
  966. package/dist/hooks/navigation/index.d.cts +28 -0
  967. package/dist/hooks/navigation/index.d.cts.map +1 -0
  968. package/dist/hooks/navigation/index.d.mts +28 -0
  969. package/dist/hooks/navigation/index.d.mts.map +1 -0
  970. package/dist/hooks/navigation/index.d.ts +3 -2
  971. package/dist/hooks/navigation/index.d.ts.map +1 -1
  972. package/dist/hooks/notification/index.d.cts +4 -0
  973. package/dist/hooks/notification/index.d.cts.map +1 -0
  974. package/dist/hooks/notification/index.d.mts +4 -0
  975. package/dist/hooks/notification/index.d.mts.map +1 -0
  976. package/dist/hooks/notification/useCancelNotification/index.d.cts +8 -0
  977. package/dist/hooks/notification/useCancelNotification/index.d.cts.map +1 -0
  978. package/dist/hooks/notification/useCancelNotification/index.d.mts +8 -0
  979. package/dist/hooks/notification/useCancelNotification/index.d.mts.map +1 -0
  980. package/dist/hooks/notification/useCancelNotification/index.d.ts +2 -2
  981. package/dist/hooks/notification/useCancelNotification/index.d.ts.map +1 -1
  982. package/dist/hooks/notification/useHandleNotification/index.d.cts +3 -0
  983. package/dist/hooks/notification/useHandleNotification/index.d.cts.map +1 -0
  984. package/dist/hooks/notification/useHandleNotification/index.d.mts +3 -0
  985. package/dist/hooks/notification/useHandleNotification/index.d.mts.map +1 -0
  986. package/dist/hooks/notification/useHandleNotification/index.d.ts +1 -1
  987. package/dist/hooks/notification/useHandleNotification/index.d.ts.map +1 -1
  988. package/dist/hooks/notification/useNotification/index.d.cts +3 -0
  989. package/dist/hooks/notification/useNotification/index.d.cts.map +1 -0
  990. package/dist/hooks/notification/useNotification/index.d.mts +3 -0
  991. package/dist/hooks/notification/useNotification/index.d.mts.map +1 -0
  992. package/dist/hooks/notification/useNotification/index.d.ts +1 -1
  993. package/dist/hooks/notification/useNotification/index.d.ts.map +1 -1
  994. package/dist/hooks/redirection/index.d.cts +11 -0
  995. package/dist/hooks/redirection/index.d.cts.map +1 -0
  996. package/dist/hooks/redirection/index.d.mts +11 -0
  997. package/dist/hooks/redirection/index.d.mts.map +1 -0
  998. package/dist/hooks/redirection/index.d.ts +4 -2
  999. package/dist/hooks/redirection/index.d.ts.map +1 -1
  1000. package/dist/hooks/refine/index.d.cts +6 -0
  1001. package/dist/hooks/refine/index.d.cts.map +1 -0
  1002. package/dist/hooks/refine/index.d.mts +6 -0
  1003. package/dist/hooks/refine/index.d.mts.map +1 -0
  1004. package/dist/hooks/refine/useMutationMode.d.cts +16 -0
  1005. package/dist/hooks/refine/useMutationMode.d.cts.map +1 -0
  1006. package/dist/hooks/refine/useMutationMode.d.mts +16 -0
  1007. package/dist/hooks/refine/useMutationMode.d.mts.map +1 -0
  1008. package/dist/hooks/refine/useMutationMode.d.ts +3 -2
  1009. package/dist/hooks/refine/useMutationMode.d.ts.map +1 -1
  1010. package/dist/hooks/refine/useRefineContext.d.cts +20 -0
  1011. package/dist/hooks/refine/useRefineContext.d.cts.map +1 -0
  1012. package/dist/hooks/refine/useRefineContext.d.mts +20 -0
  1013. package/dist/hooks/refine/useRefineContext.d.mts.map +1 -0
  1014. package/dist/hooks/refine/useRefineContext.d.ts +2 -2
  1015. package/dist/hooks/refine/useSyncWithLocation.d.cts +13 -0
  1016. package/dist/hooks/refine/useSyncWithLocation.d.cts.map +1 -0
  1017. package/dist/hooks/refine/useSyncWithLocation.d.mts +13 -0
  1018. package/dist/hooks/refine/useSyncWithLocation.d.mts.map +1 -0
  1019. package/dist/hooks/refine/useSyncWithLocation.d.ts +2 -2
  1020. package/dist/hooks/refine/useSyncWithLocation.d.ts.map +1 -1
  1021. package/dist/hooks/refine/useTitle.d.cts +10 -0
  1022. package/dist/hooks/refine/useTitle.d.cts.map +1 -0
  1023. package/dist/hooks/refine/useTitle.d.mts +10 -0
  1024. package/dist/hooks/refine/useTitle.d.mts.map +1 -0
  1025. package/dist/hooks/refine/useTitle.d.ts +1 -1
  1026. package/dist/hooks/refine/useTitle.d.ts.map +1 -1
  1027. package/dist/hooks/refine/useWarnAboutChange/index.d.cts +16 -0
  1028. package/dist/hooks/refine/useWarnAboutChange/index.d.cts.map +1 -0
  1029. package/dist/hooks/refine/useWarnAboutChange/index.d.mts +16 -0
  1030. package/dist/hooks/refine/useWarnAboutChange/index.d.mts.map +1 -0
  1031. package/dist/hooks/refine/useWarnAboutChange/index.d.ts +3 -2
  1032. package/dist/hooks/refine/useWarnAboutChange/index.d.ts.map +1 -1
  1033. package/dist/hooks/resource/index.d.cts +3 -0
  1034. package/dist/hooks/resource/index.d.cts.map +1 -0
  1035. package/dist/hooks/resource/index.d.mts +3 -0
  1036. package/dist/hooks/resource/index.d.mts.map +1 -0
  1037. package/dist/hooks/resource/useResource/index.d.cts +63 -0
  1038. package/dist/hooks/resource/useResource/index.d.cts.map +1 -0
  1039. package/dist/hooks/resource/useResource/index.d.mts +63 -0
  1040. package/dist/hooks/resource/useResource/index.d.mts.map +1 -0
  1041. package/dist/hooks/resource/useResource/index.d.ts +14 -6
  1042. package/dist/hooks/resource/useResource/index.d.ts.map +1 -1
  1043. package/dist/hooks/resource/useResourceWithRoute/index.d.cts +8 -0
  1044. package/dist/hooks/resource/useResourceWithRoute/index.d.cts.map +1 -0
  1045. package/dist/hooks/resource/useResourceWithRoute/index.d.mts +8 -0
  1046. package/dist/hooks/resource/useResourceWithRoute/index.d.mts.map +1 -0
  1047. package/dist/hooks/resource/useResourceWithRoute/index.d.ts +2 -2
  1048. package/dist/hooks/resource/useResourceWithRoute/index.d.ts.map +1 -1
  1049. package/dist/hooks/router/index.d.cts +8 -0
  1050. package/dist/hooks/router/index.d.cts.map +1 -0
  1051. package/dist/hooks/router/index.d.mts +8 -0
  1052. package/dist/hooks/router/index.d.mts.map +1 -0
  1053. package/dist/hooks/router/use-back/index.d.cts +2 -0
  1054. package/dist/hooks/router/use-back/index.d.cts.map +1 -0
  1055. package/dist/hooks/router/use-back/index.d.mts +2 -0
  1056. package/dist/hooks/router/use-back/index.d.mts.map +1 -0
  1057. package/dist/hooks/router/use-get-to-path/index.d.cts +19 -0
  1058. package/dist/hooks/router/use-get-to-path/index.d.cts.map +1 -0
  1059. package/dist/hooks/router/use-get-to-path/index.d.mts +19 -0
  1060. package/dist/hooks/router/use-get-to-path/index.d.mts.map +1 -0
  1061. package/dist/hooks/router/use-get-to-path/index.d.ts +4 -3
  1062. package/dist/hooks/router/use-get-to-path/index.d.ts.map +1 -1
  1063. package/dist/hooks/router/use-go/index.d.cts +33 -0
  1064. package/dist/hooks/router/use-go/index.d.cts.map +1 -0
  1065. package/dist/hooks/router/use-go/index.d.mts +33 -0
  1066. package/dist/hooks/router/use-go/index.d.mts.map +1 -0
  1067. package/dist/hooks/router/use-go/index.d.ts +7 -5
  1068. package/dist/hooks/router/use-go/index.d.ts.map +1 -1
  1069. package/dist/hooks/router/use-link/index.d.cts +6 -0
  1070. package/dist/hooks/router/use-link/index.d.cts.map +1 -0
  1071. package/dist/hooks/router/use-link/index.d.mts +6 -0
  1072. package/dist/hooks/router/use-link/index.d.mts.map +1 -0
  1073. package/dist/hooks/router/use-parse/index.d.cts +5 -0
  1074. package/dist/hooks/router/use-parse/index.d.cts.map +1 -0
  1075. package/dist/hooks/router/use-parse/index.d.mts +5 -0
  1076. package/dist/hooks/router/use-parse/index.d.mts.map +1 -0
  1077. package/dist/hooks/router/use-parse/index.d.ts +2 -2
  1078. package/dist/hooks/router/use-parse/index.d.ts.map +1 -1
  1079. package/dist/hooks/router/use-parsed/index.d.cts +2 -0
  1080. package/dist/hooks/router/use-parsed/index.d.cts.map +1 -0
  1081. package/dist/hooks/router/use-parsed/index.d.mts +2 -0
  1082. package/dist/hooks/router/use-parsed/index.d.mts.map +1 -0
  1083. package/dist/hooks/router/use-router-misuse-warning/index.d.cts +3 -0
  1084. package/dist/hooks/router/use-router-misuse-warning/index.d.cts.map +1 -0
  1085. package/dist/hooks/router/use-router-misuse-warning/index.d.mts +3 -0
  1086. package/dist/hooks/router/use-router-misuse-warning/index.d.mts.map +1 -0
  1087. package/dist/hooks/router/use-router-misuse-warning/index.d.ts +2 -2
  1088. package/dist/hooks/router/use-router-misuse-warning/index.d.ts.map +1 -1
  1089. package/dist/hooks/router/use-to-path/index.d.cts +18 -0
  1090. package/dist/hooks/router/use-to-path/index.d.cts.map +1 -0
  1091. package/dist/hooks/router/use-to-path/index.d.mts +18 -0
  1092. package/dist/hooks/router/use-to-path/index.d.mts.map +1 -0
  1093. package/dist/hooks/router/use-to-path/index.d.ts +3 -2
  1094. package/dist/hooks/router/use-to-path/index.d.ts.map +1 -1
  1095. package/dist/hooks/show/index.d.cts +17 -0
  1096. package/dist/hooks/show/index.d.cts.map +1 -0
  1097. package/dist/hooks/show/index.d.mts +17 -0
  1098. package/dist/hooks/show/index.d.mts.map +1 -0
  1099. package/dist/hooks/show/index.d.ts +16 -1
  1100. package/dist/hooks/show/index.d.ts.map +1 -1
  1101. package/dist/hooks/show/types.d.cts +52 -0
  1102. package/dist/hooks/show/types.d.cts.map +1 -0
  1103. package/dist/hooks/show/types.d.mts +52 -0
  1104. package/dist/hooks/show/types.d.mts.map +1 -0
  1105. package/dist/hooks/show/types.d.ts +52 -0
  1106. package/dist/hooks/show/types.d.ts.map +1 -0
  1107. package/dist/hooks/show/useShow.d.cts +57 -0
  1108. package/dist/hooks/show/useShow.d.cts.map +1 -0
  1109. package/dist/hooks/show/useShow.d.mts +57 -0
  1110. package/dist/hooks/show/useShow.d.mts.map +1 -0
  1111. package/dist/hooks/show/useShow.d.ts +5 -3
  1112. package/dist/hooks/show/useShow.d.ts.map +1 -1
  1113. package/dist/hooks/use-refine-options/index.d.cts +2 -0
  1114. package/dist/hooks/use-refine-options/index.d.cts.map +1 -0
  1115. package/dist/hooks/use-refine-options/index.d.mts +2 -0
  1116. package/dist/hooks/use-refine-options/index.d.mts.map +1 -0
  1117. package/dist/hooks/use-refine-options/index.d.ts +2 -0
  1118. package/dist/hooks/use-refine-options/index.d.ts.map +1 -0
  1119. package/dist/hooks/use-resource-params/index.d.cts +43 -0
  1120. package/dist/hooks/use-resource-params/index.d.cts.map +1 -0
  1121. package/dist/hooks/use-resource-params/index.d.mts +43 -0
  1122. package/dist/hooks/use-resource-params/index.d.mts.map +1 -0
  1123. package/dist/hooks/use-resource-params/index.d.ts +43 -0
  1124. package/dist/hooks/use-resource-params/index.d.ts.map +1 -0
  1125. package/dist/hooks/use-resource-params/use-action/index.d.cts +12 -0
  1126. package/dist/hooks/use-resource-params/use-action/index.d.cts.map +1 -0
  1127. package/dist/hooks/use-resource-params/use-action/index.d.mts +12 -0
  1128. package/dist/hooks/use-resource-params/use-action/index.d.mts.map +1 -0
  1129. package/dist/hooks/use-resource-params/use-action/index.d.ts +12 -0
  1130. package/dist/hooks/use-resource-params/use-action/index.d.ts.map +1 -0
  1131. package/dist/hooks/use-resource-params/use-id/index.d.cts +12 -0
  1132. package/dist/hooks/use-resource-params/use-id/index.d.cts.map +1 -0
  1133. package/dist/hooks/use-resource-params/use-id/index.d.mts +12 -0
  1134. package/dist/hooks/use-resource-params/use-id/index.d.mts.map +1 -0
  1135. package/dist/hooks/use-resource-params/use-id/index.d.ts +12 -0
  1136. package/dist/hooks/use-resource-params/use-id/index.d.ts.map +1 -0
  1137. package/dist/hooks/useKeys/index.d.cts +5 -0
  1138. package/dist/hooks/useKeys/index.d.cts.map +1 -0
  1139. package/dist/hooks/useKeys/index.d.mts +5 -0
  1140. package/dist/hooks/useKeys/index.d.mts.map +1 -0
  1141. package/dist/hooks/useLoadingOvertime/index.d.cts +49 -0
  1142. package/dist/hooks/useLoadingOvertime/index.d.cts.map +1 -0
  1143. package/dist/hooks/useLoadingOvertime/index.d.mts +49 -0
  1144. package/dist/hooks/useLoadingOvertime/index.d.mts.map +1 -0
  1145. package/dist/hooks/useLoadingOvertime/index.d.ts +6 -6
  1146. package/dist/hooks/useLoadingOvertime/index.d.ts.map +1 -1
  1147. package/dist/hooks/useMeta/index.d.cts +19 -0
  1148. package/dist/hooks/useMeta/index.d.cts.map +1 -0
  1149. package/dist/hooks/useMeta/index.d.mts +19 -0
  1150. package/dist/hooks/useMeta/index.d.mts.map +1 -0
  1151. package/dist/hooks/useMeta/index.d.ts +4 -3
  1152. package/dist/hooks/useMeta/index.d.ts.map +1 -1
  1153. package/dist/hooks/useSelect/index.d.cts +131 -0
  1154. package/dist/hooks/useSelect/index.d.cts.map +1 -0
  1155. package/dist/hooks/useSelect/index.d.mts +131 -0
  1156. package/dist/hooks/useSelect/index.d.mts.map +1 -0
  1157. package/dist/hooks/useSelect/index.d.ts +27 -11
  1158. package/dist/hooks/useSelect/index.d.ts.map +1 -1
  1159. package/dist/hooks/useTable/index.d.cts +167 -0
  1160. package/dist/hooks/useTable/index.d.cts.map +1 -0
  1161. package/dist/hooks/useTable/index.d.mts +167 -0
  1162. package/dist/hooks/useTable/index.d.mts.map +1 -0
  1163. package/dist/hooks/useTable/index.d.ts +25 -23
  1164. package/dist/hooks/useTable/index.d.ts.map +1 -1
  1165. package/dist/hooks/useTelemetryData/index.d.cts +3 -0
  1166. package/dist/hooks/useTelemetryData/index.d.cts.map +1 -0
  1167. package/dist/hooks/useTelemetryData/index.d.mts +3 -0
  1168. package/dist/hooks/useTelemetryData/index.d.mts.map +1 -0
  1169. package/dist/hooks/useTelemetryData/index.d.ts +1 -1
  1170. package/dist/hooks/useTelemetryData/index.d.ts.map +1 -1
  1171. package/dist/index.cjs +72 -0
  1172. package/dist/index.cjs.map +1 -0
  1173. package/dist/index.d.cts +24 -0
  1174. package/dist/index.d.cts.map +1 -0
  1175. package/dist/index.d.mts +24 -0
  1176. package/dist/index.d.mts.map +1 -0
  1177. package/dist/index.d.ts +17 -5
  1178. package/dist/index.d.ts.map +1 -1
  1179. package/dist/index.mjs +72 -0
  1180. package/dist/index.mjs.map +1 -0
  1181. package/package.json +25 -10
  1182. package/refine.config.js +97 -102
  1183. package/src/components/authenticated/index.tsx +159 -161
  1184. package/src/components/autoSaveIndicator/index.tsx +52 -29
  1185. package/src/components/canAccess/index.tsx +89 -97
  1186. package/src/components/containers/index.ts +1 -1
  1187. package/src/components/containers/refine/index.tsx +185 -375
  1188. package/src/components/gh-banner/index.tsx +235 -242
  1189. package/src/components/gh-banner/styles.ts +5 -5
  1190. package/src/components/index.ts +1 -1
  1191. package/src/components/layoutWrapper/defaultLayout/index.tsx +2 -2
  1192. package/src/components/layoutWrapper/index.tsx +89 -88
  1193. package/src/components/pages/auth/components/forgotPassword/index.tsx +86 -98
  1194. package/src/components/pages/auth/components/login/index.tsx +170 -185
  1195. package/src/components/pages/auth/components/register/index.tsx +144 -161
  1196. package/src/components/pages/auth/components/updatePassword/index.tsx +81 -90
  1197. package/src/components/pages/auth/index.tsx +29 -29
  1198. package/src/components/pages/auth/types.tsx +228 -0
  1199. package/src/components/pages/config-error/index.tsx +422 -422
  1200. package/src/components/pages/config-success/index.tsx +249 -260
  1201. package/src/components/pages/error/index.tsx +48 -48
  1202. package/src/components/pages/login/index.tsx +59 -73
  1203. package/src/components/pages/ready/index.tsx +21 -29
  1204. package/src/components/pages/welcome/index.tsx +7 -7
  1205. package/src/components/routeChangeHandler/index.tsx +7 -7
  1206. package/src/components/telemetry/index.tsx +32 -32
  1207. package/src/components/telemetry/types.ts +15 -0
  1208. package/src/components/undoableQueue/index.tsx +53 -51
  1209. package/src/contexts/accessControl/index.tsx +36 -40
  1210. package/src/contexts/accessControl/types.ts +93 -0
  1211. package/src/contexts/auditLog/index.tsx +8 -10
  1212. package/src/contexts/auditLog/types.ts +45 -0
  1213. package/src/contexts/auth/index.tsx +169 -172
  1214. package/src/contexts/auth/types.ts +115 -0
  1215. package/src/contexts/data/index.tsx +31 -26
  1216. package/src/contexts/data/types.ts +490 -0
  1217. package/src/contexts/i18n/index.tsx +23 -0
  1218. package/src/contexts/i18n/types.ts +22 -0
  1219. package/src/contexts/live/index.tsx +11 -11
  1220. package/src/contexts/live/types.ts +113 -0
  1221. package/src/contexts/notification/index.tsx +8 -10
  1222. package/src/contexts/notification/types.ts +47 -0
  1223. package/src/contexts/refine/index.tsx +85 -83
  1224. package/src/contexts/refine/types.ts +323 -0
  1225. package/src/contexts/resource/index.tsx +12 -22
  1226. package/src/contexts/resource/types.ts +205 -0
  1227. package/src/contexts/router/index.tsx +12 -11
  1228. package/src/contexts/router/legacy/index.tsx +41 -0
  1229. package/src/contexts/router/legacy/types.ts +50 -0
  1230. package/src/contexts/router/picker/index.tsx +21 -0
  1231. package/src/contexts/router/types.ts +79 -0
  1232. package/src/contexts/undoableQueue/index.tsx +82 -0
  1233. package/src/contexts/undoableQueue/types.ts +22 -0
  1234. package/src/contexts/unsavedWarn/index.tsx +10 -10
  1235. package/src/contexts/unsavedWarn/types.ts +4 -0
  1236. package/src/definitions/helpers/async-debounce/index.ts +67 -0
  1237. package/src/definitions/helpers/check-router-prop-misuse/index.ts +22 -21
  1238. package/src/definitions/helpers/defer-execution/index.ts +10 -0
  1239. package/src/definitions/helpers/downloadInBrowser/index.ts +19 -20
  1240. package/src/definitions/helpers/flatten-object-keys/index.ts +26 -29
  1241. package/src/definitions/helpers/generateDocumentTitle/index.ts +47 -52
  1242. package/src/definitions/helpers/handleMultiple/index.ts +4 -4
  1243. package/src/definitions/helpers/handlePaginationParams/index.ts +18 -19
  1244. package/src/definitions/helpers/handleRefineOptions/index.ts +90 -91
  1245. package/src/definitions/helpers/handleUseParams/index.tsx +7 -7
  1246. package/src/definitions/helpers/hasPermission/index.ts +6 -6
  1247. package/src/definitions/helpers/humanizeString/index.ts +9 -9
  1248. package/src/definitions/helpers/importCSVMapper/index.ts +11 -10
  1249. package/src/definitions/helpers/index.ts +4 -2
  1250. package/src/definitions/helpers/keys/index.ts +206 -259
  1251. package/src/definitions/helpers/legacy-resource-transform/index.ts +13 -17
  1252. package/src/definitions/helpers/menu/create-resource-key.ts +21 -24
  1253. package/src/definitions/helpers/menu/create-tree.ts +62 -64
  1254. package/src/definitions/helpers/pick-resource/index.ts +26 -26
  1255. package/src/definitions/helpers/pickDataProvider/index.ts +16 -16
  1256. package/src/definitions/helpers/pickNotDeprecated/index.ts +2 -2
  1257. package/src/definitions/helpers/property-path-to-array/index.ts +3 -3
  1258. package/src/definitions/helpers/queryKeys/index.ts +94 -95
  1259. package/src/definitions/helpers/redirectPage/index.ts +22 -20
  1260. package/src/definitions/helpers/routeGenerator/index.ts +17 -17
  1261. package/src/definitions/helpers/router/__tests__/check-by-segments.ts +12 -15
  1262. package/src/definitions/helpers/router/__tests__/compose-route.ts +48 -48
  1263. package/src/definitions/helpers/router/__tests__/get-action-routes-from-resource.ts +152 -152
  1264. package/src/definitions/helpers/router/__tests__/get-default-action-path.ts +39 -41
  1265. package/src/definitions/helpers/router/__tests__/get-parent-prefix-for-resource.ts +69 -73
  1266. package/src/definitions/helpers/router/__tests__/get-parent-resource.ts +40 -40
  1267. package/src/definitions/helpers/router/__tests__/is-segment-counts-same.ts +11 -14
  1268. package/src/definitions/helpers/router/__tests__/match-resource-from-route.ts +55 -55
  1269. package/src/definitions/helpers/router/__tests__/pick-matched-route.ts +74 -74
  1270. package/src/definitions/helpers/router/__tests__/pick-route-params.ts +12 -12
  1271. package/src/definitions/helpers/router/__tests__/prepare-route-params.ts +18 -18
  1272. package/src/definitions/helpers/router/__tests__/remove-leading-trailing-slashes.ts +9 -9
  1273. package/src/definitions/helpers/router/__tests__/split-to-segments.ts +9 -9
  1274. package/src/definitions/helpers/router/check-by-segments.ts +12 -12
  1275. package/src/definitions/helpers/router/compose-route.ts +27 -28
  1276. package/src/definitions/helpers/router/get-action-routes-from-resource.ts +43 -48
  1277. package/src/definitions/helpers/router/get-default-action-path.ts +20 -20
  1278. package/src/definitions/helpers/router/get-parent-prefix-for-resource.ts +23 -25
  1279. package/src/definitions/helpers/router/get-parent-resource.ts +19 -19
  1280. package/src/definitions/helpers/router/is-parameter.ts +1 -1
  1281. package/src/definitions/helpers/router/is-segment-counts-same.ts +3 -3
  1282. package/src/definitions/helpers/router/match-resource-from-route.ts +21 -20
  1283. package/src/definitions/helpers/router/pick-matched-route.ts +44 -44
  1284. package/src/definitions/helpers/router/pick-route-params.ts +7 -7
  1285. package/src/definitions/helpers/router/prepare-route-params.ts +13 -10
  1286. package/src/definitions/helpers/router/remove-leading-trailing-slashes.ts +1 -1
  1287. package/src/definitions/helpers/router/split-to-segments.ts +2 -2
  1288. package/src/definitions/helpers/safe-translate/index.ts +13 -13
  1289. package/src/definitions/helpers/sanitize-resource/index.ts +27 -28
  1290. package/src/definitions/helpers/sequentialPromises/index.ts +21 -21
  1291. package/src/definitions/helpers/treeView/createTreeView/index.ts +39 -34
  1292. package/src/definitions/helpers/useActiveAuthProvider/index.ts +18 -18
  1293. package/src/definitions/helpers/useInfinitePagination/index.ts +17 -17
  1294. package/src/definitions/helpers/useMediaQuery/index.ts +11 -11
  1295. package/src/definitions/helpers/useUserFriendlyName/index.ts +11 -14
  1296. package/src/definitions/helpers/userFriendlyResourceName/index.ts +7 -7
  1297. package/src/definitions/helpers/userFriendlySeconds/index.ts +1 -1
  1298. package/src/definitions/table/index.ts +134 -138
  1299. package/src/definitions/upload/file2Base64/index.ts +15 -15
  1300. package/src/hooks/accessControl/useCan/index.ts +59 -57
  1301. package/src/hooks/accessControl/useCanWithoutCache.ts +32 -32
  1302. package/src/hooks/auditLog/useLog/index.ts +129 -126
  1303. package/src/hooks/auditLog/useLogList/index.ts +48 -46
  1304. package/src/hooks/auth/useForgotPassword/index.ts +168 -168
  1305. package/src/hooks/auth/useGetIdentity/index.ts +58 -59
  1306. package/src/hooks/auth/useInvalidateAuthStore/index.ts +12 -12
  1307. package/src/hooks/auth/useIsAuthenticated/index.ts +50 -53
  1308. package/src/hooks/auth/useIsExistAuthentication/index.ts +3 -3
  1309. package/src/hooks/auth/useLogin/index.ts +188 -200
  1310. package/src/hooks/auth/useLogout/index.ts +187 -183
  1311. package/src/hooks/auth/useOnError/index.ts +79 -78
  1312. package/src/hooks/auth/usePermissions/index.ts +97 -64
  1313. package/src/hooks/auth/useRegister/index.ts +176 -183
  1314. package/src/hooks/auth/useUpdatePassword/index.ts +190 -199
  1315. package/src/hooks/breadcrumb/index.ts +106 -112
  1316. package/src/hooks/button/actionable-button/index.tsx +26 -0
  1317. package/src/hooks/button/button-can-access/index.tsx +72 -0
  1318. package/src/hooks/button/delete-button/index.tsx +101 -0
  1319. package/src/hooks/button/index.tsx +35 -0
  1320. package/src/hooks/button/navigation-button/index.tsx +106 -0
  1321. package/src/hooks/button/refresh-button/index.tsx +65 -0
  1322. package/src/hooks/data/useApiUrl.ts +7 -8
  1323. package/src/hooks/data/useCreate.ts +245 -244
  1324. package/src/hooks/data/useCreateMany.ts +222 -228
  1325. package/src/hooks/data/useCustom.ts +185 -185
  1326. package/src/hooks/data/useCustomMutation.ts +179 -178
  1327. package/src/hooks/data/useDataProvider.tsx +35 -33
  1328. package/src/hooks/data/useDelete.ts +451 -457
  1329. package/src/hooks/data/useDeleteMany.ts +479 -487
  1330. package/src/hooks/data/useInfiniteList.ts +283 -283
  1331. package/src/hooks/data/useList.ts +283 -285
  1332. package/src/hooks/data/useMany.ts +218 -218
  1333. package/src/hooks/data/useOne.ts +213 -213
  1334. package/src/hooks/data/useUpdate.ts +556 -559
  1335. package/src/hooks/data/useUpdateMany.ts +584 -587
  1336. package/src/hooks/deepMemo/index.tsx +5 -5
  1337. package/src/hooks/export/index.ts +230 -221
  1338. package/src/hooks/export/types.ts +31 -0
  1339. package/src/hooks/form/index.ts +363 -1
  1340. package/src/hooks/form/types.ts +249 -0
  1341. package/src/hooks/i18n/index.ts +4 -0
  1342. package/src/hooks/i18n/useGetLocale.ts +17 -0
  1343. package/src/hooks/i18n/useSetLocale.ts +15 -0
  1344. package/src/hooks/i18n/useTranslate.ts +40 -0
  1345. package/src/hooks/i18n/useTranslation.tsx +24 -0
  1346. package/src/hooks/import/index.tsx +268 -271
  1347. package/src/hooks/index.ts +6 -2
  1348. package/src/hooks/invalidate/index.tsx +79 -78
  1349. package/src/hooks/legacy-router/useRouterContext.ts +13 -12
  1350. package/src/hooks/live/useLiveMode/index.ts +8 -5
  1351. package/src/hooks/live/usePublish/index.ts +4 -4
  1352. package/src/hooks/live/useResourceSubscription/index.ts +105 -107
  1353. package/src/hooks/live/useSubscription/index.ts +78 -78
  1354. package/src/hooks/memoized/index.tsx +6 -6
  1355. package/src/hooks/menu/useMenu.tsx +120 -125
  1356. package/src/hooks/modal/useModal/index.tsx +16 -16
  1357. package/src/hooks/navigation/index.ts +370 -398
  1358. package/src/hooks/notification/useCancelNotification/index.tsx +6 -6
  1359. package/src/hooks/notification/useHandleNotification/index.ts +19 -18
  1360. package/src/hooks/notification/useNotification/index.ts +3 -3
  1361. package/src/hooks/redirection/index.ts +45 -48
  1362. package/src/hooks/refine/useMutationMode.ts +17 -7
  1363. package/src/hooks/refine/useRefineContext.ts +36 -36
  1364. package/src/hooks/refine/useSyncWithLocation.ts +4 -4
  1365. package/src/hooks/refine/useTitle.tsx +5 -3
  1366. package/src/hooks/refine/useWarnAboutChange/index.ts +12 -14
  1367. package/src/hooks/resource/useResource/index.ts +151 -151
  1368. package/src/hooks/resource/useResourceWithRoute/index.ts +16 -14
  1369. package/src/hooks/router/use-back/index.tsx +8 -8
  1370. package/src/hooks/router/use-get-to-path/index.ts +41 -39
  1371. package/src/hooks/router/use-go/index.tsx +76 -74
  1372. package/src/hooks/router/use-link/index.tsx +10 -10
  1373. package/src/hooks/router/use-parse/index.tsx +15 -15
  1374. package/src/hooks/router/use-parsed/index.tsx +4 -4
  1375. package/src/hooks/router/use-router-misuse-warning/index.ts +12 -12
  1376. package/src/hooks/router/use-to-path/index.ts +12 -11
  1377. package/src/hooks/show/index.ts +92 -1
  1378. package/src/hooks/show/types.ts +92 -0
  1379. package/src/hooks/show/useShow.ts +138 -137
  1380. package/src/hooks/use-refine-options/index.tsx +8 -0
  1381. package/src/hooks/use-resource-params/index.ts +89 -0
  1382. package/src/hooks/use-resource-params/use-action/index.tsx +27 -0
  1383. package/src/hooks/use-resource-params/use-id/index.tsx +26 -0
  1384. package/src/hooks/useKeys/index.tsx +7 -7
  1385. package/src/hooks/useLoadingOvertime/index.ts +74 -76
  1386. package/src/hooks/useMeta/index.ts +24 -22
  1387. package/src/hooks/useSelect/index.ts +321 -281
  1388. package/src/hooks/useTable/index.ts +492 -515
  1389. package/src/hooks/useTelemetryData/index.ts +53 -53
  1390. package/src/index.tsx +175 -132
  1391. package/tsconfig.json +24 -25
  1392. package/dist/contexts/accessControl/IAccessControlContext.d.ts +0 -49
  1393. package/dist/contexts/accessControl/IAccessControlContext.d.ts.map +0 -1
  1394. package/dist/contexts/auditLog/IAuditLogContext.d.ts +0 -29
  1395. package/dist/contexts/auditLog/IAuditLogContext.d.ts.map +0 -1
  1396. package/dist/contexts/auth/IAuthContext.d.ts +0 -26
  1397. package/dist/contexts/auth/IAuthContext.d.ts.map +0 -1
  1398. package/dist/contexts/data/IDataContext.d.ts +0 -203
  1399. package/dist/contexts/data/IDataContext.d.ts.map +0 -1
  1400. package/dist/contexts/legacy-router/IRouterContext.d.ts +0 -35
  1401. package/dist/contexts/legacy-router/IRouterContext.d.ts.map +0 -1
  1402. package/dist/contexts/legacy-router/index.d.ts +0 -9
  1403. package/dist/contexts/legacy-router/index.d.ts.map +0 -1
  1404. package/dist/contexts/live/ILiveContext.d.ts +0 -49
  1405. package/dist/contexts/live/ILiveContext.d.ts.map +0 -1
  1406. package/dist/contexts/notification/INotificationContext.d.ts +0 -14
  1407. package/dist/contexts/notification/INotificationContext.d.ts.map +0 -1
  1408. package/dist/contexts/refine/IRefineContext.d.ts +0 -129
  1409. package/dist/contexts/refine/IRefineContext.d.ts.map +0 -1
  1410. package/dist/contexts/resource/IResourceContext.d.ts +0 -49
  1411. package/dist/contexts/resource/IResourceContext.d.ts.map +0 -1
  1412. package/dist/contexts/router-picker/index.d.ts.map +0 -1
  1413. package/dist/contexts/translation/ITranslationContext.d.ts +0 -11
  1414. package/dist/contexts/translation/ITranslationContext.d.ts.map +0 -1
  1415. package/dist/contexts/translation/index.d.ts +0 -9
  1416. package/dist/contexts/translation/index.d.ts.map +0 -1
  1417. package/dist/contexts/undoableQueue/IUndoableQueueContext.d.ts +0 -7
  1418. package/dist/contexts/undoableQueue/IUndoableQueueContext.d.ts.map +0 -1
  1419. package/dist/contexts/undoableQueue/actionTypes.d.ts +0 -6
  1420. package/dist/contexts/undoableQueue/actionTypes.d.ts.map +0 -1
  1421. package/dist/contexts/undoableQueue/undoableQueueContext.d.ts +0 -8
  1422. package/dist/contexts/undoableQueue/undoableQueueContext.d.ts.map +0 -1
  1423. package/dist/contexts/unsavedWarn/IUnsavedWarnContext.d.ts +0 -5
  1424. package/dist/contexts/unsavedWarn/IUnsavedWarnContext.d.ts.map +0 -1
  1425. package/dist/definitions/helpers/router/__tests__/check-by-segments.d.ts +0 -2
  1426. package/dist/definitions/helpers/router/__tests__/check-by-segments.d.ts.map +0 -1
  1427. package/dist/definitions/helpers/router/__tests__/compose-route.d.ts +0 -2
  1428. package/dist/definitions/helpers/router/__tests__/compose-route.d.ts.map +0 -1
  1429. package/dist/definitions/helpers/router/__tests__/get-action-routes-from-resource.d.ts +0 -2
  1430. package/dist/definitions/helpers/router/__tests__/get-action-routes-from-resource.d.ts.map +0 -1
  1431. package/dist/definitions/helpers/router/__tests__/get-default-action-path.d.ts +0 -2
  1432. package/dist/definitions/helpers/router/__tests__/get-default-action-path.d.ts.map +0 -1
  1433. package/dist/definitions/helpers/router/__tests__/get-parent-prefix-for-resource.d.ts +0 -2
  1434. package/dist/definitions/helpers/router/__tests__/get-parent-prefix-for-resource.d.ts.map +0 -1
  1435. package/dist/definitions/helpers/router/__tests__/get-parent-resource.d.ts +0 -2
  1436. package/dist/definitions/helpers/router/__tests__/get-parent-resource.d.ts.map +0 -1
  1437. package/dist/definitions/helpers/router/__tests__/is-segment-counts-same.d.ts +0 -2
  1438. package/dist/definitions/helpers/router/__tests__/is-segment-counts-same.d.ts.map +0 -1
  1439. package/dist/definitions/helpers/router/__tests__/match-resource-from-route.d.ts +0 -2
  1440. package/dist/definitions/helpers/router/__tests__/match-resource-from-route.d.ts.map +0 -1
  1441. package/dist/definitions/helpers/router/__tests__/pick-matched-route.d.ts +0 -2
  1442. package/dist/definitions/helpers/router/__tests__/pick-matched-route.d.ts.map +0 -1
  1443. package/dist/definitions/helpers/router/__tests__/pick-route-params.d.ts +0 -2
  1444. package/dist/definitions/helpers/router/__tests__/pick-route-params.d.ts.map +0 -1
  1445. package/dist/definitions/helpers/router/__tests__/prepare-route-params.d.ts +0 -2
  1446. package/dist/definitions/helpers/router/__tests__/prepare-route-params.d.ts.map +0 -1
  1447. package/dist/definitions/helpers/router/__tests__/remove-leading-trailing-slashes.d.ts +0 -2
  1448. package/dist/definitions/helpers/router/__tests__/remove-leading-trailing-slashes.d.ts.map +0 -1
  1449. package/dist/definitions/helpers/router/__tests__/split-to-segments.d.ts +0 -2
  1450. package/dist/definitions/helpers/router/__tests__/split-to-segments.d.ts.map +0 -1
  1451. package/dist/esm/index.js +0 -72
  1452. package/dist/esm/index.js.map +0 -1
  1453. package/dist/hooks/export/csvDownload.interface.d.ts +0 -20
  1454. package/dist/hooks/export/csvDownload.interface.d.ts.map +0 -1
  1455. package/dist/hooks/form/useForm.d.ts +0 -126
  1456. package/dist/hooks/form/useForm.d.ts.map +0 -1
  1457. package/dist/hooks/translate/index.d.ts +0 -4
  1458. package/dist/hooks/translate/index.d.ts.map +0 -1
  1459. package/dist/hooks/translate/useGetLocale.d.ts +0 -9
  1460. package/dist/hooks/translate/useGetLocale.d.ts.map +0 -1
  1461. package/dist/hooks/translate/useSetLocale.d.ts +0 -8
  1462. package/dist/hooks/translate/useSetLocale.d.ts.map +0 -1
  1463. package/dist/hooks/translate/useTranslate.d.ts.map +0 -1
  1464. package/dist/iife/index.js +0 -72
  1465. package/dist/iife/index.js.map +0 -1
  1466. package/dist/index.js +0 -72
  1467. package/dist/index.js.map +0 -1
  1468. package/dist/interfaces/actions.d.ts +0 -10
  1469. package/dist/interfaces/actions.d.ts.map +0 -1
  1470. package/dist/interfaces/auditLog/index.d.ts +0 -2
  1471. package/dist/interfaces/auditLog/index.d.ts.map +0 -1
  1472. package/dist/interfaces/auditLog/logData.d.ts +0 -14
  1473. package/dist/interfaces/auditLog/logData.d.ts.map +0 -1
  1474. package/dist/interfaces/auth.d.ts +0 -179
  1475. package/dist/interfaces/auth.d.ts.map +0 -1
  1476. package/dist/interfaces/autoSave.d.ts +0 -36
  1477. package/dist/interfaces/autoSave.d.ts.map +0 -1
  1478. package/dist/interfaces/bindings/access-control.d.ts +0 -50
  1479. package/dist/interfaces/bindings/access-control.d.ts.map +0 -1
  1480. package/dist/interfaces/bindings/auth.d.ts +0 -73
  1481. package/dist/interfaces/bindings/auth.d.ts.map +0 -1
  1482. package/dist/interfaces/bindings/data.d.ts +0 -15
  1483. package/dist/interfaces/bindings/data.d.ts.map +0 -1
  1484. package/dist/interfaces/bindings/i18n.d.ts +0 -19
  1485. package/dist/interfaces/bindings/i18n.d.ts.map +0 -1
  1486. package/dist/interfaces/bindings/index.d.ts +0 -9
  1487. package/dist/interfaces/bindings/index.d.ts.map +0 -1
  1488. package/dist/interfaces/bindings/live.d.ts +0 -43
  1489. package/dist/interfaces/bindings/live.d.ts.map +0 -1
  1490. package/dist/interfaces/bindings/notifications.d.ts +0 -24
  1491. package/dist/interfaces/bindings/notifications.d.ts.map +0 -1
  1492. package/dist/interfaces/bindings/resource.d.ts +0 -150
  1493. package/dist/interfaces/bindings/resource.d.ts.map +0 -1
  1494. package/dist/interfaces/bindings/router.d.ts +0 -67
  1495. package/dist/interfaces/bindings/router.d.ts.map +0 -1
  1496. package/dist/interfaces/customComponents.d.ts +0 -26
  1497. package/dist/interfaces/customComponents.d.ts.map +0 -1
  1498. package/dist/interfaces/errors/HttpError.d.ts +0 -12
  1499. package/dist/interfaces/errors/HttpError.d.ts.map +0 -1
  1500. package/dist/interfaces/errors/RefineError.d.ts +0 -3
  1501. package/dist/interfaces/errors/RefineError.d.ts.map +0 -1
  1502. package/dist/interfaces/errors/index.d.ts +0 -3
  1503. package/dist/interfaces/errors/index.d.ts.map +0 -1
  1504. package/dist/interfaces/form-url-params.d.ts +0 -12
  1505. package/dist/interfaces/form-url-params.d.ts.map +0 -1
  1506. package/dist/interfaces/index.d.ts +0 -57
  1507. package/dist/interfaces/index.d.ts.map +0 -1
  1508. package/dist/interfaces/live/LiveEvent.d.ts +0 -14
  1509. package/dist/interfaces/live/LiveEvent.d.ts.map +0 -1
  1510. package/dist/interfaces/live/LiveModeProps.d.ts +0 -27
  1511. package/dist/interfaces/live/LiveModeProps.d.ts.map +0 -1
  1512. package/dist/interfaces/live/index.d.ts +0 -3
  1513. package/dist/interfaces/live/index.d.ts.map +0 -1
  1514. package/dist/interfaces/mapDataFn.d.ts +0 -4
  1515. package/dist/interfaces/mapDataFn.d.ts.map +0 -1
  1516. package/dist/interfaces/metaData/fields.d.ts +0 -3
  1517. package/dist/interfaces/metaData/fields.d.ts.map +0 -1
  1518. package/dist/interfaces/metaData/graphqlQueryOptions.d.ts +0 -53
  1519. package/dist/interfaces/metaData/graphqlQueryOptions.d.ts.map +0 -1
  1520. package/dist/interfaces/metaData/index.d.ts +0 -3
  1521. package/dist/interfaces/metaData/index.d.ts.map +0 -1
  1522. package/dist/interfaces/metaData/metaDataQuery.d.ts +0 -10
  1523. package/dist/interfaces/metaData/metaDataQuery.d.ts.map +0 -1
  1524. package/dist/interfaces/metaData/metaQuery.d.ts +0 -8
  1525. package/dist/interfaces/metaData/metaQuery.d.ts.map +0 -1
  1526. package/dist/interfaces/metaData/nestedField.d.ts +0 -8
  1527. package/dist/interfaces/metaData/nestedField.d.ts.map +0 -1
  1528. package/dist/interfaces/metaData/queryBuilderOptions.d.ts +0 -8
  1529. package/dist/interfaces/metaData/queryBuilderOptions.d.ts.map +0 -1
  1530. package/dist/interfaces/metaData/variableOptions.d.ts +0 -10
  1531. package/dist/interfaces/metaData/variableOptions.d.ts.map +0 -1
  1532. package/dist/interfaces/mutationMode.d.ts +0 -20
  1533. package/dist/interfaces/mutationMode.d.ts.map +0 -1
  1534. package/dist/interfaces/notification.d.ts +0 -11
  1535. package/dist/interfaces/notification.d.ts.map +0 -1
  1536. package/dist/interfaces/optimistic-update-map.d.ts +0 -12
  1537. package/dist/interfaces/optimistic-update-map.d.ts.map +0 -1
  1538. package/dist/interfaces/prettify.d.ts +0 -4
  1539. package/dist/interfaces/prettify.d.ts.map +0 -1
  1540. package/dist/interfaces/queryKey.d.ts +0 -17
  1541. package/dist/interfaces/queryKey.d.ts.map +0 -1
  1542. package/dist/interfaces/resourceErrorRouterParams.d.ts +0 -6
  1543. package/dist/interfaces/resourceErrorRouterParams.d.ts.map +0 -1
  1544. package/dist/interfaces/resourceRouterParams.d.ts +0 -7
  1545. package/dist/interfaces/resourceRouterParams.d.ts.map +0 -1
  1546. package/dist/interfaces/successErrorNotification.d.ts +0 -15
  1547. package/dist/interfaces/successErrorNotification.d.ts.map +0 -1
  1548. package/dist/interfaces/telemetry.d.ts +0 -16
  1549. package/dist/interfaces/telemetry.d.ts.map +0 -1
  1550. package/dist/interfaces/textTransformers.d.ts +0 -21
  1551. package/dist/interfaces/textTransformers.d.ts.map +0 -1
  1552. package/src/contexts/accessControl/IAccessControlContext.ts +0 -52
  1553. package/src/contexts/auditLog/IAuditLogContext.ts +0 -31
  1554. package/src/contexts/auth/IAuthContext.ts +0 -27
  1555. package/src/contexts/data/IDataContext.ts +0 -316
  1556. package/src/contexts/legacy-router/IRouterContext.ts +0 -37
  1557. package/src/contexts/legacy-router/index.tsx +0 -45
  1558. package/src/contexts/live/ILiveContext.ts +0 -56
  1559. package/src/contexts/notification/INotificationContext.ts +0 -15
  1560. package/src/contexts/refine/IRefineContext.ts +0 -140
  1561. package/src/contexts/resource/IResourceContext.ts +0 -68
  1562. package/src/contexts/router-picker/index.tsx +0 -21
  1563. package/src/contexts/translation/ITranslationContext.ts +0 -19
  1564. package/src/contexts/translation/index.tsx +0 -24
  1565. package/src/contexts/undoableQueue/IUndoableQueueContext.ts +0 -6
  1566. package/src/contexts/undoableQueue/actionTypes.ts +0 -5
  1567. package/src/contexts/undoableQueue/index.ts +0 -5
  1568. package/src/contexts/undoableQueue/undoableQueueContext.tsx +0 -83
  1569. package/src/contexts/unsavedWarn/IUnsavedWarnContext.ts +0 -4
  1570. package/src/hooks/export/csvDownload.interface.ts +0 -27
  1571. package/src/hooks/form/useForm.ts +0 -639
  1572. package/src/hooks/translate/index.ts +0 -3
  1573. package/src/hooks/translate/useGetLocale.ts +0 -16
  1574. package/src/hooks/translate/useSetLocale.ts +0 -14
  1575. package/src/hooks/translate/useTranslate.ts +0 -40
  1576. package/src/interfaces/actions.ts +0 -16
  1577. package/src/interfaces/auditLog/index.ts +0 -1
  1578. package/src/interfaces/auditLog/logData.ts +0 -15
  1579. package/src/interfaces/auth.tsx +0 -228
  1580. package/src/interfaces/autoSave.ts +0 -54
  1581. package/src/interfaces/bindings/access-control.ts +0 -53
  1582. package/src/interfaces/bindings/auth.ts +0 -82
  1583. package/src/interfaces/bindings/data.ts +0 -18
  1584. package/src/interfaces/bindings/i18n.ts +0 -29
  1585. package/src/interfaces/bindings/index.ts +0 -25
  1586. package/src/interfaces/bindings/live.ts +0 -56
  1587. package/src/interfaces/bindings/notifications.ts +0 -25
  1588. package/src/interfaces/bindings/resource.ts +0 -178
  1589. package/src/interfaces/bindings/router.ts +0 -78
  1590. package/src/interfaces/customComponents.ts +0 -28
  1591. package/src/interfaces/errors/HttpError.ts +0 -13
  1592. package/src/interfaces/errors/RefineError.ts +0 -3
  1593. package/src/interfaces/errors/index.ts +0 -2
  1594. package/src/interfaces/form-url-params.ts +0 -8
  1595. package/src/interfaces/index.ts +0 -98
  1596. package/src/interfaces/live/LiveEvent.ts +0 -14
  1597. package/src/interfaces/live/LiveModeProps.ts +0 -28
  1598. package/src/interfaces/live/index.ts +0 -2
  1599. package/src/interfaces/mapDataFn.ts +0 -3
  1600. package/src/interfaces/metaData/fields.ts +0 -3
  1601. package/src/interfaces/metaData/graphqlQueryOptions.ts +0 -53
  1602. package/src/interfaces/metaData/index.ts +0 -2
  1603. package/src/interfaces/metaData/metaDataQuery.ts +0 -10
  1604. package/src/interfaces/metaData/metaQuery.ts +0 -9
  1605. package/src/interfaces/metaData/nestedField.ts +0 -8
  1606. package/src/interfaces/metaData/queryBuilderOptions.ts +0 -8
  1607. package/src/interfaces/metaData/variableOptions.ts +0 -9
  1608. package/src/interfaces/mutationMode.ts +0 -32
  1609. package/src/interfaces/notification.ts +0 -10
  1610. package/src/interfaces/optimistic-update-map.ts +0 -49
  1611. package/src/interfaces/prettify.ts +0 -3
  1612. package/src/interfaces/queryKey.ts +0 -23
  1613. package/src/interfaces/resourceErrorRouterParams.ts +0 -6
  1614. package/src/interfaces/resourceRouterParams.ts +0 -7
  1615. package/src/interfaces/successErrorNotification.ts +0 -33
  1616. package/src/interfaces/telemetry.ts +0 -15
  1617. package/src/interfaces/textTransformers.ts +0 -20
  1618. /package/dist/contexts/{router-picker/index.d.ts → router/picker/index.d.cts} +0 -0
  1619. /package/dist/hooks/{translate/useTranslate.d.ts → i18n/useTranslate.d.cts} +0 -0
package/README.md CHANGED
@@ -8,18 +8,17 @@
8
8
 
9
9
  <div align="center">
10
10
  <a href="https://refine.dev">Home Page</a> |
11
- <a href="https://discord.gg/refine">Discord</a> |
11
+ <a href="https://refine.dev/docs/">Documentation</a> |
12
12
  <a href="https://refine.dev/examples/">Examples</a> |
13
- <a href="https://refine.dev/blog/">Blog</a> |
14
- <a href="https://refine.dev/docs/">Documentation</a>
13
+ <a href="https://discord.gg/refine">Discord</a> |
14
+ <a href="https://refine.dev/blog/">Blog</a>
15
15
  </div>
16
16
  </div>
17
17
 
18
18
  <br/>
19
19
  <br/>
20
20
 
21
- <div align="center"><strong>Build your <a href="https://reactjs.org/">React</a>-based CRUD applications, without constraints.</strong><br>An open-source, headless web application framework developed with flexibility in mind.
22
-
21
+ <div align="center"><strong>The sweet spot between the low/no code and “starting from scratch” for CRUD-heavy applications.</strong><br> Refine is as an open source, React meta-framework for enterprise. It provides a headless solution for everything from admin panels to dashboards and internal tools.
23
22
  <br />
24
23
  <br />
25
24
 
@@ -28,15 +27,13 @@
28
27
  <div align="center">
29
28
 
30
29
  [![Awesome](https://github.com/refinedev/awesome-refine/raw/main/images/badge.svg)](https://github.com/refinedev/awesome-refine)
30
+ [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8101/badge)](https://www.bestpractices.dev/projects/8101)
31
31
  [![npm version](https://img.shields.io/npm/v/@refinedev/core.svg)](https://www.npmjs.com/package/@refinedev/core)
32
- [![](https://img.shields.io/github/commit-activity/m/refinedev/refine)](https://github.com/refinedev/refine/commits/master)
33
32
  [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)
34
33
 
35
34
  [![Discord](https://img.shields.io/discord/837692625737613362.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/refine)
36
35
  [![Twitter Follow](https://img.shields.io/twitter/follow/refine_dev?style=social)](https://twitter.com/refine_dev)
37
36
 
38
- <a href="https://www.producthunt.com/posts/refine-3?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-refine&#0045;3" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=362220&theme=light&period=daily" alt="refine - 100&#0037;&#0032;open&#0032;source&#0032;React&#0032;framework&#0032;to&#0032;build&#0032;web&#0032;apps&#0032;3x&#0032;faster | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
39
-
40
37
  </div>
41
38
 
42
39
  <br/>
@@ -45,222 +42,174 @@
45
42
 
46
43
  ## What is Refine?
47
44
 
48
- **Refine** is a meta **React** framework that enables the rapid✨ development of a wide range of web applications.
49
-
50
- From internal tools to admin panels, B2B apps, and dashboards, it serves as a comprehensive solution for building any type of **CRUD** application.
51
-
52
- Refine's internal hooks and components simplify the development process and eliminate repetitive tasks by providing industry-standard solutions for crucial aspects of a project, including **authentication**, **access control**, **routing**, **networking**, **state management**, and **i18n**.
53
-
54
- **Refine** is _headless by design_, thereby offering unlimited styling and customization options.
55
-
56
- ## What do you mean by "headless" ?
57
-
58
- Instead of being limited to a set of pre-styled components, **Refine** provides collections of helper `hooks`, `components`, `providers`, and more. Since business logic and the UI are completely decoupled, you can customize the UI without constraints.
59
-
60
- It means that **Refine** just works _seamlessly_ with any _custom designs_ or _UI frameworks_. Thanks to it's headless architecture, you can use popular CSS frameworks like [TailwindCSS](https://tailwindcss.com/) or even create your own styles from scratch.
45
+ **Refine** is a React meta-framework for CRUD-heavy web applications. It addresses a wide range of enterprise use cases including internal tools, admin panels, dashboards and B2B apps.
61
46
 
62
- Refine also provides integrations with [Ant Design](https://ant.design/), [Material UI](https://mui.com/material-ui/getting-started/overview/), [Mantine](https://mantine.dev/), and [Chakra UI](https://chakra-ui.com/) to get you started quickly. These libraries are a set of components that are nicely integrated with the headless `@refinedev/core` package.
47
+ Refine's core hooks and components streamline the development process by offering industry-standard solutions for crucial aspects of a project, including **authentication**, **access control**, **routing**, **networking**, **state management**, and **i18n**.
63
48
 
64
- ### Headless in Routing
49
+ Refine's headless architecture enables the building of highly customizable applications by decoupling business logic from UI and routing. This allows integration with:
65
50
 
66
- For the routing, Refine's headless approach shines too. It doesn't tie you to a single routing method or library. Instead, it offers a simple routing interface with built-in integrations for popular libraries.
51
+ - Any custom designs or UI frameworks like [TailwindCSS](https://tailwindcss.com/), along with built-in support for [Ant Design](https://ant.design/), [Material UI](https://mui.com/material-ui/getting-started/overview/), [Mantine](https://mantine.dev/), and [Chakra UI](https://chakra-ui.com/).
67
52
 
68
- This means you can use Refine seamlessly on different platforms like React Native, Electron, Next.js, Remix, etc. without any extra setup steps.
53
+ - Various platforms, including Next.js, Remix, React Native, Electron, etc., by a simple routing interface without the need for additional setup steps.
69
54
 
70
55
  ## ⚡ Try Refine
71
56
 
72
- Refine's [browser-based app scaffolder](https://refine.dev/#playground) enables you to build a Refine app through an interactive, step-by-step process in your browser.
57
+ Start a new project with Refine in seconds using the following command:
73
58
 
74
- You have the freedom to select your preferred libraries and frameworks, and the tool generates a ready-to-download boilerplate code. This feature not only lets you preview and tweak your project on the fly but also accelerates the overall development workflow.
59
+ ```sh
60
+ npm create refine-app@latest my-refine-app
61
+ ```
75
62
 
76
- <br/>
63
+ Or you can create a new project on your browser:
77
64
 
78
- <div align="center">
79
- <a href="https://refine.dev/#playground" target="_blank">
80
- <img src="https://refine.ams3.cdn.digitaloceanspaces.com/blog/2023-07-25-refine-primereact/create-refine-project.gif" />
65
+ <a href="https://refine.dev/?playground=true" target="_blank">
66
+ <img height="48" width="245" src="https://refine.ams3.cdn.digitaloceanspaces.com/assets/try-it-in-your-browser.png" />
81
67
  </a>
82
- </div>
83
-
84
- ## Use cases
85
-
86
- **Refine** shines on _data-intensive⚡_ enterprise B2B applications like **admin panels**, **dashboards** and **internal tools**. Thanks to the built-in **SSR support**, it can also power _customer-facing_ applications like **storefronts**.
87
-
88
- You can take a look at some live examples that can be built using **refine** from scratch:
89
-
90
- - [Fully-functional CRM Application](https://example.crm.refine.dev/)
91
- - [Fully-functional Admin Panel](https://s.refine.dev/readme-admin-panel)
92
- - [Win95 Style Admin panel 🪟](https://win95.refine.dev/)
93
- - [Medium Clone - Real World Example](https://s.refine.dev/readme-medium-clone)
94
- - [Multitenancy Example](https://multi-tenancy-strapi.refine.dev/)
95
- - [Storefront](https://s.refine.dev/readme-ssr-storefront)
96
-
97
- [👉 Refer to most popular real use case examples](https://refine.dev/docs/examples/)
98
-
99
- [👉 More **Refine** powered different usage scenarios can be found here](https://refine.dev/docs/examples#other-examples)
100
-
101
- ## Key Features
102
-
103
- ⚙️ Zero-config, **one-minute setup** with a **single CLI command**
104
-
105
- 🔌 Connectors for **15+ backend services** including [REST API](https://github.com/refinedev/refine/tree/master/packages/simple-rest), [GraphQL](https://github.com/refinedev/refine/tree/master/packages/graphql), [NestJs CRUD](https://github.com/refinedev/refine/tree/master/packages/nestjsx-crud), [Airtable](https://github.com/refinedev/refine/tree/master/packages/airtable), [Strapi](https://github.com/refinedev/refine/tree/master/packages/strapi), [Strapi v4](https://github.com/refinedev/refine/tree/master/packages/strapi-v4), [Supabase](https://github.com/refinedev/refine/tree/master/packages/supabase), [Hasura](https://github.com/refinedev/refine/tree/master/packages/hasura), [Appwrite](https://github.com/refinedev/refine/tree/master/packages/appwrite), [Nestjs-Query](https://github.com/refinedev/refine/tree/master/packages/nestjs-query), [Firebase](https://firebase.google.com/), [Sanity](https://www.sanity.io/), and [Directus](https://directus.io/).
106
-
107
- 🌐 **SSR support** with **Next.js** or **Remix**
108
-
109
- 🔍 Auto-generated **CRUD** UIs from **your API data structure**
110
-
111
- ⚛ Perfect **state management** & **mutations** with **React Query**
112
-
113
- 🔀 **Advanced routing** with any router library of your choice
114
-
115
- 🔐 Providers for seamless **authentication** and **access control** flows
116
-
117
- ⚡ Out-of-the-box support for **live / real-time applications**
118
-
119
- 📄 Easy **audit logs** & **document versioning**
120
-
121
- 💬 Support for any **i18n** framework
122
-
123
- 💪 Future-proof, **robust architecture**
124
-
125
- ⌛️ Built-in CLI with time-saving features
126
-
127
- 💻 Refine [Devtools](https://github.com/refinedev/refine/blob/master/packages/devtools/README.md) - dive deeper into your app and provide useful insights
128
-
129
- ✅ Full **test coverage**
130
68
 
131
69
  ## Quick Start
132
70
 
133
- There are two ways to create a Refine app: either by using the `create refine-app` CLI tool or the [browser-based app scaffolder](https://refine.dev/#playground).
71
+ Here's Refine in action, the below code is an example of a simple CRUD application using Refine + React Router + Material UI:
134
72
 
135
- To quickly start a Refine project with [Ant Design](https://ant.design/) as the default UI framework, run the following command.
136
-
137
- ```
138
- npm create refine-app@latest -- -o refine-antd
139
- ```
140
-
141
- Once the setup is complete, navigate to the project folder and start your project with:
142
-
143
- ```
144
- npm run dev
145
- ```
146
-
147
- <br/>
148
-
149
- Your **Refine** application will be accessible at [http://localhost:5173](http://localhost:5173):
150
-
151
- <a href="http://localhost:5173">![Welcome on board](https://refine.ams3.cdn.digitaloceanspaces.com/website/static/img/welcome.png)</a>
152
-
153
- <br/>
154
-
155
- > Note: The command above uses pre-set options for ease. For a different tech stack, simply run:
156
- >
157
- > ```
158
- > npm create refine-app@latest
159
- > ```
160
-
161
- Let's consume a public `fake REST API` and add two resources (_blog_posts_ and _categories_) to our project. Replace the contents of `src/App.tsx` with the following code:
162
-
163
- ```tsx title="src/App.tsx"
164
- import { Refine } from "@refinedev/core";
165
- import {
166
- useNotificationProvider,
167
- ErrorComponent,
168
- ThemedLayout,
169
- } from "@refinedev/antd";
170
- import routerProvider, { NavigateToResource } from "@refinedev/react-router-v6";
73
+ ```tsx
74
+ import React from "react";
75
+ import { Refine, useMany } from "@refinedev/core";
76
+ import { ThemedLayoutV2 } from "@refinedev/mui";
171
77
  import dataProvider from "@refinedev/simple-rest";
78
+ import routerProvider from "@refinedev/react-router-v6";
79
+ import { BrowserRouter, Outlet, Route, Routes } from "react-router-dom";
172
80
 
173
- import { BrowserRouter, Routes, Route, Outlet } from "react-router-dom";
174
-
175
- import { AntdInferencer } from "@refinedev/inferencer/antd";
81
+ import CssBaseline from "@mui/material/CssBaseline";
176
82
 
177
- import "@refinedev/antd/dist/reset.css";
178
-
179
- const App: React.FC = () => {
83
+ export default function App() {
180
84
  return (
181
85
  <BrowserRouter>
86
+ <CssBaseline />
182
87
  <Refine
183
- routerProvider={routerProvider}
184
88
  dataProvider={dataProvider("https://api.fake-rest.refine.dev")}
185
- notificationProvider={useNotificationProvider}
89
+ routerProvider={routerProvider}
186
90
  resources={[
187
91
  {
188
- name: "blog_posts",
189
- list: "/blog-posts",
190
- show: "/blog-posts/show/:id",
191
- create: "/blog-posts/create",
192
- edit: "/blog-posts/edit/:id",
193
- meta: { canDelete: true },
194
- },
195
- {
196
- name: "categories",
197
- list: "/categories",
198
- show: "/categories/show/:id",
92
+ name: "products",
93
+ list: "/products",
199
94
  },
200
95
  ]}
201
96
  >
202
97
  <Routes>
203
98
  <Route
204
99
  element={
205
- <ThemedLayout>
100
+ <ThemedLayoutV2>
206
101
  <Outlet />
207
- </ThemedLayout>
102
+ </ThemedLayoutV2>
208
103
  }
209
104
  >
210
- <Route index element={<NavigateToResource />} />
211
- <Route path="blog-posts">
212
- <Route index element={<AntdInferencer />} />
213
- <Route path="show/:id" element={<AntdInferencer />} />
214
- <Route path="create" element={<AntdInferencer />} />
215
- <Route path="edit/:id" element={<AntdInferencer />} />
216
- </Route>
217
- <Route path="categories">
218
- <Route index element={<AntdInferencer />} />
219
- <Route path="show/:id" element={<AntdInferencer />} />
105
+ <Route path="/products">
106
+ <Route index element={<ProductList />} />
220
107
  </Route>
221
- <Route path="*" element={<ErrorComponent />} />
222
108
  </Route>
223
109
  </Routes>
224
110
  </Refine>
225
111
  </BrowserRouter>
226
112
  );
227
- };
113
+ }
114
+
115
+ // src/pages/products/list.tsx
116
+
117
+ import { List, useDataGrid, DateField } from "@refinedev/mui";
118
+ import { DataGrid, GridColDef } from "@mui/x-data-grid";
119
+
120
+ export const ProductList = () => {
121
+ const { dataGridProps } = useDataGrid();
122
+
123
+ const { data: categories, isLoading } = useMany({
124
+ resource: "categories",
125
+ ids:
126
+ dataGridProps?.rows?.map((item) => item?.category?.id).filter(Boolean) ??
127
+ [],
128
+ queryOptions: {
129
+ enabled: !!dataGridProps?.rows,
130
+ },
131
+ });
132
+
133
+ const columns = React.useMemo<GridColDef[]>(
134
+ () => [
135
+ { field: "id", headerName: "ID", type: "number" },
136
+ { field: "name", flex: 1, headerName: "Name" },
137
+ {
138
+ field: "category",
139
+ flex: 1,
140
+ headerName: "Category",
141
+ renderCell: ({ value }) =>
142
+ isLoading
143
+ ? "Loading..."
144
+ : categories?.data?.find((item) => item.id === value?.id)?.title,
145
+ },
146
+ {
147
+ field: "createdAt",
148
+ flex: 1,
149
+ headerName: "Created at",
150
+ renderCell: ({ value }) => <DateField value={value} />,
151
+ },
152
+ ],
153
+ [categories?.data, isLoading],
154
+ );
228
155
 
229
- export default App;
156
+ return (
157
+ <List>
158
+ <DataGrid {...dataGridProps} columns={columns} autoHeight />
159
+ </List>
160
+ );
161
+ };
230
162
  ```
231
163
 
232
- <br/>
233
-
234
- 🚀 The [**Refine Inferencer package**](https://refine.dev/docs/packages/documentation/inferencer/) automatically generates `list`, `show`, `create`, and `edit` pages by guessing configurations from API data. We've used it here for a quick, clear start, but you can also choose to code your pages from scratch instead of using the Inferencer feature.
164
+ The result will look like this:
235
165
 
236
- Now, you should see the output as a table populated with `blog_posts` & `category` data:
166
+ [![Refine + Material UI Example](https://refine.ams3.cdn.digitaloceanspaces.com/assets/refine-mui-simple-example-screenshot-rounded.webp)](https://refine.new/preview/c85442a8-8df1-4101-a09a-47d3ca641798)
237
167
 
238
- ![First example result](https://refine.ams3.cdn.digitaloceanspaces.com/website/static/img/readme-quick-start-2.png)
239
-
240
- <br/>
168
+ ## Use cases
241
169
 
242
- You can get the auto-generated page codes by clicking the `Show Code` button on each page. Afterward, simply pass the pages to the `resources` array by replacing them with the Inferencer components.
170
+ **Refine** shines on _data-intensive⚡_ enterprise B2B applications like **admin panels**, **dashboards** and **internal tools**. Thanks to the built-in **SSR support**, it can also power _customer-facing_ applications like **storefronts**.
243
171
 
244
- ## Next Steps
172
+ You can take a look at some live examples that can be built using **Refine** from scratch:
245
173
 
246
- 👉 Jump to [Tutorial](https://refine.dev/docs/tutorial/introduction/index/) to continue your work and turn the example into a full-blown CRUD application.
174
+ - [Fully-functional CRM Application](https://refine.dev/templates/crm-application/)
175
+ - [Fully-functional Admin Panel](https://refine.dev/templates/react-admin-panel/)
176
+ - [Win95 Style Admin panel 🪟](https://refine.dev/templates/win-95-style-admin-panel/)
177
+ - [Medium Clone - Real World Example](https://refine.dev/templates/react-crud-app/)
178
+ - [Multitenancy Example](https://refine.dev/templates/multitenancy-strapi/)
179
+ - [Storefront](https://refine.dev/templates/next-js-ecommerce-store/)
180
+ - [Refer to templates page for more examples](https://refine.dev/templates/)
181
+ - [More **Refine** powered different usage scenarios can be found here](https://refine.dev/docs/examples#other-examples)
247
182
 
248
- 👉 Visit the [Learn the Basics page](https://refine.dev/docs/getting-started/overview/) to get informed about the fundamental concepts.
183
+ ## Key Features
249
184
 
250
- 👉 Read more on [Advanced Tutorials
251
- ](https://refine.dev/docs/advanced-tutorials/) for different usage scenarios.
185
+ - Refine Devtools - dive deeper into your app and provide useful insights
186
+ - Connectors for **15+ backend services** including [REST API](https://github.com/refinedev/refine/tree/master/packages/simple-rest), [GraphQL](https://github.com/refinedev/refine/tree/master/packages/graphql), [NestJs CRUD](https://github.com/refinedev/refine/tree/master/packages/nestjsx-crud), [Airtable](https://github.com/refinedev/refine/tree/master/packages/airtable), [Strapi](https://github.com/refinedev/refine/tree/master/packages/strapi), [Strapi v4](https://github.com/refinedev/refine/tree/master/packages/strapi-v4), [Supabase](https://github.com/refinedev/refine/tree/master/packages/supabase), [Hasura](https://github.com/refinedev/refine/tree/master/packages/hasura), [Appwrite](https://github.com/refinedev/refine/tree/master/packages/appwrite), [Nestjs-Query](https://github.com/refinedev/refine/tree/master/packages/nestjs-query), [Firebase](https://firebase.google.com/), [Sanity](https://www.sanity.io/), and [Directus](https://directus.io/).
187
+ - SSR support with Next.js & Remix and Advanced routing with any router library of your choice
188
+ - Auto-generation of CRUD UIs based on your API data structure
189
+ - Perfect state management & mutations with React Query
190
+ - Providers for seamless authentication and access control flows
191
+ - Out-of-the-box support for live / real-time applications
192
+ - Easy audit logs & document versioning
252
193
 
253
- 👉 See the real-life [CRM Application](https://example.crm.refine.dev/) project built using Refine.
194
+ ## Learning Refine
254
195
 
255
- 👉 Play with interactive [examples](https://refine.dev/docs/examples/).
196
+ - Navigate to the [Tutorial](https://refine.dev/docs/tutorial/introduction/index/) on building comprehensive CRUD application guides you through each step of the process.
197
+ - Visit the [Guides & Concepts](https://refine.dev/docs/guides-concepts/general-concepts/) to get informed about the fundamental concepts.
198
+ - Read more on [Advanced Tutorials](https://refine.dev/docs/advanced-tutorials/) for different usage scenarios.
256
199
 
257
200
  ## Contribution
258
201
 
259
- [👉 Refer to the contribution docs for more information.](https://refine.dev/docs/contributing/#ways-to-contribute)
202
+ [Refer to the contribution docs for more information.](https://refine.dev/docs/contributing/#ways-to-contribute)
260
203
 
261
204
  If you have any doubts related to the project or want to discuss something, then join our [Discord server](https://discord.gg/refine).
262
205
 
263
- ## Contributors ♥️
206
+ ## Contributors ♥️ Thanks
207
+
208
+ We extend our gratitude to all our numerous contributors who create plugins, assist with issues and pull requests, and respond to questions on Discord and GitHub Discussions.
209
+
210
+ Refine is a community-driven project, and your contributions continually improve it.
211
+
212
+ <br/>
264
213
 
265
214
  <a href="https://github.com/refinedev/refine/graphs/contributors">
266
215
  <img src="https://contrib.rocks/image?repo=refinedev/refine&max=400&columns=20" />
@@ -0,0 +1,75 @@
1
+ import React from "react";
2
+ export type AuthenticatedCommonProps = {
3
+ /**
4
+ * Unique key to identify the component.
5
+ * This is required if you have multiple `Authenticated` components at the same level.
6
+ * @required
7
+ */
8
+ key: React.Key;
9
+ /**
10
+ * Whether to redirect user if not logged in or not.
11
+ * If not set, user will be redirected to `redirectTo` property of the `check` function's response.
12
+ * This behavior is only available for new auth providers.
13
+ * Legacy auth providers will redirect to `/login` by default if this property is not set.
14
+ * If set to a string, user will be redirected to that string.
15
+ *
16
+ * This property only works if `fallback` is **not set**.
17
+ */
18
+ redirectOnFail?: string | true;
19
+ /**
20
+ * Whether to append current path to search params of the redirect url at `to` property.
21
+ *
22
+ * By default, `to` parameter is used by successful invocations of the `useLogin` hook.
23
+ * If `to` present, it will be used as the redirect url after successful login.
24
+ */
25
+ appendCurrentPathToQuery?: boolean;
26
+ /**
27
+ * Content to show if user is not logged in.
28
+ */
29
+ fallback?: React.ReactNode;
30
+ /**
31
+ * Content to show while checking whether user is logged in or not.
32
+ */
33
+ loading?: React.ReactNode;
34
+ /**
35
+ * Content to show if user is logged in
36
+ */
37
+ children?: React.ReactNode;
38
+ };
39
+ export type LegacyAuthenticatedProps = {
40
+ v3LegacyAuthProviderCompatible: true;
41
+ } & AuthenticatedCommonProps;
42
+ export type AuthenticatedProps = {
43
+ v3LegacyAuthProviderCompatible?: false;
44
+ } & AuthenticatedCommonProps;
45
+ /**
46
+ * `<Authenticated>` is the component form of {@link https://refine.dev/docs/api-reference/core/hooks/auth/useAuthenticated `useAuthenticated`}. It internally uses `useAuthenticated` to provide it's functionality.
47
+ *
48
+ * @requires {@link https://react.dev/learn/rendering-lists#why-does-react-need-keys `key`} prop if you have multiple components at the same level.
49
+ * In React, components don't automatically unmount and remount with prop changes, which is generally good for performance. However, for specific cases this can cause issues like unwanted content rendering (`fallback` or `children`). To solve this, assigning unique `key` values to each instance of component is necessary, forcing React to unmount and remount the component, rather than just updating its props.
50
+ * @example
51
+ *```tsx
52
+ * <Authenticated key="dashboard">
53
+ * <h1>Dashboard Page</h1>
54
+ * </Authenticated>
55
+ *```
56
+ *
57
+ * @see {@link https://refine.dev/docs/core/components/auth/authenticated `<Authenticated>`} component for more details.
58
+ */
59
+ export declare function Authenticated(props: LegacyAuthenticatedProps): JSX.Element | null;
60
+ /**
61
+ * `<Authenticated>` is the component form of {@link https://refine.dev/docs/api-reference/core/hooks/auth/useAuthenticated `useAuthenticated`}. It internally uses `useAuthenticated` to provide it's functionality.
62
+ *
63
+ * @requires {@link https://react.dev/learn/rendering-lists#why-does-react-need-keys `key`} prop if you have multiple components at the same level.
64
+ * In React, components don't automatically unmount and remount with prop changes, which is generally good for performance. However, for specific cases this can cause issues like unwanted content rendering (`fallback` or `children`). To solve this, assigning unique `key` values to each instance of component is necessary, forcing React to unmount and remount the component, rather than just updating its props.
65
+ * @example
66
+ *```tsx
67
+ * <Authenticated key="dashboard">
68
+ * <h1>Dashboard Page</h1>
69
+ * </Authenticated>
70
+ *```
71
+ *
72
+ * @see {@link https://refine.dev/docs/core/components/auth/authenticated `<Authenticated>`} component for more details.
73
+ */
74
+ export declare function Authenticated(props: AuthenticatedProps): JSX.Element | null;
75
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/authenticated/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;;OAIG;IACH,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC;IACf;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;;OAKG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,8BAA8B,EAAE,IAAI,CAAC;CACtC,GAAG,wBAAwB,CAAC;AAE7B,MAAM,MAAM,kBAAkB,GAAG;IAC/B,8BAA8B,CAAC,EAAE,KAAK,CAAC;CACxC,GAAG,wBAAwB,CAAC;AAE7B;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAC3B,KAAK,EAAE,wBAAwB,GAC9B,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC;AAEtB;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC"}
@@ -0,0 +1,75 @@
1
+ import React from "react";
2
+ export type AuthenticatedCommonProps = {
3
+ /**
4
+ * Unique key to identify the component.
5
+ * This is required if you have multiple `Authenticated` components at the same level.
6
+ * @required
7
+ */
8
+ key: React.Key;
9
+ /**
10
+ * Whether to redirect user if not logged in or not.
11
+ * If not set, user will be redirected to `redirectTo` property of the `check` function's response.
12
+ * This behavior is only available for new auth providers.
13
+ * Legacy auth providers will redirect to `/login` by default if this property is not set.
14
+ * If set to a string, user will be redirected to that string.
15
+ *
16
+ * This property only works if `fallback` is **not set**.
17
+ */
18
+ redirectOnFail?: string | true;
19
+ /**
20
+ * Whether to append current path to search params of the redirect url at `to` property.
21
+ *
22
+ * By default, `to` parameter is used by successful invocations of the `useLogin` hook.
23
+ * If `to` present, it will be used as the redirect url after successful login.
24
+ */
25
+ appendCurrentPathToQuery?: boolean;
26
+ /**
27
+ * Content to show if user is not logged in.
28
+ */
29
+ fallback?: React.ReactNode;
30
+ /**
31
+ * Content to show while checking whether user is logged in or not.
32
+ */
33
+ loading?: React.ReactNode;
34
+ /**
35
+ * Content to show if user is logged in
36
+ */
37
+ children?: React.ReactNode;
38
+ };
39
+ export type LegacyAuthenticatedProps = {
40
+ v3LegacyAuthProviderCompatible: true;
41
+ } & AuthenticatedCommonProps;
42
+ export type AuthenticatedProps = {
43
+ v3LegacyAuthProviderCompatible?: false;
44
+ } & AuthenticatedCommonProps;
45
+ /**
46
+ * `<Authenticated>` is the component form of {@link https://refine.dev/docs/api-reference/core/hooks/auth/useAuthenticated `useAuthenticated`}. It internally uses `useAuthenticated` to provide it's functionality.
47
+ *
48
+ * @requires {@link https://react.dev/learn/rendering-lists#why-does-react-need-keys `key`} prop if you have multiple components at the same level.
49
+ * In React, components don't automatically unmount and remount with prop changes, which is generally good for performance. However, for specific cases this can cause issues like unwanted content rendering (`fallback` or `children`). To solve this, assigning unique `key` values to each instance of component is necessary, forcing React to unmount and remount the component, rather than just updating its props.
50
+ * @example
51
+ *```tsx
52
+ * <Authenticated key="dashboard">
53
+ * <h1>Dashboard Page</h1>
54
+ * </Authenticated>
55
+ *```
56
+ *
57
+ * @see {@link https://refine.dev/docs/core/components/auth/authenticated `<Authenticated>`} component for more details.
58
+ */
59
+ export declare function Authenticated(props: LegacyAuthenticatedProps): JSX.Element | null;
60
+ /**
61
+ * `<Authenticated>` is the component form of {@link https://refine.dev/docs/api-reference/core/hooks/auth/useAuthenticated `useAuthenticated`}. It internally uses `useAuthenticated` to provide it's functionality.
62
+ *
63
+ * @requires {@link https://react.dev/learn/rendering-lists#why-does-react-need-keys `key`} prop if you have multiple components at the same level.
64
+ * In React, components don't automatically unmount and remount with prop changes, which is generally good for performance. However, for specific cases this can cause issues like unwanted content rendering (`fallback` or `children`). To solve this, assigning unique `key` values to each instance of component is necessary, forcing React to unmount and remount the component, rather than just updating its props.
65
+ * @example
66
+ *```tsx
67
+ * <Authenticated key="dashboard">
68
+ * <h1>Dashboard Page</h1>
69
+ * </Authenticated>
70
+ *```
71
+ *
72
+ * @see {@link https://refine.dev/docs/core/components/auth/authenticated `<Authenticated>`} component for more details.
73
+ */
74
+ export declare function Authenticated(props: AuthenticatedProps): JSX.Element | null;
75
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/authenticated/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;;OAIG;IACH,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC;IACf;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;;OAKG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,8BAA8B,EAAE,IAAI,CAAC;CACtC,GAAG,wBAAwB,CAAC;AAE7B,MAAM,MAAM,kBAAkB,GAAG;IAC/B,8BAA8B,CAAC,EAAE,KAAK,CAAC;CACxC,GAAG,wBAAwB,CAAC;AAE7B;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAC3B,KAAK,EAAE,wBAAwB,GAC9B,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC;AAEtB;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- export declare type AuthenticatedCommonProps = {
2
+ export type AuthenticatedCommonProps = {
3
3
  /**
4
4
  * Unique key to identify the component.
5
5
  * This is required if you have multiple `Authenticated` components at the same level.
@@ -36,10 +36,10 @@ export declare type AuthenticatedCommonProps = {
36
36
  */
37
37
  children?: React.ReactNode;
38
38
  };
39
- export declare type LegacyAuthenticatedProps = {
39
+ export type LegacyAuthenticatedProps = {
40
40
  v3LegacyAuthProviderCompatible: true;
41
41
  } & AuthenticatedCommonProps;
42
- export declare type AuthenticatedProps = {
42
+ export type AuthenticatedProps = {
43
43
  v3LegacyAuthProviderCompatible?: false;
44
44
  } & AuthenticatedCommonProps;
45
45
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/authenticated/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,oBAAY,wBAAwB,GAAG;IACnC;;;;OAIG;IACH,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC;IACf;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;;OAKG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAAC;AAEF,oBAAY,wBAAwB,GAAG;IACnC,8BAA8B,EAAE,IAAI,CAAC;CACxC,GAAG,wBAAwB,CAAC;AAE7B,oBAAY,kBAAkB,GAAG;IAC7B,8BAA8B,CAAC,EAAE,KAAK,CAAC;CAC1C,GAAG,wBAAwB,CAAC;AAE7B;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CACzB,KAAK,EAAE,wBAAwB,GAChC,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC;AAEtB;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/authenticated/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;;OAIG;IACH,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC;IACf;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;;OAKG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,8BAA8B,EAAE,IAAI,CAAC;CACtC,GAAG,wBAAwB,CAAC;AAE7B,MAAM,MAAM,kBAAkB,GAAG;IAC/B,8BAA8B,CAAC,EAAE,KAAK,CAAC;CACxC,GAAG,wBAAwB,CAAC;AAE7B;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAC3B,KAAK,EAAE,wBAAwB,GAC9B,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC;AAEtB;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC"}
@@ -0,0 +1,24 @@
1
+ import React from "react";
2
+ import { BaseRecord, HttpError } from "../../contexts/data/types";
3
+ import { AutoSaveIndicatorElements } from "../../hooks/form/types";
4
+ import { UseUpdateReturnType } from "../../hooks/data/useUpdate";
5
+ export type AutoSaveIndicatorProps<TData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables = {}> = {
6
+ /**
7
+ * The data returned by the update request.
8
+ */
9
+ data?: UseUpdateReturnType<TData, TError, TVariables>["data"];
10
+ /**
11
+ * The error returned by the update request.
12
+ */
13
+ error?: UseUpdateReturnType<TData, TError, TVariables>["error"];
14
+ /**
15
+ * The status of the update request.
16
+ */
17
+ status: UseUpdateReturnType<TData, TError, TVariables>["status"];
18
+ /**
19
+ * The elements to display for each status.
20
+ */
21
+ elements?: AutoSaveIndicatorElements;
22
+ };
23
+ export declare const AutoSaveIndicator: React.FC<AutoSaveIndicatorProps>;
24
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/autoSaveIndicator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAEjE,MAAM,MAAM,sBAAsB,CAChC,KAAK,SAAS,UAAU,GAAG,UAAU,EACrC,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,UAAU,GAAG,EAAE,IACb;IACF;;OAEG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;IAC9D;;OAEG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC,OAAO,CAAC,CAAC;IAChE;;OAEG;IACH,MAAM,EAAE,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC,QAAQ,CAAC,CAAC;IACjE;;OAEG;IACH,QAAQ,CAAC,EAAE,yBAAyB,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAmB9D,CAAC"}
@@ -0,0 +1,24 @@
1
+ import React from "react";
2
+ import { BaseRecord, HttpError } from "../../contexts/data/types";
3
+ import { AutoSaveIndicatorElements } from "../../hooks/form/types";
4
+ import { UseUpdateReturnType } from "../../hooks/data/useUpdate";
5
+ export type AutoSaveIndicatorProps<TData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables = {}> = {
6
+ /**
7
+ * The data returned by the update request.
8
+ */
9
+ data?: UseUpdateReturnType<TData, TError, TVariables>["data"];
10
+ /**
11
+ * The error returned by the update request.
12
+ */
13
+ error?: UseUpdateReturnType<TData, TError, TVariables>["error"];
14
+ /**
15
+ * The status of the update request.
16
+ */
17
+ status: UseUpdateReturnType<TData, TError, TVariables>["status"];
18
+ /**
19
+ * The elements to display for each status.
20
+ */
21
+ elements?: AutoSaveIndicatorElements;
22
+ };
23
+ export declare const AutoSaveIndicator: React.FC<AutoSaveIndicatorProps>;
24
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/autoSaveIndicator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAEjE,MAAM,MAAM,sBAAsB,CAChC,KAAK,SAAS,UAAU,GAAG,UAAU,EACrC,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,UAAU,GAAG,EAAE,IACb;IACF;;OAEG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;IAC9D;;OAEG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC,OAAO,CAAC,CAAC;IAChE;;OAEG;IACH,MAAM,EAAE,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC,QAAQ,CAAC,CAAC;IACjE;;OAEG;IACH,QAAQ,CAAC,EAAE,yBAAyB,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAmB9D,CAAC"}