@xyo-network/react-payload-details 2.32.0-rc.11

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.
Files changed (96) hide show
  1. package/LICENSE +165 -0
  2. package/README.md +70 -0
  3. package/dist/cjs/components/Details/DataDetails.d.ts +11 -0
  4. package/dist/cjs/components/Details/DataDetails.d.ts.map +1 -0
  5. package/dist/cjs/components/Details/DataDetails.js +43 -0
  6. package/dist/cjs/components/Details/DataDetails.js.map +1 -0
  7. package/dist/cjs/components/Details/Details.d.ts +15 -0
  8. package/dist/cjs/components/Details/Details.d.ts.map +1 -0
  9. package/dist/cjs/components/Details/Details.js +15 -0
  10. package/dist/cjs/components/Details/Details.js.map +1 -0
  11. package/dist/cjs/components/Details/HashSourceDetails.d.ts +9 -0
  12. package/dist/cjs/components/Details/HashSourceDetails.d.ts.map +1 -0
  13. package/dist/cjs/components/Details/HashSourceDetails.js +19 -0
  14. package/dist/cjs/components/Details/HashSourceDetails.js.map +1 -0
  15. package/dist/cjs/components/Details/JsonDetails.d.ts +10 -0
  16. package/dist/cjs/components/Details/JsonDetails.d.ts.map +1 -0
  17. package/dist/cjs/components/Details/JsonDetails.js +24 -0
  18. package/dist/cjs/components/Details/JsonDetails.js.map +1 -0
  19. package/dist/cjs/components/Details/ValidationDetails/ValidationDetails.d.ts +4 -0
  20. package/dist/cjs/components/Details/ValidationDetails/ValidationDetails.d.ts.map +1 -0
  21. package/dist/cjs/components/Details/ValidationDetails/ValidationDetails.js +26 -0
  22. package/dist/cjs/components/Details/ValidationDetails/ValidationDetails.js.map +1 -0
  23. package/dist/cjs/components/Details/ValidationDetails/ValidationDetailsProps.d.ts +8 -0
  24. package/dist/cjs/components/Details/ValidationDetails/ValidationDetailsProps.d.ts.map +1 -0
  25. package/dist/cjs/components/Details/ValidationDetails/ValidationDetailsProps.js +3 -0
  26. package/dist/cjs/components/Details/ValidationDetails/ValidationDetailsProps.js.map +1 -0
  27. package/dist/cjs/components/Details/ValidationDetails/index.d.ts +3 -0
  28. package/dist/cjs/components/Details/ValidationDetails/index.d.ts.map +1 -0
  29. package/dist/cjs/components/Details/ValidationDetails/index.js +6 -0
  30. package/dist/cjs/components/Details/ValidationDetails/index.js.map +1 -0
  31. package/dist/cjs/components/Details/index.d.ts +5 -0
  32. package/dist/cjs/components/Details/index.d.ts.map +1 -0
  33. package/dist/cjs/components/Details/index.js +8 -0
  34. package/dist/cjs/components/Details/index.js.map +1 -0
  35. package/dist/cjs/components/index.d.ts +2 -0
  36. package/dist/cjs/components/index.d.ts.map +1 -0
  37. package/dist/cjs/components/index.js +5 -0
  38. package/dist/cjs/components/index.js.map +1 -0
  39. package/dist/cjs/index.d.ts +2 -0
  40. package/dist/cjs/index.d.ts.map +1 -0
  41. package/dist/cjs/index.js +5 -0
  42. package/dist/cjs/index.js.map +1 -0
  43. package/dist/docs.json +944 -0
  44. package/dist/esm/components/Details/DataDetails.d.ts +11 -0
  45. package/dist/esm/components/Details/DataDetails.d.ts.map +1 -0
  46. package/dist/esm/components/Details/DataDetails.js +35 -0
  47. package/dist/esm/components/Details/DataDetails.js.map +1 -0
  48. package/dist/esm/components/Details/Details.d.ts +15 -0
  49. package/dist/esm/components/Details/Details.d.ts.map +1 -0
  50. package/dist/esm/components/Details/Details.js +9 -0
  51. package/dist/esm/components/Details/Details.js.map +1 -0
  52. package/dist/esm/components/Details/HashSourceDetails.d.ts +9 -0
  53. package/dist/esm/components/Details/HashSourceDetails.d.ts.map +1 -0
  54. package/dist/esm/components/Details/HashSourceDetails.js +12 -0
  55. package/dist/esm/components/Details/HashSourceDetails.js.map +1 -0
  56. package/dist/esm/components/Details/JsonDetails.d.ts +10 -0
  57. package/dist/esm/components/Details/JsonDetails.d.ts.map +1 -0
  58. package/dist/esm/components/Details/JsonDetails.js +17 -0
  59. package/dist/esm/components/Details/JsonDetails.js.map +1 -0
  60. package/dist/esm/components/Details/ValidationDetails/ValidationDetails.d.ts +4 -0
  61. package/dist/esm/components/Details/ValidationDetails/ValidationDetails.d.ts.map +1 -0
  62. package/dist/esm/components/Details/ValidationDetails/ValidationDetails.js +19 -0
  63. package/dist/esm/components/Details/ValidationDetails/ValidationDetails.js.map +1 -0
  64. package/dist/esm/components/Details/ValidationDetails/ValidationDetailsProps.d.ts +8 -0
  65. package/dist/esm/components/Details/ValidationDetails/ValidationDetailsProps.d.ts.map +1 -0
  66. package/dist/esm/components/Details/ValidationDetails/ValidationDetailsProps.js +2 -0
  67. package/dist/esm/components/Details/ValidationDetails/ValidationDetailsProps.js.map +1 -0
  68. package/dist/esm/components/Details/ValidationDetails/index.d.ts +3 -0
  69. package/dist/esm/components/Details/ValidationDetails/index.d.ts.map +1 -0
  70. package/dist/esm/components/Details/ValidationDetails/index.js +3 -0
  71. package/dist/esm/components/Details/ValidationDetails/index.js.map +1 -0
  72. package/dist/esm/components/Details/index.d.ts +5 -0
  73. package/dist/esm/components/Details/index.d.ts.map +1 -0
  74. package/dist/esm/components/Details/index.js +5 -0
  75. package/dist/esm/components/Details/index.js.map +1 -0
  76. package/dist/esm/components/index.d.ts +2 -0
  77. package/dist/esm/components/index.d.ts.map +1 -0
  78. package/dist/esm/components/index.js +2 -0
  79. package/dist/esm/components/index.js.map +1 -0
  80. package/dist/esm/index.d.ts +2 -0
  81. package/dist/esm/index.d.ts.map +1 -0
  82. package/dist/esm/index.js +2 -0
  83. package/dist/esm/index.js.map +1 -0
  84. package/package.json +80 -0
  85. package/src/components/Details/DataDetails.tsx +74 -0
  86. package/src/components/Details/Details.stories.tsx +62 -0
  87. package/src/components/Details/Details.tsx +24 -0
  88. package/src/components/Details/HashSourceDetails.tsx +43 -0
  89. package/src/components/Details/JsonDetails.tsx +43 -0
  90. package/src/components/Details/ValidationDetails/ValidationDetails.stories.tsx +55 -0
  91. package/src/components/Details/ValidationDetails/ValidationDetails.tsx +42 -0
  92. package/src/components/Details/ValidationDetails/ValidationDetailsProps.ts +8 -0
  93. package/src/components/Details/ValidationDetails/index.ts +2 -0
  94. package/src/components/Details/index.ts +4 -0
  95. package/src/components/index.ts +1 -0
  96. package/src/index.ts +1 -0
