@xyo-network/react-node-renderer 4.4.4 → 4.4.6
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/index.d.ts +3 -38
- package/package.json +29 -29
package/dist/browser/index.d.ts
CHANGED
|
@@ -12,8 +12,6 @@ import { AccountInstance } from '@xyo-network/account-model';
|
|
|
12
12
|
import * as _xyo_network_react_shared from '@xyo-network/react-shared';
|
|
13
13
|
import { ContextExState } from '@xyo-network/react-shared';
|
|
14
14
|
import { SvgIconComponent } from '@mui/icons-material';
|
|
15
|
-
import * as _xylabs_logger from '@xylabs/logger';
|
|
16
|
-
import * as _xyo_network_payload_model from '@xyo-network/payload-model';
|
|
17
15
|
import * as _xylabs_object from '@xylabs/object';
|
|
18
16
|
|
|
19
17
|
interface NodeRelationalGraphProps extends PropsWithChildren<FlexBoxProps> {
|
|
@@ -147,44 +145,11 @@ declare const useModuleDetails: (rootModule?: WeakRef<ModuleInstance> | null, on
|
|
|
147
145
|
addToResolvers?: boolean;
|
|
148
146
|
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
149
147
|
allowNameResolution?: boolean;
|
|
150
|
-
config:
|
|
151
|
-
schema: _xyo_network_payload_model.Schema;
|
|
152
|
-
readonly security?: {
|
|
153
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
154
|
-
readonly allowed?: {
|
|
155
|
-
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
156
|
-
} | undefined;
|
|
157
|
-
readonly disallowed?: {
|
|
158
|
-
[x: string]: Lowercase<string>[];
|
|
159
|
-
} | undefined;
|
|
160
|
-
} | undefined;
|
|
161
|
-
readonly archiving?: {
|
|
162
|
-
readonly archivists?: string[] | undefined;
|
|
163
|
-
readonly queries?: string[] | undefined;
|
|
164
|
-
} | undefined;
|
|
165
|
-
readonly allowedQueries?: string[] | undefined;
|
|
166
|
-
readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
|
|
167
|
-
readonly consoleLogger?: _xylabs_logger.LogLevel | undefined;
|
|
168
|
-
readonly labels?: {
|
|
169
|
-
[x: string]: string | undefined;
|
|
170
|
-
} | undefined;
|
|
171
|
-
readonly name?: _xyo_network_module_model.ModuleName | undefined;
|
|
172
|
-
readonly paging?: {
|
|
173
|
-
[x: string]: {
|
|
174
|
-
size?: number | undefined;
|
|
175
|
-
};
|
|
176
|
-
} | undefined;
|
|
177
|
-
readonly retry?: {
|
|
178
|
-
backoff?: number | undefined;
|
|
179
|
-
interval?: number | undefined;
|
|
180
|
-
retries?: number | undefined;
|
|
181
|
-
} | undefined;
|
|
182
|
-
readonly sign?: boolean | undefined;
|
|
183
|
-
readonly storeQueries?: boolean | undefined;
|
|
184
|
-
readonly timestamp?: boolean | undefined;
|
|
185
|
-
}>;
|
|
148
|
+
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
186
149
|
ephemeralQueryAccountEnabled?: boolean;
|
|
187
150
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
151
|
+
privateChildren?: ModuleInstance[];
|
|
152
|
+
publicChildren?: ModuleInstance[];
|
|
188
153
|
}, _xyo_network_module_model.ModuleEventData<object>> | null | undefined;
|
|
189
154
|
onModuleDetails: (address?: string | null) => void;
|
|
190
155
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-node-renderer",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.6",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -49,19 +49,19 @@
|
|
|
49
49
|
"@xylabs/react-flexbox": "^5.3.23",
|
|
50
50
|
"@xylabs/react-identicon": "^5.3.23",
|
|
51
51
|
"@xylabs/react-promise": "^5.3.23",
|
|
52
|
-
"@xyo-network/account-model": "^3.9.
|
|
53
|
-
"@xyo-network/archivist-model": "^3.9.
|
|
54
|
-
"@xyo-network/bridge-model": "^3.9.
|
|
55
|
-
"@xyo-network/diviner-model": "^3.9.
|
|
56
|
-
"@xyo-network/module-events": "^3.9.
|
|
57
|
-
"@xyo-network/module-model": "^3.9.
|
|
58
|
-
"@xyo-network/node-model": "^3.9.
|
|
59
|
-
"@xyo-network/react-archivist": "^4.4.
|
|
60
|
-
"@xyo-network/react-module": "^4.4.
|
|
61
|
-
"@xyo-network/react-node": "^4.4.
|
|
62
|
-
"@xyo-network/react-shared": "^4.4.
|
|
63
|
-
"@xyo-network/sentinel-model": "^3.9.
|
|
64
|
-
"@xyo-network/witness-model": "^3.9.
|
|
52
|
+
"@xyo-network/account-model": "^3.9.17",
|
|
53
|
+
"@xyo-network/archivist-model": "^3.9.17",
|
|
54
|
+
"@xyo-network/bridge-model": "^3.9.17",
|
|
55
|
+
"@xyo-network/diviner-model": "^3.9.17",
|
|
56
|
+
"@xyo-network/module-events": "^3.9.17",
|
|
57
|
+
"@xyo-network/module-model": "^3.9.17",
|
|
58
|
+
"@xyo-network/node-model": "^3.9.17",
|
|
59
|
+
"@xyo-network/react-archivist": "^4.4.6",
|
|
60
|
+
"@xyo-network/react-module": "^4.4.6",
|
|
61
|
+
"@xyo-network/react-node": "^4.4.6",
|
|
62
|
+
"@xyo-network/react-shared": "^4.4.6",
|
|
63
|
+
"@xyo-network/sentinel-model": "^3.9.17",
|
|
64
|
+
"@xyo-network/witness-model": "^3.9.17",
|
|
65
65
|
"cytoscape": "^3.31.0",
|
|
66
66
|
"cytoscape-cola": "^2.5.1",
|
|
67
67
|
"cytoscape-cose-bilkent": "^4.1.0",
|
|
@@ -69,27 +69,27 @@
|
|
|
69
69
|
"cytoscape-euler": "^1.2.3"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@mui/icons-material": "^6.4.
|
|
73
|
-
"@mui/material": "^6.4.
|
|
74
|
-
"@mui/styles": "^6.4.
|
|
75
|
-
"@storybook/react": "^8.
|
|
72
|
+
"@mui/icons-material": "^6.4.5",
|
|
73
|
+
"@mui/material": "^6.4.5",
|
|
74
|
+
"@mui/styles": "^6.4.5",
|
|
75
|
+
"@storybook/react": "^8.6.0",
|
|
76
76
|
"@types/cytoscape": "^3.21.9",
|
|
77
77
|
"@types/cytoscape-dagre": "^2.3.3",
|
|
78
78
|
"@types/cytoscape-euler": "^1.2.3",
|
|
79
79
|
"@types/react-dom": "^18.3.5",
|
|
80
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
81
|
-
"@xylabs/tsconfig-react": "^5.0.
|
|
82
|
-
"@xyo-network/archivist": "^3.9.
|
|
83
|
-
"@xyo-network/bridge-http": "^3.9.
|
|
84
|
-
"@xyo-network/bridge-model": "^3.9.
|
|
85
|
-
"@xyo-network/id-plugin": "^3.4.
|
|
86
|
-
"@xyo-network/node-memory": "^3.9.
|
|
87
|
-
"@xyo-network/react-storybook": "^4.4.
|
|
88
|
-
"@xyo-network/react-wallet": "^4.4.
|
|
89
|
-
"@xyo-network/sentinel": "^3.9.
|
|
80
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.25",
|
|
81
|
+
"@xylabs/tsconfig-react": "^5.0.25",
|
|
82
|
+
"@xyo-network/archivist": "^3.9.17",
|
|
83
|
+
"@xyo-network/bridge-http": "^3.9.17",
|
|
84
|
+
"@xyo-network/bridge-model": "^3.9.17",
|
|
85
|
+
"@xyo-network/id-plugin": "^3.4.2",
|
|
86
|
+
"@xyo-network/node-memory": "^3.9.17",
|
|
87
|
+
"@xyo-network/react-storybook": "^4.4.6",
|
|
88
|
+
"@xyo-network/react-wallet": "^4.4.6",
|
|
89
|
+
"@xyo-network/sentinel": "^3.9.17",
|
|
90
90
|
"react": "^18.3.1",
|
|
91
91
|
"react-dom": "^18.3.1",
|
|
92
|
-
"storybook": "^8.
|
|
92
|
+
"storybook": "^8.6.0",
|
|
93
93
|
"typescript": "^5.7.3"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|