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