@xyo-network/react-module 2.41.54 → 2.42.0-rc.2

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 (163) hide show
  1. package/dist/cjs/components/Card/Archivist/Card.js +15 -0
  2. package/dist/cjs/components/Card/Archivist/Card.js.map +1 -0
  3. package/dist/cjs/components/Card/Archivist/CardActions.js +10 -0
  4. package/dist/cjs/components/Card/Archivist/CardActions.js.map +1 -0
  5. package/dist/cjs/components/{ArchivistContent.js → Card/Archivist/CardContent.js} +3 -3
  6. package/dist/cjs/components/Card/Archivist/CardContent.js.map +1 -0
  7. package/dist/cjs/components/{ArchivistCardHeader.js → Card/Archivist/CardHeader.js} +3 -3
  8. package/dist/cjs/components/Card/Archivist/CardHeader.js.map +1 -0
  9. package/dist/cjs/components/Card/Archivist/index.js +7 -0
  10. package/dist/cjs/components/Card/Archivist/index.js.map +1 -0
  11. package/dist/cjs/components/Card/Diviner/Card.js +15 -0
  12. package/dist/cjs/components/Card/Diviner/Card.js.map +1 -0
  13. package/dist/cjs/components/Card/Diviner/CardActions.js +10 -0
  14. package/dist/cjs/components/Card/Diviner/CardActions.js.map +1 -0
  15. package/dist/cjs/components/Card/Diviner/CardContent.js +32 -0
  16. package/dist/cjs/components/Card/Diviner/CardContent.js.map +1 -0
  17. package/dist/cjs/components/Card/Diviner/CardHeader.js +12 -0
  18. package/dist/cjs/components/Card/Diviner/CardHeader.js.map +1 -0
  19. package/dist/cjs/components/Card/Diviner/index.js +7 -0
  20. package/dist/cjs/components/Card/Diviner/index.js.map +1 -0
  21. package/dist/cjs/components/{Card.js → Card/Module/Card.js} +0 -0
  22. package/dist/cjs/components/Card/Module/Card.js.map +1 -0
  23. package/dist/cjs/components/{CardActions.js → Card/Module/CardActions.js} +0 -0
  24. package/dist/cjs/components/Card/Module/CardActions.js.map +1 -0
  25. package/dist/cjs/components/{CardContent.js → Card/Module/CardContent.js} +0 -0
  26. package/dist/cjs/components/Card/Module/CardContent.js.map +1 -0
  27. package/dist/cjs/components/{CardHeader.js → Card/Module/CardHeader.js} +0 -0
  28. package/dist/cjs/components/Card/Module/CardHeader.js.map +1 -0
  29. package/dist/cjs/components/Card/Module/index.js +8 -0
  30. package/dist/cjs/components/Card/Module/index.js.map +1 -0
  31. package/dist/cjs/components/Card/index.js +6 -0
  32. package/dist/cjs/components/Card/index.js.map +1 -0
  33. package/dist/cjs/components/DetailsBox.js +2 -2
  34. package/dist/cjs/components/DetailsBox.js.map +1 -1
  35. package/dist/cjs/components/TableCell.js +2 -2
  36. package/dist/cjs/components/TableCell.js.map +1 -1
  37. package/dist/cjs/components/index.js +1 -3
  38. package/dist/cjs/components/index.js.map +1 -1
  39. package/dist/docs.json +3296 -153
  40. package/dist/esm/components/Card/Archivist/Card.js +9 -0
  41. package/dist/esm/components/Card/Archivist/Card.js.map +1 -0
  42. package/dist/esm/components/Card/Archivist/CardActions.js +6 -0
  43. package/dist/esm/components/Card/Archivist/CardActions.js.map +1 -0
  44. package/dist/esm/components/{ArchivistContent.js → Card/Archivist/CardContent.js} +2 -2
  45. package/dist/esm/components/Card/Archivist/CardContent.js.map +1 -0
  46. package/dist/esm/components/{ArchivistCardHeader.js → Card/Archivist/CardHeader.js} +2 -2
  47. package/dist/esm/components/Card/Archivist/CardHeader.js.map +1 -0
  48. package/dist/esm/components/Card/Archivist/index.js +4 -0
  49. package/dist/esm/components/Card/Archivist/index.js.map +1 -0
  50. package/dist/esm/components/Card/Diviner/Card.js +9 -0
  51. package/dist/esm/components/Card/Diviner/Card.js.map +1 -0
  52. package/dist/esm/components/Card/Diviner/CardActions.js +6 -0
  53. package/dist/esm/components/Card/Diviner/CardActions.js.map +1 -0
  54. package/dist/esm/components/Card/Diviner/CardContent.js +25 -0
  55. package/dist/esm/components/Card/Diviner/CardContent.js.map +1 -0
  56. package/dist/esm/components/Card/Diviner/CardHeader.js +6 -0
  57. package/dist/esm/components/Card/Diviner/CardHeader.js.map +1 -0
  58. package/dist/esm/components/Card/Diviner/index.js +4 -0
  59. package/dist/esm/components/Card/Diviner/index.js.map +1 -0
  60. package/dist/esm/components/{Card.js → Card/Module/Card.js} +0 -0
  61. package/dist/esm/components/Card/Module/Card.js.map +1 -0
  62. package/dist/esm/components/{CardActions.js → Card/Module/CardActions.js} +0 -0
  63. package/dist/esm/components/Card/Module/CardActions.js.map +1 -0
  64. package/dist/esm/components/{CardContent.js → Card/Module/CardContent.js} +0 -0
  65. package/dist/esm/components/Card/Module/CardContent.js.map +1 -0
  66. package/dist/esm/components/{CardHeader.js → Card/Module/CardHeader.js} +0 -0
  67. package/dist/esm/components/Card/Module/CardHeader.js.map +1 -0
  68. package/dist/esm/components/Card/Module/index.js +5 -0
  69. package/dist/esm/components/Card/Module/index.js.map +1 -0
  70. package/dist/esm/components/Card/index.js +3 -0
  71. package/dist/esm/components/Card/index.js.map +1 -0
  72. package/dist/esm/components/DetailsBox.js +2 -2
  73. package/dist/esm/components/DetailsBox.js.map +1 -1
  74. package/dist/esm/components/TableCell.js +3 -3
  75. package/dist/esm/components/TableCell.js.map +1 -1
  76. package/dist/esm/components/index.js +1 -3
  77. package/dist/esm/components/index.js.map +1 -1
  78. package/dist/types/components/Card/Archivist/Card.d.ts +6 -0
  79. package/dist/types/components/Card/Archivist/Card.d.ts.map +1 -0
  80. package/dist/types/components/Card/Archivist/CardActions.d.ts +6 -0
  81. package/dist/types/components/Card/Archivist/CardActions.d.ts.map +1 -0
  82. package/dist/types/components/{ArchivistContent.d.ts → Card/Archivist/CardContent.d.ts} +2 -2
  83. package/dist/types/components/Card/Archivist/CardContent.d.ts.map +1 -0
  84. package/dist/types/components/Card/Archivist/CardHeader.d.ts +6 -0
  85. package/dist/types/components/Card/Archivist/CardHeader.d.ts.map +1 -0
  86. package/dist/types/components/Card/Archivist/index.d.ts +4 -0
  87. package/dist/types/components/Card/Archivist/index.d.ts.map +1 -0
  88. package/dist/types/components/Card/Diviner/Card.d.ts +6 -0
  89. package/dist/types/components/Card/Diviner/Card.d.ts.map +1 -0
  90. package/dist/types/components/Card/Diviner/CardActions.d.ts +6 -0
  91. package/dist/types/components/Card/Diviner/CardActions.d.ts.map +1 -0
  92. package/dist/types/components/Card/Diviner/CardContent.d.ts +6 -0
  93. package/dist/types/components/Card/Diviner/CardContent.d.ts.map +1 -0
  94. package/dist/types/components/Card/Diviner/CardHeader.d.ts +6 -0
  95. package/dist/types/components/Card/Diviner/CardHeader.d.ts.map +1 -0
  96. package/dist/types/components/Card/Diviner/index.d.ts +4 -0
  97. package/dist/types/components/Card/Diviner/index.d.ts.map +1 -0
  98. package/dist/types/components/{Card.d.ts → Card/Module/Card.d.ts} +1 -1
  99. package/dist/types/components/Card/Module/Card.d.ts.map +1 -0
  100. package/dist/types/components/{CardActions.d.ts → Card/Module/CardActions.d.ts} +1 -1
  101. package/dist/types/components/Card/Module/CardActions.d.ts.map +1 -0
  102. package/dist/types/components/{CardContent.d.ts → Card/Module/CardContent.d.ts} +1 -1
  103. package/dist/types/components/Card/Module/CardContent.d.ts.map +1 -0
  104. package/dist/types/components/{CardHeader.d.ts → Card/Module/CardHeader.d.ts} +1 -1
  105. package/dist/types/components/Card/Module/CardHeader.d.ts.map +1 -0
  106. package/dist/types/components/Card/Module/index.d.ts +5 -0
  107. package/dist/types/components/Card/Module/index.d.ts.map +1 -0
  108. package/dist/types/components/Card/index.d.ts +3 -0
  109. package/dist/types/components/Card/index.d.ts.map +1 -0
  110. package/dist/types/components/DetailsBox.d.ts.map +1 -1
  111. package/dist/types/components/TableCell.d.ts.map +1 -1
  112. package/dist/types/components/index.d.ts +1 -3
  113. package/dist/types/components/index.d.ts.map +1 -1
  114. package/package.json +9 -7
  115. package/src/components/{ArchivistCard.stories.tsx → Card/Archivist/Card.stories.tsx} +3 -3
  116. package/src/components/Card/Archivist/Card.tsx +18 -0
  117. package/src/components/Card/Archivist/CardActions.tsx +9 -0
  118. package/src/components/{ArchivistContent.tsx → Card/Archivist/CardContent.tsx} +2 -2
  119. package/src/components/Card/Archivist/CardHeader.tsx +9 -0
  120. package/src/components/Card/Archivist/index.ts +3 -0
  121. package/src/components/Card/Diviner/Card.stories.tsx +53 -0
  122. package/src/components/Card/Diviner/Card.tsx +18 -0
  123. package/src/components/Card/Diviner/CardActions.tsx +9 -0
  124. package/src/components/Card/Diviner/CardContent.tsx +38 -0
  125. package/src/components/Card/Diviner/CardHeader.tsx +9 -0
  126. package/src/components/Card/Diviner/index.ts +3 -0
  127. package/src/components/{Card.stories.tsx → Card/Module/Card.stories.tsx} +0 -0
  128. package/src/components/{Card.tsx → Card/Module/Card.tsx} +1 -1
  129. package/src/components/{CardActions.tsx → Card/Module/CardActions.tsx} +1 -1
  130. package/src/components/{CardContent.tsx → Card/Module/CardContent.tsx} +1 -1
  131. package/src/components/{CardHeader.tsx → Card/Module/CardHeader.tsx} +1 -1
  132. package/src/components/Card/Module/index.ts +4 -0
  133. package/src/components/Card/index.ts +2 -0
  134. package/src/components/DetailsBox.tsx +2 -1
  135. package/src/components/TableCell.tsx +2 -1
  136. package/src/components/index.ts +1 -3
  137. package/dist/cjs/components/ArchivistCard.js +0 -15
  138. package/dist/cjs/components/ArchivistCard.js.map +0 -1
  139. package/dist/cjs/components/ArchivistCardHeader.js.map +0 -1
  140. package/dist/cjs/components/ArchivistContent.js.map +0 -1
  141. package/dist/cjs/components/Card.js.map +0 -1
  142. package/dist/cjs/components/CardActions.js.map +0 -1
  143. package/dist/cjs/components/CardContent.js.map +0 -1
  144. package/dist/cjs/components/CardHeader.js.map +0 -1
  145. package/dist/esm/components/ArchivistCard.js +0 -9
  146. package/dist/esm/components/ArchivistCard.js.map +0 -1
  147. package/dist/esm/components/ArchivistCardHeader.js.map +0 -1
  148. package/dist/esm/components/ArchivistContent.js.map +0 -1
  149. package/dist/esm/components/Card.js.map +0 -1
  150. package/dist/esm/components/CardActions.js.map +0 -1
  151. package/dist/esm/components/CardContent.js.map +0 -1
  152. package/dist/esm/components/CardHeader.js.map +0 -1
  153. package/dist/types/components/ArchivistCard.d.ts +0 -6
  154. package/dist/types/components/ArchivistCard.d.ts.map +0 -1
  155. package/dist/types/components/ArchivistCardHeader.d.ts +0 -6
  156. package/dist/types/components/ArchivistCardHeader.d.ts.map +0 -1
  157. package/dist/types/components/ArchivistContent.d.ts.map +0 -1
  158. package/dist/types/components/Card.d.ts.map +0 -1
  159. package/dist/types/components/CardActions.d.ts.map +0 -1
  160. package/dist/types/components/CardContent.d.ts.map +0 -1
  161. package/dist/types/components/CardHeader.d.ts.map +0 -1
  162. package/src/components/ArchivistCard.tsx +0 -17
  163. package/src/components/ArchivistCardHeader.tsx +0 -9
package/dist/docs.json CHANGED
@@ -7,14 +7,14 @@
7
7
  "originalName": "",