package/dist/docs.json ADDED
@@ -0,0 +1,944 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-payload-details",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 1,
11
+ "name": "PayloadDataDetailsProps",
12
+ "kind": 4194304,
13
+ "kindString": "Type alias",
14
+ "flags": {},
15
+ "sources": [
16
+ {
17
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/DataDetails.tsx",
18
+ "line": 12,
19
+ "character": 12,
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/DataDetails.tsx#L12"
21
+ }
22
+ ],
23
+ "type": {
24
+ "type": "intersection",
25
+ "types": [
26
+ {
27
+ "type": "reference",
28
+ "name": "PropertyProps"
29
+ },
30
+ {
31
+ "type": "reflection",
32
+ "declaration": {
33
+ "id": 2,
34
+ "name": "__type",
35
+ "kind": 65536,
36
+ "kindString": "Type literal",
37
+ "flags": {},
38
+ "children": [
39
+ {
40
+ "id": 5,
41
+ "name": "badge",
42
+ "kind": 1024,
43
+ "kindString": "Property",
44
+ "flags": {
45
+ "isOptional": true
46
+ },
47
+ "sources": [
48
+ {
49
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/DataDetails.tsx",
50
+ "line": 15,
51
+ "character": 2,
52
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/DataDetails.tsx#L15"
53
+ }
54
+ ],
55
+ "type": {
56
+ "type": "intrinsic",
57
+ "name": "boolean"
58
+ }
59
+ },
60
+ {
61
+ "id": 3,
62
+ "name": "payload",
63
+ "kind": 1024,
64
+ "kindString": "Property",
65
+ "flags": {
66
+ "isOptional": true
67
+ },
68
+ "sources": [
69
+ {
70
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/DataDetails.tsx",
71
+ "line": 13,
72
+ "character": 2,
73
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/DataDetails.tsx#L13"
74
+ }
75
+ ],
76
+ "type": {
77
+ "type": "reference",
78
+ "name": "XyoPayload",
79
+ "qualifiedName": "XyoPayload",
80
+ "package": "@xyo-network/payload"
81
+ }
82
+ },
83
+ {
84
+ "id": 4,
85
+ "name": "size",
86
+ "kind": 1024,
87
+ "kindString": "Property",
88
+ "flags": {
89
+ "isOptional": true
90
+ },
91
+ "sources": [
92
+ {
93
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/DataDetails.tsx",
94
+ "line": 14,
95
+ "character": 2,
96
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/DataDetails.tsx#L14"
97
+ }
98
+ ],
99
+ "type": {
100
+ "type": "reference",
101
+ "name": "SizeProp"
102
+ }
103
+ }
104
+ ],
105
+ "groups": [
106
+ {
107
+ "title": "Properties",
108
+ "children": [
109
+ 5,
110
+ 3,
111
+ 4
112
+ ]
113
+ }
114
+ ],
115
+ "sources": [
116
+ {
117
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/DataDetails.tsx",
118
+ "line": 12,
119
+ "character": 54,
120
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/DataDetails.tsx#L12"
121
+ }
122
+ ]
123
+ }
124
+ }
125
+ ]
126
+ }
127
+ },
128
+ {
129
+ "id": 18,
130
+ "name": "PayloadDetailsProps",
131
+ "kind": 4194304,
132
+ "kindString": "Type alias",
133
+ "flags": {},
134
+ "sources": [
135
+ {
136
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/Details.tsx",
137
+ "line": 11,
138
+ "character": 12,
139
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/Details.tsx#L11"
140
+ }
141
+ ],
142
+ "type": {
143
+ "type": "intersection",
144
+ "types": [
145
+ {
146
+ "type": "reference",
147
+ "name": "FlexBoxProps",
148
+ "qualifiedName": "FlexBoxProps",
149
+ "package": "@xylabs/react-flexbox"
150
+ },
151
+ {
152
+ "type": "reflection",
153
+ "declaration": {
154
+ "id": 19,
155
+ "name": "__type",
156
+ "kind": 65536,
157
+ "kindString": "Type literal",
158
+ "flags": {},
159
+ "children": [
160
+ {
161
+ "id": 21,
162
+ "name": "paper",
163
+ "kind": 1024,
164
+ "kindString": "Property",
165
+ "flags": {
166
+ "isOptional": true
167
+ },
168
+ "sources": [
169
+ {
170
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/Details.tsx",
171
+ "line": 13,
172
+ "character": 2,
173
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/Details.tsx#L13"
174
+ }
175
+ ],
176
+ "type": {
177
+ "type": "intrinsic",
178
+ "name": "boolean"
179
+ }
180
+ },
181
+ {
182
+ "id": 20,
183
+ "name": "payload",
184
+ "kind": 1024,
185
+ "kindString": "Property",
186
+ "flags": {
187
+ "isOptional": true
188
+ },
189
+ "sources": [
190
+ {
191
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/Details.tsx",
192
+ "line": 12,
193
+ "character": 2,
194
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/Details.tsx#L12"
195
+ }
196
+ ],
197
+ "type": {
198
+ "type": "reference",
199
+ "name": "XyoPayload",
200
+ "qualifiedName": "XyoPayload",
201
+ "package": "@xyo-network/payload"
202
+ }
203
+ }
204
+ ],
205
+ "groups": [
206
+ {
207
+ "title": "Properties",
208
+ "children": [
209
+ 21,
210
+ 20
211
+ ]
212
+ }
213
+ ],
214
+ "sources": [
215
+ {
216
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/Details.tsx",
217
+ "line": 11,
218
+ "character": 49,
219
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/Details.tsx#L11"
220
+ }
221
+ ]
222
+ }
223
+ }
224
+ ]
225
+ }
226
+ },
227
+ {
228
+ "id": 26,
229
+ "name": "PayloadJsonDetailsProps",
230
+ "kind": 4194304,
231
+ "kindString": "Type alias",
232
+ "flags": {},
233
+ "sources": [
234
+ {
235
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/JsonDetails.tsx",
236
+ "line": 10,
237
+ "character": 12,
238
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/JsonDetails.tsx#L10"
239
+ }
240
+ ],
241
+ "type": {
242
+ "type": "intersection",
243
+ "types": [
244
+ {
245
+ "type": "reference",
246
+ "name": "PropertyGroupProps"
247
+ },
248
+ {
249
+ "type": "reflection",
250
+ "declaration": {
251
+ "id": 27,
252
+ "name": "__type",
253
+ "kind": 65536,
254
+ "kindString": "Type literal",
255
+ "flags": {},
256
+ "children": [
257
+ {
258
+ "id": 29,
259
+ "name": "jsonViewProps",
260
+ "kind": 1024,
261
+ "kindString": "Property",
262
+ "flags": {
263
+ "isOptional": true
264
+ },
265
+ "sources": [
266
+ {
267
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/JsonDetails.tsx",
268
+ "line": 12,
269
+ "character": 2,
270
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/JsonDetails.tsx#L12"
271
+ }
272
+ ],
273
+ "type": {
274
+ "type": "reference",
275
+ "name": "ReactJsonViewProps",
276
+ "qualifiedName": "ReactJsonViewProps",
277
+ "package": "react-json-view"
278
+ }
279
+ },
280
+ {
281
+ "id": 28,
282
+ "name": "payload",
283
+ "kind": 1024,
284
+ "kindString": "Property",
285
+ "flags": {
286
+ "isOptional": true
287
+ },
288
+ "sources": [
289
+ {
290
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/JsonDetails.tsx",
291
+ "line": 11,
292
+ "character": 2,
293
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/JsonDetails.tsx#L11"
294
+ }
295
+ ],
296
+ "type": {
297
+ "type": "reference",
298
+ "name": "XyoPayload",
299
+ "qualifiedName": "XyoPayload",
300
+ "package": "@xyo-network/payload"
301
+ }
302
+ }
303
+ ],
304
+ "groups": [
305
+ {
306
+ "title": "Properties",
307
+ "children": [
308
+ 29,
309
+ 28
310
+ ]
311
+ }
312
+ ],
313
+ "sources": [
314
+ {
315
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/JsonDetails.tsx",
316
+ "line": 10,
317
+ "character": 59,
318
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/JsonDetails.tsx#L10"
319
+ }
320
+ ]
321
+ }
322
+ }
323
+ ]
324
+ }
325
+ },
326
+ {
327
+ "id": 38,
328
+ "name": "PayloadValidationDetailsProps",
329
+ "kind": 4194304,
330
+ "kindString": "Type alias",
331
+ "flags": {},
332
+ "sources": [
333
+ {
334
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
335
+ "line": 4,
336
+ "character": 12,
337
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L4"
338
+ }
339
+ ],
340
+ "type": {
341
+ "type": "intersection",
342
+ "types": [
343
+ {
344
+ "type": "reference",
345
+ "name": "PropertyGroupProps"
346
+ },
347
+ {
348
+ "type": "reflection",
349
+ "declaration": {
350
+ "id": 39,
351
+ "name": "__type",
352
+ "kind": 65536,
353
+ "kindString": "Type literal",
354
+ "flags": {},
355
+ "children": [
356
+ {
357
+ "id": 40,
358
+ "name": "skipBody",
359
+ "kind": 1024,
360
+ "kindString": "Property",
361
+ "flags": {
362
+ "isOptional": true
363
+ },
364
+ "sources": [
365
+ {
366
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
367
+ "line": 5,
368
+ "character": 2,
369
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L5"
370
+ }
371
+ ],
372
+ "type": {
373
+ "type": "intrinsic",
374
+ "name": "boolean"
375
+ }
376
+ },
377
+ {
378
+ "id": 41,
379
+ "name": "value",
380
+ "kind": 1024,
381
+ "kindString": "Property",
382
+ "flags": {
383
+ "isOptional": true
384
+ },
385
+ "sources": [
386
+ {
387
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
388
+ "line": 6,
389
+ "character": 2,
390
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L6"
391
+ }
392
+ ],
393
+ "type": {
394
+ "type": "reference",
395
+ "name": "XyoPayloadWithPartialMeta",
396
+ "qualifiedName": "XyoPayloadWithPartialMeta",
397
+ "package": "@xyo-network/payload"
398
+ }
399
+ },
400
+ {
401
+ "id": 42,
402
+ "name": "viewSchemaUrl",
403
+ "kind": 1024,
404
+ "kindString": "Property",
405
+ "flags": {
406
+ "isOptional": true
407
+ },
408
+ "sources": [
409
+ {
410
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
411
+ "line": 7,
412
+ "character": 2,
413
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L7"
414
+ }
415
+ ],
416
+ "type": {
417
+ "type": "intrinsic",
418
+ "name": "string"
419
+ }
420
+ }
421
+ ],
422
+ "groups": [
423
+ {
424
+ "title": "Properties",
425
+ "children": [
426
+ 40,
427
+ 41,
428
+ 42
429
+ ]
430
+ }
431
+ ],
432
+ "sources": [
433
+ {
434
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
435
+ "line": 4,
436
+ "character": 65,
437
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L4"
438
+ }
439
+ ]
440
+ }
441
+ }
442
+ ]
443
+ }
444
+ },
445
+ {
446
+ "id": 10,
447
+ "name": "WithPaper",
448
+ "kind": 4194304,
449
+ "kindString": "Type alias",
450
+ "flags": {},
451
+ "sources": [
452
+ {
453
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/Details.tsx",
454
+ "line": 8,
455
+ "character": 12,
456
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/Details.tsx#L8"
457
+ }
458
+ ],
459
+ "typeParameters": [
460
+ {
461
+ "id": 13,
462
+ "name": "T",
463
+ "kind": 131072,
464
+ "kindString": "Type parameter",
465
+ "flags": {}
466
+ }
467
+ ],
468
+ "type": {
469
+ "type": "intersection",
470
+ "types": [
471
+ {
472
+ "type": "reference",
473
+ "id": 13,
474
+ "name": "T"
475
+ },
476
+ {
477
+ "type": "reflection",
478
+ "declaration": {
479
+ "id": 11,
480
+ "name": "__type",
481
+ "kind": 65536,
482
+ "kindString": "Type literal",
483
+ "flags": {},
484
+ "children": [
485
+ {
486
+ "id": 12,
487
+ "name": "paper",
488
+ "kind": 1024,
489
+ "kindString": "Property",
490
+ "flags": {},
491
+ "sources": [
492
+ {
493
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/Details.tsx",
494
+ "line": 8,
495
+ "character": 33,
496
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/Details.tsx#L8"
497
+ }
498
+ ],
499
+ "type": {
500
+ "type": "literal",
501
+ "value": true
502
+ }
503
+ }
504
+ ],
505
+ "groups": [
506
+ {
507
+ "title": "Properties",
508
+ "children": [
509
+ 12
510
+ ]
511
+ }
512
+ ],
513
+ "sources": [
514
+ {
515
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/Details.tsx",
516
+ "line": 8,
517
+ "character": 31,
518
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/Details.tsx#L8"
519
+ }
520
+ ]
521
+ }
522
+ }
523
+ ]
524
+ }
525
+ },
526
+ {
527
+ "id": 14,
528
+ "name": "WithoutPaper",
529
+ "kind": 4194304,
530
+ "kindString": "Type alias",
531
+ "flags": {},
532
+ "sources": [
533
+ {
534
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/Details.tsx",
535
+ "line": 9,
536
+ "character": 12,
537
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/Details.tsx#L9"
538
+ }
539
+ ],
540
+ "typeParameters": [
541
+ {
542
+ "id": 17,
543
+ "name": "T",
544
+ "kind": 131072,
545
+ "kindString": "Type parameter",
546
+ "flags": {}
547
+ }
548
+ ],
549
+ "type": {
550
+ "type": "intersection",
551
+ "types": [
552
+ {
553
+ "type": "reference",
554
+ "id": 17,
555
+ "name": "T"
556
+ },
557
+ {
558
+ "type": "reflection",
559
+ "declaration": {
560
+ "id": 15,
561
+ "name": "__type",
562
+ "kind": 65536,
563
+ "kindString": "Type literal",
564
+ "flags": {},
565
+ "children": [
566
+ {
567
+ "id": 16,
568
+ "name": "paper",
569
+ "kind": 1024,
570
+ "kindString": "Property",
571
+ "flags": {
572
+ "isOptional": true
573
+ },
574
+ "sources": [
575
+ {
576
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/Details.tsx",
577
+ "line": 9,
578
+ "character": 36,
579
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/Details.tsx#L9"
580
+ }
581
+ ],
582
+ "type": {
583
+ "type": "literal",
584
+ "value": false
585
+ }
586
+ }
587
+ ],
588
+ "groups": [
589
+ {
590
+ "title": "Properties",
591
+ "children": [
592
+ 16
593
+ ]
594
+ }
595
+ ],
596
+ "sources": [
597
+ {
598
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/Details.tsx",
599
+ "line": 9,
600
+ "character": 34,
601
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/Details.tsx#L9"
602
+ }
603
+ ]
604
+ }
605
+ }
606
+ ]
607
+ }
608
+ },
609
+ {
610
+ "id": 6,
611
+ "name": "PayloadDataDetails",
612
+ "kind": 64,
613
+ "kindString": "Function",
614
+ "flags": {},
615
+ "sources": [
616
+ {
617
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/DataDetails.tsx",
618
+ "line": 18,
619
+ "character": 13,
620
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/DataDetails.tsx#L18"
621
+ }
622
+ ],
623
+ "signatures": [
624
+ {
625
+ "id": 7,
626
+ "name": "PayloadDataDetails",
627
+ "kind": 4096,
628
+ "kindString": "Call signature",
629
+ "flags": {},
630
+ "parameters": [
631
+ {
632
+ "id": 8,
633
+ "name": "props",
634
+ "kind": 32768,
635
+ "kindString": "Parameter",
636
+ "flags": {},
637
+ "type": {
638
+ "type": "reference",
639
+ "id": 1,
640
+ "name": "PayloadDataDetailsProps"
641
+ }
642
+ },
643
+ {
644
+ "id": 9,
645
+ "name": "context",
646
+ "kind": 32768,
647
+ "kindString": "Parameter",
648
+ "flags": {
649
+ "isOptional": true
650
+ },
651
+ "type": {
652
+ "type": "intrinsic",
653
+ "name": "any"
654
+ }
655
+ }
656
+ ],
657
+ "type": {
658
+ "type": "union",
659
+ "types": [
660
+ {
661
+ "type": "literal",
662
+ "value": null
663
+ },
664
+ {
665
+ "type": "reference",
666
+ "typeArguments": [
667
+ {
668
+ "type": "intrinsic",
669
+ "name": "any"
670
+ },
671
+ {
672
+ "type": "intrinsic",
673
+ "name": "any"
674
+ }
675
+ ],
676
+ "name": "ReactElement",
677
+ "qualifiedName": "React.ReactElement",
678
+ "package": "@types/react"
679
+ }
680
+ ]
681
+ }
682
+ }
683
+ ]
684
+ },
685
+ {
686
+ "id": 22,
687
+ "name": "PayloadDetails",
688
+ "kind": 64,
689
+ "kindString": "Function",
690
+ "flags": {},
691
+ "sources": [
692
+ {
693
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/Details.tsx",
694
+ "line": 16,
695
+ "character": 13,
696
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/Details.tsx#L16"
697
+ }
698
+ ],
699
+ "signatures": [
700
+ {
701
+ "id": 23,
702
+ "name": "PayloadDetails",
703
+ "kind": 4096,
704
+ "kindString": "Call signature",
705
+ "flags": {},
706
+ "parameters": [
707
+ {
708
+ "id": 24,
709
+ "name": "props",
710
+ "kind": 32768,
711
+ "kindString": "Parameter",
712
+ "flags": {},
713
+ "type": {
714
+ "type": "reference",
715
+ "id": 18,
716
+ "name": "PayloadDetailsProps"
717
+ }
718
+ },
719
+ {
720
+ "id": 25,
721
+ "name": "context",
722
+ "kind": 32768,
723
+ "kindString": "Parameter",
724
+ "flags": {
725
+ "isOptional": true
726
+ },
727
+ "type": {
728
+ "type": "intrinsic",
729
+ "name": "any"
730
+ }
731
+ }
732
+ ],
733
+ "type": {
734
+ "type": "union",
735
+ "types": [
736
+ {
737
+ "type": "literal",
738
+ "value": null
739
+ },
740
+ {
741
+ "type": "reference",
742
+ "typeArguments": [
743
+ {
744
+ "type": "intrinsic",
745
+ "name": "any"
746
+ },
747
+ {
748
+ "type": "intrinsic",
749
+ "name": "any"
750
+ }
751
+ ],
752
+ "name": "ReactElement",
753
+ "qualifiedName": "React.ReactElement",
754
+ "package": "@types/react"
755
+ }
756
+ ]
757
+ }
758
+ }
759
+ ]
760
+ },
761
+ {
762
+ "id": 30,
763
+ "name": "PayloadJsonDetails",
764
+ "kind": 64,
765
+ "kindString": "Function",
766
+ "flags": {},
767
+ "sources": [
768
+ {
769
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/JsonDetails.tsx",
770
+ "line": 15,
771
+ "character": 13,
772
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/JsonDetails.tsx#L15"
773
+ }
774
+ ],
775
+ "signatures": [
776
+ {
777
+ "id": 31,
778
+ "name": "PayloadJsonDetails",
779
+ "kind": 4096,
780
+ "kindString": "Call signature",
781
+ "flags": {},
782
+ "parameters": [
783
+ {
784
+ "id": 32,
785
+ "name": "props",
786
+ "kind": 32768,
787
+ "kindString": "Parameter",
788
+ "flags": {},
789
+ "type": {
790
+ "type": "reference",
791
+ "id": 26,
792
+ "name": "PayloadJsonDetailsProps"
793
+ }
794
+ },
795
+ {
796
+ "id": 33,
797
+ "name": "context",
798
+ "kind": 32768,
799
+ "kindString": "Parameter",
800
+ "flags": {
801
+ "isOptional": true
802
+ },
803
+ "type": {
804
+ "type": "intrinsic",
805
+ "name": "any"
806
+ }
807
+ }
808
+ ],
809
+ "type": {
810
+ "type": "union",
811
+ "types": [
812
+ {
813
+ "type": "literal",
814
+ "value": null
815
+ },
816
+ {
817
+ "type": "reference",
818
+ "typeArguments": [
819
+ {
820
+ "type": "intrinsic",
821
+ "name": "any"
822
+ },
823
+ {
824
+ "type": "intrinsic",
825
+ "name": "any"
826
+ }
827
+ ],
828
+ "name": "ReactElement",
829
+ "qualifiedName": "React.ReactElement",
830
+ "package": "@types/react"
831
+ }
832
+ ]
833
+ }
834
+ }
835
+ ]
836
+ },
837
+ {
838
+ "id": 34,
839
+ "name": "PayloadValidationDetails",
840
+ "kind": 64,
841
+ "kindString": "Function",
842
+ "flags": {},
843
+ "sources": [
844
+ {
845
+ "fileName": "packages/sdk/packages/payload-details/src/components/Details/ValidationDetails/ValidationDetails.tsx",
846
+ "line": 9,
847
+ "character": 13,
848
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/components/Details/ValidationDetails/ValidationDetails.tsx#L9"
849
+ }
850
+ ],
851
+ "signatures": [
852
+ {
853
+ "id": 35,
854
+ "name": "PayloadValidationDetails",
855
+ "kind": 4096,
856
+ "kindString": "Call signature",
857
+ "flags": {},
858
+ "parameters": [
859
+ {
860
+ "id": 36,
861
+ "name": "props",
862
+ "kind": 32768,
863
+ "kindString": "Parameter",
864
+ "flags": {},
865
+ "type": {
866
+ "type": "reference",
867
+ "id": 38,
868
+ "name": "PayloadValidationDetailsProps"
869
+ }
870
+ },
871
+ {
872
+ "id": 37,
873
+ "name": "context",
874
+ "kind": 32768,
875
+ "kindString": "Parameter",
876
+ "flags": {
877
+ "isOptional": true
878
+ },
879
+ "type": {
880
+ "type": "intrinsic",
881
+ "name": "any"
882
+ }
883
+ }
884
+ ],
885
+ "type": {
886
+ "type": "union",
887
+ "types": [
888
+ {
889
+ "type": "literal",
890
+ "value": null
891
+ },
892
+ {
893
+ "type": "reference",
894
+ "typeArguments": [
895
+ {
896
+ "type": "intrinsic",
897
+ "name": "any"
898
+ },
899
+ {
900
+ "type": "intrinsic",
901
+ "name": "any"
902
+ }
903
+ ],
904
+ "name": "ReactElement",
905
+ "qualifiedName": "React.ReactElement",
906
+ "package": "@types/react"
907
+ }
908
+ ]
909
+ }
910
+ }
911
+ ]
912
+ }
913
+ ],
914
+ "groups": [
915
+ {
916
+ "title": "Type Aliases",
917
+ "children": [
918
+ 1,
919
+ 18,
920
+ 26,
921
+ 38,
922
+ 10,
923
+ 14
924
+ ]
925
+ },
926
+ {
927
+ "title": "Functions",
928
+ "children": [
929
+ 6,
930
+ 22,
931
+ 30,
932
+ 34
933
+ ]
934
+ }
935
+ ],
936
+ "sources": [
937
+ {
938
+ "fileName": "packages/sdk/packages/payload-details/src/index.ts",
939
+ "line": 1,
940
+ "character": 0,
941
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3d785330/packages/sdk/packages/payload-details/src/index.ts#L1"
942
+ }
943
+ ]
944
+ }