@refinedev/antd 5.37.4 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1760 -1778
- package/README.md +109 -17
- package/coverage/clover.xml +2005 -0
- package/coverage/coverage-final.json +1 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +1331 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +196 -0
- package/coverage/lcov-report/src/components/breadcrumb/index.html +116 -0
- package/coverage/lcov-report/src/components/breadcrumb/index.tsx.html +325 -0
- package/coverage/lcov-report/src/components/buttons/clone/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/clone/index.tsx.html +397 -0
- package/coverage/lcov-report/src/components/buttons/create/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/create/index.tsx.html +397 -0
- package/coverage/lcov-report/src/components/buttons/delete/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/delete/index.tsx.html +463 -0
- package/coverage/lcov-report/src/components/buttons/edit/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/edit/index.tsx.html +400 -0
- package/coverage/lcov-report/src/components/buttons/export/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/export/index.tsx.html +181 -0
- package/coverage/lcov-report/src/components/buttons/import/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/import/index.tsx.html +193 -0
- package/coverage/lcov-report/src/components/buttons/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/index.ts.html +118 -0
- package/coverage/lcov-report/src/components/buttons/list/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/list/index.tsx.html +451 -0
- package/coverage/lcov-report/src/components/buttons/refresh/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/refresh/index.tsx.html +268 -0
- package/coverage/lcov-report/src/components/buttons/save/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/save/index.tsx.html +181 -0
- package/coverage/lcov-report/src/components/buttons/show/index.html +116 -0
- package/coverage/lcov-report/src/components/buttons/show/index.tsx.html +397 -0
- package/coverage/lcov-report/src/components/crud/create/index.html +116 -0
- package/coverage/lcov-report/src/components/crud/create/index.tsx.html +514 -0
- package/coverage/lcov-report/src/components/crud/edit/index.html +116 -0
- package/coverage/lcov-report/src/components/crud/edit/index.tsx.html +766 -0
- package/coverage/lcov-report/src/components/crud/index.html +116 -0
- package/coverage/lcov-report/src/components/crud/index.ts.html +103 -0
- package/coverage/lcov-report/src/components/crud/list/index.html +116 -0
- package/coverage/lcov-report/src/components/crud/list/index.tsx.html +424 -0
- package/coverage/lcov-report/src/components/crud/show/index.html +116 -0
- package/coverage/lcov-report/src/components/crud/show/index.tsx.html +724 -0
- package/coverage/lcov-report/src/components/fields/boolean/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/boolean/index.tsx.html +163 -0
- package/coverage/lcov-report/src/components/fields/date/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/date/index.tsx.html +184 -0
- package/coverage/lcov-report/src/components/fields/email/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/email/index.tsx.html +145 -0
- package/coverage/lcov-report/src/components/fields/file/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/file/index.tsx.html +148 -0
- package/coverage/lcov-report/src/components/fields/image/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/image/index.tsx.html +136 -0
- package/coverage/lcov-report/src/components/fields/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/index.ts.html +118 -0
- package/coverage/lcov-report/src/components/fields/markdown/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/markdown/index.tsx.html +133 -0
- package/coverage/lcov-report/src/components/fields/number/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/number/index.tsx.html +193 -0
- package/coverage/lcov-report/src/components/fields/tag/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/tag/index.tsx.html +124 -0
- package/coverage/lcov-report/src/components/fields/text/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/text/index.tsx.html +130 -0
- package/coverage/lcov-report/src/components/fields/url/index.html +116 -0
- package/coverage/lcov-report/src/components/fields/url/index.tsx.html +157 -0
- package/coverage/lcov-report/src/components/index.html +116 -0
- package/coverage/lcov-report/src/components/index.ts.html +163 -0
- package/coverage/lcov-report/src/components/layout/header/index.html +116 -0
- package/coverage/lcov-report/src/components/layout/header/index.tsx.html +190 -0
- package/coverage/lcov-report/src/components/layout/index.html +116 -0
- package/coverage/lcov-report/src/components/layout/index.tsx.html +220 -0
- package/coverage/lcov-report/src/components/layout/sider/index.html +131 -0
- package/coverage/lcov-report/src/components/layout/sider/index.tsx.html +928 -0
- package/coverage/lcov-report/src/components/layout/sider/styles.ts.html +112 -0
- package/coverage/lcov-report/src/components/layout/title/index.html +116 -0
- package/coverage/lcov-report/src/components/layout/title/index.tsx.html +229 -0
- package/coverage/lcov-report/src/components/pageHeader/index.html +116 -0
- package/coverage/lcov-report/src/components/pageHeader/index.tsx.html +241 -0
- package/coverage/lcov-report/src/components/pages/auth/components/forgotPassword/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/auth/components/forgotPassword/index.tsx.html +727 -0
- package/coverage/lcov-report/src/components/pages/auth/components/index.html +131 -0
- package/coverage/lcov-report/src/components/pages/auth/components/index.tsx.html +97 -0
- package/coverage/lcov-report/src/components/pages/auth/components/login/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/auth/components/login/index.tsx.html +958 -0
- package/coverage/lcov-report/src/components/pages/auth/components/register/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/auth/components/register/index.tsx.html +874 -0
- package/coverage/lcov-report/src/components/pages/auth/components/styles.ts.html +175 -0
- package/coverage/lcov-report/src/components/pages/auth/components/updatePassword/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/auth/components/updatePassword/index.tsx.html +694 -0
- package/coverage/lcov-report/src/components/pages/auth/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/auth/index.tsx.html +208 -0
- package/coverage/lcov-report/src/components/pages/error/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/error/index.tsx.html +316 -0
- package/coverage/lcov-report/src/components/pages/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/index.tsx.html +103 -0
- package/coverage/lcov-report/src/components/pages/login/index.html +131 -0
- package/coverage/lcov-report/src/components/pages/login/index.tsx.html +601 -0
- package/coverage/lcov-report/src/components/pages/login/styles.ts.html +160 -0
- package/coverage/lcov-report/src/components/pages/ready/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/ready/index.tsx.html +373 -0
- package/coverage/lcov-report/src/components/pages/welcome/index.html +116 -0
- package/coverage/lcov-report/src/components/pages/welcome/index.tsx.html +115 -0
- package/coverage/lcov-report/src/components/table/components/filterDropdown/index.html +116 -0
- package/coverage/lcov-report/src/components/table/components/filterDropdown/index.tsx.html +421 -0
- package/coverage/lcov-report/src/components/table/components/index.html +116 -0
- package/coverage/lcov-report/src/components/table/components/index.ts.html +88 -0
- package/coverage/lcov-report/src/components/table/index.html +116 -0
- package/coverage/lcov-report/src/components/table/index.ts.html +88 -0
- package/coverage/lcov-report/src/components/themedLayout/header/index.html +116 -0
- package/coverage/lcov-report/src/components/themedLayout/header/index.tsx.html +226 -0
- package/coverage/lcov-report/src/components/themedLayout/index.html +116 -0
- package/coverage/lcov-report/src/components/themedLayout/index.tsx.html +217 -0
- package/coverage/lcov-report/src/components/themedLayout/sider/index.html +131 -0
- package/coverage/lcov-report/src/components/themedLayout/sider/index.tsx.html +1045 -0
- package/coverage/lcov-report/src/components/themedLayout/sider/styles.ts.html +112 -0
- package/coverage/lcov-report/src/components/themedLayout/title/index.html +116 -0
- package/coverage/lcov-report/src/components/themedLayout/title/index.tsx.html +349 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/header/index.html +116 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/header/index.tsx.html +256 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/index.html +116 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/index.tsx.html +226 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/sider/index.html +131 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/sider/index.tsx.html +1132 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/sider/styles.ts.html +112 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/title/index.html +116 -0
- package/coverage/lcov-report/src/components/themedLayoutV2/title/index.tsx.html +340 -0
- package/coverage/lcov-report/src/components/undoableNotification/index.html +116 -0
- package/coverage/lcov-report/src/components/undoableNotification/index.tsx.html +223 -0
- package/coverage/lcov-report/src/contexts/index.html +116 -0
- package/coverage/lcov-report/src/contexts/index.ts.html +97 -0
- package/coverage/lcov-report/src/contexts/themedLayoutContext/index.html +116 -0
- package/coverage/lcov-report/src/contexts/themedLayoutContext/index.tsx.html +178 -0
- package/coverage/lcov-report/src/definitions/table/index.html +116 -0
- package/coverage/lcov-report/src/definitions/table/index.ts.html +424 -0
- package/coverage/lcov-report/src/definitions/upload/index.html +116 -0
- package/coverage/lcov-report/src/definitions/upload/index.ts.html +172 -0
- package/coverage/lcov-report/src/hooks/fields/index.html +116 -0
- package/coverage/lcov-report/src/hooks/fields/index.ts.html +94 -0
- package/coverage/lcov-report/src/hooks/fields/useCheckboxGroup/index.html +116 -0
- package/coverage/lcov-report/src/hooks/fields/useCheckboxGroup/index.ts.html +361 -0
- package/coverage/lcov-report/src/hooks/fields/useRadioGroup/index.html +116 -0
- package/coverage/lcov-report/src/hooks/fields/useRadioGroup/index.ts.html +361 -0
- package/coverage/lcov-report/src/hooks/fields/useSelect/index.html +116 -0
- package/coverage/lcov-report/src/hooks/fields/useSelect/index.ts.html +238 -0
- package/coverage/lcov-report/src/hooks/form/index.html +131 -0
- package/coverage/lcov-report/src/hooks/form/index.ts.html +136 -0
- package/coverage/lcov-report/src/hooks/form/useDrawerForm/index.html +131 -0
- package/coverage/lcov-report/src/hooks/form/useDrawerForm/index.ts.html +103 -0
- package/coverage/lcov-report/src/hooks/form/useDrawerForm/useDrawerForm.ts.html +964 -0
- package/coverage/lcov-report/src/hooks/form/useForm.ts.html +718 -0
- package/coverage/lcov-report/src/hooks/form/useModalForm/index.html +131 -0
- package/coverage/lcov-report/src/hooks/form/useModalForm/index.ts.html +100 -0
- package/coverage/lcov-report/src/hooks/form/useModalForm/useModalForm.ts.html +1090 -0
- package/coverage/lcov-report/src/hooks/form/useStepsForm/index.html +131 -0
- package/coverage/lcov-report/src/hooks/form/useStepsForm/index.ts.html +100 -0
- package/coverage/lcov-report/src/hooks/form/useStepsForm/useStepsForm.ts.html +517 -0
- package/coverage/lcov-report/src/hooks/import/index.html +116 -0
- package/coverage/lcov-report/src/hooks/import/index.tsx.html +487 -0
- package/coverage/lcov-report/src/hooks/index.html +116 -0
- package/coverage/lcov-report/src/hooks/index.ts.html +109 -0
- package/coverage/lcov-report/src/hooks/list/index.html +116 -0
- package/coverage/lcov-report/src/hooks/list/index.ts.html +88 -0
- package/coverage/lcov-report/src/hooks/list/useSimpleList/index.html +131 -0
- package/coverage/lcov-report/src/hooks/list/useSimpleList/index.ts.html +88 -0
- package/coverage/lcov-report/src/hooks/list/useSimpleList/useSimpleList.ts.html +775 -0
- package/coverage/lcov-report/src/hooks/modal/index.html +116 -0
- package/coverage/lcov-report/src/hooks/modal/index.ts.html +88 -0
- package/coverage/lcov-report/src/hooks/modal/useModal/index.html +116 -0
- package/coverage/lcov-report/src/hooks/modal/useModal/index.tsx.html +214 -0
- package/coverage/lcov-report/src/hooks/table/index.html +116 -0
- package/coverage/lcov-report/src/hooks/table/index.ts.html +91 -0
- package/coverage/lcov-report/src/hooks/table/useEditableTable/index.html +131 -0
- package/coverage/lcov-report/src/hooks/table/useEditableTable/index.ts.html +88 -0
- package/coverage/lcov-report/src/hooks/table/useEditableTable/useEditableTable.ts.html +466 -0
- package/coverage/lcov-report/src/hooks/table/useTable/index.html +146 -0
- package/coverage/lcov-report/src/hooks/table/useTable/index.ts.html +88 -0
- package/coverage/lcov-report/src/hooks/table/useTable/paginationLink.tsx.html +166 -0
- package/coverage/lcov-report/src/hooks/table/useTable/useTable.ts.html +889 -0
- package/coverage/lcov-report/src/hooks/useFileUploadState/index.html +116 -0
- package/coverage/lcov-report/src/hooks/useFileUploadState/index.ts.html +187 -0
- package/coverage/lcov-report/src/hooks/useSiderVisible/index.html +116 -0
- package/coverage/lcov-report/src/hooks/useSiderVisible/index.ts.html +151 -0
- package/coverage/lcov-report/src/providers/notificationProvider/index.html +116 -0
- package/coverage/lcov-report/src/providers/notificationProvider/index.tsx.html +208 -0
- package/coverage/lcov.info +5292 -0
- package/dist/components/autoSaveIndicator/index.d.ts.map +1 -1
- package/dist/components/breadcrumb/index.d.ts +1 -1
- package/dist/components/breadcrumb/index.d.ts.map +1 -1
- package/dist/components/buttons/create/index.d.ts.map +1 -1
- package/dist/components/buttons/delete/index.d.ts.map +1 -1
- package/dist/components/buttons/import/index.d.ts.map +1 -1
- package/dist/components/buttons/types.d.ts +10 -10
- package/dist/components/buttons/types.d.ts.map +1 -1
- package/dist/components/crud/edit/index.d.ts.map +1 -1
- package/dist/components/crud/list/index.d.ts.map +1 -1
- package/dist/components/crud/show/index.d.ts.map +1 -1
- package/dist/components/crud/types.d.ts +4 -4
- package/dist/components/crud/types.d.ts.map +1 -1
- package/dist/components/fields/types.d.ts +10 -10
- package/dist/components/fields/types.d.ts.map +1 -1
- package/dist/components/layout/sider/index.d.ts.map +1 -1
- package/dist/components/layout/title/index.d.ts.map +1 -1
- package/dist/components/layout/types.d.ts.map +1 -1
- package/dist/components/pageHeader/index.d.ts +1 -1
- package/dist/components/pageHeader/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/forgotPassword/index.d.ts +1 -1
- package/dist/components/pages/auth/components/forgotPassword/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/login/index.d.ts +1 -1
- package/dist/components/pages/auth/components/login/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/register/index.d.ts +1 -1
- package/dist/components/pages/auth/components/register/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/updatePassword/index.d.ts +1 -1
- package/dist/components/pages/auth/components/updatePassword/index.d.ts.map +1 -1
- package/dist/components/pages/auth/index.d.ts +1 -1
- package/dist/components/pages/auth/index.d.ts.map +1 -1
- package/dist/components/pages/login/index.d.ts.map +1 -1
- package/dist/components/pages/ready/index.d.ts.map +1 -1
- package/dist/components/table/components/filterDropdown/index.d.ts +2 -2
- package/dist/components/table/components/filterDropdown/index.d.ts.map +1 -1
- package/dist/components/themedLayout/header/index.d.ts.map +1 -1
- package/dist/components/themedLayout/types.d.ts.map +1 -1
- package/dist/components/themedLayoutV2/header/index.d.ts.map +1 -1
- package/dist/components/themedLayoutV2/index.d.ts.map +1 -1
- package/dist/components/themedLayoutV2/sider/index.d.ts.map +1 -1
- package/dist/components/themedLayoutV2/types.d.ts +1 -1
- package/dist/components/themedLayoutV2/types.d.ts.map +1 -1
- package/dist/components/undoableNotification/index.d.ts +1 -1
- package/dist/components/undoableNotification/index.d.ts.map +1 -1
- package/dist/contexts/index.d.ts.map +1 -1
- package/dist/contexts/themedLayoutContext/IThemedLayoutContext.d.ts.map +1 -1
- package/dist/contexts/themedLayoutContext/index.d.ts.map +1 -1
- package/dist/definitions/table/index.d.ts +6 -3
- package/dist/definitions/table/index.d.ts.map +1 -1
- package/dist/definitions/themes/index.d.ts +2 -2
- package/dist/definitions/themes/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/hooks/fields/useCheckboxGroup/index.d.ts +2 -2
- package/dist/hooks/fields/useCheckboxGroup/index.d.ts.map +1 -1
- package/dist/hooks/fields/useRadioGroup/index.d.ts +2 -2
- package/dist/hooks/fields/useRadioGroup/index.d.ts.map +1 -1
- package/dist/hooks/fields/useSelect/index.d.ts +1 -1
- package/dist/hooks/fields/useSelect/index.d.ts.map +1 -1
- package/dist/hooks/form/index.d.ts.map +1 -1
- package/dist/hooks/form/useDrawerForm/index.d.ts.map +1 -1
- package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts +2 -2
- package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts.map +1 -1
- package/dist/hooks/form/useForm.d.ts +2 -2
- package/dist/hooks/form/useForm.d.ts.map +1 -1
- package/dist/hooks/form/useModalForm/index.d.ts.map +1 -1
- package/dist/hooks/form/useModalForm/useModalForm.d.ts +4 -4
- package/dist/hooks/form/useModalForm/useModalForm.d.ts.map +1 -1
- package/dist/hooks/form/useStepsForm/index.d.ts.map +1 -1
- package/dist/hooks/form/useStepsForm/useStepsForm.d.ts +3 -3
- package/dist/hooks/form/useStepsForm/useStepsForm.d.ts.map +1 -1
- package/dist/hooks/import/index.d.ts.map +1 -1
- package/dist/hooks/list/useSimpleList/useSimpleList.d.ts +3 -3
- package/dist/hooks/list/useSimpleList/useSimpleList.d.ts.map +1 -1
- package/dist/hooks/modal/useModal/index.d.ts +2 -2
- package/dist/hooks/modal/useModal/index.d.ts.map +1 -1
- package/dist/hooks/table/useEditableTable/useEditableTable.d.ts +2 -2
- package/dist/hooks/table/useEditableTable/useEditableTable.d.ts.map +1 -1
- package/dist/hooks/table/useTable/paginationLink.d.ts +2 -2
- package/dist/hooks/table/useTable/paginationLink.d.ts.map +1 -1
- package/dist/hooks/table/useTable/useTable.d.ts +2 -2
- package/dist/hooks/table/useTable/useTable.d.ts.map +1 -1
- package/dist/hooks/useFileUploadState/index.d.ts +1 -1
- package/dist/hooks/useFileUploadState/index.d.ts.map +1 -1
- package/dist/hooks/useSiderVisible/index.d.ts +1 -1
- package/dist/hooks/useSiderVisible/index.d.ts.map +1 -1
- package/dist/hooks/useThemedLayoutContext/index.d.ts +1 -1
- package/dist/hooks/useThemedLayoutContext/index.d.ts.map +1 -1
- package/dist/iife/index.js +10 -10
- package/dist/iife/index.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/interfaces/field.d.ts +1 -1
- package/dist/interfaces/field.d.ts.map +1 -1
- package/dist/interfaces/index.d.ts +3 -3
- package/dist/interfaces/index.d.ts.map +1 -1
- package/dist/interfaces/upload.d.ts.map +1 -1
- package/package.json +35 -37
- package/refine.config.js +497 -524
- package/src/components/autoSaveIndicator/index.tsx +69 -69
- package/src/components/breadcrumb/index.tsx +63 -65
- package/src/components/buttons/clone/index.tsx +86 -86
- package/src/components/buttons/create/index.tsx +85 -86
- package/src/components/buttons/delete/index.tsx +114 -119
- package/src/components/buttons/edit/index.tsx +86 -86
- package/src/components/buttons/export/index.tsx +17 -17
- package/src/components/buttons/import/index.tsx +19 -20
- package/src/components/buttons/list/index.tsx +105 -105
- package/src/components/buttons/refresh/index.tsx +50 -50
- package/src/components/buttons/save/index.tsx +17 -17
- package/src/components/buttons/show/index.tsx +86 -86
- package/src/components/buttons/types.ts +20 -20
- package/src/components/crud/create/index.tsx +120 -120
- package/src/components/crud/edit/index.tsx +205 -207
- package/src/components/crud/list/index.tsx +88 -90
- package/src/components/crud/show/index.tsx +175 -185
- package/src/components/crud/types.ts +41 -56
- package/src/components/fields/boolean/index.tsx +11 -11
- package/src/components/fields/date/index.tsx +13 -13
- package/src/components/fields/email/index.tsx +5 -5
- package/src/components/fields/file/index.tsx +8 -8
- package/src/components/fields/image/index.tsx +4 -4
- package/src/components/fields/markdown/index.tsx +9 -9
- package/src/components/fields/number/index.tsx +17 -17
- package/src/components/fields/tag/index.tsx +1 -1
- package/src/components/fields/text/index.tsx +1 -1
- package/src/components/fields/types.ts +18 -18
- package/src/components/fields/url/index.tsx +8 -8
- package/src/components/layout/header/index.tsx +25 -25
- package/src/components/layout/index.tsx +30 -30
- package/src/components/layout/sider/index.tsx +238 -246
- package/src/components/layout/sider/styles.ts +5 -5
- package/src/components/layout/title/index.tsx +40 -40
- package/src/components/layout/types.ts +6 -6
- package/src/components/pageHeader/index.tsx +44 -44
- package/src/components/pages/auth/components/forgotPassword/index.tsx +177 -180
- package/src/components/pages/auth/components/login/index.tsx +258 -271
- package/src/components/pages/auth/components/register/index.tsx +247 -263
- package/src/components/pages/auth/components/styles.ts +16 -16
- package/src/components/pages/auth/components/updatePassword/index.tsx +160 -174
- package/src/components/pages/auth/index.tsx +23 -23
- package/src/components/pages/error/index.tsx +57 -57
- package/src/components/pages/login/index.tsx +120 -146
- package/src/components/pages/login/styles.ts +12 -12
- package/src/components/pages/ready/index.tsx +72 -80
- package/src/components/pages/welcome/index.tsx +1 -1
- package/src/components/table/components/filterDropdown/index.tsx +90 -93
- package/src/components/themedLayout/header/index.tsx +28 -32
- package/src/components/themedLayout/index.tsx +30 -30
- package/src/components/themedLayout/sider/index.tsx +279 -279
- package/src/components/themedLayout/sider/styles.ts +5 -5
- package/src/components/themedLayout/title/index.tsx +66 -66
- package/src/components/themedLayout/types.ts +8 -8
- package/src/components/themedLayoutV2/header/index.tsx +37 -41
- package/src/components/themedLayoutV2/index.tsx +34 -36
- package/src/components/themedLayoutV2/sider/index.tsx +309 -313
- package/src/components/themedLayoutV2/sider/styles.ts +5 -5
- package/src/components/themedLayoutV2/title/index.tsx +66 -66
- package/src/components/themedLayoutV2/types.ts +9 -9
- package/src/components/undoableNotification/index.tsx +31 -31
- package/src/contexts/index.ts +2 -2
- package/src/contexts/themedLayoutContext/IThemedLayoutContext.ts +4 -4
- package/src/contexts/themedLayoutContext/index.tsx +22 -22
- package/src/definitions/table/index.ts +94 -83
- package/src/definitions/themes/index.ts +35 -35
- package/src/definitions/upload/index.ts +17 -17
- package/src/hooks/fields/useCheckboxGroup/index.ts +64 -64
- package/src/hooks/fields/useRadioGroup/index.ts +60 -63
- package/src/hooks/fields/useSelect/index.ts +30 -30
- package/src/hooks/form/index.ts +10 -10
- package/src/hooks/form/useDrawerForm/index.ts +4 -4
- package/src/hooks/form/useDrawerForm/useDrawerForm.ts +257 -261
- package/src/hooks/form/useForm.ts +256 -259
- package/src/hooks/form/useModalForm/index.ts +3 -3
- package/src/hooks/form/useModalForm/useModalForm.ts +289 -295
- package/src/hooks/form/useStepsForm/index.ts +3 -3
- package/src/hooks/form/useStepsForm/useStepsForm.ts +96 -96
- package/src/hooks/import/index.tsx +104 -106
- package/src/hooks/list/useSimpleList/useSimpleList.ts +179 -185
- package/src/hooks/modal/useModal/index.tsx +24 -24
- package/src/hooks/table/useEditableTable/useEditableTable.ts +85 -85
- package/src/hooks/table/useTable/paginationLink.tsx +17 -17
- package/src/hooks/table/useTable/useTable.ts +197 -207
- package/src/hooks/useFileUploadState/index.ts +20 -20
- package/src/hooks/useSiderVisible/index.ts +16 -16
- package/src/hooks/useThemedLayoutContext/index.ts +12 -12
- package/src/index.tsx +4 -4
- package/src/interfaces/field.ts +1 -1
- package/src/interfaces/index.ts +7 -8
- package/src/interfaces/upload.ts +7 -7
- package/src/providers/notificationProvider/index.tsx +78 -78
- package/src/types/index.d.ts +2 -2
- package/src/types/sunflower.d.ts +68 -68
- package/tsconfig.json +30 -26
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/autoSaveIndicator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/autoSaveIndicator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,sBAAsB,EAGvB,MAAM,iBAAiB,CAAC;AASzB,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA4C9D,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { RefineBreadcrumbProps } from "@refinedev/ui-types";
|
3
3
|
import { BreadcrumbProps as AntdBreadcrumbProps } from "antd";
|
4
|
-
export
|
4
|
+
export type BreadcrumbProps = RefineBreadcrumbProps<AntdBreadcrumbProps>;
|
5
5
|
export declare const Breadcrumb: React.FC<BreadcrumbProps>;
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,EAEL,eAAe,IAAI,mBAAmB,EACvC,MAAM,MAAM,CAAC;AAGd,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,mBAAmB,CAAC,CAAC;AAEzE,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAgEhD,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/create/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAkB1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/create/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAkB1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAwFpD,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/delete/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAkB1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C;;;;;GAKG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/delete/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAkB1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C;;;;;GAKG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAsHpD,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/import/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/import/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAoBpD,CAAC"}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import { ButtonProps, UploadProps } from "antd";
|
2
2
|
import { RefineCloneButtonProps, RefineCreateButtonProps, RefineDeleteButtonProps, RefineEditButtonProps, RefineExportButtonProps, RefineImportButtonProps, RefineListButtonProps, RefineRefreshButtonProps, RefineSaveButtonProps, RefineShowButtonProps } from "@refinedev/ui-types";
|
3
|
-
export
|
4
|
-
export
|
5
|
-
export
|
6
|
-
export
|
7
|
-
export
|
8
|
-
export
|
9
|
-
export
|
3
|
+
export type ShowButtonProps = RefineShowButtonProps<ButtonProps>;
|
4
|
+
export type CloneButtonProps = RefineCloneButtonProps<ButtonProps>;
|
5
|
+
export type CreateButtonProps = RefineCreateButtonProps<ButtonProps>;
|
6
|
+
export type DeleteButtonProps = RefineDeleteButtonProps<ButtonProps>;
|
7
|
+
export type EditButtonProps = RefineEditButtonProps<ButtonProps>;
|
8
|
+
export type ExportButtonProps = RefineExportButtonProps<ButtonProps>;
|
9
|
+
export type ImportButtonProps = RefineImportButtonProps & {
|
10
10
|
/**
|
11
11
|
* Sets the button type
|
12
12
|
* @type [UploadProps](https://ant.design/components/upload/#API)
|
@@ -18,7 +18,7 @@ export declare type ImportButtonProps = RefineImportButtonProps & {
|
|
18
18
|
*/
|
19
19
|
buttonProps: ButtonProps;
|
20
20
|
};
|
21
|
-
export
|
22
|
-
export
|
23
|
-
export
|
21
|
+
export type ListButtonProps = RefineListButtonProps<ButtonProps>;
|
22
|
+
export type RefreshButtonProps = RefineRefreshButtonProps<ButtonProps>;
|
23
|
+
export type SaveButtonProps = RefineSaveButtonProps<ButtonProps>;
|
24
24
|
//# sourceMappingURL=types.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAChD,OAAO,
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAChD,OAAO,EACL,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,wBAAwB,EACxB,qBAAqB,EACrB,qBAAqB,EACtB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC;AAEjE,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,CAAC,WAAW,CAAC,CAAC;AAEnE,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,CAAC,WAAW,CAAC,CAAC;AAErE,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,CAAC,WAAW,CAAC,CAAC;AAErE,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC;AAEjE,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,CAAC,WAAW,CAAC,CAAC;AAErE,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,GAAG;IACxD;;;OAGG;IACH,WAAW,EAAE,WAAW,CAAC;IACzB;;;OAGG;IACH,WAAW,EAAE,WAAW,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC;AAEjE,MAAM,MAAM,kBAAkB,GAAG,wBAAwB,CAAC,WAAW,CAAC,CAAC;AAEvE,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,WAAW,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/crud/edit/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA6B1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;;;GAKG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/crud/edit/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA6B1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;;;GAKG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA+LpC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/crud/list/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;;;GAKG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/crud/list/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;;;GAKG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAwFpC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/crud/show/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA0B1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;;;GAKG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/crud/show/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA0B1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;;;GAKG;AACH,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA2KpC,CAAC"}
|
@@ -3,8 +3,8 @@ import { CardProps, SpaceProps } from "antd";
|
|
3
3
|
import { CreateButtonProps, DeleteButtonProps, EditButtonProps, ListButtonProps, RefreshButtonProps, SaveButtonProps } from "../buttons/types";
|
4
4
|
import { RefineCrudCreateProps, RefineCrudEditProps, RefineCrudListProps, RefineCrudShowProps } from "@refinedev/ui-types";
|
5
5
|
import { PageHeaderProps } from "../pageHeader";
|
6
|
-
export
|
7
|
-
export
|
8
|
-
export
|
9
|
-
export
|
6
|
+
export type CreateProps = RefineCrudCreateProps<SaveButtonProps, SpaceProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, CardProps>;
|
7
|
+
export type EditProps = RefineCrudEditProps<SaveButtonProps, DeleteButtonProps, SpaceProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, CardProps, {}, RefreshButtonProps, ListButtonProps>;
|
8
|
+
export type ListProps = RefineCrudListProps<CreateButtonProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
|
9
|
+
export type ShowProps = RefineCrudShowProps<SpaceProps, SpaceProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PageHeaderProps, CardProps, {}, EditButtonProps, DeleteButtonProps, RefreshButtonProps, ListButtonProps>;
|
10
10
|
//# sourceMappingURL=types.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/crud/types.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAC7C,OAAO,
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/crud/types.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAC7C,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EACf,eAAe,EACf,kBAAkB,EAClB,eAAe,EAChB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,qBAAqB,EACrB,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,MAAM,MAAM,WAAW,GAAG,qBAAqB,CAC7C,eAAe,EACf,UAAU,EACV,UAAU,EACV,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC,EAC7E,eAAe,EACf,SAAS,CACV,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,mBAAmB,CACzC,eAAe,EACf,iBAAiB,EACjB,UAAU,EACV,UAAU,EACV,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC,EAC7E,eAAe,EACf,SAAS,EACT,EAAE,EACF,kBAAkB,EAClB,eAAe,CAChB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,mBAAmB,CACzC,iBAAiB,EACjB,UAAU,EACV,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC,EAC7E,eAAe,EACf,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC,CAC9E,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,mBAAmB,CACzC,UAAU,EACV,UAAU,EACV,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC,EAC7E,eAAe,EACf,SAAS,EACT,EAAE,EACF,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,CAChB,CAAC"}
|
@@ -5,16 +5,16 @@ import { ImageProps, TagProps } from "antd";
|
|
5
5
|
import { AbstractTooltipProps } from "antd/lib/tooltip";
|
6
6
|
import { TextProps } from "antd/lib/typography/Text";
|
7
7
|
import { LinkProps } from "antd/lib/typography/Link";
|
8
|
-
export
|
9
|
-
export
|
10
|
-
export
|
11
|
-
export
|
12
|
-
export
|
8
|
+
export type BooleanFieldProps = RefineFieldBooleanProps<unknown, AbstractTooltipProps>;
|
9
|
+
export type DateFieldProps = RefineFieldDateProps<ConfigType, TextProps>;
|
10
|
+
export type EmailFieldProps = RefineFieldEmailProps<ReactNode, LinkProps>;
|
11
|
+
export type FileFieldProps = RefineFieldFileProps<LinkProps>;
|
12
|
+
export type ImageFieldProps = RefineFieldImageProps<string | undefined, ImageProps, {
|
13
13
|
imageTitle?: string;
|
14
14
|
}>;
|
15
|
-
export
|
16
|
-
export
|
17
|
-
export
|
18
|
-
export
|
19
|
-
export
|
15
|
+
export type RefineFieldMarkdownProps = BaseRefineFieldMarkdownProps<string | undefined>;
|
16
|
+
export type NumberFieldProps = RefineFieldNumberProps<ReactChild, TextProps>;
|
17
|
+
export type TagFieldProps = RefineFieldTagProps<ReactNode, TagProps>;
|
18
|
+
export type TextFieldProps = RefineFieldTextProps<ReactNode, TextProps>;
|
19
|
+
export type UrlFieldProps = RefineFieldUrlProps<string | undefined, LinkProps>;
|
20
20
|
//# sourceMappingURL=types.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/fields/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/fields/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,EACL,uBAAuB,EACvB,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EACpB,qBAAqB,EACrB,wBAAwB,IAAI,4BAA4B,EACxD,sBAAsB,EACtB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACpB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,CACrD,OAAO,EACP,oBAAoB,CACrB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,oBAAoB,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;AAEzE,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;AAE1E,MAAM,MAAM,cAAc,GAAG,oBAAoB,CAAC,SAAS,CAAC,CAAC;AAE7D,MAAM,MAAM,eAAe,GAAG,qBAAqB,CACjD,MAAM,GAAG,SAAS,EAClB,UAAU,EACV;IACE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CACF,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,4BAA4B,CACjE,MAAM,GAAG,SAAS,CACnB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;AAE7E,MAAM,MAAM,aAAa,GAAG,mBAAmB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;AAErE,MAAM,MAAM,cAAc,GAAG,oBAAoB,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;AAExE,MAAM,MAAM,aAAa,GAAG,mBAAmB,CAAC,MAAM,GAAG,SAAS,EAAE,SAAS,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/sider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA4BxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/sider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA4BxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAgPlD,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/title/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/title/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,UAAU,EAIX,MAAM,iBAAiB,CAAC;AAEzB,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAuCtC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/layout/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/layout/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EACV,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,GACxB,CAAC"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { FC } from "react";
|
2
2
|
import { PageHeaderProps as AntdPageHeaderProps } from "@ant-design/pro-layout";
|
3
|
-
export
|
3
|
+
export type PageHeaderProps = AntdPageHeaderProps;
|
4
4
|
export declare const PageHeader: FC<AntdPageHeaderProps>;
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/pageHeader/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/pageHeader/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAEL,eAAe,IAAI,mBAAmB,EACvC,MAAM,wBAAwB,CAAC;AAKhC,MAAM,MAAM,eAAe,GAAG,mBAAmB,CAAC;AAElD,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,mBAAmB,CA8C9C,CAAC"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { ForgotPasswordPageProps } from "@refinedev/core";
|
3
3
|
import { LayoutProps, CardProps, FormProps } from "antd";
|
4
|
-
|
4
|
+
type ResetPassworProps = ForgotPasswordPageProps<LayoutProps, CardProps, FormProps>;
|
5
5
|
/**
|
6
6
|
* **refine** has forgot password page form which is served on `/forgot-password` route when the `authProvider` configuration is provided.
|
7
7
|
*
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/forgotPassword/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/forgotPassword/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,uBAAuB,EAIxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EASL,WAAW,EACX,SAAS,EACT,SAAS,EAEV,MAAM,MAAM,CAAC;AAgBd,KAAK,iBAAiB,GAAG,uBAAuB,CAC9C,WAAW,EACX,SAAS,EACT,SAAS,CACV,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAiK1D,CAAC"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { LoginPageProps } from "@refinedev/core";
|
3
3
|
import { CardProps, LayoutProps, FormProps } from "antd";
|
4
|
-
|
4
|
+
type LoginProps = LoginPageProps<LayoutProps, CardProps, FormProps>;
|
5
5
|
/**
|
6
6
|
* **refine** has a default login page form which is served on `/login` route when the `authProvider` configuration is provided.
|
7
7
|
*
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/login/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/login/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,cAAc,EAKf,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAUL,SAAS,EACT,WAAW,EAEX,SAAS,EAEV,MAAM,MAAM,CAAC;AAYd,KAAK,UAAU,GAAG,cAAc,CAAC,WAAW,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;AACpE;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CA2P1C,CAAC"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { RegisterPageProps } from "@refinedev/core";
|
3
3
|
import { LayoutProps, CardProps, FormProps } from "antd";
|
4
|
-
|
4
|
+
type RegisterProps = RegisterPageProps<LayoutProps, CardProps, FormProps>;
|
5
5
|
/**
|
6
6
|
* **refine** has register page form which is served on `/register` route when the `authProvider` configuration is provided.
|
7
7
|
*
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/register/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/register/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,iBAAiB,EAKlB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EASL,WAAW,EACX,SAAS,EACT,SAAS,EAGV,MAAM,MAAM,CAAC;AAYd,KAAK,aAAa,GAAG,iBAAiB,CAAC,WAAW,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;AAC1E;;;;GAIG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA+OhD,CAAC"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { UpdatePasswordPageProps } from "@refinedev/core";
|
3
3
|
import { LayoutProps, CardProps, FormProps } from "antd";
|
4
|
-
|
4
|
+
type UpdatePasswordProps = UpdatePasswordPageProps<LayoutProps, CardProps, FormProps>;
|
5
5
|
/**
|
6
6
|
* **refine** has update password page form which is served on `/update-password` route when the `authProvider` configuration is provided.
|
7
7
|
*
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/updatePassword/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/auth/components/updatePassword/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,uBAAuB,EAGxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EASL,WAAW,EACX,SAAS,EACT,SAAS,EAEV,MAAM,MAAM,CAAC;AAYd,KAAK,mBAAmB,GAAG,uBAAuB,CAChD,WAAW,EACX,SAAS,EACT,SAAS,CACV,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAgJ5D,CAAC"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { CardProps, FormProps, LayoutProps } from "antd";
|
3
3
|
import { AuthPageProps } from "@refinedev/core";
|
4
|
-
export
|
4
|
+
export type AuthProps = AuthPageProps<LayoutProps, CardProps, FormProps> & {
|
5
5
|
renderContent?: (content: React.ReactNode, title: React.ReactNode) => React.ReactNode;
|
6
6
|
title?: React.ReactNode;
|
7
7
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/auth/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAShD,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/auth/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAShD,MAAM,MAAM,SAAS,GAAG,aAAa,CAAC,WAAW,EAAE,SAAS,EAAE,SAAS,CAAC,GAAG;IACzE,aAAa,CAAC,EAAE,CACd,OAAO,EAAE,KAAK,CAAC,SAAS,EACxB,KAAK,EAAE,KAAK,CAAC,SAAS,KACnB,KAAK,CAAC,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAgBxC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/login/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAyB,MAAM,iBAAiB,CAAC;AAqBxE,MAAM,WAAW,UAAU;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/login/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAyB,MAAM,iBAAiB,CAAC;AAqBxE,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED;;;;;GAKG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA8G9C,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/ready/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAkC3D;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/ready/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAkC3D;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA8CpD,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import React, { ReactNode } from "react";
|
1
|
+
import React, { type ReactNode } from "react";
|
2
2
|
import type { FilterDropdownProps as AntdFilterDropdownProps } from "antd/lib/table/interface";
|
3
|
-
export
|
3
|
+
export type FilterDropdownProps = AntdFilterDropdownProps & {
|
4
4
|
mapValue?: (selectedKeys: React.Key[]) => any;
|
5
5
|
children: ReactNode;
|
6
6
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/components/filterDropdown/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/components/filterDropdown/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,SAAS,EAAY,MAAM,OAAO,CAAC;AAExD,OAAO,KAAK,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAK/F,MAAM,MAAM,mBAAmB,GAAG,uBAAuB,GAAG;IAC1D,QAAQ,CAAC,EAAE,CAAC,YAAY,EAAE,KAAK,CAAC,GAAG,EAAE,KAAK,GAAG,CAAC;IAC9C,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2FxD,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayout/header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAEzD;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayout/header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAEzD;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAiChE,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/themedLayout/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/themedLayout/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,4BAA4B,EAC5B,6BAA6B,EAC7B,uBAAuB,EACvB,4BAA4B,EAC7B,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EACV,4BAA4B,EAC5B,4BAA4B,EAC5B,6BAA6B,EAC7B,uBAAuB,GACxB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayoutV2/header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAE3D,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,+BAA+B,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayoutV2/header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAE3D,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,+BAA+B,CA0CpE,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/themedLayoutV2/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC;AAGpD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/themedLayoutV2/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC;AAGpD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAqC9D,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayoutV2/sider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4B1B,OAAO,EAAE,8BAA8B,EAAE,MAAM,UAAU,CAAC;AAI1D,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,8BAA8B,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/themedLayoutV2/sider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4B1B,OAAO,EAAE,8BAA8B,EAAE,MAAM,UAAU,CAAC;AAI1D,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,8BAA8B,CAyTlE,CAAC"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { RefineThemedLayoutV2SiderProps as BaseRefineThemedLayoutV2SiderProps, RefineThemedLayoutV2HeaderProps, RefineThemedLayoutV2Props, RefineLayoutThemedTitleProps } from "@refinedev/ui-types";
|
2
|
-
|
2
|
+
type RefineThemedLayoutV2SiderProps = BaseRefineThemedLayoutV2SiderProps & {
|
3
3
|
fixed?: boolean;
|
4
4
|
};
|
5
5
|
export type { RefineLayoutThemedTitleProps, RefineThemedLayoutV2SiderProps, RefineThemedLayoutV2HeaderProps, RefineThemedLayoutV2Props, };
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/themedLayoutV2/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/themedLayoutV2/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,8BAA8B,IAAI,kCAAkC,EACpE,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC7B,MAAM,qBAAqB,CAAC;AAE7B,KAAK,8BAA8B,GAAG,kCAAkC,GAAG;IACzE,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,YAAY,EACV,4BAA4B,EAC5B,8BAA8B,EAC9B,+BAA+B,EAC/B,yBAAyB,GAC1B,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { OpenNotificationParams } from "@refinedev/core";
|
3
|
-
export
|
3
|
+
export type UndoableNotificationProps = {
|
4
4
|
notificationKey: OpenNotificationParams["key"];
|
5
5
|
message: OpenNotificationParams["message"];
|
6
6
|
cancelMutation: OpenNotificationParams["cancelMutation"];
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/undoableNotification/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAGzD,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/undoableNotification/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAGzD,MAAM,MAAM,yBAAyB,GAAG;IACtC,eAAe,EAAE,sBAAsB,CAAC,KAAK,CAAC,CAAC;IAC/C,OAAO,EAAE,sBAAsB,CAAC,SAAS,CAAC,CAAC;IAC3C,cAAc,EAAE,sBAAsB,CAAC,gBAAgB,CAAC,CAAC;IACzD,eAAe,EAAE,sBAAsB,CAAC,iBAAiB,CAAC,CAAC;CAC5D,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA6BpE,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/contexts/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/contexts/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,2BAA2B,GAC5B,MAAM,uBAAuB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IThemedLayoutContext.d.ts","sourceRoot":"","sources":["../../../src/contexts/themedLayoutContext/IThemedLayoutContext.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;
|
1
|
+
{"version":3,"file":"IThemedLayoutContext.d.ts","sourceRoot":"","sources":["../../../src/contexts/themedLayoutContext/IThemedLayoutContext.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,cAAc,EAAE,OAAO,CAAC;IACxB,iBAAiB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9C,eAAe,EAAE,OAAO,CAAC;IACzB,kBAAkB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CAChD"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/contexts/themedLayoutContext/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,eAAO,MAAM,mBAAmB,qCAK9B,CAAC;AAEH,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/contexts/themedLayoutContext/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,eAAO,MAAM,mBAAmB,qCAK9B,CAAC;AAEH,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CAAC;IACjD,QAAQ,EAAE,SAAS,CAAC;IACpB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC,CAkBA,CAAC"}
|
@@ -1,10 +1,13 @@
|
|
1
1
|
import { CrudFilters, CrudOperators, CrudSorting, CrudFilter } from "@refinedev/core";
|
2
|
-
import {
|
2
|
+
import { TableProps } from "antd";
|
3
|
+
export type FilterValue = Parameters<NonNullable<TableProps["onChange"]>>[1][string];
|
4
|
+
export type SortOrder = NonNullable<TableProps["sortDirections"]>[number];
|
5
|
+
export type SorterResult = Exclude<Parameters<NonNullable<TableProps["onChange"]>>[2], any[]>;
|
3
6
|
export declare const getDefaultSortOrder: (columnName: string, sorter?: CrudSorting) => SortOrder | undefined;
|
4
7
|
/**
|
5
8
|
* @deprecated getDefaultFilter moved to `@refinedev/core`. Use from `@refinedev/core`
|
6
9
|
*/
|
7
10
|
export declare const getDefaultFilter: (columnName: string, filters?: CrudFilters, operatorType?: CrudOperators) => CrudFilter["value"] | undefined;
|
8
|
-
export declare const mapAntdSorterToCrudSorting: (sorter: SorterResult
|
9
|
-
export declare const mapAntdFilterToCrudFilter: (tableFilters: Record<string, (string | number | boolean) | (string | number | boolean)[] | null>, prevFilters: CrudFilters, initialFilters?: CrudFilters) => CrudFilters;
|
11
|
+
export declare const mapAntdSorterToCrudSorting: (sorter: SorterResult | SorterResult[]) => CrudSorting;
|
12
|
+
export declare const mapAntdFilterToCrudFilter: (tableFilters: Record<string, FilterValue | (string | number | boolean) | (string | number | boolean)[] | null>, prevFilters: CrudFilters, initialFilters?: CrudFilters) => CrudFilters;
|
10
13
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/definitions/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/definitions/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,WAAW,EACX,UAAU,EAKX,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,MAAM,MAAM,WAAW,GAAG,UAAU,CAClC,WAAW,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CACpC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;AACb,MAAM,MAAM,SAAS,GAAG,WAAW,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;AAC1E,MAAM,MAAM,YAAY,GAAG,OAAO,CAChC,UAAU,CAAC,WAAW,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAClD,GAAG,EAAE,CACN,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAClB,MAAM,WACT,WAAW,KACnB,SAAS,GAAG,SAQd,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,eACf,MAAM,YACR,WAAW,iBACP,aAAa,KAC1B,UAAU,CAAC,OAAO,CAAC,GAAG,SAExB,CAAC;AAEF,eAAO,MAAM,0BAA0B,WAC7B,YAAY,GAAG,YAAY,EAAE,gBAqCtC,CAAC;AAEF,eAAO,MAAM,yBAAyB,iBACtB,OACZ,MAAM,EACJ,WAAW,GACX,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,GAC3B,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,EAAE,GAC7B,IAAI,CACP,6CAEgB,WAAW,gBA6B7B,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ThemeConfig } from "antd";
|
2
|
-
|
3
|
-
|
2
|
+
type ThemeNames = "Blue" | "Purple" | "Magenta" | "Red" | "Orange" | "Yellow" | "Green";
|
3
|
+
type RefineThemes = Record<ThemeNames, ThemeConfig>;
|
4
4
|
export declare const RefineThemes: RefineThemes;
|
5
5
|
export {};
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/definitions/themes/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAEnC,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/definitions/themes/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAEnC,KAAK,UAAU,GACX,MAAM,GACN,QAAQ,GACR,SAAS,GACT,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,OAAO,CAAC;AAEZ,KAAK,YAAY,GAAG,MAAM,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;AAEpD,eAAO,MAAM,YAAY,EAAE,YAoC1B,CAAC"}
|