@xyo-network/react-payload-details 2.61.0 → 2.63.1

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/docs.json ADDED
@@ -0,0 +1,1319 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-payload-details",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 1,
10
+ "name": "PayloadDataDetailsProps",
11
+ "variant": "declaration",
12
+ "kind": 4194304,
13
+ "flags": {},
14
+ "sources": [
15
+ {
16
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/DataDetails.tsx",
17
+ "line": 13,
18
+ "character": 12,
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/DataDetails.tsx#L13"
20
+ }
21
+ ],
22
+ "type": {
23
+ "type": "intersection",
24
+ "types": [
25
+ {
26
+ "type": "reference",
27
+ "target": {
28
+ "sourceFileName": "../../../property/src/components/Props.tsx",
29
+ "qualifiedName": "PropertyProps"
30
+ },
31
+ "name": "PropertyProps",
32
+ "package": "@xyo-network/react-property"
33
+ },
34
+ {
35
+ "type": "reflection",
36
+ "declaration": {
37
+ "id": 2,
38
+ "name": "__type",
39
+ "variant": "declaration",
40
+ "kind": 65536,
41
+ "flags": {},
42
+ "children": [
43
+ {
44
+ "id": 3,
45
+ "name": "badge",
46
+ "variant": "declaration",
47
+ "kind": 1024,
48
+ "flags": {
49
+ "isOptional": true
50
+ },
51
+ "sources": [
52
+ {
53
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/DataDetails.tsx",
54
+ "line": 14,
55
+ "character": 2,
56
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/DataDetails.tsx#L14"
57
+ }
58
+ ],
59
+ "type": {
60
+ "type": "intrinsic",
61
+ "name": "boolean"
62
+ }
63
+ },
64
+ {
65
+ "id": 4,
66
+ "name": "payload",
67
+ "variant": "declaration",
68
+ "kind": 1024,
69
+ "flags": {
70
+ "isOptional": true
71
+ },
72
+ "sources": [
73
+ {
74
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/DataDetails.tsx",
75
+ "line": 15,
76
+ "character": 2,
77
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/DataDetails.tsx#L15"
78
+ }
79
+ ],
80
+ "type": {
81
+ "type": "reference",
82
+ "target": {
83
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
84
+ "qualifiedName": "Payload"
85
+ },
86
+ "name": "Payload",
87
+ "package": "@xyo-network/payload-model"
88
+ }
89
+ },
90
+ {
91
+ "id": 5,
92
+ "name": "size",
93
+ "variant": "declaration",
94
+ "kind": 1024,
95
+ "flags": {
96
+ "isOptional": true
97
+ },
98
+ "sources": [
99
+ {
100
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/DataDetails.tsx",
101
+ "line": 16,
102
+ "character": 2,
103
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/DataDetails.tsx#L16"
104
+ }
105
+ ],
106
+ "type": {
107
+ "type": "reference",
108
+ "target": {
109
+ "sourceFileName": "../../../shared/src/SizeProp.ts",
110
+ "qualifiedName": "SizeProp"
111
+ },
112
+ "name": "SizeProp",
113
+ "package": "@xyo-network/react-shared"
114
+ }
115
+ }
116
+ ],
117
+ "groups": [
118
+ {
119
+ "title": "Properties",
120
+ "children": [
121
+ 3,
122
+ 4,
123
+ 5
124
+ ]
125
+ }
126
+ ],
127
+ "sources": [
128
+ {
129
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/DataDetails.tsx",
130
+ "line": 13,
131
+ "character": 54,
132
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/DataDetails.tsx#L13"
133
+ }
134
+ ]
135
+ }
136
+ }
137
+ ]
138
+ }
139
+ },
140
+ {
141
+ "id": 18,
142
+ "name": "PayloadDetailsProps",
143
+ "variant": "declaration",
144
+ "kind": 4194304,
145
+ "flags": {},
146
+ "sources": [
147
+ {
148
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
149
+ "line": 12,
150
+ "character": 12,
151
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L12"
152
+ }
153
+ ],
154
+ "type": {
155
+ "type": "intersection",
156
+ "types": [
157
+ {
158
+ "type": "reference",
159
+ "target": {
160
+ "sourceFileName": "../../../../../../node_modules/@xylabs/react-flexbox/src/components/FlexBoxProps.tsx",
161
+ "qualifiedName": "FlexBoxProps"
162
+ },
163
+ "name": "FlexBoxProps",
164
+ "package": "@xylabs/react-flexbox"
165
+ },
166
+ {
167
+ "type": "reflection",
168
+ "declaration": {
169
+ "id": 19,
170
+ "name": "__type",
171
+ "variant": "declaration",
172
+ "kind": 65536,
173
+ "flags": {},
174
+ "children": [
175
+ {
176
+ "id": 20,
177
+ "name": "paper",
178
+ "variant": "declaration",
179
+ "kind": 1024,
180
+ "flags": {
181
+ "isOptional": true
182
+ },
183
+ "sources": [
184
+ {
185
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
186
+ "line": 13,
187
+ "character": 2,
188
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L13"
189
+ }
190
+ ],
191
+ "type": {
192
+ "type": "intrinsic",
193
+ "name": "boolean"
194
+ }
195
+ },
196
+ {
197
+ "id": 21,
198
+ "name": "payload",
199
+ "variant": "declaration",
200
+ "kind": 1024,
201
+ "flags": {
202
+ "isOptional": true
203
+ },
204
+ "sources": [
205
+ {
206
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
207
+ "line": 14,
208
+ "character": 2,
209
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L14"
210
+ }
211
+ ],
212
+ "type": {
213
+ "type": "reference",
214
+ "target": {
215
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
216
+ "qualifiedName": "Payload"
217
+ },
218
+ "name": "Payload",
219
+ "package": "@xyo-network/payload-model"
220
+ }
221
+ }
222
+ ],
223
+ "groups": [
224
+ {
225
+ "title": "Properties",
226
+ "children": [
227
+ 20,
228
+ 21
229
+ ]
230
+ }
231
+ ],
232
+ "sources": [
233
+ {
234
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
235
+ "line": 12,
236
+ "character": 49,
237
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L12"
238
+ }
239
+ ]
240
+ }
241
+ }
242
+ ]
243
+ }
244
+ },
245
+ {
246
+ "id": 29,
247
+ "name": "PayloadJsonDetailsProps",
248
+ "variant": "declaration",
249
+ "kind": 4194304,
250
+ "flags": {},
251
+ "sources": [
252
+ {
253
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/JsonDetails.tsx",
254
+ "line": 10,
255
+ "character": 12,
256
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/JsonDetails.tsx#L10"
257
+ }
258
+ ],
259
+ "type": {
260
+ "type": "intersection",
261
+ "types": [
262
+ {
263
+ "type": "reference",
264
+ "target": {
265
+ "sourceFileName": "../../../property/src/components/Props.tsx",
266
+ "qualifiedName": "PropertyGroupProps"
267
+ },
268
+ "name": "PropertyGroupProps",
269
+ "package": "@xyo-network/react-property"
270
+ },
271
+ {
272
+ "type": "reflection",
273
+ "declaration": {
274
+ "id": 30,
275
+ "name": "__type",
276
+ "variant": "declaration",
277
+ "kind": 65536,
278
+ "flags": {},
279
+ "children": [
280
+ {
281
+ "id": 31,
282
+ "name": "jsonViewProps",
283
+ "variant": "declaration",
284
+ "kind": 1024,
285
+ "flags": {
286
+ "isOptional": true
287
+ },
288
+ "sources": [
289
+ {
290
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/JsonDetails.tsx",
291
+ "line": 11,
292
+ "character": 2,
293
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/JsonDetails.tsx#L11"
294
+ }
295
+ ],
296
+ "type": {
297
+ "type": "reference",
298
+ "target": {
299
+ "sourceFileName": "../../../../../../node_modules/react-json-view/index.d.ts",
300
+ "qualifiedName": "ReactJsonViewProps"
301
+ },
302
+ "name": "ReactJsonViewProps",
303
+ "package": "react-json-view"
304
+ }
305
+ },
306
+ {
307
+ "id": 32,
308
+ "name": "payload",
309
+ "variant": "declaration",
310
+ "kind": 1024,
311
+ "flags": {
312
+ "isOptional": true
313
+ },
314
+ "sources": [
315
+ {
316
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/JsonDetails.tsx",
317
+ "line": 12,
318
+ "character": 2,
319
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/JsonDetails.tsx#L12"
320
+ }
321
+ ],
322
+ "type": {
323
+ "type": "reference",
324
+ "target": {
325
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
326
+ "qualifiedName": "Payload"
327
+ },
328
+ "name": "Payload",
329
+ "package": "@xyo-network/payload-model"
330
+ }
331
+ }
332
+ ],
333
+ "groups": [
334
+ {
335
+ "title": "Properties",
336
+ "children": [
337
+ 31,
338
+ 32
339
+ ]
340
+ }
341
+ ],
342
+ "sources": [
343
+ {
344
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/JsonDetails.tsx",
345
+ "line": 10,
346
+ "character": 59,
347
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/JsonDetails.tsx#L10"
348
+ }
349
+ ]
350
+ }
351
+ }
352
+ ]
353
+ }
354
+ },
355
+ {
356
+ "id": 41,
357
+ "name": "PayloadValidationDetailsProps",
358
+ "variant": "declaration",
359
+ "kind": 4194304,
360
+ "flags": {},
361
+ "sources": [
362
+ {
363
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
364
+ "line": 4,
365
+ "character": 12,
366
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L4"
367
+ }
368
+ ],
369
+ "type": {
370
+ "type": "intersection",
371
+ "types": [
372
+ {
373
+ "type": "reference",
374
+ "target": {
375
+ "sourceFileName": "../../../property/src/components/Props.tsx",
376
+ "qualifiedName": "PropertyGroupProps"
377
+ },
378
+ "name": "PropertyGroupProps",
379
+ "package": "@xyo-network/react-property"
380
+ },
381
+ {
382
+ "type": "reflection",
383
+ "declaration": {
384
+ "id": 42,
385
+ "name": "__type",
386
+ "variant": "declaration",
387
+ "kind": 65536,
388
+ "flags": {},
389
+ "children": [
390
+ {
391
+ "id": 43,
392
+ "name": "skipBody",
393
+ "variant": "declaration",
394
+ "kind": 1024,
395
+ "flags": {
396
+ "isOptional": true
397
+ },
398
+ "sources": [
399
+ {
400
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
401
+ "line": 5,
402
+ "character": 2,
403
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L5"
404
+ }
405
+ ],
406
+ "type": {
407
+ "type": "intrinsic",
408
+ "name": "boolean"
409
+ }
410
+ },
411
+ {
412
+ "id": 44,
413
+ "name": "value",
414
+ "variant": "declaration",
415
+ "kind": 1024,
416
+ "flags": {
417
+ "isOptional": true
418
+ },
419
+ "sources": [
420
+ {
421
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
422
+ "line": 6,
423
+ "character": 2,
424
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L6"
425
+ }
426
+ ],
427
+ "type": {
428
+ "type": "reference",
429
+ "target": {
430
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
431
+ "qualifiedName": "Payload"
432
+ },
433
+ "name": "Payload",
434
+ "package": "@xyo-network/payload-model"
435
+ }
436
+ }
437
+ ],
438
+ "groups": [
439
+ {
440
+ "title": "Properties",
441
+ "children": [
442
+ 43,
443
+ 44
444
+ ]
445
+ }
446
+ ],
447
+ "sources": [
448
+ {
449
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
450
+ "line": 4,
451
+ "character": 65,
452
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L4"
453
+ }
454
+ ]
455
+ }
456
+ }
457
+ ]
458
+ }
459
+ },
460
+ {
461
+ "id": 10,
462
+ "name": "WithPaper",
463
+ "variant": "declaration",
464
+ "kind": 4194304,
465
+ "flags": {},
466
+ "sources": [
467
+ {
468
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
469
+ "line": 9,
470
+ "character": 12,
471
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L9"
472
+ }
473
+ ],
474
+ "typeParameters": [
475
+ {
476
+ "id": 13,
477
+ "name": "T",
478
+ "variant": "typeParam",
479
+ "kind": 131072,
480
+ "flags": {}
481
+ }
482
+ ],
483
+ "type": {
484
+ "type": "intersection",
485
+ "types": [
486
+ {
487
+ "type": "reference",
488
+ "target": -1,
489
+ "name": "T",
490
+ "refersToTypeParameter": true
491
+ },
492
+ {
493
+ "type": "reflection",
494
+ "declaration": {
495
+ "id": 11,
496
+ "name": "__type",
497
+ "variant": "declaration",
498
+ "kind": 65536,
499
+ "flags": {},
500
+ "children": [
501
+ {
502
+ "id": 12,
503
+ "name": "paper",
504
+ "variant": "declaration",
505
+ "kind": 1024,
506
+ "flags": {},
507
+ "sources": [
508
+ {
509
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
510
+ "line": 9,
511
+ "character": 33,
512
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L9"
513
+ }
514
+ ],
515
+ "type": {
516
+ "type": "literal",
517
+ "value": true
518
+ }
519
+ }
520
+ ],
521
+ "groups": [
522
+ {
523
+ "title": "Properties",
524
+ "children": [
525
+ 12
526
+ ]
527
+ }
528
+ ],
529
+ "sources": [
530
+ {
531
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
532
+ "line": 9,
533
+ "character": 31,
534
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L9"
535
+ }
536
+ ]
537
+ }
538
+ }
539
+ ]
540
+ }
541
+ },
542
+ {
543
+ "id": 14,
544
+ "name": "WithoutPaper",
545
+ "variant": "declaration",
546
+ "kind": 4194304,
547
+ "flags": {},
548
+ "sources": [
549
+ {
550
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
551
+ "line": 10,
552
+ "character": 12,
553
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L10"
554
+ }
555
+ ],
556
+ "typeParameters": [
557
+ {
558
+ "id": 17,
559
+ "name": "T",
560
+ "variant": "typeParam",
561
+ "kind": 131072,
562
+ "flags": {}
563
+ }
564
+ ],
565
+ "type": {
566
+ "type": "intersection",
567
+ "types": [
568
+ {
569
+ "type": "reference",
570
+ "target": -1,
571
+ "name": "T",
572
+ "refersToTypeParameter": true
573
+ },
574
+ {
575
+ "type": "reflection",
576
+ "declaration": {
577
+ "id": 15,
578
+ "name": "__type",
579
+ "variant": "declaration",
580
+ "kind": 65536,
581
+ "flags": {},
582
+ "children": [
583
+ {
584
+ "id": 16,
585
+ "name": "paper",
586
+ "variant": "declaration",
587
+ "kind": 1024,
588
+ "flags": {
589
+ "isOptional": true
590
+ },
591
+ "sources": [
592
+ {
593
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
594
+ "line": 10,
595
+ "character": 36,
596
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L10"
597
+ }
598
+ ],
599
+ "type": {
600
+ "type": "literal",
601
+ "value": false
602
+ }
603
+ }
604
+ ],
605
+ "groups": [
606
+ {
607
+ "title": "Properties",
608
+ "children": [
609
+ 16
610
+ ]
611
+ }
612
+ ],
613
+ "sources": [
614
+ {
615
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
616
+ "line": 10,
617
+ "character": 34,
618
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L10"
619
+ }
620
+ ]
621
+ }
622
+ }
623
+ ]
624
+ }
625
+ },
626
+ {
627
+ "id": 6,
628
+ "name": "PayloadDataDetails",
629
+ "variant": "declaration",
630
+ "kind": 64,
631
+ "flags": {},
632
+ "sources": [
633
+ {
634
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/DataDetails.tsx",
635
+ "line": 19,
636
+ "character": 13,
637
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/DataDetails.tsx#L19"
638
+ }
639
+ ],
640
+ "signatures": [
641
+ {
642
+ "id": 7,
643
+ "name": "PayloadDataDetails",
644
+ "variant": "signature",
645
+ "kind": 4096,
646
+ "flags": {},
647
+ "sources": [
648
+ {
649
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
650
+ "line": 525,
651
+ "character": 8
652
+ }
653
+ ],
654
+ "parameters": [
655
+ {
656
+ "id": 8,
657
+ "name": "props",
658
+ "variant": "param",
659
+ "kind": 32768,
660
+ "flags": {},
661
+ "type": {
662
+ "type": "reference",
663
+ "target": 1,
664
+ "name": "PayloadDataDetailsProps",
665
+ "package": "@xyo-network/react-payload-details"
666
+ }
667
+ },
668
+ {
669
+ "id": 9,
670
+ "name": "context",
671
+ "variant": "param",
672
+ "kind": 32768,
673
+ "flags": {
674
+ "isOptional": true
675
+ },
676
+ "type": {
677
+ "type": "intrinsic",
678
+ "name": "any"
679
+ }
680
+ }
681
+ ],
682
+ "type": {
683
+ "type": "union",
684
+ "types": [
685
+ {
686
+ "type": "literal",
687
+ "value": null
688
+ },
689
+ {
690
+ "type": "reference",
691
+ "target": {
692
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
693
+ "qualifiedName": "React.ReactElement"
694
+ },
695
+ "typeArguments": [
696
+ {
697
+ "type": "intrinsic",
698
+ "name": "any"
699
+ },
700
+ {
701
+ "type": "intrinsic",
702
+ "name": "any"
703
+ }
704
+ ],
705
+ "name": "ReactElement",
706
+ "package": "@types/react",
707
+ "qualifiedName": "React.ReactElement"
708
+ }
709
+ ]
710
+ }
711
+ }
712
+ ]
713
+ },
714
+ {
715
+ "id": 22,
716
+ "name": "PayloadDetails",
717
+ "variant": "declaration",
718
+ "kind": 64,
719
+ "flags": {},
720
+ "sources": [
721
+ {
722
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
723
+ "line": 17,
724
+ "character": 13,
725
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L17"
726
+ }
727
+ ],
728
+ "signatures": [
729
+ {
730
+ "id": 23,
731
+ "name": "PayloadDetails",
732
+ "variant": "signature",
733
+ "kind": 4096,
734
+ "flags": {},
735
+ "comment": {
736
+ "summary": [
737
+ {
738
+ "kind": "text",
739
+ "text": "**NOTE**: Exotic components are not callable."
740
+ }
741
+ ]
742
+ },
743
+ "sources": [
744
+ {
745
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
746
+ "line": 355,
747
+ "character": 8
748
+ }
749
+ ],
750
+ "parameters": [
751
+ {
752
+ "id": 24,
753
+ "name": "props",
754
+ "variant": "param",
755
+ "kind": 32768,
756
+ "flags": {},
757
+ "type": {
758
+ "type": "intersection",
759
+ "types": [
760
+ {
761
+ "type": "reference",
762
+ "target": {
763
+ "sourceFileName": "../../../../../../node_modules/@xylabs/react-flexbox/src/components/BusyBox/BusyBox.tsx",
764
+ "qualifiedName": "BusyBoxProps"
765
+ },
766
+ "name": "BusyBoxProps",
767
+ "package": "@xylabs/react-flexbox"
768
+ },
769
+ {
770
+ "type": "reflection",
771
+ "declaration": {
772
+ "id": 25,
773
+ "name": "__type",
774
+ "variant": "declaration",
775
+ "kind": 65536,
776
+ "flags": {},
777
+ "children": [
778
+ {
779
+ "id": 26,
780
+ "name": "paper",
781
+ "variant": "declaration",
782
+ "kind": 1024,
783
+ "flags": {
784
+ "isOptional": true
785
+ },
786
+ "sources": [
787
+ {
788
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
789
+ "line": 13,
790
+ "character": 2,
791
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L13"
792
+ }
793
+ ],
794
+ "type": {
795
+ "type": "intrinsic",
796
+ "name": "boolean"
797
+ }
798
+ },
799
+ {
800
+ "id": 27,
801
+ "name": "payload",
802
+ "variant": "declaration",
803
+ "kind": 1024,
804
+ "flags": {
805
+ "isOptional": true
806
+ },
807
+ "sources": [
808
+ {
809
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
810
+ "line": 14,
811
+ "character": 2,
812
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L14"
813
+ }
814
+ ],
815
+ "type": {
816
+ "type": "reflection",
817
+ "declaration": {
818
+ "id": 28,
819
+ "name": "__type",
820
+ "variant": "declaration",
821
+ "kind": 65536,
822
+ "flags": {},
823
+ "sources": [
824
+ {
825
+ "fileName": "node_modules/@xyo-network/payload-model/dist/Payload.d.ts",
826
+ "line": 22,
827
+ "character": 5
828
+ }
829
+ ]
830
+ }
831
+ }
832
+ }
833
+ ],
834
+ "groups": [
835
+ {
836
+ "title": "Properties",
837
+ "children": [
838
+ 26,
839
+ 27
840
+ ]
841
+ }
842
+ ],
843
+ "sources": [
844
+ {
845
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
846
+ "line": 12,
847
+ "character": 49,
848
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L12"
849
+ }
850
+ ]
851
+ }
852
+ },
853
+ {
854
+ "type": "reference",
855
+ "target": {
856
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
857
+ "qualifiedName": "React.RefAttributes"
858
+ },
859
+ "typeArguments": [
860
+ {
861
+ "type": "reference",
862
+ "target": {
863
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.dom.d.ts",
864
+ "qualifiedName": "HTMLDivElement"
865
+ },
866
+ "name": "HTMLDivElement",
867
+ "package": "typescript"
868
+ }
869
+ ],
870
+ "name": "RefAttributes",
871
+ "package": "@types/react",
872
+ "qualifiedName": "React.RefAttributes"
873
+ }
874
+ ]
875
+ }
876
+ }
877
+ ],
878
+ "type": {
879
+ "type": "union",
880
+ "types": [
881
+ {
882
+ "type": "literal",
883
+ "value": null
884
+ },
885
+ {
886
+ "type": "reference",
887
+ "target": {
888
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
889
+ "qualifiedName": "React.ReactElement"
890
+ },
891
+ "typeArguments": [
892
+ {
893
+ "type": "intrinsic",
894
+ "name": "any"
895
+ },
896
+ {
897
+ "type": "union",
898
+ "types": [
899
+ {
900
+ "type": "intrinsic",
901
+ "name": "string"
902
+ },
903
+ {
904
+ "type": "reference",
905
+ "target": {
906
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
907
+ "qualifiedName": "React.JSXElementConstructor"
908
+ },
909
+ "typeArguments": [
910
+ {
911
+ "type": "intrinsic",
912
+ "name": "any"
913
+ }
914
+ ],
915
+ "name": "JSXElementConstructor",
916
+ "package": "@types/react",
917
+ "qualifiedName": "React.JSXElementConstructor"
918
+ }
919
+ ]
920
+ }
921
+ ],
922
+ "name": "ReactElement",
923
+ "package": "@types/react",
924
+ "qualifiedName": "React.ReactElement"
925
+ }
926
+ ]
927
+ }
928
+ }
929
+ ]
930
+ },
931
+ {
932
+ "id": 33,
933
+ "name": "PayloadJsonDetails",
934
+ "variant": "declaration",
935
+ "kind": 64,
936
+ "flags": {},
937
+ "sources": [
938
+ {
939
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/JsonDetails.tsx",
940
+ "line": 15,
941
+ "character": 13,
942
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/JsonDetails.tsx#L15"
943
+ }
944
+ ],
945
+ "signatures": [
946
+ {
947
+ "id": 34,
948
+ "name": "PayloadJsonDetails",
949
+ "variant": "signature",
950
+ "kind": 4096,
951
+ "flags": {},
952
+ "sources": [
953
+ {
954
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
955
+ "line": 525,
956
+ "character": 8
957
+ }
958
+ ],
959
+ "parameters": [
960
+ {
961
+ "id": 35,
962
+ "name": "props",
963
+ "variant": "param",
964
+ "kind": 32768,
965
+ "flags": {},
966
+ "type": {
967
+ "type": "reference",
968
+ "target": 29,
969
+ "name": "PayloadJsonDetailsProps",
970
+ "package": "@xyo-network/react-payload-details"
971
+ }
972
+ },
973
+ {
974
+ "id": 36,
975
+ "name": "context",
976
+ "variant": "param",
977
+ "kind": 32768,
978
+ "flags": {
979
+ "isOptional": true
980
+ },
981
+ "type": {
982
+ "type": "intrinsic",
983
+ "name": "any"
984
+ }
985
+ }
986
+ ],
987
+ "type": {
988
+ "type": "union",
989
+ "types": [
990
+ {
991
+ "type": "literal",
992
+ "value": null
993
+ },
994
+ {
995
+ "type": "reference",
996
+ "target": {
997
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
998
+ "qualifiedName": "React.ReactElement"
999
+ },
1000
+ "typeArguments": [
1001
+ {
1002
+ "type": "intrinsic",
1003
+ "name": "any"
1004
+ },
1005
+ {
1006
+ "type": "intrinsic",
1007
+ "name": "any"
1008
+ }
1009
+ ],
1010
+ "name": "ReactElement",
1011
+ "package": "@types/react",
1012
+ "qualifiedName": "React.ReactElement"
1013
+ }
1014
+ ]
1015
+ }
1016
+ }
1017
+ ]
1018
+ },
1019
+ {
1020
+ "id": 37,
1021
+ "name": "PayloadValidationDetails",
1022
+ "variant": "declaration",
1023
+ "kind": 64,
1024
+ "flags": {},
1025
+ "sources": [
1026
+ {
1027
+ "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/ValidationDetails/ValidationDetails.tsx",
1028
+ "line": 10,
1029
+ "character": 13,
1030
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/979e91e13a6b/packages/sdk/packages/payload/packages/details/src/components/Details/ValidationDetails/ValidationDetails.tsx#L10"
1031
+ }
1032
+ ],
1033
+ "signatures": [
1034
+ {
1035
+ "id": 38,
1036
+ "name": "PayloadValidationDetails",
1037
+ "variant": "signature",
1038
+ "kind": 4096,
1039
+ "flags": {},
1040
+ "sources": [
1041
+ {
1042
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
1043
+ "line": 525,
1044
+ "character": 8
1045
+ }
1046
+ ],
1047
+ "parameters": [
1048
+ {
1049
+ "id": 39,
1050
+ "name": "props",
1051
+ "variant": "param",
1052
+ "kind": 32768,
1053
+ "flags": {},
1054
+ "type": {
1055
+ "type": "reference",
1056
+ "target": 41,
1057
+ "name": "PayloadValidationDetailsProps",
1058
+ "package": "@xyo-network/react-payload-details"
1059
+ }
1060
+ },
1061
+ {
1062
+ "id": 40,
1063
+ "name": "context",
1064
+ "variant": "param",
1065
+ "kind": 32768,
1066
+ "flags": {
1067
+ "isOptional": true
1068
+ },
1069
+ "type": {
1070
+ "type": "intrinsic",
1071
+ "name": "any"
1072
+ }
1073
+ }
1074
+ ],
1075
+ "type": {
1076
+ "type": "union",
1077
+ "types": [
1078
+ {
1079
+ "type": "literal",
1080
+ "value": null
1081
+ },
1082
+ {
1083
+ "type": "reference",
1084
+ "target": {
1085
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1086
+ "qualifiedName": "React.ReactElement"
1087
+ },
1088
+ "typeArguments": [
1089
+ {
1090
+ "type": "intrinsic",
1091
+ "name": "any"
1092
+ },
1093
+ {
1094
+ "type": "intrinsic",
1095
+ "name": "any"
1096
+ }
1097
+ ],
1098
+ "name": "ReactElement",
1099
+ "package": "@types/react",
1100
+ "qualifiedName": "React.ReactElement"
1101
+ }
1102
+ ]
1103
+ }
1104
+ }
1105
+ ]
1106
+ }
1107
+ ],
1108
+ "groups": [
1109
+ {
1110
+ "title": "Type Aliases",
1111
+ "children": [
1112
+ 1,
1113
+ 18,
1114
+ 29,
1115
+ 41,
1116
+ 10,
1117
+ 14
1118
+ ]
1119
+ },
1120
+ {
1121
+ "title": "Functions",
1122
+ "children": [
1123
+ 6,
1124
+ 22,
1125
+ 33,
1126
+ 37
1127
+ ]
1128
+ }
1129
+ ],
1130
+ "packageName": "@xyo-network/react-payload-details",
1131
+ "readme": [
1132
+ {
1133
+ "kind": "text",
1134
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/sdk-xyo-react)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
1135
+ }
1136
+ ],
1137
+ "symbolIdMap": {
1138
+ "0": {
1139
+ "sourceFileName": "src/index.ts",
1140
+ "qualifiedName": ""
1141
+ },
1142
+ "1": {
1143
+ "sourceFileName": "src/components/Details/DataDetails.tsx",
1144
+ "qualifiedName": "PayloadDataDetailsProps"
1145
+ },
1146
+ "2": {
1147
+ "sourceFileName": "src/components/Details/DataDetails.tsx",
1148
+ "qualifiedName": "__type"
1149
+ },
1150
+ "3": {
1151
+ "sourceFileName": "src/components/Details/DataDetails.tsx",
1152
+ "qualifiedName": "__type.badge"
1153
+ },
1154
+ "4": {
1155
+ "sourceFileName": "src/components/Details/DataDetails.tsx",
1156
+ "qualifiedName": "__type.payload"
1157
+ },
1158
+ "5": {
1159
+ "sourceFileName": "src/components/Details/DataDetails.tsx",
1160
+ "qualifiedName": "__type.size"
1161
+ },
1162
+ "6": {
1163
+ "sourceFileName": "src/components/Details/DataDetails.tsx",
1164
+ "qualifiedName": "PayloadDataDetails"
1165
+ },
1166
+ "7": {
1167
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1168
+ "qualifiedName": "PayloadDataDetails"
1169
+ },
1170
+ "8": {
1171
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1172
+ "qualifiedName": "props"
1173
+ },
1174
+ "9": {
1175
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1176
+ "qualifiedName": "context"
1177
+ },
1178
+ "10": {
1179
+ "sourceFileName": "src/components/Details/Details.tsx",
1180
+ "qualifiedName": "WithPaper"
1181
+ },
1182
+ "11": {
1183
+ "sourceFileName": "src/components/Details/Details.tsx",
1184
+ "qualifiedName": "__type"
1185
+ },
1186
+ "12": {
1187
+ "sourceFileName": "src/components/Details/Details.tsx",
1188
+ "qualifiedName": "__type.paper"
1189
+ },
1190
+ "13": {
1191
+ "sourceFileName": "src/components/Details/Details.tsx",
1192
+ "qualifiedName": "T"
1193
+ },
1194
+ "14": {
1195
+ "sourceFileName": "src/components/Details/Details.tsx",
1196
+ "qualifiedName": "WithoutPaper"
1197
+ },
1198
+ "15": {
1199
+ "sourceFileName": "src/components/Details/Details.tsx",
1200
+ "qualifiedName": "__type"
1201
+ },
1202
+ "16": {
1203
+ "sourceFileName": "src/components/Details/Details.tsx",
1204
+ "qualifiedName": "__type.paper"
1205
+ },
1206
+ "17": {
1207
+ "sourceFileName": "src/components/Details/Details.tsx",
1208
+ "qualifiedName": "T"
1209
+ },
1210
+ "18": {
1211
+ "sourceFileName": "src/components/Details/Details.tsx",
1212
+ "qualifiedName": "PayloadDetailsProps"
1213
+ },
1214
+ "19": {
1215
+ "sourceFileName": "src/components/Details/Details.tsx",
1216
+ "qualifiedName": "__type"
1217
+ },
1218
+ "20": {
1219
+ "sourceFileName": "src/components/Details/Details.tsx",
1220
+ "qualifiedName": "__type.paper"
1221
+ },
1222
+ "21": {
1223
+ "sourceFileName": "src/components/Details/Details.tsx",
1224
+ "qualifiedName": "__type.payload"
1225
+ },
1226
+ "22": {
1227
+ "sourceFileName": "src/components/Details/Details.tsx",
1228
+ "qualifiedName": "PayloadDetails"
1229
+ },
1230
+ "23": {
1231
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1232
+ "qualifiedName": "PayloadDetails"
1233
+ },
1234
+ "24": {
1235
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1236
+ "qualifiedName": "props"
1237
+ },
1238
+ "25": {
1239
+ "sourceFileName": "src/components/Details/Details.tsx",
1240
+ "qualifiedName": "__type"
1241
+ },
1242
+ "26": {
1243
+ "sourceFileName": "src/components/Details/Details.tsx",
1244
+ "qualifiedName": "__type.paper"
1245
+ },
1246
+ "27": {
1247
+ "sourceFileName": "src/components/Details/Details.tsx",
1248
+ "qualifiedName": "__type.payload"
1249
+ },
1250
+ "28": {
1251
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1252
+ "qualifiedName": "__type"
1253
+ },
1254
+ "29": {
1255
+ "sourceFileName": "src/components/Details/JsonDetails.tsx",
1256
+ "qualifiedName": "PayloadJsonDetailsProps"
1257
+ },
1258
+ "30": {
1259
+ "sourceFileName": "src/components/Details/JsonDetails.tsx",
1260
+ "qualifiedName": "__type"
1261
+ },
1262
+ "31": {
1263
+ "sourceFileName": "src/components/Details/JsonDetails.tsx",
1264
+ "qualifiedName": "__type.jsonViewProps"
1265
+ },
1266
+ "32": {
1267
+ "sourceFileName": "src/components/Details/JsonDetails.tsx",
1268
+ "qualifiedName": "__type.payload"
1269
+ },
1270
+ "33": {
1271
+ "sourceFileName": "src/components/Details/JsonDetails.tsx",
1272
+ "qualifiedName": "PayloadJsonDetails"
1273
+ },
1274
+ "34": {
1275
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1276
+ "qualifiedName": "PayloadJsonDetails"
1277
+ },
1278
+ "35": {
1279
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1280
+ "qualifiedName": "props"
1281
+ },
1282
+ "36": {
1283
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1284
+ "qualifiedName": "context"
1285
+ },
1286
+ "37": {
1287
+ "sourceFileName": "src/components/Details/ValidationDetails/ValidationDetails.tsx",
1288
+ "qualifiedName": "PayloadValidationDetails"
1289
+ },
1290
+ "38": {
1291
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1292
+ "qualifiedName": "PayloadValidationDetails"
1293
+ },
1294
+ "39": {
1295
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1296
+ "qualifiedName": "props"
1297
+ },
1298
+ "40": {
1299
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1300
+ "qualifiedName": "context"
1301
+ },
1302
+ "41": {
1303
+ "sourceFileName": "src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
1304
+ "qualifiedName": "PayloadValidationDetailsProps"
1305
+ },
1306
+ "42": {
1307
+ "sourceFileName": "src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
1308
+ "qualifiedName": "__type"
1309
+ },
1310
+ "43": {
1311
+ "sourceFileName": "src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
1312
+ "qualifiedName": "__type.skipBody"
1313
+ },
1314
+ "44": {
1315
+ "sourceFileName": "src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
1316
+ "qualifiedName": "__type.value"
1317
+ }
1318
+ }
1319
+ }