@xyo-network/react-module 2.41.53 → 2.42.0-rc.1

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