@refinedev/antd 5.37.4 → 6.0.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 (382) hide show
  1. package/CHANGELOG.md +1760 -1778
  2. package/README.md +109 -17
  3. package/coverage/clover.xml +2005 -0
  4. package/coverage/coverage-final.json +1 -0
  5. package/coverage/lcov-report/base.css +224 -0
  6. package/coverage/lcov-report/block-navigation.js +87 -0
  7. package/coverage/lcov-report/favicon.png +0 -0
  8. package/coverage/lcov-report/index.html +1331 -0
  9. package/coverage/lcov-report/prettify.css +1 -0
  10. package/coverage/lcov-report/prettify.js +2 -0
  11. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  12. package/coverage/lcov-report/sorter.js +196 -0
  13. package/coverage/lcov-report/src/components/breadcrumb/index.html +116 -0
  14. package/coverage/lcov-report/src/components/breadcrumb/index.tsx.html +325 -0
  15. package/coverage/lcov-report/src/components/buttons/clone/index.html +116 -0
  16. package/coverage/lcov-report/src/components/buttons/clone/index.tsx.html +397 -0
  17. package/coverage/lcov-report/src/components/buttons/create/index.html +116 -0
  18. package/coverage/lcov-report/src/components/buttons/create/index.tsx.html +397 -0
  19. package/coverage/lcov-report/src/components/buttons/delete/index.html +116 -0
  20. package/coverage/lcov-report/src/components/buttons/delete/index.tsx.html +463 -0
  21. package/coverage/lcov-report/src/components/buttons/edit/index.html +116 -0
  22. package/coverage/lcov-report/src/components/buttons/edit/index.tsx.html +400 -0
  23. package/coverage/lcov-report/src/components/buttons/export/index.html +116 -0
  24. package/coverage/lcov-report/src/components/buttons/export/index.tsx.html +181 -0
  25. package/coverage/lcov-report/src/components/buttons/import/index.html +116 -0
  26. package/coverage/lcov-report/src/components/buttons/import/index.tsx.html +193 -0
  27. package/coverage/lcov-report/src/components/buttons/index.html +116 -0
  28. package/coverage/lcov-report/src/components/buttons/index.ts.html +118 -0
  29. package/coverage/lcov-report/src/components/buttons/list/index.html +116 -0
  30. package/coverage/lcov-report/src/components/buttons/list/index.tsx.html +451 -0
  31. package/coverage/lcov-report/src/components/buttons/refresh/index.html +116 -0
  32. package/coverage/lcov-report/src/components/buttons/refresh/index.tsx.html +268 -0
  33. package/coverage/lcov-report/src/components/buttons/save/index.html +116 -0
  34. package/coverage/lcov-report/src/components/buttons/save/index.tsx.html +181 -0
  35. package/coverage/lcov-report/src/components/buttons/show/index.html +116 -0
  36. package/coverage/lcov-report/src/components/buttons/show/index.tsx.html +397 -0
  37. package/coverage/lcov-report/src/components/crud/create/index.html +116 -0
  38. package/coverage/lcov-report/src/components/crud/create/index.tsx.html +514 -0
  39. package/coverage/lcov-report/src/components/crud/edit/index.html +116 -0
  40. package/coverage/lcov-report/src/components/crud/edit/index.tsx.html +766 -0
  41. package/coverage/lcov-report/src/components/crud/index.html +116 -0
  42. package/coverage/lcov-report/src/components/crud/index.ts.html +103 -0
  43. package/coverage/lcov-report/src/components/crud/list/index.html +116 -0
  44. package/coverage/lcov-report/src/components/crud/list/index.tsx.html +424 -0
  45. package/coverage/lcov-report/src/components/crud/show/index.html +116 -0
  46. package/coverage/lcov-report/src/components/crud/show/index.tsx.html +724 -0
  47. package/coverage/lcov-report/src/components/fields/boolean/index.html +116 -0
  48. package/coverage/lcov-report/src/components/fields/boolean/index.tsx.html +163 -0
  49. package/coverage/lcov-report/src/components/fields/date/index.html +116 -0
  50. package/coverage/lcov-report/src/components/fields/date/index.tsx.html +184 -0
  51. package/coverage/lcov-report/src/components/fields/email/index.html +116 -0
  52. package/coverage/lcov-report/src/components/fields/email/index.tsx.html +145 -0
  53. package/coverage/lcov-report/src/components/fields/file/index.html +116 -0
  54. package/coverage/lcov-report/src/components/fields/file/index.tsx.html +148 -0
  55. package/coverage/lcov-report/src/components/fields/image/index.html +116 -0
  56. package/coverage/lcov-report/src/components/fields/image/index.tsx.html +136 -0
  57. package/coverage/lcov-report/src/components/fields/index.html +116 -0
  58. package/coverage/lcov-report/src/components/fields/index.ts.html +118 -0
  59. package/coverage/lcov-report/src/components/fields/markdown/index.html +116 -0
  60. package/coverage/lcov-report/src/components/fields/markdown/index.tsx.html +133 -0
  61. package/coverage/lcov-report/src/components/fields/number/index.html +116 -0
  62. package/coverage/lcov-report/src/components/fields/number/index.tsx.html +193 -0
  63. package/coverage/lcov-report/src/components/fields/tag/index.html +116 -0
  64. package/coverage/lcov-report/src/components/fields/tag/index.tsx.html +124 -0
  65. package/coverage/lcov-report/src/components/fields/text/index.html +116 -0
  66. package/coverage/lcov-report/src/components/fields/text/index.tsx.html +130 -0
  67. package/coverage/lcov-report/src/components/fields/url/index.html +116 -0
  68. package/coverage/lcov-report/src/components/fields/url/index.tsx.html +157 -0
  69. package/coverage/lcov-report/src/components/index.html +116 -0
  70. package/coverage/lcov-report/src/components/index.ts.html +163 -0
  71. package/coverage/lcov-report/src/components/layout/header/index.html +116 -0
  72. package/coverage/lcov-report/src/components/layout/header/index.tsx.html +190 -0
  73. package/coverage/lcov-report/src/components/layout/index.html +116 -0
  74. package/coverage/lcov-report/src/components/layout/index.tsx.html +220 -0
  75. package/coverage/lcov-report/src/components/layout/sider/index.html +131 -0
  76. package/coverage/lcov-report/src/components/layout/sider/index.tsx.html +928 -0
  77. package/coverage/lcov-report/src/components/layout/sider/styles.ts.html +112 -0
  78. package/coverage/lcov-report/src/components/layout/title/index.html +116 -0
  79. package/coverage/lcov-report/src/components/layout/title/index.tsx.html +229 -0
  80. package/coverage/lcov-report/src/components/pageHeader/index.html +116 -0
  81. package/coverage/lcov-report/src/components/pageHeader/index.tsx.html +241 -0
  82. package/coverage/lcov-report/src/components/pages/auth/components/forgotPassword/index.html +116 -0
  83. package/coverage/lcov-report/src/components/pages/auth/components/forgotPassword/index.tsx.html +727 -0
  84. package/coverage/lcov-report/src/components/pages/auth/components/index.html +131 -0
  85. package/coverage/lcov-report/src/components/pages/auth/components/index.tsx.html +97 -0
  86. package/coverage/lcov-report/src/components/pages/auth/components/login/index.html +116 -0
  87. package/coverage/lcov-report/src/components/pages/auth/components/login/index.tsx.html +958 -0
  88. package/coverage/lcov-report/src/components/pages/auth/components/register/index.html +116 -0
  89. package/coverage/lcov-report/src/components/pages/auth/components/register/index.tsx.html +874 -0
  90. package/coverage/lcov-report/src/components/pages/auth/components/styles.ts.html +175 -0
  91. package/coverage/lcov-report/src/components/pages/auth/components/updatePassword/index.html +116 -0
  92. package/coverage/lcov-report/src/components/pages/auth/components/updatePassword/index.tsx.html +694 -0
  93. package/coverage/lcov-report/src/components/pages/auth/index.html +116 -0
  94. package/coverage/lcov-report/src/components/pages/auth/index.tsx.html +208 -0
  95. package/coverage/lcov-report/src/components/pages/error/index.html +116 -0
  96. package/coverage/lcov-report/src/components/pages/error/index.tsx.html +316 -0
  97. package/coverage/lcov-report/src/components/pages/index.html +116 -0
  98. package/coverage/lcov-report/src/components/pages/index.tsx.html +103 -0
  99. package/coverage/lcov-report/src/components/pages/login/index.html +131 -0
  100. package/coverage/lcov-report/src/components/pages/login/index.tsx.html +601 -0
  101. package/coverage/lcov-report/src/components/pages/login/styles.ts.html +160 -0
  102. package/coverage/lcov-report/src/components/pages/ready/index.html +116 -0
  103. package/coverage/lcov-report/src/components/pages/ready/index.tsx.html +373 -0
  104. package/coverage/lcov-report/src/components/pages/welcome/index.html +116 -0
  105. package/coverage/lcov-report/src/components/pages/welcome/index.tsx.html +115 -0
  106. package/coverage/lcov-report/src/components/table/components/filterDropdown/index.html +116 -0
  107. package/coverage/lcov-report/src/components/table/components/filterDropdown/index.tsx.html +421 -0
  108. package/coverage/lcov-report/src/components/table/components/index.html +116 -0
  109. package/coverage/lcov-report/src/components/table/components/index.ts.html +88 -0
  110. package/coverage/lcov-report/src/components/table/index.html +116 -0
  111. package/coverage/lcov-report/src/components/table/index.ts.html +88 -0
  112. package/coverage/lcov-report/src/components/themedLayout/header/index.html +116 -0
  113. package/coverage/lcov-report/src/components/themedLayout/header/index.tsx.html +226 -0
  114. package/coverage/lcov-report/src/components/themedLayout/index.html +116 -0
  115. package/coverage/lcov-report/src/components/themedLayout/index.tsx.html +217 -0
  116. package/coverage/lcov-report/src/components/themedLayout/sider/index.html +131 -0
  117. package/coverage/lcov-report/src/components/themedLayout/sider/index.tsx.html +1045 -0
  118. package/coverage/lcov-report/src/components/themedLayout/sider/styles.ts.html +112 -0
  119. package/coverage/lcov-report/src/components/themedLayout/title/index.html +116 -0
  120. package/coverage/lcov-report/src/components/themedLayout/title/index.tsx.html +349 -0
  121. package/coverage/lcov-report/src/components/themedLayoutV2/header/index.html +116 -0
  122. package/coverage/lcov-report/src/components/themedLayoutV2/header/index.tsx.html +256 -0
  123. package/coverage/lcov-report/src/components/themedLayoutV2/index.html +116 -0
  124. package/coverage/lcov-report/src/components/themedLayoutV2/index.tsx.html +226 -0
  125. package/coverage/lcov-report/src/components/themedLayoutV2/sider/index.html +131 -0
  126. package/coverage/lcov-report/src/components/themedLayoutV2/sider/index.tsx.html +1132 -0
  127. package/coverage/lcov-report/src/components/themedLayoutV2/sider/styles.ts.html +112 -0
  128. package/coverage/lcov-report/src/components/themedLayoutV2/title/index.html +116 -0
  129. package/coverage/lcov-report/src/components/themedLayoutV2/title/index.tsx.html +340 -0
  130. package/coverage/lcov-report/src/components/undoableNotification/index.html +116 -0
  131. package/coverage/lcov-report/src/components/undoableNotification/index.tsx.html +223 -0
  132. package/coverage/lcov-report/src/contexts/index.html +116 -0
  133. package/coverage/lcov-report/src/contexts/index.ts.html +97 -0
  134. package/coverage/lcov-report/src/contexts/themedLayoutContext/index.html +116 -0
  135. package/coverage/lcov-report/src/contexts/themedLayoutContext/index.tsx.html +178 -0
  136. package/coverage/lcov-report/src/definitions/table/index.html +116 -0
  137. package/coverage/lcov-report/src/definitions/table/index.ts.html +424 -0
  138. package/coverage/lcov-report/src/definitions/upload/index.html +116 -0
  139. package/coverage/lcov-report/src/definitions/upload/index.ts.html +172 -0
  140. package/coverage/lcov-report/src/hooks/fields/index.html +116 -0
  141. package/coverage/lcov-report/src/hooks/fields/index.ts.html +94 -0
  142. package/coverage/lcov-report/src/hooks/fields/useCheckboxGroup/index.html +116 -0
  143. package/coverage/lcov-report/src/hooks/fields/useCheckboxGroup/index.ts.html +361 -0
  144. package/coverage/lcov-report/src/hooks/fields/useRadioGroup/index.html +116 -0
  145. package/coverage/lcov-report/src/hooks/fields/useRadioGroup/index.ts.html +361 -0
  146. package/coverage/lcov-report/src/hooks/fields/useSelect/index.html +116 -0
  147. package/coverage/lcov-report/src/hooks/fields/useSelect/index.ts.html +238 -0
  148. package/coverage/lcov-report/src/hooks/form/index.html +131 -0
  149. package/coverage/lcov-report/src/hooks/form/index.ts.html +136 -0
  150. package/coverage/lcov-report/src/hooks/form/useDrawerForm/index.html +131 -0
  151. package/coverage/lcov-report/src/hooks/form/useDrawerForm/index.ts.html +103 -0
  152. package/coverage/lcov-report/src/hooks/form/useDrawerForm/useDrawerForm.ts.html +964 -0
  153. package/coverage/lcov-report/src/hooks/form/useForm.ts.html +718 -0
  154. package/coverage/lcov-report/src/hooks/form/useModalForm/index.html +131 -0
  155. package/coverage/lcov-report/src/hooks/form/useModalForm/index.ts.html +100 -0
  156. package/coverage/lcov-report/src/hooks/form/useModalForm/useModalForm.ts.html +1090 -0
  157. package/coverage/lcov-report/src/hooks/form/useStepsForm/index.html +131 -0
  158. package/coverage/lcov-report/src/hooks/form/useStepsForm/index.ts.html +100 -0
  159. package/coverage/lcov-report/src/hooks/form/useStepsForm/useStepsForm.ts.html +517 -0
  160. package/coverage/lcov-report/src/hooks/import/index.html +116 -0
  161. package/coverage/lcov-report/src/hooks/import/index.tsx.html +487 -0
  162. package/coverage/lcov-report/src/hooks/index.html +116 -0
  163. package/coverage/lcov-report/src/hooks/index.ts.html +109 -0
  164. package/coverage/lcov-report/src/hooks/list/index.html +116 -0
  165. package/coverage/lcov-report/src/hooks/list/index.ts.html +88 -0
  166. package/coverage/lcov-report/src/hooks/list/useSimpleList/index.html +131 -0
  167. package/coverage/lcov-report/src/hooks/list/useSimpleList/index.ts.html +88 -0
  168. package/coverage/lcov-report/src/hooks/list/useSimpleList/useSimpleList.ts.html +775 -0
  169. package/coverage/lcov-report/src/hooks/modal/index.html +116 -0
  170. package/coverage/lcov-report/src/hooks/modal/index.ts.html +88 -0
  171. package/coverage/lcov-report/src/hooks/modal/useModal/index.html +116 -0
  172. package/coverage/lcov-report/src/hooks/modal/useModal/index.tsx.html +214 -0
  173. package/coverage/lcov-report/src/hooks/table/index.html +116 -0
  174. package/coverage/lcov-report/src/hooks/table/index.ts.html +91 -0
  175. package/coverage/lcov-report/src/hooks/table/useEditableTable/index.html +131 -0
  176. package/coverage/lcov-report/src/hooks/table/useEditableTable/index.ts.html +88 -0
  177. package/coverage/lcov-report/src/hooks/table/useEditableTable/useEditableTable.ts.html +466 -0
  178. package/coverage/lcov-report/src/hooks/table/useTable/index.html +146 -0
  179. package/coverage/lcov-report/src/hooks/table/useTable/index.ts.html +88 -0
  180. package/coverage/lcov-report/src/hooks/table/useTable/paginationLink.tsx.html +166 -0
  181. package/coverage/lcov-report/src/hooks/table/useTable/useTable.ts.html +889 -0
  182. package/coverage/lcov-report/src/hooks/useFileUploadState/index.html +116 -0
  183. package/coverage/lcov-report/src/hooks/useFileUploadState/index.ts.html +187 -0
  184. package/coverage/lcov-report/src/hooks/useSiderVisible/index.html +116 -0
  185. package/coverage/lcov-report/src/hooks/useSiderVisible/index.ts.html +151 -0
  186. package/coverage/lcov-report/src/providers/notificationProvider/index.html +116 -0
  187. package/coverage/lcov-report/src/providers/notificationProvider/index.tsx.html +208 -0
  188. package/coverage/lcov.info +5292 -0
  189. package/dist/components/autoSaveIndicator/index.d.ts.map +1 -1
  190. package/dist/components/breadcrumb/index.d.ts +1 -1
  191. package/dist/components/breadcrumb/index.d.ts.map +1 -1
  192. package/dist/components/buttons/create/index.d.ts.map +1 -1
  193. package/dist/components/buttons/delete/index.d.ts.map +1 -1
  194. package/dist/components/buttons/import/index.d.ts.map +1 -1
  195. package/dist/components/buttons/types.d.ts +10 -10
  196. package/dist/components/buttons/types.d.ts.map +1 -1
  197. package/dist/components/crud/edit/index.d.ts.map +1 -1
  198. package/dist/components/crud/list/index.d.ts.map +1 -1
  199. package/dist/components/crud/show/index.d.ts.map +1 -1
  200. package/dist/components/crud/types.d.ts +4 -4
  201. package/dist/components/crud/types.d.ts.map +1 -1
  202. package/dist/components/fields/types.d.ts +10 -10
  203. package/dist/components/fields/types.d.ts.map +1 -1
  204. package/dist/components/layout/sider/index.d.ts.map +1 -1
  205. package/dist/components/layout/title/index.d.ts.map +1 -1
  206. package/dist/components/layout/types.d.ts.map +1 -1
  207. package/dist/components/pageHeader/index.d.ts +1 -1
  208. package/dist/components/pageHeader/index.d.ts.map +1 -1
  209. package/dist/components/pages/auth/components/forgotPassword/index.d.ts +1 -1
  210. package/dist/components/pages/auth/components/forgotPassword/index.d.ts.map +1 -1
  211. package/dist/components/pages/auth/components/login/index.d.ts +1 -1
  212. package/dist/components/pages/auth/components/login/index.d.ts.map +1 -1
  213. package/dist/components/pages/auth/components/register/index.d.ts +1 -1
  214. package/dist/components/pages/auth/components/register/index.d.ts.map +1 -1
  215. package/dist/components/pages/auth/components/updatePassword/index.d.ts +1 -1
  216. package/dist/components/pages/auth/components/updatePassword/index.d.ts.map +1 -1
  217. package/dist/components/pages/auth/index.d.ts +1 -1
  218. package/dist/components/pages/auth/index.d.ts.map +1 -1
  219. package/dist/components/pages/login/index.d.ts.map +1 -1
  220. package/dist/components/pages/ready/index.d.ts.map +1 -1
  221. package/dist/components/table/components/filterDropdown/index.d.ts +2 -2
  222. package/dist/components/table/components/filterDropdown/index.d.ts.map +1 -1
  223. package/dist/components/themedLayout/header/index.d.ts.map +1 -1
  224. package/dist/components/themedLayout/types.d.ts.map +1 -1
  225. package/dist/components/themedLayoutV2/header/index.d.ts.map +1 -1
  226. package/dist/components/themedLayoutV2/index.d.ts.map +1 -1
  227. package/dist/components/themedLayoutV2/sider/index.d.ts.map +1 -1
  228. package/dist/components/themedLayoutV2/types.d.ts +1 -1
  229. package/dist/components/themedLayoutV2/types.d.ts.map +1 -1
  230. package/dist/components/undoableNotification/index.d.ts +1 -1
  231. package/dist/components/undoableNotification/index.d.ts.map +1 -1
  232. package/dist/contexts/index.d.ts.map +1 -1
  233. package/dist/contexts/themedLayoutContext/IThemedLayoutContext.d.ts.map +1 -1
  234. package/dist/contexts/themedLayoutContext/index.d.ts.map +1 -1
  235. package/dist/definitions/table/index.d.ts +6 -3
  236. package/dist/definitions/table/index.d.ts.map +1 -1
  237. package/dist/definitions/themes/index.d.ts +2 -2
  238. package/dist/definitions/themes/index.d.ts.map +1 -1
  239. package/dist/esm/index.js +1 -1
  240. package/dist/esm/index.js.map +1 -1
  241. package/dist/hooks/fields/useCheckboxGroup/index.d.ts +2 -2
  242. package/dist/hooks/fields/useCheckboxGroup/index.d.ts.map +1 -1
  243. package/dist/hooks/fields/useRadioGroup/index.d.ts +2 -2
  244. package/dist/hooks/fields/useRadioGroup/index.d.ts.map +1 -1
  245. package/dist/hooks/fields/useSelect/index.d.ts +1 -1
  246. package/dist/hooks/fields/useSelect/index.d.ts.map +1 -1
  247. package/dist/hooks/form/index.d.ts.map +1 -1
  248. package/dist/hooks/form/useDrawerForm/index.d.ts.map +1 -1
  249. package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts +2 -2
  250. package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts.map +1 -1
  251. package/dist/hooks/form/useForm.d.ts +2 -2
  252. package/dist/hooks/form/useForm.d.ts.map +1 -1
  253. package/dist/hooks/form/useModalForm/index.d.ts.map +1 -1
  254. package/dist/hooks/form/useModalForm/useModalForm.d.ts +4 -4
  255. package/dist/hooks/form/useModalForm/useModalForm.d.ts.map +1 -1
  256. package/dist/hooks/form/useStepsForm/index.d.ts.map +1 -1
  257. package/dist/hooks/form/useStepsForm/useStepsForm.d.ts +3 -3
  258. package/dist/hooks/form/useStepsForm/useStepsForm.d.ts.map +1 -1
  259. package/dist/hooks/import/index.d.ts.map +1 -1
  260. package/dist/hooks/list/useSimpleList/useSimpleList.d.ts +3 -3
  261. package/dist/hooks/list/useSimpleList/useSimpleList.d.ts.map +1 -1
  262. package/dist/hooks/modal/useModal/index.d.ts +2 -2
  263. package/dist/hooks/modal/useModal/index.d.ts.map +1 -1
  264. package/dist/hooks/table/useEditableTable/useEditableTable.d.ts +2 -2
  265. package/dist/hooks/table/useEditableTable/useEditableTable.d.ts.map +1 -1
  266. package/dist/hooks/table/useTable/paginationLink.d.ts +2 -2
  267. package/dist/hooks/table/useTable/paginationLink.d.ts.map +1 -1
  268. package/dist/hooks/table/useTable/useTable.d.ts +2 -2
  269. package/dist/hooks/table/useTable/useTable.d.ts.map +1 -1
  270. package/dist/hooks/useFileUploadState/index.d.ts +1 -1
  271. package/dist/hooks/useFileUploadState/index.d.ts.map +1 -1
  272. package/dist/hooks/useSiderVisible/index.d.ts +1 -1
  273. package/dist/hooks/useSiderVisible/index.d.ts.map +1 -1
  274. package/dist/hooks/useThemedLayoutContext/index.d.ts +1 -1
  275. package/dist/hooks/useThemedLayoutContext/index.d.ts.map +1 -1
  276. package/dist/iife/index.js +10 -10
  277. package/dist/iife/index.js.map +1 -1
  278. package/dist/index.d.ts.map +1 -1
  279. package/dist/index.js +1 -1
  280. package/dist/index.js.map +1 -1
  281. package/dist/interfaces/field.d.ts +1 -1
  282. package/dist/interfaces/field.d.ts.map +1 -1
  283. package/dist/interfaces/index.d.ts +3 -3
  284. package/dist/interfaces/index.d.ts.map +1 -1
  285. package/dist/interfaces/upload.d.ts.map +1 -1
  286. package/package.json +35 -37
  287. package/refine.config.js +497 -524
  288. package/src/components/autoSaveIndicator/index.tsx +69 -69
  289. package/src/components/breadcrumb/index.tsx +63 -65
  290. package/src/components/buttons/clone/index.tsx +86 -86
  291. package/src/components/buttons/create/index.tsx +85 -86
  292. package/src/components/buttons/delete/index.tsx +114 -119
  293. package/src/components/buttons/edit/index.tsx +86 -86
  294. package/src/components/buttons/export/index.tsx +17 -17
  295. package/src/components/buttons/import/index.tsx +19 -20
  296. package/src/components/buttons/list/index.tsx +105 -105
  297. package/src/components/buttons/refresh/index.tsx +50 -50
  298. package/src/components/buttons/save/index.tsx +17 -17
  299. package/src/components/buttons/show/index.tsx +86 -86
  300. package/src/components/buttons/types.ts +20 -20
  301. package/src/components/crud/create/index.tsx +120 -120
  302. package/src/components/crud/edit/index.tsx +205 -207
  303. package/src/components/crud/list/index.tsx +88 -90
  304. package/src/components/crud/show/index.tsx +175 -185
  305. package/src/components/crud/types.ts +41 -56
  306. package/src/components/fields/boolean/index.tsx +11 -11
  307. package/src/components/fields/date/index.tsx +13 -13
  308. package/src/components/fields/email/index.tsx +5 -5
  309. package/src/components/fields/file/index.tsx +8 -8
  310. package/src/components/fields/image/index.tsx +4 -4
  311. package/src/components/fields/markdown/index.tsx +9 -9
  312. package/src/components/fields/number/index.tsx +17 -17
  313. package/src/components/fields/tag/index.tsx +1 -1
  314. package/src/components/fields/text/index.tsx +1 -1
  315. package/src/components/fields/types.ts +18 -18
  316. package/src/components/fields/url/index.tsx +8 -8
  317. package/src/components/layout/header/index.tsx +25 -25
  318. package/src/components/layout/index.tsx +30 -30
  319. package/src/components/layout/sider/index.tsx +238 -246
  320. package/src/components/layout/sider/styles.ts +5 -5
  321. package/src/components/layout/title/index.tsx +40 -40
  322. package/src/components/layout/types.ts +6 -6
  323. package/src/components/pageHeader/index.tsx +44 -44
  324. package/src/components/pages/auth/components/forgotPassword/index.tsx +177 -180
  325. package/src/components/pages/auth/components/login/index.tsx +258 -271
  326. package/src/components/pages/auth/components/register/index.tsx +247 -263
  327. package/src/components/pages/auth/components/styles.ts +16 -16
  328. package/src/components/pages/auth/components/updatePassword/index.tsx +160 -174
  329. package/src/components/pages/auth/index.tsx +23 -23
  330. package/src/components/pages/error/index.tsx +57 -57
  331. package/src/components/pages/login/index.tsx +120 -146
  332. package/src/components/pages/login/styles.ts +12 -12
  333. package/src/components/pages/ready/index.tsx +72 -80
  334. package/src/components/pages/welcome/index.tsx +1 -1
  335. package/src/components/table/components/filterDropdown/index.tsx +90 -93
  336. package/src/components/themedLayout/header/index.tsx +28 -32
  337. package/src/components/themedLayout/index.tsx +30 -30
  338. package/src/components/themedLayout/sider/index.tsx +279 -279
  339. package/src/components/themedLayout/sider/styles.ts +5 -5
  340. package/src/components/themedLayout/title/index.tsx +66 -66
  341. package/src/components/themedLayout/types.ts +8 -8
  342. package/src/components/themedLayoutV2/header/index.tsx +37 -41
  343. package/src/components/themedLayoutV2/index.tsx +34 -36
  344. package/src/components/themedLayoutV2/sider/index.tsx +309 -313
  345. package/src/components/themedLayoutV2/sider/styles.ts +5 -5
  346. package/src/components/themedLayoutV2/title/index.tsx +66 -66
  347. package/src/components/themedLayoutV2/types.ts +9 -9
  348. package/src/components/undoableNotification/index.tsx +31 -31
  349. package/src/contexts/index.ts +2 -2
  350. package/src/contexts/themedLayoutContext/IThemedLayoutContext.ts +4 -4
  351. package/src/contexts/themedLayoutContext/index.tsx +22 -22
  352. package/src/definitions/table/index.ts +94 -83
  353. package/src/definitions/themes/index.ts +35 -35
  354. package/src/definitions/upload/index.ts +17 -17
  355. package/src/hooks/fields/useCheckboxGroup/index.ts +64 -64
  356. package/src/hooks/fields/useRadioGroup/index.ts +60 -63
  357. package/src/hooks/fields/useSelect/index.ts +30 -30
  358. package/src/hooks/form/index.ts +10 -10
  359. package/src/hooks/form/useDrawerForm/index.ts +4 -4
  360. package/src/hooks/form/useDrawerForm/useDrawerForm.ts +257 -261
  361. package/src/hooks/form/useForm.ts +256 -259
  362. package/src/hooks/form/useModalForm/index.ts +3 -3
  363. package/src/hooks/form/useModalForm/useModalForm.ts +289 -295
  364. package/src/hooks/form/useStepsForm/index.ts +3 -3
  365. package/src/hooks/form/useStepsForm/useStepsForm.ts +96 -96
  366. package/src/hooks/import/index.tsx +104 -106
  367. package/src/hooks/list/useSimpleList/useSimpleList.ts +179 -185
  368. package/src/hooks/modal/useModal/index.tsx +24 -24
  369. package/src/hooks/table/useEditableTable/useEditableTable.ts +85 -85
  370. package/src/hooks/table/useTable/paginationLink.tsx +17 -17
  371. package/src/hooks/table/useTable/useTable.ts +197 -207
  372. package/src/hooks/useFileUploadState/index.ts +20 -20
  373. package/src/hooks/useSiderVisible/index.ts +16 -16
  374. package/src/hooks/useThemedLayoutContext/index.ts +12 -12
  375. package/src/index.tsx +4 -4
  376. package/src/interfaces/field.ts +1 -1
  377. package/src/interfaces/index.ts +7 -8
  378. package/src/interfaces/upload.ts +7 -7
  379. package/src/providers/notificationProvider/index.tsx +78 -78
  380. package/src/types/index.d.ts +2 -2
  381. package/src/types/sunflower.d.ts +68 -68
  382. package/tsconfig.json +30 -26
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/autoSaveIndicator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACH,sBAAsB,EAGzB,MAAM,iBAAiB,CAAC;AASzB,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA4C9D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/autoSaveIndicator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,sBAAsB,EAGvB,MAAM,iBAAiB,CAAC;AASzB,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA4C9D,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { RefineBreadcrumbProps } from "@refinedev/ui-types";
3
3
  import { BreadcrumbProps as AntdBreadcrumbProps } from "antd";