8
8
  "children": [
9
9
  {
10
- "id": 35,
10
+ "id": 69,
11
11
  "name": "ModuleRenderProps",
12
12
  "kind": 256,
13
13
  "kindString": "Interface",
14
14
  "flags": {},
15
15
  "children": [
16
16
  {
17
- "id": 36,
17
+ "id": 70,
18
18
  "name": "module",
19
19
  "kind": 1024,
20
20
  "kindString": "Property",
@@ -23,81 +23,3266 @@
23
23
  },
24
24
  "sources": [
25
25
  {
26
- "fileName": "packages/sdk/packages/module/src/ModuleRenderProps.tsx",
27
- "line": 4,
28
- "character": 2,
29
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/36fa9b623/packages/sdk/packages/module/src/ModuleRenderProps.tsx#L4"
26
+ "fileName": "packages/sdk/packages/module/src/ModuleRenderProps.tsx",
27
+ "line": 4,
28
+ "character": 2,
29
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/71e1a4faf3d/packages/sdk/packages/module/src/ModuleRenderProps.tsx#L4"
30
+ }
31
+ ],
32
+ "type": {
33
+ "type": "reference",
34
+ "id": 71,
35
+ "name": "T"
36
+ }
37
+ }
38
+ ],
39
+ "groups": [
40
+ {
41
+ "title": "Properties",
42
+ "children": [
43
+ 70
44
+ ]
45
+ }
46
+ ],
47
+ "sources": [
48
+ {
49
+ "fileName": "packages/sdk/packages/module/src/ModuleRenderProps.tsx",
50
+ "line": 3,
51
+ "character": 17,
52
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/71e1a4faf3d/packages/sdk/packages/module/src/ModuleRenderProps.tsx#L3"
53
+ }
54
+ ],
55
+ "typeParameters": [
56
+ {
57
+ "id": 71,
58
+ "name": "T",
59
+ "kind": 131072,
60
+ "kindString": "Type parameter",
61
+ "flags": {},
62
+ "type": {
63
+ "type": "reference",
64
+ "name": "Module",
65
+ "qualifiedName": "Module",
66
+ "package": "@xyo-network/module-model"
67
+ },
68
+ "default": {
69
+ "type": "reference",
70
+ "name": "Module",
71
+ "qualifiedName": "Module",
72
+ "package": "@xyo-network/module-model"
73
+ }
74
+ }
75
+ ]
76
+ },
77
+ {
78
+ "id": 1,
79
+ "name": "ArchivistCard",
80
+ "kind": 64,
81
+ "kindString": "Function",
82
+ "flags": {},
83
+ "sources": [
84
+ {
85
+ "fileName": "packages/sdk/packages/module/src/components/Card/Archivist/Card.tsx",
86
+ "line": 9,
87
+ "character": 13,
88
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/71e1a4faf3d/packages/sdk/packages/module/src/components/Card/Archivist/Card.tsx#L9"
89
+ }
90
+ ],
91
+ "signatures": [
92
+ {
93
+ "id": 2,
94
+ "name": "ArchivistCard",
95
+ "kind": 4096,
96
+ "kindString": "Call signature",
97
+ "flags": {},
98
+ "parameters": [
99
+ {
100
+ "id": 3,
101
+ "name": "props",
102
+ "kind": 32768,
103
+ "kindString": "Parameter",
104
+ "flags": {},
105
+ "type": {
106
+ "type": "intersection",
107
+ "types": [
108
+ {
109
+ "type": "reference",
110
+ "typeArguments": [
111
+ {
112
+ "type": "reference",
113
+ "typeArguments": [
114
+ {
115
+ "type": "literal",
116
+ "value": "div"
117
+ },
118
+ {
119
+ "type": "reflection",
120
+ "declaration": {
121
+ "id": 4,
122
+ "name": "__type",
123
+ "kind": 65536,
124
+ "kindString": "Type literal",
125
+ "flags": {}
126
+ }
127
+ }
128
+ ],
129
+ "name": "PaperProps",
130
+ "qualifiedName": "PaperProps",
131
+ "package": "@mui/material"
132
+ },
133
+ {
134
+ "type": "literal",
135
+ "value": "classes"
136
+ }
137
+ ],
138
+ "name": "Omit",
139
+ "qualifiedName": "Omit",
140
+ "package": "typescript"
141
+ },
142
+ {
143
+ "type": "reflection",
144
+ "declaration": {
145
+ "id": 5,
146
+ "name": "__type",
147
+ "kind": 65536,
148
+ "kindString": "Type literal",
149
+ "flags": {},
150
+ "sources": [
151
+ {
152
+ "fileName": "node_modules/@mui/material/Card/Card.d.ts",
153
+ "line": 14,
154
+ "character": 46
155
+ }
156
+ ]
157
+ }
158
+ },
159
+ {
160
+ "type": "reference",
161
+ "name": "CommonProps",
162
+ "qualifiedName": "CommonProps",
163
+ "package": "@mui/material"
164
+ },
165
+ {
166
+ "type": "reference",
167
+ "typeArguments": [
168
+ {
169
+ "type": "intersection",
170
+ "types": [
171
+ {
172
+ "type": "reference",
173
+ "typeArguments": [
174
+ {
175
+ "type": "reference",
176
+ "typeArguments": [
177
+ {
178
+ "type": "reference",
179
+ "typeArguments": [
180
+ {
181
+ "type": "reference",
182
+ "name": "HTMLDivElement",
183
+ "qualifiedName": "HTMLDivElement",
184
+ "package": "typescript"
185
+ }
186
+ ],
187
+ "name": "HTMLAttributes",
188
+ "qualifiedName": "React.HTMLAttributes",
189
+ "package": "@types/react"
190
+ },
191
+ {
192
+ "type": "reference",
193
+ "name": "HTMLDivElement",
194
+ "qualifiedName": "HTMLDivElement",
195
+ "package": "typescript"
196
+ }
197
+ ],
198
+ "name": "DetailedHTMLProps",
199
+ "qualifiedName": "React.DetailedHTMLProps",
200
+ "package": "@types/react"
201
+ },
202
+ {
203
+ "type": "literal",
204
+ "value": "ref"
205
+ }
206
+ ],
207
+ "name": "Omit",
208
+ "qualifiedName": "Omit",
209
+ "package": "typescript"
210
+ },
211
+ {
212
+ "type": "reflection",
213
+ "declaration": {
214
+ "id": 6,
215
+ "name": "__type",
216
+ "kind": 65536,
217
+ "kindString": "Type literal",
218
+ "flags": {},
219
+ "sources": [
220
+ {
221
+ "fileName": "node_modules/@types/react/index.d.ts",
222
+ "line": 795,
223
+ "character": 43
224
+ }
225
+ ]
226
+ }
227
+ }
228
+ ]
229
+ },
230
+ {
231
+ "type": "union",
232
+ "types": [
233
+ {
234
+ "type": "literal",
235
+ "value": "children"
236
+ },
237
+ {
238
+ "type": "literal",
239
+ "value": "defaultChecked"
240
+ },
241
+ {
242
+ "type": "literal",
243
+ "value": "defaultValue"
244
+ },
245
+ {
246
+ "type": "literal",
247
+ "value": "suppressContentEditableWarning"
248
+ },
249
+ {
250
+ "type": "literal",
251
+ "value": "suppressHydrationWarning"
252
+ },
253
+ {
254
+ "type": "literal",
255
+ "value": "accessKey"
256
+ },
257
+ {
258
+ "type": "literal",
259
+ "value": "contentEditable"
260
+ },
261
+ {
262
+ "type": "literal",
263
+ "value": "contextMenu"
264
+ },
265
+ {
266
+ "type": "literal",
267
+ "value": "dir"
268
+ },
269
+ {
270
+ "type": "literal",
271
+ "value": "draggable"
272
+ },
273
+ {
274
+ "type": "literal",
275
+ "value": "hidden"
276
+ },
277
+ {
278
+ "type": "literal",
279
+ "value": "id"
280
+ },
281
+ {
282
+ "type": "literal",
283
+ "value": "lang"
284
+ },
285
+ {
286
+ "type": "literal",
287
+ "value": "nonce"
288
+ },
289
+ {
290
+ "type": "literal",
291
+ "value": "placeholder"
292
+ },
293
+ {
294
+ "type": "literal",
295
+ "value": "slot"
296
+ },
297
+ {
298
+ "type": "literal",
299
+ "value": "spellCheck"
300
+ },
301
+ {
302
+ "type": "literal",
303
+ "value": "tabIndex"
304
+ },
305
+ {
306
+ "type": "literal",
307
+ "value": "title"
308
+ },
309
+ {
310
+ "type": "literal",
311
+ "value": "translate"
312
+ },
313
+ {
314
+ "type": "literal",
315
+ "value": "radioGroup"
316
+ },
317
+ {
318
+ "type": "literal",
319
+ "value": "role"
320
+ },
321
+ {
322
+ "type": "literal",
323
+ "value": "about"
324
+ },
325
+ {
326
+ "type": "literal",
327
+ "value": "datatype"
328
+ },
329
+ {
330
+ "type": "literal",
331
+ "value": "inlist"
332
+ },
333
+ {
334
+ "type": "literal",
335
+ "value": "prefix"
336
+ },
337
+ {
338
+ "type": "literal",
339
+ "value": "property"
340
+ },
341
+ {
342
+ "type": "literal",
343
+ "value": "resource"
344
+ },
345
+ {
346
+ "type": "literal",
347
+ "value": "typeof"
348
+ },
349
+ {
350
+ "type": "literal",
351
+ "value": "vocab"
352
+ },
353
+ {
354
+ "type": "literal",
355
+ "value": "autoCapitalize"
356
+ },
357
+ {
358
+ "type": "literal",
359
+ "value": "autoCorrect"
360
+ },
361
+ {
362
+ "type": "literal",
363
+ "value": "autoSave"
364
+ },
365
+ {
366
+ "type": "literal",
367
+ "value": "color"
368
+ },
369
+ {
370
+ "type": "literal",
371
+ "value": "itemProp"
372
+ },
373
+ {
374
+ "type": "literal",
375
+ "value": "itemScope"
376
+ },
377
+ {
378
+ "type": "literal",
379
+ "value": "itemType"
380
+ },
381
+ {
382
+ "type": "literal",
383
+ "value": "itemID"
384
+ },
385
+ {
386
+ "type": "literal",
387
+ "value": "itemRef"
388
+ },
389
+ {
390
+ "type": "literal",
391
+ "value": "results"
392
+ },
393
+ {
394
+ "type": "literal",
395
+ "value": "security"
396
+ },
397
+ {
398
+ "type": "literal",
399
+ "value": "unselectable"
400
+ },
401
+ {
402
+ "type": "literal",
403
+ "value": "inputMode"
404
+ },
405
+ {
406
+ "type": "literal",
407
+ "value": "is"
408
+ },
409
+ {
410
+ "type": "literal",
411
+ "value": "aria-activedescendant"
412
+ },
413
+ {
414
+ "type": "literal",
415
+ "value": "aria-atomic"
416
+ },
417
+ {
418
+ "type": "literal",
419
+ "value": "aria-autocomplete"
420
+ },
421
+ {
422
+ "type": "literal",
423
+ "value": "aria-busy"
424
+ },
425
+ {
426
+ "type": "literal",
427
+ "value": "aria-checked"
428
+ },
429
+ {
430
+ "type": "literal",
431
+ "value": "aria-colcount"
432
+ },
433
+ {
434
+ "type": "literal",
435
+ "value": "aria-colindex"
436
+ },
437
+ {
438
+ "type": "literal",
439
+ "value": "aria-colspan"
440
+ },
441
+ {
442
+ "type": "literal",
443
+ "value": "aria-controls"
444
+ },
445
+ {
446
+ "type": "literal",
447
+ "value": "aria-current"
448
+ },
449
+ {
450
+ "type": "literal",
451
+ "value": "aria-describedby"
452
+ },
453
+ {
454
+ "type": "literal",
455
+ "value": "aria-details"
456
+ },
457
+ {
458
+ "type": "literal",
459
+ "value": "aria-disabled"
460
+ },
461
+ {
462
+ "type": "literal",
463
+ "value": "aria-dropeffect"
464
+ },
465
+ {
466
+ "type": "literal",
467
+ "value": "aria-errormessage"
468
+ },
469
+ {
470
+ "type": "literal",
471
+ "value": "aria-expanded"
472
+ },
473
+ {
474
+ "type": "literal",
475
+ "value": "aria-flowto"
476
+ },
477
+ {
478
+ "type": "literal",
479
+ "value": "aria-grabbed"
480
+ },
481
+ {
482
+ "type": "literal",
483
+ "value": "aria-haspopup"
484
+ },
485
+ {
486
+ "type": "literal",
487
+ "value": "aria-hidden"
488
+ },
489
+ {
490
+ "type": "literal",
491
+ "value": "aria-invalid"
492
+ },
493
+ {
494
+ "type": "literal",
495
+ "value": "aria-keyshortcuts"
496
+ },
497
+ {
498
+ "type": "literal",
499
+ "value": "aria-label"
500
+ },
501
+ {
502
+ "type": "literal",
503
+ "value": "aria-labelledby"
504
+ },
505
+ {
506
+ "type": "literal",
507
+ "value": "aria-level"
508
+ },
509
+ {
510
+ "type": "literal",
511
+ "value": "aria-live"
512
+ },
513
+ {
514
+ "type": "literal",
515
+ "value": "aria-modal"
516
+ },
517
+ {
518
+ "type": "literal",
519
+ "value": "aria-multiline"
520
+ },
521
+ {
522
+ "type": "literal",
523
+ "value": "aria-multiselectable"
524
+ },
525
+ {
526
+ "type": "literal",
527
+ "value": "aria-orientation"
528
+ },
529
+ {
530
+ "type": "literal",
531
+ "value": "aria-owns"
532
+ },
533
+ {
534
+ "type": "literal",
535
+ "value": "aria-placeholder"
536
+ },
537
+ {
538
+ "type": "literal",
539
+ "value": "aria-posinset"
540
+ },
541
+ {
542
+ "type": "literal",
543
+ "value": "aria-pressed"
544
+ },
545
+ {
546
+ "type": "literal",
547
+ "value": "aria-readonly"
548
+ },
549
+ {
550
+ "type": "literal",
551
+ "value": "aria-relevant"
552
+ },
553
+ {
554
+ "type": "literal",
555
+ "value": "aria-required"
556
+ },
557
+ {
558
+ "type": "literal",
559
+ "value": "aria-roledescription"
560
+ },
561
+ {
562
+ "type": "literal",
563
+ "value": "aria-rowcount"
564
+ },
565
+ {
566
+ "type": "literal",
567
+ "value": "aria-rowindex"
568
+ },
569
+ {
570
+ "type": "literal",
571
+ "value": "aria-rowspan"
572
+ },
573
+ {
574
+ "type": "literal",
575
+ "value": "aria-selected"
576
+ },
577
+ {
578
+ "type": "literal",
579
+ "value": "aria-setsize"
580
+ },
581
+ {
582
+ "type": "literal",
583
+ "value": "aria-sort"
584
+ },
585
+ {
586
+ "type": "literal",
587
+ "value": "aria-valuemax"
588
+ },
589
+ {
590
+ "type": "literal",
591
+ "value": "aria-valuemin"
592
+ },
593
+ {
594
+ "type": "literal",
595
+ "value": "aria-valuenow"
596
+ },
597
+ {
598
+ "type": "literal",
599
+ "value": "aria-valuetext"
600
+ },
601
+ {
602
+ "type": "literal",
603
+ "value": "dangerouslySetInnerHTML"
604
+ },
605
+ {
606
+ "type": "literal",
607
+ "value": "onCopy"
608
+ },
609
+ {
610
+ "type": "literal",
611
+ "value": "onCopyCapture"
612
+ },
613
+ {
614
+ "type": "literal",
615
+ "value": "onCut"
616
+ },
617
+ {
618
+ "type": "literal",
619
+ "value": "onCutCapture"
620
+ },
621
+ {
622
+ "type": "literal",
623
+ "value": "onPaste"
624
+ },
625
+ {
626
+ "type": "literal",
627
+ "value": "onPasteCapture"
628
+ },
629
+ {
630
+ "type": "literal",
631
+ "value": "onCompositionEnd"
632
+ },
633
+ {
634
+ "type": "literal",
635
+ "value": "onCompositionEndCapture"
636
+ },
637
+ {
638
+ "type": "literal",
639
+ "value": "onCompositionStart"
640
+ },
641
+ {
642
+ "type": "literal",
643
+ "value": "onCompositionStartCapture"
644
+ },
645
+ {
646
+ "type": "literal",
647
+ "value": "onCompositionUpdate"
648
+ },
649
+ {
650
+ "type": "literal",
651
+ "value": "onCompositionUpdateCapture"
652
+ },
653
+ {
654
+ "type": "literal",
655
+ "value": "onFocus"
656
+ },
657
+ {
658
+ "type": "literal",
659
+ "value": "onFocusCapture"
660
+ },
661
+ {
662
+ "type": "literal",
663
+ "value": "onBlur"
664
+ },
665
+ {
666
+ "type": "literal",
667
+ "value": "onBlurCapture"
668
+ },
669
+ {
670
+ "type": "literal",
671
+ "value": "onChange"
672
+ },
673
+ {
674
+ "type": "literal",
675
+ "value": "onChangeCapture"
676
+ },
677
+ {
678
+ "type": "literal",
679
+ "value": "onBeforeInput"
680
+ },
681
+ {
682
+ "type": "literal",
683
+ "value": "onBeforeInputCapture"
684
+ },
685
+ {
686
+ "type": "literal",
687
+ "value": "onInput"
688
+ },
689
+ {
690
+ "type": "literal",
691
+ "value": "onInputCapture"
692
+ },
693
+ {
694
+ "type": "literal",
695
+ "value": "onReset"
696
+ },
697
+ {
698
+ "type": "literal",
699
+ "value": "onResetCapture"
700
+ },
701
+ {
702
+ "type": "literal",
703
+ "value": "onSubmit"
704
+ },
705
+ {
706
+ "type": "literal",
707
+ "value": "onSubmitCapture"
708
+ },
709
+ {
710
+ "type": "literal",
711
+ "value": "onInvalid"
712
+ },
713
+ {
714
+ "type": "literal",
715
+ "value": "onInvalidCapture"
716
+ },
717
+ {
718
+ "type": "literal",
719
+ "value": "onLoad"
720
+ },
721
+ {
722
+ "type": "literal",
723
+ "value": "onLoadCapture"
724
+ },
725
+ {
726
+ "type": "literal",
727
+ "value": "onError"
728
+ },
729
+ {
730
+ "type": "literal",
731
+ "value": "onErrorCapture"
732
+ },
733
+ {
734
+ "type": "literal",
735
+ "value": "onKeyDown"
736
+ },
737
+ {
738
+ "type": "literal",
739
+ "value": "onKeyDownCapture"
740
+ },
741
+ {
742
+ "type": "literal",
743
+ "value": "onKeyPress"
744
+ },
745
+ {
746
+ "type": "literal",
747
+ "value": "onKeyPressCapture"
748
+ },
749
+ {
750
+ "type": "literal",
751
+ "value": "onKeyUp"
752
+ },
753
+ {
754
+ "type": "literal",
755
+ "value": "onKeyUpCapture"
756
+ },
757
+ {
758
+ "type": "literal",
759
+ "value": "onAbort"
760
+ },
761
+ {
762
+ "type": "literal",
763
+ "value": "onAbortCapture"
764
+ },
765
+ {
766
+ "type": "literal",
767
+ "value": "onCanPlay"
768
+ },
769
+ {
770
+ "type": "literal",
771
+ "value": "onCanPlayCapture"
772
+ },
773
+ {
774
+ "type": "literal",
775
+ "value": "onCanPlayThrough"
776
+ },
777
+ {
778
+ "type": "literal",
779
+ "value": "onCanPlayThroughCapture"
780
+ },
781
+ {
782
+ "type": "literal",
783
+ "value": "onDurationChange"
784
+ },
785
+ {
786
+ "type": "literal",
787
+ "value": "onDurationChangeCapture"
788
+ },
789
+ {
790
+ "type": "literal",
791
+ "value": "onEmptied"
792
+ },
793
+ {
794
+ "type": "literal",
795
+ "value": "onEmptiedCapture"
796
+ },
797
+ {
798
+ "type": "literal",
799
+ "value": "onEncrypted"
800
+ },
801
+ {
802
+ "type": "literal",
803
+ "value": "onEncryptedCapture"
804
+ },
805
+ {
806
+ "type": "literal",
807
+ "value": "onEnded"
808
+ },
809
+ {
810
+ "type": "literal",
811
+ "value": "onEndedCapture"
812
+ },
813
+ {
814
+ "type": "literal",
815
+ "value": "onLoadedData"
816
+ },
817
+ {
818
+ "type": "literal",
819
+ "value": "onLoadedDataCapture"
820
+ },
821
+ {
822
+ "type": "literal",
823
+ "value": "onLoadedMetadata"
824
+ },
825
+ {
826
+ "type": "literal",
827
+ "value": "onLoadedMetadataCapture"
828
+ },
829
+ {
830
+ "type": "literal",
831
+ "value": "onLoadStart"
832
+ },
833
+ {
834
+ "type": "literal",
835
+ "value": "onLoadStartCapture"
836
+ },
837
+ {
838
+ "type": "literal",
839
+ "value": "onPause"
840
+ },
841
+ {
842
+ "type": "literal",
843
+ "value": "onPauseCapture"
844
+ },
845
+ {
846
+ "type": "literal",
847
+ "value": "onPlay"
848
+ },
849
+ {
850
+ "type": "literal",
851
+ "value": "onPlayCapture"
852
+ },
853
+ {
854
+ "type": "literal",
855
+ "value": "onPlaying"
856
+ },
857
+ {
858
+ "type": "literal",
859
+ "value": "onPlayingCapture"
860
+ },
861
+ {
862
+ "type": "literal",
863
+ "value": "onProgress"
864
+ },
865
+ {
866
+ "type": "literal",
867
+ "value": "onProgressCapture"
868
+ },
869
+ {
870
+ "type": "literal",
871
+ "value": "onRateChange"
872
+ },
873
+ {
874
+ "type": "literal",
875
+ "value": "onRateChangeCapture"
876
+ },
877
+ {
878
+ "type": "literal",
879
+ "value": "onResize"
880
+ },
881
+ {
882
+ "type": "literal",
883
+ "value": "onResizeCapture"
884
+ },
885
+ {
886
+ "type": "literal",
887
+ "value": "onSeeked"
888
+ },
889
+ {
890
+ "type": "literal",
891
+ "value": "onSeekedCapture"
892
+ },
893
+ {
894
+ "type": "literal",
895
+ "value": "onSeeking"
896
+ },
897
+ {
898
+ "type": "literal",
899
+ "value": "onSeekingCapture"
900
+ },
901
+ {
902
+ "type": "literal",
903
+ "value": "onStalled"
904
+ },
905
+ {
906
+ "type": "literal",
907
+ "value": "onStalledCapture"
908
+ },
909
+ {
910
+ "type": "literal",
911
+ "value": "onSuspend"
912
+ },
913
+ {
914
+ "type": "literal",
915
+ "value": "onSuspendCapture"
916
+ },
917
+ {
918
+ "type": "literal",
919
+ "value": "onTimeUpdate"
920
+ },
921
+ {
922
+ "type": "literal",
923
+ "value": "onTimeUpdateCapture"
924
+ },
925
+ {
926
+ "type": "literal",
927
+ "value": "onVolumeChange"
928
+ },
929
+ {
930
+ "type": "literal",
931
+ "value": "onVolumeChangeCapture"
932
+ },
933
+ {
934
+ "type": "literal",
935
+ "value": "onWaiting"
936
+ },
937
+ {
938
+ "type": "literal",
939
+ "value": "onWaitingCapture"
940
+ },
941
+ {
942
+ "type": "literal",
943
+ "value": "onAuxClick"
944
+ },
945
+ {
946
+ "type": "literal",
947
+ "value": "onAuxClickCapture"
948
+ },
949
+ {
950
+ "type": "literal",
951
+ "value": "onClick"
952
+ },
953
+ {
954
+ "type": "literal",
955
+ "value": "onClickCapture"
956
+ },
957
+ {
958
+ "type": "literal",
959
+ "value": "onContextMenu"
960
+ },
961
+ {
962
+ "type": "literal",
963
+ "value": "onContextMenuCapture"
964
+ },
965
+ {
966
+ "type": "literal",
967
+ "value": "onDoubleClick"
968
+ },
969
+ {
970
+ "type": "literal",
971
+ "value": "onDoubleClickCapture"
972
+ },
973
+ {
974
+ "type": "literal",
975
+ "value": "onDrag"
976
+ },
977
+ {
978
+ "type": "literal",
979
+ "value": "onDragCapture"
980
+ },
981
+ {
982
+ "type": "literal",
983
+ "value": "onDragEnd"
984
+ },
985
+ {
986
+ "type": "literal",
987
+ "value": "onDragEndCapture"
988
+ },
989
+ {
990
+ "type": "literal",
991
+ "value": "onDragEnter"
992
+ },
993
+ {
994
+ "type": "literal",
995
+ "value": "onDragEnterCapture"
996
+ },
997
+ {
998
+ "type": "literal",
999
+ "value": "onDragExit"
1000
+ },
1001
+ {
1002
+ "type": "literal",
1003
+ "value": "onDragExitCapture"
1004
+ },
1005
+ {
1006
+ "type": "literal",
1007
+ "value": "onDragLeave"
1008
+ },
1009
+ {
1010
+ "type": "literal",
1011
+ "value": "onDragLeaveCapture"
1012
+ },
1013
+ {
1014
+ "type": "literal",
1015
+ "value": "onDragOver"
1016
+ },
1017
+ {
1018
+ "type": "literal",
1019
+ "value": "onDragOverCapture"
1020
+ },
1021
+ {
1022
+ "type": "literal",
1023
+ "value": "onDragStart"
1024
+ },
1025
+ {
1026
+ "type": "literal",
1027
+ "value": "onDragStartCapture"
1028
+ },
1029
+ {
1030
+ "type": "literal",
1031
+ "value": "onDrop"
1032
+ },
1033
+ {
1034
+ "type": "literal",
1035
+ "value": "onDropCapture"
1036
+ },
1037
+ {
1038
+ "type": "literal",
1039
+ "value": "onMouseDown"
1040
+ },
1041
+ {
1042
+ "type": "literal",
1043
+ "value": "onMouseDownCapture"
1044
+ },
1045
+ {
1046
+ "type": "literal",
1047
+ "value": "onMouseEnter"
1048
+ },
1049
+ {
1050
+ "type": "literal",
1051
+ "value": "onMouseLeave"
1052
+ },
1053
+ {
1054
+ "type": "literal",
1055
+ "value": "onMouseMove"
1056
+ },
1057
+ {
1058
+ "type": "literal",
1059
+ "value": "onMouseMoveCapture"
1060
+ },
1061
+ {
1062
+ "type": "literal",
1063
+ "value": "onMouseOut"
1064
+ },
1065
+ {
1066
+ "type": "literal",
1067
+ "value": "onMouseOutCapture"
1068
+ },
1069
+ {
1070
+ "type": "literal",
1071
+ "value": "onMouseOver"
1072
+ },
1073
+ {
1074
+ "type": "literal",
1075
+ "value": "onMouseOverCapture"
1076
+ },
1077
+ {
1078
+ "type": "literal",
1079
+ "value": "onMouseUp"
1080
+ },
1081
+ {
1082
+ "type": "literal",
1083
+ "value": "onMouseUpCapture"
1084
+ },
1085
+ {
1086
+ "type": "literal",
1087
+ "value": "onSelect"
1088
+ },
1089
+ {
1090
+ "type": "literal",
1091
+ "value": "onSelectCapture"
1092
+ },
1093
+ {
1094
+ "type": "literal",
1095
+ "value": "onTouchCancel"
1096
+ },
1097
+ {
1098
+ "type": "literal",
1099
+ "value": "onTouchCancelCapture"
1100
+ },
1101
+ {
1102
+ "type": "literal",
1103
+ "value": "onTouchEnd"
1104
+ },
1105
+ {
1106
+ "type": "literal",
1107
+ "value": "onTouchEndCapture"
1108
+ },
1109
+ {
1110
+ "type": "literal",
1111
+ "value": "onTouchMove"
1112
+ },
1113
+ {
1114
+ "type": "literal",
1115
+ "value": "onTouchMoveCapture"
1116
+ },
1117
+ {
1118
+ "type": "literal",
1119
+ "value": "onTouchStart"
1120
+ },
1121
+ {
1122
+ "type": "literal",
1123
+ "value": "onTouchStartCapture"
1124
+ },
1125
+ {
1126
+ "type": "literal",
1127
+ "value": "onPointerDown"
1128
+ },
1129
+ {
1130
+ "type": "literal",
1131
+ "value": "onPointerDownCapture"
1132
+ },
1133
+ {
1134
+ "type": "literal",
1135
+ "value": "onPointerMove"
1136
+ },
1137
+ {
1138
+ "type": "literal",
1139
+ "value": "onPointerMoveCapture"
1140
+ },
1141
+ {
1142
+ "type": "literal",
1143
+ "value": "onPointerUp"
1144
+ },
1145
+ {
1146
+ "type": "literal",
1147
+ "value": "onPointerUpCapture"
1148
+ },
1149
+ {
1150
+ "type": "literal",
1151
+ "value": "onPointerCancel"
1152
+ },
1153
+ {
1154
+ "type": "literal",
1155
+ "value": "onPointerCancelCapture"
1156
+ },
1157
+ {
1158
+ "type": "literal",
1159
+ "value": "onPointerEnter"
1160
+ },
1161
+ {
1162
+ "type": "literal",
1163
+ "value": "onPointerEnterCapture"
1164
+ },
1165
+ {
1166
+ "type": "literal",
1167
+ "value": "onPointerLeave"
1168
+ },
1169
+ {
1170
+ "type": "literal",
1171
+ "value": "onPointerLeaveCapture"
1172
+ },
1173
+ {
1174
+ "type": "literal",
1175
+ "value": "onPointerOver"
1176
+ },
1177
+ {
1178
+ "type": "literal",
1179
+ "value": "onPointerOverCapture"
1180
+ },
1181
+ {
1182
+ "type": "literal",
1183
+ "value": "onPointerOut"
1184
+ },
1185
+ {
1186
+ "type": "literal",
1187
+ "value": "onPointerOutCapture"
1188
+ },
1189
+ {
1190
+ "type": "literal",
1191
+ "value": "onGotPointerCapture"
1192
+ },
1193
+ {
1194
+ "type": "literal",
1195
+ "value": "onGotPointerCaptureCapture"
1196
+ },
1197
+ {
1198
+ "type": "literal",
1199
+ "value": "onLostPointerCapture"
1200
+ },
1201
+ {
1202
+ "type": "literal",
1203
+ "value": "onLostPointerCaptureCapture"
1204
+ },
1205
+ {
1206
+ "type": "literal",
1207
+ "value": "onScroll"
1208
+ },
1209
+ {
1210
+ "type": "literal",
1211
+ "value": "onScrollCapture"
1212
+ },
1213
+ {
1214
+ "type": "literal",
1215
+ "value": "onWheel"
1216
+ },
1217
+ {
1218
+ "type": "literal",
1219
+ "value": "onWheelCapture"
1220
+ },
1221
+ {
1222
+ "type": "literal",
1223
+ "value": "onAnimationStart"
1224
+ },
1225
+ {
1226
+ "type": "literal",
1227
+ "value": "onAnimationStartCapture"
1228
+ },
1229
+ {
1230
+ "type": "literal",
1231
+ "value": "onAnimationEnd"
1232
+ },
1233
+ {
1234
+ "type": "literal",
1235
+ "value": "onAnimationEndCapture"
1236
+ },
1237
+ {
1238
+ "type": "literal",
1239
+ "value": "onAnimationIteration"
1240
+ },
1241
+ {
1242
+ "type": "literal",
1243
+ "value": "onAnimationIterationCapture"
1244
+ },
1245
+ {
1246
+ "type": "literal",
1247
+ "value": "onTransitionEnd"
1248
+ },
1249
+ {
1250
+ "type": "literal",
1251
+ "value": "onTransitionEndCapture"
1252
+ },
1253
+ {
1254
+ "type": "literal",
1255
+ "value": "sx"
1256
+ },
1257
+ {
1258
+ "type": "literal",
1259
+ "value": "ref"
1260
+ },
1261
+ {
1262
+ "type": "literal",
1263
+ "value": "square"
1264
+ },
1265
+ {
1266
+ "type": "typeOperator",
1267
+ "operator": "keyof",
1268
+ "target": {
1269
+ "type": "reference",
1270
+ "name": "CommonProps",
1271
+ "qualifiedName": "CommonProps",
1272
+ "package": "@mui/material"
1273
+ }
1274
+ },
1275
+ {
1276
+ "type": "literal",
1277
+ "value": "variant"
1278
+ },
1279
+ {
1280
+ "type": "literal",
1281
+ "value": "key"
1282
+ },
1283
+ {
1284
+ "type": "literal",
1285
+ "value": "elevation"
1286
+ },
1287
+ {
1288
+ "type": "literal",
1289
+ "value": "raised"
1290
+ }
1291
+ ]
1292
+ }
1293
+ ],
1294
+ "name": "Omit",
1295
+ "qualifiedName": "Omit",
1296
+ "package": "typescript"
1297
+ },
1298
+ {
1299
+ "type": "reference",
1300
+ "id": 69,
1301
+ "typeArguments": [
1302
+ {
1303
+ "type": "reference",
1304
+ "typeArguments": [
1305
+ {
1306
+ "type": "intersection",
1307
+ "types": [
1308
+ {
1309
+ "type": "reference",
1310
+ "name": "SchemaFields",
1311
+ "qualifiedName": "SchemaFields",
1312
+ "package": "@xyo-network/payload-model"
1313
+ },
1314
+ {
1315
+ "type": "reference",
1316
+ "name": "PayloadFields",
1317
+ "qualifiedName": "PayloadFields",
1318
+ "package": "@xyo-network/payload-model"
1319
+ },
1320
+ {
1321
+ "type": "reflection",
1322
+ "declaration": {
1323
+ "id": 7,
1324
+ "name": "__type",
1325
+ "kind": 65536,
1326
+ "kindString": "Type literal",
1327
+ "flags": {},
1328
+ "sources": [
1329
+ {
1330
+ "fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
1331
+ "line": 8,
1332
+ "character": 87
1333
+ }
1334
+ ]
1335
+ }
1336
+ },
1337
+ {
1338
+ "type": "reflection",
1339
+ "declaration": {
1340
+ "id": 8,
1341
+ "name": "__type",
1342
+ "kind": 65536,
1343
+ "kindString": "Type literal",
1344
+ "flags": {},
1345
+ "sources": [
1346
+ {
1347
+ "fileName": "node_modules/@xyo-network/archivist-interface/dist/types/Config.d.ts",
1348
+ "line": 8,
1349
+ "character": 92
1350
+ }
1351
+ ]
1352
+ }
1353
+ },
1354
+ {
1355
+ "type": "reflection",
1356
+ "declaration": {
1357
+ "id": 9,
1358
+ "name": "__type",
1359
+ "kind": 65536,
1360
+ "kindString": "Type literal",
1361
+ "flags": {},
1362
+ "sources": [
1363
+ {
1364
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
1365
+ "line": 18,
1366
+ "character": 17
1367
+ }
1368
+ ]
1369
+ }
1370
+ }
1371
+ ]
1372
+ }
1373
+ ],
1374
+ "name": "AbstractArchivist",
1375
+ "qualifiedName": "AbstractArchivist",
1376
+ "package": "@xyo-network/archivist"
1377
+ }
1378
+ ],
1379
+ "name": "ModuleRenderProps"
1380
+ }
1381
+ ]
1382
+ }
1383
+ },
1384
+ {
1385
+ "id": 10,
1386
+ "name": "context",
1387
+ "kind": 32768,
1388
+ "kindString": "Parameter",
1389
+ "flags": {
1390
+ "isOptional": true
1391
+ },
1392
+ "type": {
1393
+ "type": "intrinsic",
1394
+ "name": "any"
1395
+ }
1396
+ }
1397
+ ],
1398
+ "type": {
1399
+ "type": "union",
1400
+ "types": [
1401
+ {
1402
+ "type": "literal",
1403
+ "value": null
1404
+ },
1405
+ {
1406
+ "type": "reference",
1407
+ "typeArguments": [
1408
+ {
1409
+ "type": "intrinsic",
1410
+ "name": "any"
1411
+ },
1412
+ {
1413
+ "type": "intrinsic",
1414
+ "name": "any"
1415
+ }
1416
+ ],
1417
+ "name": "ReactElement",
1418
+ "qualifiedName": "React.ReactElement",
1419
+ "package": "@types/react"
1420
+ }
1421
+ ]
1422
+ }
1423
+ }
1424
+ ]
1425
+ },
1426
+ {
1427
+ "id": 11,
1428
+ "name": "ArchivistCardContent",
1429
+ "kind": 64,
1430
+ "kindString": "Function",
1431
+ "flags": {},
1432
+ "sources": [
1433
+ {
1434
+ "fileName": "packages/sdk/packages/module/src/components/Card/Archivist/CardContent.tsx",
1435
+ "line": 12,
1436
+ "character": 13,
1437
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/71e1a4faf3d/packages/sdk/packages/module/src/components/Card/Archivist/CardContent.tsx#L12"
1438
+ }
1439
+ ],
1440
+ "signatures": [
1441
+ {
1442
+ "id": 12,
1443
+ "name": "ArchivistCardContent",
1444
+ "kind": 4096,
1445
+ "kindString": "Call signature",
1446
+ "flags": {},
1447
+ "parameters": [
1448
+ {
1449
+ "id": 13,
1450
+ "name": "props",
1451
+ "kind": 32768,
1452
+ "kindString": "Parameter",
1453
+ "flags": {},
1454
+ "type": {
1455
+ "type": "intersection",
1456
+ "types": [
1457
+ {
1458
+ "type": "reference",
1459
+ "id": 69,
1460
+ "typeArguments": [
1461
+ {
1462
+ "type": "reference",
1463
+ "name": "PayloadArchivist",
1464
+ "qualifiedName": "PayloadArchivist",
1465
+ "package": "@xyo-network/archivist-interface"
1466
+ }
1467
+ ],
1468
+ "name": "ModuleRenderProps"
1469
+ },
1470
+ {
1471
+ "type": "reflection",
1472
+ "declaration": {
1473
+ "id": 14,
1474
+ "name": "__type",
1475
+ "kind": 65536,
1476
+ "kindString": "Type literal",
1477
+ "flags": {},
1478
+ "sources": [
1479
+ {
1480
+ "fileName": "node_modules/@mui/material/CardContent/CardContent.d.ts",
1481
+ "line": 8,
1482
+ "character": 13
1483
+ }
1484
+ ]
1485
+ }
1486
+ },
1487
+ {
1488
+ "type": "reference",
1489
+ "name": "CommonProps",
1490
+ "qualifiedName": "CommonProps",
1491
+ "package": "@mui/material"
1492
+ },
1493
+ {
1494
+ "type": "reference",
1495
+ "typeArguments": [
1496
+ {
1497
+ "type": "intersection",
1498
+ "types": [
1499
+ {
1500
+ "type": "reference",
1501
+ "typeArguments": [
1502
+ {
1503
+ "type": "reference",
1504
+ "typeArguments": [
1505
+ {
1506
+ "type": "reference",
1507
+ "typeArguments": [
1508
+ {
1509
+ "type": "reference",
1510
+ "name": "HTMLDivElement",
1511
+ "qualifiedName": "HTMLDivElement",
1512
+ "package": "typescript"
1513
+ }
1514
+ ],
1515
+ "name": "HTMLAttributes",
1516
+ "qualifiedName": "React.HTMLAttributes",
1517
+ "package": "@types/react"
1518
+ },
1519
+ {
1520
+ "type": "reference",
1521
+ "name": "HTMLDivElement",
1522
+ "qualifiedName": "HTMLDivElement",
1523
+ "package": "typescript"
1524
+ }
1525
+ ],
1526
+ "name": "DetailedHTMLProps",
1527
+ "qualifiedName": "React.DetailedHTMLProps",
1528
+ "package": "@types/react"
1529
+ },
1530
+ {
1531
+ "type": "literal",
1532
+ "value": "ref"
1533
+ }
1534
+ ],
1535
+ "name": "Omit",
1536
+ "qualifiedName": "Omit",
1537
+ "package": "typescript"
1538
+ },
1539
+ {
1540
+ "type": "reflection",
1541
+ "declaration": {
1542
+ "id": 15,
1543
+ "name": "__type",
1544
+ "kind": 65536,
1545
+ "kindString": "Type literal",
1546
+ "flags": {},
1547
+ "sources": [
1548
+ {
1549
+ "fileName": "node_modules/@types/react/index.d.ts",
1550
+ "line": 795,
1551
+ "character": 43
1552
+ }
1553
+ ]
1554
+ }
1555
+ }
1556
+ ]
1557
+ },
1558
+ {
1559
+ "type": "union",
1560
+ "types": [
1561
+ {
1562
+ "type": "literal",
1563
+ "value": "children"
1564
+ },
1565
+ {
1566
+ "type": "literal",
1567
+ "value": "sx"
1568
+ },
1569
+ {
1570
+ "type": "typeOperator",
1571
+ "operator": "keyof",
1572
+ "target": {
1573
+ "type": "reference",
1574
+ "name": "CommonProps",
1575
+ "qualifiedName": "CommonProps",
1576
+ "package": "@mui/material"
1577
+ }
1578
+ }
1579
+ ]
1580
+ }
1581
+ ],
1582
+ "name": "Omit",
1583
+ "qualifiedName": "Omit",
1584
+ "package": "typescript"
1585
+ }
1586
+ ]
1587
+ }
1588
+ },
1589
+ {
1590
+ "id": 16,
1591
+ "name": "context",
1592
+ "kind": 32768,
1593
+ "kindString": "Parameter",
1594
+ "flags": {
1595
+ "isOptional": true
1596
+ },
1597
+ "type": {
1598
+ "type": "intrinsic",
1599
+ "name": "any"
1600
+ }
1601
+ }
1602
+ ],
1603
+ "type": {
1604
+ "type": "union",
1605
+ "types": [
1606
+ {
1607
+ "type": "literal",
1608
+ "value": null
1609
+ },
1610
+ {
1611
+ "type": "reference",
1612
+ "typeArguments": [
1613
+ {
1614
+ "type": "intrinsic",
1615
+ "name": "any"
1616
+ },
1617
+ {
1618
+ "type": "intrinsic",
1619
+ "name": "any"
1620
+ }
1621
+ ],
1622
+ "name": "ReactElement",
1623
+ "qualifiedName": "React.ReactElement",
1624
+ "package": "@types/react"
1625
+ }
1626
+ ]
1627
+ }
1628
+ }
1629
+ ]
1630
+ },
1631
+ {
1632
+ "id": 17,
1633
+ "name": "ArchivistCardHeader",
1634
+ "kind": 64,
1635
+ "kindString": "Function",
1636
+ "flags": {},
1637
+ "sources": [
1638
+ {
1639
+ "fileName": "packages/sdk/packages/module/src/components/Card/Archivist/CardHeader.tsx",
1640
+ "line": 7,
1641
+ "character": 13,
1642
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/71e1a4faf3d/packages/sdk/packages/module/src/components/Card/Archivist/CardHeader.tsx#L7"
1643
+ }
1644
+ ],
1645
+ "signatures": [
1646
+ {
1647
+ "id": 18,
1648
+ "name": "ArchivistCardHeader",
1649
+ "kind": 4096,
1650
+ "kindString": "Call signature",
1651
+ "flags": {},
1652
+ "parameters": [
1653
+ {
1654
+ "id": 19,
1655
+ "name": "props",
1656
+ "kind": 32768,
1657
+ "kindString": "Parameter",
1658
+ "flags": {},
1659
+ "type": {
1660
+ "type": "intersection",
1661
+ "types": [
1662
+ {
1663
+ "type": "reference",
1664
+ "id": 69,
1665
+ "typeArguments": [
1666
+ {
1667
+ "type": "reference",
1668
+ "typeArguments": [
1669
+ {
1670
+ "type": "intersection",
1671
+ "types": [
1672
+ {
1673
+ "type": "reference",
1674
+ "name": "SchemaFields",
1675
+ "qualifiedName": "SchemaFields",
1676
+ "package": "@xyo-network/payload-model"
1677
+ },
1678
+ {
1679
+ "type": "reference",
1680
+ "name": "PayloadFields",
1681
+ "qualifiedName": "PayloadFields",
1682
+ "package": "@xyo-network/payload-model"
1683
+ },
1684
+ {
1685
+ "type": "reflection",
1686
+ "declaration": {
1687
+ "id": 20,
1688
+ "name": "__type",
1689
+ "kind": 65536,
1690
+ "kindString": "Type literal",
1691
+ "flags": {},
1692
+ "sources": [
1693
+ {
1694
+ "fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
1695
+ "line": 8,
1696
+ "character": 87
1697
+ }
1698
+ ]
1699
+ }
1700
+ },
1701
+ {
1702
+ "type": "reflection",
1703
+ "declaration": {
1704
+ "id": 21,
1705
+ "name": "__type",
1706
+ "kind": 65536,
1707
+ "kindString": "Type literal",
1708
+ "flags": {},
1709
+ "sources": [
1710
+ {
1711
+ "fileName": "node_modules/@xyo-network/archivist-interface/dist/types/Config.d.ts",
1712
+ "line": 8,
1713
+ "character": 92
1714
+ }
1715
+ ]
1716
+ }
1717
+ },
1718
+ {
1719
+ "type": "reflection",
1720
+ "declaration": {
1721
+ "id": 22,
1722
+ "name": "__type",
1723
+ "kind": 65536,
1724
+ "kindString": "Type literal",
1725
+ "flags": {},
1726
+ "sources": [
1727
+ {
1728
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
1729
+ "line": 18,
1730
+ "character": 17
1731
+ }
1732
+ ]
1733
+ }
1734
+ }
1735
+ ]
1736
+ }
1737
+ ],
1738
+ "name": "AbstractArchivist",
1739
+ "qualifiedName": "AbstractArchivist",
1740
+ "package": "@xyo-network/archivist"
1741
+ }
1742
+ ],
1743
+ "name": "ModuleRenderProps"
1744
+ },
1745
+ {
1746
+ "type": "reflection",
1747
+ "declaration": {
1748
+ "id": 23,
1749
+ "name": "__type",
1750
+ "kind": 65536,
1751
+ "kindString": "Type literal",
1752
+ "flags": {},
1753
+ "sources": [
1754
+ {
1755
+ "fileName": "node_modules/@mui/material/CardHeader/CardHeader.d.ts",
1756
+ "line": 14,
1757
+ "character": 17
1758
+ }
1759
+ ]
1760
+ }
1761
+ },
1762
+ {
1763
+ "type": "reference",
1764
+ "name": "CommonProps",
1765
+ "qualifiedName": "CommonProps",
1766
+ "package": "@mui/material"
1767
+ },
1768
+ {
1769
+ "type": "reference",
1770
+ "typeArguments": [
1771
+ {
1772
+ "type": "intersection",
1773
+ "types": [
1774
+ {
1775
+ "type": "reference",
1776
+ "typeArguments": [
1777
+ {
1778
+ "type": "reference",
1779
+ "typeArguments": [
1780
+ {
1781
+ "type": "reference",
1782
+ "typeArguments": [
1783
+ {
1784
+ "type": "reference",
1785
+ "name": "HTMLDivElement",
1786
+ "qualifiedName": "HTMLDivElement",
1787
+ "package": "typescript"
1788
+ }
1789
+ ],
1790
+ "name": "HTMLAttributes",
1791
+ "qualifiedName": "React.HTMLAttributes",
1792
+ "package": "@types/react"
1793
+ },
1794
+ {
1795
+ "type": "reference",
1796
+ "name": "HTMLDivElement",
1797
+ "qualifiedName": "HTMLDivElement",
1798
+ "package": "typescript"
1799
+ }
1800
+ ],
1801
+ "name": "DetailedHTMLProps",
1802
+ "qualifiedName": "React.DetailedHTMLProps",
1803
+ "package": "@types/react"
1804
+ },
1805
+ {
1806
+ "type": "literal",
1807
+ "value": "ref"
1808
+ }
1809
+ ],
1810
+ "name": "Omit",
1811
+ "qualifiedName": "Omit",
1812
+ "package": "typescript"
1813
+ },
1814
+ {
1815
+ "type": "reflection",
1816
+ "declaration": {
1817
+ "id": 24,
1818
+ "name": "__type",
1819
+ "kind": 65536,
1820
+ "kindString": "Type literal",
1821
+ "flags": {},
1822
+ "sources": [
1823
+ {
1824
+ "fileName": "node_modules/@types/react/index.d.ts",
1825
+ "line": 795,
1826
+ "character": 43
1827
+ }
1828
+ ]
1829
+ }
1830
+ }
1831
+ ]
1832
+ },
1833
+ {
1834
+ "type": "union",
1835
+ "types": [
1836
+ {
1837
+ "type": "literal",
1838
+ "value": "title"
1839
+ },
1840
+ {
1841
+ "type": "literal",
1842
+ "value": "sx"
1843
+ },
1844
+ {
1845
+ "type": "typeOperator",
1846
+ "operator": "keyof",
1847
+ "target": {
1848
+ "type": "reference",
1849
+ "name": "CommonProps",
1850
+ "qualifiedName": "CommonProps",
1851
+ "package": "@mui/material"
1852
+ }
1853
+ },
1854
+ {
1855
+ "type": "literal",
1856
+ "value": "action"
1857
+ },
1858
+ {
1859
+ "type": "literal",
1860
+ "value": "avatar"
1861
+ },
1862
+ {
1863
+ "type": "literal",
1864
+ "value": "disableTypography"
1865
+ },
1866
+ {
1867
+ "type": "literal",
1868
+ "value": "subheader"
1869
+ },
1870
+ {
1871
+ "type": "literal",
1872
+ "value": "subheaderTypographyProps"
1873
+ },
1874
+ {
1875
+ "type": "literal",
1876
+ "value": "titleTypographyProps"
1877
+ }
1878
+ ]
1879
+ }
1880
+ ],
1881
+ "name": "Omit",
1882
+ "qualifiedName": "Omit",
1883
+ "package": "typescript"
1884
+ }
1885
+ ]
1886
+ }
1887
+ },
1888
+ {
1889
+ "id": 25,
1890
+ "name": "context",
1891
+ "kind": 32768,
1892
+ "kindString": "Parameter",
1893
+ "flags": {
1894
+ "isOptional": true
1895
+ },
1896
+ "type": {
1897
+ "type": "intrinsic",
1898
+ "name": "any"
1899
+ }
1900
+ }
1901
+ ],
1902
+ "type": {
1903
+ "type": "union",
1904
+ "types": [
1905
+ {
1906
+ "type": "literal",
1907
+ "value": null
1908
+ },
1909
+ {
1910
+ "type": "reference",
1911
+ "typeArguments": [
1912
+ {
1913
+ "type": "intrinsic",
1914
+ "name": "any"
1915
+ },
1916
+ {
1917
+ "type": "intrinsic",
1918
+ "name": "any"
1919
+ }
1920
+ ],
1921
+ "name": "ReactElement",
1922
+ "qualifiedName": "React.ReactElement",
1923
+ "package": "@types/react"
1924
+ }
1925
+ ]
1926
+ }
1927
+ }
1928
+ ]
1929
+ },
1930
+ {
1931
+ "id": 26,
1932
+ "name": "ModuleCard",
1933
+ "kind": 64,
1934
+ "kindString": "Function",
1935
+ "flags": {},
1936
+ "sources": [
1937
+ {
1938
+ "fileName": "packages/sdk/packages/module/src/components/Card/Module/Card.tsx",
1939
+ "line": 8,
1940
+ "character": 13,
1941
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/71e1a4faf3d/packages/sdk/packages/module/src/components/Card/Module/Card.tsx#L8"
1942
+ }
1943
+ ],
1944
+ "signatures": [
1945
+ {
1946
+ "id": 27,
1947
+ "name": "ModuleCard",
1948
+ "kind": 4096,
1949
+ "kindString": "Call signature",
1950
+ "flags": {},
1951
+ "parameters": [
1952
+ {
1953
+ "id": 28,
1954
+ "name": "props",
1955
+ "kind": 32768,
1956
+ "kindString": "Parameter",
1957
+ "flags": {},
1958
+ "type": {
1959
+ "type": "intersection",
1960
+ "types": [
1961
+ {
1962
+ "type": "reference",
1963
+ "typeArguments": [
1964
+ {
1965
+ "type": "reference",
1966
+ "typeArguments": [
1967
+ {
1968
+ "type": "literal",
1969
+ "value": "div"
1970
+ },
1971
+ {
1972
+ "type": "reflection",
1973
+ "declaration": {
1974
+ "id": 29,
1975
+ "name": "__type",
1976
+ "kind": 65536,
1977
+ "kindString": "Type literal",
1978
+ "flags": {}
1979
+ }
1980
+ }
1981
+ ],
1982
+ "name": "PaperProps",
1983
+ "qualifiedName": "PaperProps",
1984
+ "package": "@mui/material"
1985
+ },
1986
+ {
1987
+ "type": "literal",
1988
+ "value": "classes"
1989
+ }
1990
+ ],
1991
+ "name": "Omit",
1992
+ "qualifiedName": "Omit",
1993
+ "package": "typescript"
1994
+ },
1995
+ {
1996
+ "type": "reflection",
1997
+ "declaration": {
1998
+ "id": 30,
1999
+ "name": "__type",
2000
+ "kind": 65536,
2001
+ "kindString": "Type literal",
2002
+ "flags": {},
2003
+ "sources": [
2004
+ {
2005
+ "fileName": "node_modules/@mui/material/Card/Card.d.ts",
2006
+ "line": 14,
2007
+ "character": 46
2008
+ }
2009
+ ]
2010
+ }
2011
+ },
2012
+ {
2013
+ "type": "reference",
2014
+ "name": "CommonProps",
2015
+ "qualifiedName": "CommonProps",
2016
+ "package": "@mui/material"
2017
+ },
2018
+ {
2019
+ "type": "reference",
2020
+ "typeArguments": [
2021
+ {
2022
+ "type": "intersection",
2023
+ "types": [
2024
+ {
2025
+ "type": "reference",
2026
+ "typeArguments": [
2027
+ {
2028
+ "type": "reference",
2029
+ "typeArguments": [
2030
+ {
2031
+ "type": "reference",
2032
+ "typeArguments": [
2033
+ {
2034
+ "type": "reference",
2035
+ "name": "HTMLDivElement",
2036
+ "qualifiedName": "HTMLDivElement",
2037
+ "package": "typescript"
2038
+ }
2039
+ ],
2040
+ "name": "HTMLAttributes",
2041
+ "qualifiedName": "React.HTMLAttributes",
2042
+ "package": "@types/react"
2043
+ },
2044
+ {
2045
+ "type": "reference",
2046
+ "name": "HTMLDivElement",
2047
+ "qualifiedName": "HTMLDivElement",
2048
+ "package": "typescript"
2049
+ }
2050
+ ],
2051
+ "name": "DetailedHTMLProps",
2052
+ "qualifiedName": "React.DetailedHTMLProps",
2053
+ "package": "@types/react"
2054
+ },
2055
+ {
2056
+ "type": "literal",
2057
+ "value": "ref"
2058
+ }
2059
+ ],
2060
+ "name": "Omit",
2061
+ "qualifiedName": "Omit",
2062
+ "package": "typescript"
2063
+ },
2064
+ {
2065
+ "type": "reflection",
2066
+ "declaration": {
2067
+ "id": 31,
2068
+ "name": "__type",
2069
+ "kind": 65536,
2070
+ "kindString": "Type literal",
2071
+ "flags": {},
2072
+ "sources": [
2073
+ {
2074
+ "fileName": "node_modules/@types/react/index.d.ts",
2075
+ "line": 795,
2076
+ "character": 43
2077
+ }
2078
+ ]
2079
+ }
2080
+ }
2081
+ ]
2082
+ },
2083
+ {
2084
+ "type": "union",
2085
+ "types": [
2086
+ {
2087
+ "type": "literal",
2088
+ "value": "children"
2089
+ },
2090
+ {
2091
+ "type": "literal",
2092
+ "value": "defaultChecked"
2093
+ },
2094
+ {
2095
+ "type": "literal",
2096
+ "value": "defaultValue"
2097
+ },
2098
+ {
2099
+ "type": "literal",
2100
+ "value": "suppressContentEditableWarning"
2101
+ },
2102
+ {
2103
+ "type": "literal",
2104
+ "value": "suppressHydrationWarning"
2105
+ },
2106
+ {
2107
+ "type": "literal",
2108
+ "value": "accessKey"
2109
+ },
2110
+ {
2111
+ "type": "literal",
2112
+ "value": "contentEditable"
2113
+ },
2114
+ {
2115
+ "type": "literal",
2116
+ "value": "contextMenu"
2117
+ },
2118
+ {
2119
+ "type": "literal",
2120
+ "value": "dir"
2121
+ },
2122
+ {
2123
+ "type": "literal",
2124
+ "value": "draggable"
2125
+ },
2126
+ {
2127
+ "type": "literal",
2128
+ "value": "hidden"
2129
+ },
2130
+ {
2131
+ "type": "literal",
2132
+ "value": "id"
2133
+ },
2134
+ {
2135
+ "type": "literal",
2136
+ "value": "lang"
2137
+ },
2138
+ {
2139
+ "type": "literal",
2140
+ "value": "nonce"
2141
+ },
2142
+ {
2143
+ "type": "literal",
2144
+ "value": "placeholder"
2145
+ },
2146
+ {
2147
+ "type": "literal",
2148
+ "value": "slot"
2149
+ },
2150
+ {
2151
+ "type": "literal",
2152
+ "value": "spellCheck"
2153
+ },
2154
+ {
2155
+ "type": "literal",
2156
+ "value": "tabIndex"
2157
+ },
2158
+ {
2159
+ "type": "literal",
2160
+ "value": "title"
2161
+ },
2162
+ {
2163
+ "type": "literal",
2164
+ "value": "translate"
2165
+ },
2166
+ {
2167
+ "type": "literal",
2168
+ "value": "radioGroup"
2169
+ },
2170
+ {
2171
+ "type": "literal",
2172
+ "value": "role"
2173
+ },
2174
+ {
2175
+ "type": "literal",
2176
+ "value": "about"
2177
+ },
2178
+ {
2179
+ "type": "literal",
2180
+ "value": "datatype"
2181
+ },
2182
+ {
2183
+ "type": "literal",
2184
+ "value": "inlist"
2185
+ },
2186
+ {
2187
+ "type": "literal",
2188
+ "value": "prefix"
2189
+ },
2190
+ {
2191
+ "type": "literal",
2192
+ "value": "property"
2193
+ },
2194
+ {
2195
+ "type": "literal",
2196
+ "value": "resource"
2197
+ },
2198
+ {
2199
+ "type": "literal",
2200
+ "value": "typeof"
2201
+ },
2202
+ {
2203
+ "type": "literal",
2204
+ "value": "vocab"
2205
+ },
2206
+ {
2207
+ "type": "literal",
2208
+ "value": "autoCapitalize"
2209
+ },
2210
+ {
2211
+ "type": "literal",
2212
+ "value": "autoCorrect"
2213
+ },
2214
+ {
2215
+ "type": "literal",
2216
+ "value": "autoSave"
2217
+ },
2218
+ {
2219
+ "type": "literal",
2220
+ "value": "color"
2221
+ },
2222
+ {
2223
+ "type": "literal",
2224
+ "value": "itemProp"
2225
+ },
2226
+ {
2227
+ "type": "literal",
2228
+ "value": "itemScope"
2229
+ },
2230
+ {
2231
+ "type": "literal",
2232
+ "value": "itemType"
2233
+ },
2234
+ {
2235
+ "type": "literal",
2236
+ "value": "itemID"
2237
+ },
2238
+ {
2239
+ "type": "literal",
2240
+ "value": "itemRef"
2241
+ },
2242
+ {
2243
+ "type": "literal",
2244
+ "value": "results"
2245
+ },
2246
+ {
2247
+ "type": "literal",
2248
+ "value": "security"
2249
+ },
2250
+ {
2251
+ "type": "literal",
2252
+ "value": "unselectable"
2253
+ },
2254
+ {
2255
+ "type": "literal",
2256
+ "value": "inputMode"
2257
+ },
2258
+ {
2259
+ "type": "literal",
2260
+ "value": "is"
2261
+ },
2262
+ {
2263
+ "type": "literal",
2264
+ "value": "aria-activedescendant"
2265
+ },
2266
+ {
2267
+ "type": "literal",
2268
+ "value": "aria-atomic"
2269
+ },
2270
+ {
2271
+ "type": "literal",
2272
+ "value": "aria-autocomplete"
2273
+ },
2274
+ {
2275
+ "type": "literal",
2276
+ "value": "aria-busy"
2277
+ },
2278
+ {
2279
+ "type": "literal",
2280
+ "value": "aria-checked"
2281
+ },
2282
+ {
2283
+ "type": "literal",
2284
+ "value": "aria-colcount"
2285
+ },
2286
+ {
2287
+ "type": "literal",
2288
+ "value": "aria-colindex"
2289
+ },
2290
+ {
2291
+ "type": "literal",
2292
+ "value": "aria-colspan"
2293
+ },
2294
+ {
2295
+ "type": "literal",
2296
+ "value": "aria-controls"
2297
+ },
2298
+ {
2299
+ "type": "literal",
2300
+ "value": "aria-current"
2301
+ },
2302
+ {
2303
+ "type": "literal",
2304
+ "value": "aria-describedby"
2305
+ },
2306
+ {
2307
+ "type": "literal",
2308
+ "value": "aria-details"
2309
+ },
2310
+ {
2311
+ "type": "literal",
2312
+ "value": "aria-disabled"
2313
+ },
2314
+ {
2315
+ "type": "literal",
2316
+ "value": "aria-dropeffect"
2317
+ },
2318
+ {
2319
+ "type": "literal",
2320
+ "value": "aria-errormessage"
2321
+ },
2322
+ {
2323
+ "type": "literal",
2324
+ "value": "aria-expanded"
2325
+ },
2326
+ {
2327
+ "type": "literal",
2328
+ "value": "aria-flowto"
2329
+ },
2330
+ {
2331
+ "type": "literal",
2332
+ "value": "aria-grabbed"
2333
+ },
2334
+ {
2335
+ "type": "literal",
2336
+ "value": "aria-haspopup"
2337
+ },
2338
+ {
2339
+ "type": "literal",
2340
+ "value": "aria-hidden"
2341
+ },
2342
+ {
2343
+ "type": "literal",
2344
+ "value": "aria-invalid"
2345
+ },
2346
+ {
2347
+ "type": "literal",
2348
+ "value": "aria-keyshortcuts"
2349
+ },
2350
+ {
2351
+ "type": "literal",
2352
+ "value": "aria-label"
2353
+ },
2354
+ {
2355
+ "type": "literal",
2356
+ "value": "aria-labelledby"
2357
+ },
2358
+ {
2359
+ "type": "literal",
2360
+ "value": "aria-level"
2361
+ },
2362
+ {
2363
+ "type": "literal",
2364
+ "value": "aria-live"
2365
+ },
2366
+ {
2367
+ "type": "literal",
2368
+ "value": "aria-modal"
2369
+ },
2370
+ {
2371
+ "type": "literal",
2372
+ "value": "aria-multiline"
2373
+ },
2374
+ {
2375
+ "type": "literal",
2376
+ "value": "aria-multiselectable"
2377
+ },
2378
+ {
2379
+ "type": "literal",
2380
+ "value": "aria-orientation"
2381
+ },
2382
+ {
2383
+ "type": "literal",
2384
+ "value": "aria-owns"
2385
+ },
2386
+ {
2387
+ "type": "literal",
2388
+ "value": "aria-placeholder"
2389
+ },
2390
+ {
2391
+ "type": "literal",
2392
+ "value": "aria-posinset"
2393
+ },
2394
+ {
2395
+ "type": "literal",
2396
+ "value": "aria-pressed"
2397
+ },
2398
+ {
2399
+ "type": "literal",
2400
+ "value": "aria-readonly"
2401
+ },
2402
+ {
2403
+ "type": "literal",
2404
+ "value": "aria-relevant"
2405
+ },
2406
+ {
2407
+ "type": "literal",
2408
+ "value": "aria-required"
2409
+ },
2410
+ {
2411
+ "type": "literal",
2412
+ "value": "aria-roledescription"
2413
+ },
2414
+ {
2415
+ "type": "literal",
2416
+ "value": "aria-rowcount"
2417
+ },
2418
+ {
2419
+ "type": "literal",
2420
+ "value": "aria-rowindex"
2421
+ },
2422
+ {
2423
+ "type": "literal",
2424
+ "value": "aria-rowspan"
2425
+ },
2426
+ {
2427
+ "type": "literal",
2428
+ "value": "aria-selected"
2429
+ },
2430
+ {
2431
+ "type": "literal",
2432
+ "value": "aria-setsize"
2433
+ },
2434
+ {
2435
+ "type": "literal",
2436
+ "value": "aria-sort"
2437
+ },
2438
+ {
2439
+ "type": "literal",
2440
+ "value": "aria-valuemax"
2441
+ },
2442
+ {
2443
+ "type": "literal",
2444
+ "value": "aria-valuemin"
2445
+ },
2446
+ {
2447
+ "type": "literal",
2448
+ "value": "aria-valuenow"
2449
+ },
2450
+ {
2451
+ "type": "literal",
2452
+ "value": "aria-valuetext"
2453
+ },
2454
+ {
2455
+ "type": "literal",
2456
+ "value": "dangerouslySetInnerHTML"
2457
+ },
2458
+ {
2459
+ "type": "literal",
2460
+ "value": "onCopy"
2461
+ },
2462
+ {
2463
+ "type": "literal",
2464
+ "value": "onCopyCapture"
2465
+ },
2466
+ {
2467
+ "type": "literal",
2468
+ "value": "onCut"
2469
+ },
2470
+ {
2471
+ "type": "literal",
2472
+ "value": "onCutCapture"
2473
+ },
2474
+ {
2475
+ "type": "literal",
2476
+ "value": "onPaste"
2477
+ },
2478
+ {
2479
+ "type": "literal",
2480
+ "value": "onPasteCapture"
2481
+ },
2482
+ {
2483
+ "type": "literal",
2484
+ "value": "onCompositionEnd"
2485
+ },
2486
+ {
2487
+ "type": "literal",
2488
+ "value": "onCompositionEndCapture"
2489
+ },
2490
+ {
2491
+ "type": "literal",
2492
+ "value": "onCompositionStart"
2493
+ },
2494
+ {
2495
+ "type": "literal",
2496
+ "value": "onCompositionStartCapture"
2497
+ },
2498
+ {
2499
+ "type": "literal",
2500
+ "value": "onCompositionUpdate"
2501
+ },
2502
+ {
2503
+ "type": "literal",
2504
+ "value": "onCompositionUpdateCapture"
2505
+ },
2506
+ {
2507
+ "type": "literal",
2508
+ "value": "onFocus"
2509
+ },
2510
+ {
2511
+ "type": "literal",
2512
+ "value": "onFocusCapture"
2513
+ },
2514
+ {
2515
+ "type": "literal",
2516
+ "value": "onBlur"
2517
+ },
2518
+ {
2519
+ "type": "literal",
2520
+ "value": "onBlurCapture"
2521
+ },
2522
+ {
2523
+ "type": "literal",
2524
+ "value": "onChange"
2525
+ },
2526
+ {
2527
+ "type": "literal",
2528
+ "value": "onChangeCapture"
2529
+ },
2530
+ {
2531
+ "type": "literal",
2532
+ "value": "onBeforeInput"
2533
+ },
2534
+ {
2535
+ "type": "literal",
2536
+ "value": "onBeforeInputCapture"
2537
+ },
2538
+ {
2539
+ "type": "literal",
2540
+ "value": "onInput"
2541
+ },
2542
+ {
2543
+ "type": "literal",
2544
+ "value": "onInputCapture"
2545
+ },
2546
+ {
2547
+ "type": "literal",
2548
+ "value": "onReset"
2549
+ },
2550
+ {
2551
+ "type": "literal",
2552
+ "value": "onResetCapture"
2553
+ },
2554
+ {
2555
+ "type": "literal",
2556
+ "value": "onSubmit"
2557
+ },
2558
+ {
2559
+ "type": "literal",
2560
+ "value": "onSubmitCapture"
2561
+ },
2562
+ {
2563
+ "type": "literal",
2564
+ "value": "onInvalid"
2565
+ },
2566
+ {
2567
+ "type": "literal",
2568
+ "value": "onInvalidCapture"
2569
+ },
2570
+ {
2571
+ "type": "literal",
2572
+ "value": "onLoad"
2573
+ },
2574
+ {
2575
+ "type": "literal",
2576
+ "value": "onLoadCapture"
2577
+ },
2578
+ {
2579
+ "type": "literal",
2580
+ "value": "onError"
2581
+ },
2582
+ {
2583
+ "type": "literal",
2584
+ "value": "onErrorCapture"
2585
+ },
2586
+ {
2587
+ "type": "literal",
2588
+ "value": "onKeyDown"
2589
+ },
2590
+ {
2591
+ "type": "literal",
2592
+ "value": "onKeyDownCapture"
2593
+ },
2594
+ {
2595
+ "type": "literal",
2596
+ "value": "onKeyPress"
2597
+ },
2598
+ {
2599
+ "type": "literal",
2600
+ "value": "onKeyPressCapture"
2601
+ },
2602
+ {
2603
+ "type": "literal",
2604
+ "value": "onKeyUp"
2605
+ },
2606
+ {
2607
+ "type": "literal",
2608
+ "value": "onKeyUpCapture"
2609
+ },
2610
+ {
2611
+ "type": "literal",
2612
+ "value": "onAbort"
2613
+ },
2614
+ {
2615
+ "type": "literal",
2616
+ "value": "onAbortCapture"
2617
+ },
2618
+ {
2619
+ "type": "literal",
2620
+ "value": "onCanPlay"
2621
+ },
2622
+ {
2623
+ "type": "literal",
2624
+ "value": "onCanPlayCapture"
2625
+ },
2626
+ {
2627
+ "type": "literal",
2628
+ "value": "onCanPlayThrough"
2629
+ },
2630
+ {
2631
+ "type": "literal",
2632
+ "value": "onCanPlayThroughCapture"
2633
+ },
2634
+ {
2635
+ "type": "literal",
2636
+ "value": "onDurationChange"
2637
+ },
2638
+ {
2639
+ "type": "literal",
2640
+ "value": "onDurationChangeCapture"
2641
+ },
2642
+ {
2643
+ "type": "literal",
2644
+ "value": "onEmptied"
2645
+ },
2646
+ {
2647
+ "type": "literal",
2648
+ "value": "onEmptiedCapture"
2649
+ },
2650
+ {
2651
+ "type": "literal",
2652
+ "value": "onEncrypted"
2653
+ },
2654
+ {
2655
+ "type": "literal",
2656
+ "value": "onEncryptedCapture"
2657
+ },
2658
+ {
2659
+ "type": "literal",
2660
+ "value": "onEnded"
2661
+ },
2662
+ {
2663
+ "type": "literal",
2664
+ "value": "onEndedCapture"
2665
+ },
2666
+ {
2667
+ "type": "literal",
2668
+ "value": "onLoadedData"
2669
+ },
2670
+ {
2671
+ "type": "literal",
2672
+ "value": "onLoadedDataCapture"
2673
+ },
2674
+ {
2675
+ "type": "literal",
2676
+ "value": "onLoadedMetadata"
2677
+ },
2678
+ {
2679
+ "type": "literal",
2680
+ "value": "onLoadedMetadataCapture"
2681
+ },
2682
+ {
2683
+ "type": "literal",
2684
+ "value": "onLoadStart"
2685
+ },
2686
+ {
2687
+ "type": "literal",
2688
+ "value": "onLoadStartCapture"
2689
+ },
2690
+ {
2691
+ "type": "literal",
2692
+ "value": "onPause"
2693
+ },
2694
+ {
2695
+ "type": "literal",
2696
+ "value": "onPauseCapture"
2697
+ },
2698
+ {
2699
+ "type": "literal",
2700
+ "value": "onPlay"
2701
+ },
2702
+ {
2703
+ "type": "literal",
2704
+ "value": "onPlayCapture"
2705
+ },
2706
+ {
2707
+ "type": "literal",
2708
+ "value": "onPlaying"
2709
+ },
2710
+ {
2711
+ "type": "literal",
2712
+ "value": "onPlayingCapture"
2713
+ },
2714
+ {
2715
+ "type": "literal",
2716
+ "value": "onProgress"
2717
+ },
2718
+ {
2719
+ "type": "literal",
2720
+ "value": "onProgressCapture"
2721
+ },
2722
+ {
2723
+ "type": "literal",
2724
+ "value": "onRateChange"
2725
+ },
2726
+ {
2727
+ "type": "literal",
2728
+ "value": "onRateChangeCapture"
2729
+ },
2730
+ {
2731
+ "type": "literal",
2732
+ "value": "onResize"
2733
+ },
2734
+ {
2735
+ "type": "literal",
2736
+ "value": "onResizeCapture"
2737
+ },
2738
+ {
2739
+ "type": "literal",
2740
+ "value": "onSeeked"
2741
+ },
2742
+ {
2743
+ "type": "literal",
2744
+ "value": "onSeekedCapture"
2745
+ },
2746
+ {
2747
+ "type": "literal",
2748
+ "value": "onSeeking"
2749
+ },
2750
+ {
2751
+ "type": "literal",
2752
+ "value": "onSeekingCapture"
2753
+ },
2754
+ {
2755
+ "type": "literal",
2756
+ "value": "onStalled"
2757
+ },
2758
+ {
2759
+ "type": "literal",
2760
+ "value": "onStalledCapture"
2761
+ },
2762
+ {
2763
+ "type": "literal",
2764
+ "value": "onSuspend"
2765
+ },
2766
+ {
2767
+ "type": "literal",
2768
+ "value": "onSuspendCapture"
2769
+ },
2770
+ {
2771
+ "type": "literal",
2772
+ "value": "onTimeUpdate"
2773
+ },
2774
+ {
2775
+ "type": "literal",
2776
+ "value": "onTimeUpdateCapture"
2777
+ },
2778
+ {
2779
+ "type": "literal",
2780
+ "value": "onVolumeChange"
2781
+ },
2782
+ {
2783
+ "type": "literal",
2784
+ "value": "onVolumeChangeCapture"
2785
+ },
2786
+ {
2787
+ "type": "literal",
2788
+ "value": "onWaiting"
2789
+ },
2790
+ {
2791
+ "type": "literal",
2792
+ "value": "onWaitingCapture"
2793
+ },
2794
+ {
2795
+ "type": "literal",
2796
+ "value": "onAuxClick"
2797
+ },
2798
+ {
2799
+ "type": "literal",
2800
+ "value": "onAuxClickCapture"
2801
+ },
2802
+ {
2803
+ "type": "literal",
2804
+ "value": "onClick"
2805
+ },
2806
+ {
2807
+ "type": "literal",
2808
+ "value": "onClickCapture"
2809
+ },
2810
+ {
2811
+ "type": "literal",
2812
+ "value": "onContextMenu"
2813
+ },
2814
+ {
2815
+ "type": "literal",
2816
+ "value": "onContextMenuCapture"
2817
+ },
2818
+ {
2819
+ "type": "literal",
2820
+ "value": "onDoubleClick"
2821
+ },
2822
+ {
2823
+ "type": "literal",
2824
+ "value": "onDoubleClickCapture"
2825
+ },
2826
+ {
2827
+ "type": "literal",
2828
+ "value": "onDrag"
2829
+ },
2830
+ {
2831
+ "type": "literal",
2832
+ "value": "onDragCapture"
2833
+ },
2834
+ {
2835
+ "type": "literal",
2836
+ "value": "onDragEnd"
2837
+ },
2838
+ {
2839
+ "type": "literal",
2840
+ "value": "onDragEndCapture"
2841
+ },
2842
+ {
2843
+ "type": "literal",
2844
+ "value": "onDragEnter"
2845
+ },
2846
+ {
2847
+ "type": "literal",
2848
+ "value": "onDragEnterCapture"
2849
+ },
2850
+ {
2851
+ "type": "literal",
2852
+ "value": "onDragExit"
2853
+ },
2854
+ {
2855
+ "type": "literal",
2856
+ "value": "onDragExitCapture"
2857
+ },
2858
+ {
2859
+ "type": "literal",
2860
+ "value": "onDragLeave"
2861
+ },
2862
+ {
2863
+ "type": "literal",
2864
+ "value": "onDragLeaveCapture"
2865
+ },
2866
+ {
2867
+ "type": "literal",
2868
+ "value": "onDragOver"
2869
+ },
2870
+ {
2871
+ "type": "literal",
2872
+ "value": "onDragOverCapture"
2873
+ },
2874
+ {
2875
+ "type": "literal",
2876
+ "value": "onDragStart"
2877
+ },
2878
+ {
2879
+ "type": "literal",
2880
+ "value": "onDragStartCapture"
2881
+ },
2882
+ {
2883
+ "type": "literal",
2884
+ "value": "onDrop"
2885
+ },
2886
+ {
2887
+ "type": "literal",
2888
+ "value": "onDropCapture"
2889
+ },
2890
+ {
2891
+ "type": "literal",
2892
+ "value": "onMouseDown"
2893
+ },
2894
+ {
2895
+ "type": "literal",
2896
+ "value": "onMouseDownCapture"
2897
+ },
2898
+ {
2899
+ "type": "literal",
2900
+ "value": "onMouseEnter"
2901
+ },
2902
+ {
2903
+ "type": "literal",
2904
+ "value": "onMouseLeave"
2905
+ },
2906
+ {
2907
+ "type": "literal",
2908
+ "value": "onMouseMove"
2909
+ },
2910
+ {
2911
+ "type": "literal",
2912
+ "value": "onMouseMoveCapture"
2913
+ },
2914
+ {
2915
+ "type": "literal",
2916
+ "value": "onMouseOut"
2917
+ },
2918
+ {
2919
+ "type": "literal",
2920
+ "value": "onMouseOutCapture"
2921
+ },
2922
+ {
2923
+ "type": "literal",
2924
+ "value": "onMouseOver"
2925
+ },
2926
+ {
2927
+ "type": "literal",
2928
+ "value": "onMouseOverCapture"
2929
+ },
2930
+ {
2931
+ "type": "literal",
2932
+ "value": "onMouseUp"
2933
+ },
2934
+ {
2935
+ "type": "literal",
2936
+ "value": "onMouseUpCapture"
2937
+ },
2938
+ {
2939
+ "type": "literal",
2940
+ "value": "onSelect"
2941
+ },
2942
+ {
2943
+ "type": "literal",
2944
+ "value": "onSelectCapture"
2945
+ },
2946
+ {
2947
+ "type": "literal",
2948
+ "value": "onTouchCancel"
2949
+ },
2950
+ {
2951
+ "type": "literal",
2952
+ "value": "onTouchCancelCapture"
2953
+ },
2954
+ {
2955
+ "type": "literal",
2956
+ "value": "onTouchEnd"
2957
+ },
2958
+ {
2959
+ "type": "literal",
2960
+ "value": "onTouchEndCapture"
2961
+ },
2962
+ {
2963
+ "type": "literal",
2964
+ "value": "onTouchMove"
2965
+ },
2966
+ {
2967
+ "type": "literal",
2968
+ "value": "onTouchMoveCapture"
2969
+ },
2970
+ {
2971
+ "type": "literal",
2972
+ "value": "onTouchStart"
2973
+ },
2974
+ {
2975
+ "type": "literal",
2976
+ "value": "onTouchStartCapture"
2977
+ },
2978
+ {
2979
+ "type": "literal",
2980
+ "value": "onPointerDown"
2981
+ },
2982
+ {
2983
+ "type": "literal",
2984
+ "value": "onPointerDownCapture"
2985
+ },
2986
+ {
2987
+ "type": "literal",
2988
+ "value": "onPointerMove"
2989
+ },
2990
+ {
2991
+ "type": "literal",
2992
+ "value": "onPointerMoveCapture"
2993
+ },
2994
+ {
2995
+ "type": "literal",
2996
+ "value": "onPointerUp"
2997
+ },
2998
+ {
2999
+ "type": "literal",
3000
+ "value": "onPointerUpCapture"
3001
+ },
3002
+ {
3003
+ "type": "literal",
3004
+ "value": "onPointerCancel"
3005
+ },
3006
+ {
3007
+ "type": "literal",
3008
+ "value": "onPointerCancelCapture"
3009
+ },
3010
+ {
3011
+ "type": "literal",
3012
+ "value": "onPointerEnter"
3013
+ },
3014
+ {
3015
+ "type": "literal",
3016
+ "value": "onPointerEnterCapture"
3017
+ },
3018
+ {
3019
+ "type": "literal",
3020
+ "value": "onPointerLeave"
3021
+ },
3022
+ {
3023
+ "type": "literal",
3024
+ "value": "onPointerLeaveCapture"
3025
+ },
3026
+ {
3027
+ "type": "literal",
3028
+ "value": "onPointerOver"
3029
+ },
3030
+ {
3031
+ "type": "literal",
3032
+ "value": "onPointerOverCapture"
3033
+ },
3034
+ {
3035
+ "type": "literal",
3036
+ "value": "onPointerOut"
3037
+ },
3038
+ {
3039
+ "type": "literal",
3040
+ "value": "onPointerOutCapture"
3041
+ },
3042
+ {
3043
+ "type": "literal",
3044
+ "value": "onGotPointerCapture"
3045
+ },
3046
+ {
3047
+ "type": "literal",
3048
+ "value": "onGotPointerCaptureCapture"
3049
+ },
3050
+ {
3051
+ "type": "literal",
3052
+ "value": "onLostPointerCapture"
3053
+ },
3054
+ {
3055
+ "type": "literal",
3056
+ "value": "onLostPointerCaptureCapture"
3057
+ },
3058
+ {
3059
+ "type": "literal",
3060
+ "value": "onScroll"
3061
+ },
3062
+ {
3063
+ "type": "literal",
3064
+ "value": "onScrollCapture"
3065
+ },
3066
+ {
3067
+ "type": "literal",
3068
+ "value": "onWheel"
3069
+ },
3070
+ {
3071
+ "type": "literal",
3072
+ "value": "onWheelCapture"
3073
+ },
3074
+ {
3075
+ "type": "literal",
3076
+ "value": "onAnimationStart"
3077
+ },
3078
+ {
3079
+ "type": "literal",
3080
+ "value": "onAnimationStartCapture"
3081
+ },
3082
+ {
3083
+ "type": "literal",
3084
+ "value": "onAnimationEnd"
3085
+ },
3086
+ {
3087
+ "type": "literal",
3088
+ "value": "onAnimationEndCapture"
3089
+ },
3090
+ {
3091
+ "type": "literal",
3092
+ "value": "onAnimationIteration"
3093
+ },
3094
+ {
3095
+ "type": "literal",
3096
+ "value": "onAnimationIterationCapture"
3097
+ },
3098
+ {
3099
+ "type": "literal",
3100
+ "value": "onTransitionEnd"
3101
+ },
3102
+ {
3103
+ "type": "literal",
3104
+ "value": "onTransitionEndCapture"
3105
+ },
3106
+ {
3107
+ "type": "literal",
3108
+ "value": "sx"
3109
+ },
3110
+ {
3111
+ "type": "literal",
3112
+ "value": "ref"
3113
+ },
3114
+ {
3115
+ "type": "literal",
3116
+ "value": "square"
3117
+ },
3118
+ {
3119
+ "type": "typeOperator",
3120
+ "operator": "keyof",
3121
+ "target": {
3122
+ "type": "reference",
3123
+ "name": "CommonProps",
3124
+ "qualifiedName": "CommonProps",
3125
+ "package": "@mui/material"
3126
+ }
3127
+ },
3128
+ {
3129
+ "type": "literal",
3130
+ "value": "variant"
3131
+ },
3132
+ {
3133
+ "type": "literal",
3134
+ "value": "key"
3135
+ },
3136
+ {
3137
+ "type": "literal",
3138
+ "value": "elevation"
3139
+ },
3140
+ {
3141
+ "type": "literal",
3142
+ "value": "raised"
3143
+ }
3144
+ ]
3145
+ }
3146
+ ],
3147
+ "name": "Omit",
3148
+ "qualifiedName": "Omit",
3149
+ "package": "typescript"
3150
+ },
3151
+ {
3152
+ "type": "reference",
3153
+ "id": 69,
3154
+ "typeArguments": [
3155
+ {
3156
+ "type": "reference",
3157
+ "typeArguments": [
3158
+ {
3159
+ "type": "intersection",
3160
+ "types": [
3161
+ {
3162
+ "type": "reference",
3163
+ "name": "SchemaFields",
3164
+ "qualifiedName": "SchemaFields",
3165
+ "package": "@xyo-network/payload-model"
3166
+ },
3167
+ {
3168
+ "type": "reference",
3169
+ "name": "PayloadFields",
3170
+ "qualifiedName": "PayloadFields",
3171
+ "package": "@xyo-network/payload-model"
3172
+ },
3173
+ {
3174
+ "type": "reflection",
3175
+ "declaration": {
3176
+ "id": 32,
3177
+ "name": "__type",
3178
+ "kind": 65536,
3179
+ "kindString": "Type literal",
3180
+ "flags": {},
3181
+ "sources": [
3182
+ {
3183
+ "fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
3184
+ "line": 8,
3185
+ "character": 87
3186
+ }
3187
+ ]
3188
+ }
3189
+ },
3190
+ {
3191
+ "type": "reflection",
3192
+ "declaration": {
3193
+ "id": 33,
3194
+ "name": "__type",
3195
+ "kind": 65536,
3196
+ "kindString": "Type literal",
3197
+ "flags": {},
3198
+ "sources": [
3199
+ {
3200
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
3201
+ "line": 18,
3202
+ "character": 17
3203
+ }
3204
+ ]
3205
+ }
3206
+ }
3207
+ ]
3208
+ }
3209
+ ],
3210
+ "name": "Module",
3211
+ "qualifiedName": "Module",
3212
+ "package": "@xyo-network/module-model"
3213
+ }
3214
+ ],
3215
+ "name": "ModuleRenderProps"
3216
+ }
3217
+ ]
3218
+ }
3219
+ },
3220
+ {
3221
+ "id": 34,
3222
+ "name": "context",
3223
+ "kind": 32768,
3224
+ "kindString": "Parameter",
3225
+ "flags": {
3226
+ "isOptional": true
3227
+ },
3228
+ "type": {
3229
+ "type": "intrinsic",
3230
+ "name": "any"
3231
+ }
30
3232
  }
31
3233
  ],
32
3234
  "type": {
33
- "type": "reference",
34
- "id": 37,
35
- "name": "T"
36
- }
37
- }
38
- ],
39
- "groups": [
40
- {
41
- "title": "Properties",
42
- "children": [
43
- 36
44
- ]
45
- }
46
- ],
47
- "sources": [
48
- {
49
- "fileName": "packages/sdk/packages/module/src/ModuleRenderProps.tsx",
50
- "line": 3,
51
- "character": 17,
52
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/36fa9b623/packages/sdk/packages/module/src/ModuleRenderProps.tsx#L3"
53
- }
54
- ],
55
- "typeParameters": [
56
- {
57
- "id": 37,
58
- "name": "T",
59
- "kind": 131072,
60
- "kindString": "Type parameter",
61
- "flags": {},
62
- "type": {
63
- "type": "reference",
64
- "name": "Module",
65
- "qualifiedName": "Module",
66
- "package": "@xyo-network/module-model"
67
- },
68
- "default": {
69
- "type": "reference",
70
- "name": "Module",
71
- "qualifiedName": "Module",
72
- "package": "@xyo-network/module-model"
3235
+ "type": "union",
3236
+ "types": [
3237
+ {
3238
+ "type": "literal",
3239
+ "value": null
3240
+ },
3241
+ {
3242
+ "type": "reference",
3243
+ "typeArguments": [
3244
+ {
3245
+ "type": "intrinsic",
3246
+ "name": "any"
3247
+ },
3248
+ {
3249
+ "type": "intrinsic",
3250
+ "name": "any"
3251
+ }
3252
+ ],
3253
+ "name": "ReactElement",
3254
+ "qualifiedName": "React.ReactElement",
3255
+ "package": "@types/react"
3256
+ }
3257
+ ]
73
3258
  }
74
3259
  }
75
3260
  ]
76
3261
  },
