@xyo-network/react-node-renderer 2.66.5 → 2.67.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 +6 -6
- package/dist/browser/hooks/cytoscape/useModuleDetails.d.mts +6 -6
- package/dist/browser/hooks/cytoscape/useModuleDetails.d.ts +6 -6
- package/dist/node/hooks/cytoscape/useModuleDetails.d.cts +6 -6
- package/dist/node/hooks/cytoscape/useModuleDetails.d.mts +6 -6
- package/dist/node/hooks/cytoscape/useModuleDetails.d.ts +6 -6
- package/package.json +22 -22
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ModuleInstance } from '@xyo-network/module';
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
|
|
3
|
-
module: ModuleInstance<import("@xyo-network/
|
|
3
|
+
module: ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 &
|
|
21
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
22
|
+
schema: string;
|
|
23
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
22
24
|
accountDerivationPath?: string | undefined;
|
|
23
25
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
24
26
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -36,9 +38,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
|
|
|
36
38
|
readonly timestamp?: boolean | undefined;
|
|
37
39
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
38
40
|
schema: "network.xyo.module.config";
|
|
39
|
-
}, "schema"> & {
|
|
40
|
-
schema: string;
|
|
41
|
-
}, "schema"> & {
|
|
41
|
+
}, "schema">, "schema"> & {
|
|
42
42
|
schema: string;
|
|
43
43
|
};
|
|
44
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ModuleInstance } from '@xyo-network/module';
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
|
|
3
|
-
module: ModuleInstance<import("@xyo-network/
|
|
3
|
+
module: ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 &
|
|
21
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
22
|
+
schema: string;
|
|
23
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
22
24
|
accountDerivationPath?: string | undefined;
|
|
23
25
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
24
26
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -36,9 +38,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
|
|
|
36
38
|
readonly timestamp?: boolean | undefined;
|
|
37
39
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
38
40
|
schema: "network.xyo.module.config";
|
|
39
|
-
}, "schema"> & {
|
|
40
|
-
schema: string;
|
|
41
|
-
}, "schema"> & {
|
|
41
|
+
}, "schema">, "schema"> & {
|
|
42
42
|
schema: string;
|
|
43
43
|
};
|
|
44
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ModuleInstance } from '@xyo-network/module';
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
|
|
3
|
-
module: ModuleInstance<import("@xyo-network/
|
|
3
|
+
module: ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 &
|
|
21
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
22
|
+
schema: string;
|
|
23
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
22
24
|
accountDerivationPath?: string | undefined;
|
|
23
25
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
24
26
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -36,9 +38,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
|
|
|
36
38
|
readonly timestamp?: boolean | undefined;
|
|
37
39
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
38
40
|
schema: "network.xyo.module.config";
|
|
39
|
-
}, "schema"> & {
|
|
40
|
-
schema: string;
|
|
41
|
-
}, "schema"> & {
|
|
41
|
+
}, "schema">, "schema"> & {
|
|
42
42
|
schema: string;
|
|
43
43
|
};
|
|
44
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ModuleInstance } from '@xyo-network/module';
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
|
|
3
|
-
module: ModuleInstance<import("@xyo-network/
|
|
3
|
+
module: ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 &
|
|
21
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
22
|
+
schema: string;
|
|
23
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
22
24
|
accountDerivationPath?: string | undefined;
|
|
23
25
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
24
26
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -36,9 +38,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
|
|
|
36
38
|
readonly timestamp?: boolean | undefined;
|
|
37
39
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
38
40
|
schema: "network.xyo.module.config";
|
|
39
|
-
}, "schema"> & {
|
|
40
|
-
schema: string;
|
|
41
|
-
}, "schema"> & {
|
|
41
|
+
}, "schema">, "schema"> & {
|
|
42
42
|
schema: string;
|
|
43
43
|
};
|
|
44
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ModuleInstance } from '@xyo-network/module';
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
|
|
3
|
-
module: ModuleInstance<import("@xyo-network/
|
|
3
|
+
module: ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 &
|
|
21
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
22
|
+
schema: string;
|
|
23
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
22
24
|
accountDerivationPath?: string | undefined;
|
|
23
25
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
24
26
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -36,9 +38,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
|
|
|
36
38
|
readonly timestamp?: boolean | undefined;
|
|
37
39
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
38
40
|
schema: "network.xyo.module.config";
|
|
39
|
-
}, "schema"> & {
|
|
40
|
-
schema: string;
|
|
41
|
-
}, "schema"> & {
|
|
41
|
+
}, "schema">, "schema"> & {
|
|
42
42
|
schema: string;
|
|
43
43
|
};
|
|
44
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ModuleInstance } from '@xyo-network/module';
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFoundModule?: () => void) => {
|
|
3
|
-
module: ModuleInstance<import("@xyo-network/
|
|
3
|
+
module: ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 &
|
|
21
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
22
|
+
schema: string;
|
|
23
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
22
24
|
accountDerivationPath?: string | undefined;
|
|
23
25
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
24
26
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -36,9 +38,7 @@ export declare const useModuleDetails: (rootModule?: ModuleInstance | null, onFo
|
|
|
36
38
|
readonly timestamp?: boolean | undefined;
|
|
37
39
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
38
40
|
schema: "network.xyo.module.config";
|
|
39
|
-
}, "schema"> & {
|
|
40
|
-
schema: string;
|
|
41
|
-
}, "schema"> & {
|
|
41
|
+
}, "schema">, "schema"> & {
|
|
42
42
|
schema: string;
|
|
43
43
|
};
|
|
44
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"@xylabs/react-identicon": "^3.0.34",
|
|
16
16
|
"@xylabs/react-promise": "^3.0.34",
|
|
17
17
|
"@xylabs/react-shared": "^3.0.34",
|
|
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.83.3",
|
|
19
|
+
"@xyo-network/archivist-model": "^2.83.3",
|
|
20
|
+
"@xyo-network/diviner-model": "^2.83.3",
|
|
21
|
+
"@xyo-network/module": "^2.83.3",
|
|
22
|
+
"@xyo-network/node-model": "^2.83.3",
|
|
23
|
+
"@xyo-network/react-archivist": "~2.67.0",
|
|
24
|
+
"@xyo-network/react-module": "~2.67.0",
|
|
25
|
+
"@xyo-network/react-node": "~2.67.0",
|
|
26
|
+
"@xyo-network/react-shared": "~2.67.0",
|
|
27
27
|
"cytoscape": "^3.27.0",
|
|
28
28
|
"cytoscape-cola": "^2.5.1"
|
|
29
29
|
},
|
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
"react-dom": "^18"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@storybook/react": "^7.6.
|
|
38
|
+
"@storybook/react": "^7.6.4",
|
|
39
39
|
"@types/cytoscape": "^3.19.16",
|
|
40
40
|
"@types/react-dom": "^18.2.17",
|
|
41
41
|
"@xylabs/ts-scripts-yarn3": "^3.2.10",
|
|
42
42
|
"@xylabs/tsconfig-react": "^3.2.10",
|
|
43
|
-
"@xyo-network/archivist": "^2.
|
|
44
|
-
"@xyo-network/bridge-model": "^2.
|
|
45
|
-
"@xyo-network/http-bridge": "^2.
|
|
46
|
-
"@xyo-network/id-plugin": "^2.
|
|
47
|
-
"@xyo-network/module": "^2.
|
|
48
|
-
"@xyo-network/node-memory": "^2.
|
|
49
|
-
"@xyo-network/react-storybook": "~2.
|
|
50
|
-
"@xyo-network/react-wallet": "~2.
|
|
51
|
-
"@xyo-network/sentinel": "^2.
|
|
52
|
-
"@xyo-network/witness": "^2.
|
|
53
|
-
"typescript": "^5.3.
|
|
43
|
+
"@xyo-network/archivist": "^2.83.3",
|
|
44
|
+
"@xyo-network/bridge-model": "^2.83.3",
|
|
45
|
+
"@xyo-network/http-bridge": "^2.83.3",
|
|
46
|
+
"@xyo-network/id-plugin": "^2.83.0",
|
|
47
|
+
"@xyo-network/module": "^2.83.3",
|
|
48
|
+
"@xyo-network/node-memory": "^2.83.3",
|
|
49
|
+
"@xyo-network/react-storybook": "~2.67.0",
|
|
50
|
+
"@xyo-network/react-wallet": "~2.67.0",
|
|
51
|
+
"@xyo-network/sentinel": "^2.83.3",
|
|
52
|
+
"@xyo-network/witness": "^2.83.3",
|
|
53
|
+
"typescript": "^5.3.3"
|
|
54
54
|
},
|
|
55
55
|
"description": "Common React library for all XYO projects that use React",
|
|
56
56
|
"docs": "dist/docs.json",
|
|
@@ -103,6 +103,6 @@
|
|
|
103
103
|
},
|
|
104
104
|
"sideEffects": false,
|
|
105
105
|
"types": "dist/browser/index.d.ts",
|
|
106
|
-
"version": "2.
|
|
106
|
+
"version": "2.67.0",
|
|
107
107
|
"type": "module"
|
|
108
108
|
}
|