@xyo-network/react-node 2.40.21 → 2.40.23
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/cjs/components/Node.js +1 -1
- package/dist/cjs/components/Node.js.map +1 -1
- package/dist/cjs/components/NodeDrawer.d.ts +7 -0
- package/dist/cjs/components/NodeDrawer.d.ts.map +1 -0
- package/dist/cjs/components/NodeDrawer.js +29 -0
- package/dist/cjs/components/NodeDrawer.js.map +1 -0
- package/dist/cjs/components/index.d.ts +2 -0
- package/dist/cjs/components/index.d.ts.map +1 -1
- package/dist/cjs/components/index.js +4 -0
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/cjs/components/render/ModuleDescriptionBox.d.ts +8 -0
- package/dist/cjs/components/render/ModuleDescriptionBox.d.ts.map +1 -0
- package/dist/cjs/components/render/ModuleDescriptionBox.js +22 -0
- package/dist/cjs/components/render/ModuleDescriptionBox.js.map +1 -0
- package/dist/cjs/components/render/RenderModule.d.ts +12 -0
- package/dist/cjs/components/render/RenderModule.d.ts.map +1 -0
- package/dist/cjs/components/render/RenderModule.js +24 -0
- package/dist/cjs/components/render/RenderModule.js.map +1 -0
- package/dist/cjs/components/render/index.d.ts +3 -0
- package/dist/cjs/components/render/index.d.ts.map +1 -0
- package/dist/cjs/components/render/index.js +6 -0
- package/dist/cjs/components/render/index.js.map +1 -0
- package/dist/cjs/contexts/NodeDrawerContext/Context.d.ts +4 -0
- package/dist/cjs/contexts/NodeDrawerContext/Context.d.ts.map +1 -0
- package/dist/cjs/contexts/NodeDrawerContext/Context.js +6 -0
- package/dist/cjs/contexts/NodeDrawerContext/Context.js.map +1 -0
- package/dist/cjs/contexts/NodeDrawerContext/Provider.d.ts +7 -0
- package/dist/cjs/contexts/NodeDrawerContext/Provider.d.ts.map +1 -0
- package/dist/cjs/contexts/NodeDrawerContext/Provider.js +15 -0
- package/dist/cjs/contexts/NodeDrawerContext/Provider.js.map +1 -0
- package/dist/cjs/contexts/NodeDrawerContext/State.d.ts +7 -0
- package/dist/cjs/contexts/NodeDrawerContext/State.d.ts.map +1 -0
- package/dist/cjs/contexts/NodeDrawerContext/State.js +3 -0
- package/dist/cjs/contexts/NodeDrawerContext/State.js.map +1 -0
- package/dist/cjs/contexts/NodeDrawerContext/index.d.ts +5 -0
- package/dist/cjs/contexts/NodeDrawerContext/index.d.ts.map +1 -0
- package/dist/cjs/contexts/NodeDrawerContext/index.js +8 -0
- package/dist/cjs/contexts/NodeDrawerContext/index.js.map +1 -0
- package/dist/cjs/contexts/NodeDrawerContext/use.d.ts +2 -0
- package/dist/cjs/contexts/NodeDrawerContext/use.d.ts.map +1 -0
- package/dist/cjs/contexts/NodeDrawerContext/use.js +8 -0
- package/dist/cjs/contexts/NodeDrawerContext/use.js.map +1 -0
- package/dist/cjs/contexts/index.d.ts +1 -0
- package/dist/cjs/contexts/index.d.ts.map +1 -1
- package/dist/cjs/contexts/index.js +1 -0
- package/dist/cjs/contexts/index.js.map +1 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +687 -138
- package/dist/esm/components/Node.js +1 -1
- package/dist/esm/components/Node.js.map +1 -1
- package/dist/esm/components/NodeDrawer.d.ts +7 -0
- package/dist/esm/components/NodeDrawer.d.ts.map +1 -0
- package/dist/esm/components/NodeDrawer.js +23 -0
- package/dist/esm/components/NodeDrawer.js.map +1 -0
- package/dist/esm/components/index.d.ts +2 -0
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/index.js +2 -1
- package/dist/esm/components/index.js.map +1 -1
- package/dist/esm/components/render/ModuleDescriptionBox.d.ts +8 -0
- package/dist/esm/components/render/ModuleDescriptionBox.d.ts.map +1 -0
- package/dist/esm/components/render/ModuleDescriptionBox.js +17 -0
- package/dist/esm/components/render/ModuleDescriptionBox.js.map +1 -0
- package/dist/esm/components/render/RenderModule.d.ts +12 -0
- package/dist/esm/components/render/RenderModule.d.ts.map +1 -0
- package/dist/esm/components/render/RenderModule.js +20 -0
- package/dist/esm/components/render/RenderModule.js.map +1 -0
- package/dist/esm/components/render/index.d.ts +3 -0
- package/dist/esm/components/render/index.d.ts.map +1 -0
- package/dist/esm/components/render/index.js +3 -0
- package/dist/esm/components/render/index.js.map +1 -0
- package/dist/esm/contexts/NodeDrawerContext/Context.d.ts +4 -0
- package/dist/esm/contexts/NodeDrawerContext/Context.d.ts.map +1 -0
- package/dist/esm/contexts/NodeDrawerContext/Context.js +3 -0
- package/dist/esm/contexts/NodeDrawerContext/Context.js.map +1 -0
- package/dist/esm/contexts/NodeDrawerContext/Provider.d.ts +7 -0
- package/dist/esm/contexts/NodeDrawerContext/Provider.d.ts.map +1 -0
- package/dist/esm/contexts/NodeDrawerContext/Provider.js +11 -0
- package/dist/esm/contexts/NodeDrawerContext/Provider.js.map +1 -0
- package/dist/esm/contexts/NodeDrawerContext/State.d.ts +7 -0
- package/dist/esm/contexts/NodeDrawerContext/State.d.ts.map +1 -0
- package/dist/esm/contexts/NodeDrawerContext/State.js +2 -0
- package/dist/esm/contexts/NodeDrawerContext/State.js.map +1 -0
- package/dist/esm/contexts/NodeDrawerContext/index.d.ts +5 -0
- package/dist/esm/contexts/NodeDrawerContext/index.d.ts.map +1 -0
- package/dist/esm/contexts/NodeDrawerContext/index.js +5 -0
- package/dist/esm/contexts/NodeDrawerContext/index.js.map +1 -0
- package/dist/esm/contexts/NodeDrawerContext/use.d.ts +2 -0
- package/dist/esm/contexts/NodeDrawerContext/use.d.ts.map +1 -0
- package/dist/esm/contexts/NodeDrawerContext/use.js +4 -0
- package/dist/esm/contexts/NodeDrawerContext/use.js.map +1 -0
- package/dist/esm/contexts/index.d.ts +1 -0
- package/dist/esm/contexts/index.d.ts.map +1 -1
- package/dist/esm/contexts/index.js +1 -0
- package/dist/esm/contexts/index.js.map +1 -1
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +4 -2
- package/src/components/Node.tsx +1 -1
- package/src/components/NodeDrawer.stories.tsx +41 -0
- package/src/components/NodeDrawer.tsx +44 -0
- package/src/components/index.ts +2 -0
- package/src/components/render/ModuleDescriptionBox.tsx +42 -0
- package/src/components/render/RenderModule.tsx +43 -0
- package/src/components/render/index.ts +2 -0
- package/src/contexts/NodeDrawerContext/Context.ts +5 -0
- package/src/contexts/NodeDrawerContext/Provider.tsx +18 -0
- package/src/contexts/NodeDrawerContext/State.ts +7 -0
- package/src/contexts/NodeDrawerContext/index.ts +4 -0
- package/src/contexts/NodeDrawerContext/use.tsx +5 -0
- package/src/contexts/index.ts +1 -0
- package/src/index.ts +1 -0
- package/src/components/Node.stories.tsx +0 -36
package/dist/docs.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 49,
|
|
11
11
|
"name": "NodeContextState",
|
|
12
12
|
"kind": 256,
|
|
13
13
|
"kindString": "Interface",
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 50,
|
|
18
18
|
"name": "node",
|
|
19
19
|
"kind": 1024,
|
|
20
20
|
"kindString": "Property",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"fileName": "packages/sdk/packages/node/src/contexts/State.ts",
|
|
27
27
|
"line": 5,
|
|
28
28
|
"character": 2,
|
|
29
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
29
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/State.ts#L5"
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
32
|
"type": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
{
|
|
51
51
|
"type": "reflection",
|
|
52
52
|
"declaration": {
|
|
53
|
-
"id":
|
|
53
|
+
"id": 51,
|
|
54
54
|
"name": "__type",
|
|
55
55
|
"kind": 65536,
|
|
56
56
|
"kindString": "Type literal",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
{
|
|
60
60
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
61
61
|
"line": 7,
|
|
62
|
-
"character":
|
|
62
|
+
"character": 82
|
|
63
63
|
}
|
|
64
64
|
]
|
|
65
65
|
}
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
{
|
|
68
68
|
"type": "reflection",
|
|
69
69
|
"declaration": {
|
|
70
|
-
"id":
|
|
70
|
+
"id": 52,
|
|
71
71
|
"name": "__type",
|
|
72
72
|
"kind": 65536,
|
|
73
73
|
"kindString": "Type literal",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
{
|
|
77
77
|
"fileName": "node_modules/@xyo-network/node/dist/esm/Config.d.ts",
|
|
78
78
|
"line": 5,
|
|
79
|
-
"character":
|
|
79
|
+
"character": 82
|
|
80
80
|
}
|
|
81
81
|
]
|
|
82
82
|
}
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
{
|
|
85
85
|
"type": "reflection",
|
|
86
86
|
"declaration": {
|
|
87
|
-
"id":
|
|
87
|
+
"id": 53,
|
|
88
88
|
"name": "__type",
|
|
89
89
|
"kind": 65536,
|
|
90
90
|
"kindString": "Type literal",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
{
|
|
122
122
|
"type": "reflection",
|
|
123
123
|
"declaration": {
|
|
124
|
-
"id":
|
|
124
|
+
"id": 54,
|
|
125
125
|
"name": "__type",
|
|
126
126
|
"kind": 65536,
|
|
127
127
|
"kindString": "Type literal",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
{
|
|
131
131
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
132
132
|
"line": 7,
|
|
133
|
-
"character":
|
|
133
|
+
"character": 82
|
|
134
134
|
}
|
|
135
135
|
]
|
|
136
136
|
}
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
{
|
|
139
139
|
"type": "reflection",
|
|
140
140
|
"declaration": {
|
|
141
|
-
"id":
|
|
141
|
+
"id": 55,
|
|
142
142
|
"name": "__type",
|
|
143
143
|
"kind": 65536,
|
|
144
144
|
"kindString": "Type literal",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
}
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
|
-
"id":
|
|
169
|
+
"id": 56,
|
|
170
170
|
"name": "setNode",
|
|
171
171
|
"kind": 1024,
|
|
172
172
|
"kindString": "Property",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"fileName": "packages/sdk/packages/node/src/contexts/State.ts",
|
|
179
179
|
"line": 6,
|
|
180
180
|
"character": 2,
|
|
181
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
181
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/State.ts#L6"
|
|
182
182
|
}
|
|
183
183
|
],
|
|
184
184
|
"type": {
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
{
|
|
206
206
|
"type": "reflection",
|
|
207
207
|
"declaration": {
|
|
208
|
-
"id":
|
|
208
|
+
"id": 57,
|
|
209
209
|
"name": "__type",
|
|
210
210
|
"kind": 65536,
|
|
211
211
|
"kindString": "Type literal",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
{
|
|
215
215
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
216
216
|
"line": 7,
|
|
217
|
-
"character":
|
|
217
|
+
"character": 82
|
|
218
218
|
}
|
|
219
219
|
]
|
|
220
220
|
}
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
{
|
|
223
223
|
"type": "reflection",
|
|
224
224
|
"declaration": {
|
|
225
|
-
"id":
|
|
225
|
+
"id": 58,
|
|
226
226
|
"name": "__type",
|
|
227
227
|
"kind": 65536,
|
|
228
228
|
"kindString": "Type literal",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
{
|
|
232
232
|
"fileName": "node_modules/@xyo-network/node/dist/esm/Config.d.ts",
|
|
233
233
|
"line": 5,
|
|
234
|
-
"character":
|
|
234
|
+
"character": 82
|
|
235
235
|
}
|
|
236
236
|
]
|
|
237
237
|
}
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
{
|
|
240
240
|
"type": "reflection",
|
|
241
241
|
"declaration": {
|
|
242
|
-
"id":
|
|
242
|
+
"id": 59,
|
|
243
243
|
"name": "__type",
|
|
244
244
|
"kind": 65536,
|
|
245
245
|
"kindString": "Type literal",
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
{
|
|
277
277
|
"type": "reflection",
|
|
278
278
|
"declaration": {
|
|
279
|
-
"id":
|
|
279
|
+
"id": 60,
|
|
280
280
|
"name": "__type",
|
|
281
281
|
"kind": 65536,
|
|
282
282
|
"kindString": "Type literal",
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
{
|
|
286
286
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
287
287
|
"line": 7,
|
|
288
|
-
"character":
|
|
288
|
+
"character": 82
|
|
289
289
|
}
|
|
290
290
|
]
|
|
291
291
|
}
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
{
|
|
294
294
|
"type": "reflection",
|
|
295
295
|
"declaration": {
|
|
296
|
-
"id":
|
|
296
|
+
"id": 61,
|
|
297
297
|
"name": "__type",
|
|
298
298
|
"kind": 65536,
|
|
299
299
|
"kindString": "Type literal",
|
|
@@ -330,8 +330,8 @@
|
|
|
330
330
|
{
|
|
331
331
|
"title": "Properties",
|
|
332
332
|
"children": [
|
|
333
|
-
|
|
334
|
-
|
|
333
|
+
50,
|
|
334
|
+
56
|
|
335
335
|
]
|
|
336
336
|
}
|
|
337
337
|
],
|
|
@@ -340,19 +340,227 @@
|
|
|
340
340
|
"fileName": "packages/sdk/packages/node/src/contexts/State.ts",
|
|
341
341
|
"line": 4,
|
|
342
342
|
"character": 17,
|
|
343
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
343
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/State.ts#L4"
|
|
344
|
+
}
|
|
345
|
+
]
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"id": 5,
|
|
349
|
+
"name": "NodeDrawerProps",
|
|
350
|
+
"kind": 256,
|
|
351
|
+
"kindString": "Interface",
|
|
352
|
+
"flags": {},
|
|
353
|
+
"sources": [
|
|
354
|
+
{
|
|
355
|
+
"fileName": "packages/sdk/packages/node/src/components/NodeDrawer.tsx",
|
|
356
|
+
"line": 11,
|
|
357
|
+
"character": 17,
|
|
358
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/components/NodeDrawer.tsx#L11"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"extendedTypes": [
|
|
362
|
+
{
|
|
363
|
+
"type": "reference",
|
|
364
|
+
"name": "WithChildren",
|
|
365
|
+
"qualifiedName": "WithChildren",
|
|
366
|
+
"package": "@xylabs/react-shared"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"type": "reference",
|
|
370
|
+
"typeArguments": [
|
|
371
|
+
{
|
|
372
|
+
"type": "reference",
|
|
373
|
+
"name": "DrawerProps",
|
|
374
|
+
"qualifiedName": "DrawerProps",
|
|
375
|
+
"package": "@mui/material"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"type": "literal",
|
|
379
|
+
"value": "open"
|
|
380
|
+
}
|
|
381
|
+
],
|
|
382
|
+
"name": "Omit",
|
|
383
|
+
"qualifiedName": "Omit",
|
|
384
|
+
"package": "typescript"
|
|
385
|
+
}
|
|
386
|
+
]
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"id": 19,
|
|
390
|
+
"name": "NodeDrawerProviderProps",
|
|
391
|
+
"kind": 256,
|
|
392
|
+
"kindString": "Interface",
|
|
393
|
+
"flags": {},
|
|
394
|
+
"children": [
|
|
395
|
+
{
|
|
396
|
+
"id": 20,
|
|
397
|
+
"name": "defaultOpen",
|
|
398
|
+
"kind": 1024,
|
|
399
|
+
"kindString": "Property",
|
|
400
|
+
"flags": {
|
|
401
|
+
"isOptional": true
|
|
402
|
+
},
|
|
403
|
+
"sources": [
|
|
404
|
+
{
|
|
405
|
+
"fileName": "packages/sdk/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
406
|
+
"line": 7,
|
|
407
|
+
"character": 2,
|
|
408
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L7"
|
|
409
|
+
}
|
|
410
|
+
],
|
|
411
|
+
"type": {
|
|
412
|
+
"type": "intrinsic",
|
|
413
|
+
"name": "boolean"
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
],
|
|
417
|
+
"groups": [
|
|
418
|
+
{
|
|
419
|
+
"title": "Properties",
|
|
420
|
+
"children": [
|
|
421
|
+
20
|
|
422
|
+
]
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"sources": [
|
|
426
|
+
{
|
|
427
|
+
"fileName": "packages/sdk/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
428
|
+
"line": 6,
|
|
429
|
+
"character": 17,
|
|
430
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L6"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"extendedTypes": [
|
|
434
|
+
{
|
|
435
|
+
"type": "reference",
|
|
436
|
+
"name": "WithChildren",
|
|
437
|
+
"qualifiedName": "WithChildren",
|
|
438
|
+
"package": "@xylabs/react-shared"
|
|
439
|
+
}
|
|
440
|
+
]
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"id": 25,
|
|
444
|
+
"name": "NodeDrawerState",
|
|
445
|
+
"kind": 256,
|
|
446
|
+
"kindString": "Interface",
|
|
447
|
+
"flags": {},
|
|
448
|
+
"children": [
|
|
449
|
+
{
|
|
450
|
+
"id": 26,
|
|
451
|
+
"name": "open",
|
|
452
|
+
"kind": 1024,
|
|
453
|
+
"kindString": "Property",
|
|
454
|
+
"flags": {
|
|
455
|
+
"isOptional": true
|
|
456
|
+
},
|
|
457
|
+
"sources": [
|
|
458
|
+
{
|
|
459
|
+
"fileName": "packages/sdk/packages/node/src/contexts/NodeDrawerContext/State.ts",
|
|
460
|
+
"line": 5,
|
|
461
|
+
"character": 2,
|
|
462
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/NodeDrawerContext/State.ts#L5"
|
|
463
|
+
}
|
|
464
|
+
],
|
|
465
|
+
"type": {
|
|
466
|
+
"type": "intrinsic",
|
|
467
|
+
"name": "boolean"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"id": 28,
|
|
472
|
+
"name": "provided",
|
|
473
|
+
"kind": 1024,
|
|
474
|
+
"kindString": "Property",
|
|
475
|
+
"flags": {},
|
|
476
|
+
"sources": [
|
|
477
|
+
{
|
|
478
|
+
"fileName": "packages/sdk/packages/shared/dist/esm/contexts/contextEx/State.d.ts",
|
|
479
|
+
"line": 2,
|
|
480
|
+
"character": 4
|
|
481
|
+
}
|
|
482
|
+
],
|
|
483
|
+
"type": {
|
|
484
|
+
"type": "intrinsic",
|
|
485
|
+
"name": "boolean"
|
|
486
|
+
},
|
|
487
|
+
"inheritedFrom": {
|
|
488
|
+
"type": "reference",
|
|
489
|
+
"name": "ContextExState.provided"
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"id": 27,
|
|
494
|
+
"name": "setOpen",
|
|
495
|
+
"kind": 1024,
|
|
496
|
+
"kindString": "Property",
|
|
497
|
+
"flags": {
|
|
498
|
+
"isOptional": true
|
|
499
|
+
},
|
|
500
|
+
"sources": [
|
|
501
|
+
{
|
|
502
|
+
"fileName": "packages/sdk/packages/node/src/contexts/NodeDrawerContext/State.ts",
|
|
503
|
+
"line": 6,
|
|
504
|
+
"character": 2,
|
|
505
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/NodeDrawerContext/State.ts#L6"
|
|
506
|
+
}
|
|
507
|
+
],
|
|
508
|
+
"type": {
|
|
509
|
+
"type": "reference",
|
|
510
|
+
"typeArguments": [
|
|
511
|
+
{
|
|
512
|
+
"type": "reference",
|
|
513
|
+
"typeArguments": [
|
|
514
|
+
{
|
|
515
|
+
"type": "intrinsic",
|
|
516
|
+
"name": "boolean"
|
|
517
|
+
}
|
|
518
|
+
],
|
|
519
|
+
"name": "SetStateAction",
|
|
520
|
+
"qualifiedName": "React.SetStateAction",
|
|
521
|
+
"package": "@types/react"
|
|
522
|
+
}
|
|
523
|
+
],
|
|
524
|
+
"name": "Dispatch",
|
|
525
|
+
"qualifiedName": "React.Dispatch",
|
|
526
|
+
"package": "@types/react"
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"groups": [
|
|
531
|
+
{
|
|
532
|
+
"title": "Properties",
|
|
533
|
+
"children": [
|
|
534
|
+
26,
|
|
535
|
+
28,
|
|
536
|
+
27
|
|
537
|
+
]
|
|
538
|
+
}
|
|
539
|
+
],
|
|
540
|
+
"sources": [
|
|
541
|
+
{
|
|
542
|
+
"fileName": "packages/sdk/packages/node/src/contexts/NodeDrawerContext/State.ts",
|
|
543
|
+
"line": 4,
|
|
544
|
+
"character": 17,
|
|
545
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/NodeDrawerContext/State.ts#L4"
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"extendedTypes": [
|
|
549
|
+
{
|
|
550
|
+
"type": "reference",
|
|
551
|
+
"name": "ContextExState"
|
|
344
552
|
}
|
|
345
553
|
]
|
|
346
554
|
},
|
|
347
555
|
{
|
|
348
|
-
"id":
|
|
556
|
+
"id": 32,
|
|
349
557
|
"name": "NodeProviderProps",
|
|
350
558
|
"kind": 256,
|
|
351
559
|
"kindString": "Interface",
|
|
352
560
|
"flags": {},
|
|
353
561
|
"children": [
|
|
354
562
|
{
|
|
355
|
-
"id":
|
|
563
|
+
"id": 34,
|
|
356
564
|
"name": "node",
|
|
357
565
|
"kind": 1024,
|
|
358
566
|
"kindString": "Property",
|
|
@@ -364,7 +572,7 @@
|
|
|
364
572
|
"fileName": "packages/sdk/packages/node/src/contexts/Provider.tsx",
|
|
365
573
|
"line": 9,
|
|
366
574
|
"character": 2,
|
|
367
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
575
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/Provider.tsx#L9"
|
|
368
576
|
}
|
|
369
577
|
],
|
|
370
578
|
"type": {
|
|
@@ -388,7 +596,7 @@
|
|
|
388
596
|
{
|
|
389
597
|
"type": "reflection",
|
|
390
598
|
"declaration": {
|
|
391
|
-
"id":
|
|
599
|
+
"id": 35,
|
|
392
600
|
"name": "__type",
|
|
393
601
|
"kind": 65536,
|
|
394
602
|
"kindString": "Type literal",
|
|
@@ -397,7 +605,7 @@
|
|
|
397
605
|
{
|
|
398
606
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
399
607
|
"line": 7,
|
|
400
|
-
"character":
|
|
608
|
+
"character": 82
|
|
401
609
|
}
|
|
402
610
|
]
|
|
403
611
|
}
|
|
@@ -405,7 +613,7 @@
|
|
|
405
613
|
{
|
|
406
614
|
"type": "reflection",
|
|
407
615
|
"declaration": {
|
|
408
|
-
"id":
|
|
616
|
+
"id": 36,
|
|
409
617
|
"name": "__type",
|
|
410
618
|
"kind": 65536,
|
|
411
619
|
"kindString": "Type literal",
|
|
@@ -414,7 +622,7 @@
|
|
|
414
622
|
{
|
|
415
623
|
"fileName": "node_modules/@xyo-network/node/dist/esm/Config.d.ts",
|
|
416
624
|
"line": 5,
|
|
417
|
-
"character":
|
|
625
|
+
"character": 82
|
|
418
626
|
}
|
|
419
627
|
]
|
|
420
628
|
}
|
|
@@ -422,7 +630,7 @@
|
|
|
422
630
|
{
|
|
423
631
|
"type": "reflection",
|
|
424
632
|
"declaration": {
|
|
425
|
-
"id":
|
|
633
|
+
"id": 37,
|
|
426
634
|
"name": "__type",
|
|
427
635
|
"kind": 65536,
|
|
428
636
|
"kindString": "Type literal",
|
|
@@ -459,7 +667,7 @@
|
|
|
459
667
|
{
|
|
460
668
|
"type": "reflection",
|
|
461
669
|
"declaration": {
|
|
462
|
-
"id":
|
|
670
|
+
"id": 38,
|
|
463
671
|
"name": "__type",
|
|
464
672
|
"kind": 65536,
|
|
465
673
|
"kindString": "Type literal",
|
|
@@ -468,7 +676,7 @@
|
|
|
468
676
|
{
|
|
469
677
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
470
678
|
"line": 7,
|
|
471
|
-
"character":
|
|
679
|
+
"character": 82
|
|
472
680
|
}
|
|
473
681
|
]
|
|
474
682
|
}
|
|
@@ -476,7 +684,7 @@
|
|
|
476
684
|
{
|
|
477
685
|
"type": "reflection",
|
|
478
686
|
"declaration": {
|
|
479
|
-
"id":
|
|
687
|
+
"id": 39,
|
|
480
688
|
"name": "__type",
|
|
481
689
|
"kind": 65536,
|
|
482
690
|
"kindString": "Type literal",
|
|
@@ -504,7 +712,7 @@
|
|
|
504
712
|
}
|
|
505
713
|
},
|
|
506
714
|
{
|
|
507
|
-
"id":
|
|
715
|
+
"id": 33,
|
|
508
716
|
"name": "required",
|
|
509
717
|
"kind": 1024,
|
|
510
718
|
"kindString": "Property",
|
|
@@ -516,7 +724,7 @@
|
|
|
516
724
|
"fileName": "packages/sdk/packages/node/src/contexts/Provider.tsx",
|
|
517
725
|
"line": 8,
|
|
518
726
|
"character": 2,
|
|
519
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
727
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/Provider.tsx#L8"
|
|
520
728
|
}
|
|
521
729
|
],
|
|
522
730
|
"type": {
|
|
@@ -529,8 +737,8 @@
|
|
|
529
737
|
{
|
|
530
738
|
"title": "Properties",
|
|
531
739
|
"children": [
|
|
532
|
-
|
|
533
|
-
|
|
740
|
+
34,
|
|
741
|
+
33
|
|
534
742
|
]
|
|
535
743
|
}
|
|
536
744
|
],
|
|
@@ -539,12 +747,12 @@
|
|
|
539
747
|
"fileName": "packages/sdk/packages/node/src/contexts/Provider.tsx",
|
|
540
748
|
"line": 7,
|
|
541
749
|
"character": 17,
|
|
542
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
750
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/Provider.tsx#L7"
|
|
543
751
|
}
|
|
544
752
|
]
|
|
545
753
|
},
|
|
546
754
|
{
|
|
547
|
-
"id":
|
|
755
|
+
"id": 11,
|
|
548
756
|
"name": "MemoryNodeProviderProps",
|
|
549
757
|
"kind": 4194304,
|
|
550
758
|
"kindString": "Type alias",
|
|
@@ -554,7 +762,7 @@
|
|
|
554
762
|
"fileName": "packages/sdk/packages/node/src/contexts/MemoryProvider.tsx",
|
|
555
763
|
"line": 9,
|
|
556
764
|
"character": 12,
|
|
557
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
765
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/MemoryProvider.tsx#L9"
|
|
558
766
|
}
|
|
559
767
|
],
|
|
560
768
|
"type": {
|
|
@@ -566,14 +774,14 @@
|
|
|
566
774
|
{
|
|
567
775
|
"type": "reflection",
|
|
568
776
|
"declaration": {
|
|
569
|
-
"id":
|
|
777
|
+
"id": 12,
|
|
570
778
|
"name": "__type",
|
|
571
779
|
"kind": 65536,
|
|
572
780
|
"kindString": "Type literal",
|
|
573
781
|
"flags": {},
|
|
574
782
|
"children": [
|
|
575
783
|
{
|
|
576
|
-
"id":
|
|
784
|
+
"id": 13,
|
|
577
785
|
"name": "required",
|
|
578
786
|
"kind": 1024,
|
|
579
787
|
"kindString": "Property",
|
|
@@ -585,7 +793,7 @@
|
|
|
585
793
|
"fileName": "packages/sdk/packages/node/src/contexts/MemoryProvider.tsx",
|
|
586
794
|
"line": 10,
|
|
587
795
|
"character": 2,
|
|
588
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
796
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/MemoryProvider.tsx#L10"
|
|
589
797
|
}
|
|
590
798
|
],
|
|
591
799
|
"type": {
|
|
@@ -598,7 +806,7 @@
|
|
|
598
806
|
{
|
|
599
807
|
"title": "Properties",
|
|
600
808
|
"children": [
|
|
601
|
-
|
|
809
|
+
13
|
|
602
810
|
]
|
|
603
811
|
}
|
|
604
812
|
],
|
|
@@ -607,7 +815,7 @@
|
|
|
607
815
|
"fileName": "packages/sdk/packages/node/src/contexts/MemoryProvider.tsx",
|
|
608
816
|
"line": 9,
|
|
609
817
|
"character": 51,
|
|
610
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
818
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/MemoryProvider.tsx#L9"
|
|
611
819
|
}
|
|
612
820
|
]
|
|
613
821
|
}
|
|
@@ -635,7 +843,7 @@
|
|
|
635
843
|
}
|
|
636
844
|
},
|
|
637
845
|
{
|
|
638
|
-
"id":
|
|
846
|
+
"id": 40,
|
|
639
847
|
"name": "XyoNodeProviderProps",
|
|
640
848
|
"kind": 4194304,
|
|
641
849
|
"kindString": "Type alias",
|
|
@@ -659,17 +867,17 @@
|
|
|
659
867
|
"fileName": "packages/sdk/packages/node/src/contexts/Provider.tsx",
|
|
660
868
|
"line": 13,
|
|
661
869
|
"character": 12,
|
|
662
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
870
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/Provider.tsx#L13"
|
|
663
871
|
}
|
|
664
872
|
],
|
|
665
873
|
"type": {
|
|
666
874
|
"type": "reference",
|
|
667
|
-
"id":
|
|
875
|
+
"id": 32,
|
|
668
876
|
"name": "NodeProviderProps"
|
|
669
877
|
}
|
|
670
878
|
},
|
|
671
879
|
{
|
|
672
|
-
"id":
|
|
880
|
+
"id": 10,
|
|
673
881
|
"name": "NodeContext",
|
|
674
882
|
"kind": 32,
|
|
675
883
|
"kindString": "Variable",
|
|
@@ -681,7 +889,7 @@
|
|
|
681
889
|
"fileName": "packages/sdk/packages/node/src/contexts/Context.ts",
|
|
682
890
|
"line": 5,
|
|
683
891
|
"character": 13,
|
|
684
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
892
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/Context.ts#L5"
|
|
685
893
|
}
|
|
686
894
|
],
|
|
687
895
|
"type": {
|
|
@@ -692,7 +900,7 @@
|
|
|
692
900
|
"types": [
|
|
693
901
|
{
|
|
694
902
|
"type": "reference",
|
|
695
|
-
"id":
|
|
903
|
+
"id": 49,
|
|
696
904
|
"name": "NodeContextState"
|
|
697
905
|
},
|
|
698
906
|
{
|
|
@@ -709,7 +917,47 @@
|
|
|
709
917
|
"defaultValue": "..."
|
|
710
918
|
},
|
|
711
919
|
{
|
|
712
|
-
"id":
|
|
920
|
+
"id": 18,
|
|
921
|
+
"name": "NodeDrawerContext",
|
|
922
|
+
"kind": 32,
|
|
923
|
+
"kindString": "Variable",
|
|
924
|
+
"flags": {
|
|
925
|
+
"isConst": true
|
|
926
|
+
},
|
|
927
|
+
"sources": [
|
|
928
|
+
{
|
|
929
|
+
"fileName": "packages/sdk/packages/node/src/contexts/NodeDrawerContext/Context.ts",
|
|
930
|
+
"line": 5,
|
|
931
|
+
"character": 13,
|
|
932
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/NodeDrawerContext/Context.ts#L5"
|
|
933
|
+
}
|
|
934
|
+
],
|
|
935
|
+
"type": {
|
|
936
|
+
"type": "reference",
|
|
937
|
+
"typeArguments": [
|
|
938
|
+
{
|
|
939
|
+
"type": "intersection",
|
|
940
|
+
"types": [
|
|
941
|
+
{
|
|
942
|
+
"type": "reference",
|
|
943
|
+
"id": 25,
|
|
944
|
+
"name": "NodeDrawerState"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"type": "reference",
|
|
948
|
+
"name": "ContextExState"
|
|
949
|
+
}
|
|
950
|
+
]
|
|
951
|
+
}
|
|
952
|
+
],
|
|
953
|
+
"name": "Context",
|
|
954
|
+
"qualifiedName": "React.Context",
|
|
955
|
+
"package": "@types/react"
|
|
956
|
+
},
|
|
957
|
+
"defaultValue": "..."
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"id": 14,
|
|
713
961
|
"name": "MemoryNodeProvider",
|
|
714
962
|
"kind": 64,
|
|
715
963
|
"kindString": "Function",
|
|
@@ -719,31 +967,184 @@
|
|
|
719
967
|
"fileName": "packages/sdk/packages/node/src/contexts/MemoryProvider.tsx",
|
|
720
968
|
"line": 14,
|
|
721
969
|
"character": 13,
|
|
722
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
970
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/MemoryProvider.tsx#L14"
|
|
723
971
|
}
|
|
724
972
|
],
|
|
725
973
|
"signatures": [
|
|
726
974
|
{
|
|
727
|
-
"id":
|
|
975
|
+
"id": 15,
|
|
728
976
|
"name": "MemoryNodeProvider",
|
|
729
977
|
"kind": 4096,
|
|
730
978
|
"kindString": "Call signature",
|
|
731
979
|
"flags": {},
|
|
732
980
|
"parameters": [
|
|
733
981
|
{
|
|
734
|
-
"id":
|
|
982
|
+
"id": 16,
|
|
735
983
|
"name": "props",
|
|
736
984
|
"kind": 32768,
|
|
737
985
|
"kindString": "Parameter",
|
|
738
986
|
"flags": {},
|
|
739
987
|
"type": {
|
|
740
988
|
"type": "reference",
|
|
741
|
-
"id":
|
|
989
|
+
"id": 11,
|
|
742
990
|
"name": "MemoryNodeProviderProps"
|
|
743
991
|
}
|
|
744
992
|
},
|
|
993
|
+
{
|
|
994
|
+
"id": 17,
|
|
995
|
+
"name": "context",
|
|
996
|
+
"kind": 32768,
|
|
997
|
+
"kindString": "Parameter",
|
|
998
|
+
"flags": {
|
|
999
|
+
"isOptional": true
|
|
1000
|
+
},
|
|
1001
|
+
"type": {
|
|
1002
|
+
"type": "intrinsic",
|
|
1003
|
+
"name": "any"
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
],
|
|
1007
|
+
"type": {
|
|
1008
|
+
"type": "union",
|
|
1009
|
+
"types": [
|
|
1010
|
+
{
|
|
1011
|
+
"type": "literal",
|
|
1012
|
+
"value": null
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"type": "reference",
|
|
1016
|
+
"typeArguments": [
|
|
1017
|
+
{
|
|
1018
|
+
"type": "intrinsic",
|
|
1019
|
+
"name": "any"
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"type": "intrinsic",
|
|
1023
|
+
"name": "any"
|
|
1024
|
+
}
|
|
1025
|
+
],
|
|
1026
|
+
"name": "ReactElement",
|
|
1027
|
+
"qualifiedName": "React.ReactElement",
|
|
1028
|
+
"package": "@types/react"
|
|
1029
|
+
}
|
|
1030
|
+
]
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
]
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"id": 1,
|
|
1037
|
+
"name": "NodeBox",
|
|
1038
|
+
"kind": 64,
|
|
1039
|
+
"kindString": "Function",
|
|
1040
|
+
"flags": {},
|
|
1041
|
+
"sources": [
|
|
1042
|
+
{
|
|
1043
|
+
"fileName": "packages/sdk/packages/node/src/components/Node.tsx",
|
|
1044
|
+
"line": 6,
|
|
1045
|
+
"character": 13,
|
|
1046
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/components/Node.tsx#L6"
|
|
1047
|
+
}
|
|
1048
|
+
],
|
|
1049
|
+
"signatures": [
|
|
1050
|
+
{
|
|
1051
|
+
"id": 2,
|
|
1052
|
+
"name": "NodeBox",
|
|
1053
|
+
"kind": 4096,
|
|
1054
|
+
"kindString": "Call signature",
|
|
1055
|
+
"flags": {},
|
|
1056
|
+
"parameters": [
|
|
1057
|
+
{
|
|
1058
|
+
"id": 3,
|
|
1059
|
+
"name": "props",
|
|
1060
|
+
"kind": 32768,
|
|
1061
|
+
"kindString": "Parameter",
|
|
1062
|
+
"flags": {},
|
|
1063
|
+
"type": {
|
|
1064
|
+
"type": "reference",
|
|
1065
|
+
"name": "BusyBoxProps",
|
|
1066
|
+
"qualifiedName": "BusyBoxProps",
|
|
1067
|
+
"package": "@xylabs/react-flexbox"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"id": 4,
|
|
1072
|
+
"name": "context",
|
|
1073
|
+
"kind": 32768,
|
|
1074
|
+
"kindString": "Parameter",
|
|
1075
|
+
"flags": {
|
|
1076
|
+
"isOptional": true
|
|
1077
|
+
},
|
|
1078
|
+
"type": {
|
|
1079
|
+
"type": "intrinsic",
|
|
1080
|
+
"name": "any"
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
],
|
|
1084
|
+
"type": {
|
|
1085
|
+
"type": "union",
|
|
1086
|
+
"types": [
|
|
1087
|
+
{
|
|
1088
|
+
"type": "literal",
|
|
1089
|
+
"value": null
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"type": "reference",
|
|
1093
|
+
"typeArguments": [
|
|
1094
|
+
{
|
|
1095
|
+
"type": "intrinsic",
|
|
1096
|
+
"name": "any"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"type": "intrinsic",
|
|
1100
|
+
"name": "any"
|
|
1101
|
+
}
|
|
1102
|
+
],
|
|
1103
|
+
"name": "ReactElement",
|
|
1104
|
+
"qualifiedName": "React.ReactElement",
|
|
1105
|
+
"package": "@types/react"
|
|
1106
|
+
}
|
|
1107
|
+
]
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
]
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"id": 6,
|
|
1114
|
+
"name": "NodeDrawer",
|
|
1115
|
+
"kind": 64,
|
|
1116
|
+
"kindString": "Function",
|
|
1117
|
+
"flags": {},
|
|
1118
|
+
"sources": [
|
|
1119
|
+
{
|
|
1120
|
+
"fileName": "packages/sdk/packages/node/src/components/NodeDrawer.tsx",
|
|
1121
|
+
"line": 13,
|
|
1122
|
+
"character": 13,
|
|
1123
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/components/NodeDrawer.tsx#L13"
|
|
1124
|
+
}
|
|
1125
|
+
],
|
|
1126
|
+
"signatures": [
|
|
1127
|
+
{
|
|
1128
|
+
"id": 7,
|
|
1129
|
+
"name": "NodeDrawer",
|
|
1130
|
+
"kind": 4096,
|
|
1131
|
+
"kindString": "Call signature",
|
|
1132
|
+
"flags": {},
|
|
1133
|
+
"parameters": [
|
|
745
1134
|
{
|
|
746
1135
|
"id": 8,
|
|
1136
|
+
"name": "props",
|
|
1137
|
+
"kind": 32768,
|
|
1138
|
+
"kindString": "Parameter",
|
|
1139
|
+
"flags": {},
|
|
1140
|
+
"type": {
|
|
1141
|
+
"type": "reference",
|
|
1142
|
+
"id": 5,
|
|
1143
|
+
"name": "NodeDrawerProps"
|
|
1144
|
+
}
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"id": 9,
|
|
747
1148
|
"name": "context",
|
|
748
1149
|
"kind": 32768,
|
|
749
1150
|
"kindString": "Parameter",
|
|
@@ -785,7 +1186,83 @@
|
|
|
785
1186
|
]
|
|
786
1187
|
},
|
|
787
1188
|
{
|
|
788
|
-
"id":
|
|
1189
|
+
"id": 21,
|
|
1190
|
+
"name": "NodeDrawerProvider",
|
|
1191
|
+
"kind": 64,
|
|
1192
|
+
"kindString": "Function",
|
|
1193
|
+
"flags": {},
|
|
1194
|
+
"sources": [
|
|
1195
|
+
{
|
|
1196
|
+
"fileName": "packages/sdk/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
1197
|
+
"line": 10,
|
|
1198
|
+
"character": 13,
|
|
1199
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L10"
|
|
1200
|
+
}
|
|
1201
|
+
],
|
|
1202
|
+
"signatures": [
|
|
1203
|
+
{
|
|
1204
|
+
"id": 22,
|
|
1205
|
+
"name": "NodeDrawerProvider",
|
|
1206
|
+
"kind": 4096,
|
|
1207
|
+
"kindString": "Call signature",
|
|
1208
|
+
"flags": {},
|
|
1209
|
+
"parameters": [
|
|
1210
|
+
{
|
|
1211
|
+
"id": 23,
|
|
1212
|
+
"name": "props",
|
|
1213
|
+
"kind": 32768,
|
|
1214
|
+
"kindString": "Parameter",
|
|
1215
|
+
"flags": {},
|
|
1216
|
+
"type": {
|
|
1217
|
+
"type": "reference",
|
|
1218
|
+
"id": 19,
|
|
1219
|
+
"name": "NodeDrawerProviderProps"
|
|
1220
|
+
}
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"id": 24,
|
|
1224
|
+
"name": "context",
|
|
1225
|
+
"kind": 32768,
|
|
1226
|
+
"kindString": "Parameter",
|
|
1227
|
+
"flags": {
|
|
1228
|
+
"isOptional": true
|
|
1229
|
+
},
|
|
1230
|
+
"type": {
|
|
1231
|
+
"type": "intrinsic",
|
|
1232
|
+
"name": "any"
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
],
|
|
1236
|
+
"type": {
|
|
1237
|
+
"type": "union",
|
|
1238
|
+
"types": [
|
|
1239
|
+
{
|
|
1240
|
+
"type": "literal",
|
|
1241
|
+
"value": null
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"type": "reference",
|
|
1245
|
+
"typeArguments": [
|
|
1246
|
+
{
|
|
1247
|
+
"type": "intrinsic",
|
|
1248
|
+
"name": "any"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"type": "intrinsic",
|
|
1252
|
+
"name": "any"
|
|
1253
|
+
}
|
|
1254
|
+
],
|
|
1255
|
+
"name": "ReactElement",
|
|
1256
|
+
"qualifiedName": "React.ReactElement",
|
|
1257
|
+
"package": "@types/react"
|
|
1258
|
+
}
|
|
1259
|
+
]
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
]
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"id": 41,
|
|
789
1266
|
"name": "NodeProvider",
|
|
790
1267
|
"kind": 64,
|
|
791
1268
|
"kindString": "Function",
|
|
@@ -795,19 +1272,19 @@
|
|
|
795
1272
|
"fileName": "packages/sdk/packages/node/src/contexts/Provider.tsx",
|
|
796
1273
|
"line": 15,
|
|
797
1274
|
"character": 13,
|
|
798
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1275
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/Provider.tsx#L15"
|
|
799
1276
|
}
|
|
800
1277
|
],
|
|
801
1278
|
"signatures": [
|
|
802
1279
|
{
|
|
803
|
-
"id":
|
|
1280
|
+
"id": 42,
|
|
804
1281
|
"name": "NodeProvider",
|
|
805
1282
|
"kind": 4096,
|
|
806
1283
|
"kindString": "Call signature",
|
|
807
1284
|
"flags": {},
|
|
808
1285
|
"parameters": [
|
|
809
1286
|
{
|
|
810
|
-
"id":
|
|
1287
|
+
"id": 43,
|
|
811
1288
|
"name": "props",
|
|
812
1289
|
"kind": 32768,
|
|
813
1290
|
"kindString": "Parameter",
|
|
@@ -817,7 +1294,7 @@
|
|
|
817
1294
|
"typeArguments": [
|
|
818
1295
|
{
|
|
819
1296
|
"type": "reference",
|
|
820
|
-
"id":
|
|
1297
|
+
"id": 32,
|
|
821
1298
|
"name": "NodeProviderProps"
|
|
822
1299
|
}
|
|
823
1300
|
],
|
|
@@ -827,7 +1304,7 @@
|
|
|
827
1304
|
}
|
|
828
1305
|
},
|
|
829
1306
|
{
|
|
830
|
-
"id":
|
|
1307
|
+
"id": 44,
|
|
831
1308
|
"name": "context",
|
|
832
1309
|
"kind": 32768,
|
|
833
1310
|
"kindString": "Parameter",
|
|
@@ -869,7 +1346,7 @@
|
|
|
869
1346
|
]
|
|
870
1347
|
},
|
|
871
1348
|
{
|
|
872
|
-
"id":
|
|
1349
|
+
"id": 45,
|
|
873
1350
|
"name": "XyoNodeProvider",
|
|
874
1351
|
"kind": 64,
|
|
875
1352
|
"kindString": "Function",
|
|
@@ -879,12 +1356,12 @@
|
|
|
879
1356
|
"fileName": "packages/sdk/packages/node/src/contexts/Provider.tsx",
|
|
880
1357
|
"line": 26,
|
|
881
1358
|
"character": 13,
|
|
882
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1359
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/Provider.tsx#L26"
|
|
883
1360
|
}
|
|
884
1361
|
],
|
|
885
1362
|
"signatures": [
|
|
886
1363
|
{
|
|
887
|
-
"id":
|
|
1364
|
+
"id": 46,
|
|
888
1365
|
"name": "XyoNodeProvider",
|
|
889
1366
|
"kind": 4096,
|
|
890
1367
|
"kindString": "Call signature",
|
|
@@ -905,7 +1382,7 @@
|
|
|
905
1382
|
},
|
|
906
1383
|
"parameters": [
|
|
907
1384
|
{
|
|
908
|
-
"id":
|
|
1385
|
+
"id": 47,
|
|
909
1386
|
"name": "props",
|
|
910
1387
|
"kind": 32768,
|
|
911
1388
|
"kindString": "Parameter",
|
|
@@ -915,7 +1392,7 @@
|
|
|
915
1392
|
"typeArguments": [
|
|
916
1393
|
{
|
|
917
1394
|
"type": "reference",
|
|
918
|
-
"id":
|
|
1395
|
+
"id": 32,
|
|
919
1396
|
"name": "NodeProviderProps"
|
|
920
1397
|
}
|
|
921
1398
|
],
|
|
@@ -925,7 +1402,7 @@
|
|
|
925
1402
|
}
|
|
926
1403
|
},
|
|
927
1404
|
{
|
|
928
|
-
"id":
|
|
1405
|
+
"id": 48,
|
|
929
1406
|
"name": "context",
|
|
930
1407
|
"kind": 32768,
|
|
931
1408
|
"kindString": "Parameter",
|
|
@@ -967,7 +1444,7 @@
|
|
|
967
1444
|
]
|
|
968
1445
|
},
|
|
969
1446
|
{
|
|
970
|
-
"id":
|
|
1447
|
+
"id": 62,
|
|
971
1448
|
"name": "useArchivistModule",
|
|
972
1449
|
"kind": 64,
|
|
973
1450
|
"kindString": "Function",
|
|
@@ -977,19 +1454,19 @@
|
|
|
977
1454
|
"fileName": "packages/sdk/packages/node/src/contexts/useArchivistModule.ts",
|
|
978
1455
|
"line": 5,
|
|
979
1456
|
"character": 13,
|
|
980
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1457
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/useArchivistModule.ts#L5"
|
|
981
1458
|
}
|
|
982
1459
|
],
|
|
983
1460
|
"signatures": [
|
|
984
1461
|
{
|
|
985
|
-
"id":
|
|
1462
|
+
"id": 63,
|
|
986
1463
|
"name": "useArchivistModule",
|
|
987
1464
|
"kind": 4096,
|
|
988
1465
|
"kindString": "Call signature",
|
|
989
1466
|
"flags": {},
|
|
990
1467
|
"parameters": [
|
|
991
1468
|
{
|
|
992
|
-
"id":
|
|
1469
|
+
"id": 64,
|
|
993
1470
|
"name": "address",
|
|
994
1471
|
"kind": 32768,
|
|
995
1472
|
"kindString": "Parameter",
|
|
@@ -1021,7 +1498,7 @@
|
|
|
1021
1498
|
]
|
|
1022
1499
|
},
|
|
1023
1500
|
{
|
|
1024
|
-
"id":
|
|
1501
|
+
"id": 65,
|
|
1025
1502
|
"name": "useArchivistModules",
|
|
1026
1503
|
"kind": 64,
|
|
1027
1504
|
"kindString": "Function",
|
|
@@ -1031,12 +1508,12 @@
|
|
|
1031
1508
|
"fileName": "packages/sdk/packages/node/src/contexts/useArchivistModules.ts",
|
|
1032
1509
|
"line": 5,
|
|
1033
1510
|
"character": 13,
|
|
1034
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1511
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/useArchivistModules.ts#L5"
|
|
1035
1512
|
}
|
|
1036
1513
|
],
|
|
1037
1514
|
"signatures": [
|
|
1038
1515
|
{
|
|
1039
|
-
"id":
|
|
1516
|
+
"id": 66,
|
|
1040
1517
|
"name": "useArchivistModules",
|
|
1041
1518
|
"kind": 4096,
|
|
1042
1519
|
"kindString": "Call signature",
|
|
@@ -1063,7 +1540,7 @@
|
|
|
1063
1540
|
]
|
|
1064
1541
|
},
|
|
1065
1542
|
{
|
|
1066
|
-
"id":
|
|
1543
|
+
"id": 67,
|
|
1067
1544
|
"name": "useDivinerModule",
|
|
1068
1545
|
"kind": 64,
|
|
1069
1546
|
"kindString": "Function",
|
|
@@ -1073,19 +1550,19 @@
|
|
|
1073
1550
|
"fileName": "packages/sdk/packages/node/src/contexts/useDivinerModule.ts",
|
|
1074
1551
|
"line": 5,
|
|
1075
1552
|
"character": 13,
|
|
1076
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1553
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/useDivinerModule.ts#L5"
|
|
1077
1554
|
}
|
|
1078
1555
|
],
|
|
1079
1556
|
"signatures": [
|
|
1080
1557
|
{
|
|
1081
|
-
"id":
|
|
1558
|
+
"id": 68,
|
|
1082
1559
|
"name": "useDivinerModule",
|
|
1083
1560
|
"kind": 4096,
|
|
1084
1561
|
"kindString": "Call signature",
|
|
1085
1562
|
"flags": {},
|
|
1086
1563
|
"parameters": [
|
|
1087
1564
|
{
|
|
1088
|
-
"id":
|
|
1565
|
+
"id": 69,
|
|
1089
1566
|
"name": "address",
|
|
1090
1567
|
"kind": 32768,
|
|
1091
1568
|
"kindString": "Parameter",
|
|
@@ -1117,7 +1594,7 @@
|
|
|
1117
1594
|
]
|
|
1118
1595
|
},
|
|
1119
1596
|
{
|
|
1120
|
-
"id":
|
|
1597
|
+
"id": 70,
|
|
1121
1598
|
"name": "useDivinerModules",
|
|
1122
1599
|
"kind": 64,
|
|
1123
1600
|
"kindString": "Function",
|
|
@@ -1127,12 +1604,12 @@
|
|
|
1127
1604
|
"fileName": "packages/sdk/packages/node/src/contexts/useDivinerModules.ts",
|
|
1128
1605
|
"line": 5,
|
|
1129
1606
|
"character": 13,
|
|
1130
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1607
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/useDivinerModules.ts#L5"
|
|
1131
1608
|
}
|
|
1132
1609
|
],
|
|
1133
1610
|
"signatures": [
|
|
1134
1611
|
{
|
|
1135
|
-
"id":
|
|
1612
|
+
"id": 71,
|
|
1136
1613
|
"name": "useDivinerModules",
|
|
1137
1614
|
"kind": 4096,
|
|
1138
1615
|
"kindString": "Call signature",
|
|
@@ -1159,7 +1636,7 @@
|
|
|
1159
1636
|
]
|
|
1160
1637
|
},
|
|
1161
1638
|
{
|
|
1162
|
-
"id":
|
|
1639
|
+
"id": 72,
|
|
1163
1640
|
"name": "useModuleAddresses",
|
|
1164
1641
|
"kind": 64,
|
|
1165
1642
|
"kindString": "Function",
|
|
@@ -1169,12 +1646,12 @@
|
|
|
1169
1646
|
"fileName": "packages/sdk/packages/node/src/contexts/useModuleAddresses.ts",
|
|
1170
1647
|
"line": 6,
|
|
1171
1648
|
"character": 13,
|
|
1172
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1649
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/useModuleAddresses.ts#L6"
|
|
1173
1650
|
}
|
|
1174
1651
|
],
|
|
1175
1652
|
"signatures": [
|
|
1176
1653
|
{
|
|
1177
|
-
"id":
|
|
1654
|
+
"id": 73,
|
|
1178
1655
|
"name": "useModuleAddresses",
|
|
1179
1656
|
"kind": 4096,
|
|
1180
1657
|
"kindString": "Call signature",
|
|
@@ -1202,7 +1679,7 @@
|
|
|
1202
1679
|
]
|
|
1203
1680
|
},
|
|
1204
1681
|
{
|
|
1205
|
-
"id":
|
|
1682
|
+
"id": 74,
|
|
1206
1683
|
"name": "useModules",
|
|
1207
1684
|
"kind": 64,
|
|
1208
1685
|
"kindString": "Function",
|
|
@@ -1212,19 +1689,19 @@
|
|
|
1212
1689
|
"fileName": "packages/sdk/packages/node/src/contexts/useModules.ts",
|
|
1213
1690
|
"line": 7,
|
|
1214
1691
|
"character": 13,
|
|
1215
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1692
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/useModules.ts#L7"
|
|
1216
1693
|
}
|
|
1217
1694
|
],
|
|
1218
1695
|
"signatures": [
|
|
1219
1696
|
{
|
|
1220
|
-
"id":
|
|
1697
|
+
"id": 75,
|
|
1221
1698
|
"name": "useModules",
|
|
1222
1699
|
"kind": 4096,
|
|
1223
1700
|
"kindString": "Call signature",
|
|
1224
1701
|
"flags": {},
|
|
1225
1702
|
"parameters": [
|
|
1226
1703
|
{
|
|
1227
|
-
"id":
|
|
1704
|
+
"id": 76,
|
|
1228
1705
|
"name": "filter",
|
|
1229
1706
|
"kind": 32768,
|
|
1230
1707
|
"kindString": "Parameter",
|
|
@@ -1269,7 +1746,7 @@
|
|
|
1269
1746
|
{
|
|
1270
1747
|
"type": "reflection",
|
|
1271
1748
|
"declaration": {
|
|
1272
|
-
"id":
|
|
1749
|
+
"id": 77,
|
|
1273
1750
|
"name": "__type",
|
|
1274
1751
|
"kind": 65536,
|
|
1275
1752
|
"kindString": "Type literal",
|
|
@@ -1278,7 +1755,7 @@
|
|
|
1278
1755
|
{
|
|
1279
1756
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
1280
1757
|
"line": 7,
|
|
1281
|
-
"character":
|
|
1758
|
+
"character": 82
|
|
1282
1759
|
}
|
|
1283
1760
|
]
|
|
1284
1761
|
}
|
|
@@ -1286,7 +1763,7 @@
|
|
|
1286
1763
|
{
|
|
1287
1764
|
"type": "reflection",
|
|
1288
1765
|
"declaration": {
|
|
1289
|
-
"id":
|
|
1766
|
+
"id": 78,
|
|
1290
1767
|
"name": "__type",
|
|
1291
1768
|
"kind": 65536,
|
|
1292
1769
|
"kindString": "Type literal",
|
|
@@ -1314,7 +1791,7 @@
|
|
|
1314
1791
|
]
|
|
1315
1792
|
},
|
|
1316
1793
|
{
|
|
1317
|
-
"id":
|
|
1794
|
+
"id": 79,
|
|
1318
1795
|
"name": "useNode",
|
|
1319
1796
|
"kind": 64,
|
|
1320
1797
|
"kindString": "Function",
|
|
@@ -1324,12 +1801,12 @@
|
|
|
1324
1801
|
"fileName": "packages/sdk/packages/node/src/contexts/useNode.ts",
|
|
1325
1802
|
"line": 7,
|
|
1326
1803
|
"character": 13,
|
|
1327
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1804
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/useNode.ts#L7"
|
|
1328
1805
|
}
|
|
1329
1806
|
],
|
|
1330
1807
|
"signatures": [
|
|
1331
1808
|
{
|
|
1332
|
-
"id":
|
|
1809
|
+
"id": 80,
|
|
1333
1810
|
"name": "useNode",
|
|
1334
1811
|
"kind": 4096,
|
|
1335
1812
|
"kindString": "Call signature",
|
|
@@ -1365,7 +1842,7 @@
|
|
|
1365
1842
|
{
|
|
1366
1843
|
"type": "reflection",
|
|
1367
1844
|
"declaration": {
|
|
1368
|
-
"id":
|
|
1845
|
+
"id": 81,
|
|
1369
1846
|
"name": "__type",
|
|
1370
1847
|
"kind": 65536,
|
|
1371
1848
|
"kindString": "Type literal",
|
|
@@ -1374,7 +1851,7 @@
|
|
|
1374
1851
|
{
|
|
1375
1852
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
1376
1853
|
"line": 7,
|
|
1377
|
-
"character":
|
|
1854
|
+
"character": 82
|
|
1378
1855
|
}
|
|
1379
1856
|
]
|
|
1380
1857
|
}
|
|
@@ -1382,7 +1859,7 @@
|
|
|
1382
1859
|
{
|
|
1383
1860
|
"type": "reflection",
|
|
1384
1861
|
"declaration": {
|
|
1385
|
-
"id":
|
|
1862
|
+
"id": 82,
|
|
1386
1863
|
"name": "__type",
|
|
1387
1864
|
"kind": 65536,
|
|
1388
1865
|
"kindString": "Type literal",
|
|
@@ -1391,7 +1868,7 @@
|
|
|
1391
1868
|
{
|
|
1392
1869
|
"fileName": "node_modules/@xyo-network/node/dist/esm/Config.d.ts",
|
|
1393
1870
|
"line": 5,
|
|
1394
|
-
"character":
|
|
1871
|
+
"character": 82
|
|
1395
1872
|
}
|
|
1396
1873
|
]
|
|
1397
1874
|
}
|
|
@@ -1399,7 +1876,7 @@
|
|
|
1399
1876
|
{
|
|
1400
1877
|
"type": "reflection",
|
|
1401
1878
|
"declaration": {
|
|
1402
|
-
"id":
|
|
1879
|
+
"id": 83,
|
|
1403
1880
|
"name": "__type",
|
|
1404
1881
|
"kind": 65536,
|
|
1405
1882
|
"kindString": "Type literal",
|
|
@@ -1436,7 +1913,7 @@
|
|
|
1436
1913
|
{
|
|
1437
1914
|
"type": "reflection",
|
|
1438
1915
|
"declaration": {
|
|
1439
|
-
"id":
|
|
1916
|
+
"id": 84,
|
|
1440
1917
|
"name": "__type",
|
|
1441
1918
|
"kind": 65536,
|
|
1442
1919
|
"kindString": "Type literal",
|
|
@@ -1445,7 +1922,7 @@
|
|
|
1445
1922
|
{
|
|
1446
1923
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
1447
1924
|
"line": 7,
|
|
1448
|
-
"character":
|
|
1925
|
+
"character": 82
|
|
1449
1926
|
}
|
|
1450
1927
|
]
|
|
1451
1928
|
}
|
|
@@ -1453,7 +1930,7 @@
|
|
|
1453
1930
|
{
|
|
1454
1931
|
"type": "reflection",
|
|
1455
1932
|
"declaration": {
|
|
1456
|
-
"id":
|
|
1933
|
+
"id": 85,
|
|
1457
1934
|
"name": "__type",
|
|
1458
1935
|
"kind": 65536,
|
|
1459
1936
|
"kindString": "Type literal",
|
|
@@ -1512,7 +1989,7 @@
|
|
|
1512
1989
|
{
|
|
1513
1990
|
"type": "reflection",
|
|
1514
1991
|
"declaration": {
|
|
1515
|
-
"id":
|
|
1992
|
+
"id": 86,
|
|
1516
1993
|
"name": "__type",
|
|
1517
1994
|
"kind": 65536,
|
|
1518
1995
|
"kindString": "Type literal",
|
|
@@ -1521,7 +1998,7 @@
|
|
|
1521
1998
|
{
|
|
1522
1999
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
1523
2000
|
"line": 7,
|
|
1524
|
-
"character":
|
|
2001
|
+
"character": 82
|
|
1525
2002
|
}
|
|
1526
2003
|
]
|
|
1527
2004
|
}
|
|
@@ -1529,7 +2006,7 @@
|
|
|
1529
2006
|
{
|
|
1530
2007
|
"type": "reflection",
|
|
1531
2008
|
"declaration": {
|
|
1532
|
-
"id":
|
|
2009
|
+
"id": 87,
|
|
1533
2010
|
"name": "__type",
|
|
1534
2011
|
"kind": 65536,
|
|
1535
2012
|
"kindString": "Type literal",
|
|
@@ -1538,7 +2015,7 @@
|
|
|
1538
2015
|
{
|
|
1539
2016
|
"fileName": "node_modules/@xyo-network/node/dist/esm/Config.d.ts",
|
|
1540
2017
|
"line": 5,
|
|
1541
|
-
"character":
|
|
2018
|
+
"character": 82
|
|
1542
2019
|
}
|
|
1543
2020
|
]
|
|
1544
2021
|
}
|
|
@@ -1546,7 +2023,7 @@
|
|
|
1546
2023
|
{
|
|
1547
2024
|
"type": "reflection",
|
|
1548
2025
|
"declaration": {
|
|
1549
|
-
"id":
|
|
2026
|
+
"id": 88,
|
|
1550
2027
|
"name": "__type",
|
|
1551
2028
|
"kind": 65536,
|
|
1552
2029
|
"kindString": "Type literal",
|
|
@@ -1583,7 +2060,7 @@
|
|
|
1583
2060
|
{
|
|
1584
2061
|
"type": "reflection",
|
|
1585
2062
|
"declaration": {
|
|
1586
|
-
"id":
|
|
2063
|
+
"id": 89,
|
|
1587
2064
|
"name": "__type",
|
|
1588
2065
|
"kind": 65536,
|
|
1589
2066
|
"kindString": "Type literal",
|
|
@@ -1592,7 +2069,7 @@
|
|
|
1592
2069
|
{
|
|
1593
2070
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
1594
2071
|
"line": 7,
|
|
1595
|
-
"character":
|
|
2072
|
+
"character": 82
|
|
1596
2073
|
}
|
|
1597
2074
|
]
|
|
1598
2075
|
}
|
|
@@ -1600,7 +2077,7 @@
|
|
|
1600
2077
|
{
|
|
1601
2078
|
"type": "reflection",
|
|
1602
2079
|
"declaration": {
|
|
1603
|
-
"id":
|
|
2080
|
+
"id": 90,
|
|
1604
2081
|
"name": "__type",
|
|
1605
2082
|
"kind": 65536,
|
|
1606
2083
|
"kindString": "Type literal",
|
|
@@ -1639,7 +2116,71 @@
|
|
|
1639
2116
|
]
|
|
1640
2117
|
},
|
|
1641
2118
|
{
|
|
1642
|
-
"id":
|
|
2119
|
+
"id": 29,
|
|
2120
|
+
"name": "useNodeDrawer",
|
|
2121
|
+
"kind": 64,
|
|
2122
|
+
"kindString": "Function",
|
|
2123
|
+
"flags": {},
|
|
2124
|
+
"sources": [
|
|
2125
|
+
{
|
|
2126
|
+
"fileName": "packages/sdk/packages/node/src/contexts/NodeDrawerContext/use.tsx",
|
|
2127
|
+
"line": 5,
|
|
2128
|
+
"character": 13,
|
|
2129
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/NodeDrawerContext/use.tsx#L5"
|
|
2130
|
+
}
|
|
2131
|
+
],
|
|
2132
|
+
"signatures": [
|
|
2133
|
+
{
|
|
2134
|
+
"id": 30,
|
|
2135
|
+
"name": "useNodeDrawer",
|
|
2136
|
+
"kind": 4096,
|
|
2137
|
+
"kindString": "Call signature",
|
|
2138
|
+
"flags": {},
|
|
2139
|
+
"parameters": [
|
|
2140
|
+
{
|
|
2141
|
+
"id": 31,
|
|
2142
|
+
"name": "required",
|
|
2143
|
+
"kind": 32768,
|
|
2144
|
+
"kindString": "Parameter",
|
|
2145
|
+
"flags": {},
|
|
2146
|
+
"type": {
|
|
2147
|
+
"type": "intrinsic",
|
|
2148
|
+
"name": "boolean"
|
|
2149
|
+
},
|
|
2150
|
+
"defaultValue": "true"
|
|
2151
|
+
}
|
|
2152
|
+
],
|
|
2153
|
+
"type": {
|
|
2154
|
+
"type": "reference",
|
|
2155
|
+
"typeArguments": [
|
|
2156
|
+
{
|
|
2157
|
+
"type": "intersection",
|
|
2158
|
+
"types": [
|
|
2159
|
+
{
|
|
2160
|
+
"type": "reference",
|
|
2161
|
+
"id": 25,
|
|
2162
|
+
"name": "NodeDrawerState"
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"type": "reference",
|
|
2166
|
+
"name": "ContextExState"
|
|
2167
|
+
}
|
|
2168
|
+
]
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"type": "literal",
|
|
2172
|
+
"value": "provided"
|
|
2173
|
+
}
|
|
2174
|
+
],
|
|
2175
|
+
"name": "Omit",
|
|
2176
|
+
"qualifiedName": "Omit",
|
|
2177
|
+
"package": "typescript"
|
|
2178
|
+
}
|
|
2179
|
+
}
|
|
2180
|
+
]
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"id": 91,
|
|
1643
2184
|
"name": "useWitnessModule",
|
|
1644
2185
|
"kind": 64,
|
|
1645
2186
|
"kindString": "Function",
|
|
@@ -1649,19 +2190,19 @@
|
|
|
1649
2190
|
"fileName": "packages/sdk/packages/node/src/contexts/useWitnessModule.ts",
|
|
1650
2191
|
"line": 5,
|
|
1651
2192
|
"character": 13,
|
|
1652
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2193
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/useWitnessModule.ts#L5"
|
|
1653
2194
|
}
|
|
1654
2195
|
],
|
|
1655
2196
|
"signatures": [
|
|
1656
2197
|
{
|
|
1657
|
-
"id":
|
|
2198
|
+
"id": 92,
|
|
1658
2199
|
"name": "useWitnessModule",
|
|
1659
2200
|
"kind": 4096,
|
|
1660
2201
|
"kindString": "Call signature",
|
|
1661
2202
|
"flags": {},
|
|
1662
2203
|
"parameters": [
|
|
1663
2204
|
{
|
|
1664
|
-
"id":
|
|
2205
|
+
"id": 93,
|
|
1665
2206
|
"name": "address",
|
|
1666
2207
|
"kind": 32768,
|
|
1667
2208
|
"kindString": "Parameter",
|
|
@@ -1693,7 +2234,7 @@
|
|
|
1693
2234
|
]
|
|
1694
2235
|
},
|
|
1695
2236
|
{
|
|
1696
|
-
"id":
|
|
2237
|
+
"id": 94,
|
|
1697
2238
|
"name": "useWitnessModules",
|
|
1698
2239
|
"kind": 64,
|
|
1699
2240
|
"kindString": "Function",
|
|
@@ -1703,12 +2244,12 @@
|
|
|
1703
2244
|
"fileName": "packages/sdk/packages/node/src/contexts/useWitnessModules.ts",
|
|
1704
2245
|
"line": 5,
|
|
1705
2246
|
"character": 13,
|
|
1706
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2247
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/contexts/useWitnessModules.ts#L5"
|
|
1707
2248
|
}
|
|
1708
2249
|
],
|
|
1709
2250
|
"signatures": [
|
|
1710
2251
|
{
|
|
1711
|
-
"id":
|
|
2252
|
+
"id": 95,
|
|
1712
2253
|
"name": "useWitnessModules",
|
|
1713
2254
|
"kind": 4096,
|
|
1714
2255
|
"kindString": "Call signature",
|
|
@@ -1739,38 +2280,46 @@
|
|
|
1739
2280
|
{
|
|
1740
2281
|
"title": "Interfaces",
|
|
1741
2282
|
"children": [
|
|
1742
|
-
|
|
1743
|
-
|
|
2283
|
+
49,
|
|
2284
|
+
5,
|
|
2285
|
+
19,
|
|
2286
|
+
25,
|
|
2287
|
+
32
|
|
1744
2288
|
]
|
|
1745
2289
|
},
|
|
1746
2290
|
{
|
|
1747
2291
|
"title": "Type Aliases",
|
|
1748
2292
|
"children": [
|
|
1749
|
-
|
|
1750
|
-
|
|
2293
|
+
11,
|
|
2294
|
+
40
|
|
1751
2295
|
]
|
|
1752
2296
|
},
|
|
1753
2297
|
{
|
|
1754
2298
|
"title": "Variables",
|
|
1755
2299
|
"children": [
|
|
1756
|
-
|
|
2300
|
+
10,
|
|
2301
|
+
18
|
|
1757
2302
|
]
|
|
1758
2303
|
},
|
|
1759
2304
|
{
|
|
1760
2305
|
"title": "Functions",
|
|
1761
2306
|
"children": [
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
2307
|
+
14,
|
|
2308
|
+
1,
|
|
2309
|
+
6,
|
|
2310
|
+
21,
|
|
2311
|
+
41,
|
|
2312
|
+
45,
|
|
2313
|
+
62,
|
|
2314
|
+
65,
|
|
2315
|
+
67,
|
|
2316
|
+
70,
|
|
2317
|
+
72,
|
|
2318
|
+
74,
|
|
2319
|
+
79,
|
|
2320
|
+
29,
|
|
2321
|
+
91,
|
|
2322
|
+
94
|
|
1774
2323
|
]
|
|
1775
2324
|
}
|
|
1776
2325
|
],
|
|
@@ -1779,7 +2328,7 @@
|
|
|
1779
2328
|
"fileName": "packages/sdk/packages/node/src/index.ts",
|
|
1780
2329
|
"line": 1,
|
|
1781
2330
|
"character": 0,
|
|
1782
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2331
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/fa60ce7b/packages/sdk/packages/node/src/index.ts#L1"
|
|
1783
2332
|
}
|
|
1784
2333
|
]
|
|
1785
2334
|
}
|