4
- export declare type BreadcrumbProps = RefineBreadcrumbProps<AntdBreadcrumbProps>;
4
+ export type BreadcrumbProps = RefineBreadcrumbProps<AntdBreadcrumbProps>;
5
5
  export declare const Breadcrumb: React.FC<BreadcrumbProps>;
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,EAEH,eAAe,IAAI,mBAAmB,EACzC,MAAM,MAAM,CAAC;AAGd,oBAAY,eAAe,GAAG,qBAAqB,CAAC,mBAAmB,CAAC,CAAC;AAEzE,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAkEhD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,EAEL,eAAe,IAAI,mBAAmB,EACvC,MAAM,MAAM,CAAC;AAGd,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,mBAAmB,CAAC,CAAC;AAEzE,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAgEhD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/create/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAkB1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAyFpD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/create/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAkB1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAwFpD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/delete/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAkB1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C;;;;;GAKG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA2HpD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/delete/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAkB1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C;;;;;GAKG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAsHpD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/import/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAqBpD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/import/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAoBpD,CAAC"}
@@ -1,12 +1,12 @@
1
1
  import { ButtonProps, UploadProps } from "antd";
2
2
  import { RefineCloneButtonProps, RefineCreateButtonProps, RefineDeleteButtonProps, RefineEditButtonProps, RefineExportButtonProps, RefineImportButtonProps, RefineListButtonProps, RefineRefreshButtonProps, RefineSaveButtonProps, RefineShowButtonProps } from "@refinedev/ui-types";
