@fctc/widget-logic 1.7.8 → 1.7.9
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/widget.d.mts +3 -1
- package/dist/widget.d.ts +3 -1
- package/package.json +2 -2
package/dist/widget.d.mts
CHANGED
|
@@ -290,7 +290,9 @@ declare const tableGroupController: (props: any) => {
|
|
|
290
290
|
isAutoSelect: any;
|
|
291
291
|
setIsAutoSelect: any;
|
|
292
292
|
selectedRowKeysRef: any;
|
|
293
|
-
initVal:
|
|
293
|
+
initVal: {
|
|
294
|
+
[x: string]: any;
|
|
295
|
+
};
|
|
294
296
|
dataResponse: any;
|
|
295
297
|
pageGroup: any;
|
|
296
298
|
setPageGroup: react.Dispatch<any>;
|
package/dist/widget.d.ts
CHANGED
|
@@ -290,7 +290,9 @@ declare const tableGroupController: (props: any) => {
|
|
|
290
290
|
isAutoSelect: any;
|
|
291
291
|
setIsAutoSelect: any;
|
|
292
292
|
selectedRowKeysRef: any;
|
|
293
|
-
initVal:
|
|
293
|
+
initVal: {
|
|
294
|
+
[x: string]: any;
|
|
295
|
+
};
|
|
294
296
|
dataResponse: any;
|
|
295
297
|
pageGroup: any;
|
|
296
298
|
setPageGroup: react.Dispatch<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fctc/widget-logic",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.9",
|
|
4
4
|
"types": "dist/index.d.ts",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"test": "jest"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@fctc/interface-logic": "^1.10.
|
|
77
|
+
"@fctc/interface-logic": "^1.10.9",
|
|
78
78
|
"@headlessui/react": "^2.2.6",
|
|
79
79
|
"@tanstack/react-query": "^5.84.0",
|
|
80
80
|
"i18next": "^25.3.2",
|