@refinedev/antd 5.45.1 → 5.45.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/dist/definitions/filter-mappers/index.d.cts +1 -1
- package/dist/definitions/filter-mappers/index.d.cts.map +1 -1
- package/dist/definitions/filter-mappers/index.d.mts +1 -1
- package/dist/definitions/filter-mappers/index.d.mts.map +1 -1
- package/dist/definitions/filter-mappers/index.d.ts +1 -1
- package/dist/definitions/filter-mappers/index.d.ts.map +1 -1
- package/dist/hooks/useThemedLayoutContext/index.d.cts +1 -1
- package/dist/hooks/useThemedLayoutContext/index.d.cts.map +1 -1
- package/dist/hooks/useThemedLayoutContext/index.d.mts +1 -1
- package/dist/hooks/useThemedLayoutContext/index.d.mts.map +1 -1
- package/dist/hooks/useThemedLayoutContext/index.d.ts +1 -1
- package/dist/hooks/useThemedLayoutContext/index.d.ts.map +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/definitions/filter-mappers/index.ts +1 -1
- package/src/hooks/useThemedLayoutContext/index.ts +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,33 @@
|
|
1
1
|
# @refinedev/antd
|
2
2
|
|
3
|
+
## 5.45.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
📢 **Refine Community Release** 📢
|
8
|
+
|
9
|
+
- fix(types): remove path aliases from type imports
|
10
|
+
|
11
|
+
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.
|
12
|
+
|
13
|
+
While this doesn't break everything, it breaks the types in places where the path aliases are used for type imports.
|
14
|
+
|
15
|
+
This change removes the path aliases from the type imports and replaces them with relative imports.
|
16
|
+
|
17
|
+
## 5.45.2
|
18
|
+
|
19
|
+
### Patch Changes
|
20
|
+
|
21
|
+
⚡ **Refine Enterprise Release** ⚡
|
22
|
+
|
23
|
+
- [#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
|
24
|
+
|
25
|
+
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.
|
26
|
+
|
27
|
+
While this doesn't break everything, it breaks the types in places where the path aliases are used for type imports.
|
28
|
+
|
29
|
+
This change removes the path aliases from the type imports and replaces them with relative imports.
|
30
|
+
|
3
31
|
## 5.45.1
|
4
32
|
|
5
33
|
### Patch Changes
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type { FilterDropdownProps, MapValueEvent } from "
|
2
|
+
import type { FilterDropdownProps, MapValueEvent } from "../../components/table/components";
|
3
3
|
import dayjs from "dayjs";
|
4
4
|
/**
|
5
5
|
* It is a mapper function for the <DatePicker.RangePicker /> filter.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/definitions/filter-mappers/index.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,aAAa,EACd,MAAM,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/definitions/filter-mappers/index.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,aAAa,EACd,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,uBAAuB,iBACpB,mBAAmB,CAAC,cAAc,CAAC,SAC1C,aAAa,8DAuBrB,CAAC"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type { FilterDropdownProps, MapValueEvent } from "
|
2
|
+
import type { FilterDropdownProps, MapValueEvent } from "../../components/table/components";
|
3
3
|
import dayjs from "dayjs";
|
4
4
|
/**
|
5
5
|
* It is a mapper function for the <DatePicker.RangePicker /> filter.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type { FilterDropdownProps, MapValueEvent } from "
|
2
|
+
import type { FilterDropdownProps, MapValueEvent } from "../../components/table/components";
|
3
3
|
import dayjs from "dayjs";
|
4
4
|
/**
|
5
5
|
* It is a mapper function for the <DatePicker.RangePicker /> filter.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type { FilterDropdownProps, MapValueEvent } from "
|
2
|
+
import type { FilterDropdownProps, MapValueEvent } from "../../components/table/components";
|
3
3
|
import dayjs from "dayjs";
|
4
4
|
/**
|
5
5
|
* It is a mapper function for the <DatePicker.RangePicker /> filter.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/definitions/filter-mappers/index.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,aAAa,EACd,MAAM,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/definitions/filter-mappers/index.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,aAAa,EACd,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,uBAAuB,iBACpB,mBAAmB,CAAC,cAAc,CAAC,SAC1C,aAAa,8DAuBrB,CAAC"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { IThemedLayoutContext } from "
|
1
|
+
import type { IThemedLayoutContext } from "../../contexts/themedLayoutContext/IThemedLayoutContext";
|
2
2
|
export type UseThemedLayoutContextType = IThemedLayoutContext;
|
3
3
|
export declare const useThemedLayoutContext: () => UseThemedLayoutContextType;
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useThemedLayoutContext/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useThemedLayoutContext/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yDAAyD,CAAC;AAEpG,MAAM,MAAM,0BAA0B,GAAG,oBAAoB,CAAC;AAE9D,eAAO,MAAM,sBAAsB,QAAO,0BAczC,CAAC"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { IThemedLayoutContext } from "
|
1
|
+
import type { IThemedLayoutContext } from "../../contexts/themedLayoutContext/IThemedLayoutContext";
|
2
2
|
export type UseThemedLayoutContextType = IThemedLayoutContext;
|
3
3
|
export declare const useThemedLayoutContext: () => UseThemedLayoutContextType;
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { IThemedLayoutContext } from "
|
1
|
+
import type { IThemedLayoutContext } from "../../contexts/themedLayoutContext/IThemedLayoutContext";
|
2
2
|
export type UseThemedLayoutContextType = IThemedLayoutContext;
|
3
3
|
export declare const useThemedLayoutContext: () => UseThemedLayoutContextType;
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { IThemedLayoutContext } from "
|
1
|
+
import type { IThemedLayoutContext } from "../../contexts/themedLayoutContext/IThemedLayoutContext";
|
2
2
|
export type UseThemedLayoutContextType = IThemedLayoutContext;
|
3
3
|
export declare const useThemedLayoutContext: () => UseThemedLayoutContextType;
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useThemedLayoutContext/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useThemedLayoutContext/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yDAAyD,CAAC;AAEpG,MAAM,MAAM,0BAA0B,GAAG,oBAAoB,CAAC;AAE9D,eAAO,MAAM,sBAAsB,QAAO,0BAczC,CAAC"}
|