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

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 (2) hide show
  1. package/package.json +10 -10
  2. package/dist/docs.json +0 -1342
package/package.json CHANGED
@@ -14,19 +14,19 @@
14
14
  "@xylabs/react-flexbox": "~2.17.15",
15
15
  "@xylabs/react-promise": "~2.17.15",
16
16
  "@xylabs/react-quick-tip-button": "~2.17.15",
17
- "@xyo-network/payload-model": "^2.72.7",
18
- "@xyo-network/payload-validator": "^2.72.7",
19
- "@xyo-network/payload-wrapper": "^2.72.7",
20
- "@xyo-network/react-property": "~2.60.11",
21
- "@xyo-network/react-schema": "~2.60.11",
22
- "@xyo-network/react-shared": "~2.60.11",
17
+ "@xyo-network/payload-model": "^2.73.3",
18
+ "@xyo-network/payload-validator": "^2.73.3",
19
+ "@xyo-network/payload-wrapper": "^2.73.3",
20
+ "@xyo-network/react-property": "~2.61.0",
21
+ "@xyo-network/react-schema": "~2.61.0",
22
+ "@xyo-network/react-shared": "~2.61.0",
23
23
  "react-json-view": "^1.21.3"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@storybook/react": "^7.4.0",
27
- "@xylabs/ts-scripts-yarn3": "^2.19.3",
28
- "@xylabs/tsconfig-react": "^2.19.3",
29
- "@xyo-network/react-storybook": "~2.60.11",
27
+ "@xylabs/ts-scripts-yarn3": "^2.19.5",
28
+ "@xylabs/tsconfig-react": "^2.19.5",
29
+ "@xyo-network/react-storybook": "~2.61.0",
30
30
  "typescript": "^5.2.2"
31
31
  },
32
32
  "peerDependencies": {
@@ -81,5 +81,5 @@
81
81
  },
82
82
  "sideEffects": false,
83
83
  "types": "dist/types/index.d.ts",
84
- "version": "2.60.11"
84
+ "version": "2.61.0"
85
85
  }
