@refinedev/antd 5.37.3-alpha.0 → 5.37.3

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 (296) hide show
  1. package/CHANGELOG.md +12 -6
  2. package/dist/components/breadcrumb/index.d.ts +1 -1
  3. package/dist/components/breadcrumb/index.d.ts.map +1 -1
  4. package/dist/components/buttons/types.d.ts +10 -10
  5. package/dist/components/buttons/types.d.ts.map +1 -1
  6. package/dist/components/crud/types.d.ts +5 -4
  7. package/dist/components/crud/types.d.ts.map +1 -1
  8. package/dist/components/fields/date/index.d.ts.map +1 -1
  9. package/dist/components/fields/email/index.d.ts.map +1 -1
  10. package/dist/components/fields/number/index.d.ts.map +1 -1
  11. package/dist/components/fields/text/index.d.ts.map +1 -1
  12. package/dist/components/fields/types.d.ts +10 -10
  13. package/dist/components/fields/types.d.ts.map +1 -1
  14. package/dist/components/fields/url/index.d.ts.map +1 -1
  15. package/dist/components/layout/header/index.d.ts.map +1 -1
  16. package/dist/components/layout/sider/index.d.ts.map +1 -1
  17. package/dist/components/pageHeader/index.d.ts +2 -2
  18. package/dist/components/pageHeader/index.d.ts.map +1 -1
  19. package/dist/components/pages/auth/components/forgotPassword/index.d.ts +1 -1
  20. package/dist/components/pages/auth/components/forgotPassword/index.d.ts.map +1 -1
  21. package/dist/components/pages/auth/components/login/index.d.ts +1 -1
  22. package/dist/components/pages/auth/components/login/index.d.ts.map +1 -1
  23. package/dist/components/pages/auth/components/register/index.d.ts +1 -1
  24. package/dist/components/pages/auth/components/register/index.d.ts.map +1 -1
  25. package/dist/components/pages/auth/components/updatePassword/index.d.ts +1 -1
  26. package/dist/components/pages/auth/components/updatePassword/index.d.ts.map +1 -1
  27. package/dist/components/pages/auth/index.d.ts +1 -1
  28. package/dist/components/pages/auth/index.d.ts.map +1 -1
  29. package/dist/components/pages/error/index.d.ts.map +1 -1
  30. package/dist/components/pages/login/index.d.ts.map +1 -1
  31. package/dist/components/pages/ready/index.d.ts.map +1 -1
  32. package/dist/components/table/components/filterDropdown/index.d.ts +1 -1
  33. package/dist/components/table/components/filterDropdown/index.d.ts.map +1 -1
  34. package/dist/components/themedLayout/header/index.d.ts.map +1 -1
  35. package/dist/components/themedLayout/sider/index.d.ts.map +1 -1
  36. package/dist/components/themedLayout/title/index.d.ts.map +1 -1
  37. package/dist/components/themedLayoutV2/header/index.d.ts.map +1 -1
  38. package/dist/components/themedLayoutV2/sider/index.d.ts.map +1 -1
  39. package/dist/components/themedLayoutV2/title/index.d.ts.map +1 -1
  40. package/dist/components/themedLayoutV2/types.d.ts +1 -1
  41. package/dist/components/themedLayoutV2/types.d.ts.map +1 -1
  42. package/dist/components/undoableNotification/index.d.ts +1 -1
  43. package/dist/components/undoableNotification/index.d.ts.map +1 -1
  44. package/dist/definitions/themes/index.d.ts +2 -2
  45. package/dist/definitions/themes/index.d.ts.map +1 -1
  46. package/dist/esm/index.js +1 -2
  47. package/dist/esm/index.js.map +1 -1
  48. package/dist/hooks/fields/useCheckboxGroup/index.d.ts +3 -2
  49. package/dist/hooks/fields/useCheckboxGroup/index.d.ts.map +1 -1
  50. package/dist/hooks/fields/useRadioGroup/index.d.ts +3 -2
  51. package/dist/hooks/fields/useRadioGroup/index.d.ts.map +1 -1
  52. package/dist/hooks/fields/useSelect/index.d.ts +1 -1
  53. package/dist/hooks/fields/useSelect/index.d.ts.map +1 -1
  54. package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts +2 -2
  55. package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts.map +1 -1
  56. package/dist/hooks/form/useForm.d.ts +2 -2
  57. package/dist/hooks/form/useForm.d.ts.map +1 -1
  58. package/dist/hooks/form/useModalForm/useModalForm.d.ts +4 -4
  59. package/dist/hooks/form/useModalForm/useModalForm.d.ts.map +1 -1
  60. package/dist/hooks/form/useStepsForm/useStepsForm.d.ts +3 -3
  61. package/dist/hooks/form/useStepsForm/useStepsForm.d.ts.map +1 -1
  62. package/dist/hooks/list/useSimpleList/useSimpleList.d.ts +2 -2
  63. package/dist/hooks/list/useSimpleList/useSimpleList.d.ts.map +1 -1
  64. package/dist/hooks/modal/useModal/index.d.ts +2 -2
  65. package/dist/hooks/modal/useModal/index.d.ts.map +1 -1
  66. package/dist/hooks/table/useEditableTable/useEditableTable.d.ts +2 -2
  67. package/dist/hooks/table/useEditableTable/useEditableTable.d.ts.map +1 -1
  68. package/dist/hooks/table/useTable/paginationLink.d.ts +2 -2
  69. package/dist/hooks/table/useTable/paginationLink.d.ts.map +1 -1
  70. package/dist/hooks/table/useTable/useTable.d.ts +2 -2
  71. package/dist/hooks/table/useTable/useTable.d.ts.map +1 -1
  72. package/dist/hooks/useFileUploadState/index.d.ts +1 -1
  73. package/dist/hooks/useFileUploadState/index.d.ts.map +1 -1
  74. package/dist/hooks/useSiderVisible/index.d.ts +1 -1
  75. package/dist/hooks/useSiderVisible/index.d.ts.map +1 -1
  76. package/dist/hooks/useThemedLayoutContext/index.d.ts +1 -1
  77. package/dist/hooks/useThemedLayoutContext/index.d.ts.map +1 -1
  78. package/dist/iife/index.js +70 -2
  79. package/dist/iife/index.js.map +1 -1
  80. package/dist/index.js +1 -2
  81. package/dist/index.js.map +1 -1
  82. package/dist/interfaces/field.d.ts +1 -1
  83. package/dist/interfaces/field.d.ts.map +1 -1
  84. package/dist/interfaces/index.d.ts +3 -3
  85. package/dist/interfaces/index.d.ts.map +1 -1
  86. package/package.json +3 -3
  87. package/src/components/autoSaveIndicator/index.tsx +2 -1
  88. package/src/components/fields/date/index.tsx +4 -2
  89. package/src/components/fields/email/index.tsx +4 -2
  90. package/src/components/fields/number/index.tsx +4 -2
  91. package/src/components/fields/text/index.tsx +3 -1
  92. package/src/components/fields/url/index.tsx +4 -2
  93. package/src/components/layout/header/index.tsx +3 -2
  94. package/src/components/layout/sider/index.tsx +4 -2
  95. package/src/components/pageHeader/index.tsx +1 -1
  96. package/src/components/pages/auth/components/forgotPassword/index.tsx +8 -5
  97. package/src/components/pages/auth/components/login/index.tsx +10 -7
  98. package/src/components/pages/auth/components/register/index.tsx +12 -9
  99. package/src/components/pages/auth/components/updatePassword/index.tsx +6 -3
  100. package/src/components/pages/error/index.tsx +4 -2
  101. package/src/components/pages/login/index.tsx +5 -4
  102. package/src/components/pages/ready/index.tsx +3 -3
  103. package/src/components/table/components/filterDropdown/index.tsx +0 -2
  104. package/src/components/themedLayout/header/index.tsx +5 -4
  105. package/src/components/themedLayout/sider/index.tsx +6 -3
  106. package/src/components/themedLayout/title/index.tsx +10 -8
  107. package/src/components/themedLayoutV2/header/index.tsx +5 -4
  108. package/src/components/themedLayoutV2/sider/index.tsx +6 -3
  109. package/src/components/themedLayoutV2/title/index.tsx +10 -8
  110. package/src/hooks/table/useTable/useTable.ts +0 -2
  111. package/coverage/clover.xml +0 -2005
  112. package/coverage/coverage-final.json +0 -97
  113. package/coverage/lcov-report/base.css +0 -224
  114. package/coverage/lcov-report/block-navigation.js +0 -87
  115. package/coverage/lcov-report/favicon.png +0 -0
  116. package/coverage/lcov-report/index.html +0 -1331
  117. package/coverage/lcov-report/prettify.css +0 -1
  118. package/coverage/lcov-report/prettify.js +0 -2
  119. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  120. package/coverage/lcov-report/sorter.js +0 -196
  121. package/coverage/lcov-report/src/components/breadcrumb/index.html +0 -116
  122. package/coverage/lcov-report/src/components/breadcrumb/index.tsx.html +0 -325
  123. package/coverage/lcov-report/src/components/buttons/clone/index.html +0 -116
  124. package/coverage/lcov-report/src/components/buttons/clone/index.tsx.html +0 -397
  125. package/coverage/lcov-report/src/components/buttons/create/index.html +0 -116
  126. package/coverage/lcov-report/src/components/buttons/create/index.tsx.html +0 -397
  127. package/coverage/lcov-report/src/components/buttons/delete/index.html +0 -116
  128. package/coverage/lcov-report/src/components/buttons/delete/index.tsx.html +0 -463
  129. package/coverage/lcov-report/src/components/buttons/edit/index.html +0 -116
  130. package/coverage/lcov-report/src/components/buttons/edit/index.tsx.html +0 -400
  131. package/coverage/lcov-report/src/components/buttons/export/index.html +0 -116
  132. package/coverage/lcov-report/src/components/buttons/export/index.tsx.html +0 -181
  133. package/coverage/lcov-report/src/components/buttons/import/index.html +0 -116
  134. package/coverage/lcov-report/src/components/buttons/import/index.tsx.html +0 -193
  135. package/coverage/lcov-report/src/components/buttons/index.html +0 -116
  136. package/coverage/lcov-report/src/components/buttons/index.ts.html +0 -118
  137. package/coverage/lcov-report/src/components/buttons/list/index.html +0 -116
  138. package/coverage/lcov-report/src/components/buttons/list/index.tsx.html +0 -451
  139. package/coverage/lcov-report/src/components/buttons/refresh/index.html +0 -116
  140. package/coverage/lcov-report/src/components/buttons/refresh/index.tsx.html +0 -268
  141. package/coverage/lcov-report/src/components/buttons/save/index.html +0 -116
  142. package/coverage/lcov-report/src/components/buttons/save/index.tsx.html +0 -181
  143. package/coverage/lcov-report/src/components/buttons/show/index.html +0 -116
  144. package/coverage/lcov-report/src/components/buttons/show/index.tsx.html +0 -397
  145. package/coverage/lcov-report/src/components/crud/create/index.html +0 -116
  146. package/coverage/lcov-report/src/components/crud/create/index.tsx.html +0 -514
  147. package/coverage/lcov-report/src/components/crud/edit/index.html +0 -116
  148. package/coverage/lcov-report/src/components/crud/edit/index.tsx.html +0 -766
  149. package/coverage/lcov-report/src/components/crud/index.html +0 -116
  150. package/coverage/lcov-report/src/components/crud/index.ts.html +0 -103
  151. package/coverage/lcov-report/src/components/crud/list/index.html +0 -116
  152. package/coverage/lcov-report/src/components/crud/list/index.tsx.html +0 -424
  153. package/coverage/lcov-report/src/components/crud/show/index.html +0 -116
  154. package/coverage/lcov-report/src/components/crud/show/index.tsx.html +0 -724
  155. package/coverage/lcov-report/src/components/fields/boolean/index.html +0 -116
  156. package/coverage/lcov-report/src/components/fields/boolean/index.tsx.html +0 -163
  157. package/coverage/lcov-report/src/components/fields/date/index.html +0 -116
  158. package/coverage/lcov-report/src/components/fields/date/index.tsx.html +0 -184
  159. package/coverage/lcov-report/src/components/fields/email/index.html +0 -116
  160. package/coverage/lcov-report/src/components/fields/email/index.tsx.html +0 -145
  161. package/coverage/lcov-report/src/components/fields/file/index.html +0 -116
  162. package/coverage/lcov-report/src/components/fields/file/index.tsx.html +0 -148
  163. package/coverage/lcov-report/src/components/fields/image/index.html +0 -116
  164. package/coverage/lcov-report/src/components/fields/image/index.tsx.html +0 -136
  165. package/coverage/lcov-report/src/components/fields/index.html +0 -116
  166. package/coverage/lcov-report/src/components/fields/index.ts.html +0 -118
  167. package/coverage/lcov-report/src/components/fields/markdown/index.html +0 -116
  168. package/coverage/lcov-report/src/components/fields/markdown/index.tsx.html +0 -133
  169. package/coverage/lcov-report/src/components/fields/number/index.html +0 -116
  170. package/coverage/lcov-report/src/components/fields/number/index.tsx.html +0 -193
  171. package/coverage/lcov-report/src/components/fields/tag/index.html +0 -116
  172. package/coverage/lcov-report/src/components/fields/tag/index.tsx.html +0 -124
  173. package/coverage/lcov-report/src/components/fields/text/index.html +0 -116
  174. package/coverage/lcov-report/src/components/fields/text/index.tsx.html +0 -130
  175. package/coverage/lcov-report/src/components/fields/url/index.html +0 -116
  176. package/coverage/lcov-report/src/components/fields/url/index.tsx.html +0 -157
  177. package/coverage/lcov-report/src/components/index.html +0 -116
  178. package/coverage/lcov-report/src/components/index.ts.html +0 -163
  179. package/coverage/lcov-report/src/components/layout/header/index.html +0 -116
  180. package/coverage/lcov-report/src/components/layout/header/index.tsx.html +0 -190
  181. package/coverage/lcov-report/src/components/layout/index.html +0 -116
  182. package/coverage/lcov-report/src/components/layout/index.tsx.html +0 -220
  183. package/coverage/lcov-report/src/components/layout/sider/index.html +0 -131
  184. package/coverage/lcov-report/src/components/layout/sider/index.tsx.html +0 -928
  185. package/coverage/lcov-report/src/components/layout/sider/styles.ts.html +0 -112
  186. package/coverage/lcov-report/src/components/layout/title/index.html +0 -116
  187. package/coverage/lcov-report/src/components/layout/title/index.tsx.html +0 -229
  188. package/coverage/lcov-report/src/components/pageHeader/index.html +0 -116
  189. package/coverage/lcov-report/src/components/pageHeader/index.tsx.html +0 -241
  190. package/coverage/lcov-report/src/components/pages/auth/components/forgotPassword/index.html +0 -116
  191. package/coverage/lcov-report/src/components/pages/auth/components/forgotPassword/index.tsx.html +0 -727
  192. package/coverage/lcov-report/src/components/pages/auth/components/index.html +0 -131
  193. package/coverage/lcov-report/src/components/pages/auth/components/index.tsx.html +0 -97
  194. package/coverage/lcov-report/src/components/pages/auth/components/login/index.html +0 -116
  195. package/coverage/lcov-report/src/components/pages/auth/components/login/index.tsx.html +0 -958
  196. package/coverage/lcov-report/src/components/pages/auth/components/register/index.html +0 -116
  197. package/coverage/lcov-report/src/components/pages/auth/components/register/index.tsx.html +0 -874
  198. package/coverage/lcov-report/src/components/pages/auth/components/styles.ts.html +0 -175
  199. package/coverage/lcov-report/src/components/pages/auth/components/updatePassword/index.html +0 -116
  200. package/coverage/lcov-report/src/components/pages/auth/components/updatePassword/index.tsx.html +0 -694
  201. package/coverage/lcov-report/src/components/pages/auth/index.html +0 -116
  202. package/coverage/lcov-report/src/components/pages/auth/index.tsx.html +0 -208
  203. package/coverage/lcov-report/src/components/pages/error/index.html +0 -116
  204. package/coverage/lcov-report/src/components/pages/error/index.tsx.html +0 -316
  205. package/coverage/lcov-report/src/components/pages/index.html +0 -116
  206. package/coverage/lcov-report/src/components/pages/index.tsx.html +0 -103
  207. package/coverage/lcov-report/src/components/pages/login/index.html +0 -131
  208. package/coverage/lcov-report/src/components/pages/login/index.tsx.html +0 -601
  209. package/coverage/lcov-report/src/components/pages/login/styles.ts.html +0 -160
  210. package/coverage/lcov-report/src/components/pages/ready/index.html +0 -116
  211. package/coverage/lcov-report/src/components/pages/ready/index.tsx.html +0 -373
  212. package/coverage/lcov-report/src/components/pages/welcome/index.html +0 -116
  213. package/coverage/lcov-report/src/components/pages/welcome/index.tsx.html +0 -115
  214. package/coverage/lcov-report/src/components/table/components/filterDropdown/index.html +0 -116
  215. package/coverage/lcov-report/src/components/table/components/filterDropdown/index.tsx.html +0 -421
  216. package/coverage/lcov-report/src/components/table/components/index.html +0 -116
  217. package/coverage/lcov-report/src/components/table/components/index.ts.html +0 -88
  218. package/coverage/lcov-report/src/components/table/index.html +0 -116
  219. package/coverage/lcov-report/src/components/table/index.ts.html +0 -88
  220. package/coverage/lcov-report/src/components/themedLayout/header/index.html +0 -116
  221. package/coverage/lcov-report/src/components/themedLayout/header/index.tsx.html +0 -226
  222. package/coverage/lcov-report/src/components/themedLayout/index.html +0 -116
  223. package/coverage/lcov-report/src/components/themedLayout/index.tsx.html +0 -217
  224. package/coverage/lcov-report/src/components/themedLayout/sider/index.html +0 -131
  225. package/coverage/lcov-report/src/components/themedLayout/sider/index.tsx.html +0 -1045
  226. package/coverage/lcov-report/src/components/themedLayout/sider/styles.ts.html +0 -112
  227. package/coverage/lcov-report/src/components/themedLayout/title/index.html +0 -116
  228. package/coverage/lcov-report/src/components/themedLayout/title/index.tsx.html +0 -349
  229. package/coverage/lcov-report/src/components/themedLayoutV2/header/index.html +0 -116
  230. package/coverage/lcov-report/src/components/themedLayoutV2/header/index.tsx.html +0 -256
  231. package/coverage/lcov-report/src/components/themedLayoutV2/index.html +0 -116
  232. package/coverage/lcov-report/src/components/themedLayoutV2/index.tsx.html +0 -226
  233. package/coverage/lcov-report/src/components/themedLayoutV2/sider/index.html +0 -131
  234. package/coverage/lcov-report/src/components/themedLayoutV2/sider/index.tsx.html +0 -1132
  235. package/coverage/lcov-report/src/components/themedLayoutV2/sider/styles.ts.html +0 -112
  236. package/coverage/lcov-report/src/components/themedLayoutV2/title/index.html +0 -116
  237. package/coverage/lcov-report/src/components/themedLayoutV2/title/index.tsx.html +0 -340
  238. package/coverage/lcov-report/src/components/undoableNotification/index.html +0 -116
  239. package/coverage/lcov-report/src/components/undoableNotification/index.tsx.html +0 -223
  240. package/coverage/lcov-report/src/contexts/index.html +0 -116
  241. package/coverage/lcov-report/src/contexts/index.ts.html +0 -97
  242. package/coverage/lcov-report/src/contexts/themedLayoutContext/index.html +0 -116
  243. package/coverage/lcov-report/src/contexts/themedLayoutContext/index.tsx.html +0 -178
  244. package/coverage/lcov-report/src/definitions/table/index.html +0 -116
  245. package/coverage/lcov-report/src/definitions/table/index.ts.html +0 -424
  246. package/coverage/lcov-report/src/definitions/upload/index.html +0 -116
  247. package/coverage/lcov-report/src/definitions/upload/index.ts.html +0 -172
  248. package/coverage/lcov-report/src/hooks/fields/index.html +0 -116
  249. package/coverage/lcov-report/src/hooks/fields/index.ts.html +0 -94
  250. package/coverage/lcov-report/src/hooks/fields/useCheckboxGroup/index.html +0 -116
  251. package/coverage/lcov-report/src/hooks/fields/useCheckboxGroup/index.ts.html +0 -361
  252. package/coverage/lcov-report/src/hooks/fields/useRadioGroup/index.html +0 -116
  253. package/coverage/lcov-report/src/hooks/fields/useRadioGroup/index.ts.html +0 -361
  254. package/coverage/lcov-report/src/hooks/fields/useSelect/index.html +0 -116
  255. package/coverage/lcov-report/src/hooks/fields/useSelect/index.ts.html +0 -238
  256. package/coverage/lcov-report/src/hooks/form/index.html +0 -131
  257. package/coverage/lcov-report/src/hooks/form/index.ts.html +0 -136
  258. package/coverage/lcov-report/src/hooks/form/useDrawerForm/index.html +0 -131
  259. package/coverage/lcov-report/src/hooks/form/useDrawerForm/index.ts.html +0 -103
  260. package/coverage/lcov-report/src/hooks/form/useDrawerForm/useDrawerForm.ts.html +0 -964
  261. package/coverage/lcov-report/src/hooks/form/useForm.ts.html +0 -718
  262. package/coverage/lcov-report/src/hooks/form/useModalForm/index.html +0 -131
  263. package/coverage/lcov-report/src/hooks/form/useModalForm/index.ts.html +0 -100
  264. package/coverage/lcov-report/src/hooks/form/useModalForm/useModalForm.ts.html +0 -1090
  265. package/coverage/lcov-report/src/hooks/form/useStepsForm/index.html +0 -131
  266. package/coverage/lcov-report/src/hooks/form/useStepsForm/index.ts.html +0 -100
  267. package/coverage/lcov-report/src/hooks/form/useStepsForm/useStepsForm.ts.html +0 -517
  268. package/coverage/lcov-report/src/hooks/import/index.html +0 -116
  269. package/coverage/lcov-report/src/hooks/import/index.tsx.html +0 -487
  270. package/coverage/lcov-report/src/hooks/index.html +0 -116
  271. package/coverage/lcov-report/src/hooks/index.ts.html +0 -109
  272. package/coverage/lcov-report/src/hooks/list/index.html +0 -116
  273. package/coverage/lcov-report/src/hooks/list/index.ts.html +0 -88
  274. package/coverage/lcov-report/src/hooks/list/useSimpleList/index.html +0 -131
  275. package/coverage/lcov-report/src/hooks/list/useSimpleList/index.ts.html +0 -88
  276. package/coverage/lcov-report/src/hooks/list/useSimpleList/useSimpleList.ts.html +0 -775
  277. package/coverage/lcov-report/src/hooks/modal/index.html +0 -116
  278. package/coverage/lcov-report/src/hooks/modal/index.ts.html +0 -88
  279. package/coverage/lcov-report/src/hooks/modal/useModal/index.html +0 -116
  280. package/coverage/lcov-report/src/hooks/modal/useModal/index.tsx.html +0 -214
  281. package/coverage/lcov-report/src/hooks/table/index.html +0 -116
  282. package/coverage/lcov-report/src/hooks/table/index.ts.html +0 -91
  283. package/coverage/lcov-report/src/hooks/table/useEditableTable/index.html +0 -131
  284. package/coverage/lcov-report/src/hooks/table/useEditableTable/index.ts.html +0 -88
  285. package/coverage/lcov-report/src/hooks/table/useEditableTable/useEditableTable.ts.html +0 -466
  286. package/coverage/lcov-report/src/hooks/table/useTable/index.html +0 -146
  287. package/coverage/lcov-report/src/hooks/table/useTable/index.ts.html +0 -88
  288. package/coverage/lcov-report/src/hooks/table/useTable/paginationLink.tsx.html +0 -166
  289. package/coverage/lcov-report/src/hooks/table/useTable/useTable.ts.html +0 -889
  290. package/coverage/lcov-report/src/hooks/useFileUploadState/index.html +0 -116
  291. package/coverage/lcov-report/src/hooks/useFileUploadState/index.ts.html +0 -187
  292. package/coverage/lcov-report/src/hooks/useSiderVisible/index.html +0 -116
  293. package/coverage/lcov-report/src/hooks/useSiderVisible/index.ts.html +0 -151
  294. package/coverage/lcov-report/src/providers/notificationProvider/index.html +0 -116
  295. package/coverage/lcov-report/src/providers/notificationProvider/index.tsx.html +0 -208
  296. package/coverage/lcov.info +0 -5292
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @refinedev/antd
2
2
 
