@refinedev/antd 5.37.3-alpha.0 → 5.37.4

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 (261) hide show
  1. package/CHANGELOG.md +20 -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/types.d.ts +10 -10
  9. package/dist/components/fields/types.d.ts.map +1 -1
  10. package/dist/components/pageHeader/index.d.ts +2 -2
  11. package/dist/components/pageHeader/index.d.ts.map +1 -1
  12. package/dist/components/pages/auth/components/forgotPassword/index.d.ts +1 -1
  13. package/dist/components/pages/auth/components/forgotPassword/index.d.ts.map +1 -1
  14. package/dist/components/pages/auth/components/login/index.d.ts +1 -1
  15. package/dist/components/pages/auth/components/login/index.d.ts.map +1 -1
  16. package/dist/components/pages/auth/components/register/index.d.ts +1 -1
  17. package/dist/components/pages/auth/components/register/index.d.ts.map +1 -1
  18. package/dist/components/pages/auth/components/updatePassword/index.d.ts +1 -1
  19. package/dist/components/pages/auth/components/updatePassword/index.d.ts.map +1 -1
  20. package/dist/components/pages/auth/index.d.ts +1 -1
  21. package/dist/components/pages/auth/index.d.ts.map +1 -1
  22. package/dist/components/table/components/filterDropdown/index.d.ts +1 -1
  23. package/dist/components/table/components/filterDropdown/index.d.ts.map +1 -1
  24. package/dist/components/themedLayoutV2/types.d.ts +1 -1
  25. package/dist/components/themedLayoutV2/types.d.ts.map +1 -1
  26. package/dist/components/undoableNotification/index.d.ts +1 -1
  27. package/dist/components/undoableNotification/index.d.ts.map +1 -1
  28. package/dist/definitions/themes/index.d.ts +2 -2
  29. package/dist/definitions/themes/index.d.ts.map +1 -1
  30. package/dist/esm/index.js +1 -1
  31. package/dist/esm/index.js.map +1 -1
  32. package/dist/hooks/fields/useCheckboxGroup/index.d.ts +3 -2
  33. package/dist/hooks/fields/useCheckboxGroup/index.d.ts.map +1 -1
  34. package/dist/hooks/fields/useRadioGroup/index.d.ts +3 -2
  35. package/dist/hooks/fields/useRadioGroup/index.d.ts.map +1 -1
  36. package/dist/hooks/fields/useSelect/index.d.ts +1 -1
  37. package/dist/hooks/fields/useSelect/index.d.ts.map +1 -1
  38. package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts +2 -2
  39. package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts.map +1 -1
  40. package/dist/hooks/form/useForm.d.ts +2 -2
  41. package/dist/hooks/form/useForm.d.ts.map +1 -1
  42. package/dist/hooks/form/useModalForm/useModalForm.d.ts +4 -4
  43. package/dist/hooks/form/useModalForm/useModalForm.d.ts.map +1 -1
  44. package/dist/hooks/form/useStepsForm/useStepsForm.d.ts +3 -3
  45. package/dist/hooks/form/useStepsForm/useStepsForm.d.ts.map +1 -1
  46. package/dist/hooks/list/useSimpleList/useSimpleList.d.ts +2 -2
  47. package/dist/hooks/list/useSimpleList/useSimpleList.d.ts.map +1 -1
  48. package/dist/hooks/modal/useModal/index.d.ts +2 -2
  49. package/dist/hooks/modal/useModal/index.d.ts.map +1 -1
  50. package/dist/hooks/table/useEditableTable/useEditableTable.d.ts +2 -2
  51. package/dist/hooks/table/useEditableTable/useEditableTable.d.ts.map +1 -1
  52. package/dist/hooks/table/useTable/paginationLink.d.ts +2 -2
  53. package/dist/hooks/table/useTable/paginationLink.d.ts.map +1 -1
  54. package/dist/hooks/table/useTable/useTable.d.ts +2 -2
  55. package/dist/hooks/table/useTable/useTable.d.ts.map +1 -1
  56. package/dist/hooks/useFileUploadState/index.d.ts +1 -1
  57. package/dist/hooks/useFileUploadState/index.d.ts.map +1 -1
  58. package/dist/hooks/useSiderVisible/index.d.ts +1 -1
  59. package/dist/hooks/useSiderVisible/index.d.ts.map +1 -1
  60. package/dist/hooks/useThemedLayoutContext/index.d.ts +1 -1
  61. package/dist/hooks/useThemedLayoutContext/index.d.ts.map +1 -1
  62. package/dist/iife/index.js +70 -1
  63. package/dist/iife/index.js.map +1 -1
  64. package/dist/index.js +1 -1
  65. package/dist/index.js.map +1 -1
  66. package/dist/interfaces/field.d.ts +1 -1
  67. package/dist/interfaces/field.d.ts.map +1 -1
  68. package/dist/interfaces/index.d.ts +3 -3
  69. package/dist/interfaces/index.d.ts.map +1 -1
  70. package/package.json +3 -3
  71. package/src/components/pageHeader/index.tsx +1 -1
  72. package/src/components/table/components/filterDropdown/index.tsx +0 -2
  73. package/src/components/themedLayout/title/index.tsx +7 -7
  74. package/src/components/themedLayoutV2/title/index.tsx +7 -7
  75. package/src/hooks/table/useTable/useTable.ts +0 -2
  76. package/coverage/clover.xml +0 -2005
  77. package/coverage/coverage-final.json +0 -97
  78. package/coverage/lcov-report/base.css +0 -224
  79. package/coverage/lcov-report/block-navigation.js +0 -87
  80. package/coverage/lcov-report/favicon.png +0 -0
  81. package/coverage/lcov-report/index.html +0 -1331
  82. package/coverage/lcov-report/prettify.css +0 -1
  83. package/coverage/lcov-report/prettify.js +0 -2
  84. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  85. package/coverage/lcov-report/sorter.js +0 -196
  86. package/coverage/lcov-report/src/components/breadcrumb/index.html +0 -116
  87. package/coverage/lcov-report/src/components/breadcrumb/index.tsx.html +0 -325
  88. package/coverage/lcov-report/src/components/buttons/clone/index.html +0 -116
  89. package/coverage/lcov-report/src/components/buttons/clone/index.tsx.html +0 -397
  90. package/coverage/lcov-report/src/components/buttons/create/index.html +0 -116
  91. package/coverage/lcov-report/src/components/buttons/create/index.tsx.html +0 -397
  92. package/coverage/lcov-report/src/components/buttons/delete/index.html +0 -116
  93. package/coverage/lcov-report/src/components/buttons/delete/index.tsx.html +0 -463
  94. package/coverage/lcov-report/src/components/buttons/edit/index.html +0 -116
  95. package/coverage/lcov-report/src/components/buttons/edit/index.tsx.html +0 -400
  96. package/coverage/lcov-report/src/components/buttons/export/index.html +0 -116
  97. package/coverage/lcov-report/src/components/buttons/export/index.tsx.html +0 -181
  98. package/coverage/lcov-report/src/components/buttons/import/index.html +0 -116
  99. package/coverage/lcov-report/src/components/buttons/import/index.tsx.html +0 -193
  100. package/coverage/lcov-report/src/components/buttons/index.html +0 -116
  101. package/coverage/lcov-report/src/components/buttons/index.ts.html +0 -118
  102. package/coverage/lcov-report/src/components/buttons/list/index.html +0 -116
  103. package/coverage/lcov-report/src/components/buttons/list/index.tsx.html +0 -451
  104. package/coverage/lcov-report/src/components/buttons/refresh/index.html +0 -116
  105. package/coverage/lcov-report/src/components/buttons/refresh/index.tsx.html +0 -268
  106. package/coverage/lcov-report/src/components/buttons/save/index.html +0 -116
  107. package/coverage/lcov-report/src/components/buttons/save/index.tsx.html +0 -181
  108. package/coverage/lcov-report/src/components/buttons/show/index.html +0 -116
  109. package/coverage/lcov-report/src/components/buttons/show/index.tsx.html +0 -397
  110. package/coverage/lcov-report/src/components/crud/create/index.html +0 -116
  111. package/coverage/lcov-report/src/components/crud/create/index.tsx.html +0 -514
  112. package/coverage/lcov-report/src/components/crud/edit/index.html +0 -116
  113. package/coverage/lcov-report/src/components/crud/edit/index.tsx.html +0 -766
  114. package/coverage/lcov-report/src/components/crud/index.html +0 -116
  115. package/coverage/lcov-report/src/components/crud/index.ts.html +0 -103
  116. package/coverage/lcov-report/src/components/crud/list/index.html +0 -116
  117. package/coverage/lcov-report/src/components/crud/list/index.tsx.html +0 -424
  118. package/coverage/lcov-report/src/components/crud/show/index.html +0 -116
  119. package/coverage/lcov-report/src/components/crud/show/index.tsx.html +0 -724
  120. package/coverage/lcov-report/src/components/fields/boolean/index.html +0 -116
  121. package/coverage/lcov-report/src/components/fields/boolean/index.tsx.html +0 -163
  122. package/coverage/lcov-report/src/components/fields/date/index.html +0 -116
  123. package/coverage/lcov-report/src/components/fields/date/index.tsx.html +0 -184
  124. package/coverage/lcov-report/src/components/fields/email/index.html +0 -116
  125. package/coverage/lcov-report/src/components/fields/email/index.tsx.html +0 -145
  126. package/coverage/lcov-report/src/components/fields/file/index.html +0 -116
  127. package/coverage/lcov-report/src/components/fields/file/index.tsx.html +0 -148
  128. package/coverage/lcov-report/src/components/fields/image/index.html +0 -116
  129. package/coverage/lcov-report/src/components/fields/image/index.tsx.html +0 -136
  130. package/coverage/lcov-report/src/components/fields/index.html +0 -116
  131. package/coverage/lcov-report/src/components/fields/index.ts.html +0 -118
  132. package/coverage/lcov-report/src/components/fields/markdown/index.html +0 -116
  133. package/coverage/lcov-report/src/components/fields/markdown/index.tsx.html +0 -133
  134. package/coverage/lcov-report/src/components/fields/number/index.html +0 -116
  135. package/coverage/lcov-report/src/components/fields/number/index.tsx.html +0 -193
  136. package/coverage/lcov-report/src/components/fields/tag/index.html +0 -116
  137. package/coverage/lcov-report/src/components/fields/tag/index.tsx.html +0 -124
  138. package/coverage/lcov-report/src/components/fields/text/index.html +0 -116
  139. package/coverage/lcov-report/src/components/fields/text/index.tsx.html +0 -130
  140. package/coverage/lcov-report/src/components/fields/url/index.html +0 -116
  141. package/coverage/lcov-report/src/components/fields/url/index.tsx.html +0 -157
  142. package/coverage/lcov-report/src/components/index.html +0 -116
  143. package/coverage/lcov-report/src/components/index.ts.html +0 -163
  144. package/coverage/lcov-report/src/components/layout/header/index.html +0 -116
  145. package/coverage/lcov-report/src/components/layout/header/index.tsx.html +0 -190
  146. package/coverage/lcov-report/src/components/layout/index.html +0 -116
  147. package/coverage/lcov-report/src/components/layout/index.tsx.html +0 -220
  148. package/coverage/lcov-report/src/components/layout/sider/index.html +0 -131
  149. package/coverage/lcov-report/src/components/layout/sider/index.tsx.html +0 -928
  150. package/coverage/lcov-report/src/components/layout/sider/styles.ts.html +0 -112
  151. package/coverage/lcov-report/src/components/layout/title/index.html +0 -116
  152. package/coverage/lcov-report/src/components/layout/title/index.tsx.html +0 -229
  153. package/coverage/lcov-report/src/components/pageHeader/index.html +0 -116
  154. package/coverage/lcov-report/src/components/pageHeader/index.tsx.html +0 -241
  155. package/coverage/lcov-report/src/components/pages/auth/components/forgotPassword/index.html +0 -116
  156. package/coverage/lcov-report/src/components/pages/auth/components/forgotPassword/index.tsx.html +0 -727
  157. package/coverage/lcov-report/src/components/pages/auth/components/index.html +0 -131
  158. package/coverage/lcov-report/src/components/pages/auth/components/index.tsx.html +0 -97
  159. package/coverage/lcov-report/src/components/pages/auth/components/login/index.html +0 -116
  160. package/coverage/lcov-report/src/components/pages/auth/components/login/index.tsx.html +0 -958
  161. package/coverage/lcov-report/src/components/pages/auth/components/register/index.html +0 -116
  162. package/coverage/lcov-report/src/components/pages/auth/components/register/index.tsx.html +0 -874
  163. package/coverage/lcov-report/src/components/pages/auth/components/styles.ts.html +0 -175
  164. package/coverage/lcov-report/src/components/pages/auth/components/updatePassword/index.html +0 -116
  165. package/coverage/lcov-report/src/components/pages/auth/components/updatePassword/index.tsx.html +0 -694
  166. package/coverage/lcov-report/src/components/pages/auth/index.html +0 -116
  167. package/coverage/lcov-report/src/components/pages/auth/index.tsx.html +0 -208
  168. package/coverage/lcov-report/src/components/pages/error/index.html +0 -116
  169. package/coverage/lcov-report/src/components/pages/error/index.tsx.html +0 -316
  170. package/coverage/lcov-report/src/components/pages/index.html +0 -116
  171. package/coverage/lcov-report/src/components/pages/index.tsx.html +0 -103
  172. package/coverage/lcov-report/src/components/pages/login/index.html +0 -131
  173. package/coverage/lcov-report/src/components/pages/login/index.tsx.html +0 -601
  174. package/coverage/lcov-report/src/components/pages/login/styles.ts.html +0 -160
  175. package/coverage/lcov-report/src/components/pages/ready/index.html +0 -116
  176. package/coverage/lcov-report/src/components/pages/ready/index.tsx.html +0 -373
  177. package/coverage/lcov-report/src/components/pages/welcome/index.html +0 -116
  178. package/coverage/lcov-report/src/components/pages/welcome/index.tsx.html +0 -115
  179. package/coverage/lcov-report/src/components/table/components/filterDropdown/index.html +0 -116
  180. package/coverage/lcov-report/src/components/table/components/filterDropdown/index.tsx.html +0 -421
  181. package/coverage/lcov-report/src/components/table/components/index.html +0 -116
  182. package/coverage/lcov-report/src/components/table/components/index.ts.html +0 -88
  183. package/coverage/lcov-report/src/components/table/index.html +0 -116
  184. package/coverage/lcov-report/src/components/table/index.ts.html +0 -88
  185. package/coverage/lcov-report/src/components/themedLayout/header/index.html +0 -116
  186. package/coverage/lcov-report/src/components/themedLayout/header/index.tsx.html +0 -226
  187. package/coverage/lcov-report/src/components/themedLayout/index.html +0 -116
  188. package/coverage/lcov-report/src/components/themedLayout/index.tsx.html +0 -217
  189. package/coverage/lcov-report/src/components/themedLayout/sider/index.html +0 -131
  190. package/coverage/lcov-report/src/components/themedLayout/sider/index.tsx.html +0 -1045
  191. package/coverage/lcov-report/src/components/themedLayout/sider/styles.ts.html +0 -112
  192. package/coverage/lcov-report/src/components/themedLayout/title/index.html +0 -116
  193. package/coverage/lcov-report/src/components/themedLayout/title/index.tsx.html +0 -349
  194. package/coverage/lcov-report/src/components/themedLayoutV2/header/index.html +0 -116
  195. package/coverage/lcov-report/src/components/themedLayoutV2/header/index.tsx.html +0 -256
  196. package/coverage/lcov-report/src/components/themedLayoutV2/index.html +0 -116
  197. package/coverage/lcov-report/src/components/themedLayoutV2/index.tsx.html +0 -226
  198. package/coverage/lcov-report/src/components/themedLayoutV2/sider/index.html +0 -131
  199. package/coverage/lcov-report/src/components/themedLayoutV2/sider/index.tsx.html +0 -1132
  200. package/coverage/lcov-report/src/components/themedLayoutV2/sider/styles.ts.html +0 -112
  201. package/coverage/lcov-report/src/components/themedLayoutV2/title/index.html +0 -116
  202. package/coverage/lcov-report/src/components/themedLayoutV2/title/index.tsx.html +0 -340
  203. package/coverage/lcov-report/src/components/undoableNotification/index.html +0 -116
  204. package/coverage/lcov-report/src/components/undoableNotification/index.tsx.html +0 -223
  205. package/coverage/lcov-report/src/contexts/index.html +0 -116
  206. package/coverage/lcov-report/src/contexts/index.ts.html +0 -97
  207. package/coverage/lcov-report/src/contexts/themedLayoutContext/index.html +0 -116
  208. package/coverage/lcov-report/src/contexts/themedLayoutContext/index.tsx.html +0 -178
  209. package/coverage/lcov-report/src/definitions/table/index.html +0 -116
  210. package/coverage/lcov-report/src/definitions/table/index.ts.html +0 -424
  211. package/coverage/lcov-report/src/definitions/upload/index.html +0 -116
  212. package/coverage/lcov-report/src/definitions/upload/index.ts.html +0 -172
  213. package/coverage/lcov-report/src/hooks/fields/index.html +0 -116
  214. package/coverage/lcov-report/src/hooks/fields/index.ts.html +0 -94
  215. package/coverage/lcov-report/src/hooks/fields/useCheckboxGroup/index.html +0 -116
  216. package/coverage/lcov-report/src/hooks/fields/useCheckboxGroup/index.ts.html +0 -361
  217. package/coverage/lcov-report/src/hooks/fields/useRadioGroup/index.html +0 -116
  218. package/coverage/lcov-report/src/hooks/fields/useRadioGroup/index.ts.html +0 -361
  219. package/coverage/lcov-report/src/hooks/fields/useSelect/index.html +0 -116
  220. package/coverage/lcov-report/src/hooks/fields/useSelect/index.ts.html +0 -238
  221. package/coverage/lcov-report/src/hooks/form/index.html +0 -131
  222. package/coverage/lcov-report/src/hooks/form/index.ts.html +0 -136
  223. package/coverage/lcov-report/src/hooks/form/useDrawerForm/index.html +0 -131
  224. package/coverage/lcov-report/src/hooks/form/useDrawerForm/index.ts.html +0 -103
  225. package/coverage/lcov-report/src/hooks/form/useDrawerForm/useDrawerForm.ts.html +0 -964
  226. package/coverage/lcov-report/src/hooks/form/useForm.ts.html +0 -718
  227. package/coverage/lcov-report/src/hooks/form/useModalForm/index.html +0 -131
  228. package/coverage/lcov-report/src/hooks/form/useModalForm/index.ts.html +0 -100
  229. package/coverage/lcov-report/src/hooks/form/useModalForm/useModalForm.ts.html +0 -1090
  230. package/coverage/lcov-report/src/hooks/form/useStepsForm/index.html +0 -131
  231. package/coverage/lcov-report/src/hooks/form/useStepsForm/index.ts.html +0 -100
  232. package/coverage/lcov-report/src/hooks/form/useStepsForm/useStepsForm.ts.html +0 -517
  233. package/coverage/lcov-report/src/hooks/import/index.html +0 -116
  234. package/coverage/lcov-report/src/hooks/import/index.tsx.html +0 -487
  235. package/coverage/lcov-report/src/hooks/index.html +0 -116
  236. package/coverage/lcov-report/src/hooks/index.ts.html +0 -109
  237. package/coverage/lcov-report/src/hooks/list/index.html +0 -116
  238. package/coverage/lcov-report/src/hooks/list/index.ts.html +0 -88
  239. package/coverage/lcov-report/src/hooks/list/useSimpleList/index.html +0 -131
  240. package/coverage/lcov-report/src/hooks/list/useSimpleList/index.ts.html +0 -88
  241. package/coverage/lcov-report/src/hooks/list/useSimpleList/useSimpleList.ts.html +0 -775
  242. package/coverage/lcov-report/src/hooks/modal/index.html +0 -116
  243. package/coverage/lcov-report/src/hooks/modal/index.ts.html +0 -88
  244. package/coverage/lcov-report/src/hooks/modal/useModal/index.html +0 -116
  245. package/coverage/lcov-report/src/hooks/modal/useModal/index.tsx.html +0 -214
  246. package/coverage/lcov-report/src/hooks/table/index.html +0 -116
  247. package/coverage/lcov-report/src/hooks/table/index.ts.html +0 -91
  248. package/coverage/lcov-report/src/hooks/table/useEditableTable/index.html +0 -131
  249. package/coverage/lcov-report/src/hooks/table/useEditableTable/index.ts.html +0 -88
  250. package/coverage/lcov-report/src/hooks/table/useEditableTable/useEditableTable.ts.html +0 -466
  251. package/coverage/lcov-report/src/hooks/table/useTable/index.html +0 -146
  252. package/coverage/lcov-report/src/hooks/table/useTable/index.ts.html +0 -88
  253. package/coverage/lcov-report/src/hooks/table/useTable/paginationLink.tsx.html +0 -166
  254. package/coverage/lcov-report/src/hooks/table/useTable/useTable.ts.html +0 -889
  255. package/coverage/lcov-report/src/hooks/useFileUploadState/index.html +0 -116
  256. package/coverage/lcov-report/src/hooks/useFileUploadState/index.ts.html +0 -187
  257. package/coverage/lcov-report/src/hooks/useSiderVisible/index.html +0 -116
  258. package/coverage/lcov-report/src/hooks/useSiderVisible/index.ts.html +0 -151
  259. package/coverage/lcov-report/src/providers/notificationProvider/index.html +0 -116
  260. package/coverage/lcov-report/src/providers/notificationProvider/index.tsx.html +0 -208
  261. package/coverage/lcov.info +0 -5292
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @refinedev/antd
2
2
 
