@etsoo/react 1.8.90 → 1.8.91
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/lib/cjs/components/DynamicRouter.d.ts +1 -1
- package/lib/cjs/components/ScrollRestoration.d.ts +2 -1
- package/lib/cjs/components/ScrollerGrid.d.ts +1 -1
- package/lib/cjs/components/ScrollerList.d.ts +1 -1
- package/lib/mjs/components/DynamicRouter.d.ts +1 -1
- package/lib/mjs/components/ScrollRestoration.d.ts +2 -1
- package/lib/mjs/components/ScrollerGrid.d.ts +1 -1
- package/lib/mjs/components/ScrollerList.d.ts +1 -1
- package/package.json +11 -11
|
@@ -14,7 +14,7 @@ export type DynamicRouterProps = {
|
|
|
14
14
|
* @param props Props
|
|
15
15
|
* @returns Component
|
|
16
16
|
*/
|
|
17
|
-
export declare function DynamicRouter(props: React.PropsWithChildren<DynamicRouterProps>):
|
|
17
|
+
export declare function DynamicRouter(props: React.PropsWithChildren<DynamicRouterProps>): React.JSX.Element;
|
|
18
18
|
/**
|
|
19
19
|
* Create dynamic router
|
|
20
20
|
* @param routes Routes
|
|
@@ -96,5 +96,5 @@ export interface ScrollerGridForwardRef<T> extends GridMethodRef<T> {
|
|
|
96
96
|
* @param props Props
|
|
97
97
|
* @returns Component
|
|
98
98
|
*/
|
|
99
|
-
export declare const ScrollerGrid: <T extends object>(props: ScrollerGridProps<T>) =>
|
|
99
|
+
export declare const ScrollerGrid: <T extends object>(props: ScrollerGridProps<T>) => React.JSX.Element;
|
|
100
100
|
export {};
|
|
@@ -47,5 +47,5 @@ export type ScrollerListProps<T extends object> = GridLoader<T> & Omit<ListProps
|
|
|
47
47
|
* @param props Props
|
|
48
48
|
* @returns Component
|
|
49
49
|
*/
|
|
50
|
-
export declare const ScrollerList: <T extends object>(props: ScrollerListProps<T>) =>
|
|
50
|
+
export declare const ScrollerList: <T extends object>(props: ScrollerListProps<T>) => React.JSX.Element;
|
|
51
51
|
export {};
|
|
@@ -14,7 +14,7 @@ export type DynamicRouterProps = {
|
|
|
14
14
|
* @param props Props
|
|
15
15
|
* @returns Component
|
|
16
16
|
*/
|
|
17
|
-
export declare function DynamicRouter(props: React.PropsWithChildren<DynamicRouterProps>):
|
|
17
|
+
export declare function DynamicRouter(props: React.PropsWithChildren<DynamicRouterProps>): React.JSX.Element;
|
|
18
18
|
/**
|
|
19
19
|
* Create dynamic router
|
|
20
20
|
* @param routes Routes
|
|
@@ -96,5 +96,5 @@ export interface ScrollerGridForwardRef<T> extends GridMethodRef<T> {
|
|
|
96
96
|
* @param props Props
|
|
97
97
|
* @returns Component
|
|
98
98
|
*/
|
|
99
|
-
export declare const ScrollerGrid: <T extends object>(props: ScrollerGridProps<T>) =>
|
|
99
|
+
export declare const ScrollerGrid: <T extends object>(props: ScrollerGridProps<T>) => React.JSX.Element;
|
|
100
100
|
export {};
|
|
@@ -47,5 +47,5 @@ export type ScrollerListProps<T extends object> = GridLoader<T> & Omit<ListProps
|
|
|
47
47
|
* @param props Props
|
|
48
48
|
* @returns Component
|
|
49
49
|
*/
|
|
50
|
-
export declare const ScrollerList: <T extends object>(props: ScrollerListProps<T>) =>
|
|
50
|
+
export declare const ScrollerList: <T extends object>(props: ScrollerListProps<T>) => React.JSX.Element;
|
|
51
51
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etsoo/react",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.91",
|
|
4
4
|
"description": "TypeScript ReactJs UI Independent Framework",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/mjs/index.js",
|
|
@@ -38,26 +38,26 @@
|
|
|
38
38
|
"@emotion/css": "^11.13.5",
|
|
39
39
|
"@emotion/react": "^11.14.0",
|
|
40
40
|
"@emotion/styled": "^11.14.1",
|
|
41
|
-
"@etsoo/appscript": "^1.6.
|
|
41
|
+
"@etsoo/appscript": "^1.6.66",
|
|
42
42
|
"@etsoo/notificationbase": "^1.1.71",
|
|
43
43
|
"@etsoo/shared": "^1.2.84",
|
|
44
|
-
"react": "^19.2.
|
|
45
|
-
"react-dom": "^19.2.
|
|
46
|
-
"react-router-dom": "^7.
|
|
44
|
+
"react": "^19.2.7",
|
|
45
|
+
"react-dom": "^19.2.7",
|
|
46
|
+
"react-router-dom": "^7.17.0",
|
|
47
47
|
"react-window": "^2.2.7"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@babel/core": "^7.29.
|
|
51
|
-
"@babel/plugin-transform-runtime": "^7.29.
|
|
52
|
-
"@babel/preset-env": "^7.29.
|
|
53
|
-
"@babel/runtime-corejs3": "^7.29.
|
|
50
|
+
"@babel/core": "^7.29.7",
|
|
51
|
+
"@babel/plugin-transform-runtime": "^7.29.7",
|
|
52
|
+
"@babel/preset-env": "^7.29.7",
|
|
53
|
+
"@babel/runtime-corejs3": "^7.29.7",
|
|
54
54
|
"@testing-library/jest-dom": "^6.9.1",
|
|
55
55
|
"@testing-library/react": "^16.3.2",
|
|
56
|
-
"@types/react": "^19.2.
|
|
56
|
+
"@types/react": "^19.2.17",
|
|
57
57
|
"@types/react-dom": "^19.2.3",
|
|
58
58
|
"@vitejs/plugin-react": "^6.0.2",
|
|
59
59
|
"jsdom": "^29.1.1",
|
|
60
60
|
"typescript": "^6.0.3",
|
|
61
|
-
"vitest": "^4.1.
|
|
61
|
+
"vitest": "^4.1.8"
|
|
62
62
|
}
|
|
63
63
|
}
|