77
3262
  {
78
- "id": 1,
3263
+ "id": 35,
79
3264
  "name": "ModuleCardActions",
80
3265
  "kind": 64,
81
3266
  "kindString": "Function",
82
3267
  "flags": {},
83
3268
  "sources": [
84
3269
  {
85
- "fileName": "packages/sdk/packages/module/src/components/CardActions.tsx",
3270
+ "fileName": "packages/sdk/packages/module/src/components/Card/Module/CardActions.tsx",
86
3271
  "line": 12,
87
3272
  "character": 13,
88
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/36fa9b623/packages/sdk/packages/module/src/components/CardActions.tsx#L12"
3273
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/71e1a4faf3d/packages/sdk/packages/module/src/components/Card/Module/CardActions.tsx#L12"
89
3274
  }
90
3275
  ],
91
3276
  "signatures": [
92
3277
  {
93
- "id": 2,
3278
+ "id": 36,
94
3279
  "name": "ModuleCardActions",
95
3280
  "kind": 4096,
96
3281
  "kindString": "Call signature",
97
3282
  "flags": {},
98
3283
  "parameters": [
99
3284
  {
100
- "id": 3,
3285
+ "id": 37,
101
3286
  "name": "props",
102
3287
  "kind": 32768,
103
3288
  "kindString": "Parameter",
@@ -113,7 +3298,7 @@
113
3298
  },
114
3299
  {
115
3300
  "type": "reference",
116
- "id": 35,
3301
+ "id": 69,
117
3302
  "typeArguments": [
118
3303
  {
119
3304
  "type": "reference",
@@ -136,7 +3321,7 @@
136
3321
  {
137
3322
  "type": "reflection",
138
3323
  "declaration": {
139
- "id": 4,
3324
+ "id": 38,
140
3325
  "name": "__type",
141
3326
  "kind": 65536,
142
3327
  "kindString": "Type literal",
@@ -153,7 +3338,7 @@
153
3338
  {
154
3339
  "type": "reflection",
155
3340
  "declaration": {
156
- "id": 5,
3341
+ "id": 39,
157
3342
  "name": "__type",
158
3343
  "kind": 65536,
159
3344
  "kindString": "Type literal",
@@ -181,7 +3366,7 @@
181
3366
  }
182
3367
  },
183
3368
  {
184
- "id": 6,
3369
+ "id": 40,
185
3370
  "name": "context",
186
3371
  "kind": 32768,
187
3372
  "kindString": "Parameter",
@@ -223,29 +3408,29 @@
223
3408
  ]
224
3409
  },
225
3410
  {
226
- "id": 7,
3411
+ "id": 41,
227
3412
  "name": "ModuleCardContent",
228
3413
  "kind": 64,
229
3414
  "kindString": "Function",
230
3415
  "flags": {},
231
3416
  "sources": [
232
3417
  {
233
- "fileName": "packages/sdk/packages/module/src/components/CardContent.tsx",
3418
+ "fileName": "packages/sdk/packages/module/src/components/Card/Module/CardContent.tsx",
234
3419
  "line": 10,
235
3420
  "character": 13,
236
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/36fa9b623/packages/sdk/packages/module/src/components/CardContent.tsx#L10"
3421
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/71e1a4faf3d/packages/sdk/packages/module/src/components/Card/Module/CardContent.tsx#L10"
237
3422
  }
238
3423
  ],
239
3424
  "signatures": [
240
3425
  {
241
- "id": 8,
3426
+ "id": 42,
242
3427
  "name": "ModuleCardContent",
243
3428
  "kind": 4096,
244
3429
  "kindString": "Call signature",
245
3430
  "flags": {},
246
3431
  "parameters": [
247
3432
  {
248
- "id": 9,
3433
+ "id": 43,
249
3434
  "name": "props",
250
3435
  "kind": 32768,
251
3436
  "kindString": "Parameter",
@@ -255,7 +3440,7 @@
255
3440
  "types": [
256
3441
  {
257
3442
  "type": "reference",
258
- "id": 35,
3443
+ "id": 69,
259
3444
  "typeArguments": [
260
3445
  {
261
3446
  "type": "reference",
@@ -278,7 +3463,7 @@
278
3463
  {
279
3464
  "type": "reflection",
280
3465
  "declaration": {
281
- "id": 10,
3466
+ "id": 44,
282
3467
  "name": "__type",
283
3468
  "kind": 65536,
284
3469
  "kindString": "Type literal",
@@ -295,7 +3480,7 @@
295
3480
  {
296
3481
  "type": "reflection",
297
3482
  "declaration": {
298
- "id": 11,
3483
+ "id": 45,
299
3484
  "name": "__type",
300
3485
  "kind": 65536,
301
3486
  "kindString": "Type literal",
@@ -322,7 +3507,7 @@
322
3507
  {
323
3508
  "type": "reflection",
324
3509
  "declaration": {
325
- "id": 12,
3510
+ "id": 46,
326
3511
  "name": "__type",
327
3512
  "kind": 65536,
328
3513
  "kindString": "Type literal",
@@ -380,41 +3565,18 @@
380
3565
  "package": "@types/react"
381
3566
  },
382
3567
  {
383
- "type": "union",
384
- "types": [
385
- {
386
- "type": "typeOperator",
387
- "operator": "keyof",
388
- "target": {
389
- "type": "reference",
390
- "typeArguments": [
391
- {
392
- "type": "reference",
393
- "name": "HTMLDivElement",
394
- "qualifiedName": "HTMLDivElement",
395
- "package": "typescript"
396
- }
397
- ],
398
- "name": "HTMLAttributes",
399
- "qualifiedName": "React.HTMLAttributes",
400
- "package": "@types/react"
401
- }
402
- },
403
- {
404
- "type": "literal",
405
- "value": "key"
406
- }
407
- ]
3568
+ "type": "literal",
3569
+ "value": "ref"
408
3570
  }
409
3571
  ],
410
- "name": "Pick",
411
- "qualifiedName": "Pick",
3572
+ "name": "Omit",
3573
+ "qualifiedName": "Omit",
412
3574
  "package": "typescript"
413
3575
  },
414
3576
  {
415
3577
  "type": "reflection",
416
3578
  "declaration": {
417
- "id": 13,
3579
+ "id": 47,
418
3580
  "name": "__type",
419
3581
  "kind": 65536,
420
3582
  "kindString": "Type literal",
@@ -462,7 +3624,7 @@
462
3624
  }
463
3625
  },
464
3626
  {
465
- "id": 14,
3627
+ "id": 48,
466
3628
  "name": "context",
467
3629
  "kind": 32768,
468
3630
  "kindString": "Parameter",
@@ -504,29 +3666,29 @@
504
3666
  ]
505
3667
  },
506
3668
  {
507
- "id": 15,
3669
+ "id": 49,
508
3670
  "name": "ModuleCardHeader",
509
3671
  "kind": 64,
510
3672
  "kindString": "Function",
511
3673
  "flags": {},
512
3674
  "sources": [
513
3675
  {
514
- "fileName": "packages/sdk/packages/module/src/components/CardHeader.tsx",
3676
+ "fileName": "packages/sdk/packages/module/src/components/Card/Module/CardHeader.tsx",
515
3677
  "line": 7,
516
3678
  "character": 13,
517
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/36fa9b623/packages/sdk/packages/module/src/components/CardHeader.tsx#L7"
3679
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/71e1a4faf3d/packages/sdk/packages/module/src/components/Card/Module/CardHeader.tsx#L7"
518
3680
  }
519
3681
  ],
520
3682
  "signatures": [
521
3683
  {
522
- "id": 16,
3684
+ "id": 50,
523
3685
  "name": "ModuleCardHeader",
524
3686
  "kind": 4096,
525
3687
  "kindString": "Call signature",
526
3688
  "flags": {},
527
3689
  "parameters": [
528
3690
  {
529
- "id": 17,
3691
+ "id": 51,
530
3692
  "name": "props",
531
3693
  "kind": 32768,
532
3694
  "kindString": "Parameter",
@@ -536,7 +3698,7 @@
536
3698
  "types": [
537
3699
  {
538
3700
  "type": "reference",
539
- "id": 35,
3701
+ "id": 69,
540
3702
  "typeArguments": [
541
3703
  {
542
3704
  "type": "reference",
@@ -559,7 +3721,7 @@
559
3721
  {
560
3722
  "type": "reflection",
561
3723
  "declaration": {
562
- "id": 18,
3724
+ "id": 52,
563
3725
  "name": "__type",
564
3726
  "kind": 65536,
565
3727
  "kindString": "Type literal",
@@ -576,7 +3738,7 @@
576
3738
  {
577
3739
  "type": "reflection",
578
3740
  "declaration": {
579
- "id": 19,
3741
+ "id": 53,
580
3742
  "name": "__type",
581
3743
  "kind": 65536,
582
3744
  "kindString": "Type literal",
@@ -603,7 +3765,7 @@
603
3765
  {
604
3766
  "type": "reflection",
605
3767
  "declaration": {
606
- "id": 20,
3768
+ "id": 54,
607
3769
  "name": "__type",
608
3770
  "kind": 65536,
609
3771
  "kindString": "Type literal",
@@ -661,41 +3823,18 @@
661
3823
  "package": "@types/react"
662
3824
  },
663
3825
  {
664
- "type": "union",
665
- "types": [
666
- {
667
- "type": "typeOperator",
668
- "operator": "keyof",
669
- "target": {
670
- "type": "reference",
671
- "typeArguments": [
672
- {
673
- "type": "reference",
674
- "name": "HTMLDivElement",
675
- "qualifiedName": "HTMLDivElement",
676
- "package": "typescript"
677
- }
678
- ],
679
- "name": "HTMLAttributes",
680
- "qualifiedName": "React.HTMLAttributes",
681
- "package": "@types/react"
682
- }
683
- },
684
- {
685
- "type": "literal",
686
- "value": "key"
687
- }
688
- ]
3826
+ "type": "literal",
3827
+ "value": "ref"
689
3828
  }
690
3829
  ],
691
- "name": "Pick",
692
- "qualifiedName": "Pick",
3830
+ "name": "Omit",
3831
+ "qualifiedName": "Omit",
693
3832
  "package": "typescript"
694
3833
  },
695
3834
  {
696
3835
  "type": "reflection",
697
3836
  "declaration": {
698
- "id": 21,
3837
+ "id": 55,
699
3838
  "name": "__type",
700
3839
  "kind": 65536,
701
3840
  "kindString": "Type literal",
@@ -767,7 +3906,7 @@
767
3906
  }
768
3907
  },
769
3908
  {
770
- "id": 22,
3909
+ "id": 56,
771
3910
  "name": "context",
772
3911
  "kind": 32768,
773
3912
  "kindString": "Parameter",
@@ -809,7 +3948,7 @@
809
3948
  ]
810
3949
  },
811
3950
  {
812
- "id": 23,
3951
+ "id": 57,
813
3952
  "name": "ModuleDetailsBox",
814
3953
  "kind": 64,
815
3954
  "kindString": "Function",
@@ -819,19 +3958,19 @@
819
3958
  "fileName": "packages/sdk/packages/module/src/components/DetailsBox.tsx",
820
3959
  "line": 15,
821
3960
  "character": 13,
822
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/36fa9b623/packages/sdk/packages/module/src/components/DetailsBox.tsx#L15"
3961
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/71e1a4faf3d/packages/sdk/packages/module/src/components/DetailsBox.tsx#L15"
823
3962
  }
824
3963
  ],
825
3964
  "signatures": [
826
3965
  {
827
- "id": 24,
3966
+ "id": 58,
828
3967
  "name": "ModuleDetailsBox",
829
3968
  "kind": 4096,
830
3969
  "kindString": "Call signature",
831
3970
  "flags": {},
832
3971
  "parameters": [
833
3972
  {
834
- "id": 25,
3973
+ "id": 59,
835
3974
  "name": "props",
836
3975
  "kind": 32768,
837
3976
  "kindString": "Parameter",
@@ -841,7 +3980,7 @@
841
3980
  "types": [
842
3981
  {
843
3982
  "type": "reference",
844
- "id": 35,
3983
+ "id": 69,
845
3984
  "typeArguments": [
846
3985
  {
847
3986
  "type": "reference",
@@ -864,7 +4003,7 @@
864
4003
  {
865
4004
  "type": "reflection",
866
4005
  "declaration": {
867
- "id": 26,
4006
+ "id": 60,
868
4007
  "name": "__type",
869
4008
  "kind": 65536,
870
4009
  "kindString": "Type literal",
@@ -881,7 +4020,7 @@
881
4020
  {
882
4021
  "type": "reflection",
883
4022
  "declaration": {
884
- "id": 27,
4023
+ "id": 61,
885
4024
  "name": "__type",
886
4025
  "kind": 65536,
887
4026
  "kindString": "Type literal",
@@ -915,7 +4054,7 @@
915
4054
  }
916
4055
  },
917
4056
  {
918
- "id": 28,
4057
+ "id": 62,
919
4058
  "name": "context",
920
4059
  "kind": 32768,
921
4060
  "kindString": "Parameter",
@@ -957,7 +4096,7 @@
957
4096
  ]
958
4097
  },
959
4098
  {
960
- "id": 29,
4099
+ "id": 63,
961
4100
  "name": "ModuleTableCell",
962
4101
  "kind": 64,
963
4102
  "kindString": "Function",
@@ -967,19 +4106,19 @@
967
4106
  "fileName": "packages/sdk/packages/module/src/components/TableCell.tsx",
968
4107
  "line": 8,
969
4108
  "character": 13,
970
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/36fa9b623/packages/sdk/packages/module/src/components/TableCell.tsx#L8"
4109
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/71e1a4faf3d/packages/sdk/packages/module/src/components/TableCell.tsx#L8"
971
4110
  }
972
4111
  ],
973
4112
  "signatures": [
974
4113
  {
975
- "id": 30,
4114
+ "id": 64,
976
4115
  "name": "ModuleTableCell",
977
4116
  "kind": 4096,
978
4117
  "kindString": "Call signature",
979
4118
  "flags": {},
980
4119
  "parameters": [
981
4120
  {
982
- "id": 31,
4121
+ "id": 65,
983
4122
  "name": "props",
984
4123
  "kind": 32768,
985
4124
  "kindString": "Parameter",
@@ -989,7 +4128,7 @@
989
4128
  "types": [
990
4129
  {
991
4130
  "type": "reference",
992
- "id": 35,
4131
+ "id": 69,
993
4132
  "typeArguments": [
994
4133
  {
995
4134
  "type": "reference",
@@ -1012,7 +4151,7 @@
1012
4151
  {
1013
4152
  "type": "reflection",
1014
4153
  "declaration": {
1015
- "id": 32,
4154
+ "id": 66,
1016
4155
  "name": "__type",
1017
4156
  "kind": 65536,
1018
4157
  "kindString": "Type literal",
@@ -1029,7 +4168,7 @@
1029
4168
  {
1030
4169
  "type": "reflection",
1031
4170
  "declaration": {
1032
- "id": 33,
4171
+ "id": 67,
1033
4172
  "name": "__type",
1034
4173
  "kind": 65536,
1035
4174
  "kindString": "Type literal",
@@ -1063,7 +4202,7 @@
1063
4202
  }
1064
4203
  },
1065
4204
  {
1066
- "id": 34,
4205
+ "id": 68,
1067
4206
  "name": "context",
1068
4207
  "kind": 32768,
1069
4208
  "kindString": "Parameter",
@@ -1109,17 +4248,21 @@
1109
4248
  {
1110
4249
  "title": "Interfaces",
1111
4250
  "children": [
1112
- 35
4251
+ 69
1113
4252
  ]
1114
4253
  },
1115
4254
  {
1116
4255
  "title": "Functions",
1117
4256
  "children": [
1118
4257
  1,
1119
- 7,
1120
- 15,
1121
- 23,
1122
- 29
4258
+ 11,
4259
+ 17,
4260
+ 26,
4261
+ 35,
4262
+ 41,
4263
+ 49,
4264
+ 57,
4265
+ 63
1123
4266
  ]
1124
4267
  }
1125
4268
  ],
@@ -1128,7 +4271,7 @@
1128
4271
  "fileName": "packages/sdk/packages/module/src/index.ts",
1129
4272
  "line": 1,
1130
4273
  "character": 0,
1131
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/36fa9b623/packages/sdk/packages/module/src/index.ts#L1"
4274
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/71e1a4faf3d/packages/sdk/packages/module/src/index.ts#L1"
1132
4275
  }
1133
4276
  ]
1134
4277
  }