package/dist/docs.json DELETED
@@ -1,1342 +0,0 @@
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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/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/4ee472d8d4e5/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L14"
813
- }
814
- ],
815
- "type": {
816
- "type": "intersection",
817
- "types": [
818
- {
819
- "type": "reference",
820
- "target": {
821
- "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
822
- "qualifiedName": "SchemaFields"
823
- },
824
- "name": "SchemaFields",
825
- "package": "@xyo-network/payload-model"
826
- },
827
- {
828
- "type": "reference",
829
- "target": {
830
- "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
831
- "qualifiedName": "PayloadFields"
832
- },
833
- "name": "PayloadFields",
834
- "package": "@xyo-network/payload-model"
835
- },
836
- {
837
- "type": "reflection",
838
- "declaration": {
839
- "id": 28,
840
- "name": "__type",
841
- "variant": "declaration",
842
- "kind": 65536,
843
- "flags": {},
844
- "sources": [
845
- {
846
- "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
847
- "line": 18,
848
- "character": 17
849
- }
850
- ]
851
- }
852
- }
853
- ]
854
- }
855
- }
856
- ],
857
- "groups": [
858
- {
859
- "title": "Properties",
860
- "children": [
861
- 26,
862
- 27
863
- ]
864
- }
865
- ],
866
- "sources": [
867
- {
868
- "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx",
869
- "line": 12,
870
- "character": 49,
871
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4ee472d8d4e5/packages/sdk/packages/payload/packages/details/src/components/Details/Details.tsx#L12"
872
- }
873
- ]
874
- }
875
- },
876
- {
877
- "type": "reference",
878
- "target": {
879
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
880
- "qualifiedName": "React.RefAttributes"
881
- },
882
- "typeArguments": [
883
- {
884
- "type": "reference",
885
- "target": {
886
- "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.dom.d.ts",
887
- "qualifiedName": "HTMLDivElement"
888
- },
889
- "name": "HTMLDivElement",
890
- "package": "typescript"
891
- }
892
- ],
893
- "name": "RefAttributes",
894
- "package": "@types/react",
895
- "qualifiedName": "React.RefAttributes"
896
- }
897
- ]
898
- }
899
- }
900
- ],
901
- "type": {
902
- "type": "union",
903
- "types": [
904
- {
905
- "type": "literal",
906
- "value": null
907
- },
908
- {
909
- "type": "reference",
910
- "target": {
911
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
912
- "qualifiedName": "React.ReactElement"
913
- },
914
- "typeArguments": [
915
- {
916
- "type": "intrinsic",
917
- "name": "any"
918
- },
919
- {
920
- "type": "union",
921
- "types": [
922
- {
923
- "type": "intrinsic",
924
- "name": "string"
925
- },
926
- {
927
- "type": "reference",
928
- "target": {
929
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
930
- "qualifiedName": "React.JSXElementConstructor"
931
- },
932
- "typeArguments": [
933
- {
934
- "type": "intrinsic",
935
- "name": "any"
936
- }
937
- ],
938
- "name": "JSXElementConstructor",
939
- "package": "@types/react",
940
- "qualifiedName": "React.JSXElementConstructor"
941
- }
942
- ]
943
- }
944
- ],
945
- "name": "ReactElement",
946
- "package": "@types/react",
947
- "qualifiedName": "React.ReactElement"
948
- }
949
- ]
950
- }
951
- }
952
- ]
953
- },
954
- {
955
- "id": 33,
956
- "name": "PayloadJsonDetails",
957
- "variant": "declaration",
958
- "kind": 64,
959
- "flags": {},
960
- "sources": [
961
- {
962
- "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/JsonDetails.tsx",
963
- "line": 15,
964
- "character": 13,
965
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4ee472d8d4e5/packages/sdk/packages/payload/packages/details/src/components/Details/JsonDetails.tsx#L15"
966
- }
967
- ],
968
- "signatures": [
969
- {
970
- "id": 34,
971
- "name": "PayloadJsonDetails",
972
- "variant": "signature",
973
- "kind": 4096,
974
- "flags": {},
975
- "sources": [
976
- {
977
- "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
978
- "line": 525,
979
- "character": 8
980
- }
981
- ],
982
- "parameters": [
983
- {
984
- "id": 35,
985
- "name": "props",
986
- "variant": "param",
987
- "kind": 32768,
988
- "flags": {},
989
- "type": {
990
- "type": "reference",
991
- "target": 29,
992
- "name": "PayloadJsonDetailsProps",
993
- "package": "@xyo-network/react-payload-details"
994
- }
995
- },
996
- {
997
- "id": 36,
998
- "name": "context",
999
- "variant": "param",
1000
- "kind": 32768,
1001
- "flags": {
1002
- "isOptional": true
1003
- },
1004
- "type": {
1005
- "type": "intrinsic",
1006
- "name": "any"
1007
- }
1008
- }
1009
- ],
1010
- "type": {
1011
- "type": "union",
1012
- "types": [
1013
- {
1014
- "type": "literal",
1015
- "value": null
1016
- },
1017
- {
1018
- "type": "reference",
1019
- "target": {
1020
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1021
- "qualifiedName": "React.ReactElement"
1022
- },
1023
- "typeArguments": [
1024
- {
1025
- "type": "intrinsic",
1026
- "name": "any"
1027
- },
1028
- {
1029
- "type": "intrinsic",
1030
- "name": "any"
1031
- }
1032
- ],
1033
- "name": "ReactElement",
1034
- "package": "@types/react",
1035
- "qualifiedName": "React.ReactElement"
1036
- }
1037
- ]
1038
- }
1039
- }
1040
- ]
1041
- },
1042
- {
1043
- "id": 37,
1044
- "name": "PayloadValidationDetails",
1045
- "variant": "declaration",
1046
- "kind": 64,
1047
- "flags": {},
1048
- "sources": [
1049
- {
1050
- "fileName": "packages/sdk/packages/payload/packages/details/src/components/Details/ValidationDetails/ValidationDetails.tsx",
1051
- "line": 10,
1052
- "character": 13,
1053
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4ee472d8d4e5/packages/sdk/packages/payload/packages/details/src/components/Details/ValidationDetails/ValidationDetails.tsx#L10"
1054
- }
1055
- ],
1056
- "signatures": [
1057
- {
1058
- "id": 38,
1059
- "name": "PayloadValidationDetails",
1060
- "variant": "signature",
1061
- "kind": 4096,
1062
- "flags": {},
1063
- "sources": [
1064
- {
1065
- "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
1066
- "line": 525,
1067
- "character": 8
1068
- }
1069
- ],
1070
- "parameters": [
1071
- {
1072
- "id": 39,
1073
- "name": "props",
1074
- "variant": "param",
1075
- "kind": 32768,
1076
- "flags": {},
1077
- "type": {
1078
- "type": "reference",
1079
- "target": 41,
1080
- "name": "PayloadValidationDetailsProps",
1081
- "package": "@xyo-network/react-payload-details"
1082
- }
1083
- },
1084
- {
1085
- "id": 40,
1086
- "name": "context",
1087
- "variant": "param",
1088
- "kind": 32768,
1089
- "flags": {
1090
- "isOptional": true
1091
- },
1092
- "type": {
1093
- "type": "intrinsic",
1094
- "name": "any"
1095
- }
1096
- }
1097
- ],
1098
- "type": {
1099
- "type": "union",
1100
- "types": [
1101
- {
1102
- "type": "literal",
1103
- "value": null
1104
- },
1105
- {
1106
- "type": "reference",
1107
- "target": {
1108
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1109
- "qualifiedName": "React.ReactElement"
1110
- },
1111
- "typeArguments": [
1112
- {
1113
- "type": "intrinsic",
1114
- "name": "any"
1115
- },
1116
- {
1117
- "type": "intrinsic",
1118
- "name": "any"
1119
- }
1120
- ],
1121
- "name": "ReactElement",
1122
- "package": "@types/react",
1123
- "qualifiedName": "React.ReactElement"
1124
- }
1125
- ]
1126
- }
1127
- }
1128
- ]
1129
- }
1130
- ],
1131
- "groups": [
1132
- {
1133
- "title": "Type Aliases",
1134
- "children": [
1135
- 1,
1136
- 18,
1137
- 29,
1138
- 41,
1139
- 10,
1140
- 14
1141
- ]
1142
- },
1143
- {
1144
- "title": "Functions",
1145
- "children": [
1146
- 6,
1147
- 22,
1148
- 33,
1149
- 37
1150
- ]
1151
- }
1152
- ],
1153
- "packageName": "@xyo-network/react-payload-details",
1154
- "readme": [
1155
- {
1156
- "kind": "text",
1157
- "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"
1158
- }
1159
- ],
1160
- "symbolIdMap": {
1161
- "0": {
1162
- "sourceFileName": "src/index.ts",
1163
- "qualifiedName": ""
1164
- },
1165
- "1": {
1166
- "sourceFileName": "src/components/Details/DataDetails.tsx",
1167
- "qualifiedName": "PayloadDataDetailsProps"
1168
- },
1169
- "2": {
1170
- "sourceFileName": "src/components/Details/DataDetails.tsx",
1171
- "qualifiedName": "__type"
1172
- },
1173
- "3": {
1174
- "sourceFileName": "src/components/Details/DataDetails.tsx",
1175
- "qualifiedName": "__type.badge"
1176
- },
1177
- "4": {
1178
- "sourceFileName": "src/components/Details/DataDetails.tsx",
1179
- "qualifiedName": "__type.payload"
1180
- },
1181
- "5": {
1182
- "sourceFileName": "src/components/Details/DataDetails.tsx",
1183
- "qualifiedName": "__type.size"
1184
- },
1185
- "6": {
1186
- "sourceFileName": "src/components/Details/DataDetails.tsx",
1187
- "qualifiedName": "PayloadDataDetails"
1188
- },
1189
- "7": {
1190
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1191
- "qualifiedName": "PayloadDataDetails"
1192
- },
1193
- "8": {
1194
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1195
- "qualifiedName": "props"
1196
- },
1197
- "9": {
1198
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1199
- "qualifiedName": "context"
1200
- },
1201
- "10": {
1202
- "sourceFileName": "src/components/Details/Details.tsx",
1203
- "qualifiedName": "WithPaper"
1204
- },
1205
- "11": {
1206
- "sourceFileName": "src/components/Details/Details.tsx",
1207
- "qualifiedName": "__type"
1208
- },
1209
- "12": {
1210
- "sourceFileName": "src/components/Details/Details.tsx",
1211
- "qualifiedName": "__type.paper"
1212
- },
1213
- "13": {
1214
- "sourceFileName": "src/components/Details/Details.tsx",
1215
- "qualifiedName": "T"
1216
- },
1217
- "14": {
1218
- "sourceFileName": "src/components/Details/Details.tsx",
1219
- "qualifiedName": "WithoutPaper"
1220
- },
1221
- "15": {
1222
- "sourceFileName": "src/components/Details/Details.tsx",
1223
- "qualifiedName": "__type"
1224
- },
1225
- "16": {
1226
- "sourceFileName": "src/components/Details/Details.tsx",
1227
- "qualifiedName": "__type.paper"
1228
- },
1229
- "17": {
1230
- "sourceFileName": "src/components/Details/Details.tsx",
1231
- "qualifiedName": "T"
1232
- },
1233
- "18": {
1234
- "sourceFileName": "src/components/Details/Details.tsx",
1235
- "qualifiedName": "PayloadDetailsProps"
1236
- },
1237
- "19": {
1238
- "sourceFileName": "src/components/Details/Details.tsx",
1239
- "qualifiedName": "__type"
1240
- },
1241
- "20": {
1242
- "sourceFileName": "src/components/Details/Details.tsx",
1243
- "qualifiedName": "__type.paper"
1244
- },
1245
- "21": {
1246
- "sourceFileName": "src/components/Details/Details.tsx",
1247
- "qualifiedName": "__type.payload"
1248
- },
1249
- "22": {
1250
- "sourceFileName": "src/components/Details/Details.tsx",
1251
- "qualifiedName": "PayloadDetails"
1252
- },
1253
- "23": {
1254
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1255
- "qualifiedName": "PayloadDetails"
1256
- },
1257
- "24": {
1258
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1259
- "qualifiedName": "props"
1260
- },
1261
- "25": {
1262
- "sourceFileName": "src/components/Details/Details.tsx",
1263
- "qualifiedName": "__type"
1264
- },
1265
- "26": {
1266
- "sourceFileName": "src/components/Details/Details.tsx",
1267
- "qualifiedName": "__type.paper"
1268
- },
1269
- "27": {
1270
- "sourceFileName": "src/components/Details/Details.tsx",
1271
- "qualifiedName": "__type.payload"
1272
- },
1273
- "28": {
1274
- "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1275
- "qualifiedName": "__type"
1276
- },
1277
- "29": {
1278
- "sourceFileName": "src/components/Details/JsonDetails.tsx",
1279
- "qualifiedName": "PayloadJsonDetailsProps"
1280
- },
1281
- "30": {
1282
- "sourceFileName": "src/components/Details/JsonDetails.tsx",
1283
- "qualifiedName": "__type"
1284
- },
1285
- "31": {
1286
- "sourceFileName": "src/components/Details/JsonDetails.tsx",
1287
- "qualifiedName": "__type.jsonViewProps"
1288
- },
1289
- "32": {
1290
- "sourceFileName": "src/components/Details/JsonDetails.tsx",
1291
- "qualifiedName": "__type.payload"
1292
- },
1293
- "33": {
1294
- "sourceFileName": "src/components/Details/JsonDetails.tsx",
1295
- "qualifiedName": "PayloadJsonDetails"
1296
- },
1297
- "34": {
1298
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1299
- "qualifiedName": "PayloadJsonDetails"
1300
- },
1301
- "35": {
1302
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1303
- "qualifiedName": "props"
1304
- },
1305
- "36": {
1306
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1307
- "qualifiedName": "context"
1308
- },
1309
- "37": {
1310
- "sourceFileName": "src/components/Details/ValidationDetails/ValidationDetails.tsx",
1311
- "qualifiedName": "PayloadValidationDetails"
1312
- },
1313
- "38": {
1314
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1315
- "qualifiedName": "PayloadValidationDetails"
1316
- },
1317
- "39": {
1318
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1319
- "qualifiedName": "props"
1320
- },
1321
- "40": {
1322
- "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1323
- "qualifiedName": "context"
1324
- },
1325
- "41": {
1326
- "sourceFileName": "src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
1327
- "qualifiedName": "PayloadValidationDetailsProps"
1328
- },
1329
- "42": {
1330
- "sourceFileName": "src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
1331
- "qualifiedName": "__type"
1332
- },
1333
- "43": {
1334
- "sourceFileName": "src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
1335
- "qualifiedName": "__type.skipBody"
1336
- },
1337
- "44": {
1338
- "sourceFileName": "src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
1339
- "qualifiedName": "__type.value"
1340
- }
1341
- }
1342
- }