@xyo-network/react-schema 2.46.7 → 2.46.9
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/Property/SchemaProperty.js +14 -5
- package/dist/cjs/components/Property/SchemaProperty.js.map +1 -1
- package/dist/cjs/hooks/index.js +1 -0
- package/dist/cjs/hooks/index.js.map +1 -1
- package/dist/cjs/hooks/useSchemaList.js +41 -0
- package/dist/cjs/hooks/useSchemaList.js.map +1 -0
- package/dist/cjs/hooks/useSchemaStats.js +1 -1
- package/dist/cjs/hooks/useSchemaStats.js.map +1 -1
- package/dist/docs.json +358 -137
- package/dist/esm/components/Property/SchemaProperty.js +15 -5
- package/dist/esm/components/Property/SchemaProperty.js.map +1 -1
- package/dist/esm/hooks/index.js +1 -0
- package/dist/esm/hooks/index.js.map +1 -1
- package/dist/esm/hooks/useSchemaList.js +36 -0
- package/dist/esm/hooks/useSchemaList.js.map +1 -0
- package/dist/esm/hooks/useSchemaStats.js +1 -1
- package/dist/esm/hooks/useSchemaStats.js.map +1 -1
- package/dist/types/components/Property/SchemaProperty.d.ts +44 -1
- package/dist/types/components/Property/SchemaProperty.d.ts.map +1 -1
- package/dist/types/hooks/index.d.ts +1 -0
- package/dist/types/hooks/index.d.ts.map +1 -1
- package/dist/types/hooks/useSchemaList.d.ts +4 -0
- package/dist/types/hooks/useSchemaList.d.ts.map +1 -0
- package/package.json +18 -16
- package/src/components/Property/SchemaProperty.stories.tsx +18 -10
- package/src/components/Property/SchemaProperty.tsx +62 -33
- package/src/hooks/index.ts +1 -0
- package/src/hooks/stories/TestSchemaHooks.stories.tsx +26 -26
- package/src/hooks/useSchemaList.tsx +48 -0
- package/src/hooks/useSchemaStats.tsx +1 -1
package/dist/docs.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 28,
|
|
11
11
|
"name": "SchemaContextState",
|
|
12
12
|
"kind": 256,
|
|
13
13
|
"kindString": "Interface",
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 33,
|
|
18
18
|
"name": "provided",
|
|
19
19
|
"kind": 1024,
|
|
20
20
|
"kindString": "Property",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"id":
|
|
39
|
+
"id": 29,
|
|
40
40
|
"name": "schema",
|
|
41
41
|
"kind": 1024,
|
|
42
42
|
"kindString": "Property",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
63
63
|
"line": 6,
|
|
64
64
|
"character": 2,
|
|
65
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
65
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L6"
|
|
66
66
|
}
|
|
67
67
|
],
|
|
68
68
|
"type": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"id":
|
|
74
|
+
"id": 30,
|
|
75
75
|
"name": "schemaList",
|
|
76
76
|
"kind": 1024,
|
|
77
77
|
"kindString": "Property",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
98
98
|
"line": 8,
|
|
99
99
|
"character": 2,
|
|
100
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
100
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L8"
|
|
101
101
|
}
|
|
102
102
|
],
|
|
103
103
|
"type": {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"id":
|
|
112
|
+
"id": 31,
|
|
113
113
|
"name": "setSchema",
|
|
114
114
|
"kind": 1024,
|
|
115
115
|
"kindString": "Property",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
136
136
|
"line": 10,
|
|
137
137
|
"character": 2,
|
|
138
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
138
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L10"
|
|
139
139
|
}
|
|
140
140
|
],
|
|
141
141
|
"type": {
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
"id":
|
|
155
|
+
"id": 32,
|
|
156
156
|
"name": "setSchemaList",
|
|
157
157
|
"kind": 1024,
|
|
158
158
|
"kindString": "Property",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
179
179
|
"line": 12,
|
|
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/5632b9eac/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L12"
|
|
182
182
|
}
|
|
183
183
|
],
|
|
184
184
|
"type": {
|
|
@@ -202,11 +202,11 @@
|
|
|
202
202
|
{
|
|
203
203
|
"title": "Properties",
|
|
204
204
|
"children": [
|
|
205
|
-
|
|
206
|
-
27,
|
|
207
|
-
28,
|
|
205
|
+
33,
|
|
208
206
|
29,
|
|
209
|
-
30
|
|
207
|
+
30,
|
|
208
|
+
31,
|
|
209
|
+
32
|
|
210
210
|
]
|
|
211
211
|
}
|
|
212
212
|
],
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
216
216
|
"line": 4,
|
|
217
217
|
"character": 17,
|
|
218
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
218
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L4"
|
|
219
219
|
}
|
|
220
220
|
],
|
|
221
221
|
"extendedTypes": [
|
|
@@ -226,14 +226,14 @@
|
|
|
226
226
|
]
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
|
-
"id":
|
|
229
|
+
"id": 21,
|
|
230
230
|
"name": "SchemaProviderProps",
|
|
231
231
|
"kind": 256,
|
|
232
232
|
"kindString": "Interface",
|
|
233
233
|
"flags": {},
|
|
234
234
|
"children": [
|
|
235
235
|
{
|
|
236
|
-
"id":
|
|
236
|
+
"id": 22,
|
|
237
237
|
"name": "defaultSchema",
|
|
238
238
|
"kind": 1024,
|
|
239
239
|
"kindString": "Property",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
|
|
246
246
|
"line": 2,
|
|
247
247
|
"character": 2,
|
|
248
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
248
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L2"
|
|
249
249
|
}
|
|
250
250
|
],
|
|
251
251
|
"type": {
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
}
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
|
-
"id":
|
|
257
|
+
"id": 23,
|
|
258
258
|
"name": "knownSchemaList",
|
|
259
259
|
"kind": 1024,
|
|
260
260
|
"kindString": "Property",
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
|
|
267
267
|
"line": 3,
|
|
268
268
|
"character": 2,
|
|
269
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
269
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L3"
|
|
270
270
|
}
|
|
271
271
|
],
|
|
272
272
|
"type": {
|
|
@@ -282,8 +282,8 @@
|
|
|
282
282
|
{
|
|
283
283
|
"title": "Properties",
|
|
284
284
|
"children": [
|
|
285
|
-
|
|
286
|
-
|
|
285
|
+
22,
|
|
286
|
+
23
|
|
287
287
|
]
|
|
288
288
|
}
|
|
289
289
|
],
|
|
@@ -292,12 +292,12 @@
|
|
|
292
292
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
|
|
293
293
|
"line": 1,
|
|
294
294
|
"character": 17,
|
|
295
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
295
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L1"
|
|
296
296
|
}
|
|
297
297
|
]
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
|
-
"id":
|
|
300
|
+
"id": 48,
|
|
301
301
|
"name": "SchemaList",
|
|
302
302
|
"kind": 4194304,
|
|
303
303
|
"kindString": "Type alias",
|
|
@@ -307,20 +307,20 @@
|
|
|
307
307
|
"fileName": "packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx",
|
|
308
308
|
"line": 6,
|
|
309
309
|
"character": 12,
|
|
310
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
310
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx#L6"
|
|
311
311
|
}
|
|
312
312
|
],
|
|
313
313
|
"type": {
|
|
314
314
|
"type": "reflection",
|
|
315
315
|
"declaration": {
|
|
316
|
-
"id":
|
|
316
|
+
"id": 49,
|
|
317
317
|
"name": "__type",
|
|
318
318
|
"kind": 65536,
|
|
319
319
|
"kindString": "Type literal",
|
|
320
320
|
"flags": {},
|
|
321
321
|
"children": [
|
|
322
322
|
{
|
|
323
|
-
"id":
|
|
323
|
+
"id": 50,
|
|
324
324
|
"name": "name",
|
|
325
325
|
"kind": 1024,
|
|
326
326
|
"kindString": "Property",
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"fileName": "packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx",
|
|
331
331
|
"line": 6,
|
|
332
332
|
"character": 27,
|
|
333
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
333
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx#L6"
|
|
334
334
|
}
|
|
335
335
|
],
|
|
336
336
|
"type": {
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
{
|
|
344
344
|
"title": "Properties",
|
|
345
345
|
"children": [
|
|
346
|
-
|
|
346
|
+
50
|
|
347
347
|
]
|
|
348
348
|
}
|
|
349
349
|
],
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
"fileName": "packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx",
|
|
353
353
|
"line": 6,
|
|
354
354
|
"character": 25,
|
|
355
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
355
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx#L6"
|
|
356
356
|
}
|
|
357
357
|
]
|
|
358
358
|
}
|
|
@@ -367,9 +367,9 @@
|
|
|
367
367
|
"sources": [
|
|
368
368
|
{
|
|
369
369
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
370
|
-
"line":
|
|
370
|
+
"line": 12,
|
|
371
371
|
"character": 12,
|
|
372
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
372
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L12"
|
|
373
373
|
}
|
|
374
374
|
],
|
|
375
375
|
"type": {
|
|
@@ -390,6 +390,69 @@
|
|
|
390
390
|
"children": [
|
|
391
391
|
{
|
|
392
392
|
"id": 3,
|
|
393
|
+
"name": "showLinkNames",
|
|
394
|
+
"kind": 1024,
|
|
395
|
+
"kindString": "Property",
|
|
396
|
+
"flags": {
|
|
397
|
+
"isOptional": true
|
|
398
|
+
},
|
|
399
|
+
"sources": [
|
|
400
|
+
{
|
|
401
|
+
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
402
|
+
"line": 13,
|
|
403
|
+
"character": 2,
|
|
404
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L13"
|
|
405
|
+
}
|
|
406
|
+
],
|
|
407
|
+
"type": {
|
|
408
|
+
"type": "intrinsic",
|
|
409
|
+
"name": "boolean"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"id": 4,
|
|
414
|
+
"name": "showOpenNewWindowLink",
|
|
415
|
+
"kind": 1024,
|
|
416
|
+
"kindString": "Property",
|
|
417
|
+
"flags": {
|
|
418
|
+
"isOptional": true
|
|
419
|
+
},
|
|
420
|
+
"sources": [
|
|
421
|
+
{
|
|
422
|
+
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
423
|
+
"line": 14,
|
|
424
|
+
"character": 2,
|
|
425
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L14"
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"type": {
|
|
429
|
+
"type": "intrinsic",
|
|
430
|
+
"name": "boolean"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"id": 5,
|
|
435
|
+
"name": "showStatusIcon",
|
|
436
|
+
"kind": 1024,
|
|
437
|
+
"kindString": "Property",
|
|
438
|
+
"flags": {
|
|
439
|
+
"isOptional": true
|
|
440
|
+
},
|
|
441
|
+
"sources": [
|
|
442
|
+
{
|
|
443
|
+
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
444
|
+
"line": 15,
|
|
445
|
+
"character": 2,
|
|
446
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L15"
|
|
447
|
+
}
|
|
448
|
+
],
|
|
449
|
+
"type": {
|
|
450
|
+
"type": "intrinsic",
|
|
451
|
+
"name": "boolean"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"id": 6,
|
|
393
456
|
"name": "value",
|
|
394
457
|
"kind": 1024,
|
|
395
458
|
"kindString": "Property",
|
|
@@ -399,9 +462,9 @@
|
|
|
399
462
|
"sources": [
|
|
400
463
|
{
|
|
401
464
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
402
|
-
"line":
|
|
465
|
+
"line": 16,
|
|
403
466
|
"character": 2,
|
|
404
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
467
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L16"
|
|
405
468
|
}
|
|
406
469
|
],
|
|
407
470
|
"type": {
|
|
@@ -410,19 +473,33 @@
|
|
|
410
473
|
}
|
|
411
474
|
},
|
|
412
475
|
{
|
|
413
|
-
"id":
|
|
476
|
+
"id": 7,
|
|
414
477
|
"name": "viewSchemaUrl",
|
|
415
478
|
"kind": 1024,
|
|
416
479
|
"kindString": "Property",
|
|
417
480
|
"flags": {
|
|
418
481
|
"isOptional": true
|
|
419
482
|
},
|
|
483
|
+
"comment": {
|
|
484
|
+
"summary": [],
|
|
485
|
+
"blockTags": [
|
|
486
|
+
{
|
|
487
|
+
"tag": "@deprecated",
|
|
488
|
+
"content": [
|
|
489
|
+
{
|
|
490
|
+
"kind": "text",
|
|
491
|
+
"text": "- use events instead"
|
|
492
|
+
}
|
|
493
|
+
]
|
|
494
|
+
}
|
|
495
|
+
]
|
|
496
|
+
},
|
|
420
497
|
"sources": [
|
|
421
498
|
{
|
|
422
499
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
423
|
-
"line":
|
|
500
|
+
"line": 18,
|
|
424
501
|
"character": 2,
|
|
425
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
502
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L18"
|
|
426
503
|
}
|
|
427
504
|
],
|
|
428
505
|
"type": {
|
|
@@ -436,16 +513,19 @@
|
|
|
436
513
|
"title": "Properties",
|
|
437
514
|
"children": [
|
|
438
515
|
3,
|
|
439
|
-
4
|
|
516
|
+
4,
|
|
517
|
+
5,
|
|
518
|
+
6,
|
|
519
|
+
7
|
|
440
520
|
]
|
|
441
521
|
}
|
|
442
522
|
],
|
|
443
523
|
"sources": [
|
|
444
524
|
{
|
|
445
525
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
446
|
-
"line":
|
|
526
|
+
"line": 12,
|
|
447
527
|
"character": 50,
|
|
448
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
528
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L12"
|
|
449
529
|
}
|
|
450
530
|
]
|
|
451
531
|
}
|
|
@@ -454,7 +534,7 @@
|
|
|
454
534
|
}
|
|
455
535
|
},
|
|
456
536
|
{
|
|
457
|
-
"id":
|
|
537
|
+
"id": 11,
|
|
458
538
|
"name": "SchemaSelectExProps",
|
|
459
539
|
"kind": 4194304,
|
|
460
540
|
"kindString": "Type alias",
|
|
@@ -464,7 +544,7 @@
|
|
|
464
544
|
"fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
|
|
465
545
|
"line": 6,
|
|
466
546
|
"character": 12,
|
|
467
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
547
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L6"
|
|
468
548
|
}
|
|
469
549
|
],
|
|
470
550
|
"type": {
|
|
@@ -481,7 +561,7 @@
|
|
|
481
561
|
}
|
|
482
562
|
},
|
|
483
563
|
{
|
|
484
|
-
"id":
|
|
564
|
+
"id": 16,
|
|
485
565
|
"name": "SchemaContext",
|
|
486
566
|
"kind": 32,
|
|
487
567
|
"kindString": "Variable",
|
|
@@ -493,7 +573,7 @@
|
|
|
493
573
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Context.ts",
|
|
494
574
|
"line": 5,
|
|
495
575
|
"character": 13,
|
|
496
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
576
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/contexts/Schema/Context.ts#L5"
|
|
497
577
|
}
|
|
498
578
|
],
|
|
499
579
|
"type": {
|
|
@@ -504,7 +584,7 @@
|
|
|
504
584
|
"types": [
|
|
505
585
|
{
|
|
506
586
|
"type": "reference",
|
|
507
|
-
"id":
|
|
587
|
+
"id": 28,
|
|
508
588
|
"name": "SchemaContextState"
|
|
509
589
|
},
|
|
510
590
|
{
|
|
@@ -521,7 +601,7 @@
|
|
|
521
601
|
"defaultValue": "..."
|
|
522
602
|
},
|
|
523
603
|
{
|
|
524
|
-
"id":
|
|
604
|
+
"id": 17,
|
|
525
605
|
"name": "SchemaMemoryProvider",
|
|
526
606
|
"kind": 64,
|
|
527
607
|
"kindString": "Function",
|
|
@@ -531,19 +611,19 @@
|
|
|
531
611
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx",
|
|
532
612
|
"line": 9,
|
|
533
613
|
"character": 13,
|
|
534
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
614
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx#L9"
|
|
535
615
|
}
|
|
536
616
|
],
|
|
537
617
|
"signatures": [
|
|
538
618
|
{
|
|
539
|
-
"id":
|
|
619
|
+
"id": 18,
|
|
540
620
|
"name": "SchemaMemoryProvider",
|
|
541
621
|
"kind": 4096,
|
|
542
622
|
"kindString": "Call signature",
|
|
543
623
|
"flags": {},
|
|
544
624
|
"parameters": [
|
|
545
625
|
{
|
|
546
|
-
"id":
|
|
626
|
+
"id": 19,
|
|
547
627
|
"name": "props",
|
|
548
628
|
"kind": 32768,
|
|
549
629
|
"kindString": "Parameter",
|
|
@@ -553,7 +633,7 @@
|
|
|
553
633
|
"typeArguments": [
|
|
554
634
|
{
|
|
555
635
|
"type": "reference",
|
|
556
|
-
"id":
|
|
636
|
+
"id": 21,
|
|
557
637
|
"name": "SchemaProviderProps"
|
|
558
638
|
}
|
|
559
639
|
],
|
|
@@ -563,7 +643,7 @@
|
|
|
563
643
|
}
|
|
564
644
|
},
|
|
565
645
|
{
|
|
566
|
-
"id":
|
|
646
|
+
"id": 20,
|
|
567
647
|
"name": "context",
|
|
568
648
|
"kind": 32768,
|
|
569
649
|
"kindString": "Parameter",
|
|
@@ -605,7 +685,7 @@
|
|
|
605
685
|
]
|
|
606
686
|
},
|
|
607
687
|
{
|
|
608
|
-
"id":
|
|
688
|
+
"id": 8,
|
|
609
689
|
"name": "SchemaProperty",
|
|
610
690
|
"kind": 64,
|
|
611
691
|
"kindString": "Function",
|
|
@@ -613,42 +693,36 @@
|
|
|
613
693
|
"sources": [
|
|
614
694
|
{
|
|
615
695
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
616
|
-
"line":
|
|
696
|
+
"line": 38,
|
|
617
697
|
"character": 13,
|
|
618
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
698
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L38"
|
|
619
699
|
}
|
|
620
700
|
],
|
|
621
701
|
"signatures": [
|
|
622
702
|
{
|
|
623
|
-
"id":
|
|
703
|
+
"id": 9,
|
|
624
704
|
"name": "SchemaProperty",
|
|
625
705
|
"kind": 4096,
|
|
626
706
|
"kindString": "Call signature",
|
|
627
707
|
"flags": {},
|
|
708
|
+
"comment": {
|
|
709
|
+
"summary": [
|
|
710
|
+
{
|
|
711
|
+
"kind": "text",
|
|
712
|
+
"text": "**NOTE**: Exotic components are not callable."
|
|
713
|
+
}
|
|
714
|
+
]
|
|
715
|
+
},
|
|
628
716
|
"parameters": [
|
|
629
717
|
{
|
|
630
|
-
"id":
|
|
718
|
+
"id": 10,
|
|
631
719
|
"name": "props",
|
|
632
720
|
"kind": 32768,
|
|
633
721
|
"kindString": "Parameter",
|
|
634
722
|
"flags": {},
|
|
635
|
-
"type": {
|
|
636
|
-
"type": "reference",
|
|
637
|
-
"id": 1,
|
|
638
|
-
"name": "SchemaPropertyProps"
|
|
639
|
-
}
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"id": 8,
|
|
643
|
-
"name": "context",
|
|
644
|
-
"kind": 32768,
|
|
645
|
-
"kindString": "Parameter",
|
|
646
|
-
"flags": {
|
|
647
|
-
"isOptional": true
|
|
648
|
-
},
|
|
649
723
|
"type": {
|
|
650
724
|
"type": "intrinsic",
|
|
651
|
-
"name": "
|
|
725
|
+
"name": "Object"
|
|
652
726
|
}
|
|
653
727
|
}
|
|
654
728
|
],
|
|
@@ -667,8 +741,25 @@
|
|
|
667
741
|
"name": "any"
|
|
668
742
|
},
|
|
669
743
|
{
|
|
670
|
-
"type": "
|
|
671
|
-
"
|
|
744
|
+
"type": "union",
|
|
745
|
+
"types": [
|
|
746
|
+
{
|
|
747
|
+
"type": "intrinsic",
|
|
748
|
+
"name": "string"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"type": "reference",
|
|
752
|
+
"typeArguments": [
|
|
753
|
+
{
|
|
754
|
+
"type": "intrinsic",
|
|
755
|
+
"name": "any"
|
|
756
|
+
}
|
|
757
|
+
],
|
|
758
|
+
"name": "JSXElementConstructor",
|
|
759
|
+
"qualifiedName": "React.JSXElementConstructor",
|
|
760
|
+
"package": "@types/react"
|
|
761
|
+
}
|
|
762
|
+
]
|
|
672
763
|
}
|
|
673
764
|
],
|
|
674
765
|
"name": "ReactElement",
|
|
@@ -681,7 +772,7 @@
|
|
|
681
772
|
]
|
|
682
773
|
},
|
|
683
774
|
{
|
|
684
|
-
"id":
|
|
775
|
+
"id": 24,
|
|
685
776
|
"name": "SchemaRouteProvider",
|
|
686
777
|
"kind": 64,
|
|
687
778
|
"kindString": "Function",
|
|
@@ -691,19 +782,19 @@
|
|
|
691
782
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx",
|
|
692
783
|
"line": 56,
|
|
693
784
|
"character": 13,
|
|
694
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
785
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx#L56"
|
|
695
786
|
}
|
|
696
787
|
],
|
|
697
788
|
"signatures": [
|
|
698
789
|
{
|
|
699
|
-
"id":
|
|
790
|
+
"id": 25,
|
|
700
791
|
"name": "SchemaRouteProvider",
|
|
701
792
|
"kind": 4096,
|
|
702
793
|
"kindString": "Call signature",
|
|
703
794
|
"flags": {},
|
|
704
795
|
"parameters": [
|
|
705
796
|
{
|
|
706
|
-
"id":
|
|
797
|
+
"id": 26,
|
|
707
798
|
"name": "props",
|
|
708
799
|
"kind": 32768,
|
|
709
800
|
"kindString": "Parameter",
|
|
@@ -713,7 +804,7 @@
|
|
|
713
804
|
"typeArguments": [
|
|
714
805
|
{
|
|
715
806
|
"type": "reference",
|
|
716
|
-
"id":
|
|
807
|
+
"id": 21,
|
|
717
808
|
"name": "SchemaProviderProps"
|
|
718
809
|
}
|
|
719
810
|
],
|
|
@@ -723,7 +814,7 @@
|
|
|
723
814
|
}
|
|
724
815
|
},
|
|
725
816
|
{
|
|
726
|
-
"id":
|
|
817
|
+
"id": 27,
|
|
727
818
|
"name": "context",
|
|
728
819
|
"kind": 32768,
|
|
729
820
|
"kindString": "Parameter",
|
|
@@ -765,7 +856,7 @@
|
|
|
765
856
|
]
|
|
766
857
|
},
|
|
767
858
|
{
|
|
768
|
-
"id":
|
|
859
|
+
"id": 12,
|
|
769
860
|
"name": "SchemaSelectEx",
|
|
770
861
|
"kind": 64,
|
|
771
862
|
"kindString": "Function",
|
|
@@ -775,31 +866,31 @@
|
|
|
775
866
|
"fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
|
|
776
867
|
"line": 8,
|
|
777
868
|
"character": 13,
|
|
778
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
869
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L8"
|
|
779
870
|
}
|
|
780
871
|
],
|
|
781
872
|
"signatures": [
|
|
782
873
|
{
|
|
783
|
-
"id":
|
|
874
|
+
"id": 13,
|
|
784
875
|
"name": "SchemaSelectEx",
|
|
785
876
|
"kind": 4096,
|
|
786
877
|
"kindString": "Call signature",
|
|
787
878
|
"flags": {},
|
|
788
879
|
"parameters": [
|
|
789
880
|
{
|
|
790
|
-
"id":
|
|
881
|
+
"id": 14,
|
|
791
882
|
"name": "props",
|
|
792
883
|
"kind": 32768,
|
|
793
884
|
"kindString": "Parameter",
|
|
794
885
|
"flags": {},
|
|
795
886
|
"type": {
|
|
796
887
|
"type": "reference",
|
|
797
|
-
"id":
|
|
888
|
+
"id": 11,
|
|
798
889
|
"name": "SchemaSelectExProps"
|
|
799
890
|
}
|
|
800
891
|
},
|
|
801
892
|
{
|
|
802
|
-
"id":
|
|
893
|
+
"id": 15,
|
|
803
894
|
"name": "context",
|
|
804
895
|
"kind": 32768,
|
|
805
896
|
"kindString": "Parameter",
|
|
@@ -841,7 +932,7 @@
|
|
|
841
932
|
]
|
|
842
933
|
},
|
|
843
934
|
{
|
|
844
|
-
"id":
|
|
935
|
+
"id": 37,
|
|
845
936
|
"name": "useGetSchemaPayload",
|
|
846
937
|
"kind": 64,
|
|
847
938
|
"kindString": "Function",
|
|
@@ -851,12 +942,12 @@
|
|
|
851
942
|
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
852
943
|
"line": 11,
|
|
853
944
|
"character": 6,
|
|
854
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
945
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L11"
|
|
855
946
|
}
|
|
856
947
|
],
|
|
857
948
|
"signatures": [
|
|
858
949
|
{
|
|
859
|
-
"id":
|
|
950
|
+
"id": 38,
|
|
860
951
|
"name": "useGetSchemaPayload",
|
|
861
952
|
"kind": 4096,
|
|
862
953
|
"kindString": "Call signature",
|
|
@@ -871,7 +962,7 @@
|
|
|
871
962
|
},
|
|
872
963
|
"parameters": [
|
|
873
964
|
{
|
|
874
|
-
"id":
|
|
965
|
+
"id": 39,
|
|
875
966
|
"name": "schema",
|
|
876
967
|
"kind": 32768,
|
|
877
968
|
"kindString": "Parameter",
|
|
@@ -887,14 +978,14 @@
|
|
|
887
978
|
"type": {
|
|
888
979
|
"type": "reflection",
|
|
889
980
|
"declaration": {
|
|
890
|
-
"id":
|
|
981
|
+
"id": 40,
|
|
891
982
|
"name": "__type",
|
|
892
983
|
"kind": 65536,
|
|
893
984
|
"kindString": "Type literal",
|
|
894
985
|
"flags": {},
|
|
895
986
|
"children": [
|
|
896
987
|
{
|
|
897
|
-
"id":
|
|
988
|
+
"id": 41,
|
|
898
989
|
"name": "notFound",
|
|
899
990
|
"kind": 1024,
|
|
900
991
|
"kindString": "Property",
|
|
@@ -904,7 +995,7 @@
|
|
|
904
995
|
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
905
996
|
"line": 46,
|
|
906
997
|
"character": 4,
|
|
907
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
998
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L46"
|
|
908
999
|
}
|
|
909
1000
|
],
|
|
910
1001
|
"type": {
|
|
@@ -913,7 +1004,7 @@
|
|
|
913
1004
|
}
|
|
914
1005
|
},
|
|
915
1006
|
{
|
|
916
|
-
"id":
|
|
1007
|
+
"id": 42,
|
|
917
1008
|
"name": "schemaHuri",
|
|
918
1009
|
"kind": 1024,
|
|
919
1010
|
"kindString": "Property",
|
|
@@ -923,7 +1014,7 @@
|
|
|
923
1014
|
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
924
1015
|
"line": 47,
|
|
925
1016
|
"character": 4,
|
|
926
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1017
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L47"
|
|
927
1018
|
}
|
|
928
1019
|
],
|
|
929
1020
|
"type": {
|
|
@@ -954,7 +1045,7 @@
|
|
|
954
1045
|
{
|
|
955
1046
|
"type": "reflection",
|
|
956
1047
|
"declaration": {
|
|
957
|
-
"id":
|
|
1048
|
+
"id": 43,
|
|
958
1049
|
"name": "__type",
|
|
959
1050
|
"kind": 65536,
|
|
960
1051
|
"kindString": "Type literal",
|
|
@@ -980,7 +1071,7 @@
|
|
|
980
1071
|
"defaultValue": "schemaCacheEntry.huri"
|
|
981
1072
|
},
|
|
982
1073
|
{
|
|
983
|
-
"id":
|
|
1074
|
+
"id": 44,
|
|
984
1075
|
"name": "schemaPayload",
|
|
985
1076
|
"kind": 1024,
|
|
986
1077
|
"kindString": "Property",
|
|
@@ -990,7 +1081,7 @@
|
|
|
990
1081
|
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
991
1082
|
"line": 48,
|
|
992
1083
|
"character": 4,
|
|
993
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1084
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L48"
|
|
994
1085
|
}
|
|
995
1086
|
],
|
|
996
1087
|
"type": {
|
|
@@ -1022,7 +1113,7 @@
|
|
|
1022
1113
|
{
|
|
1023
1114
|
"type": "reflection",
|
|
1024
1115
|
"declaration": {
|
|
1025
|
-
"id":
|
|
1116
|
+
"id": 45,
|
|
1026
1117
|
"name": "__type",
|
|
1027
1118
|
"kind": 65536,
|
|
1028
1119
|
"kindString": "Type literal",
|
|
@@ -1043,7 +1134,7 @@
|
|
|
1043
1134
|
"defaultValue": "..."
|
|
1044
1135
|
},
|
|
1045
1136
|
{
|
|
1046
|
-
"id":
|
|
1137
|
+
"id": 46,
|
|
1047
1138
|
"name": "xyoError",
|
|
1048
1139
|
"kind": 1024,
|
|
1049
1140
|
"kindString": "Property",
|
|
@@ -1053,7 +1144,7 @@
|
|
|
1053
1144
|
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1054
1145
|
"line": 51,
|
|
1055
1146
|
"character": 4,
|
|
1056
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1147
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L51"
|
|
1057
1148
|
}
|
|
1058
1149
|
],
|
|
1059
1150
|
"type": {
|
|
@@ -1081,7 +1172,7 @@
|
|
|
1081
1172
|
{
|
|
1082
1173
|
"type": "reflection",
|
|
1083
1174
|
"declaration": {
|
|
1084
|
-
"id":
|
|
1175
|
+
"id": 47,
|
|
1085
1176
|
"name": "__type",
|
|
1086
1177
|
"kind": 65536,
|
|
1087
1178
|
"kindString": "Type literal",
|
|
@@ -1105,10 +1196,10 @@
|
|
|
1105
1196
|
{
|
|
1106
1197
|
"title": "Properties",
|
|
1107
1198
|
"children": [
|
|
1108
|
-
|
|
1109
|
-
40,
|
|
1199
|
+
41,
|
|
1110
1200
|
42,
|
|
1111
|
-
44
|
|
1201
|
+
44,
|
|
1202
|
+
46
|
|
1112
1203
|
]
|
|
1113
1204
|
}
|
|
1114
1205
|
],
|
|
@@ -1117,7 +1208,7 @@
|
|
|
1117
1208
|
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1118
1209
|
"line": 45,
|
|
1119
1210
|
"character": 9,
|
|
1120
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1211
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L45"
|
|
1121
1212
|
}
|
|
1122
1213
|
]
|
|
1123
1214
|
}
|
|
@@ -1126,7 +1217,7 @@
|
|
|
1126
1217
|
]
|
|
1127
1218
|
},
|
|
1128
1219
|
{
|
|
1129
|
-
"id":
|
|
1220
|
+
"id": 34,
|
|
1130
1221
|
"name": "useSchema",
|
|
1131
1222
|
"kind": 64,
|
|
1132
1223
|
"kindString": "Function",
|
|
@@ -1136,19 +1227,19 @@
|
|
|
1136
1227
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/use.ts",
|
|
1137
1228
|
"line": 6,
|
|
1138
1229
|
"character": 13,
|
|
1139
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1230
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/contexts/Schema/use.ts#L6"
|
|
1140
1231
|
}
|
|
1141
1232
|
],
|
|
1142
1233
|
"signatures": [
|
|
1143
1234
|
{
|
|
1144
|
-
"id":
|
|
1235
|
+
"id": 35,
|
|
1145
1236
|
"name": "useSchema",
|
|
1146
1237
|
"kind": 4096,
|
|
1147
1238
|
"kindString": "Call signature",
|
|
1148
1239
|
"flags": {},
|
|
1149
1240
|
"parameters": [
|
|
1150
1241
|
{
|
|
1151
|
-
"id":
|
|
1242
|
+
"id": 36,
|
|
1152
1243
|
"name": "required",
|
|
1153
1244
|
"kind": 32768,
|
|
1154
1245
|
"kindString": "Parameter",
|
|
@@ -1165,7 +1256,7 @@
|
|
|
1165
1256
|
"typeArguments": [
|
|
1166
1257
|
{
|
|
1167
1258
|
"type": "reference",
|
|
1168
|
-
"id":
|
|
1259
|
+
"id": 28,
|
|
1169
1260
|
"name": "SchemaContextState"
|
|
1170
1261
|
},
|
|
1171
1262
|
{
|
|
@@ -1181,7 +1272,7 @@
|
|
|
1181
1272
|
]
|
|
1182
1273
|
},
|
|
1183
1274
|
{
|
|
1184
|
-
"id":
|
|
1275
|
+
"id": 51,
|
|
1185
1276
|
"name": "useSchemaDefinitions",
|
|
1186
1277
|
"kind": 64,
|
|
1187
1278
|
"kindString": "Function",
|
|
@@ -1191,19 +1282,19 @@
|
|
|
1191
1282
|
"fileName": "packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx",
|
|
1192
1283
|
"line": 8,
|
|
1193
1284
|
"character": 13,
|
|
1194
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1285
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx#L8"
|
|
1195
1286
|
}
|
|
1196
1287
|
],
|
|
1197
1288
|
"signatures": [
|
|
1198
1289
|
{
|
|
1199
|
-
"id":
|
|
1290
|
+
"id": 52,
|
|
1200
1291
|
"name": "useSchemaDefinitions",
|
|
1201
1292
|
"kind": 4096,
|
|
1202
1293
|
"kindString": "Call signature",
|
|
1203
1294
|
"flags": {},
|
|
1204
1295
|
"parameters": [
|
|
1205
1296
|
{
|
|
1206
|
-
"id":
|
|
1297
|
+
"id": 53,
|
|
1207
1298
|
"name": "schemaList",
|
|
1208
1299
|
"kind": 32768,
|
|
1209
1300
|
"kindString": "Parameter",
|
|
@@ -1214,7 +1305,7 @@
|
|
|
1214
1305
|
"type": "array",
|
|
1215
1306
|
"elementType": {
|
|
1216
1307
|
"type": "reference",
|
|
1217
|
-
"id":
|
|
1308
|
+
"id": 48,
|
|
1218
1309
|
"name": "SchemaList"
|
|
1219
1310
|
}
|
|
1220
1311
|
}
|
|
@@ -1247,7 +1338,7 @@
|
|
|
1247
1338
|
{
|
|
1248
1339
|
"type": "reflection",
|
|
1249
1340
|
"declaration": {
|
|
1250
|
-
"id":
|
|
1341
|
+
"id": 54,
|
|
1251
1342
|
"name": "__type",
|
|
1252
1343
|
"kind": 65536,
|
|
1253
1344
|
"kindString": "Type literal",
|
|
@@ -1270,7 +1361,136 @@
|
|
|
1270
1361
|
]
|
|
1271
1362
|
},
|
|
1272
1363
|
{
|
|
1273
|
-
"id":
|
|
1364
|
+
"id": 55,
|
|
1365
|
+
"name": "useSchemaList",
|
|
1366
|
+
"kind": 64,
|
|
1367
|
+
"kindString": "Function",
|
|
1368
|
+
"flags": {},
|
|
1369
|
+
"sources": [
|
|
1370
|
+
{
|
|
1371
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useSchemaList.tsx",
|
|
1372
|
+
"line": 7,
|
|
1373
|
+
"character": 13,
|
|
1374
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/hooks/useSchemaList.tsx#L7"
|
|
1375
|
+
}
|
|
1376
|
+
],
|
|
1377
|
+
"signatures": [
|
|
1378
|
+
{
|
|
1379
|
+
"id": 56,
|
|
1380
|
+
"name": "useSchemaList",
|
|
1381
|
+
"kind": 4096,
|
|
1382
|
+
"kindString": "Call signature",
|
|
1383
|
+
"flags": {},
|
|
1384
|
+
"parameters": [
|
|
1385
|
+
{
|
|
1386
|
+
"id": 57,
|
|
1387
|
+
"name": "address",
|
|
1388
|
+
"kind": 32768,
|
|
1389
|
+
"kindString": "Parameter",
|
|
1390
|
+
"flags": {
|
|
1391
|
+
"isOptional": true
|
|
1392
|
+
},
|
|
1393
|
+
"type": {
|
|
1394
|
+
"type": "intrinsic",
|
|
1395
|
+
"name": "string"
|
|
1396
|
+
}
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"id": 58,
|
|
1400
|
+
"name": "nameOrAddress",
|
|
1401
|
+
"kind": 32768,
|
|
1402
|
+
"kindString": "Parameter",
|
|
1403
|
+
"flags": {},
|
|
1404
|
+
"type": {
|
|
1405
|
+
"type": "intrinsic",
|
|
1406
|
+
"name": "string"
|
|
1407
|
+
},
|
|
1408
|
+
"defaultValue": "'SchemaListDiviner'"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"id": 59,
|
|
1412
|
+
"name": "account",
|
|
1413
|
+
"kind": 32768,
|
|
1414
|
+
"kindString": "Parameter",
|
|
1415
|
+
"flags": {
|
|
1416
|
+
"isOptional": true
|
|
1417
|
+
},
|
|
1418
|
+
"type": {
|
|
1419
|
+
"type": "reference",
|
|
1420
|
+
"name": "AccountInstance",
|
|
1421
|
+
"qualifiedName": "AccountInstance",
|
|
1422
|
+
"package": "@xyo-network/account-model"
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1425
|
+
],
|
|
1426
|
+
"type": {
|
|
1427
|
+
"type": "tuple",
|
|
1428
|
+
"elements": [
|
|
1429
|
+
{
|
|
1430
|
+
"type": "union",
|
|
1431
|
+
"types": [
|
|
1432
|
+
{
|
|
1433
|
+
"type": "intrinsic",
|
|
1434
|
+
"name": "undefined"
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"type": "intersection",
|
|
1438
|
+
"types": [
|
|
1439
|
+
{
|
|
1440
|
+
"type": "reference",
|
|
1441
|
+
"name": "SchemaFields",
|
|
1442
|
+
"qualifiedName": "SchemaFields",
|
|
1443
|
+
"package": "@xyo-network/payload-model"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"type": "reference",
|
|
1447
|
+
"name": "PayloadFields",
|
|
1448
|
+
"qualifiedName": "PayloadFields",
|
|
1449
|
+
"package": "@xyo-network/payload-model"
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"type": "reflection",
|
|
1453
|
+
"declaration": {
|
|
1454
|
+
"id": 60,
|
|
1455
|
+
"name": "__type",
|
|
1456
|
+
"kind": 65536,
|
|
1457
|
+
"kindString": "Type literal",
|
|
1458
|
+
"flags": {},
|
|
1459
|
+
"sources": [
|
|
1460
|
+
{
|
|
1461
|
+
"fileName": "node_modules/@xyo-network/node-core-model/dist/types/Diviner/SchemaListDiviner.d.ts",
|
|
1462
|
+
"line": 14,
|
|
1463
|
+
"character": 40
|
|
1464
|
+
}
|
|
1465
|
+
]
|
|
1466
|
+
}
|
|
1467
|
+
}
|
|
1468
|
+
]
|
|
1469
|
+
}
|
|
1470
|
+
]
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"type": "union",
|
|
1474
|
+
"types": [
|
|
1475
|
+
{
|
|
1476
|
+
"type": "intrinsic",
|
|
1477
|
+
"name": "undefined"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"type": "reference",
|
|
1481
|
+
"name": "Error",
|
|
1482
|
+
"qualifiedName": "Error",
|
|
1483
|
+
"package": "typescript"
|
|
1484
|
+
}
|
|
1485
|
+
]
|
|
1486
|
+
}
|
|
1487
|
+
]
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1490
|
+
]
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"id": 61,
|
|
1274
1494
|
"name": "useSchemaStats",
|
|
1275
1495
|
"kind": 64,
|
|
1276
1496
|
"kindString": "Function",
|
|
@@ -1280,19 +1500,19 @@
|
|
|
1280
1500
|
"fileName": "packages/sdk/packages/schema/src/hooks/useSchemaStats.tsx",
|
|
1281
1501
|
"line": 9,
|
|
1282
1502
|
"character": 13,
|
|
1283
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1503
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/hooks/useSchemaStats.tsx#L9"
|
|
1284
1504
|
}
|
|
1285
1505
|
],
|
|
1286
1506
|
"signatures": [
|
|
1287
1507
|
{
|
|
1288
|
-
"id":
|
|
1508
|
+
"id": 62,
|
|
1289
1509
|
"name": "useSchemaStats",
|
|
1290
1510
|
"kind": 4096,
|
|
1291
1511
|
"kindString": "Call signature",
|
|
1292
1512
|
"flags": {},
|
|
1293
1513
|
"parameters": [
|
|
1294
1514
|
{
|
|
1295
|
-
"id":
|
|
1515
|
+
"id": 63,
|
|
1296
1516
|
"name": "statsAddress",
|
|
1297
1517
|
"kind": 32768,
|
|
1298
1518
|
"kindString": "Parameter",
|
|
@@ -1305,7 +1525,7 @@
|
|
|
1305
1525
|
}
|
|
1306
1526
|
},
|
|
1307
1527
|
{
|
|
1308
|
-
"id":
|
|
1528
|
+
"id": 64,
|
|
1309
1529
|
"name": "nameOrAddress",
|
|
1310
1530
|
"kind": 32768,
|
|
1311
1531
|
"kindString": "Parameter",
|
|
@@ -1326,7 +1546,7 @@
|
|
|
1326
1546
|
"defaultValue": "TYPES.SchemaStatsDiviner.description"
|
|
1327
1547
|
},
|
|
1328
1548
|
{
|
|
1329
|
-
"id":
|
|
1549
|
+
"id": 65,
|
|
1330
1550
|
"name": "account",
|
|
1331
1551
|
"kind": 32768,
|
|
1332
1552
|
"kindString": "Parameter",
|
|
@@ -1371,7 +1591,7 @@
|
|
|
1371
1591
|
{
|
|
1372
1592
|
"type": "reflection",
|
|
1373
1593
|
"declaration": {
|
|
1374
|
-
"id":
|
|
1594
|
+
"id": 66,
|
|
1375
1595
|
"name": "__type",
|
|
1376
1596
|
"kind": 65536,
|
|
1377
1597
|
"kindString": "Type literal",
|
|
@@ -1435,35 +1655,36 @@
|
|
|
1435
1655
|
{
|
|
1436
1656
|
"title": "Interfaces",
|
|
1437
1657
|
"children": [
|
|
1438
|
-
|
|
1439
|
-
|
|
1658
|
+
28,
|
|
1659
|
+
21
|
|
1440
1660
|
]
|
|
1441
1661
|
},
|
|
1442
1662
|
{
|
|
1443
1663
|
"title": "Type Aliases",
|
|
1444
1664
|
"children": [
|
|
1445
|
-
|
|
1665
|
+
48,
|
|
1446
1666
|
1,
|
|
1447
|
-
|
|
1667
|
+
11
|
|
1448
1668
|
]
|
|
1449
1669
|
},
|
|
1450
1670
|
{
|
|
1451
1671
|
"title": "Variables",
|
|
1452
1672
|
"children": [
|
|
1453
|
-
|
|
1673
|
+
16
|
|
1454
1674
|
]
|
|
1455
1675
|
},
|
|
1456
1676
|
{
|
|
1457
1677
|
"title": "Functions",
|
|
1458
1678
|
"children": [
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1679
|
+
17,
|
|
1680
|
+
8,
|
|
1681
|
+
24,
|
|
1682
|
+
12,
|
|
1683
|
+
37,
|
|
1684
|
+
34,
|
|
1685
|
+
51,
|
|
1686
|
+
55,
|
|
1687
|
+
61
|
|
1467
1688
|
]
|
|
1468
1689
|
}
|
|
1469
1690
|
],
|
|
@@ -1472,7 +1693,7 @@
|
|
|
1472
1693
|
"fileName": "packages/sdk/packages/schema/src/index.ts",
|
|
1473
1694
|
"line": 1,
|
|
1474
1695
|
"character": 0,
|
|
1475
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1696
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5632b9eac/packages/sdk/packages/schema/src/index.ts#L1"
|
|
1476
1697
|
}
|
|
1477
1698
|
]
|
|
1478
1699
|
}
|