@refinedev/antd 6.0.0 → 6.0.1
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 +768 -4
- package/LICENSE +21 -0
- package/README.md +3 -3
- package/dist/components/autoSaveIndicator/index.d.cts +4 -0
- package/dist/components/autoSaveIndicator/index.d.cts.map +1 -0
- package/dist/components/autoSaveIndicator/index.d.mts +4 -0
- package/dist/components/autoSaveIndicator/index.d.mts.map +4 -0
- package/dist/components/autoSaveIndicator/index.d.ts +1 -1
- package/dist/components/autoSaveIndicator/index.d.ts.map +1 -1
- package/dist/components/breadcrumb/index.d.cts +6 -0
- package/dist/components/breadcrumb/index.d.cts.map +1 -0
- package/dist/components/breadcrumb/index.d.mts +6 -0
- package/dist/components/breadcrumb/index.d.mts.map +6 -0
- package/dist/components/breadcrumb/index.d.ts +2 -2
- package/dist/components/breadcrumb/index.d.ts.map +1 -1
- package/dist/components/buttons/clone/index.d.cts +11 -0
- package/dist/components/buttons/clone/index.d.cts.map +1 -0
- package/dist/components/buttons/clone/index.d.mts +11 -0
- package/dist/components/buttons/clone/index.d.mts.map +11 -0
- package/dist/components/buttons/clone/index.d.ts +1 -1
- package/dist/components/buttons/clone/index.d.ts.map +1 -1
- package/dist/components/buttons/create/index.d.cts +11 -0
- package/dist/components/buttons/create/index.d.cts.map +1 -0
- package/dist/components/buttons/create/index.d.mts +11 -0
- package/dist/components/buttons/create/index.d.mts.map +11 -0
- package/dist/components/buttons/create/index.d.ts +1 -1
- package/dist/components/buttons/create/index.d.ts.map +1 -1
- package/dist/components/buttons/delete/index.d.cts +10 -0
- package/dist/components/buttons/delete/index.d.cts.map +1 -0
- package/dist/components/buttons/delete/index.d.mts +10 -0
- package/dist/components/buttons/delete/index.d.mts.map +10 -0
- package/dist/components/buttons/delete/index.d.ts +1 -1
- package/dist/components/buttons/delete/index.d.ts.map +1 -1
- package/dist/components/buttons/edit/index.d.cts +11 -0
- package/dist/components/buttons/edit/index.d.cts.map +1 -0
- package/dist/components/buttons/edit/index.d.mts +11 -0
- package/dist/components/buttons/edit/index.d.mts.map +11 -0
- package/dist/components/buttons/edit/index.d.ts +1 -1
- package/dist/components/buttons/edit/index.d.ts.map +1 -1
- package/dist/components/buttons/export/index.d.cts +10 -0
- package/dist/components/buttons/export/index.d.cts.map +1 -0
- package/dist/components/buttons/export/index.d.mts +10 -0
- package/dist/components/buttons/export/index.d.mts.map +10 -0
- package/dist/components/buttons/export/index.d.ts +1 -1
- package/dist/components/buttons/export/index.d.ts.map +1 -1
- package/dist/components/buttons/import/index.d.cts +11 -0
- package/dist/components/buttons/import/index.d.cts.map +1 -0
- package/dist/components/buttons/import/index.d.mts +11 -0
- package/dist/components/buttons/import/index.d.mts.map +11 -0
- package/dist/components/buttons/import/index.d.ts +1 -1
- package/dist/components/buttons/import/index.d.ts.map +1 -1
- package/dist/components/buttons/index.d.cts +12 -0
- package/dist/components/buttons/index.d.cts.map +1 -0
- package/dist/components/buttons/index.d.mts +12 -0
- package/dist/components/buttons/index.d.mts.map +12 -0
- package/dist/components/buttons/list/index.d.cts +11 -0
- package/dist/components/buttons/list/index.d.cts.map +1 -0
- package/dist/components/buttons/list/index.d.mts +11 -0
- package/dist/components/buttons/list/index.d.mts.map +11 -0
- package/dist/components/buttons/list/index.d.ts +1 -1
- package/dist/components/buttons/list/index.d.ts.map +1 -1
- package/dist/components/buttons/refresh/index.d.cts +10 -0
- package/dist/components/buttons/refresh/index.d.cts.map +1 -0
- package/dist/components/buttons/refresh/index.d.mts +10 -0
- package/dist/components/buttons/refresh/index.d.mts.map +10 -0
- package/dist/components/buttons/refresh/index.d.ts +1 -1
- package/dist/components/buttons/refresh/index.d.ts.map +1 -1
- package/dist/components/buttons/save/index.d.cts +10 -0
- package/dist/components/buttons/save/index.d.cts.map +1 -0
- package/dist/components/buttons/save/index.d.mts +10 -0
- package/dist/components/buttons/save/index.d.mts.map +10 -0
- package/dist/components/buttons/save/index.d.ts +1 -1
- package/dist/components/buttons/save/index.d.ts.map +1 -1
- package/dist/components/buttons/show/index.d.cts +11 -0
- package/dist/components/buttons/show/index.d.cts.map +1 -0
- package/dist/components/buttons/show/index.d.mts +11 -0
- package/dist/components/buttons/show/index.d.mts.map +11 -0
- package/dist/components/buttons/show/index.d.ts +1 -1
- package/dist/components/buttons/show/index.d.ts.map +1 -1
- package/dist/components/buttons/types.d.cts +24 -0
- package/dist/components/buttons/types.d.cts.map +1 -0
- package/dist/components/buttons/types.d.mts +24 -0
- package/dist/components/buttons/types.d.mts.map +24 -0
- package/dist/components/buttons/types.d.ts +2 -2
- package/dist/components/buttons/types.d.ts.map +1 -1
- package/dist/components/crud/create/index.d.cts +10 -0
- package/dist/components/crud/create/index.d.cts.map +1 -0
- package/dist/components/crud/create/index.d.mts +10 -0
- package/dist/components/crud/create/index.d.mts.map +10 -0
- package/dist/components/crud/create/index.d.ts +1 -1
- package/dist/components/crud/create/index.d.ts.map +1 -1
- package/dist/components/crud/edit/index.d.cts +10 -0
- package/dist/components/crud/edit/index.d.cts.map +1 -0
- package/dist/components/crud/edit/index.d.mts +10 -0
- package/dist/components/crud/edit/index.d.mts.map +10 -0
- package/dist/components/crud/edit/index.d.ts +1 -1
- package/dist/components/crud/edit/index.d.ts.map +1 -1
- package/dist/components/crud/index.d.cts +6 -0
- package/dist/components/crud/index.d.cts.map +1 -0
- package/dist/components/crud/index.d.mts +6 -0
- package/dist/components/crud/index.d.mts.map +6 -0
- package/dist/components/crud/list/index.d.cts +10 -0
- package/dist/components/crud/list/index.d.cts.map +1 -0
- package/dist/components/crud/list/index.d.mts +10 -0
- package/dist/components/crud/list/index.d.mts.map +10 -0
- package/dist/components/crud/list/index.d.ts +1 -1
- package/dist/components/crud/list/index.d.ts.map +1 -1
- package/dist/components/crud/show/index.d.cts +10 -0
- package/dist/components/crud/show/index.d.cts.map +1 -0
- package/dist/components/crud/show/index.d.mts +10 -0
- package/dist/components/crud/show/index.d.mts.map +10 -0
- package/dist/components/crud/show/index.d.ts +1 -1
- package/dist/components/crud/show/index.d.ts.map +1 -1
- package/dist/components/crud/types.d.cts +9 -0
- package/dist/components/crud/types.d.cts.map +1 -0
- package/dist/components/crud/types.d.mts +9 -0
- package/dist/components/crud/types.d.mts.map +9 -0
- package/dist/components/crud/types.d.ts +4 -5
- package/dist/components/crud/types.d.ts.map +1 -1
- package/dist/components/fields/boolean/index.d.cts +9 -0
- package/dist/components/fields/boolean/index.d.cts.map +1 -0
- package/dist/components/fields/boolean/index.d.mts +9 -0
- package/dist/components/fields/boolean/index.d.mts.map +9 -0
- package/dist/components/fields/boolean/index.d.ts +1 -1
- package/dist/components/fields/boolean/index.d.ts.map +1 -1
- package/dist/components/fields/date/index.d.cts +9 -0
- package/dist/components/fields/date/index.d.cts.map +1 -0
- package/dist/components/fields/date/index.d.mts +9 -0
- package/dist/components/fields/date/index.d.mts.map +9 -0
- package/dist/components/fields/date/index.d.ts +1 -1
- package/dist/components/fields/date/index.d.ts.map +1 -1
- package/dist/components/fields/email/index.d.cts +10 -0
- package/dist/components/fields/email/index.d.cts.map +1 -0
- package/dist/components/fields/email/index.d.mts +10 -0
- package/dist/components/fields/email/index.d.mts.map +10 -0
- package/dist/components/fields/email/index.d.ts +1 -1
- package/dist/components/fields/email/index.d.ts.map +1 -1
- package/dist/components/fields/file/index.d.cts +9 -0
- package/dist/components/fields/file/index.d.cts.map +1 -0
- package/dist/components/fields/file/index.d.mts +9 -0
- package/dist/components/fields/file/index.d.mts.map +9 -0
- package/dist/components/fields/file/index.d.ts +1 -1
- package/dist/components/fields/file/index.d.ts.map +1 -1
- package/dist/components/fields/image/index.d.cts +9 -0
- package/dist/components/fields/image/index.d.cts.map +1 -0
- package/dist/components/fields/image/index.d.mts +9 -0
- package/dist/components/fields/image/index.d.mts.map +9 -0
- package/dist/components/fields/image/index.d.ts +1 -1
- package/dist/components/fields/image/index.d.ts.map +1 -1
- package/dist/components/fields/index.d.cts +12 -0
- package/dist/components/fields/index.d.cts.map +1 -0
- package/dist/components/fields/index.d.mts +12 -0
- package/dist/components/fields/index.d.mts.map +12 -0
- package/dist/components/fields/markdown/index.d.cts +9 -0
- package/dist/components/fields/markdown/index.d.cts.map +1 -0
- package/dist/components/fields/markdown/index.d.mts +9 -0
- package/dist/components/fields/markdown/index.d.mts.map +9 -0
- package/dist/components/fields/markdown/index.d.ts +1 -1
- package/dist/components/fields/markdown/index.d.ts.map +1 -1
- package/dist/components/fields/number/index.d.cts +9 -0
- package/dist/components/fields/number/index.d.cts.map +1 -0
- package/dist/components/fields/number/index.d.mts +9 -0
- package/dist/components/fields/number/index.d.mts.map +9 -0
- package/dist/components/fields/number/index.d.ts +1 -1
- package/dist/components/fields/number/index.d.ts.map +1 -1
- package/dist/components/fields/tag/index.d.cts +9 -0
- package/dist/components/fields/tag/index.d.cts.map +1 -0
- package/dist/components/fields/tag/index.d.mts +9 -0
- package/dist/components/fields/tag/index.d.mts.map +9 -0
- package/dist/components/fields/tag/index.d.ts +1 -1
- package/dist/components/fields/tag/index.d.ts.map +1 -1
- package/dist/components/fields/text/index.d.cts +9 -0
- package/dist/components/fields/text/index.d.cts.map +1 -0
- package/dist/components/fields/text/index.d.mts +9 -0
- package/dist/components/fields/text/index.d.mts.map +9 -0
- package/dist/components/fields/text/index.d.ts +1 -1
- package/dist/components/fields/text/index.d.ts.map +1 -1
- package/dist/components/fields/types.d.cts +20 -0
- package/dist/components/fields/types.d.cts.map +1 -0
- package/dist/components/fields/types.d.mts +20 -0
- package/dist/components/fields/types.d.mts.map +20 -0
- package/dist/components/fields/types.d.ts +8 -8
- package/dist/components/fields/types.d.ts.map +1 -1
- package/dist/components/fields/url/index.d.cts +10 -0
- package/dist/components/fields/url/index.d.cts.map +1 -0
- package/dist/components/fields/url/index.d.mts +10 -0
- package/dist/components/fields/url/index.d.mts.map +10 -0
- package/dist/components/fields/url/index.d.ts +1 -1
- package/dist/components/fields/url/index.d.ts.map +1 -1
- package/dist/components/index.d.cts +14 -0
- package/dist/components/index.d.cts.map +1 -0
- package/dist/components/index.d.mts +14 -0
- package/dist/components/index.d.mts.map +14 -0
- package/dist/components/index.d.ts +0 -10
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/pageHeader/index.d.cts +5 -0
- package/dist/components/pageHeader/index.d.cts.map +1 -0
- package/dist/components/pageHeader/index.d.mts +5 -0
- package/dist/components/pageHeader/index.d.mts.map +5 -0
- package/dist/components/pageHeader/index.d.ts +2 -2
- package/dist/components/pageHeader/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/forgotPassword/index.d.cts +12 -0
- package/dist/components/pages/auth/components/forgotPassword/index.d.cts.map +1 -0
- package/dist/components/pages/auth/components/forgotPassword/index.d.mts +12 -0
- package/dist/components/pages/auth/components/forgotPassword/index.d.mts.map +12 -0
- package/dist/components/pages/auth/components/forgotPassword/index.d.ts +2 -2
- package/dist/components/pages/auth/components/forgotPassword/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/index.d.cts +5 -0
- package/dist/components/pages/auth/components/index.d.cts.map +1 -0
- package/dist/components/pages/auth/components/index.d.mts +5 -0
- package/dist/components/pages/auth/components/index.d.mts.map +5 -0
- package/dist/components/pages/auth/components/login/index.d.cts +12 -0
- package/dist/components/pages/auth/components/login/index.d.cts.map +1 -0
- package/dist/components/pages/auth/components/login/index.d.mts +12 -0
- package/dist/components/pages/auth/components/login/index.d.mts.map +12 -0
- package/dist/components/pages/auth/components/login/index.d.ts +2 -2
- package/dist/components/pages/auth/components/login/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/register/index.d.cts +12 -0
- package/dist/components/pages/auth/components/register/index.d.cts.map +1 -0
- package/dist/components/pages/auth/components/register/index.d.mts +12 -0
- package/dist/components/pages/auth/components/register/index.d.mts.map +12 -0
- package/dist/components/pages/auth/components/register/index.d.ts +2 -2
- package/dist/components/pages/auth/components/register/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/styles.d.cts +7 -0
- package/dist/components/pages/auth/components/styles.d.cts.map +1 -0
- package/dist/components/pages/auth/components/styles.d.mts +7 -0
- package/dist/components/pages/auth/components/styles.d.mts.map +7 -0
- package/dist/components/pages/auth/components/styles.d.ts +1 -1
- package/dist/components/pages/auth/components/styles.d.ts.map +1 -1
- package/dist/components/pages/auth/components/updatePassword/index.d.cts +12 -0
- package/dist/components/pages/auth/components/updatePassword/index.d.cts.map +1 -0
- package/dist/components/pages/auth/components/updatePassword/index.d.mts +12 -0
- package/dist/components/pages/auth/components/updatePassword/index.d.mts.map +12 -0
- package/dist/components/pages/auth/components/updatePassword/index.d.ts +2 -2
- package/dist/components/pages/auth/components/updatePassword/index.d.ts.map +1 -1
- package/dist/components/pages/auth/index.d.cts +14 -0
- package/dist/components/pages/auth/index.d.cts.map +1 -0
- package/dist/components/pages/auth/index.d.mts +14 -0
- package/dist/components/pages/auth/index.d.mts.map +14 -0
- package/dist/components/pages/auth/index.d.ts +2 -2
- package/dist/components/pages/auth/index.d.ts.map +1 -1
- package/dist/components/pages/error/index.d.cts +10 -0
- package/dist/components/pages/error/index.d.cts.map +1 -0
- package/dist/components/pages/error/index.d.mts +10 -0
- package/dist/components/pages/error/index.d.mts.map +10 -0
- package/dist/components/pages/error/index.d.ts +1 -1
- package/dist/components/pages/error/index.d.ts.map +1 -1
- package/dist/components/pages/index.d.cts +7 -0
- package/dist/components/pages/index.d.cts.map +1 -0
- package/dist/components/pages/index.d.mts +7 -0
- package/dist/components/pages/index.d.mts.map +7 -0
- package/dist/components/pages/login/index.d.cts +15 -0
- package/dist/components/pages/login/index.d.cts.map +1 -0
- package/dist/components/pages/login/index.d.mts +15 -0
- package/dist/components/pages/login/index.d.mts.map +15 -0
- package/dist/components/pages/login/index.d.ts +1 -1
- package/dist/components/pages/login/index.d.ts.map +1 -1
- package/dist/components/pages/login/styles.d.cts +6 -0
- package/dist/components/pages/login/styles.d.cts.map +1 -0
- package/dist/components/pages/login/styles.d.mts +6 -0
- package/dist/components/pages/login/styles.d.mts.map +6 -0
- package/dist/components/pages/login/styles.d.ts +1 -1
- package/dist/components/pages/login/styles.d.ts.map +1 -1
- package/dist/components/pages/ready/index.d.cts +9 -0
- package/dist/components/pages/ready/index.d.cts.map +1 -0
- package/dist/components/pages/ready/index.d.mts +9 -0
- package/dist/components/pages/ready/index.d.mts.map +9 -0
- package/dist/components/pages/ready/index.d.ts +1 -1
- package/dist/components/pages/ready/index.d.ts.map +1 -1
- package/dist/components/pages/welcome/index.d.cts +7 -0
- package/dist/components/pages/welcome/index.d.cts.map +1 -0
- package/dist/components/pages/welcome/index.d.mts +7 -0
- package/dist/components/pages/welcome/index.d.mts.map +7 -0
- package/dist/components/table/components/filterDropdown/index.d.cts +16 -0
- package/dist/components/table/components/filterDropdown/index.d.cts.map +1 -0
- package/dist/components/table/components/filterDropdown/index.d.mts +16 -0
- package/dist/components/table/components/filterDropdown/index.d.mts.map +16 -0
- package/dist/components/table/components/filterDropdown/index.d.ts +6 -3
- package/dist/components/table/components/filterDropdown/index.d.ts.map +1 -1
- package/dist/components/table/components/index.d.cts +3 -0
- package/dist/components/table/components/index.d.cts.map +1 -0
- package/dist/components/table/components/index.d.mts +3 -0
- package/dist/components/table/components/index.d.mts.map +3 -0
- package/dist/components/table/components/index.d.ts +1 -0
- package/dist/components/table/components/index.d.ts.map +1 -1
- package/dist/components/table/index.d.cts +2 -0
- package/dist/components/table/index.d.cts.map +1 -0
- package/dist/components/table/index.d.mts +2 -0
- package/dist/components/table/index.d.mts.map +2 -0
- package/dist/components/themedLayout/header/index.d.cts +4 -0
- package/dist/components/themedLayout/header/index.d.cts.map +1 -0
- package/dist/components/themedLayout/header/index.d.mts +4 -0
- package/dist/components/themedLayout/header/index.d.mts.map +4 -0
- package/dist/components/themedLayout/header/index.d.ts +1 -4
- package/dist/components/themedLayout/header/index.d.ts.map +1 -1
- package/dist/components/themedLayout/index.d.cts +4 -0
- package/dist/components/themedLayout/index.d.cts.map +1 -0
- package/dist/components/themedLayout/index.d.mts +4 -0
- package/dist/components/themedLayout/index.d.mts.map +4 -0
- package/dist/components/themedLayout/index.d.ts +1 -4
- package/dist/components/themedLayout/index.d.ts.map +1 -1
- package/dist/components/themedLayout/sider/index.d.cts +4 -0
- package/dist/components/themedLayout/sider/index.d.cts.map +1 -0
- package/dist/components/themedLayout/sider/index.d.mts +4 -0
- package/dist/components/themedLayout/sider/index.d.mts.map +4 -0
- package/dist/components/themedLayout/sider/index.d.ts +1 -4
- package/dist/components/themedLayout/sider/index.d.ts.map +1 -1
- package/dist/components/themedLayout/sider/styles.d.cts +3 -0
- package/dist/components/themedLayout/sider/styles.d.cts.map +1 -0
- package/dist/components/themedLayout/sider/styles.d.mts +3 -0
- package/dist/components/themedLayout/sider/styles.d.mts.map +3 -0
- package/dist/components/themedLayout/sider/styles.d.ts +1 -1
- package/dist/components/themedLayout/sider/styles.d.ts.map +1 -1
- package/dist/components/themedLayout/title/index.d.cts +4 -0
- package/dist/components/themedLayout/title/index.d.cts.map +1 -0
- package/dist/components/themedLayout/title/index.d.mts +4 -0
- package/dist/components/themedLayout/title/index.d.mts.map +4 -0
- package/dist/components/themedLayout/title/index.d.ts +1 -4
- package/dist/components/themedLayout/title/index.d.ts.map +1 -1
- package/dist/components/themedLayout/types.d.cts +6 -0
- package/dist/components/themedLayout/types.d.cts.map +1 -0
- package/dist/components/themedLayout/types.d.mts +6 -0
- package/dist/components/themedLayout/types.d.mts.map +6 -0
- package/dist/components/themedLayout/types.d.ts +4 -1
- package/dist/components/themedLayout/types.d.ts.map +1 -1
- package/dist/components/undoableNotification/index.d.cts +10 -0
- package/dist/components/undoableNotification/index.d.cts.map +1 -0
- package/dist/components/undoableNotification/index.d.mts +10 -0
- package/dist/components/undoableNotification/index.d.mts.map +10 -0
- package/dist/components/undoableNotification/index.d.ts +1 -1
- package/dist/components/undoableNotification/index.d.ts.map +1 -1
- package/dist/contexts/index.d.cts +2 -0
- package/dist/contexts/index.d.cts.map +1 -0
- package/dist/contexts/index.d.mts +2 -0
- package/dist/contexts/index.d.mts.map +2 -0
- package/dist/contexts/themedLayoutContext/IThemedLayoutContext.d.cts +8 -0
- package/dist/contexts/themedLayoutContext/IThemedLayoutContext.d.cts.map +1 -0
- package/dist/contexts/themedLayoutContext/IThemedLayoutContext.d.mts +8 -0
- package/dist/contexts/themedLayoutContext/IThemedLayoutContext.d.mts.map +8 -0
- package/dist/contexts/themedLayoutContext/IThemedLayoutContext.d.ts +1 -0
- package/dist/contexts/themedLayoutContext/IThemedLayoutContext.d.ts.map +1 -1
- package/dist/contexts/themedLayoutContext/index.d.cts +9 -0
- package/dist/contexts/themedLayoutContext/index.d.cts.map +1 -0
- package/dist/contexts/themedLayoutContext/index.d.mts +9 -0
- package/dist/contexts/themedLayoutContext/index.d.mts.map +9 -0
- package/dist/contexts/themedLayoutContext/index.d.ts +3 -2
- package/dist/contexts/themedLayoutContext/index.d.ts.map +1 -1
- package/dist/definitions/filter-mappers/index.d.cts +28 -0
- package/dist/definitions/filter-mappers/index.d.cts.map +1 -0
- package/dist/definitions/filter-mappers/index.d.mts +28 -0
- package/dist/definitions/filter-mappers/index.d.mts.map +28 -0
- package/dist/definitions/filter-mappers/index.d.ts +28 -0
- package/dist/definitions/filter-mappers/index.d.ts.map +1 -0
- package/dist/definitions/index.d.cts +5 -0
- package/dist/definitions/index.d.cts.map +1 -0
- package/dist/definitions/index.d.mts +5 -0
- package/dist/definitions/index.d.mts.map +5 -0
- package/dist/definitions/index.d.ts +1 -0
- package/dist/definitions/index.d.ts.map +1 -1
- package/dist/definitions/table/index.d.cts +13 -0
- package/dist/definitions/table/index.d.cts.map +1 -0
- package/dist/definitions/table/index.d.mts +13 -0
- package/dist/definitions/table/index.d.mts.map +13 -0
- package/dist/definitions/table/index.d.ts +2 -2
- package/dist/definitions/table/index.d.ts.map +1 -1
- package/dist/definitions/themes/index.d.cts +6 -0
- package/dist/definitions/themes/index.d.cts.map +1 -0
- package/dist/definitions/themes/index.d.mts +6 -0
- package/dist/definitions/themes/index.d.mts.map +6 -0
- package/dist/definitions/themes/index.d.ts +1 -1
- package/dist/definitions/themes/index.d.ts.map +1 -1
- package/dist/definitions/upload/index.d.cts +4 -0
- package/dist/definitions/upload/index.d.cts.map +1 -0
- package/dist/definitions/upload/index.d.mts +4 -0
- package/dist/definitions/upload/index.d.mts.map +4 -0
- package/dist/definitions/upload/index.d.ts.map +1 -1
- package/dist/hooks/drawer/index.d.cts +2 -0
- package/dist/hooks/drawer/index.d.cts.map +1 -0
- package/dist/hooks/drawer/index.d.mts +2 -0
- package/dist/hooks/drawer/index.d.mts.map +2 -0
- package/dist/hooks/drawer/index.d.ts +2 -0
- package/dist/hooks/drawer/index.d.ts.map +1 -0
- package/dist/hooks/drawer/useDrawer/index.d.cts +18 -0
- package/dist/hooks/drawer/useDrawer/index.d.cts.map +1 -0
- package/dist/hooks/drawer/useDrawer/index.d.mts +18 -0
- package/dist/hooks/drawer/useDrawer/index.d.mts.map +18 -0
- package/dist/hooks/drawer/useDrawer/index.d.ts +18 -0
- package/dist/hooks/drawer/useDrawer/index.d.ts.map +1 -0
- package/dist/hooks/fields/index.d.cts +4 -0
- package/dist/hooks/fields/index.d.cts.map +1 -0
- package/dist/hooks/fields/index.d.mts +4 -0
- package/dist/hooks/fields/index.d.mts.map +4 -0
- package/dist/hooks/fields/useCheckboxGroup/index.d.cts +28 -0
- package/dist/hooks/fields/useCheckboxGroup/index.d.cts.map +1 -0
- package/dist/hooks/fields/useCheckboxGroup/index.d.mts +28 -0
- package/dist/hooks/fields/useCheckboxGroup/index.d.mts.map +28 -0
- package/dist/hooks/fields/useCheckboxGroup/index.d.ts +5 -6
- package/dist/hooks/fields/useCheckboxGroup/index.d.ts.map +1 -1
- package/dist/hooks/fields/useRadioGroup/index.d.cts +28 -0
- package/dist/hooks/fields/useRadioGroup/index.d.cts.map +1 -0
- package/dist/hooks/fields/useRadioGroup/index.d.mts +28 -0
- package/dist/hooks/fields/useRadioGroup/index.d.mts.map +28 -0
- package/dist/hooks/fields/useRadioGroup/index.d.ts +5 -6
- package/dist/hooks/fields/useRadioGroup/index.d.ts.map +1 -1
- package/dist/hooks/fields/useSelect/index.d.cts +20 -0
- package/dist/hooks/fields/useSelect/index.d.cts.map +1 -0
- package/dist/hooks/fields/useSelect/index.d.mts +20 -0
- package/dist/hooks/fields/useSelect/index.d.mts.map +20 -0
- package/dist/hooks/fields/useSelect/index.d.ts +6 -6
- package/dist/hooks/fields/useSelect/index.d.ts.map +1 -1
- package/dist/hooks/form/index.d.cts +5 -0
- package/dist/hooks/form/index.d.cts.map +1 -0
- package/dist/hooks/form/index.d.mts +5 -0
- package/dist/hooks/form/index.d.mts.map +5 -0
- package/dist/hooks/form/useDrawerForm/index.d.cts +2 -0
- package/dist/hooks/form/useDrawerForm/index.d.cts.map +1 -0
- package/dist/hooks/form/useDrawerForm/index.d.mts +2 -0
- package/dist/hooks/form/useDrawerForm/index.d.mts.map +2 -0
- package/dist/hooks/form/useDrawerForm/useDrawerForm.d.cts +36 -0
- package/dist/hooks/form/useDrawerForm/useDrawerForm.d.cts.map +1 -0
- package/dist/hooks/form/useDrawerForm/useDrawerForm.d.mts +36 -0
- package/dist/hooks/form/useDrawerForm/useDrawerForm.d.mts.map +36 -0
- package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts +5 -6
- package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts.map +1 -1
- package/dist/hooks/form/useForm.d.cts +40 -0
- package/dist/hooks/form/useForm.d.cts.map +1 -0
- package/dist/hooks/form/useForm.d.mts +40 -0
- package/dist/hooks/form/useForm.d.mts.map +40 -0
- package/dist/hooks/form/useForm.d.ts +6 -6
- package/dist/hooks/form/useForm.d.ts.map +1 -1
- package/dist/hooks/form/useModalForm/index.d.cts +2 -0
- package/dist/hooks/form/useModalForm/index.d.cts.map +1 -0
- package/dist/hooks/form/useModalForm/index.d.mts +2 -0
- package/dist/hooks/form/useModalForm/index.d.mts.map +2 -0
- package/dist/hooks/form/useModalForm/useModalForm.d.cts +41 -0
- package/dist/hooks/form/useModalForm/useModalForm.d.cts.map +1 -0
- package/dist/hooks/form/useModalForm/useModalForm.d.mts +41 -0
- package/dist/hooks/form/useModalForm/useModalForm.d.mts.map +41 -0
- package/dist/hooks/form/useModalForm/useModalForm.d.ts +5 -6
- package/dist/hooks/form/useModalForm/useModalForm.d.ts.map +1 -1
- package/dist/hooks/form/useStepsForm/index.d.cts +2 -0
- package/dist/hooks/form/useStepsForm/index.d.cts.map +1 -0
- package/dist/hooks/form/useStepsForm/index.d.mts +2 -0
- package/dist/hooks/form/useStepsForm/index.d.mts.map +2 -0
- package/dist/hooks/form/useStepsForm/useStepsForm.d.cts +35 -0
- package/dist/hooks/form/useStepsForm/useStepsForm.d.cts.map +1 -0
- package/dist/hooks/form/useStepsForm/useStepsForm.d.mts +35 -0
- package/dist/hooks/form/useStepsForm/useStepsForm.d.mts.map +35 -0
- package/dist/hooks/form/useStepsForm/useStepsForm.d.ts +4 -4
- package/dist/hooks/form/useStepsForm/useStepsForm.d.ts.map +1 -1
- package/dist/hooks/import/index.d.cts +18 -0
- package/dist/hooks/import/index.d.cts.map +1 -0
- package/dist/hooks/import/index.d.mts +18 -0
- package/dist/hooks/import/index.d.mts.map +18 -0
- package/dist/hooks/import/index.d.ts +3 -3
- package/dist/hooks/import/index.d.ts.map +1 -1
- package/dist/hooks/index.d.cts +11 -0
- package/dist/hooks/index.d.cts.map +1 -0
- package/dist/hooks/index.d.mts +11 -0
- package/dist/hooks/index.d.mts.map +11 -0
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/modal/index.d.cts +2 -0
- package/dist/hooks/modal/index.d.cts.map +1 -0
- package/dist/hooks/modal/index.d.mts +2 -0
- package/dist/hooks/modal/index.d.mts.map +2 -0
- package/dist/hooks/modal/useModal/index.d.cts +18 -0
- package/dist/hooks/modal/useModal/index.d.cts.map +1 -0
- package/dist/hooks/modal/useModal/index.d.mts +18 -0
- package/dist/hooks/modal/useModal/index.d.mts.map +18 -0
- 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/index.d.cts +3 -0
- package/dist/hooks/table/index.d.cts.map +1 -0
- package/dist/hooks/table/index.d.mts +3 -0
- package/dist/hooks/table/index.d.mts.map +3 -0
- package/dist/hooks/table/useEditableTable/index.d.cts +2 -0
- package/dist/hooks/table/useEditableTable/index.d.cts.map +1 -0
- package/dist/hooks/table/useEditableTable/index.d.mts +2 -0
- package/dist/hooks/table/useEditableTable/index.d.mts.map +2 -0
- package/dist/hooks/table/useEditableTable/useEditableTable.d.cts +40 -0
- package/dist/hooks/table/useEditableTable/useEditableTable.d.cts.map +1 -0
- package/dist/hooks/table/useEditableTable/useEditableTable.d.mts +40 -0
- package/dist/hooks/table/useEditableTable/useEditableTable.d.mts.map +40 -0
- package/dist/hooks/table/useEditableTable/useEditableTable.d.ts +4 -4
- package/dist/hooks/table/useEditableTable/useEditableTable.d.ts.map +1 -1
- package/dist/hooks/table/useTable/index.d.cts +2 -0
- package/dist/hooks/table/useTable/index.d.cts.map +1 -0
- package/dist/hooks/table/useTable/index.d.mts +2 -0
- package/dist/hooks/table/useTable/index.d.mts.map +2 -0
- package/dist/hooks/table/useTable/paginationLink.d.cts +8 -0
- package/dist/hooks/table/useTable/paginationLink.d.cts.map +1 -0
- package/dist/hooks/table/useTable/paginationLink.d.mts +8 -0
- package/dist/hooks/table/useTable/paginationLink.d.mts.map +8 -0
- package/dist/hooks/table/useTable/paginationLink.d.ts +1 -1
- package/dist/hooks/table/useTable/paginationLink.d.ts.map +1 -1
- package/dist/hooks/table/useTable/useTable.d.cts +24 -0
- package/dist/hooks/table/useTable/useTable.d.cts.map +1 -0
- package/dist/hooks/table/useTable/useTable.d.mts +24 -0
- package/dist/hooks/table/useTable/useTable.d.mts.map +24 -0
- package/dist/hooks/table/useTable/useTable.d.ts +3 -3
- package/dist/hooks/table/useTable/useTable.d.ts.map +1 -1
- package/dist/hooks/useFileUploadState/index.d.cts +7 -0
- package/dist/hooks/useFileUploadState/index.d.cts.map +1 -0
- package/dist/hooks/useFileUploadState/index.d.mts +7 -0
- package/dist/hooks/useFileUploadState/index.d.mts.map +7 -0
- 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.cts +11 -0
- package/dist/hooks/useSiderVisible/index.d.cts.map +1 -0
- package/dist/hooks/useSiderVisible/index.d.mts +11 -0
- package/dist/hooks/useSiderVisible/index.d.mts.map +11 -0
- package/dist/hooks/useSimpleList/index.d.cts.map +1 -0
- package/dist/hooks/useSimpleList/index.d.mts +2 -0
- package/dist/hooks/useSimpleList/index.d.mts.map +2 -0
- package/dist/hooks/useSimpleList/index.d.ts +2 -0
- package/dist/hooks/useSimpleList/index.d.ts.map +1 -0
- package/dist/hooks/useSimpleList/useSimpleList.d.cts +24 -0
- package/dist/hooks/useSimpleList/useSimpleList.d.cts.map +1 -0
- package/dist/hooks/useSimpleList/useSimpleList.d.mts +24 -0
- package/dist/hooks/useSimpleList/useSimpleList.d.mts.map +24 -0
- package/dist/hooks/{list/useSimpleList → useSimpleList}/useSimpleList.d.ts +5 -5
- package/dist/hooks/useSimpleList/useSimpleList.d.ts.map +1 -0
- package/dist/hooks/useThemedLayoutContext/index.d.cts +4 -0
- package/dist/hooks/useThemedLayoutContext/index.d.cts.map +1 -0
- package/dist/hooks/useThemedLayoutContext/index.d.mts +4 -0
- package/dist/hooks/useThemedLayoutContext/index.d.mts.map +4 -0
- package/dist/hooks/useThemedLayoutContext/index.d.ts +1 -1
- package/dist/hooks/useThemedLayoutContext/index.d.ts.map +1 -1
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +9 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +9 -0
- package/dist/index.d.mts.map +9 -0
- package/dist/index.d.ts +8 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -0
- package/dist/interfaces/field.d.cts +4 -0
- package/dist/interfaces/field.d.cts.map +1 -0
- package/dist/interfaces/field.d.mts +4 -0
- package/dist/interfaces/field.d.mts.map +4 -0
- package/dist/interfaces/index.d.cts +11 -0
- package/dist/interfaces/index.d.cts.map +1 -0
- package/dist/interfaces/index.d.mts +11 -0
- package/dist/interfaces/index.d.mts.map +11 -0
- package/dist/interfaces/index.d.ts +0 -8
- package/dist/interfaces/index.d.ts.map +1 -1
- package/dist/interfaces/upload.d.cts +10 -0
- package/dist/interfaces/upload.d.cts.map +1 -0
- package/dist/interfaces/upload.d.mts +10 -0
- package/dist/interfaces/upload.d.mts.map +10 -0
- package/dist/providers/index.d.cts +2 -0
- package/dist/providers/index.d.cts.map +1 -0
- package/dist/providers/index.d.mts +2 -0
- package/dist/providers/index.d.mts.map +2 -0
- package/dist/providers/notificationProvider/index.d.cts +3 -0
- package/dist/providers/notificationProvider/index.d.cts.map +1 -0
- package/dist/providers/notificationProvider/index.d.mts +3 -0
- package/dist/providers/notificationProvider/index.d.mts.map +3 -0
- package/dist/providers/notificationProvider/index.d.ts +1 -6
- package/dist/providers/notificationProvider/index.d.ts.map +1 -1
- package/package.json +61 -39
- package/refine.config.js +13 -13
- package/src/components/autoSaveIndicator/index.tsx +8 -8
- package/src/components/breadcrumb/index.tsx +10 -23
- package/src/components/buttons/clone/index.tsx +18 -67
- package/src/components/buttons/create/index.tsx +19 -66
- package/src/components/buttons/delete/index.tsx +37 -93
- package/src/components/buttons/edit/index.tsx +18 -68
- package/src/components/buttons/export/index.tsx +4 -4
- package/src/components/buttons/import/index.tsx +8 -4
- package/src/components/buttons/list/index.tsx +17 -87
- package/src/components/buttons/refresh/index.tsx +9 -42
- package/src/components/buttons/save/index.tsx +4 -4
- package/src/components/buttons/show/index.tsx +18 -67
- package/src/components/buttons/types.ts +2 -2
- package/src/components/crud/create/index.tsx +10 -26
- package/src/components/crud/edit/index.tsx +18 -38
- package/src/components/crud/list/index.tsx +10 -22
- package/src/components/crud/show/index.tsx +23 -38
- package/src/components/crud/types.ts +4 -4
- package/src/components/fields/boolean/index.tsx +1 -1
- package/src/components/fields/date/index.tsx +6 -4
- package/src/components/fields/email/index.tsx +1 -1
- package/src/components/fields/file/index.tsx +1 -1
- package/src/components/fields/image/index.tsx +1 -1
- package/src/components/fields/markdown/index.tsx +1 -1
- package/src/components/fields/number/index.tsx +1 -1
- package/src/components/fields/tag/index.tsx +1 -1
- package/src/components/fields/text/index.tsx +1 -1
- package/src/components/fields/types.ts +8 -8
- package/src/components/fields/url/index.tsx +1 -1
- package/src/components/index.ts +0 -13
- package/src/components/pageHeader/index.tsx +12 -9
- package/src/components/pages/auth/components/forgotPassword/index.tsx +36 -28
- package/src/components/pages/auth/components/login/index.tsx +37 -28
- package/src/components/pages/auth/components/register/index.tsx +58 -34
- package/src/components/pages/auth/components/styles.ts +1 -1
- package/src/components/pages/auth/components/updatePassword/index.tsx +30 -17
- package/src/components/pages/auth/index.tsx +2 -2
- package/src/components/pages/error/index.tsx +5 -16
- package/src/components/pages/login/index.tsx +9 -7
- package/src/components/pages/login/styles.ts +1 -1
- package/src/components/pages/ready/index.tsx +1 -1
- package/src/components/table/components/filterDropdown/index.tsx +26 -30
- package/src/components/table/components/index.ts +1 -0
- package/src/components/themedLayout/header/index.tsx +22 -20
- package/src/components/themedLayout/index.tsx +27 -21
- package/src/components/themedLayout/sider/index.tsx +142 -139
- package/src/components/themedLayout/sider/styles.ts +3 -3
- package/src/components/themedLayout/title/index.tsx +13 -37
- package/src/components/themedLayout/types.ts +5 -1
- package/src/components/undoableNotification/index.tsx +1 -1
- package/src/contexts/themedLayoutContext/IThemedLayoutContext.ts +1 -0
- package/src/contexts/themedLayoutContext/index.tsx +12 -4
- package/src/definitions/filter-mappers/index.ts +56 -0
- package/src/definitions/index.ts +1 -0
- package/src/definitions/table/index.ts +7 -7
- package/src/definitions/themes/index.ts +1 -1
- package/src/hooks/drawer/index.ts +1 -0
- package/src/hooks/drawer/useDrawer/index.tsx +39 -0
- package/src/hooks/fields/useCheckboxGroup/index.ts +16 -23
- package/src/hooks/fields/useRadioGroup/index.ts +16 -23
- package/src/hooks/fields/useSelect/index.ts +20 -15
- package/src/hooks/form/useDrawerForm/useDrawerForm.ts +22 -17
- package/src/hooks/form/useForm.ts +38 -28
- package/src/hooks/form/useModalForm/useModalForm.ts +17 -19
- package/src/hooks/form/useStepsForm/useStepsForm.ts +4 -4
- package/src/hooks/import/index.tsx +13 -12
- package/src/hooks/index.ts +2 -1
- package/src/hooks/modal/useModal/index.tsx +2 -2
- package/src/hooks/table/useEditableTable/useEditableTable.ts +17 -8
- package/src/hooks/table/useTable/paginationLink.tsx +4 -8
- package/src/hooks/table/useTable/useTable.ts +62 -52
- package/src/hooks/useFileUploadState/index.ts +1 -1
- package/src/hooks/{list/useSimpleList → useSimpleList}/useSimpleList.ts +28 -50
- package/src/hooks/useThemedLayoutContext/index.ts +2 -2
- package/src/index.tsx +8 -7
- package/src/interfaces/index.ts +0 -11
- package/src/providers/notificationProvider/index.tsx +1 -45
- package/src/types/sunflower.d.ts +2 -2
- package/tsconfig.json +1 -1
- package/coverage/clover.xml +0 -2005
- package/coverage/coverage-final.json +0 -1
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -1331
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov-report/src/components/breadcrumb/index.html +0 -116
- package/coverage/lcov-report/src/components/breadcrumb/index.tsx.html +0 -325
- package/coverage/lcov-report/src/components/buttons/clone/index.html +0 -116
- package/coverage/lcov-report/src/components/buttons/clone/index.tsx.html +0 -397
- package/coverage/lcov-report/src/components/buttons/create/index.html +0 -116
- package/coverage/lcov-report/src/components/buttons/create/index.tsx.html +0 -397
- package/coverage/lcov-report/src/components/buttons/delete/index.html +0 -116
- package/coverage/lcov-report/src/components/buttons/delete/index.tsx.html +0 -463
- package/coverage/lcov-report/src/components/buttons/edit/index.html +0 -116
- package/coverage/lcov-report/src/components/buttons/edit/index.tsx.html +0 -400
- package/coverage/lcov-report/src/components/buttons/export/index.html +0 -116
- package/coverage/lcov-report/src/components/buttons/export/index.tsx.html +0 -181
- package/coverage/lcov-report/src/components/buttons/import/index.html +0 -116
- package/coverage/lcov-report/src/components/buttons/import/index.tsx.html +0 -193
- package/coverage/lcov-report/src/components/buttons/index.html +0 -116
- package/coverage/lcov-report/src/components/buttons/index.ts.html +0 -118
- package/coverage/lcov-report/src/components/buttons/list/index.html +0 -116
- package/coverage/lcov-report/src/components/buttons/list/index.tsx.html +0 -451
- package/coverage/lcov-report/src/components/buttons/refresh/index.html +0 -116
- package/coverage/lcov-report/src/components/buttons/refresh/index.tsx.html +0 -268
- package/coverage/lcov-report/src/components/buttons/save/index.html +0 -116
- package/coverage/lcov-report/src/components/buttons/save/index.tsx.html +0 -181
- package/coverage/lcov-report/src/components/buttons/show/index.html +0 -116
- package/coverage/lcov-report/src/components/buttons/show/index.tsx.html +0 -397
- package/coverage/lcov-report/src/components/crud/create/index.html +0 -116
- package/coverage/lcov-report/src/components/crud/create/index.tsx.html +0 -514
- package/coverage/lcov-report/src/components/crud/edit/index.html +0 -116
- package/coverage/lcov-report/src/components/crud/edit/index.tsx.html +0 -766
- package/coverage/lcov-report/src/components/crud/index.html +0 -116
- package/coverage/lcov-report/src/components/crud/index.ts.html +0 -103
- package/coverage/lcov-report/src/components/crud/list/index.html +0 -116
- package/coverage/lcov-report/src/components/crud/list/index.tsx.html +0 -424
- package/coverage/lcov-report/src/components/crud/show/index.html +0 -116
- package/coverage/lcov-report/src/components/crud/show/index.tsx.html +0 -724
- package/coverage/lcov-report/src/components/fields/boolean/index.html +0 -116
- package/coverage/lcov-report/src/components/fields/boolean/index.tsx.html +0 -163
- package/coverage/lcov-report/src/components/fields/date/index.html +0 -116
- package/coverage/lcov-report/src/components/fields/date/index.tsx.html +0 -184
- package/coverage/lcov-report/src/components/fields/email/index.html +0 -116
- package/coverage/lcov-report/src/components/fields/email/index.tsx.html +0 -145
- package/coverage/lcov-report/src/components/fields/file/index.html +0 -116
- package/coverage/lcov-report/src/components/fields/file/index.tsx.html +0 -148
- package/coverage/lcov-report/src/components/fields/image/index.html +0 -116
- package/coverage/lcov-report/src/components/fields/image/index.tsx.html +0 -136
- package/coverage/lcov-report/src/components/fields/index.html +0 -116
- package/coverage/lcov-report/src/components/fields/index.ts.html +0 -118
- package/coverage/lcov-report/src/components/fields/markdown/index.html +0 -116
- package/coverage/lcov-report/src/components/fields/markdown/index.tsx.html +0 -133
- package/coverage/lcov-report/src/components/fields/number/index.html +0 -116
- package/coverage/lcov-report/src/components/fields/number/index.tsx.html +0 -193
- package/coverage/lcov-report/src/components/fields/tag/index.html +0 -116
- package/coverage/lcov-report/src/components/fields/tag/index.tsx.html +0 -124
- package/coverage/lcov-report/src/components/fields/text/index.html +0 -116
- package/coverage/lcov-report/src/components/fields/text/index.tsx.html +0 -130
- package/coverage/lcov-report/src/components/fields/url/index.html +0 -116
- package/coverage/lcov-report/src/components/fields/url/index.tsx.html +0 -157
- package/coverage/lcov-report/src/components/index.html +0 -116
- package/coverage/lcov-report/src/components/index.ts.html +0 -163
- package/coverage/lcov-report/src/components/layout/header/index.html +0 -116
- package/coverage/lcov-report/src/components/layout/header/index.tsx.html +0 -190
- package/coverage/lcov-report/src/components/layout/index.html +0 -116
- package/coverage/lcov-report/src/components/layout/index.tsx.html +0 -220
- package/coverage/lcov-report/src/components/layout/sider/index.html +0 -131
- package/coverage/lcov-report/src/components/layout/sider/index.tsx.html +0 -928
- package/coverage/lcov-report/src/components/layout/sider/styles.ts.html +0 -112
- package/coverage/lcov-report/src/components/layout/title/index.html +0 -116
- package/coverage/lcov-report/src/components/layout/title/index.tsx.html +0 -229
- package/coverage/lcov-report/src/components/pageHeader/index.html +0 -116
- package/coverage/lcov-report/src/components/pageHeader/index.tsx.html +0 -241
- package/coverage/lcov-report/src/components/pages/auth/components/forgotPassword/index.html +0 -116
- package/coverage/lcov-report/src/components/pages/auth/components/forgotPassword/index.tsx.html +0 -727
- package/coverage/lcov-report/src/components/pages/auth/components/index.html +0 -131
- package/coverage/lcov-report/src/components/pages/auth/components/index.tsx.html +0 -97
- package/coverage/lcov-report/src/components/pages/auth/components/login/index.html +0 -116
- package/coverage/lcov-report/src/components/pages/auth/components/login/index.tsx.html +0 -958
- package/coverage/lcov-report/src/components/pages/auth/components/register/index.html +0 -116
- package/coverage/lcov-report/src/components/pages/auth/components/register/index.tsx.html +0 -874
- package/coverage/lcov-report/src/components/pages/auth/components/styles.ts.html +0 -175
- package/coverage/lcov-report/src/components/pages/auth/components/updatePassword/index.html +0 -116
- package/coverage/lcov-report/src/components/pages/auth/components/updatePassword/index.tsx.html +0 -694
- package/coverage/lcov-report/src/components/pages/auth/index.html +0 -116
- package/coverage/lcov-report/src/components/pages/auth/index.tsx.html +0 -208
- package/coverage/lcov-report/src/components/pages/error/index.html +0 -116
- package/coverage/lcov-report/src/components/pages/error/index.tsx.html +0 -316
- package/coverage/lcov-report/src/components/pages/index.html +0 -116
- package/coverage/lcov-report/src/components/pages/index.tsx.html +0 -103
- package/coverage/lcov-report/src/components/pages/login/index.html +0 -131
- package/coverage/lcov-report/src/components/pages/login/index.tsx.html +0 -601
- package/coverage/lcov-report/src/components/pages/login/styles.ts.html +0 -160
- package/coverage/lcov-report/src/components/pages/ready/index.html +0 -116
- package/coverage/lcov-report/src/components/pages/ready/index.tsx.html +0 -373
- package/coverage/lcov-report/src/components/pages/welcome/index.html +0 -116
- package/coverage/lcov-report/src/components/pages/welcome/index.tsx.html +0 -115
- package/coverage/lcov-report/src/components/table/components/filterDropdown/index.html +0 -116
- package/coverage/lcov-report/src/components/table/components/filterDropdown/index.tsx.html +0 -421
- package/coverage/lcov-report/src/components/table/components/index.html +0 -116
- package/coverage/lcov-report/src/components/table/components/index.ts.html +0 -88
- package/coverage/lcov-report/src/components/table/index.html +0 -116
- package/coverage/lcov-report/src/components/table/index.ts.html +0 -88
- package/coverage/lcov-report/src/components/themedLayout/header/index.html +0 -116
- package/coverage/lcov-report/src/components/themedLayout/header/index.tsx.html +0 -226
- package/coverage/lcov-report/src/components/themedLayout/index.html +0 -116
- package/coverage/lcov-report/src/components/themedLayout/index.tsx.html +0 -217
- package/coverage/lcov-report/src/components/themedLayout/sider/index.html +0 -131
- package/coverage/lcov-report/src/components/themedLayout/sider/index.tsx.html +0 -1045
- package/coverage/lcov-report/src/components/themedLayout/sider/styles.ts.html +0 -112
- package/coverage/lcov-report/src/components/themedLayout/title/index.html +0 -116
- package/coverage/lcov-report/src/components/themedLayout/title/index.tsx.html +0 -349
- package/coverage/lcov-report/src/components/themedLayoutV2/header/index.html +0 -116
- package/coverage/lcov-report/src/components/themedLayoutV2/header/index.tsx.html +0 -256
- package/coverage/lcov-report/src/components/themedLayoutV2/index.html +0 -116
- package/coverage/lcov-report/src/components/themedLayoutV2/index.tsx.html +0 -226
- package/coverage/lcov-report/src/components/themedLayoutV2/sider/index.html +0 -131
- package/coverage/lcov-report/src/components/themedLayoutV2/sider/index.tsx.html +0 -1132
- package/coverage/lcov-report/src/components/themedLayoutV2/sider/styles.ts.html +0 -112
- package/coverage/lcov-report/src/components/themedLayoutV2/title/index.html +0 -116
- package/coverage/lcov-report/src/components/themedLayoutV2/title/index.tsx.html +0 -340
- package/coverage/lcov-report/src/components/undoableNotification/index.html +0 -116
- package/coverage/lcov-report/src/components/undoableNotification/index.tsx.html +0 -223
- package/coverage/lcov-report/src/contexts/index.html +0 -116
- package/coverage/lcov-report/src/contexts/index.ts.html +0 -97
- package/coverage/lcov-report/src/contexts/themedLayoutContext/index.html +0 -116
- package/coverage/lcov-report/src/contexts/themedLayoutContext/index.tsx.html +0 -178
- package/coverage/lcov-report/src/definitions/table/index.html +0 -116
- package/coverage/lcov-report/src/definitions/table/index.ts.html +0 -424
- package/coverage/lcov-report/src/definitions/upload/index.html +0 -116
- package/coverage/lcov-report/src/definitions/upload/index.ts.html +0 -172
- package/coverage/lcov-report/src/hooks/fields/index.html +0 -116
- package/coverage/lcov-report/src/hooks/fields/index.ts.html +0 -94
- package/coverage/lcov-report/src/hooks/fields/useCheckboxGroup/index.html +0 -116
- package/coverage/lcov-report/src/hooks/fields/useCheckboxGroup/index.ts.html +0 -361
- package/coverage/lcov-report/src/hooks/fields/useRadioGroup/index.html +0 -116
- package/coverage/lcov-report/src/hooks/fields/useRadioGroup/index.ts.html +0 -361
- package/coverage/lcov-report/src/hooks/fields/useSelect/index.html +0 -116
- package/coverage/lcov-report/src/hooks/fields/useSelect/index.ts.html +0 -238
- package/coverage/lcov-report/src/hooks/form/index.html +0 -131
- package/coverage/lcov-report/src/hooks/form/index.ts.html +0 -136
- package/coverage/lcov-report/src/hooks/form/useDrawerForm/index.html +0 -131
- package/coverage/lcov-report/src/hooks/form/useDrawerForm/index.ts.html +0 -103
- package/coverage/lcov-report/src/hooks/form/useDrawerForm/useDrawerForm.ts.html +0 -964
- package/coverage/lcov-report/src/hooks/form/useForm.ts.html +0 -718
- package/coverage/lcov-report/src/hooks/form/useModalForm/index.html +0 -131
- package/coverage/lcov-report/src/hooks/form/useModalForm/index.ts.html +0 -100
- package/coverage/lcov-report/src/hooks/form/useModalForm/useModalForm.ts.html +0 -1090
- package/coverage/lcov-report/src/hooks/form/useStepsForm/index.html +0 -131
- package/coverage/lcov-report/src/hooks/form/useStepsForm/index.ts.html +0 -100
- package/coverage/lcov-report/src/hooks/form/useStepsForm/useStepsForm.ts.html +0 -517
- package/coverage/lcov-report/src/hooks/import/index.html +0 -116
- package/coverage/lcov-report/src/hooks/import/index.tsx.html +0 -487
- package/coverage/lcov-report/src/hooks/index.html +0 -116
- package/coverage/lcov-report/src/hooks/index.ts.html +0 -109
- package/coverage/lcov-report/src/hooks/list/index.html +0 -116
- package/coverage/lcov-report/src/hooks/list/index.ts.html +0 -88
- package/coverage/lcov-report/src/hooks/list/useSimpleList/index.html +0 -131
- package/coverage/lcov-report/src/hooks/list/useSimpleList/index.ts.html +0 -88
- package/coverage/lcov-report/src/hooks/list/useSimpleList/useSimpleList.ts.html +0 -775
- package/coverage/lcov-report/src/hooks/modal/index.html +0 -116
- package/coverage/lcov-report/src/hooks/modal/index.ts.html +0 -88
- package/coverage/lcov-report/src/hooks/modal/useModal/index.html +0 -116
- package/coverage/lcov-report/src/hooks/modal/useModal/index.tsx.html +0 -214
- package/coverage/lcov-report/src/hooks/table/index.html +0 -116
- package/coverage/lcov-report/src/hooks/table/index.ts.html +0 -91
- package/coverage/lcov-report/src/hooks/table/useEditableTable/index.html +0 -131
- package/coverage/lcov-report/src/hooks/table/useEditableTable/index.ts.html +0 -88
- package/coverage/lcov-report/src/hooks/table/useEditableTable/useEditableTable.ts.html +0 -466
- package/coverage/lcov-report/src/hooks/table/useTable/index.html +0 -146
- package/coverage/lcov-report/src/hooks/table/useTable/index.ts.html +0 -88
- package/coverage/lcov-report/src/hooks/table/useTable/paginationLink.tsx.html +0 -166
- package/coverage/lcov-report/src/hooks/table/useTable/useTable.ts.html +0 -889
- package/coverage/lcov-report/src/hooks/useFileUploadState/index.html +0 -116
- package/coverage/lcov-report/src/hooks/useFileUploadState/index.ts.html +0 -187
- package/coverage/lcov-report/src/hooks/useSiderVisible/index.html +0 -116
- package/coverage/lcov-report/src/hooks/useSiderVisible/index.ts.html +0 -151
- package/coverage/lcov-report/src/providers/notificationProvider/index.html +0 -116
- package/coverage/lcov-report/src/providers/notificationProvider/index.tsx.html +0 -208
- package/coverage/lcov.info +0 -5292
- package/dist/components/layout/header/index.d.ts +0 -4
- package/dist/components/layout/header/index.d.ts.map +0 -1
- package/dist/components/layout/index.d.ts +0 -8
- package/dist/components/layout/index.d.ts.map +0 -1
- package/dist/components/layout/sider/index.d.ts +0 -4
- package/dist/components/layout/sider/index.d.ts.map +0 -1
- package/dist/components/layout/sider/styles.d.ts +0 -3
- package/dist/components/layout/sider/styles.d.ts.map +0 -1
- package/dist/components/layout/title/index.d.ts +0 -4
- package/dist/components/layout/title/index.d.ts.map +0 -1
- package/dist/components/layout/types.d.ts +0 -3
- package/dist/components/layout/types.d.ts.map +0 -1
- package/dist/components/themedLayoutV2/header/index.d.ts +0 -4
- package/dist/components/themedLayoutV2/header/index.d.ts.map +0 -1
- package/dist/components/themedLayoutV2/index.d.ts +0 -4
- package/dist/components/themedLayoutV2/index.d.ts.map +0 -1
- package/dist/components/themedLayoutV2/sider/index.d.ts +0 -4
- package/dist/components/themedLayoutV2/sider/index.d.ts.map +0 -1
- package/dist/components/themedLayoutV2/sider/styles.d.ts +0 -3
- package/dist/components/themedLayoutV2/sider/styles.d.ts.map +0 -1
- package/dist/components/themedLayoutV2/title/index.d.ts +0 -4
- package/dist/components/themedLayoutV2/title/index.d.ts.map +0 -1
- package/dist/components/themedLayoutV2/types.d.ts +0 -6
- package/dist/components/themedLayoutV2/types.d.ts.map +0 -1
- package/dist/esm/index.js +0 -3
- package/dist/esm/index.js.map +0 -1
- package/dist/hooks/list/index.d.ts +0 -2
- package/dist/hooks/list/index.d.ts.map +0 -1
- package/dist/hooks/list/useSimpleList/index.d.ts.map +0 -1
- package/dist/hooks/list/useSimpleList/useSimpleList.d.ts.map +0 -1
- package/dist/iife/index.js +0 -72
- package/dist/iife/index.js.map +0 -1
- package/dist/index.js +0 -3
- package/dist/index.js.map +0 -1
- package/src/components/layout/header/index.tsx +0 -34
- package/src/components/layout/index.tsx +0 -45
- package/src/components/layout/sider/index.tsx +0 -271
- package/src/components/layout/sider/styles.ts +0 -9
- package/src/components/layout/title/index.tsx +0 -48
- package/src/components/layout/types.ts +0 -11
- package/src/components/themedLayoutV2/header/index.tsx +0 -52
- package/src/components/themedLayoutV2/index.tsx +0 -46
- package/src/components/themedLayoutV2/sider/index.tsx +0 -346
- package/src/components/themedLayoutV2/sider/styles.ts +0 -9
- package/src/components/themedLayoutV2/title/index.tsx +0 -83
- package/src/components/themedLayoutV2/types.ts +0 -17
- package/src/hooks/list/index.ts +0 -1
- /package/dist/hooks/{list/useSimpleList/index.d.ts → useSimpleList/index.d.cts} +0 -0
- /package/src/hooks/{list/useSimpleList → useSimpleList}/index.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,769 @@
|
|
|
1
1
|
# @refinedev/antd
|
|
2
2
|
|
|
3
|
+
## 6.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#6972](https://github.com/refinedev/refine/pull/6972) [`535707a5653045352ca2fcfa78fb45ebbb852b6a`](https://github.com/refinedev/refine/commit/535707a5653045352ca2fcfa78fb45ebbb852b6a) Thanks [@erenkurnaz](https://github.com/erenkurnaz)! - chore: dummy update
|
|
8
|
+
|
|
9
|
+
## 6.0.0
|
|
10
|
+
|
|
11
|
+
### Major Changes
|
|
12
|
+
|
|
13
|
+
- [#6945](https://github.com/refinedev/refine/pull/6945) [`44a8c7663c42a2aa91074c33294e9d6a88d9ba98`](https://github.com/refinedev/refine/commit/44a8c7663c42a2aa91074c33294e9d6a88d9ba98) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - feat: upgrade Ant Design integration for Refine 5.0
|
|
14
|
+
|
|
15
|
+
- Updated to latest Ant Design version with deprecated API cleanup and modernized components.
|
|
16
|
+
- Removed legacy components and restructured hooks and componetns for better developer experience.
|
|
17
|
+
|
|
18
|
+
> 🚨 Breaking changes require migration - check our guide at https://refine.dev/docs/migration-guide/4x-to-5x/
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [[`44a8c7663c42a2aa91074c33294e9d6a88d9ba98`](https://github.com/refinedev/refine/commit/44a8c7663c42a2aa91074c33294e9d6a88d9ba98), [`807099eecb4e8d41b1cf9ab557d71d34d12bec35`](https://github.com/refinedev/refine/commit/807099eecb4e8d41b1cf9ab557d71d34d12bec35), [`44a8c7663c42a2aa91074c33294e9d6a88d9ba98`](https://github.com/refinedev/refine/commit/44a8c7663c42a2aa91074c33294e9d6a88d9ba98)]:
|
|
23
|
+
- @refinedev/ui-types@2.0.0
|
|
24
|
+
- @refinedev/core@5.0.0
|
|
25
|
+
|
|
26
|
+
## 5.47.0
|
|
27
|
+
|
|
28
|
+
### Minor Changes
|
|
29
|
+
|
|
30
|
+
- [#6880](https://github.com/refinedev/refine/pull/6880) [`2b4c2082b2e07f6c5afa514c4beeb7abc4082ea2`](https://github.com/refinedev/refine/commit/2b4c2082b2e07f6c5afa514c4beeb7abc4082ea2) Thanks [@arndom](https://github.com/arndom)! - - Add `siderItemsAreCollapsed` prop to all `Sider` components to set default expanded/collapsed nested sider items.
|
|
31
|
+
|
|
32
|
+
- UI packages: AntDesign, Manitine, Charka-UI, Material-UI
|
|
33
|
+
- Add documentation for this addition
|
|
34
|
+
|
|
35
|
+
[Resolves #6721](https://github.com/refinedev/refine/issues/6721)
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- [#6958](https://github.com/refinedev/refine/pull/6958) [`b447eb36f4e18da63493a1cbd7ad0792eea792e3`](https://github.com/refinedev/refine/commit/b447eb36f4e18da63493a1cbd7ad0792eea792e3) Thanks [@arndom](https://github.com/arndom)! - - Export `useDrawer`out of antd package.
|
|
40
|
+
|
|
41
|
+
[Resolves #6944](https://github.com/refinedev/refine/issues/6944)
|
|
42
|
+
|
|
43
|
+
## 5.46.3
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- [#6892](https://github.com/refinedev/refine/pull/6892) [`5c77cf157afdfa4406bb5832474a9d1637d5f033`](https://github.com/refinedev/refine/commit/5c77cf157afdfa4406bb5832474a9d1637d5f033) Thanks [@arndom](https://github.com/arndom)! - - Add `useDrawer` hook.
|
|
48
|
+
|
|
49
|
+
- Refactor `useDrawerForm` to use `useDrawer`.
|
|
50
|
+
|
|
51
|
+
[Resolves #6770](https://github.com/refinedev/refine/issues/6770)
|
|
52
|
+
|
|
53
|
+
## 5.46.2
|
|
54
|
+
|
|
55
|
+
### Patch Changes
|
|
56
|
+
|
|
57
|
+
- [#6835](https://github.com/refinedev/refine/pull/6835) [`e78213ff7fdcace9bac455861123299bfdab4452`](https://github.com/refinedev/refine/commit/e78213ff7fdcace9bac455861123299bfdab4452) Thanks [@amulyavarshney](https://github.com/amulyavarshney)! - feat: add `autoResetFormWhenClose` option to `useModalForm` hook
|
|
58
|
+
|
|
59
|
+
Added `autoResetFormWhenClose` prop to reset form when modal closes. Default is `true`.
|
|
60
|
+
|
|
61
|
+
## 5.46.1
|
|
62
|
+
|
|
63
|
+
### Patch Changes
|
|
64
|
+
|
|
65
|
+
📢 **Refine Community Release** 📢
|
|
66
|
+
|
|
67
|
+
- Fixes event handler issue in ImportButton, ensuring Tooltip works correctly.
|
|
68
|
+
Fixes #6631.
|
|
69
|
+
|
|
70
|
+
📢 **Refine Community Release** 📢
|
|
71
|
+
|
|
72
|
+
- - Add `deleteButtonProps` prop to the `Show` component of UI packages: AntDesign, Manitine, Charka-UI, Material-UI
|
|
73
|
+
- Add documentation for this addition
|
|
74
|
+
|
|
75
|
+
[Resolves #6692](https://github.com/refinedev/refine/issues/6692)
|
|
76
|
+
|
|
77
|
+
- Updated dependencies []:
|
|
78
|
+
- @refinedev/ui-types@1.24.2
|
|
79
|
+
|
|
80
|
+
## 5.46.0
|
|
81
|
+
|
|
82
|
+
### Minor Changes
|
|
83
|
+
|
|
84
|
+
⚡ **Refine Enterprise Release** ⚡
|
|
85
|
+
|
|
86
|
+
- [#6699](https://github.com/refinedev/refine/pull/6699) [`cd938b04cb004b61174d65811467469abaf2db3f`](https://github.com/refinedev/refine/commit/cd938b04cb004b61174d65811467469abaf2db3f) Thanks [@arndom](https://github.com/arndom)! - - Add `deleteButtonProps` prop to the `Show` component of UI packages: AntDesign, Manitine, Charka-UI, Material-UI
|
|
87
|
+
|
|
88
|
+
- Add documenation for this addition
|
|
89
|
+
|
|
90
|
+
[Resolves #6692](https://github.com/refinedev/refine/issues/6692)
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
⚡ **Refine Enterprise Release** ⚡
|
|
95
|
+
|
|
96
|
+
- [#6701](https://github.com/refinedev/refine/pull/6701) [`b72c7ce83133011fa96bb81d660fbb2c23ab8acc`](https://github.com/refinedev/refine/commit/b72c7ce83133011fa96bb81d660fbb2c23ab8acc) Thanks [@mohit-2003](https://github.com/mohit-2003)! - Fixes event handler issue in ImportButton, ensuring Tooltip works correctly.
|
|
97
|
+
Fixes #6631.
|
|
98
|
+
- Updated dependencies [[`cd938b04cb004b61174d65811467469abaf2db3f`](https://github.com/refinedev/refine/commit/cd938b04cb004b61174d65811467469abaf2db3f)]:
|
|
99
|
+
- @refinedev/ui-types@1.24.0
|
|
100
|
+
|
|
101
|
+
## 5.45.3
|
|
102
|
+
|
|
103
|
+
### Patch Changes
|
|
104
|
+
|
|
105
|
+
📢 **Refine Community Release** 📢
|
|
106
|
+
|
|
107
|
+
- fix(types): remove path aliases from type imports
|
|
108
|
+
|
|
109
|
+
Since typescript doesn't resolve and replace path aliases, using them for the type imports will cause `d.ts` files to reference unresolvable paths and types.
|
|
110
|
+
|
|
111
|
+
While this doesn't break everything, it breaks the types in places where the path aliases are used for type imports.
|
|
112
|
+
|
|
113
|
+
This change removes the path aliases from the type imports and replaces them with relative imports.
|
|
114
|
+
|
|
115
|
+
## 5.45.2
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
⚡ **Refine Enterprise Release** ⚡
|
|
120
|
+
|
|
121
|
+
- [#6683](https://github.com/refinedev/refine/pull/6683) [`a12a0821e3c573386c2a8eea4ac1582cc46dd26d`](https://github.com/refinedev/refine/commit/a12a0821e3c573386c2a8eea4ac1582cc46dd26d) Thanks [@aliemir](https://github.com/aliemir)! - fix(types): remove path aliases from type imports
|
|
122
|
+
|
|
123
|
+
Since typescript doesn't resolve and replace path aliases, using them for the type imports will cause `d.ts` files to reference unresolvable paths and types.
|
|
124
|
+
|
|
125
|
+
While this doesn't break everything, it breaks the types in places where the path aliases are used for type imports.
|
|
126
|
+
|
|
127
|
+
This change removes the path aliases from the type imports and replaces them with relative imports.
|
|
128
|
+
|
|
129
|
+
## 5.45.1
|
|
130
|
+
|
|
131
|
+
### Patch Changes
|
|
132
|
+
|
|
133
|
+
📢 **Refine Community Release** 📢
|
|
134
|
+
|
|
135
|
+
- chore: update package descriptions
|
|
136
|
+
|
|
137
|
+
📢 **Refine Community Release** 📢
|
|
138
|
+
|
|
139
|
+
- fix: UI buttons doesn't respect `hidden` prop.
|
|
140
|
+
From now on, `hidden` prop will work as expected on all [UI buttons](https://refine.dev/docs/guides-concepts/ui-libraries/#buttons).
|
|
141
|
+
|
|
142
|
+
UI Buttons:
|
|
143
|
+
|
|
144
|
+
- `CreateButton`
|
|
145
|
+
- `ShowButton`
|
|
146
|
+
- `ListButton`
|
|
147
|
+
- `EditButton`
|
|
148
|
+
- `DeleteButton`
|
|
149
|
+
- `CloneButton`
|
|
150
|
+
|
|
151
|
+
Resolves [#6513](https://github.com/refinedev/refine/issues/6513)
|
|
152
|
+
|
|
153
|
+
📢 **Refine Community Release** 📢
|
|
154
|
+
|
|
155
|
+
- fix: UI buttons doesn't respect `disabled` prop.
|
|
156
|
+
From now on, `disabled` prop will work as expected on all [UI buttons](https://refine.dev/docs/guides-concepts/ui-libraries/#buttons).
|
|
157
|
+
|
|
158
|
+
UI Buttons:
|
|
159
|
+
|
|
160
|
+
- `CreateButton`
|
|
161
|
+
- `ShowButton`
|
|
162
|
+
- `ListButton`
|
|
163
|
+
- `EditButton`
|
|
164
|
+
- `DeleteButton`
|
|
165
|
+
- `CloneButton`
|
|
166
|
+
|
|
167
|
+
Resolves [#6513](https://github.com/refinedev/refine/issues/6513)
|
|
168
|
+
|
|
169
|
+
📢 **Refine Community Release** 📢
|
|
170
|
+
|
|
171
|
+
- feat: React Router v7 support added.
|
|
172
|
+
|
|
173
|
+
🚨 These packages are not dependent on `react-router`. However, they use the `react-router` package for testing purposes on [Jest](https://jestjs.io/) environment.
|
|
174
|
+
|
|
175
|
+
📢 **Refine Community Release** 📢
|
|
176
|
+
|
|
177
|
+
- feat: added `minItems` prop to specify the minimum number of items required for rendering breadcrumbs. #6497
|
|
178
|
+
|
|
179
|
+
Resolves [#6497](https://github.com/refinedev/refine/issues/6497)
|
|
180
|
+
|
|
181
|
+
📢 **Refine Community Release** 📢
|
|
182
|
+
|
|
183
|
+
- Enhanced the ThemedSideV2 component with new functionality to support dynamic onSiderCollapsed handling. This allows better customization of sider collapse/expand events and improved responsiveness for mobile and desktop views. Added additional type definitions and ensured compatibility across all layout contexts. resolves #6508
|
|
184
|
+
|
|
185
|
+
- Updated dependencies []:
|
|
186
|
+
- @refinedev/ui-types@1.23.1
|
|
187
|
+
|
|
188
|
+
## 5.45.0
|
|
189
|
+
|
|
190
|
+
### Minor Changes
|
|
191
|
+
|
|
192
|
+
⚡ **Refine Enterprise Release** ⚡
|
|
193
|
+
|
|
194
|
+
- [#6503](https://github.com/refinedev/refine/pull/6503) [`29d00f8dc49485e0f5c42d208417e158118d11f2`](https://github.com/refinedev/refine/commit/29d00f8dc49485e0f5c42d208417e158118d11f2) Thanks [@aress31](https://github.com/aress31)! - feat: added `minItems` prop to specify the minimum number of items required for rendering breadcrumbs. #6497
|
|
195
|
+
|
|
196
|
+
Resolves [#6497](https://github.com/refinedev/refine/issues/6497)
|
|
197
|
+
|
|
198
|
+
⚡ **Refine Enterprise Release** ⚡
|
|
199
|
+
|
|
200
|
+
- [#6527](https://github.com/refinedev/refine/pull/6527) [`1d2613381c50f438270d6a3e486595d54496ef92`](https://github.com/refinedev/refine/commit/1d2613381c50f438270d6a3e486595d54496ef92) Thanks [@OmkarBansod02](https://github.com/OmkarBansod02)! - Enhanced the ThemedSideV2 component with new functionality to support dynamic onSiderCollapsed handling. This allows better customization of sider collapse/expand events and improved responsiveness for mobile and desktop views. Added additional type definitions and ensured compatibility across all layout contexts. resolves #6508
|
|
201
|
+
|
|
202
|
+
### Patch Changes
|
|
203
|
+
|
|
204
|
+
⚡ **Refine Enterprise Release** ⚡
|
|
205
|
+
|
|
206
|
+
- [#6554](https://github.com/refinedev/refine/pull/6554) [`3cb2ca6f687398e422b867692b597b0c0d911706`](https://github.com/refinedev/refine/commit/3cb2ca6f687398e422b867692b597b0c0d911706) Thanks [@necatiozmen](https://github.com/necatiozmen)! - chore: update package descriptions
|
|
207
|
+
|
|
208
|
+
⚡ **Refine Enterprise Release** ⚡
|
|
209
|
+
|
|
210
|
+
- [#6515](https://github.com/refinedev/refine/pull/6515) [`2312f4648cf8cae427884163cc025c3f925da988`](https://github.com/refinedev/refine/commit/2312f4648cf8cae427884163cc025c3f925da988) Thanks [@OmkarBansod02](https://github.com/OmkarBansod02)! - fix: UI buttons doesn't respect `hidden` prop.
|
|
211
|
+
From now on, `hidden` prop will work as expected on all [UI buttons](https://refine.dev/docs/guides-concepts/ui-libraries/#buttons).
|
|
212
|
+
|
|
213
|
+
UI Buttons:
|
|
214
|
+
|
|
215
|
+
- `CreateButton`
|
|
216
|
+
- `ShowButton`
|
|
217
|
+
- `ListButton`
|
|
218
|
+
- `EditButton`
|
|
219
|
+
- `DeleteButton`
|
|
220
|
+
- `CloneButton`
|
|
221
|
+
|
|
222
|
+
Resolves [#6513](https://github.com/refinedev/refine/issues/6513)
|
|
223
|
+
|
|
224
|
+
⚡ **Refine Enterprise Release** ⚡
|
|
225
|
+
|
|
226
|
+
- [#6515](https://github.com/refinedev/refine/pull/6515) [`2312f4648cf8cae427884163cc025c3f925da988`](https://github.com/refinedev/refine/commit/2312f4648cf8cae427884163cc025c3f925da988) Thanks [@OmkarBansod02](https://github.com/OmkarBansod02)! - fix: UI buttons doesn't respect `disabled` prop.
|
|
227
|
+
From now on, `disabled` prop will work as expected on all [UI buttons](https://refine.dev/docs/guides-concepts/ui-libraries/#buttons).
|
|
228
|
+
|
|
229
|
+
UI Buttons:
|
|
230
|
+
|
|
231
|
+
- `CreateButton`
|
|
232
|
+
- `ShowButton`
|
|
233
|
+
- `ListButton`
|
|
234
|
+
- `EditButton`
|
|
235
|
+
- `DeleteButton`
|
|
236
|
+
- `CloneButton`
|
|
237
|
+
|
|
238
|
+
Resolves [#6513](https://github.com/refinedev/refine/issues/6513)
|
|
239
|
+
|
|
240
|
+
⚡ **Refine Enterprise Release** ⚡
|
|
241
|
+
|
|
242
|
+
- [#6556](https://github.com/refinedev/refine/pull/6556) [`1ced1baa1dda3251b2a3d058a9168533126efb53`](https://github.com/refinedev/refine/commit/1ced1baa1dda3251b2a3d058a9168533126efb53) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - feat: React Router v7 support added.
|
|
243
|
+
|
|
244
|
+
🚨 These packages are not dependent on `react-router`. However, they use the `react-router` package for testing purposes on [Jest](https://jestjs.io/) environment.
|
|
245
|
+
|
|
246
|
+
- Updated dependencies [[`3cb2ca6f687398e422b867692b597b0c0d911706`](https://github.com/refinedev/refine/commit/3cb2ca6f687398e422b867692b597b0c0d911706), [`29d00f8dc49485e0f5c42d208417e158118d11f2`](https://github.com/refinedev/refine/commit/29d00f8dc49485e0f5c42d208417e158118d11f2), [`1d2613381c50f438270d6a3e486595d54496ef92`](https://github.com/refinedev/refine/commit/1d2613381c50f438270d6a3e486595d54496ef92)]:
|
|
247
|
+
- @refinedev/ui-types@1.23.0
|
|
248
|
+
|
|
249
|
+
## 5.44.0
|
|
250
|
+
|
|
251
|
+
### Minor Changes
|
|
252
|
+
|
|
253
|
+
- [#6445](https://github.com/refinedev/refine/pull/6445) [`4ff4335274d5689ec62127312695b76d692a125a`](https://github.com/refinedev/refine/commit/4ff4335274d5689ec62127312695b76d692a125a) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - feat: added new prop called `mutationVariables` to `<AuthPage />`. #6431
|
|
254
|
+
From now on, you can pass additional parameters to the `authProvider` methods using the `mutationVariables` prop of the `<AuthPage />` component.
|
|
255
|
+
|
|
256
|
+
```tsx
|
|
257
|
+
import { AuthPage } from "@refinedev/antd"; // or "@refinedev/chakra-ui", "@refinedev/mantine", "@refinedev/mui"
|
|
258
|
+
|
|
259
|
+
const MyLoginPage = () => {
|
|
260
|
+
return (
|
|
261
|
+
<AuthPage
|
|
262
|
+
type="login" // all other types are also supported.
|
|
263
|
+
// highlight-start
|
|
264
|
+
mutationVariables={{
|
|
265
|
+
foo: "bar",
|
|
266
|
+
xyz: "abc",
|
|
267
|
+
}}
|
|
268
|
+
// highlight-end
|
|
269
|
+
/>
|
|
270
|
+
);
|
|
271
|
+
};
|
|
272
|
+
|
|
273
|
+
// all mutation methods are supported.
|
|
274
|
+
const authProvider = {
|
|
275
|
+
login: async ({ foo, xyz, ...otherProps }) => {
|
|
276
|
+
console.log(foo); // bar
|
|
277
|
+
console.log(xyz); // abc
|
|
278
|
+
// ...
|
|
279
|
+
},
|
|
280
|
+
register: async ({ foo, xyz, ...otherProps }) => {
|
|
281
|
+
console.log(foo); // bar
|
|
282
|
+
console.log(xyz); // abc
|
|
283
|
+
// ...
|
|
284
|
+
},
|
|
285
|
+
// ...
|
|
286
|
+
};
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
[Resolves #6431](https://github.com/refinedev/refine/issues/6431)
|
|
290
|
+
|
|
291
|
+
- [#6445](https://github.com/refinedev/refine/pull/6445) [`4ff4335274d5689ec62127312695b76d692a125a`](https://github.com/refinedev/refine/commit/4ff4335274d5689ec62127312695b76d692a125a) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - chore: update `@ant-design/icons` and `@ant-design/pro-layout` versions
|
|
292
|
+
|
|
293
|
+
Updated previously pinned versions of `@ant-design/icons` from `5.0.1` and `@ant-design/pro-layout` from `7.17.12` to latest versions. This minor update resolves the previous issues with `React@18` types and conflicting type ranges with `@ant-design/pro-layout` package.
|
|
294
|
+
|
|
295
|
+
After `@ant-design/icons` version `5.4.0` build issues and type issues are resolved. Following this release `@ant-design/pro-layout` also updated its dependency range to match the latest `@ant-design/icons` version.
|
|
296
|
+
|
|
297
|
+
Previously `@ant-design/icons` were pinned to `5.0.1` and recommended to pin in projects as well. After this update, you may also need to update the `@ant-design/icons` version in your project to match the latest version. (A range above `^5.5.1` is required to match `@refinedev/antd`).
|
|
298
|
+
|
|
299
|
+
[Resolves #6363](https://github.com/refinedev/refine/issues/6363)
|
|
300
|
+
[Resolves #5931 - previously resolved by #5934](https://github.com/refinedev/refine/issues/5931)
|
|
301
|
+
[Accompanies #6354 - `@ant-design/pro-layout` also depends on `express` dependency and updated its version in the latest release](https://github.com/refinedev/refine/pull/6354)
|
|
302
|
+
|
|
303
|
+
## 5.43.1
|
|
304
|
+
|
|
305
|
+
### Patch Changes
|
|
306
|
+
|
|
307
|
+
- [#6245](https://github.com/refinedev/refine/pull/6245) [`7ba4ea1ffdd2e2ed2f0ed2b1ee386dab5015dd2d`](https://github.com/refinedev/refine/commit/7ba4ea1ffdd2e2ed2f0ed2b1ee386dab5015dd2d) Thanks [@youssefsiam38](https://github.com/youssefsiam38)! - fix(antd): rtl support for mobile sider trigger and drawer placement
|
|
308
|
+
|
|
309
|
+
`<ThemedLayoutV2 />` has RTL support but it lacks the mobile sider trigger and drawer placement. This change places the drawer depending on the preferred direction. It also adds RTL support for the styling of the mobile sider trigger.
|
|
310
|
+
|
|
311
|
+
[Fixes #6263](https://github.com/refinedev/refine/issues/6263)
|
|
312
|
+
|
|
313
|
+
## 5.43.0
|
|
314
|
+
|
|
315
|
+
### Minor Changes
|
|
316
|
+
|
|
317
|
+
- [#6180](https://github.com/refinedev/refine/pull/6180) [`292cebc5a70f19400793292b79d1400fec114591`](https://github.com/refinedev/refine/commit/292cebc5a70f19400793292b79d1400fec114591) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - feat: [`useSelect`](https://refine.dev/docs/ui-integrations/ant-design/hooks/use-select/)'s `queryResult` and `defaultValueQueryResult` is deprecated, use `query` and `defaultValueQuery` instead. #6179
|
|
318
|
+
|
|
319
|
+
```diff
|
|
320
|
+
import { useSelect } from '@refinedev/antd';
|
|
321
|
+
|
|
322
|
+
- const { queryResult, defaultValueQueryResult } = useSelect();
|
|
323
|
+
+ const { query, defaultValueQuery } = useSelect();
|
|
324
|
+
```
|
|
325
|
+
|
|
326
|
+
feat: [`useCheckboxGroup`](https://refine.dev/docs/ui-integrations/ant-design/hooks/use-checkbox-group/)'s `queryResult` is deprecated, use `query` instead.
|
|
327
|
+
|
|
328
|
+
```diff
|
|
329
|
+
import { useCheckboxGroup } from '@refinedev/antd';
|
|
330
|
+
|
|
331
|
+
- const { queryResult } = useCheckboxGroup();
|
|
332
|
+
+ const { query } = useCheckboxGroup();
|
|
333
|
+
```
|
|
334
|
+
|
|
335
|
+
feat: [`useRadioGroup`](https://refine.dev/docs/ui-integrations/ant-design/hooks/use-radio-group/)'s `queryResult` is deprecated, use `query` instead.
|
|
336
|
+
|
|
337
|
+
```diff
|
|
338
|
+
import { useRadioGroup } from '@refinedev/antd';
|
|
339
|
+
|
|
340
|
+
- const { queryResult } = useRadioGroup();
|
|
341
|
+
+ const { query } = useRadioGroup();
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
> ✨ You can use `@refinedev/codemod` to automatically migrate your codebase. Simply run the following command in your project's root directory:
|
|
345
|
+
>
|
|
346
|
+
> ```bash
|
|
347
|
+
> npx @refinedev/codemod@latest rename-query-and-mutation-result
|
|
348
|
+
> ```
|
|
349
|
+
|
|
350
|
+
- [#6172](https://github.com/refinedev/refine/pull/6172) [`4967a51944c139d102fcfc04ada5a42c725ed7c2`](https://github.com/refinedev/refine/commit/4967a51944c139d102fcfc04ada5a42c725ed7c2) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - feat: [`useTable`](https://refine.dev/docs/ui-integrations/ant-design/hooks/use-table/)'s `tableQueryResult` is deprecated, use `tableQuery` instead. #6169
|
|
351
|
+
|
|
352
|
+
```diff
|
|
353
|
+
import { useTable } from '@refinedev/core';
|
|
354
|
+
|
|
355
|
+
- const { tableQueryResult } = useTable();
|
|
356
|
+
+ const { tableQuery } = useTable();
|
|
357
|
+
```
|
|
358
|
+
|
|
359
|
+
feat: [`useSimpleList`](https://refine.dev/docs/ui-integrations/ant-design/hooks/use-simple-list/)'s `queryResult` is deprecated, use `query` instead. #6169
|
|
360
|
+
|
|
361
|
+
```diff
|
|
362
|
+
import { useSimpleList } from '@refinedev/antd';
|
|
363
|
+
|
|
364
|
+
- const { queryResult } = useSimpleList();
|
|
365
|
+
+ const { query } = useSimpleList();
|
|
366
|
+
```
|
|
367
|
+
|
|
368
|
+
> ✨ You can use `@refinedev/codemod` to automatically migrate your codebase. Simply run the following command in your project's root directory:
|
|
369
|
+
>
|
|
370
|
+
> ```bash
|
|
371
|
+
> npx @refinedev/codemod@latest rename-query-and-mutation-result
|
|
372
|
+
> ```
|
|
373
|
+
|
|
374
|
+
### Patch Changes
|
|
375
|
+
|
|
376
|
+
- [#6199](https://github.com/refinedev/refine/pull/6199) [`5a8e94aa4afe0faf3ea1de93a4b00e0b44dd1ece`](https://github.com/refinedev/refine/commit/5a8e94aa4afe0faf3ea1de93a4b00e0b44dd1ece) Thanks [@aliemir](https://github.com/aliemir)! - fix(auth-page): fix wrong translation keys in `type="register"` and `type="forgotPassword"`
|
|
377
|
+
|
|
378
|
+
In `type="forgotPassword"`:
|
|
379
|
+
|
|
380
|
+
- `"pages.register.buttons.haveAccount"` is replaced with `"pages.forgotPassword.buttons.haveAccount"`
|
|
381
|
+
- `"pages.login.signin"` is replaced with `"pages.forgotPassword.signin"`
|
|
382
|
+
|
|
383
|
+
In `type="register"`:
|
|
384
|
+
|
|
385
|
+
- `"pages.login.divider"` is replaced with `"pages.register.divider"`
|
|
386
|
+
- `"pages.login.buttons.haveAccount"` is replaced with `"pages.register.buttons.haveAccount"`
|
|
387
|
+
- `"pages.login.signin"` is replaced with `"pages.register.signin"`
|
|
388
|
+
|
|
389
|
+
Wrong keys are kept as fallbacks in case the new keys are not found in the translation file. If you are using those keys in your project, make sure to update them accordingly. Fallback keys will be removed in future releases.
|
|
390
|
+
|
|
391
|
+
[Resolves #5816](https://github.com/refinedev/refine/issues/5816)
|
|
392
|
+
|
|
393
|
+
- [#6217](https://github.com/refinedev/refine/pull/6217) [`aefd093cfd85096fdac36cd25073d14dfb12094f`](https://github.com/refinedev/refine/commit/aefd093cfd85096fdac36cd25073d14dfb12094f) Thanks [@webscriptmaster](https://github.com/webscriptmaster)! - fix(date-field): falsy values should render empty string
|
|
394
|
+
|
|
395
|
+
Previously, `<DateField value={undefined} />` was rendering the current date. After this change, it will render empty string if a falsy value is provided.
|
|
396
|
+
|
|
397
|
+
[Resolves #6216](https://github.com/refinedev/refine/issues/6216)
|
|
398
|
+
|
|
399
|
+
## 5.42.0
|
|
400
|
+
|
|
401
|
+
### Minor Changes
|
|
402
|
+
|
|
403
|
+
- [#6074](https://github.com/refinedev/refine/pull/6074) [`311dcdc454ee6914218a59198b5d423a4f8e5456`](https://github.com/refinedev/refine/commit/311dcdc454ee6914218a59198b5d423a4f8e5456) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - fix: [`useDrawerForm`](https://refine.dev/docs/ui-integrations/ant-design/hooks/use-drawer-form/)'s `submit` and `form` props are not working (#6082).
|
|
404
|
+
|
|
405
|
+
- `submit` prop is removed from `useDrawerForm` hook. Instead, you can use `onFinish` prop to handle the form submission.
|
|
406
|
+
https://refine.dev/docs/guides-concepts/forms/#modifying-data-before-submission
|
|
407
|
+
|
|
408
|
+
- `form` prop is removed from `useDrawerForm` hook.
|
|
409
|
+
The purpose of `useDrawerForm` is to create a `form` instance. Because of that `form` instance cannot be passed as a prop.
|
|
410
|
+
|
|
411
|
+
- [#6071](https://github.com/refinedev/refine/pull/6071) [`853bef97ed7baf59e74c98fc54c0ed11624fb491`](https://github.com/refinedev/refine/commit/853bef97ed7baf59e74c98fc54c0ed11624fb491) Thanks [@Dominic-Preap](https://github.com/Dominic-Preap)! - feat: add `selectedOptionsOrder` in `useSelect`
|
|
412
|
+
|
|
413
|
+
Now with `selectedOptionsOrder`, you can sort `selectedOptions` at the top of list when use `useSelect` with `defaultValue`.
|
|
414
|
+
|
|
415
|
+
Resolves [#6061](https://github.com/refinedev/refine/issues/6061)
|
|
416
|
+
|
|
417
|
+
- [#6074](https://github.com/refinedev/refine/pull/6074) [`311dcdc454ee6914218a59198b5d423a4f8e5456`](https://github.com/refinedev/refine/commit/311dcdc454ee6914218a59198b5d423a4f8e5456) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - fix: `useForm`'s `defaultFormValues` prop is not working (#5727).
|
|
418
|
+
|
|
419
|
+
From now on, `useForm`, `useDrawerForm`, and `useModalForm` hooks accept the `defaultFormValues` prop to pre-populate the form with data that needs to be displayed.
|
|
420
|
+
|
|
421
|
+
```tsx
|
|
422
|
+
useForm({
|
|
423
|
+
defaultFormValues: {
|
|
424
|
+
title: "Hello World",
|
|
425
|
+
},
|
|
426
|
+
});
|
|
427
|
+
```
|
|
428
|
+
|
|
429
|
+
Also, it can be provided as an async function to fetch the default values. The loading state can be tracked using the `defaultFormValuesLoading` state returned from the hook.
|
|
430
|
+
|
|
431
|
+
> 🚨 When `action` is "edit" or "clone" a race condition with `async defaultFormValues` may occur. In this case, the form values will be the result of the last completed operation.
|
|
432
|
+
|
|
433
|
+
```tsx
|
|
434
|
+
const { defaultFormValuesLoading } = useForm({
|
|
435
|
+
defaultFormValues: async () => {
|
|
436
|
+
const response = await fetch("https://my-api.com/posts/1");
|
|
437
|
+
const data = await response.json();
|
|
438
|
+
return data;
|
|
439
|
+
},
|
|
440
|
+
});
|
|
441
|
+
```
|
|
442
|
+
|
|
443
|
+
### Patch Changes
|
|
444
|
+
|
|
445
|
+
- [#6021](https://github.com/refinedev/refine/pull/6021) [`55cd0662b1e3ff8f8410eba812e80130afe75d14`](https://github.com/refinedev/refine/commit/55cd0662b1e3ff8f8410eba812e80130afe75d14) Thanks [@JayBhensdadia](https://github.com/JayBhensdadia)! - fix: ensure Sider component handles various resource name formats correctly
|
|
446
|
+
|
|
447
|
+
Updated Sider component to correctly handle lowercase and camelcased resource names, enhancing usability and functionality.
|
|
448
|
+
|
|
449
|
+
Fixes #6004
|
|
450
|
+
|
|
451
|
+
- [#5984](https://github.com/refinedev/refine/pull/5984) [`658891c413b1fc83b75905919eabc94f08482e61`](https://github.com/refinedev/refine/commit/658891c413b1fc83b75905919eabc94f08482e61) Thanks [@ApsMJ23](https://github.com/ApsMJ23)! - fix(antd): use appropriate icons for RTL direction layouts
|
|
452
|
+
|
|
453
|
+
Previously CRUD components and `<ThemedSiderV2 />` component used hardcoded icons which doesn't fit well for RTL layouts. This PR uses Ant Design's `ConfigProvider` context to use `direction` to determine the appropriate icons for RTL layouts.
|
|
454
|
+
|
|
455
|
+
**Example**
|
|
456
|
+
|
|
457
|
+
```tsx
|
|
458
|
+
import { ConfigProvider } from 'antd';
|
|
459
|
+
import { Refine } from '@refinedev/antd';
|
|
460
|
+
|
|
461
|
+
const App = () => (
|
|
462
|
+
<ConfigProvider direction="rtl">
|
|
463
|
+
<Refine
|
|
464
|
+
{/* ... */}
|
|
465
|
+
/>
|
|
466
|
+
</ConfigProvider>
|
|
467
|
+
);
|
|
468
|
+
```
|
|
469
|
+
|
|
470
|
+
When any CRUD component or `<ThemedSiderV2 />` component is rendered, the icons will be rendered with respect to the `direction` prop of `ConfigProvider`.
|
|
471
|
+
|
|
472
|
+
- [#6064](https://github.com/refinedev/refine/pull/6064) [`b516c18b828ba8823561d0fefc4afe02b45ce332`](https://github.com/refinedev/refine/commit/b516c18b828ba8823561d0fefc4afe02b45ce332) Thanks [@aliemir](https://github.com/aliemir)! - fix(auto-save-indicator): replace reserved `key` prop with `translationKey` in <Message /> components
|
|
473
|
+
|
|
474
|
+
`<AutoSaveIndicator />` components from UI libraries have been using a `<Message />` component internally that uses a `key` prop. Since `key` is a reserved prop in React, it was causing a warning in the console. This change replaces the `key` prop with `translationKey` to avoid the warning.
|
|
475
|
+
|
|
476
|
+
Resolves [#6067](https://github.com/refinedev/refine/issues/6067)
|
|
477
|
+
|
|
478
|
+
## 5.40.0
|
|
479
|
+
|
|
480
|
+
### Minor Changes
|
|
481
|
+
|
|
482
|
+
- [`6bd14228760d3e1e205ea9248e427f9afa2ec046`](https://github.com/refinedev/refine/commit/6bd14228760d3e1e205ea9248e427f9afa2ec046) Thanks [@BatuhanW](https://github.com/BatuhanW)! - feat: use global values by default for app title and app icon
|
|
483
|
+
|
|
484
|
+
Now `<Refine />` component accepts `options.title` prop that can be used to set app icon and app name globally. For `<ThemedLayoutV2 />` and `<AuthPage />` components, these values will be used by default. While users can use `options.title` to pass global values for app icon and app name, option to override through `<ThemedTitleV2 />` component is still available for users to override these values in specific use cases.
|
|
485
|
+
|
|
486
|
+
```tsx
|
|
487
|
+
import { Refine } from "@refinedev/core";
|
|
488
|
+
|
|
489
|
+
const MyIcon = () => <svg>{/* ... */}</svg>;
|
|
490
|
+
|
|
491
|
+
const App = () => {
|
|
492
|
+
return (
|
|
493
|
+
<Refine
|
|
494
|
+
options={{
|
|
495
|
+
title: {
|
|
496
|
+
icon: <MyIcon />,
|
|
497
|
+
text: "Refine App",
|
|
498
|
+
},
|
|
499
|
+
}}
|
|
500
|
+
>
|
|
501
|
+
{/* ... */}
|
|
502
|
+
</Refine>
|
|
503
|
+
);
|
|
504
|
+
};
|
|
505
|
+
```
|
|
506
|
+
|
|
507
|
+
Then, `<ThemedLayoutV2 />` and `<AuthPage />` components will display `<MyIcon />` and `"Refine App"` as app icon and app name respectively.
|
|
508
|
+
|
|
509
|
+
### Patch Changes
|
|
510
|
+
|
|
511
|
+
- [`6bd14228760d3e1e205ea9248e427f9afa2ec046`](https://github.com/refinedev/refine/commit/6bd14228760d3e1e205ea9248e427f9afa2ec046) Thanks [@BatuhanW](https://github.com/BatuhanW)! - lock the `ant-design/icons` version to `5.0.1`
|
|
512
|
+
|
|
513
|
+
- [`6bd14228760d3e1e205ea9248e427f9afa2ec046`](https://github.com/refinedev/refine/commit/6bd14228760d3e1e205ea9248e427f9afa2ec046) Thanks [@BatuhanW](https://github.com/BatuhanW)! - chore: unpin `antd` version that was causing build issues
|
|
514
|
+
|
|
515
|
+
With `antd`'s `5.17.0` version, Next.js apps were stuck in the build process. To prevent this from breaking all Refine apps with Next.js, we've pinned the version to `5.16.5` as a workaround. Since then, the issue has been resolved by updating an internal dependency of `antd`, we no longer need to pin the version.
|
|
516
|
+
|
|
517
|
+
- [`6bd14228760d3e1e205ea9248e427f9afa2ec046`](https://github.com/refinedev/refine/commit/6bd14228760d3e1e205ea9248e427f9afa2ec046) Thanks [@BatuhanW](https://github.com/BatuhanW)! - feat(antd): search form in useTable should work with syncWithLocation
|
|
518
|
+
|
|
519
|
+
Even though the form is managed by `useTable` hook from `@refinedev/antd`. It wasn't respecting the `syncWithLocation` prop to set values accordingly at initial render when registered fields are matching with the query params. Now it will look for matching fields and set values accordingly from synced filters.
|
|
520
|
+
|
|
521
|
+
- [`6bd14228760d3e1e205ea9248e427f9afa2ec046`](https://github.com/refinedev/refine/commit/6bd14228760d3e1e205ea9248e427f9afa2ec046) Thanks [@BatuhanW](https://github.com/BatuhanW)! - fix: Filtering [`<Table />`](https://refine.dev/docs/ui-integrations/ant-design/hooks/use-table/) with [`<FilterDropdown />`](https://refine.dev/docs/ui-integrations/ant-design/components/filter-dropdown) and [`<DatePicker />`](https://ant.design/components/date-picker) doesn't work with `syncWithLocation`. #5933
|
|
522
|
+
|
|
523
|
+
feat: Added [`rangePickerFilterMapper`](https://refine.dev/docs/ui-integrations/ant-design/components/filter-dropdown/#rangepickerfiltermapper) utility function to convert `selectedKeys` to satisfy both the Refine and [`<DatePicker.RangePicker />`](https://ant.design/components/date-picker).
|
|
524
|
+
|
|
525
|
+
Usage example:
|
|
526
|
+
|
|
527
|
+
```tsx
|
|
528
|
+
import { getDefaultFilter } from "@refinedev/core";
|
|
529
|
+
import {
|
|
530
|
+
DateField,
|
|
531
|
+
FilterDropdown,
|
|
532
|
+
rangePickerFilterMapper,
|
|
533
|
+
useTable,
|
|
534
|
+
} from "@refinedev/antd";
|
|
535
|
+
import { Table, DatePicker } from "antd";
|
|
536
|
+
|
|
537
|
+
export const Posts = () => {
|
|
538
|
+
const { tableProps, filters } = useTable({
|
|
539
|
+
filters: {
|
|
540
|
+
initial: [
|
|
541
|
+
{
|
|
542
|
+
field: "created_at",
|
|
543
|
+
value: ["2022-01-01", "2022-01-31"],
|
|
544
|
+
operator: "between",
|
|
545
|
+
},
|
|
546
|
+
],
|
|
547
|
+
},
|
|
548
|
+
});
|
|
549
|
+
|
|
550
|
+
return (
|
|
551
|
+
<Table {...tableProps} rowKey="id">
|
|
552
|
+
<Table.Column dataIndex="id" title="ID" />
|
|
553
|
+
<Table.Column dataIndex="title" title="Title" />
|
|
554
|
+
<Table.Column
|
|
555
|
+
dataIndex="createdAt"
|
|
556
|
+
title="Created At"
|
|
557
|
+
filterDropdown={(props) => (
|
|
558
|
+
<FilterDropdown
|
|
559
|
+
{...props}
|
|
560
|
+
mapValue={(selectedKeys, event) => {
|
|
561
|
+
return rangePickerFilterMapper(selectedKeys, event);
|
|
562
|
+
}}
|
|
563
|
+
>
|
|
564
|
+
<DatePicker.RangePicker />
|
|
565
|
+
</FilterDropdown>
|
|
566
|
+
)}
|
|
567
|
+
defaultFilteredValue={getDefaultFilter(
|
|
568
|
+
"created_at",
|
|
569
|
+
filters,
|
|
570
|
+
"between",
|
|
571
|
+
)}
|
|
572
|
+
/>
|
|
573
|
+
</Table>
|
|
574
|
+
);
|
|
575
|
+
};
|
|
576
|
+
```
|
|
577
|
+
|
|
578
|
+
- [`6bd14228760d3e1e205ea9248e427f9afa2ec046`](https://github.com/refinedev/refine/commit/6bd14228760d3e1e205ea9248e427f9afa2ec046) Thanks [@BatuhanW](https://github.com/BatuhanW)! - chore: added `type` qualifier to imports used as type only.
|
|
579
|
+
|
|
580
|
+
```diff
|
|
581
|
+
- import { A } from "./example.ts";
|
|
582
|
+
+ import type { A } from "./example.ts";
|
|
583
|
+
```
|
|
584
|
+
|
|
585
|
+
- Updated dependencies [[`6bd14228760d3e1e205ea9248e427f9afa2ec046`](https://github.com/refinedev/refine/commit/6bd14228760d3e1e205ea9248e427f9afa2ec046), [`6bd14228760d3e1e205ea9248e427f9afa2ec046`](https://github.com/refinedev/refine/commit/6bd14228760d3e1e205ea9248e427f9afa2ec046)]:
|
|
586
|
+
- @refinedev/ui-types@1.22.9
|
|
587
|
+
|
|
588
|
+
## 5.39.0
|
|
589
|
+
|
|
590
|
+
### Minor Changes
|
|
591
|
+
|
|
592
|
+
- [#5945](https://github.com/refinedev/refine/pull/5945) [`903ea231538b00ce02ddc9394c72848ec1e90772`](https://github.com/refinedev/refine/commit/903ea231538b00ce02ddc9394c72848ec1e90772) Thanks [@aliemir](https://github.com/aliemir)! - feat: use global values by default for app title and app icon
|
|
593
|
+
|
|
594
|
+
Now `<Refine />` component accepts `options.title` prop that can be used to set app icon and app name globally. For `<ThemedLayoutV2 />` and `<AuthPage />` components, these values will be used by default. While users can use `options.title` to pass global values for app icon and app name, option to override through `<ThemedTitleV2 />` component is still available for users to override these values in specific use cases.
|
|
595
|
+
|
|
596
|
+
```tsx
|
|
597
|
+
import { Refine } from "@refinedev/core";
|
|
598
|
+
|
|
599
|
+
const MyIcon = () => <svg>{/* ... */}</svg>;
|
|
600
|
+
|
|
601
|
+
const App = () => {
|
|
602
|
+
return (
|
|
603
|
+
<Refine
|
|
604
|
+
options={{
|
|
605
|
+
title: {
|
|
606
|
+
icon: <MyIcon />,
|
|
607
|
+
text: "Refine App",
|
|
608
|
+
},
|
|
609
|
+
}}
|
|
610
|
+
>
|
|
611
|
+
{/* ... */}
|
|
612
|
+
</Refine>
|
|
613
|
+
);
|
|
614
|
+
};
|
|
615
|
+
```
|
|
616
|
+
|
|
617
|
+
Then, `<ThemedLayoutV2 />` and `<AuthPage />` components will display `<MyIcon />` and `"Refine App"` as app icon and app name respectively.
|
|
618
|
+
|
|
619
|
+
### Patch Changes
|
|
620
|
+
|
|
621
|
+
- [#5945](https://github.com/refinedev/refine/pull/5945) [`cff950ba8b66143f5c08c3ef9f4cd112a9dc7448`](https://github.com/refinedev/refine/commit/cff950ba8b66143f5c08c3ef9f4cd112a9dc7448) Thanks [@aliemir](https://github.com/aliemir)! - lock the `ant-design/icons` version to `5.0.1`
|
|
622
|
+
|
|
623
|
+
- [#5945](https://github.com/refinedev/refine/pull/5945) [`fa31883601d3d0abd690dac62eed94487091022b`](https://github.com/refinedev/refine/commit/fa31883601d3d0abd690dac62eed94487091022b) Thanks [@aliemir](https://github.com/aliemir)! - chore: unpin `antd` version that was causing build issues
|
|
624
|
+
|
|
625
|
+
With `antd`'s `5.17.0` version, Next.js apps were stuck in the build process. To prevent this from breaking all Refine apps with Next.js, we've pinned the version to `5.16.5` as a workaround. Since then, the issue has been resolved by updating an internal dependency of `antd`, we no longer need to pin the version.
|
|
626
|
+
|
|
627
|
+
- [#5945](https://github.com/refinedev/refine/pull/5945) [`fc1f7d91b1aa987c29a700b5227e744b27aeddda`](https://github.com/refinedev/refine/commit/fc1f7d91b1aa987c29a700b5227e744b27aeddda) Thanks [@aliemir](https://github.com/aliemir)! - feat(antd): search form in useTable should work with syncWithLocation
|
|
628
|
+
|
|
629
|
+
Even though the form is managed by `useTable` hook from `@refinedev/antd`. It wasn't respecting the `syncWithLocation` prop to set values accordingly at initial render when registered fields are matching with the query params. Now it will look for matching fields and set values accordingly from synced filters.
|
|
630
|
+
|
|
631
|
+
- [#5945](https://github.com/refinedev/refine/pull/5945) [`f91bbb4a5c81cb8d22756ef05f6def9bd1a4ca12`](https://github.com/refinedev/refine/commit/f91bbb4a5c81cb8d22756ef05f6def9bd1a4ca12) Thanks [@aliemir](https://github.com/aliemir)! - fix: Filtering [`<Table />`](https://refine.dev/docs/ui-integrations/ant-design/hooks/use-table/) with [`<FilterDropdown />`](https://refine.dev/docs/ui-integrations/ant-design/components/filter-dropdown) and [`<DatePicker />`](https://ant.design/components/date-picker) doesn't work with `syncWithLocation`. #5933
|
|
632
|
+
|
|
633
|
+
feat: Added [`rangePickerFilterMapper`](https://refine.dev/docs/ui-integrations/ant-design/components/filter-dropdown/#rangepickerfiltermapper) utility function to convert `selectedKeys` to satisfy both the Refine and [`<DatePicker.RangePicker />`](https://ant.design/components/date-picker).
|
|
634
|
+
|
|
635
|
+
Usage example:
|
|
636
|
+
|
|
637
|
+
```tsx
|
|
638
|
+
import { getDefaultFilter } from "@refinedev/core";
|
|
639
|
+
import {
|
|
640
|
+
DateField,
|
|
641
|
+
FilterDropdown,
|
|
642
|
+
rangePickerFilterMapper,
|
|
643
|
+
useTable,
|
|
644
|
+
} from "@refinedev/antd";
|
|
645
|
+
import { Table, DatePicker } from "antd";
|
|
646
|
+
|
|
647
|
+
export const Posts = () => {
|
|
648
|
+
const { tableProps, filters } = useTable({
|
|
649
|
+
filters: {
|
|
650
|
+
initial: [
|
|
651
|
+
{
|
|
652
|
+
field: "created_at",
|
|
653
|
+
value: ["2022-01-01", "2022-01-31"],
|
|
654
|
+
operator: "between",
|
|
655
|
+
},
|
|
656
|
+
],
|
|
657
|
+
},
|
|
658
|
+
});
|
|
659
|
+
|
|
660
|
+
return (
|
|
661
|
+
<Table {...tableProps} rowKey="id">
|
|
662
|
+
<Table.Column dataIndex="id" title="ID" />
|
|
663
|
+
<Table.Column dataIndex="title" title="Title" />
|
|
664
|
+
<Table.Column
|
|
665
|
+
dataIndex="createdAt"
|
|
666
|
+
title="Created At"
|
|
667
|
+
filterDropdown={(props) => (
|
|
668
|
+
<FilterDropdown
|
|
669
|
+
{...props}
|
|
670
|
+
mapValue={(selectedKeys, event) => {
|
|
671
|
+
return rangePickerFilterMapper(selectedKeys, event);
|
|
672
|
+
}}
|
|
673
|
+
>
|
|
674
|
+
<DatePicker.RangePicker />
|
|
675
|
+
</FilterDropdown>
|
|
676
|
+
)}
|
|
677
|
+
defaultFilteredValue={getDefaultFilter(
|
|
678
|
+
"created_at",
|
|
679
|
+
filters,
|
|
680
|
+
"between",
|
|
681
|
+
)}
|
|
682
|
+
/>
|
|
683
|
+
</Table>
|
|
684
|
+
);
|
|
685
|
+
};
|
|
686
|
+
```
|
|
687
|
+
|
|
688
|
+
- [#5945](https://github.com/refinedev/refine/pull/5945) [`90930b381d8d369c63bc59beedf69c391875166d`](https://github.com/refinedev/refine/commit/90930b381d8d369c63bc59beedf69c391875166d) Thanks [@aliemir](https://github.com/aliemir)! - chore: added `type` qualifier to imports used as type only.
|
|
689
|
+
|
|
690
|
+
```diff
|
|
691
|
+
- import { A } from "./example.ts";
|
|
692
|
+
+ import type { A } from "./example.ts";
|
|
693
|
+
```
|
|
694
|
+
|
|
695
|
+
- Updated dependencies [[`903ea231538b00ce02ddc9394c72848ec1e90772`](https://github.com/refinedev/refine/commit/903ea231538b00ce02ddc9394c72848ec1e90772), [`90930b381d8d369c63bc59beedf69c391875166d`](https://github.com/refinedev/refine/commit/90930b381d8d369c63bc59beedf69c391875166d)]:
|
|
696
|
+
- @refinedev/ui-types@1.22.8
|
|
697
|
+
|
|
698
|
+
## 5.38.1
|
|
699
|
+
|
|
700
|
+
### Patch Changes
|
|
701
|
+
|
|
702
|
+
- [#5928](https://github.com/refinedev/refine/pull/5928) [`db9756e7908`](https://github.com/refinedev/refine/commit/db9756e79086ff80774ee75d570d610bf0d5d76d) Thanks [@aliemir](https://github.com/aliemir)! - fix: type errors on typescript <5
|
|
703
|
+
|
|
704
|
+
Due to the changes in #5881, typescript users below version 5 are facing type errors. This PR fixes the type errors by updating the file extensions required by the `d.mts` declaration files to provide a compatible declarations for both typescript 4 and 5 users.
|
|
705
|
+
|
|
706
|
+
- Updated dependencies [[`db9756e7908`](https://github.com/refinedev/refine/commit/db9756e79086ff80774ee75d570d610bf0d5d76d)]:
|
|
707
|
+
- @refinedev/ui-types@1.22.7
|
|
708
|
+
|
|
709
|
+
## 5.38.0
|
|
710
|
+
|
|
711
|
+
### Minor Changes
|
|
712
|
+
|
|
713
|
+
- [#5868](https://github.com/refinedev/refine/pull/5868) [`a82ef6afc15`](https://github.com/refinedev/refine/commit/a82ef6afc1512631ca3f7936818d646e4c7d0725) Thanks [@Ac-Srikanth](https://github.com/Ac-Srikanth)! - feat: add message prop for required auth input fields for the above packages.
|
|
714
|
+
|
|
715
|
+
Now you can provide custom required messages with translate feature for all auth input fields(Login, register, forget password,update password).
|
|
716
|
+
|
|
717
|
+
Resolves #[5855](https://github.com/refinedev/refine/issues/5855)
|
|
718
|
+
|
|
719
|
+
### Patch Changes
|
|
720
|
+
|
|
721
|
+
- [#5887](https://github.com/refinedev/refine/pull/5887) [`113c1337bf0`](https://github.com/refinedev/refine/commit/113c1337bf02ecf22b4beb459b06a6acadc0e11d) Thanks [@aliemir](https://github.com/aliemir)! - chore: remove version lock from @ant-design/icons 5.0.1 to ^5.0.1
|
|
722
|
+
|
|
723
|
+
- [#5920](https://github.com/refinedev/refine/pull/5920) [`df0dad6ca46`](https://github.com/refinedev/refine/commit/df0dad6ca46ac86574722723daa543fab849c406) Thanks [@aliemir](https://github.com/aliemir)! - fix: lock `antd` version to `5.16.5` due to broken builds in `5.17.0`
|
|
724
|
+
|
|
725
|
+
In the latest release of `antd` package, Next.js apps are failing to build or taking extremely long time to build. Until this issue is fixed in the `antd` package, we are locking the version to `5.16.5` to prevent any build issues.
|
|
726
|
+
|
|
727
|
+
Related issue [antd/#48758](https://github.com/ant-design/ant-design/issues/48758)
|
|
728
|
+
|
|
729
|
+
- [#5881](https://github.com/refinedev/refine/pull/5881) [`ba719f6ea26`](https://github.com/refinedev/refine/commit/ba719f6ea264ee87226f42de900a754e81f1f22f) Thanks [@aliemir](https://github.com/aliemir)! - fix: declaration files in node10, node16 and nodenext module resolutions
|
|
730
|
+
|
|
731
|
+
- Updated dependencies [[`ba719f6ea26`](https://github.com/refinedev/refine/commit/ba719f6ea264ee87226f42de900a754e81f1f22f)]:
|
|
732
|
+
- @refinedev/ui-types@1.22.6
|
|
733
|
+
|
|
734
|
+
## 5.37.6
|
|
735
|
+
|
|
736
|
+
### Patch Changes
|
|
737
|
+
|
|
738
|
+
- [#5737](https://github.com/refinedev/refine/pull/5737) [`4e8188a6652`](https://github.com/refinedev/refine/commit/4e8188a665209b0d0b77aef27c795a29b9513226) Thanks [@aliemir](https://github.com/aliemir)! - chore: updated content of `README.md` to include installation, usage and scaffolding instructions.
|
|
739
|
+
|
|
740
|
+
- [#5765](https://github.com/refinedev/refine/pull/5765) [`0c197d82393`](https://github.com/refinedev/refine/commit/0c197d823939ae1fd4e0ee4b5a422322853b1e45) Thanks [@aliemir](https://github.com/aliemir)! - refactor: package bundles and package.json configuration for exports
|
|
741
|
+
|
|
742
|
+
Previously, Refine packages had exported ESM and CJS bundles with same `.js` extension and same types for both with `.d.ts` extensions. This was causing issues with bundlers and compilers to pick up the wrong files for the wrong environment. Now we're outputting ESM bundles with `.mjs` extension and CJS bundles with `.cjs` extension. Also types are now exported with both `.d.mts` and `.d.cts` extensions.
|
|
743
|
+
|
|
744
|
+
In older versions ESM and CJS outputs of some packages were using wrong imports/requires to dependencies causing errors in some environments. This will be fixed since now we're also enforcing the module type with extensions.
|
|
745
|
+
|
|
746
|
+
Above mentioned changes also supported with changes in `package.json` files of the packages to support the new extensions and types. All Refine packages now include `exports` fields in their configuration to make sure the correct bundle is picked up by the bundlers and compilers.
|
|
747
|
+
|
|
748
|
+
- [#5765](https://github.com/refinedev/refine/pull/5765) [`0c197d82393`](https://github.com/refinedev/refine/commit/0c197d823939ae1fd4e0ee4b5a422322853b1e45) Thanks [@aliemir](https://github.com/aliemir)! - fix: `dayjs` imports in ESM bundles
|
|
749
|
+
|
|
750
|
+
dayjs imports in ESM bundles were not being correctly resolved, this has been fixed by adding an esbuild plugin to replace the imports with the correct path for ESM bundles.
|
|
751
|
+
|
|
752
|
+
- [#5765](https://github.com/refinedev/refine/pull/5765) [`0c197d82393`](https://github.com/refinedev/refine/commit/0c197d823939ae1fd4e0ee4b5a422322853b1e45) Thanks [@aliemir](https://github.com/aliemir)! - fix: broken eslint plugin for removing test ids from components
|
|
753
|
+
|
|
754
|
+
Eslint plugin to remove test ids from components was broken and might miss some test ids to be included in the bundles.
|
|
755
|
+
|
|
756
|
+
- [#5808](https://github.com/refinedev/refine/pull/5808) [`10ba9c34490`](https://github.com/refinedev/refine/commit/10ba9c344900d0fa4af7120c24b3b007081a4c39) Thanks [@aliemir](https://github.com/aliemir)! - refactor: moved internal logic of buttons to respective hooks from `@refinedev/core`
|
|
757
|
+
|
|
758
|
+
We've moved the internal logic of buttons to their respective hooks in the `@refinedev/core` package to ensure consistency and reduce duplication. This change will make it easier to manage and maintain the buttons across different UI integrations of Refine. This will also benefit the users who want to customize the buttons via `swizzle` option or create their own buttons withouth having to duplicate the logic.
|
|
759
|
+
|
|
760
|
+
- [#5714](https://github.com/refinedev/refine/pull/5714) [`38f129f40ee`](https://github.com/refinedev/refine/commit/38f129f40eea109c9b89b23a8fd3f217964330c7) Thanks [@aliemir](https://github.com/aliemir)! - Due to the bug fix made in the `@refinedev/core`, `onFinishAutoSave`'s returned promise can now reject and should be handled accordingly. Updated `useForm`'s auto save handler to catch the rejection without breaking the application.
|
|
761
|
+
|
|
762
|
+
- [#5755](https://github.com/refinedev/refine/pull/5755) [`404b2ef5e1b`](https://github.com/refinedev/refine/commit/404b2ef5e1b8fed469eeab753bac8736ed3fe58e) Thanks [@BatuhanW](https://github.com/BatuhanW)! - fix: incorrect type imports
|
|
763
|
+
|
|
764
|
+
- Updated dependencies [[`0c197d82393`](https://github.com/refinedev/refine/commit/0c197d823939ae1fd4e0ee4b5a422322853b1e45), [`56ed144a0f5`](https://github.com/refinedev/refine/commit/56ed144a0f5af218fd9e6edbfd999ae433329927)]:
|
|
765
|
+
- @refinedev/ui-types@1.22.5
|
|
766
|
+
|
|
3
767
|
## 5.37.5
|
|
4
768
|
|
|
5
769
|
### Patch Changes
|
|
@@ -2099,13 +2863,13 @@
|
|
|
2099
2863
|
|
|
2100
2864
|
## Upgrade
|
|
2101
2865
|
|
|
2102
|
-
⚡️ You can easily update **refine** packages with **refine** CLI [`update`](https://refine.dev/docs/packages/
|
|
2866
|
+
⚡️ You can easily update **refine** packages with **refine** CLI [`update`](https://refine.dev/docs/packages/cli/#update) command.
|
|
2103
2867
|
|
|
2104
2868
|
```bash
|
|
2105
2869
|
npm run refine update
|
|
2106
2870
|
```
|
|
2107
2871
|
|
|
2108
|
-
> [How to add refine CLI to an existing project?](https://refine.dev/docs/packages/
|
|
2872
|
+
> [How to add refine CLI to an existing project?](https://refine.dev/docs/packages/cli/#how-to-add-to-an-existing-project)
|
|
2109
2873
|
|
|
2110
2874
|
### 🪄 Migrating your project automatically with Codemod ✨
|
|
2111
2875
|
|
|
@@ -2143,13 +2907,13 @@
|
|
|
2143
2907
|
|
|
2144
2908
|
## Upgrade
|
|
2145
2909
|
|
|
2146
|
-
⚡️ You can easily update **refine** packages with **refine** CLI [`update`](https://refine.dev/docs/packages/
|
|
2910
|
+
⚡️ You can easily update **refine** packages with **refine** CLI [`update`](https://refine.dev/docs/packages/cli/#update) command.
|
|
2147
2911
|
|
|
2148
2912
|
```bash
|
|
2149
2913
|
npm run refine update
|
|
2150
2914
|
```
|
|
2151
2915
|
|
|
2152
|
-
> [How to add refine CLI to an existing project?](https://refine.dev/docs/packages/
|
|
2916
|
+
> [How to add refine CLI to an existing project?](https://refine.dev/docs/packages/cli/#how-to-add-to-an-existing-project)
|
|
2153
2917
|
|
|
2154
2918
|
### 🪄 Migrating your project automatically with Codemod ✨
|
|
2155
2919
|
|