3
- export declare type ShowButtonProps = RefineShowButtonProps<ButtonProps>;
4
- export declare type CloneButtonProps = RefineCloneButtonProps<ButtonProps>;
5
- export declare type CreateButtonProps = RefineCreateButtonProps<ButtonProps>;
6
- export declare type DeleteButtonProps = RefineDeleteButtonProps<ButtonProps>;
7
- export declare type EditButtonProps = RefineEditButtonProps<ButtonProps>;
8
- export declare type ExportButtonProps = RefineExportButtonProps<ButtonProps>;
9
- export declare type ImportButtonProps = RefineImportButtonProps & {
3
+ export type ShowButtonProps = RefineShowButtonProps<ButtonProps>;
4
+ export type CloneButtonProps = RefineCloneButtonProps<ButtonProps>;
5
+ export type CreateButtonProps = RefineCreateButtonProps<ButtonProps>;
6
+ export type DeleteButtonProps = RefineDeleteButtonProps<ButtonProps>;
7
+ export type EditButtonProps = RefineEditButtonProps<ButtonProps>;
8
+ export type ExportButtonProps = RefineExportButtonProps<ButtonProps>;
9
+ export type ImportButtonProps = RefineImportButtonProps & {
10
10
  /**
11
11
  * Sets the button type
12
12
  * @type [UploadProps](https://ant.design/components/upload/#API)
@@ -18,7 +18,7 @@ export declare type ImportButtonProps = RefineImportButtonProps & {
18
18
  */
19
19
  buttonProps: ButtonProps;
20
20
  };
21
- export declare type ListButtonProps = RefineListButtonProps<ButtonProps>;
22
- export declare type RefreshButtonProps = RefineRefreshButtonProps<ButtonProps>;
23
- export declare type SaveButtonProps = RefineSaveButtonProps<ButtonProps>;
21
+ export type ListButtonProps = RefineListButtonProps<ButtonProps>;
22
+ export type RefreshButtonProps = RefineRefreshButtonProps<ButtonProps>;
23
+ export type SaveButtonProps = RefineSaveButtonProps<ButtonProps>;
24
24
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAChD,OAAO,EACH,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,wBAAwB,EACxB,qBAAqB,EACrB,qBAAqB,EACxB,MAAM,qBAAqB,CAAC;AAE7B,oBAAY,eAAe,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC;AAEjE,oBAAY,gBAAgB,GAAG,sBAAsB,CAAC,WAAW,CAAC,CAAC;AAEnE,oBAAY,iBAAiB,GAAG,uBAAuB,CAAC,WAAW,CAAC,CAAC;AAErE,oBAAY,iBAAiB,GAAG,uBAAuB,CAAC,WAAW,CAAC,CAAC;AAErE,oBAAY,eAAe,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC;AAEjE,oBAAY,iBAAiB,GAAG,uBAAuB,CAAC,WAAW,CAAC,CAAC;AAErE,oBAAY,iBAAiB,GAAG,uBAAuB,GAAG;IACtD;;;OAGG;IACH,WAAW,EAAE,WAAW,CAAC;IACzB;;;OAGG;IACH,WAAW,EAAE,WAAW,CAAC;CAC5B,CAAC;AAEF,oBAAY,eAAe,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC;AAEjE,oBAAY,kBAAkB,GAAG,wBAAwB,CAAC,WAAW,CAAC,CAAC;AAEvE,oBAAY,eAAe,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAChD,OAAO,EACL,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,wBAAwB,EACxB,qBAAqB,EACrB,qBAAqB,EACtB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC;AAEjE,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,CAAC,WAAW,CAAC,CAAC;AAEnE,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,CAAC,WAAW,CAAC,CAAC;AAErE,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,CAAC,WAAW,CAAC,CAAC;AAErE,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC;AAEjE,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,CAAC,WAAW,CAAC,CAAC;AAErE,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,GAAG;IACxD;;;OAGG;IACH,WAAW,EAAE,WAAW,CAAC;IACzB;;;OAGG;IACH,WAAW,EAAE,WAAW,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC;AAEjE,MAAM,MAAM,kBAAkB,GAAG,wBAAwB,CAAC,WAAW,CAAC,CAAC;AAEvE,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/crud/edit/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA6B1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;;;GAKG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAiMpC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/crud/edit/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA6B1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;;;GAKG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA+LpC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/crud/list/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;;;GAKG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA0FpC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/crud/list/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;;;GAKG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAwFpC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/crud/show/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA0B1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;;;GAKG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAqLpC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/crud/show/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA0B1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;;;GAKG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA2KpC,CAAC"}
@@ -3,8 +3,8 @@ import { CardProps, SpaceProps } from "antd";
3
3
  import { CreateButtonProps, DeleteButtonProps, EditButtonProps, ListButtonProps, RefreshButtonProps, SaveButtonProps } from "../buttons/types";
4
4
  import { RefineCrudCreateProps, RefineCrudEditProps, RefineCrudListProps, RefineCrudShowProps } from "@refinedev/ui-types";
5
5
  import { PageHeaderProps } from "../pageHeader";
6
- export declare type CreateProps = RefineCrudCreateProps<SaveButtonProps, SpaceProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, CardProps>;
7
- export declare type EditProps = RefineCrudEditProps<SaveButtonProps, DeleteButtonProps, SpaceProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, CardProps, {}, RefreshButtonProps, ListButtonProps>;
8
- export declare type ListProps = RefineCrudListProps<CreateButtonProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
9
- export declare type ShowProps = RefineCrudShowProps<SpaceProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, CardProps, {}, EditButtonProps, DeleteButtonProps, RefreshButtonProps, ListButtonProps>;
6
+ export type CreateProps = RefineCrudCreateProps<SaveButtonProps, SpaceProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, CardProps>;
7
+ export type EditProps = RefineCrudEditProps<SaveButtonProps, DeleteButtonProps, SpaceProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, CardProps, {}, RefreshButtonProps, ListButtonProps>;
8
+ export type ListProps = RefineCrudListProps<CreateButtonProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
9
+ export type ShowProps = RefineCrudShowProps<SpaceProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, CardProps, {}, EditButtonProps, DeleteButtonProps, RefreshButtonProps, ListButtonProps>;
10
10
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/crud/types.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAC7C,OAAO,EACH,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EACf,eAAe,EACf,kBAAkB,EAClB,eAAe,EAClB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACH,qBAAqB,EACrB,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACtB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,oBAAY,WAAW,GAAG,qBAAqB,CAC3C,eAAe,EACf,UAAU,EACV,UAAU,EACV,KAAK,CAAC,iBAAiB,CACnB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EACpC,cAAc,CACjB,EACD,eAAe,EACf,SAAS,CACZ,CAAC;AAEF,oBAAY,SAAS,GAAG,mBAAmB,CACvC,eAAe,EACf,iBAAiB,EACjB,UAAU,EACV,UAAU,EACV,KAAK,CAAC,iBAAiB,CACnB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EACpC,cAAc,CACjB,EACD,eAAe,EACf,SAAS,EACT,EAAE,EACF,kBAAkB,EAClB,eAAe,CAClB,CAAC;AAEF,oBAAY,SAAS,GAAG,mBAAmB,CACvC,iBAAiB,EACjB,UAAU,EACV,KAAK,CAAC,iBAAiB,CACnB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EACpC,cAAc,CACjB,EACD,eAAe,EACf,KAAK,CAAC,iBAAiB,CACnB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EACpC,cAAc,CACjB,CACJ,CAAC;AAEF,oBAAY,SAAS,GAAG,mBAAmB,CACvC,UAAU,EACV,UAAU,EACV,KAAK,CAAC,iBAAiB,CACnB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EACpC,cAAc,CACjB,EACD,eAAe,EACf,SAAS,EACT,EAAE,EACF,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,CAClB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/crud/types.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAC7C,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EACf,eAAe,EACf,kBAAkB,EAClB,eAAe,EAChB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,qBAAqB,EACrB,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,MAAM,MAAM,WAAW,GAAG,qBAAqB,CAC7C,eAAe,EACf,UAAU,EACV,UAAU,EACV,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC,EAC7E,eAAe,EACf,SAAS,CACV,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,mBAAmB,CACzC,eAAe,EACf,iBAAiB,EACjB,UAAU,EACV,UAAU,EACV,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC,EAC7E,eAAe,EACf,SAAS,EACT,EAAE,EACF,kBAAkB,EAClB,eAAe,CAChB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,mBAAmB,CACzC,iBAAiB,EACjB,UAAU,EACV,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC,EAC7E,eAAe,EACf,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC,CAC9E,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,mBAAmB,CACzC,UAAU,EACV,UAAU,EACV,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC,EAC7E,eAAe,EACf,SAAS,EACT,EAAE,EACF,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,CAChB,CAAC"}
@@ -5,16 +5,16 @@ import { ImageProps, TagProps } from "antd";
5
5
  import { AbstractTooltipProps } from "antd/lib/tooltip";
6
6
  import { TextProps } from "antd/lib/typography/Text";
7
7
  import { LinkProps } from "antd/lib/typography/Link";
8
- export declare type BooleanFieldProps = RefineFieldBooleanProps<unknown, AbstractTooltipProps>;
9
- export declare type DateFieldProps = RefineFieldDateProps<ConfigType, TextProps>;
10
- export declare type EmailFieldProps = RefineFieldEmailProps<ReactNode, LinkProps>;
11
- export declare type FileFieldProps = RefineFieldFileProps<LinkProps>;
12
- export declare type ImageFieldProps = RefineFieldImageProps<string | undefined, ImageProps, {
8
+ export type BooleanFieldProps = RefineFieldBooleanProps<unknown, AbstractTooltipProps>;
9
+ export type DateFieldProps = RefineFieldDateProps<ConfigType, TextProps>;
10
+ export type EmailFieldProps = RefineFieldEmailProps<ReactNode, LinkProps>;
11
+ export type FileFieldProps = RefineFieldFileProps<LinkProps>;
12
+ export type ImageFieldProps = RefineFieldImageProps<string | undefined, ImageProps, {
13
13
  imageTitle?: string;
14
14
  }>;
15
- export declare type RefineFieldMarkdownProps = BaseRefineFieldMarkdownProps<string | undefined>;
16
- export declare type NumberFieldProps = RefineFieldNumberProps<ReactChild, TextProps>;
17
- export declare type TagFieldProps = RefineFieldTagProps<ReactNode, TagProps>;
18
- export declare type TextFieldProps = RefineFieldTextProps<ReactNode, TextProps>;
19
- export declare type UrlFieldProps = RefineFieldUrlProps<string | undefined, LinkProps>;
15
+ export type RefineFieldMarkdownProps = BaseRefineFieldMarkdownProps<string | undefined>;
16
+ export type NumberFieldProps = RefineFieldNumberProps<ReactChild, TextProps>;
17
+ export type TagFieldProps = RefineFieldTagProps<ReactNode, TagProps>;
18
+ export type TextFieldProps = RefineFieldTextProps<ReactNode, TextProps>;
19
+ export type UrlFieldProps = RefineFieldUrlProps<string | undefined, LinkProps>;
20
20
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/fields/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,EACH,uBAAuB,EACvB,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EACpB,qBAAqB,EACrB,wBAAwB,IAAI,4BAA4B,EACxD,sBAAsB,EACtB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACtB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,oBAAY,iBAAiB,GAAG,uBAAuB,CACnD,OAAO,EACP,oBAAoB,CACvB,CAAC;AAEF,oBAAY,cAAc,GAAG,oBAAoB,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;AAEzE,oBAAY,eAAe,GAAG,qBAAqB,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;AAE1E,oBAAY,cAAc,GAAG,oBAAoB,CAAC,SAAS,CAAC,CAAC;AAE7D,oBAAY,eAAe,GAAG,qBAAqB,CAC/C,MAAM,GAAG,SAAS,EAClB,UAAU,EACV;IACI,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB,CACJ,CAAC;AAEF,oBAAY,wBAAwB,GAAG,4BAA4B,CAC/D,MAAM,GAAG,SAAS,CACrB,CAAC;AAEF,oBAAY,gBAAgB,GAAG,sBAAsB,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;AAE7E,oBAAY,aAAa,GAAG,mBAAmB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;AAErE,oBAAY,cAAc,GAAG,oBAAoB,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;AAExE,oBAAY,aAAa,GAAG,mBAAmB,CAAC,MAAM,GAAG,SAAS,EAAE,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/fields/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,EACL,uBAAuB,EACvB,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EACpB,qBAAqB,EACrB,wBAAwB,IAAI,4BAA4B,EACxD,sBAAsB,EACtB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACpB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,CACrD,OAAO,EACP,oBAAoB,CACrB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,oBAAoB,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;AAEzE,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;AAE1E,MAAM,MAAM,cAAc,GAAG,oBAAoB,CAAC,SAAS,CAAC,CAAC;AAE7D,MAAM,MAAM,eAAe,GAAG,qBAAqB,CACjD,MAAM,GAAG,SAAS,EAClB,UAAU,EACV;IACE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CACF,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,4BAA4B,CACjE,MAAM,GAAG,SAAS,CACnB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;AAE7E,MAAM,MAAM,aAAa,GAAG,mBAAmB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;AAErE,MAAM,MAAM,cAAc,GAAG,oBAAoB,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;AAExE,MAAM,MAAM,aAAa,GAAG,mBAAmB,CAAC,MAAM,GAAG,SAAS,EAAE,SAAS,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/sider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA4BxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAwPlD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/sider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA4BxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAgPlD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/title/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACH,UAAU,EAIb,MAAM,iBAAiB,CAAC;AAEzB,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAuCtC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/title/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,UAAU,EAIX,MAAM,iBAAiB,CAAC;AAEzB,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAuCtC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/layout/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EAC1B,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EACR,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,GAC1B,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/layout/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EACV,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,GACxB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { FC } from "react";
2
2
  import { PageHeaderProps as AntdPageHeaderProps } from "@ant-design/pro-layout";
3
- export declare type PageHeaderProps = AntdPageHeaderProps;
3
+ export type PageHeaderProps = AntdPageHeaderProps;
4
4
  export declare const PageHeader: FC<AntdPageHeaderProps>;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/pageHeader/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAEH,eAAe,IAAI,mBAAmB,EACzC,MAAM,wBAAwB,CAAC;AAKhC,oBAAY,eAAe,GAAG,mBAAmB,CAAC;AAElD,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,mBAAmB,CA8C9C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/pageHeader/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAEL,eAAe,IAAI,mBAAmB,EACvC,MAAM,wBAAwB,CAAC;AAKhC,MAAM,MAAM,eAAe,GAAG,mBAAmB,CAAC;AAElD,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,mBAAmB,CA8C9C,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { ForgotPasswordPageProps } from "@refinedev/core";
3
3
  import { LayoutProps, CardProps, FormProps } from "antd";
4
- declare type ResetPassworProps = ForgotPasswordPageProps<LayoutProps, CardProps, FormProps>;
4
+ type ResetPassworProps = ForgotPasswordPageProps<LayoutProps, CardProps, FormProps>;
5
5
  /**
6
6
  * **refine** has forgot password page form which is served on `/forgot-password` route when the `authProvider` configuration is provided.
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/forgotPassword/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACH,uBAAuB,EAI1B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EASH,WAAW,EACX,SAAS,EACT,SAAS,EAEZ,MAAM,MAAM,CAAC;AAgBd,aAAK,iBAAiB,GAAG,uBAAuB,CAC5C,WAAW,EACX,SAAS,EACT,SAAS,CACZ,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAoK1D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/forgotPassword/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,uBAAuB,EAIxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EASL,WAAW,EACX,SAAS,EACT,SAAS,EAEV,MAAM,MAAM,CAAC;AAgBd,KAAK,iBAAiB,GAAG,uBAAuB,CAC9C,WAAW,EACX,SAAS,EACT,SAAS,CACV,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAiK1D,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { LoginPageProps } from "@refinedev/core";
3
3
  import { CardProps, LayoutProps, FormProps } from "antd";
4
- declare type LoginProps = LoginPageProps<LayoutProps, CardProps, FormProps>;
4
+ type LoginProps = LoginPageProps<LayoutProps, CardProps, FormProps>;
5
5
  /**
6
6
  * **refine** has a default login page form which is served on `/login` route when the `authProvider` configuration is provided.
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/login/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACH,cAAc,EAKjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAUH,SAAS,EACT,WAAW,EAEX,SAAS,EAEZ,MAAM,MAAM,CAAC;AAYd,aAAK,UAAU,GAAG,cAAc,CAAC,WAAW,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;AACpE;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAwQ1C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/login/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,cAAc,EAKf,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAUL,SAAS,EACT,WAAW,EAEX,SAAS,EAEV,MAAM,MAAM,CAAC;AAYd,KAAK,UAAU,GAAG,cAAc,CAAC,WAAW,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;AACpE;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CA2P1C,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { RegisterPageProps } from "@refinedev/core";
3
3
  import { LayoutProps, CardProps, FormProps } from "antd";
4
- declare type RegisterProps = RegisterPageProps<LayoutProps, CardProps, FormProps>;
4
+ type RegisterProps = RegisterPageProps<LayoutProps, CardProps, FormProps>;
5
5
  /**
6
6
  * **refine** has register page form which is served on `/register` route when the `authProvider` configuration is provided.
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/register/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACH,iBAAiB,EAKpB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EASH,WAAW,EACX,SAAS,EACT,SAAS,EAGZ,MAAM,MAAM,CAAC;AAYd,aAAK,aAAa,GAAG,iBAAiB,CAAC,WAAW,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;AAC1E;;;;GAIG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA+PhD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/register/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,iBAAiB,EAKlB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EASL,WAAW,EACX,SAAS,EACT,SAAS,EAGV,MAAM,MAAM,CAAC;AAYd,KAAK,aAAa,GAAG,iBAAiB,CAAC,WAAW,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;AAC1E;;;;GAIG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA+OhD,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { UpdatePasswordPageProps } from "@refinedev/core";
3
3
  import { LayoutProps, CardProps, FormProps } from "antd";
4
- declare type UpdatePasswordProps = UpdatePasswordPageProps<LayoutProps, CardProps, FormProps>;
4
+ type UpdatePasswordProps = UpdatePasswordPageProps<LayoutProps, CardProps, FormProps>;
5
5
  /**
6
6
  * **refine** has update password page form which is served on `/update-password` route when the `authProvider` configuration is provided.
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/updatePassword/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACH,uBAAuB,EAG1B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EASH,WAAW,EACX,SAAS,EACT,SAAS,EAEZ,MAAM,MAAM,CAAC;AAYd,aAAK,mBAAmB,GAAG,uBAAuB,CAC9C,WAAW,EACX,SAAS,EACT,SAAS,CACZ,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8J5D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/updatePassword/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,uBAAuB,EAGxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EASL,WAAW,EACX,SAAS,EACT,SAAS,EAEV,MAAM,MAAM,CAAC;AAYd,KAAK,mBAAmB,GAAG,uBAAuB,CAChD,WAAW,EACX,SAAS,EACT,SAAS,CACV,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAgJ5D,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { CardProps, FormProps, LayoutProps } from "antd";
3
3
  import { AuthPageProps } from "@refinedev/core";
4
- export declare type AuthProps = AuthPageProps<LayoutProps, CardProps, FormProps> & {
4
+ export type AuthProps = AuthPageProps<LayoutProps, CardProps, FormProps> & {
5
5
  renderContent?: (content: React.ReactNode, title: React.ReactNode) => React.ReactNode;
6
6
  title?: React.ReactNode;
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/auth/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAShD,oBAAY,SAAS,GAAG,aAAa,CAAC,WAAW,EAAE,SAAS,EAAE,SAAS,CAAC,GAAG;IACvE,aAAa,CAAC,EAAE,CACZ,OAAO,EAAE,KAAK,CAAC,SAAS,EACxB,KAAK,EAAE,KAAK,CAAC,SAAS,KACrB,KAAK,CAAC,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAgBxC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/auth/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAShD,MAAM,MAAM,SAAS,GAAG,aAAa,CAAC,WAAW,EAAE,SAAS,EAAE,SAAS,CAAC,GAAG;IACzE,aAAa,CAAC,EAAE,CACd,OAAO,EAAE,KAAK,CAAC,SAAS,EACxB,KAAK,EAAE,KAAK,CAAC,SAAS,KACnB,KAAK,CAAC,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAgBxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/login/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAyB,MAAM,iBAAiB,CAAC;AAqBxE,MAAM,WAAW,UAAU;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;CACrB;AAED;;;;;GAKG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAwI9C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/login/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAyB,MAAM,iBAAiB,CAAC;AAqBxE,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED;;;;;GAKG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA8G9C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/ready/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAkC3D;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAsDpD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/ready/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAkC3D;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA8CpD,CAAC"}
@@ -1,6 +1,6 @@
1
- import React, { ReactNode } from "react";
1
+ import React, { type ReactNode } from "react";
2
2
  import type { FilterDropdownProps as AntdFilterDropdownProps } from "antd/lib/table/interface";
3
- export declare type FilterDropdownProps = AntdFilterDropdownProps & {
3
+ export type FilterDropdownProps = AntdFilterDropdownProps & {
4
4
  mapValue?: (selectedKeys: React.Key[]) => any;
5
5
  children: ReactNode;
6
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/components/filterDropdown/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAK/F,oBAAY,mBAAmB,GAAG,uBAAuB,GAAG;IACxD,QAAQ,CAAC,EAAE,CAAC,YAAY,EAAE,KAAK,CAAC,GAAG,EAAE,KAAK,GAAG,CAAC;IAC9C,QAAQ,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8FxD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/components/filterDropdown/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,SAAS,EAAY,MAAM,OAAO,CAAC;AAExD,OAAO,KAAK,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAK/F,MAAM,MAAM,mBAAmB,GAAG,uBAAuB,GAAG;IAC1D,QAAQ,CAAC,EAAE,CAAC,YAAY,EAAE,KAAK,CAAC,GAAG,EAAE,KAAK,GAAG,CAAC;IAC9C,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2FxD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayout/header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAEzD;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAqChE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayout/header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAEzD;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAiChE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/themedLayout/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,4BAA4B,EAC5B,6BAA6B,EAC7B,uBAAuB,EACvB,4BAA4B,EAC/B,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EACR,4BAA4B,EAC5B,4BAA4B,EAC5B,6BAA6B,EAC7B,uBAAuB,GAC1B,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/themedLayout/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,4BAA4B,EAC5B,6BAA6B,EAC7B,uBAAuB,EACvB,4BAA4B,EAC7B,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EACV,4BAA4B,EAC5B,4BAA4B,EAC5B,6BAA6B,EAC7B,uBAAuB,GACxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayoutV2/header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAE3D,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,+BAA+B,CA8CpE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayoutV2/header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAE3D,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,+BAA+B,CA0CpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/themedLayoutV2/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC;AAGpD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAuC9D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/themedLayoutV2/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC;AAGpD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAqC9D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayoutV2/sider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4B1B,OAAO,EAAE,8BAA8B,EAAE,MAAM,UAAU,CAAC;AAI1D,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,8BAA8B,CA6TlE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayoutV2/sider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4B1B,OAAO,EAAE,8BAA8B,EAAE,MAAM,UAAU,CAAC;AAI1D,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,8BAA8B,CAyTlE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { RefineThemedLayoutV2SiderProps as BaseRefineThemedLayoutV2SiderProps, RefineThemedLayoutV2HeaderProps, RefineThemedLayoutV2Props, RefineLayoutThemedTitleProps } from "@refinedev/ui-types";
2
- declare type RefineThemedLayoutV2SiderProps = BaseRefineThemedLayoutV2SiderProps & {
2
+ type RefineThemedLayoutV2SiderProps = BaseRefineThemedLayoutV2SiderProps & {
3
3
  fixed?: boolean;
4
4
  };
5
5
  export type { RefineLayoutThemedTitleProps, RefineThemedLayoutV2SiderProps, RefineThemedLayoutV2HeaderProps, RefineThemedLayoutV2Props, };
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/themedLayoutV2/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,8BAA8B,IAAI,kCAAkC,EACpE,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC/B,MAAM,qBAAqB,CAAC;AAE7B,aAAK,8BAA8B,GAAG,kCAAkC,GAAG;IACvE,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,YAAY,EACR,4BAA4B,EAC5B,8BAA8B,EAC9B,+BAA+B,EAC/B,yBAAyB,GAC5B,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/themedLayoutV2/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,8BAA8B,IAAI,kCAAkC,EACpE,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC7B,MAAM,qBAAqB,CAAC;AAE7B,KAAK,8BAA8B,GAAG,kCAAkC,GAAG;IACzE,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,YAAY,EACV,4BAA4B,EAC5B,8BAA8B,EAC9B,+BAA+B,EAC/B,yBAAyB,GAC1B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { OpenNotificationParams } from "@refinedev/core";
3
- export declare type UndoableNotificationProps = {
3
+ export type UndoableNotificationProps = {
4
4
  notificationKey: OpenNotificationParams["key"];
5
5
  message: OpenNotificationParams["message"];
6
6
  cancelMutation: OpenNotificationParams["cancelMutation"];
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/undoableNotification/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAGzD,oBAAY,yBAAyB,GAAG;IACpC,eAAe,EAAE,sBAAsB,CAAC,KAAK,CAAC,CAAC;IAC/C,OAAO,EAAE,sBAAsB,CAAC,SAAS,CAAC,CAAC;IAC3C,cAAc,EAAE,sBAAsB,CAAC,gBAAgB,CAAC,CAAC;IACzD,eAAe,EAAE,sBAAsB,CAAC,iBAAiB,CAAC,CAAC;CAC9D,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA6BpE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/undoableNotification/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAGzD,MAAM,MAAM,yBAAyB,GAAG;IACtC,eAAe,EAAE,sBAAsB,CAAC,KAAK,CAAC,CAAC;IAC/C,OAAO,EAAE,sBAAsB,CAAC,SAAS,CAAC,CAAC;IAC3C,cAAc,EAAE,sBAAsB,CAAC,gBAAgB,CAAC,CAAC;IACzD,eAAe,EAAE,sBAAsB,CAAC,iBAAiB,CAAC,CAAC;CAC5D,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA6BpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/contexts/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,mBAAmB,EACnB,2BAA2B,GAC9B,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/contexts/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,2BAA2B,GAC5B,MAAM,uBAAuB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"IThemedLayoutContext.d.ts","sourceRoot":"","sources":["../../../src/contexts/themedLayoutContext/IThemedLayoutContext.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACjC,cAAc,EAAE,OAAO,CAAC;IACxB,iBAAiB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9C,eAAe,EAAE,OAAO,CAAC;IACzB,kBAAkB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CAClD"}
1
+ {"version":3,"file":"IThemedLayoutContext.d.ts","sourceRoot":"","sources":["../../../src/contexts/themedLayoutContext/IThemedLayoutContext.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,cAAc,EAAE,OAAO,CAAC;IACxB,iBAAiB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9C,eAAe,EAAE,OAAO,CAAC;IACzB,kBAAkB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CAChD"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/contexts/themedLayoutContext/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,eAAO,MAAM,mBAAmB,qCAK9B,CAAC;AAEH,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CAAC;IAC/C,QAAQ,EAAE,SAAS,CAAC;IACpB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACnC,CAkBA,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/contexts/themedLayoutContext/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,eAAO,MAAM,mBAAmB,qCAK9B,CAAC;AAEH,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CAAC;IACjD,QAAQ,EAAE,SAAS,CAAC;IACpB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC,CAkBA,CAAC"}
@@ -1,10 +1,13 @@
1
1
  import { CrudFilters, CrudOperators, CrudSorting, CrudFilter } from "@refinedev/core";
2
- import { SortOrder, SorterResult } from "antd/lib/table/interface";
2
+ import { TableProps } from "antd";
3
+ export type FilterValue = Parameters<NonNullable<TableProps["onChange"]>>[1][string];
4
+ export type SortOrder = NonNullable<TableProps["sortDirections"]>[number];
5
+ export type SorterResult = Exclude<Parameters<NonNullable<TableProps["onChange"]>>[2], any[]>;
3
6
  export declare const getDefaultSortOrder: (columnName: string, sorter?: CrudSorting) => SortOrder | undefined;
4
7
  /**
5
8
  * @deprecated getDefaultFilter moved to `@refinedev/core`. Use from `@refinedev/core`
6
9
  */
7
10
  export declare const getDefaultFilter: (columnName: string, filters?: CrudFilters, operatorType?: CrudOperators) => CrudFilter["value"] | undefined;
8
- export declare const mapAntdSorterToCrudSorting: (sorter: SorterResult<any> | SorterResult<any>[]) => CrudSorting;
9
- export declare const mapAntdFilterToCrudFilter: (tableFilters: Record<string, (string | number | boolean) | (string | number | boolean)[] | null>, prevFilters: CrudFilters, initialFilters?: CrudFilters) => CrudFilters;
11
+ export declare const mapAntdSorterToCrudSorting: (sorter: SorterResult | SorterResult[]) => CrudSorting;
12
+ export declare const mapAntdFilterToCrudFilter: (tableFilters: Record<string, FilterValue | (string | number | boolean) | (string | number | boolean)[] | null>, prevFilters: CrudFilters, initialFilters?: CrudFilters) => CrudFilters;
10
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/definitions/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,aAAa,EACb,WAAW,EACX,UAAU,EAKb,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAEnE,eAAO,MAAM,mBAAmB,eAChB,MAAM,WACT,WAAW,KACrB,SAAS,GAAG,SAQd,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,eACb,MAAM,YACR,WAAW,iBACP,aAAa,KAC5B,UAAU,CAAC,OAAO,CAAC,GAAG,SAExB,CAAC;AAEF,eAAO,MAAM,0BAA0B,WAC3B,aAAa,GAAG,CAAC,GAAG,aAAa,GAAG,CAAC,EAAE,gBAsClD,CAAC;AAEF,eAAO,MAAM,yBAAyB,iBACpB,OACV,MAAM,EACN,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,EAAE,GAAG,IAAI,CACrE,6CAEgB,WAAW,gBA6B/B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/definitions/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,WAAW,EACX,UAAU,EAKX,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,MAAM,MAAM,WAAW,GAAG,UAAU,CAClC,WAAW,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CACpC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;AACb,MAAM,MAAM,SAAS,GAAG,WAAW,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;AAC1E,MAAM,MAAM,YAAY,GAAG,OAAO,CAChC,UAAU,CAAC,WAAW,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAClD,GAAG,EAAE,CACN,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAClB,MAAM,WACT,WAAW,KACnB,SAAS,GAAG,SAQd,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,eACf,MAAM,YACR,WAAW,iBACP,aAAa,KAC1B,UAAU,CAAC,OAAO,CAAC,GAAG,SAExB,CAAC;AAEF,eAAO,MAAM,0BAA0B,WAC7B,YAAY,GAAG,YAAY,EAAE,gBAqCtC,CAAC;AAEF,eAAO,MAAM,yBAAyB,iBACtB,OACZ,MAAM,EACJ,WAAW,GACX,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,GAC3B,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,EAAE,GAC7B,IAAI,CACP,6CAEgB,WAAW,gBA6B7B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { ThemeConfig } from "antd";
2
- declare type ThemeNames = "Blue" | "Purple" | "Magenta" | "Red" | "Orange" | "Yellow" | "Green";
3
- declare type RefineThemes = Record<ThemeNames, ThemeConfig>;
2
+ type ThemeNames = "Blue" | "Purple" | "Magenta" | "Red" | "Orange" | "Yellow" | "Green";
3
+ type RefineThemes = Record<ThemeNames, ThemeConfig>;
4
4
  export declare const RefineThemes: RefineThemes;
5
5
  export {};
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/definitions/themes/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAEnC,aAAK,UAAU,GACT,MAAM,GACN,QAAQ,GACR,SAAS,GACT,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,OAAO,CAAC;AAEd,aAAK,YAAY,GAAG,MAAM,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;AAEpD,eAAO,MAAM,YAAY,EAAE,YAoC1B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/definitions/themes/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAEnC,KAAK,UAAU,GACX,MAAM,GACN,QAAQ,GACR,SAAS,GACT,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,OAAO,CAAC;AAEZ,KAAK,YAAY,GAAG,MAAM,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;AAEpD,eAAO,MAAM,YAAY,EAAE,YAoC1B,CAAC"}