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