@mkt-loitd/react-table-grid-custom 1.1.5 → 1.1.8
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +5 -2
package/dist/index.d.mts
CHANGED
|
@@ -138,7 +138,7 @@ interface IPayloadService {
|
|
|
138
138
|
type IDispatchState<T> = Dispatch<SetStateAction<T>>;
|
|
139
139
|
|
|
140
140
|
interface IExpandValue extends IPayloadService {
|
|
141
|
-
t?: TFunction
|
|
141
|
+
t?: TFunction;
|
|
142
142
|
setConfigSearch?: IDispatchState<ISetConfigPagination>;
|
|
143
143
|
setSelectedRecords?: Dispatch<ReadonlySet<string>>;
|
|
144
144
|
setIsShowEdit?: Dispatch<SetStateAction<boolean>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -138,7 +138,7 @@ interface IPayloadService {
|
|
|
138
138
|
type IDispatchState<T> = Dispatch<SetStateAction<T>>;
|
|
139
139
|
|
|
140
140
|
interface IExpandValue extends IPayloadService {
|
|
141
|
-
t?: TFunction
|
|
141
|
+
t?: TFunction;
|
|
142
142
|
setConfigSearch?: IDispatchState<ISetConfigPagination>;
|
|
143
143
|
setSelectedRecords?: Dispatch<ReadonlySet<string>>;
|
|
144
144
|
setIsShowEdit?: Dispatch<SetStateAction<boolean>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mkt-loitd/react-table-grid-custom",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "React Table Grid Custom component",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"private": false,
|
|
@@ -29,13 +29,14 @@
|
|
|
29
29
|
"release:patch": "npm version patch --no-git-tag-version"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
+
"@tanstack/react-query": "^5.0.0",
|
|
33
|
+
"@tanstack/query-core": "^5.0.0",
|
|
32
34
|
"next": ">=13",
|
|
33
35
|
"react": ">=18",
|
|
34
36
|
"react-dom": ">=18"
|
|
35
37
|
},
|
|
36
38
|
"dependencies": {
|
|
37
39
|
"@mantine/core": "^8.3.10",
|
|
38
|
-
"@tanstack/react-query": "^5.90.12",
|
|
39
40
|
"@tippyjs/react": "^4.2.6",
|
|
40
41
|
"clsx": "^2.1.1",
|
|
41
42
|
"formik": "^2.4.9",
|
|
@@ -51,6 +52,8 @@
|
|
|
51
52
|
"typeorm": "^0.3.28"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
55
|
+
"@tanstack/react-query": "^5.0.0",
|
|
56
|
+
"@tanstack/query-core": "^5.0.0",
|
|
54
57
|
"@types/lodash": "^4.17.21",
|
|
55
58
|
"@types/react": ">=18",
|
|
56
59
|
"@types/react-dom": ">=18",
|