3
+ ## 5.37.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5573](https://github.com/refinedev/refine/pull/5573) [`546df06482`](https://github.com/refinedev/refine/commit/546df06482807e59a7f2a735361a8e9169bb2563) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - fix: when antd imports destructed outside react component, gives `undefined` error on ESM build.
8
+
9
+ - [#5573](https://github.com/refinedev/refine/pull/5573) [`546df06482`](https://github.com/refinedev/refine/commit/546df06482807e59a7f2a735361a8e9169bb2563) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - chore: add "use client" directive to exported files to work with nextjs app router
10
+
11
+ ## 5.37.3
12
+
13
+ ### Patch Changes
14
+
15
+ - [#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.
16
+
3
17
  ## 5.37.2
4
18
 
5
19
  ### Patch Changes
@@ -161,12 +175,12 @@
161
175
  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
176
 
163
177
  ```diff
164
- - import { notificationProvider } from "@refinedev/antd";
178
+ - import { useNotificationProvider } from "@refinedev/antd";
165
179
  + import { useNotificationProvider } from "@refinedev/antd";
166
180
  + import { App as AntdApp } from "antd";
167
181
 
168
182
  - const myNotificationProvider = {
169
- - ...notificationProvider,
183
+ - ...useNotificationProvider,
170
184
  - open: (...args) => {
171
185
  - // do some operation here
172
186
  - notificationProvider.open(...args);
@@ -175,7 +189,7 @@
175
189
  + const myNotificationProvider = () => {
176
190
  + const notificationProvider = useNotificationProvider();
177
191
  + return {
178
- + ...notificationProvider,
192
+ + ...useNotificationProvider,
179
193
  + open: (...args) => {
180
194
  + // do some operation here
181
195
  + notificationProvider.open(...args);
@@ -209,12 +223,12 @@
209
223
  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
224
 
211
225
  ```diff
212
- - import { notificationProvider } from "@refinedev/antd";
226
+ - import { useNotificationProvider } from "@refinedev/antd";
213
227
  + import { useNotificationProvider } from "@refinedev/antd";
214
228
  + import { App as AntdApp } from "antd";
215
229
 
216
230
  - const myNotificationProvider = {
217
- - ...notificationProvider,
231
+ - ...useNotificationProvider,
218
232
  - open: (...args) => {
219
233
  - // do some operation here
220
234
  - notificationProvider.open(...args);
@@ -223,7 +237,7 @@
223
237
  + const myNotificationProvider = () => {
224
238
  + const notificationProvider = useNotificationProvider();
225
239
  + return {
226
- + ...notificationProvider,
240
+ + ...useNotificationProvider,
227
241
  + open: (...args) => {
228
242
  + // do some operation here
229
243
  + 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"}
@@ -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,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;AAEF;;;;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;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,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;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,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;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,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,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,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"}