@xyo-network/react-node-renderer 2.64.10 → 2.65.0
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/browser/hooks/cytoscape/useModuleDetails.d.cts +2 -2
- package/dist/browser/hooks/cytoscape/useModuleDetails.d.mts +2 -2
- package/dist/browser/hooks/cytoscape/useModuleDetails.d.ts +2 -2
- package/dist/node/hooks/cytoscape/useModuleDetails.d.cts +2 -2
- package/dist/node/hooks/cytoscape/useModuleDetails.d.mts +2 -2
- package/dist/node/hooks/cytoscape/useModuleDetails.d.ts +2 -2
- package/package.json +25 -25
- package/src/components/module/graph/GraphFlexBox.stories.tsx +1 -1
- package/src/components/relational/graph/Graph.stories.tsx +1 -1
- package/dist/docs.json +0 -84714
|
@@ -2,7 +2,7 @@ import { ModuleInstance } from '@xyo-network/module';
|
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
|
|
3
3
|
module: ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
6
6
|
accountDerivationPath?: string | undefined;
|
|
7
7
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
8
8
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -18,7 +18,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
|
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
20
20
|
readonly timestamp?: boolean | undefined;
|
|
21
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
21
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
22
22
|
accountDerivationPath?: string | undefined;
|
|
23
23
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
24
24
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -2,7 +2,7 @@ import { ModuleInstance } from '@xyo-network/module';
|
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
|
|
3
3
|
module: ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
6
6
|
accountDerivationPath?: string | undefined;
|
|
7
7
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
8
8
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -18,7 +18,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
|
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
20
20
|
readonly timestamp?: boolean | undefined;
|
|
21
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
21
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
22
22
|
accountDerivationPath?: string | undefined;
|
|
23
23
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
24
24
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -2,7 +2,7 @@ import { ModuleInstance } from '@xyo-network/module';
|
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
|
|
3
3
|
module: ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
6
6
|
accountDerivationPath?: string | undefined;
|
|
7
7
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
8
8
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -18,7 +18,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
|
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
20
20
|
readonly timestamp?: boolean | undefined;
|
|
21
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
21
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
22
22
|
accountDerivationPath?: string | undefined;
|
|
23
23
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
24
24
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -2,7 +2,7 @@ import { ModuleInstance } from '@xyo-network/module';
|
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
|
|
3
3
|
module: ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
6
6
|
accountDerivationPath?: string | undefined;
|
|
7
7
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
8
8
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -18,7 +18,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
|
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
20
20
|
readonly timestamp?: boolean | undefined;
|
|
21
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
21
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
22
22
|
accountDerivationPath?: string | undefined;
|
|
23
23
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
24
24
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -2,7 +2,7 @@ import { ModuleInstance } from '@xyo-network/module';
|
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
|
|
3
3
|
module: ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
6
6
|
accountDerivationPath?: string | undefined;
|
|
7
7
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
8
8
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -18,7 +18,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
|
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
20
20
|
readonly timestamp?: boolean | undefined;
|
|
21
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
21
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
22
22
|
accountDerivationPath?: string | undefined;
|
|
23
23
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
24
24
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -2,7 +2,7 @@ import { ModuleInstance } from '@xyo-network/module';
|
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
|
|
3
3
|
module: ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
6
6
|
accountDerivationPath?: string | undefined;
|
|
7
7
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
8
8
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -18,7 +18,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
|
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
20
20
|
readonly timestamp?: boolean | undefined;
|
|
21
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
21
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
22
22
|
accountDerivationPath?: string | undefined;
|
|
23
23
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
24
24
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
package/package.json
CHANGED
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"@xylabs/react-identicon": "^3.0.18",
|
|
16
16
|
"@xylabs/react-promise": "^3.0.18",
|
|
17
17
|
"@xylabs/react-shared": "^3.0.18",
|
|
18
|
-
"@xyo-network/account-model": "^2.
|
|
19
|
-
"@xyo-network/archivist-model": "^2.
|
|
20
|
-
"@xyo-network/diviner-model": "^2.
|
|
21
|
-
"@xyo-network/module": "^2.
|
|
22
|
-
"@xyo-network/node-model": "^2.
|
|
23
|
-
"@xyo-network/react-archivist": "~2.
|
|
24
|
-
"@xyo-network/react-module": "~2.
|
|
25
|
-
"@xyo-network/react-node": "~2.
|
|
26
|
-
"@xyo-network/react-shared": "~2.
|
|
18
|
+
"@xyo-network/account-model": "^2.76.0",
|
|
19
|
+
"@xyo-network/archivist-model": "^2.76.0",
|
|
20
|
+
"@xyo-network/diviner-model": "^2.76.0",
|
|
21
|
+
"@xyo-network/module": "^2.76.0",
|
|
22
|
+
"@xyo-network/node-model": "^2.76.0",
|
|
23
|
+
"@xyo-network/react-archivist": "~2.65.0",
|
|
24
|
+
"@xyo-network/react-module": "~2.65.0",
|
|
25
|
+
"@xyo-network/react-node": "~2.65.0",
|
|
26
|
+
"@xyo-network/react-shared": "~2.65.0",
|
|
27
27
|
"cytoscape": "^3.26.0",
|
|
28
28
|
"cytoscape-cola": "^2.5.1"
|
|
29
29
|
},
|
|
@@ -37,21 +37,21 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@storybook/react": "^7.4.6",
|
|
40
|
-
"@types/cytoscape": "^3.19.
|
|
41
|
-
"@types/react-dom": "^18.2.
|
|
42
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
43
|
-
"@xylabs/tsconfig-react": "^3.1.
|
|
44
|
-
"@xyo-network/archivist": "^2.
|
|
45
|
-
"@xyo-network/bridge-model": "^2.
|
|
46
|
-
"@xyo-network/http-bridge": "^2.
|
|
47
|
-
"@xyo-network/id-plugin": "^2.
|
|
48
|
-
"@xyo-network/module": "^2.
|
|
49
|
-
"@xyo-network/node-memory": "^2.
|
|
50
|
-
"@xyo-network/react-node": "~2.
|
|
51
|
-
"@xyo-network/react-storybook": "~2.
|
|
52
|
-
"@xyo-network/react-wallet": "~2.
|
|
53
|
-
"@xyo-network/sentinel": "^2.
|
|
54
|
-
"@xyo-network/witness": "^2.
|
|
40
|
+
"@types/cytoscape": "^3.19.12",
|
|
41
|
+
"@types/react-dom": "^18.2.13",
|
|
42
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.9",
|
|
43
|
+
"@xylabs/tsconfig-react": "^3.1.9",
|
|
44
|
+
"@xyo-network/archivist": "^2.76.0",
|
|
45
|
+
"@xyo-network/bridge-model": "^2.76.0",
|
|
46
|
+
"@xyo-network/http-bridge": "^2.76.0",
|
|
47
|
+
"@xyo-network/id-plugin": "^2.76.0",
|
|
48
|
+
"@xyo-network/module": "^2.76.0",
|
|
49
|
+
"@xyo-network/node-memory": "^2.76.0",
|
|
50
|
+
"@xyo-network/react-node": "~2.65.0",
|
|
51
|
+
"@xyo-network/react-storybook": "~2.65.0",
|
|
52
|
+
"@xyo-network/react-wallet": "~2.65.0",
|
|
53
|
+
"@xyo-network/sentinel": "^2.76.0",
|
|
54
|
+
"@xyo-network/witness": "^2.76.0",
|
|
55
55
|
"typescript": "^5.2.2"
|
|
56
56
|
},
|
|
57
57
|
"description": "Common React library for all XYO projects that use React",
|
|
@@ -105,6 +105,6 @@
|
|
|
105
105
|
},
|
|
106
106
|
"sideEffects": false,
|
|
107
107
|
"types": "dist/browser/index.d.ts",
|
|
108
|
-
"version": "2.
|
|
108
|
+
"version": "2.65.0",
|
|
109
109
|
"type": "module"
|
|
110
110
|
}
|
|
@@ -33,7 +33,7 @@ const MemoryNodeDecorator: Decorator = (Story, args) => {
|
|
|
33
33
|
await node.register(archivist)
|
|
34
34
|
await node.attach(archivist.address, true)
|
|
35
35
|
|
|
36
|
-
const sentinel = await MemorySentinel.create({ config: { name: 'MemorySentinel', schema: SentinelConfigSchema } })
|
|
36
|
+
const sentinel = await MemorySentinel.create({ config: { name: 'MemorySentinel', schema: SentinelConfigSchema, tasks: [] } })
|
|
37
37
|
await node.register(sentinel)
|
|
38
38
|
await node.attach(sentinel.address, true)
|
|
39
39
|
|
|
@@ -39,7 +39,7 @@ const MemoryNodeDecorator: Decorator = (Story, args) => {
|
|
|
39
39
|
await node.register(archivist)
|
|
40
40
|
await node.attach(archivist.address, true)
|
|
41
41
|
|
|
42
|
-
const sentinel = await MemorySentinel.create({ config: { name: 'MemorySentinel', schema: SentinelConfigSchema } })
|
|
42
|
+
const sentinel = await MemorySentinel.create({ config: { name: 'MemorySentinel', schema: SentinelConfigSchema, tasks: [] } })
|
|
43
43
|
await node.register(sentinel)
|
|
44
44
|
await node.attach(sentinel.address, true)
|
|
45
45
|
|