3
+ ## 5.37.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5564](https://github.com/refinedev/refine/pull/5564) [`1bb7d30888`](https://github.com/refinedev/refine/commit/1bb7d3088837584b19c4faba41a91817d910d493) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - feat: [`<ThemedTitleV2 />'s`](https://refine.dev/docs/ui-integrations/material-ui/components/themed-layout/) default icon updated.
8
+
3
9
  ## 5.37.2
4
10
 
5
11
  ### Patch Changes
@@ -161,12 +167,12 @@
161
167
  This release provides an alternative to exported `notificationProvider` value from type `NotificationProvider` to `() => NotificationProvider`. If you previously had customizations applied to the `notificationProvider` object, you may need to update your code like the following:
162
168
 
163
169
  ```diff
164
- - import { notificationProvider } from "@refinedev/antd";
170
+ - import { useNotificationProvider } from "@refinedev/antd";
165
171
  + import { useNotificationProvider } from "@refinedev/antd";
166
172
  + import { App as AntdApp } from "antd";
167
173
 
168
174
  - const myNotificationProvider = {
169
- - ...notificationProvider,
175
+ - ...useNotificationProvider,
170
176
  - open: (...args) => {
171
177
  - // do some operation here
172
178
  - notificationProvider.open(...args);
@@ -175,7 +181,7 @@
175
181
  + const myNotificationProvider = () => {
176
182
  + const notificationProvider = useNotificationProvider();
177
183
  + return {
178
- + ...notificationProvider,
184
+ + ...useNotificationProvider,
179
185
  + open: (...args) => {
180
186
  + // do some operation here
181
187
  + notificationProvider.open(...args);
@@ -209,12 +215,12 @@
209
215
  This release provides an alternative to exported `notificationProvider` value from type `NotificationProvider` to `() => NotificationProvider`. If you previously had customizations applied to the `notificationProvider` object, you may need to update your code like the following:
210
216
 
211
217
  ```diff
