@xyo-network/react-payload-table 7.3.6 → 7.3.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.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import { PayloadDynamicTable } from './Table.tsx';
|
|
3
3
|
declare const StorybookEntry: Meta<typeof PayloadDynamicTable>;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const WithData: import(".store/storybook-virtual-
|
|
6
|
-
declare const WithError: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Table.tsx").PayloadDynamicTableProps>;
|
|
5
|
+
declare const WithData: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Table.tsx").PayloadDynamicTableProps>;
|
|
6
|
+
declare const WithError: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Table.tsx").PayloadDynamicTableProps>;
|
|
7
7
|
export { Default, WithData, WithError, };
|
|
8
8
|
export default StorybookEntry;
|
|
9
9
|
//# sourceMappingURL=DynamicTable.stories.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import { PayloadTable } from './Table.tsx';
|
|
3
3
|
declare const StorybookEntry: Meta<typeof PayloadTable>;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Table.tsx").PayloadTableProps>;
|
|
5
5
|
export { Default };
|
|
6
6
|
export default StorybookEntry;
|
|
7
7
|
//# sourceMappingURL=FetchMoreTable.stories.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import { PayloadTable } from './Table.tsx';
|
|
3
3
|
declare const StorybookEntry: Meta<typeof PayloadTable>;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const WithData: import(".store/storybook-virtual-
|
|
6
|
-
declare const WithOutStickyHeaderFooter: import(".store/storybook-virtual-
|
|
7
|
-
declare const WithDataAndMaxSchemaDepth: import(".store/storybook-virtual-
|
|
8
|
-
declare const WithInvalid: import(".store/storybook-virtual-
|
|
9
|
-
declare const WithNoResults: import(".store/storybook-virtual-
|
|
10
|
-
declare const WithLoading: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Table.tsx").PayloadTableProps>;
|
|
5
|
+
declare const WithData: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Table.tsx").PayloadTableProps>;
|
|
6
|
+
declare const WithOutStickyHeaderFooter: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Table.tsx").PayloadTableProps>;
|
|
7
|
+
declare const WithDataAndMaxSchemaDepth: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Table.tsx").PayloadTableProps>;
|
|
8
|
+
declare const WithInvalid: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Table.tsx").PayloadTableProps>;
|
|
9
|
+
declare const WithNoResults: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Table.tsx").PayloadTableProps>;
|
|
10
|
+
declare const WithLoading: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Table.tsx").PayloadTableProps>;
|
|
11
11
|
export { Default, WithData, WithDataAndMaxSchemaDepth, WithInvalid, WithLoading, WithNoResults, WithOutStickyHeaderFooter, };
|
|
12
12
|
export default StorybookEntry;
|
|
13
13
|
//# sourceMappingURL=Table.stories.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-payload-table",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.8",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,42 +43,42 @@
|
|
|
43
43
|
"src"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/hex": "~5.0.
|
|
47
|
-
"@xylabs/react-error": "~7.1.
|
|
48
|
-
"@xylabs/react-hooks": "~7.1.
|
|
49
|
-
"@xylabs/react-promise": "~7.1.
|
|
50
|
-
"@xylabs/react-shared": "~7.1.
|
|
51
|
-
"@xylabs/typeof": "~5.0.
|
|
52
|
-
"@xyo-network/payload-builder": "~5.1.
|
|
53
|
-
"@xyo-network/payload-model": "~5.1.
|
|
54
|
-
"@xyo-network/payload-validator": "~5.1.
|
|
55
|
-
"@xyo-network/react-event": "^7.3.
|
|
56
|
-
"@xyo-network/react-network": "^7.3.
|
|
57
|
-
"@xyo-network/react-payload-plugin-resolver": "^7.3.
|
|
58
|
-
"@xyo-network/react-shared": "^7.3.
|
|
59
|
-
"@xyo-network/react-table": "^7.3.
|
|
46
|
+
"@xylabs/hex": "~5.0.17",
|
|
47
|
+
"@xylabs/react-error": "~7.1.8",
|
|
48
|
+
"@xylabs/react-hooks": "~7.1.8",
|
|
49
|
+
"@xylabs/react-promise": "~7.1.8",
|
|
50
|
+
"@xylabs/react-shared": "~7.1.8",
|
|
51
|
+
"@xylabs/typeof": "~5.0.17",
|
|
52
|
+
"@xyo-network/payload-builder": "~5.1.15",
|
|
53
|
+
"@xyo-network/payload-model": "~5.1.15",
|
|
54
|
+
"@xyo-network/payload-validator": "~5.1.15",
|
|
55
|
+
"@xyo-network/react-event": "^7.3.8",
|
|
56
|
+
"@xyo-network/react-network": "^7.3.8",
|
|
57
|
+
"@xyo-network/react-payload-plugin-resolver": "^7.3.8",
|
|
58
|
+
"@xyo-network/react-shared": "^7.3.8",
|
|
59
|
+
"@xyo-network/react-table": "^7.3.8"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@emotion/react": "~11.14.0",
|
|
63
63
|
"@emotion/styled": "~11.14.1",
|
|
64
64
|
"@mui/icons-material": "~7.3.4",
|
|
65
65
|
"@mui/material": "~7.3.4",
|
|
66
|
-
"@storybook/react-vite": "~9.1.
|
|
66
|
+
"@storybook/react-vite": "~9.1.16",
|
|
67
67
|
"@types/react": "~19.2.2",
|
|
68
|
-
"@xylabs/delay": "~5.0.
|
|
68
|
+
"@xylabs/delay": "~5.0.17",
|
|
69
69
|
"@xylabs/ts-scripts-yarn3": "~7.1.8",
|
|
70
70
|
"@xylabs/tsconfig": "~7.1.8",
|
|
71
71
|
"@xylabs/tsconfig-dom": "~7.1.8",
|
|
72
72
|
"@xylabs/tsconfig-react": "~7.1.8",
|
|
73
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "^7.3.
|
|
74
|
-
"@xyo-network/react-payload-plugin": "^7.3.
|
|
75
|
-
"@xyo-network/react-storybook": "^7.3.
|
|
73
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "^7.3.8",
|
|
74
|
+
"@xyo-network/react-payload-plugin": "^7.3.8",
|
|
75
|
+
"@xyo-network/react-storybook": "^7.3.8",
|
|
76
76
|
"react": "~19.2.0",
|
|
77
77
|
"react-dom": "~19.2.0",
|
|
78
78
|
"react-router-dom": "^7.9.4",
|
|
79
|
-
"storybook": "~9.1.
|
|
79
|
+
"storybook": "~9.1.16",
|
|
80
80
|
"typescript": "~5.9.3",
|
|
81
|
-
"vite": "~7.1.
|
|
81
|
+
"vite": "~7.1.12"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@mui/icons-material": ">=6 <8",
|