@1771technologies/lytenyte-pro 0.0.69 → 0.0.71
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/types/types.d.ts
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
+
import { AsyncDataBlock, AsyncDataBlockPinned, AsyncDataRequestBlock, AsyncDataResponse, ColumnInFilterItemFetcher, ColumnInFilterItemFetcherParams, ColumnPivotsFetcher, ColumnPivotsFetcherParams, DataFetcher, DataFetcherParams } from '@1771technologies/grid-server-data-source';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
1
3
|
export type * from '@1771technologies/grid-types/pro-react';
|
|
4
|
+
export type AsyncDataBlockProReact = AsyncDataBlock;
|
|
5
|
+
export type AsyncDataBlockPinnedProReact = AsyncDataBlockPinned;
|
|
6
|
+
export type AsyncDataRequestBlockProReact = AsyncDataRequestBlock;
|
|
7
|
+
export type AsyncDataResponseProReact = AsyncDataResponse;
|
|
8
|
+
export type ColumnInFilterItemFetcherProReact<D = any> = ColumnInFilterItemFetcher<D, ReactNode>;
|
|
9
|
+
export type ColumnInFilterItemFetcherParamsProReact<D = any> = ColumnInFilterItemFetcherParams<D, ReactNode>;
|
|
10
|
+
export type ColumnPivotsFetcherProReact<D = any> = ColumnPivotsFetcher<D, ReactNode>;
|
|
11
|
+
export type ColumnPivotsFetcherParamsProReact<D = any> = ColumnPivotsFetcherParams<D, ReactNode>;
|
|
12
|
+
export type DataFetcherProReact<D = any> = DataFetcher<D, ReactNode>;
|
|
13
|
+
export type DataFetcherParamsPropReact<D = any> = DataFetcherParams<D, ReactNode>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ServerDataSourceInitial } from '@1771technologies/grid-server-data-source';
|
|
2
1
|
import { ReactNode } from 'react';
|
|
2
|
+
import { ServerDataSourceInitial } from '@1771technologies/grid-server-data-source';
|
|
3
3
|
export declare function useServerDataSource<D>(init: ServerDataSourceInitial<D, ReactNode>): import('@1771technologies/grid-types/pro').RowDataSourcePro<D, ReactNode>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1771technologies/lytenyte-pro",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.71",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -70,20 +70,20 @@
|
|
|
70
70
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@1771technologies/grid-client-data-source-pro": "0.0.
|
|
74
|
-
"@1771technologies/grid-core": "0.0.
|
|
75
|
-
"@1771technologies/grid-design": "0.0.
|
|
76
|
-
"@1771technologies/grid-provider": "0.0.
|
|
77
|
-
"@1771technologies/grid-store-pro": "0.0.
|
|
78
|
-
"@1771technologies/grid-tree-data-source": "0.0.
|
|
79
|
-
"@1771technologies/grid-types": "0.0.
|
|
80
|
-
"@1771technologies/js-utils": "0.0.
|
|
81
|
-
"@1771technologies/lytenyte-core": "0.0.
|
|
82
|
-
"@1771technologies/react-cascada": "0.0.
|
|
83
|
-
"@1771technologies/react-dragon": "0.0.
|
|
84
|
-
"@1771technologies/react-sizer": "0.0.
|
|
85
|
-
"@1771technologies/react-split-pane": "0.0.
|
|
86
|
-
"@1771technologies/react-utils": "0.0.
|
|
73
|
+
"@1771technologies/grid-client-data-source-pro": "0.0.71",
|
|
74
|
+
"@1771technologies/grid-core": "0.0.71",
|
|
75
|
+
"@1771technologies/grid-design": "0.0.71",
|
|
76
|
+
"@1771technologies/grid-provider": "0.0.71",
|
|
77
|
+
"@1771technologies/grid-store-pro": "0.0.71",
|
|
78
|
+
"@1771technologies/grid-tree-data-source": "0.0.71",
|
|
79
|
+
"@1771technologies/grid-types": "0.0.71",
|
|
80
|
+
"@1771technologies/js-utils": "0.0.71",
|
|
81
|
+
"@1771technologies/lytenyte-core": "0.0.71",
|
|
82
|
+
"@1771technologies/react-cascada": "0.0.71",
|
|
83
|
+
"@1771technologies/react-dragon": "0.0.71",
|
|
84
|
+
"@1771technologies/react-sizer": "0.0.71",
|
|
85
|
+
"@1771technologies/react-split-pane": "0.0.71",
|
|
86
|
+
"@1771technologies/react-utils": "0.0.71",
|
|
87
87
|
"@base-ui-components/react": "1.0.0-alpha.7"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|