212
- - import { notificationProvider } from "@refinedev/antd";
218
+ - import { useNotificationProvider } from "@refinedev/antd";
213
219
  + import { useNotificationProvider } from "@refinedev/antd";
214
220
  + import { App as AntdApp } from "antd";
215
221
 
216
222
  - const myNotificationProvider = {
217
- - ...notificationProvider,
223
+ - ...useNotificationProvider,
218
224
  - open: (...args) => {
219
225
  - // do some operation here
220
226
  - notificationProvider.open(...args);
@@ -223,7 +229,7 @@
223
229
  + const myNotificationProvider = () => {
224
230
  + const notificationProvider = useNotificationProvider();
225
231
  + return {
226
- + ...notificationProvider,
232
+ + ...useNotificationProvider,
227
233
  + open: (...args) => {
228
234
  + // do some operation here
229
235
  + notificationProvider.open(...args);
@@ -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 type BreadcrumbProps = RefineBreadcrumbProps<AntdBreadcrumbProps>;
4
+ export declare 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,MAAM,MAAM,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,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,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 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 & {
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 & {
10
10
  /**
11
11
  * Sets the button type
12
12
  * @type [UploadProps](https://ant.design/components/upload/#API)
@@ -18,7 +18,7 @@ export type ImportButtonProps = RefineImportButtonProps & {
18
18
  */
19
19
  buttonProps: ButtonProps;
20
20
  };
21
- export type ListButtonProps = RefineListButtonProps<ButtonProps>;
22
- export type RefreshButtonProps = RefineRefreshButtonProps<ButtonProps>;
23
- export type SaveButtonProps = RefineSaveButtonProps<ButtonProps>;
21
+ export declare type ListButtonProps = RefineListButtonProps<ButtonProps>;
22
+ export declare type RefreshButtonProps = RefineRefreshButtonProps<ButtonProps>;
23
+ export declare 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,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;IACtD;;;OAGG;IACH,WAAW,EAAE,WAAW,CAAC;IACzB;;;OAGG;IACH,WAAW,EAAE,WAAW,CAAC;CAC5B,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
+ {"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,9 +1,10 @@
1
+ /// <reference types="react" />
1
2
  import { CardProps, SpaceProps } from "antd";
2
3
  import { CreateButtonProps, DeleteButtonProps, EditButtonProps, ListButtonProps, RefreshButtonProps, SaveButtonProps } from "../buttons/types";
3
4
  import { RefineCrudCreateProps, RefineCrudEditProps, RefineCrudListProps, RefineCrudShowProps } from "@refinedev/ui-types";
4
5
  import { PageHeaderProps } from "../pageHeader";
5
- export type CreateProps = RefineCrudCreateProps<SaveButtonProps, SpaceProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, CardProps>;
6
- export type EditProps = RefineCrudEditProps<SaveButtonProps, DeleteButtonProps, SpaceProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, CardProps, {}, RefreshButtonProps, ListButtonProps>;
7
- export type ListProps = RefineCrudListProps<CreateButtonProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
8
- export type ShowProps = RefineCrudShowProps<SpaceProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, CardProps, {}, EditButtonProps, DeleteButtonProps, RefreshButtonProps, ListButtonProps>;
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>;
9
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,MAAM,MAAM,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,MAAM,MAAM,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,MAAM,MAAM,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,MAAM,MAAM,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,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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/date/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAiB9C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/date/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAmB9C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/email/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE3C;;;;;GAKG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAMhD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/email/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE3C;;;;;GAKG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAMhD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/number/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C;;;;GAIG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAelD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/number/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C;;;;GAIG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAelD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/text/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAE9C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/text/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAE9C,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 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, {
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, {
13
13
  imageTitle?: string;
14
14
  }>;
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>;
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>;
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,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,CACnD,OAAO,EACP,oBAAoB,CACvB,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,CAC/C,MAAM,GAAG,SAAS,EAClB,UAAU,EACV;IACI,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB,CACJ,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,4BAA4B,CAC/D,MAAM,GAAG,SAAS,CACrB,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
+ {"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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/url/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAU5C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/url/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAU5C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/header/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAEnD,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CA4BpD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/header/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAGnD,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CA4BpD,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;AAIlD,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAwPlD,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { FC } from "react";
2
- import { PageHeaderProps as AntdPageHeaderProps } from "@ant-design/pro-layout/es";
3
- export type PageHeaderProps = AntdPageHeaderProps;
2
+ import { PageHeaderProps as AntdPageHeaderProps } from "@ant-design/pro-layout";
3
+ export declare 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,2BAA2B,CAAC;AAKnC,MAAM,MAAM,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,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,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
- type ResetPassworProps = ForgotPasswordPageProps<LayoutProps, CardProps, FormProps>;
4
+ declare 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,KAAK,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,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;AAKF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAoK1D,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
- type LoginProps = LoginPageProps<LayoutProps, CardProps, FormProps>;
4
+ declare 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,KAAK,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,EACH,cAAc,EAKjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAUH,SAAS,EACT,WAAW,EAEX,SAAS,EAEZ,MAAM,MAAM,CAAC;AAed,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,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
- type RegisterProps = RegisterPageProps<LayoutProps, CardProps, FormProps>;
4
+ declare 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,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+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,EACH,iBAAiB,EAKpB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EASH,WAAW,EACX,SAAS,EACT,SAAS,EAGZ,MAAM,MAAM,CAAC;AAed,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,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
- type UpdatePasswordProps = UpdatePasswordPageProps<LayoutProps, CardProps, FormProps>;
4
+ declare 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,KAAK,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,EACH,uBAAuB,EAG1B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EASH,WAAW,EACX,SAAS,EACT,SAAS,EAEZ,MAAM,MAAM,CAAC;AAed,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,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 type AuthProps = AuthPageProps<LayoutProps, CardProps, FormProps> & {
4
+ export declare 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,MAAM,MAAM,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,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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/error/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAK3D;;;;;GAKG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA6DzD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/error/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAO3D;;;;;GAKG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA6DzD,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;AAsBxE,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 +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;AAoC3D;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAoDpD,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React, { ReactNode } from "react";
2
2
  import type { FilterDropdownProps as AntdFilterDropdownProps } from "antd/lib/table/interface";
3
- export type FilterDropdownProps = AntdFilterDropdownProps & {
3
+ export declare 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,MAAM,MAAM,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,CAgGxD,CAAC"}
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 +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;AAKzD;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAmChE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayout/sider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA4BxC,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAGxD;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CA0R9D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayout/sider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA4BxC,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAMxD;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CA0R9D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayout/title/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AA0BxD;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAqD9D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayout/title/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AA4BxD;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAqD9D,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;AAK3D,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,+BAA+B,CA4CpE,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;AAO1D,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,8BAA8B,CA6TlE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayoutV2/title/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AA0BxD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAqDhE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayoutV2/title/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AA4BxD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAqDhE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { RefineThemedLayoutV2SiderProps as BaseRefineThemedLayoutV2SiderProps, RefineThemedLayoutV2HeaderProps, RefineThemedLayoutV2Props, RefineLayoutThemedTitleProps } from "@refinedev/ui-types";
2
- type RefineThemedLayoutV2SiderProps = BaseRefineThemedLayoutV2SiderProps & {
2
+ declare 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,KAAK,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,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,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { OpenNotificationParams } from "@refinedev/core";
3
- export type UndoableNotificationProps = {
3
+ export declare 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,MAAM,MAAM,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,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,6 +1,6 @@
1
1
  import { ThemeConfig } from "antd";
2
- type ThemeNames = "Blue" | "Purple" | "Magenta" | "Red" | "Orange" | "Yellow" | "Green";
3
- type RefineThemes = Record<ThemeNames, ThemeConfig>;
2
+ declare type ThemeNames = "Blue" | "Purple" | "Magenta" | "Red" | "Orange" | "Yellow" | "Green";
3
+ declare 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,KAAK,UAAU,GACT,MAAM,GACN,QAAQ,GACR,SAAS,GACT,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,OAAO,CAAC;AAEd,KAAK,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,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"}