@etsoo/react 1.7.22 → 1.7.24
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.
|
@@ -114,4 +114,4 @@ export interface ScrollerGridForwardRef<T> extends GridMethodRef<T> {
|
|
|
114
114
|
* @param props Props
|
|
115
115
|
* @returns Component
|
|
116
116
|
*/
|
|
117
|
-
export declare const ScrollerGrid: <T extends object, D extends DataTypes.Keys<T,
|
|
117
|
+
export declare const ScrollerGrid: <T extends object, D extends DataTypes.Keys<T, import("@etsoo/shared").IdType> = IdDefaultType<T>>(props: ScrollerGridProps<T, D>) => React.JSX.Element;
|
|
@@ -67,4 +67,4 @@ export interface ScrollerListForwardRef<T> extends GridMethodRef<T> {
|
|
|
67
67
|
* @param props Props
|
|
68
68
|
* @returns Component
|
|
69
69
|
*/
|
|
70
|
-
export declare const ScrollerList: <T extends object, D extends DataTypes.Keys<T,
|
|
70
|
+
export declare const ScrollerList: <T extends object, D extends DataTypes.Keys<T, import("@etsoo/shared").IdType> = IdDefaultType<T>>(props: ScrollerListProps<T, D>) => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etsoo/react",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.24",
|
|
4
4
|
"description": "TypeScript ReactJs UI Independent Framework",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
},
|
|
46
46
|
"homepage": "https://github.com/ETSOO/AppReact#readme",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@dnd-kit/core": "^6.0
|
|
49
|
-
"@dnd-kit/sortable": "^
|
|
48
|
+
"@dnd-kit/core": "^6.1.0",
|
|
49
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
50
50
|
"@emotion/css": "^11.11.2",
|
|
51
51
|
"@emotion/react": "^11.11.1",
|
|
52
52
|
"@emotion/styled": "^11.11.0",
|
|
53
|
-
"@etsoo/appscript": "^1.4.
|
|
54
|
-
"@etsoo/notificationbase": "^1.1.
|
|
55
|
-
"@etsoo/shared": "^1.2.
|
|
56
|
-
"@types/react": "^18.2.
|
|
57
|
-
"@types/react-dom": "^18.2.
|
|
58
|
-
"@types/react-window": "^1.8.
|
|
53
|
+
"@etsoo/appscript": "^1.4.72",
|
|
54
|
+
"@etsoo/notificationbase": "^1.1.32",
|
|
55
|
+
"@etsoo/shared": "^1.2.22",
|
|
56
|
+
"@types/react": "^18.2.37",
|
|
57
|
+
"@types/react-dom": "^18.2.15",
|
|
58
|
+
"@types/react-window": "^1.8.8",
|
|
59
59
|
"react": "^18.2.0",
|
|
60
60
|
"react-dom": "^18.2.0",
|
|
61
61
|
"react-router-dom": "^6.18.0",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@babel/cli": "^7.23.0",
|
|
66
|
-
"@babel/core": "^7.23.
|
|
67
|
-
"@babel/plugin-transform-runtime": "^7.23.
|
|
68
|
-
"@babel/preset-env": "^7.23.
|
|
66
|
+
"@babel/core": "^7.23.3",
|
|
67
|
+
"@babel/plugin-transform-runtime": "^7.23.3",
|
|
68
|
+
"@babel/preset-env": "^7.23.3",
|
|
69
69
|
"@babel/runtime-corejs3": "^7.23.2",
|
|
70
70
|
"@testing-library/jest-dom": "^6.1.4",
|
|
71
|
-
"@testing-library/react": "^14.
|
|
72
|
-
"@types/jest": "^29.5.
|
|
71
|
+
"@testing-library/react": "^14.1.0",
|
|
72
|
+
"@types/jest": "^29.5.8",
|
|
73
73
|
"jest": "^29.7.0",
|
|
74
74
|
"jest-environment-jsdom": "^29.7.0",
|
|
75
75
|
"ts-jest": "^29.1.1",
|