@xyo-network/react-node-renderer 2.47.43 → 2.47.45
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/Cytoscape/CytoscapeElements.js +1 -0
- package/dist/cjs/Cytoscape/CytoscapeElements.js.map +1 -1
- package/dist/cjs/components/RelationalGraph.js +12 -5
- package/dist/cjs/components/RelationalGraph.js.map +1 -1
- package/dist/cjs/contexts/CytoscapeInstance/Context.js +6 -0
- package/dist/cjs/contexts/CytoscapeInstance/Context.js.map +1 -0
- package/dist/cjs/contexts/CytoscapeInstance/Provider.js +15 -0
- package/dist/cjs/contexts/CytoscapeInstance/Provider.js.map +1 -0
- package/dist/cjs/contexts/CytoscapeInstance/State.js +3 -0
- package/dist/cjs/contexts/CytoscapeInstance/State.js.map +1 -0
- package/dist/cjs/contexts/CytoscapeInstance/index.js +8 -0
- package/dist/cjs/contexts/CytoscapeInstance/index.js.map +1 -0
- package/dist/cjs/contexts/CytoscapeInstance/use.js +8 -0
- package/dist/cjs/contexts/CytoscapeInstance/use.js.map +1 -0
- package/dist/cjs/contexts/index.js +5 -0
- package/dist/cjs/contexts/index.js.map +1 -0
- package/dist/cjs/hooks/cytoscape/useCytoscapeElements.js +0 -1
- package/dist/cjs/hooks/cytoscape/useCytoscapeElements.js.map +1 -1
- package/dist/docs.json +641 -617
- package/dist/esm/Cytoscape/CytoscapeElements.js +1 -0
- package/dist/esm/Cytoscape/CytoscapeElements.js.map +1 -1
- package/dist/esm/components/RelationalGraph.js +14 -7
- package/dist/esm/components/RelationalGraph.js.map +1 -1
- package/dist/esm/contexts/CytoscapeInstance/Context.js +3 -0
- package/dist/esm/contexts/CytoscapeInstance/Context.js.map +1 -0
- package/dist/esm/contexts/CytoscapeInstance/Provider.js +11 -0
- package/dist/esm/contexts/CytoscapeInstance/Provider.js.map +1 -0
- package/dist/esm/contexts/CytoscapeInstance/State.js +2 -0
- package/dist/esm/contexts/CytoscapeInstance/State.js.map +1 -0
- package/dist/esm/contexts/CytoscapeInstance/index.js +5 -0
- package/dist/esm/contexts/CytoscapeInstance/index.js.map +1 -0
- package/dist/esm/contexts/CytoscapeInstance/use.js +4 -0
- package/dist/esm/contexts/CytoscapeInstance/use.js.map +1 -0
- package/dist/esm/contexts/index.js +2 -0
- package/dist/esm/contexts/index.js.map +1 -0
- package/dist/esm/hooks/cytoscape/useCytoscapeElements.js +0 -1
- package/dist/esm/hooks/cytoscape/useCytoscapeElements.js.map +1 -1
- package/dist/types/Cytoscape/CytoscapeElements.d.ts.map +1 -1
- package/dist/types/components/RelationalGraph.d.ts +2 -1
- package/dist/types/components/RelationalGraph.d.ts.map +1 -1
- package/dist/types/contexts/CytoscapeInstance/Context.d.ts +4 -0
- package/dist/types/contexts/CytoscapeInstance/Context.d.ts.map +1 -0
- package/dist/types/contexts/CytoscapeInstance/Provider.d.ts +8 -0
- package/dist/types/contexts/CytoscapeInstance/Provider.d.ts.map +1 -0
- package/dist/types/contexts/CytoscapeInstance/State.d.ts +8 -0
- package/dist/types/contexts/CytoscapeInstance/State.d.ts.map +1 -0
- package/dist/types/contexts/CytoscapeInstance/index.d.ts +5 -0
- package/dist/types/contexts/CytoscapeInstance/index.d.ts.map +1 -0
- package/dist/types/contexts/CytoscapeInstance/use.d.ts +2 -0
- package/dist/types/contexts/CytoscapeInstance/use.d.ts.map +1 -0
- package/dist/types/contexts/index.d.ts +2 -0
- package/dist/types/contexts/index.d.ts.map +1 -0
- package/dist/types/hooks/cytoscape/useCytoscapeElements.d.ts.map +1 -1
- package/package.json +13 -13
- package/src/Cytoscape/CytoscapeElements.ts +1 -0
- package/src/components/RelationalGraph.tsx +25 -14
- package/src/components/RelationalGraphEvents.stories.tsx +84 -0
- package/src/contexts/CytoscapeInstance/Context.ts +5 -0
- package/src/contexts/CytoscapeInstance/Provider.tsx +18 -0
- package/src/contexts/CytoscapeInstance/State.ts +8 -0
- package/src/contexts/CytoscapeInstance/index.ts +4 -0
- package/src/contexts/CytoscapeInstance/use.ts +5 -0
- package/src/contexts/index.ts +1 -0
- package/src/hooks/cytoscape/useCytoscapeElements.ts +0 -1
package/dist/docs.json
CHANGED
|
@@ -7,35 +7,35 @@
|
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 381,
|
|
11
11
|
"name": "CytoscapeElements",
|
|
12
12
|
"kind": 128,
|
|
13
13
|
"kindString": "Class",
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 414,
|
|
18
18
|
"name": "constructor",
|
|
19
19
|
"kind": 512,
|
|
20
20
|
"kindString": "Constructor",
|
|
21
21
|
"flags": {},
|
|
22
22
|
"signatures": [
|
|
23
23
|
{
|
|
24
|
-
"id":
|
|
24
|
+
"id": 415,
|
|
25
25
|
"name": "new CytoscapeElements",
|
|
26
26
|
"kind": 16384,
|
|
27
27
|
"kindString": "Constructor signature",
|
|
28
28
|
"flags": {},
|
|
29
29
|
"type": {
|
|
30
30
|
"type": "reference",
|
|
31
|
-
"id":
|
|
31
|
+
"id": 381,
|
|
32
32
|
"name": "CytoscapeElements"
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
]
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
-
"id":
|
|
38
|
+
"id": 382,
|
|
39
39
|
"name": "MaxNameLength",
|
|
40
40
|
"kind": 1024,
|
|
41
41
|
"kindString": "Property",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
48
48
|
"line": 8,
|
|
49
49
|
"character": 9,
|
|
50
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
50
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L8"
|
|
51
51
|
}
|
|
52
52
|
],
|
|
53
53
|
"type": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"defaultValue": "20"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
"id":
|
|
60
|
+
"id": 383,
|
|
61
61
|
"name": "buildChild",
|
|
62
62
|
"kind": 2048,
|
|
63
63
|
"kindString": "Method",
|
|
@@ -69,19 +69,19 @@
|
|
|
69
69
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
70
70
|
"line": 10,
|
|
71
71
|
"character": 9,
|
|
72
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
72
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L10"
|
|
73
73
|
}
|
|
74
74
|
],
|
|
75
75
|
"signatures": [
|
|
76
76
|
{
|
|
77
|
-
"id":
|
|
77
|
+
"id": 384,
|
|
78
78
|
"name": "buildChild",
|
|
79
79
|
"kind": 4096,
|
|
80
80
|
"kindString": "Call signature",
|
|
81
81
|
"flags": {},
|
|
82
82
|
"parameters": [
|
|
83
83
|
{
|
|
84
|
-
"id":
|
|
84
|
+
"id": 385,
|
|
85
85
|
"name": "wrapper",
|
|
86
86
|
"kind": 32768,
|
|
87
87
|
"kindString": "Parameter",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
{
|
|
114
114
|
"type": "reflection",
|
|
115
115
|
"declaration": {
|
|
116
|
-
"id":
|
|
116
|
+
"id": 386,
|
|
117
117
|
"name": "__type",
|
|
118
118
|
"kind": 65536,
|
|
119
119
|
"kindString": "Type literal",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
{
|
|
155
155
|
"type": "reflection",
|
|
156
156
|
"declaration": {
|
|
157
|
-
"id":
|
|
157
|
+
"id": 387,
|
|
158
158
|
"name": "__type",
|
|
159
159
|
"kind": 65536,
|
|
160
160
|
"kindString": "Type literal",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
{
|
|
178
178
|
"type": "reflection",
|
|
179
179
|
"declaration": {
|
|
180
|
-
"id":
|
|
180
|
+
"id": 388,
|
|
181
181
|
"name": "__type",
|
|
182
182
|
"kind": 65536,
|
|
183
183
|
"kindString": "Type literal",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
{
|
|
233
233
|
"type": "reflection",
|
|
234
234
|
"declaration": {
|
|
235
|
-
"id":
|
|
235
|
+
"id": 389,
|
|
236
236
|
"name": "__type",
|
|
237
237
|
"kind": 65536,
|
|
238
238
|
"kindString": "Type literal",
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
}
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
|
-
"id":
|
|
289
|
+
"id": 390,
|
|
290
290
|
"name": "address",
|
|
291
291
|
"kind": 32768,
|
|
292
292
|
"kindString": "Parameter",
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
]
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
|
-
"id":
|
|
318
|
+
"id": 391,
|
|
319
319
|
"name": "buildEdge",
|
|
320
320
|
"kind": 2048,
|
|
321
321
|
"kindString": "Method",
|
|
@@ -327,19 +327,19 @@
|
|
|
327
327
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
328
328
|
"line": 16,
|
|
329
329
|
"character": 9,
|
|
330
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
330
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L16"
|
|
331
331
|
}
|
|
332
332
|
],
|
|
333
333
|
"signatures": [
|
|
334
334
|
{
|
|
335
|
-
"id":
|
|
335
|
+
"id": 392,
|
|
336
336
|
"name": "buildEdge",
|
|
337
337
|
"kind": 4096,
|
|
338
338
|
"kindString": "Call signature",
|
|
339
339
|
"flags": {},
|
|
340
340
|
"parameters": [
|
|
341
341
|
{
|
|
342
|
-
"id":
|
|
342
|
+
"id": 393,
|
|
343
343
|
"name": "rootNode",
|
|
344
344
|
"kind": 32768,
|
|
345
345
|
"kindString": "Parameter",
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
}
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
|
-
"id":
|
|
355
|
+
"id": 394,
|
|
356
356
|
"name": "newNode",
|
|
357
357
|
"kind": 32768,
|
|
358
358
|
"kindString": "Parameter",
|
|
@@ -368,14 +368,14 @@
|
|
|
368
368
|
"type": {
|
|
369
369
|
"type": "reflection",
|
|
370
370
|
"declaration": {
|
|
371
|
-
"id":
|
|
371
|
+
"id": 395,
|
|
372
372
|
"name": "__type",
|
|
373
373
|
"kind": 65536,
|
|
374
374
|
"kindString": "Type literal",
|
|
375
375
|
"flags": {},
|
|
376
376
|
"children": [
|
|
377
377
|
{
|
|
378
|
-
"id":
|
|
378
|
+
"id": 396,
|
|
379
379
|
"name": "data",
|
|
380
380
|
"kind": 1024,
|
|
381
381
|
"kindString": "Property",
|
|
@@ -385,20 +385,20 @@
|
|
|
385
385
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
386
386
|
"line": 18,
|
|
387
387
|
"character": 6,
|
|
388
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
388
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L18"
|
|
389
389
|
}
|
|
390
390
|
],
|
|
391
391
|
"type": {
|
|
392
392
|
"type": "reflection",
|
|
393
393
|
"declaration": {
|
|
394
|
-
"id":
|
|
394
|
+
"id": 397,
|
|
395
395
|
"name": "__type",
|
|
396
396
|
"kind": 65536,
|
|
397
397
|
"kindString": "Type literal",
|
|
398
398
|
"flags": {},
|
|
399
399
|
"children": [
|
|
400
400
|
{
|
|
401
|
-
"id":
|
|
401
|
+
"id": 398,
|
|
402
402
|
"name": "id",
|
|
403
403
|
"kind": 1024,
|
|
404
404
|
"kindString": "Property",
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
409
409
|
"line": 19,
|
|
410
410
|
"character": 8,
|
|
411
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
411
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L19"
|
|
412
412
|
}
|
|
413
413
|
],
|
|
414
414
|
"type": {
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
"defaultValue": "..."
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
|
-
"id":
|
|
421
|
+
"id": 399,
|
|
422
422
|
"name": "source",
|
|
423
423
|
"kind": 1024,
|
|
424
424
|
"kindString": "Property",
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
429
429
|
"line": 20,
|
|
430
430
|
"character": 8,
|
|
431
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
431
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L20"
|
|
432
432
|
}
|
|
433
433
|
],
|
|
434
434
|
"type": {
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
"defaultValue": "rootNode.data.id"
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
|
-
"id":
|
|
450
|
+
"id": 400,
|
|
451
451
|
"name": "target",
|
|
452
452
|
"kind": 1024,
|
|
453
453
|
"kindString": "Property",
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
458
458
|
"line": 21,
|
|
459
459
|
"character": 8,
|
|
460
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
460
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L21"
|
|
461
461
|
}
|
|
462
462
|
],
|
|
463
463
|
"type": {
|
|
@@ -480,9 +480,9 @@
|
|
|
480
480
|
{
|
|
481
481
|
"title": "Properties",
|
|
482
482
|
"children": [
|
|
483
|
-
397,
|
|
484
483
|
398,
|
|
485
|
-
399
|
|
484
|
+
399,
|
|
485
|
+
400
|
|
486
486
|
]
|
|
487
487
|
}
|
|
488
488
|
],
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
492
492
|
"line": 18,
|
|
493
493
|
"character": 12,
|
|
494
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
494
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L18"
|
|
495
495
|
}
|
|
496
496
|
]
|
|
497
497
|
}
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
{
|
|
504
504
|
"title": "Properties",
|
|
505
505
|
"children": [
|
|
506
|
-
|
|
506
|
+
396
|
|
507
507
|
]
|
|
508
508
|
}
|
|
509
509
|
],
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
513
513
|
"line": 17,
|
|
514
514
|
"character": 11,
|
|
515
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
515
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L17"
|
|
516
516
|
}
|
|
517
517
|
]
|
|
518
518
|
}
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
]
|
|
522
522
|
},
|
|
523
523
|
{
|
|
524
|
-
"id":
|
|
524
|
+
"id": 401,
|
|
525
525
|
"name": "buildNode",
|
|
526
526
|
"kind": 2048,
|
|
527
527
|
"kindString": "Method",
|
|
@@ -533,19 +533,19 @@
|
|
|
533
533
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
534
534
|
"line": 26,
|
|
535
535
|
"character": 9,
|
|
536
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
536
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L26"
|
|
537
537
|
}
|
|
538
538
|
],
|
|
539
539
|
"signatures": [
|
|
540
540
|
{
|
|
541
|
-
"id":
|
|
541
|
+
"id": 402,
|
|
542
542
|
"name": "buildNode",
|
|
543
543
|
"kind": 4096,
|
|
544
544
|
"kindString": "Call signature",
|
|
545
545
|
"flags": {},
|
|
546
546
|
"parameters": [
|
|
547
547
|
{
|
|
548
|
-
"id":
|
|
548
|
+
"id": 403,
|
|
549
549
|
"name": "description",
|
|
550
550
|
"kind": 32768,
|
|
551
551
|
"kindString": "Parameter",
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
]
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
|
-
"id":
|
|
571
|
+
"id": 404,
|
|
572
572
|
"name": "buildRootNode",
|
|
573
573
|
"kind": 2048,
|
|
574
574
|
"kindString": "Method",
|
|
@@ -578,21 +578,21 @@
|
|
|
578
578
|
"sources": [
|
|
579
579
|
{
|
|
580
580
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
581
|
-
"line":
|
|
581
|
+
"line": 37,
|
|
582
582
|
"character": 9,
|
|
583
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
583
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L37"
|
|
584
584
|
}
|
|
585
585
|
],
|
|
586
586
|
"signatures": [
|
|
587
587
|
{
|
|
588
|
-
"id":
|
|
588
|
+
"id": 405,
|
|
589
589
|
"name": "buildRootNode",
|
|
590
590
|
"kind": 4096,
|
|
591
591
|
"kindString": "Call signature",
|
|
592
592
|
"flags": {},
|
|
593
593
|
"parameters": [
|
|
594
594
|
{
|
|
595
|
-
"id":
|
|
595
|
+
"id": 406,
|
|
596
596
|
"name": "wrapper",
|
|
597
597
|
"kind": 32768,
|
|
598
598
|
"kindString": "Parameter",
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
{
|
|
625
625
|
"type": "reflection",
|
|
626
626
|
"declaration": {
|
|
627
|
-
"id":
|
|
627
|
+
"id": 407,
|
|
628
628
|
"name": "__type",
|
|
629
629
|
"kind": 65536,
|
|
630
630
|
"kindString": "Type literal",
|
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
{
|
|
666
666
|
"type": "reflection",
|
|
667
667
|
"declaration": {
|
|
668
|
-
"id":
|
|
668
|
+
"id": 408,
|
|
669
669
|
"name": "__type",
|
|
670
670
|
"kind": 65536,
|
|
671
671
|
"kindString": "Type literal",
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
{
|
|
689
689
|
"type": "reflection",
|
|
690
690
|
"declaration": {
|
|
691
|
-
"id":
|
|
691
|
+
"id": 409,
|
|
692
692
|
"name": "__type",
|
|
693
693
|
"kind": 65536,
|
|
694
694
|
"kindString": "Type literal",
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
{
|
|
744
744
|
"type": "reflection",
|
|
745
745
|
"declaration": {
|
|
746
|
-
"id":
|
|
746
|
+
"id": 410,
|
|
747
747
|
"name": "__type",
|
|
748
748
|
"kind": 65536,
|
|
749
749
|
"kindString": "Type literal",
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
]
|
|
827
827
|
},
|
|
828
828
|
{
|
|
829
|
-
"id":
|
|
829
|
+
"id": 411,
|
|
830
830
|
"name": "normalizeName",
|
|
831
831
|
"kind": 2048,
|
|
832
832
|
"kindString": "Method",
|
|
@@ -836,21 +836,21 @@
|
|
|
836
836
|
"sources": [
|
|
837
837
|
{
|
|
838
838
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
839
|
-
"line":
|
|
839
|
+
"line": 42,
|
|
840
840
|
"character": 9,
|
|
841
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
841
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L42"
|
|
842
842
|
}
|
|
843
843
|
],
|
|
844
844
|
"signatures": [
|
|
845
845
|
{
|
|
846
|
-
"id":
|
|
846
|
+
"id": 412,
|
|
847
847
|
"name": "normalizeName",
|
|
848
848
|
"kind": 4096,
|
|
849
849
|
"kindString": "Call signature",
|
|
850
850
|
"flags": {},
|
|
851
851
|
"parameters": [
|
|
852
852
|
{
|
|
853
|
-
"id":
|
|
853
|
+
"id": 413,
|
|
854
854
|
"name": "name",
|
|
855
855
|
"kind": 32768,
|
|
856
856
|
"kindString": "Parameter",
|
|
@@ -884,23 +884,23 @@
|
|
|
884
884
|
{
|
|
885
885
|
"title": "Constructors",
|
|
886
886
|
"children": [
|
|
887
|
-
|
|
887
|
+
414
|
|
888
888
|
]
|
|
889
889
|
},
|
|
890
890
|
{
|
|
891
891
|
"title": "Properties",
|
|
892
892
|
"children": [
|
|
893
|
-
|
|
893
|
+
382
|
|
894
894
|
]
|
|
895
895
|
},
|
|
896
896
|
{
|
|
897
897
|
"title": "Methods",
|
|
898
898
|
"children": [
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
899
|
+
383,
|
|
900
|
+
391,
|
|
901
|
+
401,
|
|
902
|
+
404,
|
|
903
|
+
411
|
|
904
904
|
]
|
|
905
905
|
}
|
|
906
906
|
],
|
|
@@ -909,7 +909,7 @@
|
|
|
909
909
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts",
|
|
910
910
|
"line": 7,
|
|
911
911
|
"character": 13,
|
|
912
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
912
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeElements.ts#L7"
|
|
913
913
|
}
|
|
914
914
|
]
|
|
915
915
|
},
|
|
@@ -921,7 +921,30 @@
|
|
|
921
921
|
"flags": {},
|
|
922
922
|
"children": [
|
|
923
923
|
{
|
|
924
|
-
"id":
|
|
924
|
+
"id": 5,
|
|
925
|
+
"name": "actions",
|
|
926
|
+
"kind": 1024,
|
|
927
|
+
"kindString": "Property",
|
|
928
|
+
"flags": {
|
|
929
|
+
"isOptional": true
|
|
930
|
+
},
|
|
931
|
+
"sources": [
|
|
932
|
+
{
|
|
933
|
+
"fileName": "packages/sdk/packages/node-renderer/src/components/RelationalGraph.tsx",
|
|
934
|
+
"line": 10,
|
|
935
|
+
"character": 2,
|
|
936
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/components/RelationalGraph.tsx#L10"
|
|
937
|
+
}
|
|
938
|
+
],
|
|
939
|
+
"type": {
|
|
940
|
+
"type": "reference",
|
|
941
|
+
"name": "ReactNode",
|
|
942
|
+
"qualifiedName": "React.ReactNode",
|
|
943
|
+
"package": "@types/react"
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"id": 85,
|
|
925
948
|
"name": "alignContent",
|
|
926
949
|
"kind": 1024,
|
|
927
950
|
"kindString": "Property",
|
|
@@ -962,7 +985,7 @@
|
|
|
962
985
|
{
|
|
963
986
|
"type": "reflection",
|
|
964
987
|
"declaration": {
|
|
965
|
-
"id":
|
|
988
|
+
"id": 86,
|
|
966
989
|
"name": "__type",
|
|
967
990
|
"kind": 65536,
|
|
968
991
|
"kindString": "Type literal",
|
|
@@ -976,14 +999,14 @@
|
|
|
976
999
|
],
|
|
977
1000
|
"signatures": [
|
|
978
1001
|
{
|
|
979
|
-
"id":
|
|
1002
|
+
"id": 87,
|
|
980
1003
|
"name": "__type",
|
|
981
1004
|
"kind": 4096,
|
|
982
1005
|
"kindString": "Call signature",
|
|
983
1006
|
"flags": {},
|
|
984
1007
|
"parameters": [
|
|
985
1008
|
{
|
|
986
|
-
"id":
|
|
1009
|
+
"id": 88,
|
|
987
1010
|
"name": "theme",
|
|
988
1011
|
"kind": 32768,
|
|
989
1012
|
"kindString": "Parameter",
|
|
@@ -1038,7 +1061,7 @@
|
|
|
1038
1061
|
}
|
|
1039
1062
|
},
|
|
1040
1063
|
{
|
|
1041
|
-
"id":
|
|
1064
|
+
"id": 81,
|
|
1042
1065
|
"name": "alignItems",
|
|
1043
1066
|
"kind": 1024,
|
|
1044
1067
|
"kindString": "Property",
|
|
@@ -1079,7 +1102,7 @@
|
|
|
1079
1102
|
{
|
|
1080
1103
|
"type": "reflection",
|
|
1081
1104
|
"declaration": {
|
|
1082
|
-
"id":
|
|
1105
|
+
"id": 82,
|
|
1083
1106
|
"name": "__type",
|
|
1084
1107
|
"kind": 65536,
|
|
1085
1108
|
"kindString": "Type literal",
|
|
@@ -1093,14 +1116,14 @@
|
|
|
1093
1116
|
],
|
|
1094
1117
|
"signatures": [
|
|
1095
1118
|
{
|
|
1096
|
-
"id":
|
|
1119
|
+
"id": 83,
|
|
1097
1120
|
"name": "__type",
|
|
1098
1121
|
"kind": 4096,
|
|
1099
1122
|
"kindString": "Call signature",
|
|
1100
1123
|
"flags": {},
|
|
1101
1124
|
"parameters": [
|
|
1102
1125
|
{
|
|
1103
|
-
"id":
|
|
1126
|
+
"id": 84,
|
|
1104
1127
|
"name": "theme",
|
|
1105
1128
|
"kind": 32768,
|
|
1106
1129
|
"kindString": "Parameter",
|
|
@@ -1155,7 +1178,7 @@
|
|
|
1155
1178
|
}
|
|
1156
1179
|
},
|
|
1157
1180
|
{
|
|
1158
|
-
"id":
|
|
1181
|
+
"id": 105,
|
|
1159
1182
|
"name": "alignSelf",
|
|
1160
1183
|
"kind": 1024,
|
|
1161
1184
|
"kindString": "Property",
|
|
@@ -1196,7 +1219,7 @@
|
|
|
1196
1219
|
{
|
|
1197
1220
|
"type": "reflection",
|
|
1198
1221
|
"declaration": {
|
|
1199
|
-
"id":
|
|
1222
|
+
"id": 106,
|
|
1200
1223
|
"name": "__type",
|
|
1201
1224
|
"kind": 65536,
|
|
1202
1225
|
"kindString": "Type literal",
|
|
@@ -1210,14 +1233,14 @@
|
|
|
1210
1233
|
],
|
|
1211
1234
|
"signatures": [
|
|
1212
1235
|
{
|
|
1213
|
-
"id":
|
|
1236
|
+
"id": 107,
|
|
1214
1237
|
"name": "__type",
|
|
1215
1238
|
"kind": 4096,
|
|
1216
1239
|
"kindString": "Call signature",
|
|
1217
1240
|
"flags": {},
|
|
1218
1241
|
"parameters": [
|
|
1219
1242
|
{
|
|
1220
|
-
"id":
|
|
1243
|
+
"id": 108,
|
|
1221
1244
|
"name": "theme",
|
|
1222
1245
|
"kind": 32768,
|
|
1223
1246
|
"kindString": "Parameter",
|
|
@@ -1272,7 +1295,7 @@
|
|
|
1272
1295
|
}
|
|
1273
1296
|
},
|
|
1274
1297
|
{
|
|
1275
|
-
"id":
|
|
1298
|
+
"id": 165,
|
|
1276
1299
|
"name": "bgcolor",
|
|
1277
1300
|
"kind": 1024,
|
|
1278
1301
|
"kindString": "Property",
|
|
@@ -1313,7 +1336,7 @@
|
|
|
1313
1336
|
{
|
|
1314
1337
|
"type": "reflection",
|
|
1315
1338
|
"declaration": {
|
|
1316
|
-
"id":
|
|
1339
|
+
"id": 166,
|
|
1317
1340
|
"name": "__type",
|
|
1318
1341
|
"kind": 65536,
|
|
1319
1342
|
"kindString": "Type literal",
|
|
@@ -1327,14 +1350,14 @@
|
|
|
1327
1350
|
],
|
|
1328
1351
|
"signatures": [
|
|
1329
1352
|
{
|
|
1330
|
-
"id":
|
|
1353
|
+
"id": 167,
|
|
1331
1354
|
"name": "__type",
|
|
1332
1355
|
"kind": 4096,
|
|
1333
1356
|
"kindString": "Call signature",
|
|
1334
1357
|
"flags": {},
|
|
1335
1358
|
"parameters": [
|
|
1336
1359
|
{
|
|
1337
|
-
"id":
|
|
1360
|
+
"id": 168,
|
|
1338
1361
|
"name": "theme",
|
|
1339
1362
|
"kind": 32768,
|
|
1340
1363
|
"kindString": "Parameter",
|
|
@@ -1389,7 +1412,7 @@
|
|
|
1389
1412
|
}
|
|
1390
1413
|
},
|
|
1391
1414
|
{
|
|
1392
|
-
"id":
|
|
1415
|
+
"id": 11,
|
|
1393
1416
|
"name": "border",
|
|
1394
1417
|
"kind": 1024,
|
|
1395
1418
|
"kindString": "Property",
|
|
@@ -1421,7 +1444,7 @@
|
|
|
1421
1444
|
{
|
|
1422
1445
|
"type": "reflection",
|
|
1423
1446
|
"declaration": {
|
|
1424
|
-
"id":
|
|
1447
|
+
"id": 12,
|
|
1425
1448
|
"name": "__type",
|
|
1426
1449
|
"kind": 65536,
|
|
1427
1450
|
"kindString": "Type literal",
|
|
@@ -2228,7 +2251,7 @@
|
|
|
2228
2251
|
{
|
|
2229
2252
|
"type": "reflection",
|
|
2230
2253
|
"declaration": {
|
|
2231
|
-
"id":
|
|
2254
|
+
"id": 13,
|
|
2232
2255
|
"name": "__type",
|
|
2233
2256
|
"kind": 65536,
|
|
2234
2257
|
"kindString": "Type literal",
|
|
@@ -2242,14 +2265,14 @@
|
|
|
2242
2265
|
],
|
|
2243
2266
|
"signatures": [
|
|
2244
2267
|
{
|
|
2245
|
-
"id":
|
|
2268
|
+
"id": 14,
|
|
2246
2269
|
"name": "__type",
|
|
2247
2270
|
"kind": 4096,
|
|
2248
2271
|
"kindString": "Call signature",
|
|
2249
2272
|
"flags": {},
|
|
2250
2273
|
"parameters": [
|
|
2251
2274
|
{
|
|
2252
|
-
"id":
|
|
2275
|
+
"id": 15,
|
|
2253
2276
|
"name": "theme",
|
|
2254
2277
|
"kind": 32768,
|
|
2255
2278
|
"kindString": "Parameter",
|
|
@@ -2286,7 +2309,7 @@
|
|
|
2286
2309
|
{
|
|
2287
2310
|
"type": "reflection",
|
|
2288
2311
|
"declaration": {
|
|
2289
|
-
"id":
|
|
2312
|
+
"id": 16,
|
|
2290
2313
|
"name": "__type",
|
|
2291
2314
|
"kind": 65536,
|
|
2292
2315
|
"kindString": "Type literal",
|
|
@@ -3102,7 +3125,7 @@
|
|
|
3102
3125
|
}
|
|
3103
3126
|
},
|
|
3104
3127
|
{
|
|
3105
|
-
"id":
|
|
3128
|
+
"id": 25,
|
|
3106
3129
|
"name": "borderBottom",
|
|
3107
3130
|
"kind": 1024,
|
|
3108
3131
|
"kindString": "Property",
|
|
@@ -3192,7 +3215,7 @@
|
|
|
3192
3215
|
{
|
|
3193
3216
|
"type": "reflection",
|
|
3194
3217
|
"declaration": {
|
|
3195
|
-
"id":
|
|
3218
|
+
"id": 26,
|
|
3196
3219
|
"name": "__type",
|
|
3197
3220
|
"kind": 65536,
|
|
3198
3221
|
"kindString": "Type literal",
|
|
@@ -3206,14 +3229,14 @@
|
|
|
3206
3229
|
],
|
|
3207
3230
|
"signatures": [
|
|
3208
3231
|
{
|
|
3209
|
-
"id":
|
|
3232
|
+
"id": 27,
|
|
3210
3233
|
"name": "__type",
|
|
3211
3234
|
"kind": 4096,
|
|
3212
3235
|
"kindString": "Call signature",
|
|
3213
3236
|
"flags": {},
|
|
3214
3237
|
"parameters": [
|
|
3215
3238
|
{
|
|
3216
|
-
"id":
|
|
3239
|
+
"id": 28,
|
|
3217
3240
|
"name": "theme",
|
|
3218
3241
|
"kind": 32768,
|
|
3219
3242
|
"kindString": "Parameter",
|
|
@@ -3317,7 +3340,7 @@
|
|
|
3317
3340
|
}
|
|
3318
3341
|
},
|
|
3319
3342
|
{
|
|
3320
|
-
"id":
|
|
3343
|
+
"id": 33,
|
|
3321
3344
|
"name": "borderColor",
|
|
3322
3345
|
"kind": 1024,
|
|
3323
3346
|
"kindString": "Property",
|
|
@@ -3358,7 +3381,7 @@
|
|
|
3358
3381
|
{
|
|
3359
3382
|
"type": "reflection",
|
|
3360
3383
|
"declaration": {
|
|
3361
|
-
"id":
|
|
3384
|
+
"id": 34,
|
|
3362
3385
|
"name": "__type",
|
|
3363
3386
|
"kind": 65536,
|
|
3364
3387
|
"kindString": "Type literal",
|
|
@@ -3372,14 +3395,14 @@
|
|
|
3372
3395
|
],
|
|
3373
3396
|
"signatures": [
|
|
3374
3397
|
{
|
|
3375
|
-
"id":
|
|
3398
|
+
"id": 35,
|
|
3376
3399
|
"name": "__type",
|
|
3377
3400
|
"kind": 4096,
|
|
3378
3401
|
"kindString": "Call signature",
|
|
3379
3402
|
"flags": {},
|
|
3380
3403
|
"parameters": [
|
|
3381
3404
|
{
|
|
3382
|
-
"id":
|
|
3405
|
+
"id": 36,
|
|
3383
3406
|
"name": "theme",
|
|
3384
3407
|
"kind": 32768,
|
|
3385
3408
|
"kindString": "Parameter",
|
|
@@ -3434,7 +3457,7 @@
|
|
|
3434
3457
|
}
|
|
3435
3458
|
},
|
|
3436
3459
|
{
|
|
3437
|
-
"id":
|
|
3460
|
+
"id": 29,
|
|
3438
3461
|
"name": "borderLeft",
|
|
3439
3462
|
"kind": 1024,
|
|
3440
3463
|
"kindString": "Property",
|
|
@@ -3524,7 +3547,7 @@
|
|
|
3524
3547
|
{
|
|
3525
3548
|
"type": "reflection",
|
|
3526
3549
|
"declaration": {
|
|
3527
|
-
"id":
|
|
3550
|
+
"id": 30,
|
|
3528
3551
|
"name": "__type",
|
|
3529
3552
|
"kind": 65536,
|
|
3530
3553
|
"kindString": "Type literal",
|
|
@@ -3538,14 +3561,14 @@
|
|
|
3538
3561
|
],
|
|
3539
3562
|
"signatures": [
|
|
3540
3563
|
{
|
|
3541
|
-
"id":
|
|
3564
|
+
"id": 31,
|
|
3542
3565
|
"name": "__type",
|
|
3543
3566
|
"kind": 4096,
|
|
3544
3567
|
"kindString": "Call signature",
|
|
3545
3568
|
"flags": {},
|
|
3546
3569
|
"parameters": [
|
|
3547
3570
|
{
|
|
3548
|
-
"id":
|
|
3571
|
+
"id": 32,
|
|
3549
3572
|
"name": "theme",
|
|
3550
3573
|
"kind": 32768,
|
|
3551
3574
|
"kindString": "Parameter",
|
|
@@ -3649,7 +3672,7 @@
|
|
|
3649
3672
|
}
|
|
3650
3673
|
},
|
|
3651
3674
|
{
|
|
3652
|
-
"id":
|
|
3675
|
+
"id": 37,
|
|
3653
3676
|
"name": "borderRadius",
|
|
3654
3677
|
"kind": 1024,
|
|
3655
3678
|
"kindString": "Property",
|
|
@@ -3739,7 +3762,7 @@
|
|
|
3739
3762
|
{
|
|
3740
3763
|
"type": "reflection",
|
|
3741
3764
|
"declaration": {
|
|
3742
|
-
"id":
|
|
3765
|
+
"id": 38,
|
|
3743
3766
|
"name": "__type",
|
|
3744
3767
|
"kind": 65536,
|
|
3745
3768
|
"kindString": "Type literal",
|
|
@@ -3753,14 +3776,14 @@
|
|
|
3753
3776
|
],
|
|
3754
3777
|
"signatures": [
|
|
3755
3778
|
{
|
|
3756
|
-
"id":
|
|
3779
|
+
"id": 39,
|
|
3757
3780
|
"name": "__type",
|
|
3758
3781
|
"kind": 4096,
|
|
3759
3782
|
"kindString": "Call signature",
|
|
3760
3783
|
"flags": {},
|
|
3761
3784
|
"parameters": [
|
|
3762
3785
|
{
|
|
3763
|
-
"id":
|
|
3786
|
+
"id": 40,
|
|
3764
3787
|
"name": "theme",
|
|
3765
3788
|
"kind": 32768,
|
|
3766
3789
|
"kindString": "Parameter",
|
|
@@ -3864,7 +3887,7 @@
|
|
|
3864
3887
|
}
|
|
3865
3888
|
},
|
|
3866
3889
|
{
|
|
3867
|
-
"id":
|
|
3890
|
+
"id": 21,
|
|
3868
3891
|
"name": "borderRight",
|
|
3869
3892
|
"kind": 1024,
|
|
3870
3893
|
"kindString": "Property",
|
|
@@ -3954,7 +3977,7 @@
|
|
|
3954
3977
|
{
|
|
3955
3978
|
"type": "reflection",
|
|
3956
3979
|
"declaration": {
|
|
3957
|
-
"id":
|
|
3980
|
+
"id": 22,
|
|
3958
3981
|
"name": "__type",
|
|
3959
3982
|
"kind": 65536,
|
|
3960
3983
|
"kindString": "Type literal",
|
|
@@ -3968,14 +3991,14 @@
|
|
|
3968
3991
|
],
|
|
3969
3992
|
"signatures": [
|
|
3970
3993
|
{
|
|
3971
|
-
"id":
|
|
3994
|
+
"id": 23,
|
|
3972
3995
|
"name": "__type",
|
|
3973
3996
|
"kind": 4096,
|
|
3974
3997
|
"kindString": "Call signature",
|
|
3975
3998
|
"flags": {},
|
|
3976
3999
|
"parameters": [
|
|
3977
4000
|
{
|
|
3978
|
-
"id":
|
|
4001
|
+
"id": 24,
|
|
3979
4002
|
"name": "theme",
|
|
3980
4003
|
"kind": 32768,
|
|
3981
4004
|
"kindString": "Parameter",
|
|
@@ -4079,7 +4102,7 @@
|
|
|
4079
4102
|
}
|
|
4080
4103
|
},
|
|
4081
4104
|
{
|
|
4082
|
-
"id":
|
|
4105
|
+
"id": 17,
|
|
4083
4106
|
"name": "borderTop",
|
|
4084
4107
|
"kind": 1024,
|
|
4085
4108
|
"kindString": "Property",
|
|
@@ -4169,7 +4192,7 @@
|
|
|
4169
4192
|
{
|
|
4170
4193
|
"type": "reflection",
|
|
4171
4194
|
"declaration": {
|
|
4172
|
-
"id":
|
|
4195
|
+
"id": 18,
|
|
4173
4196
|
"name": "__type",
|
|
4174
4197
|
"kind": 65536,
|
|
4175
4198
|
"kindString": "Type literal",
|
|
@@ -4183,14 +4206,14 @@
|
|
|
4183
4206
|
],
|
|
4184
4207
|
"signatures": [
|
|
4185
4208
|
{
|
|
4186
|
-
"id":
|
|
4209
|
+
"id": 19,
|
|
4187
4210
|
"name": "__type",
|
|
4188
4211
|
"kind": 4096,
|
|
4189
4212
|
"kindString": "Call signature",
|
|
4190
4213
|
"flags": {},
|
|
4191
4214
|
"parameters": [
|
|
4192
4215
|
{
|
|
4193
|
-
"id":
|
|
4216
|
+
"id": 20,
|
|
4194
4217
|
"name": "theme",
|
|
4195
4218
|
"kind": 32768,
|
|
4196
4219
|
"kindString": "Parameter",
|
|
@@ -4294,7 +4317,7 @@
|
|
|
4294
4317
|
}
|
|
4295
4318
|
},
|
|
4296
4319
|
{
|
|
4297
|
-
"id":
|
|
4320
|
+
"id": 193,
|
|
4298
4321
|
"name": "bottom",
|
|
4299
4322
|
"kind": 1024,
|
|
4300
4323
|
"kindString": "Property",
|
|
@@ -4384,7 +4407,7 @@
|
|
|
4384
4407
|
{
|
|
4385
4408
|
"type": "reflection",
|
|
4386
4409
|
"declaration": {
|
|
4387
|
-
"id":
|
|
4410
|
+
"id": 194,
|
|
4388
4411
|
"name": "__type",
|
|
4389
4412
|
"kind": 65536,
|
|
4390
4413
|
"kindString": "Type literal",
|
|
@@ -4398,14 +4421,14 @@
|
|
|
4398
4421
|
],
|
|
4399
4422
|
"signatures": [
|
|
4400
4423
|
{
|
|
4401
|
-
"id":
|
|
4424
|
+
"id": 195,
|
|
4402
4425
|
"name": "__type",
|
|
4403
4426
|
"kind": 4096,
|
|
4404
4427
|
"kindString": "Call signature",
|
|
4405
4428
|
"flags": {},
|
|
4406
4429
|
"parameters": [
|
|
4407
4430
|
{
|
|
4408
|
-
"id":
|
|
4431
|
+
"id": 196,
|
|
4409
4432
|
"name": "theme",
|
|
4410
4433
|
"kind": 32768,
|
|
4411
4434
|
"kindString": "Parameter",
|
|
@@ -4509,7 +4532,7 @@
|
|
|
4509
4532
|
}
|
|
4510
4533
|
},
|
|
4511
4534
|
{
|
|
4512
|
-
"id":
|
|
4535
|
+
"id": 201,
|
|
4513
4536
|
"name": "boxShadow",
|
|
4514
4537
|
"kind": 1024,
|
|
4515
4538
|
"kindString": "Property",
|
|
@@ -4547,7 +4570,7 @@
|
|
|
4547
4570
|
{
|
|
4548
4571
|
"type": "reflection",
|
|
4549
4572
|
"declaration": {
|
|
4550
|
-
"id":
|
|
4573
|
+
"id": 202,
|
|
4551
4574
|
"name": "__type",
|
|
4552
4575
|
"kind": 65536,
|
|
4553
4576
|
"kindString": "Type literal",
|
|
@@ -4561,14 +4584,14 @@
|
|
|
4561
4584
|
],
|
|
4562
4585
|
"signatures": [
|
|
4563
4586
|
{
|
|
4564
|
-
"id":
|
|
4587
|
+
"id": 203,
|
|
4565
4588
|
"name": "__type",
|
|
4566
4589
|
"kind": 4096,
|
|
4567
4590
|
"kindString": "Call signature",
|
|
4568
4591
|
"flags": {},
|
|
4569
4592
|
"parameters": [
|
|
4570
4593
|
{
|
|
4571
|
-
"id":
|
|
4594
|
+
"id": 204,
|
|
4572
4595
|
"name": "theme",
|
|
4573
4596
|
"kind": 32768,
|
|
4574
4597
|
"kindString": "Parameter",
|
|
@@ -4620,7 +4643,7 @@
|
|
|
4620
4643
|
}
|
|
4621
4644
|
},
|
|
4622
4645
|
{
|
|
4623
|
-
"id":
|
|
4646
|
+
"id": 229,
|
|
4624
4647
|
"name": "boxSizing",
|
|
4625
4648
|
"kind": 1024,
|
|
4626
4649
|
"kindString": "Property",
|
|
@@ -4680,7 +4703,7 @@
|
|
|
4680
4703
|
{
|
|
4681
4704
|
"type": "reflection",
|
|
4682
4705
|
"declaration": {
|
|
4683
|
-
"id":
|
|
4706
|
+
"id": 230,
|
|
4684
4707
|
"name": "__type",
|
|
4685
4708
|
"kind": 65536,
|
|
4686
4709
|
"kindString": "Type literal",
|
|
@@ -4694,14 +4717,14 @@
|
|
|
4694
4717
|
],
|
|
4695
4718
|
"signatures": [
|
|
4696
4719
|
{
|
|
4697
|
-
"id":
|
|
4720
|
+
"id": 231,
|
|
4698
4721
|
"name": "__type",
|
|
4699
4722
|
"kind": 4096,
|
|
4700
4723
|
"kindString": "Call signature",
|
|
4701
4724
|
"flags": {},
|
|
4702
4725
|
"parameters": [
|
|
4703
4726
|
{
|
|
4704
|
-
"id":
|
|
4727
|
+
"id": 232,
|
|
4705
4728
|
"name": "theme",
|
|
4706
4729
|
"kind": 32768,
|
|
4707
4730
|
"kindString": "Parameter",
|
|
@@ -4775,7 +4798,7 @@
|
|
|
4775
4798
|
}
|
|
4776
4799
|
},
|
|
4777
4800
|
{
|
|
4778
|
-
"id":
|
|
4801
|
+
"id": 169,
|
|
4779
4802
|
"name": "color",
|
|
4780
4803
|
"kind": 1024,
|
|
4781
4804
|
"kindString": "Property",
|
|
@@ -4816,7 +4839,7 @@
|
|
|
4816
4839
|
{
|
|
4817
4840
|
"type": "reflection",
|
|
4818
4841
|
"declaration": {
|
|
4819
|
-
"id":
|
|
4842
|
+
"id": 170,
|
|
4820
4843
|
"name": "__type",
|
|
4821
4844
|
"kind": 65536,
|
|
4822
4845
|
"kindString": "Type literal",
|
|
@@ -4830,14 +4853,14 @@
|
|
|
4830
4853
|
],
|
|
4831
4854
|
"signatures": [
|
|
4832
4855
|
{
|
|
4833
|
-
"id":
|
|
4856
|
+
"id": 171,
|
|
4834
4857
|
"name": "__type",
|
|
4835
4858
|
"kind": 4096,
|
|
4836
4859
|
"kindString": "Call signature",
|
|
4837
4860
|
"flags": {},
|
|
4838
4861
|
"parameters": [
|
|
4839
4862
|
{
|
|
4840
|
-
"id":
|
|
4863
|
+
"id": 172,
|
|
4841
4864
|
"name": "theme",
|
|
4842
4865
|
"kind": 32768,
|
|
4843
4866
|
"kindString": "Parameter",
|
|
@@ -4892,7 +4915,7 @@
|
|
|
4892
4915
|
}
|
|
4893
4916
|
},
|
|
4894
4917
|
{
|
|
4895
|
-
"id":
|
|
4918
|
+
"id": 121,
|
|
4896
4919
|
"name": "columnGap",
|
|
4897
4920
|
"kind": 1024,
|
|
4898
4921
|
"kindString": "Property",
|
|
@@ -4982,7 +5005,7 @@
|
|
|
4982
5005
|
{
|
|
4983
5006
|
"type": "reflection",
|
|
4984
5007
|
"declaration": {
|
|
4985
|
-
"id":
|
|
5008
|
+
"id": 122,
|
|
4986
5009
|
"name": "__type",
|
|
4987
5010
|
"kind": 65536,
|
|
4988
5011
|
"kindString": "Type literal",
|
|
@@ -4996,14 +5019,14 @@
|
|
|
4996
5019
|
],
|
|
4997
5020
|
"signatures": [
|
|
4998
5021
|
{
|
|
4999
|
-
"id":
|
|
5022
|
+
"id": 123,
|
|
5000
5023
|
"name": "__type",
|
|
5001
5024
|
"kind": 4096,
|
|
5002
5025
|
"kindString": "Call signature",
|
|
5003
5026
|
"flags": {},
|
|
5004
5027
|
"parameters": [
|
|
5005
5028
|
{
|
|
5006
|
-
"id":
|
|
5029
|
+
"id": 124,
|
|
5007
5030
|
"name": "theme",
|
|
5008
5031
|
"kind": 32768,
|
|
5009
5032
|
"kindString": "Parameter",
|
|
@@ -5107,7 +5130,7 @@
|
|
|
5107
5130
|
}
|
|
5108
5131
|
},
|
|
5109
5132
|
{
|
|
5110
|
-
"id":
|
|
5133
|
+
"id": 41,
|
|
5111
5134
|
"name": "display",
|
|
5112
5135
|
"kind": 1024,
|
|
5113
5136
|
"kindString": "Property",
|
|
@@ -5148,7 +5171,7 @@
|
|
|
5148
5171
|
{
|
|
5149
5172
|
"type": "reflection",
|
|
5150
5173
|
"declaration": {
|
|
5151
|
-
"id":
|
|
5174
|
+
"id": 42,
|
|
5152
5175
|
"name": "__type",
|
|
5153
5176
|
"kind": 65536,
|
|
5154
5177
|
"kindString": "Type literal",
|
|
@@ -5162,14 +5185,14 @@
|
|
|
5162
5185
|
],
|
|
5163
5186
|
"signatures": [
|
|
5164
5187
|
{
|
|
5165
|
-
"id":
|
|
5188
|
+
"id": 43,
|
|
5166
5189
|
"name": "__type",
|
|
5167
5190
|
"kind": 4096,
|
|
5168
5191
|
"kindString": "Call signature",
|
|
5169
5192
|
"flags": {},
|
|
5170
5193
|
"parameters": [
|
|
5171
5194
|
{
|
|
5172
|
-
"id":
|
|
5195
|
+
"id": 44,
|
|
5173
5196
|
"name": "theme",
|
|
5174
5197
|
"kind": 32768,
|
|
5175
5198
|
"kindString": "Parameter",
|
|
@@ -5224,7 +5247,7 @@
|
|
|
5224
5247
|
}
|
|
5225
5248
|
},
|
|
5226
5249
|
{
|
|
5227
|
-
"id":
|
|
5250
|
+
"id": 45,
|
|
5228
5251
|
"name": "displayPrint",
|
|
5229
5252
|
"kind": 1024,
|
|
5230
5253
|
"kindString": "Property",
|
|
@@ -5265,7 +5288,7 @@
|
|
|
5265
5288
|
{
|
|
5266
5289
|
"type": "reflection",
|
|
5267
5290
|
"declaration": {
|
|
5268
|
-
"id":
|
|
5291
|
+
"id": 46,
|
|
5269
5292
|
"name": "__type",
|
|
5270
5293
|
"kind": 65536,
|
|
5271
5294
|
"kindString": "Type literal",
|
|
@@ -5279,14 +5302,14 @@
|
|
|
5279
5302
|
],
|
|
5280
5303
|
"signatures": [
|
|
5281
5304
|
{
|
|
5282
|
-
"id":
|
|
5305
|
+
"id": 47,
|
|
5283
5306
|
"name": "__type",
|
|
5284
5307
|
"kind": 4096,
|
|
5285
5308
|
"kindString": "Call signature",
|
|
5286
5309
|
"flags": {},
|
|
5287
5310
|
"parameters": [
|
|
5288
5311
|
{
|
|
5289
|
-
"id":
|
|
5312
|
+
"id": 48,
|
|
5290
5313
|
"name": "theme",
|
|
5291
5314
|
"kind": 32768,
|
|
5292
5315
|
"kindString": "Parameter",
|
|
@@ -5341,7 +5364,7 @@
|
|
|
5341
5364
|
}
|
|
5342
5365
|
},
|
|
5343
5366
|
{
|
|
5344
|
-
"id":
|
|
5367
|
+
"id": 93,
|
|
5345
5368
|
"name": "flex",
|
|
5346
5369
|
"kind": 1024,
|
|
5347
5370
|
"kindString": "Property",
|
|
@@ -5431,7 +5454,7 @@
|
|
|
5431
5454
|
{
|
|
5432
5455
|
"type": "reflection",
|
|
5433
5456
|
"declaration": {
|
|
5434
|
-
"id":
|
|
5457
|
+
"id": 94,
|
|
5435
5458
|
"name": "__type",
|
|
5436
5459
|
"kind": 65536,
|
|
5437
5460
|
"kindString": "Type literal",
|
|
@@ -5445,14 +5468,14 @@
|
|
|
5445
5468
|
],
|
|
5446
5469
|
"signatures": [
|
|
5447
5470
|
{
|
|
5448
|
-
"id":
|
|
5471
|
+
"id": 95,
|
|
5449
5472
|
"name": "__type",
|
|
5450
5473
|
"kind": 4096,
|
|
5451
5474
|
"kindString": "Call signature",
|
|
5452
5475
|
"flags": {},
|
|
5453
5476
|
"parameters": [
|
|
5454
5477
|
{
|
|
5455
|
-
"id":
|
|
5478
|
+
"id": 96,
|
|
5456
5479
|
"name": "theme",
|
|
5457
5480
|
"kind": 32768,
|
|
5458
5481
|
"kindString": "Parameter",
|
|
@@ -5556,7 +5579,7 @@
|
|
|
5556
5579
|
}
|
|
5557
5580
|
},
|
|
5558
5581
|
{
|
|
5559
|
-
"id":
|
|
5582
|
+
"id": 65,
|
|
5560
5583
|
"name": "flexBasis",
|
|
5561
5584
|
"kind": 1024,
|
|
5562
5585
|
"kindString": "Property",
|
|
@@ -5646,7 +5669,7 @@
|
|
|
5646
5669
|
{
|
|
5647
5670
|
"type": "reflection",
|
|
5648
5671
|
"declaration": {
|
|
5649
|
-
"id":
|
|
5672
|
+
"id": 66,
|
|
5650
5673
|
"name": "__type",
|
|
5651
5674
|
"kind": 65536,
|
|
5652
5675
|
"kindString": "Type literal",
|
|
@@ -5660,14 +5683,14 @@
|
|
|
5660
5683
|
],
|
|
5661
5684
|
"signatures": [
|
|
5662
5685
|
{
|
|
5663
|
-
"id":
|
|
5686
|
+
"id": 67,
|
|
5664
5687
|
"name": "__type",
|
|
5665
5688
|
"kind": 4096,
|
|
5666
5689
|
"kindString": "Call signature",
|
|
5667
5690
|
"flags": {},
|
|
5668
5691
|
"parameters": [
|
|
5669
5692
|
{
|
|
5670
|
-
"id":
|
|
5693
|
+
"id": 68,
|
|
5671
5694
|
"name": "theme",
|
|
5672
5695
|
"kind": 32768,
|
|
5673
5696
|
"kindString": "Parameter",
|
|
@@ -5771,7 +5794,7 @@
|
|
|
5771
5794
|
}
|
|
5772
5795
|
},
|
|
5773
5796
|
{
|
|
5774
|
-
"id":
|
|
5797
|
+
"id": 69,
|
|
5775
5798
|
"name": "flexDirection",
|
|
5776
5799
|
"kind": 1024,
|
|
5777
5800
|
"kindString": "Property",
|
|
@@ -5831,7 +5854,7 @@
|
|
|
5831
5854
|
{
|
|
5832
5855
|
"type": "reflection",
|
|
5833
5856
|
"declaration": {
|
|
5834
|
-
"id":
|
|
5857
|
+
"id": 70,
|
|
5835
5858
|
"name": "__type",
|
|
5836
5859
|
"kind": 65536,
|
|
5837
5860
|
"kindString": "Type literal",
|
|
@@ -5845,14 +5868,14 @@
|
|
|
5845
5868
|
],
|
|
5846
5869
|
"signatures": [
|
|
5847
5870
|
{
|
|
5848
|
-
"id":
|
|
5871
|
+
"id": 71,
|
|
5849
5872
|
"name": "__type",
|
|
5850
5873
|
"kind": 4096,
|
|
5851
5874
|
"kindString": "Call signature",
|
|
5852
5875
|
"flags": {},
|
|
5853
5876
|
"parameters": [
|
|
5854
5877
|
{
|
|
5855
|
-
"id":
|
|
5878
|
+
"id": 72,
|
|
5856
5879
|
"name": "theme",
|
|
5857
5880
|
"kind": 32768,
|
|
5858
5881
|
"kindString": "Parameter",
|
|
@@ -5926,7 +5949,7 @@
|
|
|
5926
5949
|
}
|
|
5927
5950
|
},
|
|
5928
5951
|
{
|
|
5929
|
-
"id":
|
|
5952
|
+
"id": 97,
|
|
5930
5953
|
"name": "flexGrow",
|
|
5931
5954
|
"kind": 1024,
|
|
5932
5955
|
"kindString": "Property",
|
|
@@ -5986,7 +6009,7 @@
|
|
|
5986
6009
|
{
|
|
5987
6010
|
"type": "reflection",
|
|
5988
6011
|
"declaration": {
|
|
5989
|
-
"id":
|
|
6012
|
+
"id": 98,
|
|
5990
6013
|
"name": "__type",
|
|
5991
6014
|
"kind": 65536,
|
|
5992
6015
|
"kindString": "Type literal",
|
|
@@ -6000,14 +6023,14 @@
|
|
|
6000
6023
|
],
|
|
6001
6024
|
"signatures": [
|
|
6002
6025
|
{
|
|
6003
|
-
"id":
|
|
6026
|
+
"id": 99,
|
|
6004
6027
|
"name": "__type",
|
|
6005
6028
|
"kind": 4096,
|
|
6006
6029
|
"kindString": "Call signature",
|
|
6007
6030
|
"flags": {},
|
|
6008
6031
|
"parameters": [
|
|
6009
6032
|
{
|
|
6010
|
-
"id":
|
|
6033
|
+
"id": 100,
|
|
6011
6034
|
"name": "theme",
|
|
6012
6035
|
"kind": 32768,
|
|
6013
6036
|
"kindString": "Parameter",
|
|
@@ -6081,7 +6104,7 @@
|
|
|
6081
6104
|
}
|
|
6082
6105
|
},
|
|
6083
6106
|
{
|
|
6084
|
-
"id":
|
|
6107
|
+
"id": 101,
|
|
6085
6108
|
"name": "flexShrink",
|
|
6086
6109
|
"kind": 1024,
|
|
6087
6110
|
"kindString": "Property",
|
|
@@ -6141,7 +6164,7 @@
|
|
|
6141
6164
|
{
|
|
6142
6165
|
"type": "reflection",
|
|
6143
6166
|
"declaration": {
|
|
6144
|
-
"id":
|
|
6167
|
+
"id": 102,
|
|
6145
6168
|
"name": "__type",
|
|
6146
6169
|
"kind": 65536,
|
|
6147
6170
|
"kindString": "Type literal",
|
|
@@ -6155,14 +6178,14 @@
|
|
|
6155
6178
|
],
|
|
6156
6179
|
"signatures": [
|
|
6157
6180
|
{
|
|
6158
|
-
"id":
|
|
6181
|
+
"id": 103,
|
|
6159
6182
|
"name": "__type",
|
|
6160
6183
|
"kind": 4096,
|
|
6161
6184
|
"kindString": "Call signature",
|
|
6162
6185
|
"flags": {},
|
|
6163
6186
|
"parameters": [
|
|
6164
6187
|
{
|
|
6165
|
-
"id":
|
|
6188
|
+
"id": 104,
|
|
6166
6189
|
"name": "theme",
|
|
6167
6190
|
"kind": 32768,
|
|
6168
6191
|
"kindString": "Parameter",
|
|
@@ -6236,7 +6259,7 @@
|
|
|
6236
6259
|
}
|
|
6237
6260
|
},
|
|
6238
6261
|
{
|
|
6239
|
-
"id":
|
|
6262
|
+
"id": 73,
|
|
6240
6263
|
"name": "flexWrap",
|
|
6241
6264
|
"kind": 1024,
|
|
6242
6265
|
"kindString": "Property",
|
|
@@ -6296,7 +6319,7 @@
|
|
|
6296
6319
|
{
|
|
6297
6320
|
"type": "reflection",
|
|
6298
6321
|
"declaration": {
|
|
6299
|
-
"id":
|
|
6322
|
+
"id": 74,
|
|
6300
6323
|
"name": "__type",
|
|
6301
6324
|
"kind": 65536,
|
|
6302
6325
|
"kindString": "Type literal",
|
|
@@ -6310,14 +6333,14 @@
|
|
|
6310
6333
|
],
|
|
6311
6334
|
"signatures": [
|
|
6312
6335
|
{
|
|
6313
|
-
"id":
|
|
6336
|
+
"id": 75,
|
|
6314
6337
|
"name": "__type",
|
|
6315
6338
|
"kind": 4096,
|
|
6316
6339
|
"kindString": "Call signature",
|
|
6317
6340
|
"flags": {},
|
|
6318
6341
|
"parameters": [
|
|
6319
6342
|
{
|
|
6320
|
-
"id":
|
|
6343
|
+
"id": 76,
|
|
6321
6344
|
"name": "theme",
|
|
6322
6345
|
"kind": 32768,
|
|
6323
6346
|
"kindString": "Parameter",
|
|
@@ -6391,7 +6414,7 @@
|
|
|
6391
6414
|
}
|
|
6392
6415
|
},
|
|
6393
6416
|
{
|
|
6394
|
-
"id":
|
|
6417
|
+
"id": 345,
|
|
6395
6418
|
"name": "fontFamily",
|
|
6396
6419
|
"kind": 1024,
|
|
6397
6420
|
"kindString": "Property",
|
|
@@ -6432,7 +6455,7 @@
|
|
|
6432
6455
|
{
|
|
6433
6456
|
"type": "reflection",
|
|
6434
6457
|
"declaration": {
|
|
6435
|
-
"id":
|
|
6458
|
+
"id": 346,
|
|
6436
6459
|
"name": "__type",
|
|
6437
6460
|
"kind": 65536,
|
|
6438
6461
|
"kindString": "Type literal",
|
|
@@ -6446,14 +6469,14 @@
|
|
|
6446
6469
|
],
|
|
6447
6470
|
"signatures": [
|
|
6448
6471
|
{
|
|
6449
|
-
"id":
|
|
6472
|
+
"id": 347,
|
|
6450
6473
|
"name": "__type",
|
|
6451
6474
|
"kind": 4096,
|
|
6452
6475
|
"kindString": "Call signature",
|
|
6453
6476
|
"flags": {},
|
|
6454
6477
|
"parameters": [
|
|
6455
6478
|
{
|
|
6456
|
-
"id":
|
|
6479
|
+
"id": 348,
|
|
6457
6480
|
"name": "theme",
|
|
6458
6481
|
"kind": 32768,
|
|
6459
6482
|
"kindString": "Parameter",
|
|
@@ -6508,7 +6531,7 @@
|
|
|
6508
6531
|
}
|
|
6509
6532
|
},
|
|
6510
6533
|
{
|
|
6511
|
-
"id":
|
|
6534
|
+
"id": 349,
|
|
6512
6535
|
"name": "fontSize",
|
|
6513
6536
|
"kind": 1024,
|
|
6514
6537
|
"kindString": "Property",
|
|
@@ -6598,7 +6621,7 @@
|
|
|
6598
6621
|
{
|
|
6599
6622
|
"type": "reflection",
|
|
6600
6623
|
"declaration": {
|
|
6601
|
-
"id":
|
|
6624
|
+
"id": 350,
|
|
6602
6625
|
"name": "__type",
|
|
6603
6626
|
"kind": 65536,
|
|
6604
6627
|
"kindString": "Type literal",
|
|
@@ -6612,14 +6635,14 @@
|
|
|
6612
6635
|
],
|
|
6613
6636
|
"signatures": [
|
|
6614
6637
|
{
|
|
6615
|
-
"id":
|
|
6638
|
+
"id": 351,
|
|
6616
6639
|
"name": "__type",
|
|
6617
6640
|
"kind": 4096,
|
|
6618
6641
|
"kindString": "Call signature",
|
|
6619
6642
|
"flags": {},
|
|
6620
6643
|
"parameters": [
|
|
6621
6644
|
{
|
|
6622
|
-
"id":
|
|
6645
|
+
"id": 352,
|
|
6623
6646
|
"name": "theme",
|
|
6624
6647
|
"kind": 32768,
|
|
6625
6648
|
"kindString": "Parameter",
|
|
@@ -6723,7 +6746,7 @@
|
|
|
6723
6746
|
}
|
|
6724
6747
|
},
|
|
6725
6748
|
{
|
|
6726
|
-
"id":
|
|
6749
|
+
"id": 353,
|
|
6727
6750
|
"name": "fontStyle",
|
|
6728
6751
|
"kind": 1024,
|
|
6729
6752
|
"kindString": "Property",
|
|
@@ -6764,7 +6787,7 @@
|
|
|
6764
6787
|
{
|
|
6765
6788
|
"type": "reflection",
|
|
6766
6789
|
"declaration": {
|
|
6767
|
-
"id":
|
|
6790
|
+
"id": 354,
|
|
6768
6791
|
"name": "__type",
|
|
6769
6792
|
"kind": 65536,
|
|
6770
6793
|
"kindString": "Type literal",
|
|
@@ -6778,14 +6801,14 @@
|
|
|
6778
6801
|
],
|
|
6779
6802
|
"signatures": [
|
|
6780
6803
|
{
|
|
6781
|
-
"id":
|
|
6804
|
+
"id": 355,
|
|
6782
6805
|
"name": "__type",
|
|
6783
6806
|
"kind": 4096,
|
|
6784
6807
|
"kindString": "Call signature",
|
|
6785
6808
|
"flags": {},
|
|
6786
6809
|
"parameters": [
|
|
6787
6810
|
{
|
|
6788
|
-
"id":
|
|
6811
|
+
"id": 356,
|
|
6789
6812
|
"name": "theme",
|
|
6790
6813
|
"kind": 32768,
|
|
6791
6814
|
"kindString": "Parameter",
|
|
@@ -6840,7 +6863,7 @@
|
|
|
6840
6863
|
}
|
|
6841
6864
|
},
|
|
6842
6865
|
{
|
|
6843
|
-
"id":
|
|
6866
|
+
"id": 357,
|
|
6844
6867
|
"name": "fontWeight",
|
|
6845
6868
|
"kind": 1024,
|
|
6846
6869
|
"kindString": "Property",
|
|
@@ -6872,7 +6895,7 @@
|
|
|
6872
6895
|
{
|
|
6873
6896
|
"type": "reflection",
|
|
6874
6897
|
"declaration": {
|
|
6875
|
-
"id":
|
|
6898
|
+
"id": 358,
|
|
6876
6899
|
"name": "__type",
|
|
6877
6900
|
"kind": 65536,
|
|
6878
6901
|
"kindString": "Type literal",
|
|
@@ -6891,7 +6914,7 @@
|
|
|
6891
6914
|
{
|
|
6892
6915
|
"type": "reflection",
|
|
6893
6916
|
"declaration": {
|
|
6894
|
-
"id":
|
|
6917
|
+
"id": 359,
|
|
6895
6918
|
"name": "__type",
|
|
6896
6919
|
"kind": 65536,
|
|
6897
6920
|
"kindString": "Type literal",
|
|
@@ -6910,7 +6933,7 @@
|
|
|
6910
6933
|
{
|
|
6911
6934
|
"type": "reflection",
|
|
6912
6935
|
"declaration": {
|
|
6913
|
-
"id":
|
|
6936
|
+
"id": 360,
|
|
6914
6937
|
"name": "__type",
|
|
6915
6938
|
"kind": 65536,
|
|
6916
6939
|
"kindString": "Type literal",
|
|
@@ -6924,14 +6947,14 @@
|
|
|
6924
6947
|
],
|
|
6925
6948
|
"signatures": [
|
|
6926
6949
|
{
|
|
6927
|
-
"id":
|
|
6950
|
+
"id": 361,
|
|
6928
6951
|
"name": "__type",
|
|
6929
6952
|
"kind": 4096,
|
|
6930
6953
|
"kindString": "Call signature",
|
|
6931
6954
|
"flags": {},
|
|
6932
6955
|
"parameters": [
|
|
6933
6956
|
{
|
|
6934
|
-
"id":
|
|
6957
|
+
"id": 362,
|
|
6935
6958
|
"name": "theme",
|
|
6936
6959
|
"kind": 32768,
|
|
6937
6960
|
"kindString": "Parameter",
|
|
@@ -6968,7 +6991,7 @@
|
|
|
6968
6991
|
{
|
|
6969
6992
|
"type": "reflection",
|
|
6970
6993
|
"declaration": {
|
|
6971
|
-
"id":
|
|
6994
|
+
"id": 363,
|
|
6972
6995
|
"name": "__type",
|
|
6973
6996
|
"kind": 65536,
|
|
6974
6997
|
"kindString": "Type literal",
|
|
@@ -6987,7 +7010,7 @@
|
|
|
6987
7010
|
{
|
|
6988
7011
|
"type": "reflection",
|
|
6989
7012
|
"declaration": {
|
|
6990
|
-
"id":
|
|
7013
|
+
"id": 364,
|
|
6991
7014
|
"name": "__type",
|
|
6992
7015
|
"kind": 65536,
|
|
6993
7016
|
"kindString": "Type literal",
|
|
@@ -7015,7 +7038,7 @@
|
|
|
7015
7038
|
}
|
|
7016
7039
|
},
|
|
7017
7040
|
{
|
|
7018
|
-
"id":
|
|
7041
|
+
"id": 117,
|
|
7019
7042
|
"name": "gap",
|
|
7020
7043
|
"kind": 1024,
|
|
7021
7044
|
"kindString": "Property",
|
|
@@ -7105,7 +7128,7 @@
|
|
|
7105
7128
|
{
|
|
7106
7129
|
"type": "reflection",
|
|
7107
7130
|
"declaration": {
|
|
7108
|
-
"id":
|
|
7131
|
+
"id": 118,
|
|
7109
7132
|
"name": "__type",
|
|
7110
7133
|
"kind": 65536,
|
|
7111
7134
|
"kindString": "Type literal",
|
|
@@ -7119,14 +7142,14 @@
|
|
|
7119
7142
|
],
|
|
7120
7143
|
"signatures": [
|
|
7121
7144
|
{
|
|
7122
|
-
"id":
|
|
7145
|
+
"id": 119,
|
|
7123
7146
|
"name": "__type",
|
|
7124
7147
|
"kind": 4096,
|
|
7125
7148
|
"kindString": "Call signature",
|
|
7126
7149
|
"flags": {},
|
|
7127
7150
|
"parameters": [
|
|
7128
7151
|
{
|
|
7129
|
-
"id":
|
|
7152
|
+
"id": 120,
|
|
7130
7153
|
"name": "theme",
|
|
7131
7154
|
"kind": 32768,
|
|
7132
7155
|
"kindString": "Parameter",
|
|
@@ -7230,7 +7253,7 @@
|
|
|
7230
7253
|
}
|
|
7231
7254
|
},
|
|
7232
7255
|
{
|
|
7233
|
-
"id":
|
|
7256
|
+
"id": 161,
|
|
7234
7257
|
"name": "gridArea",
|
|
7235
7258
|
"kind": 1024,
|
|
7236
7259
|
"kindString": "Property",
|
|
@@ -7290,7 +7313,7 @@
|
|
|
7290
7313
|
{
|
|
7291
7314
|
"type": "reflection",
|
|
7292
7315
|
"declaration": {
|
|
7293
|
-
"id":
|
|
7316
|
+
"id": 162,
|
|
7294
7317
|
"name": "__type",
|
|
7295
7318
|
"kind": 65536,
|
|
7296
7319
|
"kindString": "Type literal",
|
|
@@ -7304,14 +7327,14 @@
|
|
|
7304
7327
|
],
|
|
7305
7328
|
"signatures": [
|
|
7306
7329
|
{
|
|
7307
|
-
"id":
|
|
7330
|
+
"id": 163,
|
|
7308
7331
|
"name": "__type",
|
|
7309
7332
|
"kind": 4096,
|
|
7310
7333
|
"kindString": "Call signature",
|
|
7311
7334
|
"flags": {},
|
|
7312
7335
|
"parameters": [
|
|
7313
7336
|
{
|
|
7314
|
-
"id":
|
|
7337
|
+
"id": 164,
|
|
7315
7338
|
"name": "theme",
|
|
7316
7339
|
"kind": 32768,
|
|
7317
7340
|
"kindString": "Parameter",
|
|
@@ -7385,7 +7408,7 @@
|
|
|
7385
7408
|
}
|
|
7386
7409
|
},
|
|
7387
7410
|
{
|
|
7388
|
-
"id":
|
|
7411
|
+
"id": 141,
|
|
7389
7412
|
"name": "gridAutoColumns",
|
|
7390
7413
|
"kind": 1024,
|
|
7391
7414
|
"kindString": "Property",
|
|
@@ -7475,7 +7498,7 @@
|
|
|
7475
7498
|
{
|
|
7476
7499
|
"type": "reflection",
|
|
7477
7500
|
"declaration": {
|
|
7478
|
-
"id":
|
|
7501
|
+
"id": 142,
|
|
7479
7502
|
"name": "__type",
|
|
7480
7503
|
"kind": 65536,
|
|
7481
7504
|
"kindString": "Type literal",
|
|
@@ -7489,14 +7512,14 @@
|
|
|
7489
7512
|
],
|
|
7490
7513
|
"signatures": [
|
|
7491
7514
|
{
|
|
7492
|
-
"id":
|
|
7515
|
+
"id": 143,
|
|
7493
7516
|
"name": "__type",
|
|
7494
7517
|
"kind": 4096,
|
|
7495
7518
|
"kindString": "Call signature",
|
|
7496
7519
|
"flags": {},
|
|
7497
7520
|
"parameters": [
|
|
7498
7521
|
{
|
|
7499
|
-
"id":
|
|
7522
|
+
"id": 144,
|
|
7500
7523
|
"name": "theme",
|
|
7501
7524
|
"kind": 32768,
|
|
7502
7525
|
"kindString": "Parameter",
|
|
@@ -7600,7 +7623,7 @@
|
|
|
7600
7623
|
}
|
|
7601
7624
|
},
|
|
7602
7625
|
{
|
|
7603
|
-
"id":
|
|
7626
|
+
"id": 137,
|
|
7604
7627
|
"name": "gridAutoFlow",
|
|
7605
7628
|
"kind": 1024,
|
|
7606
7629
|
"kindString": "Property",
|
|
@@ -7641,7 +7664,7 @@
|
|
|
7641
7664
|
{
|
|
7642
7665
|
"type": "reflection",
|
|
7643
7666
|
"declaration": {
|
|
7644
|
-
"id":
|
|
7667
|
+
"id": 138,
|
|
7645
7668
|
"name": "__type",
|
|
7646
7669
|
"kind": 65536,
|
|
7647
7670
|
"kindString": "Type literal",
|
|
@@ -7655,14 +7678,14 @@
|
|
|
7655
7678
|
],
|
|
7656
7679
|
"signatures": [
|
|
7657
7680
|
{
|
|
7658
|
-
"id":
|
|
7681
|
+
"id": 139,
|
|
7659
7682
|
"name": "__type",
|
|
7660
7683
|
"kind": 4096,
|
|
7661
7684
|
"kindString": "Call signature",
|
|
7662
7685
|
"flags": {},
|
|
7663
7686
|
"parameters": [
|
|
7664
7687
|
{
|
|
7665
|
-
"id":
|
|
7688
|
+
"id": 140,
|
|
7666
7689
|
"name": "theme",
|
|
7667
7690
|
"kind": 32768,
|
|
7668
7691
|
"kindString": "Parameter",
|
|
@@ -7717,7 +7740,7 @@
|
|
|
7717
7740
|
}
|
|
7718
7741
|
},
|
|
7719
7742
|
{
|
|
7720
|
-
"id":
|
|
7743
|
+
"id": 145,
|
|
7721
7744
|
"name": "gridAutoRows",
|
|
7722
7745
|
"kind": 1024,
|
|
7723
7746
|
"kindString": "Property",
|
|
@@ -7807,7 +7830,7 @@
|
|
|
7807
7830
|
{
|
|
7808
7831
|
"type": "reflection",
|
|
7809
7832
|
"declaration": {
|
|
7810
|
-
"id":
|
|
7833
|
+
"id": 146,
|
|
7811
7834
|
"name": "__type",
|
|
7812
7835
|
"kind": 65536,
|
|
7813
7836
|
"kindString": "Type literal",
|
|
@@ -7821,14 +7844,14 @@
|
|
|
7821
7844
|
],
|
|
7822
7845
|
"signatures": [
|
|
7823
7846
|
{
|
|
7824
|
-
"id":
|
|
7847
|
+
"id": 147,
|
|
7825
7848
|
"name": "__type",
|
|
7826
7849
|
"kind": 4096,
|
|
7827
7850
|
"kindString": "Call signature",
|
|
7828
7851
|
"flags": {},
|
|
7829
7852
|
"parameters": [
|
|
7830
7853
|
{
|
|
7831
|
-
"id":
|
|
7854
|
+
"id": 148,
|
|
7832
7855
|
"name": "theme",
|
|
7833
7856
|
"kind": 32768,
|
|
7834
7857
|
"kindString": "Parameter",
|
|
@@ -7932,7 +7955,7 @@
|
|
|
7932
7955
|
}
|
|
7933
7956
|
},
|
|
7934
7957
|
{
|
|
7935
|
-
"id":
|
|
7958
|
+
"id": 129,
|
|
7936
7959
|
"name": "gridColumn",
|
|
7937
7960
|
"kind": 1024,
|
|
7938
7961
|
"kindString": "Property",
|
|
@@ -7992,7 +8015,7 @@
|
|
|
7992
8015
|
{
|
|
7993
8016
|
"type": "reflection",
|
|
7994
8017
|
"declaration": {
|
|
7995
|
-
"id":
|
|
8018
|
+
"id": 130,
|
|
7996
8019
|
"name": "__type",
|
|
7997
8020
|
"kind": 65536,
|
|
7998
8021
|
"kindString": "Type literal",
|
|
@@ -8006,14 +8029,14 @@
|
|
|
8006
8029
|
],
|
|
8007
8030
|
"signatures": [
|
|
8008
8031
|
{
|
|
8009
|
-
"id":
|
|
8032
|
+
"id": 131,
|
|
8010
8033
|
"name": "__type",
|
|
8011
8034
|
"kind": 4096,
|
|
8012
8035
|
"kindString": "Call signature",
|
|
8013
8036
|
"flags": {},
|
|
8014
8037
|
"parameters": [
|
|
8015
8038
|
{
|
|
8016
|
-
"id":
|
|
8039
|
+
"id": 132,
|
|
8017
8040
|
"name": "theme",
|
|
8018
8041
|
"kind": 32768,
|
|
8019
8042
|
"kindString": "Parameter",
|
|
@@ -8087,7 +8110,7 @@
|
|
|
8087
8110
|
}
|
|
8088
8111
|
},
|
|
8089
8112
|
{
|
|
8090
|
-
"id":
|
|
8113
|
+
"id": 133,
|
|
8091
8114
|
"name": "gridRow",
|
|
8092
8115
|
"kind": 1024,
|
|
8093
8116
|
"kindString": "Property",
|
|
@@ -8147,7 +8170,7 @@
|
|
|
8147
8170
|
{
|
|
8148
8171
|
"type": "reflection",
|
|
8149
8172
|
"declaration": {
|
|
8150
|
-
"id":
|
|
8173
|
+
"id": 134,
|
|
8151
8174
|
"name": "__type",
|
|
8152
8175
|
"kind": 65536,
|
|
8153
8176
|
"kindString": "Type literal",
|
|
@@ -8161,14 +8184,14 @@
|
|
|
8161
8184
|
],
|
|
8162
8185
|
"signatures": [
|
|
8163
8186
|
{
|
|
8164
|
-
"id":
|
|
8187
|
+
"id": 135,
|
|
8165
8188
|
"name": "__type",
|
|
8166
8189
|
"kind": 4096,
|
|
8167
8190
|
"kindString": "Call signature",
|
|
8168
8191
|
"flags": {},
|
|
8169
8192
|
"parameters": [
|
|
8170
8193
|
{
|
|
8171
|
-
"id":
|
|
8194
|
+
"id": 136,
|
|
8172
8195
|
"name": "theme",
|
|
8173
8196
|
"kind": 32768,
|
|
8174
8197
|
"kindString": "Parameter",
|
|
@@ -8242,7 +8265,7 @@
|
|
|
8242
8265
|
}
|
|
8243
8266
|
},
|
|
8244
8267
|
{
|
|
8245
|
-
"id":
|
|
8268
|
+
"id": 157,
|
|
8246
8269
|
"name": "gridTemplateAreas",
|
|
8247
8270
|
"kind": 1024,
|
|
8248
8271
|
"kindString": "Property",
|
|
@@ -8283,7 +8306,7 @@
|
|
|
8283
8306
|
{
|
|
8284
8307
|
"type": "reflection",
|
|
8285
8308
|
"declaration": {
|
|
8286
|
-
"id":
|
|
8309
|
+
"id": 158,
|
|
8287
8310
|
"name": "__type",
|
|
8288
8311
|
"kind": 65536,
|
|
8289
8312
|
"kindString": "Type literal",
|
|
@@ -8297,14 +8320,14 @@
|
|
|
8297
8320
|
],
|
|
8298
8321
|
"signatures": [
|
|
8299
8322
|
{
|
|
8300
|
-
"id":
|
|
8323
|
+
"id": 159,
|
|
8301
8324
|
"name": "__type",
|
|
8302
8325
|
"kind": 4096,
|
|
8303
8326
|
"kindString": "Call signature",
|
|
8304
8327
|
"flags": {},
|
|
8305
8328
|
"parameters": [
|
|
8306
8329
|
{
|
|
8307
|
-
"id":
|
|
8330
|
+
"id": 160,
|
|
8308
8331
|
"name": "theme",
|
|
8309
8332
|
"kind": 32768,
|
|
8310
8333
|
"kindString": "Parameter",
|
|
@@ -8359,7 +8382,7 @@
|
|
|
8359
8382
|
}
|
|
8360
8383
|
},
|
|
8361
8384
|
{
|
|
8362
|
-
"id":
|
|
8385
|
+
"id": 149,
|
|
8363
8386
|
"name": "gridTemplateColumns",
|
|
8364
8387
|
"kind": 1024,
|
|
8365
8388
|
"kindString": "Property",
|
|
@@ -8449,7 +8472,7 @@
|
|
|
8449
8472
|
{
|
|
8450
8473
|
"type": "reflection",
|
|
8451
8474
|
"declaration": {
|
|
8452
|
-
"id":
|
|
8475
|
+
"id": 150,
|
|
8453
8476
|
"name": "__type",
|
|
8454
8477
|
"kind": 65536,
|
|
8455
8478
|
"kindString": "Type literal",
|
|
@@ -8463,14 +8486,14 @@
|
|
|
8463
8486
|
],
|
|
8464
8487
|
"signatures": [
|
|
8465
8488
|
{
|
|
8466
|
-
"id":
|
|
8489
|
+
"id": 151,
|
|
8467
8490
|
"name": "__type",
|
|
8468
8491
|
"kind": 4096,
|
|
8469
8492
|
"kindString": "Call signature",
|
|
8470
8493
|
"flags": {},
|
|
8471
8494
|
"parameters": [
|
|
8472
8495
|
{
|
|
8473
|
-
"id":
|
|
8496
|
+
"id": 152,
|
|
8474
8497
|
"name": "theme",
|
|
8475
8498
|
"kind": 32768,
|
|
8476
8499
|
"kindString": "Parameter",
|
|
@@ -8574,7 +8597,7 @@
|
|
|
8574
8597
|
}
|
|
8575
8598
|
},
|
|
8576
8599
|
{
|
|
8577
|
-
"id":
|
|
8600
|
+
"id": 153,
|
|
8578
8601
|
"name": "gridTemplateRows",
|
|
8579
8602
|
"kind": 1024,
|
|
8580
8603
|
"kindString": "Property",
|
|
@@ -8664,7 +8687,7 @@
|
|
|
8664
8687
|
{
|
|
8665
8688
|
"type": "reflection",
|
|
8666
8689
|
"declaration": {
|
|
8667
|
-
"id":
|
|
8690
|
+
"id": 154,
|
|
8668
8691
|
"name": "__type",
|
|
8669
8692
|
"kind": 65536,
|
|
8670
8693
|
"kindString": "Type literal",
|
|
@@ -8678,14 +8701,14 @@
|
|
|
8678
8701
|
],
|
|
8679
8702
|
"signatures": [
|
|
8680
8703
|
{
|
|
8681
|
-
"id":
|
|
8704
|
+
"id": 155,
|
|
8682
8705
|
"name": "__type",
|
|
8683
8706
|
"kind": 4096,
|
|
8684
8707
|
"kindString": "Call signature",
|
|
8685
8708
|
"flags": {},
|
|
8686
8709
|
"parameters": [
|
|
8687
8710
|
{
|
|
8688
|
-
"id":
|
|
8711
|
+
"id": 156,
|
|
8689
8712
|
"name": "theme",
|
|
8690
8713
|
"kind": 32768,
|
|
8691
8714
|
"kindString": "Parameter",
|
|
@@ -8789,7 +8812,7 @@
|
|
|
8789
8812
|
}
|
|
8790
8813
|
},
|
|
8791
8814
|
{
|
|
8792
|
-
"id":
|
|
8815
|
+
"id": 217,
|
|
8793
8816
|
"name": "height",
|
|
8794
8817
|
"kind": 1024,
|
|
8795
8818
|
"kindString": "Property",
|
|
@@ -8879,7 +8902,7 @@
|
|
|
8879
8902
|
{
|
|
8880
8903
|
"type": "reflection",
|
|
8881
8904
|
"declaration": {
|
|
8882
|
-
"id":
|
|
8905
|
+
"id": 218,
|
|
8883
8906
|
"name": "__type",
|
|
8884
8907
|
"kind": 65536,
|
|
8885
8908
|
"kindString": "Type literal",
|
|
@@ -8893,14 +8916,14 @@
|
|
|
8893
8916
|
],
|
|
8894
8917
|
"signatures": [
|
|
8895
8918
|
{
|
|
8896
|
-
"id":
|
|
8919
|
+
"id": 219,
|
|
8897
8920
|
"name": "__type",
|
|
8898
8921
|
"kind": 4096,
|
|
8899
8922
|
"kindString": "Call signature",
|
|
8900
8923
|
"flags": {},
|
|
8901
8924
|
"parameters": [
|
|
8902
8925
|
{
|
|
8903
|
-
"id":
|
|
8926
|
+
"id": 220,
|
|
8904
8927
|
"name": "theme",
|
|
8905
8928
|
"kind": 32768,
|
|
8906
8929
|
"kindString": "Parameter",
|
|
@@ -9004,7 +9027,7 @@
|
|
|
9004
9027
|
}
|
|
9005
9028
|
},
|
|
9006
9029
|
{
|
|
9007
|
-
"id":
|
|
9030
|
+
"id": 77,
|
|
9008
9031
|
"name": "justifyContent",
|
|
9009
9032
|
"kind": 1024,
|
|
9010
9033
|
"kindString": "Property",
|
|
@@ -9045,7 +9068,7 @@
|
|
|
9045
9068
|
{
|
|
9046
9069
|
"type": "reflection",
|
|
9047
9070
|
"declaration": {
|
|
9048
|
-
"id":
|
|
9071
|
+
"id": 78,
|
|
9049
9072
|
"name": "__type",
|
|
9050
9073
|
"kind": 65536,
|
|
9051
9074
|
"kindString": "Type literal",
|
|
@@ -9059,14 +9082,14 @@
|
|
|
9059
9082
|
],
|
|
9060
9083
|
"signatures": [
|
|
9061
9084
|
{
|
|
9062
|
-
"id":
|
|
9085
|
+
"id": 79,
|
|
9063
9086
|
"name": "__type",
|
|
9064
9087
|
"kind": 4096,
|
|
9065
9088
|
"kindString": "Call signature",
|
|
9066
9089
|
"flags": {},
|
|
9067
9090
|
"parameters": [
|
|
9068
9091
|
{
|
|
9069
|
-
"id":
|
|
9092
|
+
"id": 80,
|
|
9070
9093
|
"name": "theme",
|
|
9071
9094
|
"kind": 32768,
|
|
9072
9095
|
"kindString": "Parameter",
|
|
@@ -9121,7 +9144,7 @@
|
|
|
9121
9144
|
}
|
|
9122
9145
|
},
|
|
9123
9146
|
{
|
|
9124
|
-
"id":
|
|
9147
|
+
"id": 109,
|
|
9125
9148
|
"name": "justifyItems",
|
|
9126
9149
|
"kind": 1024,
|
|
9127
9150
|
"kindString": "Property",
|
|
@@ -9162,7 +9185,7 @@
|
|
|
9162
9185
|
{
|
|
9163
9186
|
"type": "reflection",
|
|
9164
9187
|
"declaration": {
|
|
9165
|
-
"id":
|
|
9188
|
+
"id": 110,
|
|
9166
9189
|
"name": "__type",
|
|
9167
9190
|
"kind": 65536,
|
|
9168
9191
|
"kindString": "Type literal",
|
|
@@ -9176,14 +9199,14 @@
|
|
|
9176
9199
|
],
|
|
9177
9200
|
"signatures": [
|
|
9178
9201
|
{
|
|
9179
|
-
"id":
|
|
9202
|
+
"id": 111,
|
|
9180
9203
|
"name": "__type",
|
|
9181
9204
|
"kind": 4096,
|
|
9182
9205
|
"kindString": "Call signature",
|
|
9183
9206
|
"flags": {},
|
|
9184
9207
|
"parameters": [
|
|
9185
9208
|
{
|
|
9186
|
-
"id":
|
|
9209
|
+
"id": 112,
|
|
9187
9210
|
"name": "theme",
|
|
9188
9211
|
"kind": 32768,
|
|
9189
9212
|
"kindString": "Parameter",
|
|
@@ -9238,7 +9261,7 @@
|
|
|
9238
9261
|
}
|
|
9239
9262
|
},
|
|
9240
9263
|
{
|
|
9241
|
-
"id":
|
|
9264
|
+
"id": 113,
|
|
9242
9265
|
"name": "justifySelf",
|
|
9243
9266
|
"kind": 1024,
|
|
9244
9267
|
"kindString": "Property",
|
|
@@ -9279,7 +9302,7 @@
|
|
|
9279
9302
|
{
|
|
9280
9303
|
"type": "reflection",
|
|
9281
9304
|
"declaration": {
|
|
9282
|
-
"id":
|
|
9305
|
+
"id": 114,
|
|
9283
9306
|
"name": "__type",
|
|
9284
9307
|
"kind": 65536,
|
|
9285
9308
|
"kindString": "Type literal",
|
|
@@ -9293,14 +9316,14 @@
|
|
|
9293
9316
|
],
|
|
9294
9317
|
"signatures": [
|
|
9295
9318
|
{
|
|
9296
|
-
"id":
|
|
9319
|
+
"id": 115,
|
|
9297
9320
|
"name": "__type",
|
|
9298
9321
|
"kind": 4096,
|
|
9299
9322
|
"kindString": "Call signature",
|
|
9300
9323
|
"flags": {},
|
|
9301
9324
|
"parameters": [
|
|
9302
9325
|
{
|
|
9303
|
-
"id":
|
|
9326
|
+
"id": 116,
|
|
9304
9327
|
"name": "theme",
|
|
9305
9328
|
"kind": 32768,
|
|
9306
9329
|
"kindString": "Parameter",
|
|
@@ -9355,7 +9378,7 @@
|
|
|
9355
9378
|
}
|
|
9356
9379
|
},
|
|
9357
9380
|
{
|
|
9358
|
-
"id":
|
|
9381
|
+
"id": 197,
|
|
9359
9382
|
"name": "left",
|
|
9360
9383
|
"kind": 1024,
|
|
9361
9384
|
"kindString": "Property",
|
|
@@ -9445,7 +9468,7 @@
|
|
|
9445
9468
|
{
|
|
9446
9469
|
"type": "reflection",
|
|
9447
9470
|
"declaration": {
|
|
9448
|
-
"id":
|
|
9471
|
+
"id": 198,
|
|
9449
9472
|
"name": "__type",
|
|
9450
9473
|
"kind": 65536,
|
|
9451
9474
|
"kindString": "Type literal",
|
|
@@ -9459,14 +9482,14 @@
|
|
|
9459
9482
|
],
|
|
9460
9483
|
"signatures": [
|
|
9461
9484
|
{
|
|
9462
|
-
"id":
|
|
9485
|
+
"id": 199,
|
|
9463
9486
|
"name": "__type",
|
|
9464
9487
|
"kind": 4096,
|
|
9465
9488
|
"kindString": "Call signature",
|
|
9466
9489
|
"flags": {},
|
|
9467
9490
|
"parameters": [
|
|
9468
9491
|
{
|
|
9469
|
-
"id":
|
|
9492
|
+
"id": 200,
|
|
9470
9493
|
"name": "theme",
|
|
9471
9494
|
"kind": 32768,
|
|
9472
9495
|
"kindString": "Parameter",
|
|
@@ -9570,7 +9593,7 @@
|
|
|
9570
9593
|
}
|
|
9571
9594
|
},
|
|
9572
9595
|
{
|
|
9573
|
-
"id":
|
|
9596
|
+
"id": 365,
|
|
9574
9597
|
"name": "letterSpacing",
|
|
9575
9598
|
"kind": 1024,
|
|
9576
9599
|
"kindString": "Property",
|
|
@@ -9660,7 +9683,7 @@
|
|
|
9660
9683
|
{
|
|
9661
9684
|
"type": "reflection",
|
|
9662
9685
|
"declaration": {
|
|
9663
|
-
"id":
|
|
9686
|
+
"id": 366,
|
|
9664
9687
|
"name": "__type",
|
|
9665
9688
|
"kind": 65536,
|
|
9666
9689
|
"kindString": "Type literal",
|
|
@@ -9674,14 +9697,14 @@
|
|
|
9674
9697
|
],
|
|
9675
9698
|
"signatures": [
|
|
9676
9699
|
{
|
|
9677
|
-
"id":
|
|
9700
|
+
"id": 367,
|
|
9678
9701
|
"name": "__type",
|
|
9679
9702
|
"kind": 4096,
|
|
9680
9703
|
"kindString": "Call signature",
|
|
9681
9704
|
"flags": {},
|
|
9682
9705
|
"parameters": [
|
|
9683
9706
|
{
|
|
9684
|
-
"id":
|
|
9707
|
+
"id": 368,
|
|
9685
9708
|
"name": "theme",
|
|
9686
9709
|
"kind": 32768,
|
|
9687
9710
|
"kindString": "Parameter",
|
|
@@ -9785,7 +9808,7 @@
|
|
|
9785
9808
|
}
|
|
9786
9809
|
},
|
|
9787
9810
|
{
|
|
9788
|
-
"id":
|
|
9811
|
+
"id": 369,
|
|
9789
9812
|
"name": "lineHeight",
|
|
9790
9813
|
"kind": 1024,
|
|
9791
9814
|
"kindString": "Property",
|
|
@@ -9875,7 +9898,7 @@
|
|
|
9875
9898
|
{
|
|
9876
9899
|
"type": "reflection",
|
|
9877
9900
|
"declaration": {
|
|
9878
|
-
"id":
|
|
9901
|
+
"id": 370,
|
|
9879
9902
|
"name": "__type",
|
|
9880
9903
|
"kind": 65536,
|
|
9881
9904
|
"kindString": "Type literal",
|
|
@@ -9889,14 +9912,14 @@
|
|
|
9889
9912
|
],
|
|
9890
9913
|
"signatures": [
|
|
9891
9914
|
{
|
|
9892
|
-
"id":
|
|
9915
|
+
"id": 371,
|
|
9893
9916
|
"name": "__type",
|
|
9894
9917
|
"kind": 4096,
|
|
9895
9918
|
"kindString": "Call signature",
|
|
9896
9919
|
"flags": {},
|
|
9897
9920
|
"parameters": [
|
|
9898
9921
|
{
|
|
9899
|
-
"id":
|
|
9922
|
+
"id": 372,
|
|
9900
9923
|
"name": "theme",
|
|
9901
9924
|
"kind": 32768,
|
|
9902
9925
|
"kindString": "Parameter",
|
|
@@ -10000,7 +10023,7 @@
|
|
|
10000
10023
|
}
|
|
10001
10024
|
},
|
|
10002
10025
|
{
|
|
10003
|
-
"id":
|
|
10026
|
+
"id": 233,
|
|
10004
10027
|
"name": "m",
|
|
10005
10028
|
"kind": 1024,
|
|
10006
10029
|
"kindString": "Property",
|
|
@@ -10090,7 +10113,7 @@
|
|
|
10090
10113
|
{
|
|
10091
10114
|
"type": "reflection",
|
|
10092
10115
|
"declaration": {
|
|
10093
|
-
"id":
|
|
10116
|
+
"id": 234,
|
|
10094
10117
|
"name": "__type",
|
|
10095
10118
|
"kind": 65536,
|
|
10096
10119
|
"kindString": "Type literal",
|
|
@@ -10104,14 +10127,14 @@
|
|
|
10104
10127
|
],
|
|
10105
10128
|
"signatures": [
|
|
10106
10129
|
{
|
|
10107
|
-
"id":
|
|
10130
|
+
"id": 235,
|
|
10108
10131
|
"name": "__type",
|
|
10109
10132
|
"kind": 4096,
|
|
10110
10133
|
"kindString": "Call signature",
|
|
10111
10134
|
"flags": {},
|
|
10112
10135
|
"parameters": [
|
|
10113
10136
|
{
|
|
10114
|
-
"id":
|
|
10137
|
+
"id": 236,
|
|
10115
10138
|
"name": "theme",
|
|
10116
10139
|
"kind": 32768,
|
|
10117
10140
|
"kindString": "Parameter",
|
|
@@ -10215,7 +10238,7 @@
|
|
|
10215
10238
|
}
|
|
10216
10239
|
},
|
|
10217
10240
|
{
|
|
10218
|
-
"id":
|
|
10241
|
+
"id": 285,
|
|
10219
10242
|
"name": "margin",
|
|
10220
10243
|
"kind": 1024,
|
|
10221
10244
|
"kindString": "Property",
|
|
@@ -10305,7 +10328,7 @@
|
|
|
10305
10328
|
{
|
|
10306
10329
|
"type": "reflection",
|
|
10307
10330
|
"declaration": {
|
|
10308
|
-
"id":
|
|
10331
|
+
"id": 286,
|
|
10309
10332
|
"name": "__type",
|
|
10310
10333
|
"kind": 65536,
|
|
10311
10334
|
"kindString": "Type literal",
|
|
@@ -10319,14 +10342,14 @@
|
|
|
10319
10342
|
],
|
|
10320
10343
|
"signatures": [
|
|
10321
10344
|
{
|
|
10322
|
-
"id":
|
|
10345
|
+
"id": 287,
|
|
10323
10346
|
"name": "__type",
|
|
10324
10347
|
"kind": 4096,
|
|
10325
10348
|
"kindString": "Call signature",
|
|
10326
10349
|
"flags": {},
|
|
10327
10350
|
"parameters": [
|
|
10328
10351
|
{
|
|
10329
|
-
"id":
|
|
10352
|
+
"id": 288,
|
|
10330
10353
|
"name": "theme",
|
|
10331
10354
|
"kind": 32768,
|
|
10332
10355
|
"kindString": "Parameter",
|
|
@@ -10430,7 +10453,7 @@
|
|
|
10430
10453
|
}
|
|
10431
10454
|
},
|
|
10432
10455
|
{
|
|
10433
|
-
"id":
|
|
10456
|
+
"id": 297,
|
|
10434
10457
|
"name": "marginBottom",
|
|
10435
10458
|
"kind": 1024,
|
|
10436
10459
|
"kindString": "Property",
|
|
@@ -10520,7 +10543,7 @@
|
|
|
10520
10543
|
{
|
|
10521
10544
|
"type": "reflection",
|
|
10522
10545
|
"declaration": {
|
|
10523
|
-
"id":
|
|
10546
|
+
"id": 298,
|
|
10524
10547
|
"name": "__type",
|
|
10525
10548
|
"kind": 65536,
|
|
10526
10549
|
"kindString": "Type literal",
|
|
@@ -10534,14 +10557,14 @@
|
|
|
10534
10557
|
],
|
|
10535
10558
|
"signatures": [
|
|
10536
10559
|
{
|
|
10537
|
-
"id":
|
|
10560
|
+
"id": 299,
|
|
10538
10561
|
"name": "__type",
|
|
10539
10562
|
"kind": 4096,
|
|
10540
10563
|
"kindString": "Call signature",
|
|
10541
10564
|
"flags": {},
|
|
10542
10565
|
"parameters": [
|
|
10543
10566
|
{
|
|
10544
|
-
"id":
|
|
10567
|
+
"id": 300,
|
|
10545
10568
|
"name": "theme",
|
|
10546
10569
|
"kind": 32768,
|
|
10547
10570
|
"kindString": "Parameter",
|
|
@@ -10645,7 +10668,7 @@
|
|
|
10645
10668
|
}
|
|
10646
10669
|
},
|
|
10647
10670
|
{
|
|
10648
|
-
"id":
|
|
10671
|
+
"id": 301,
|
|
10649
10672
|
"name": "marginLeft",
|
|
10650
10673
|
"kind": 1024,
|
|
10651
10674
|
"kindString": "Property",
|
|
@@ -10735,7 +10758,7 @@
|
|
|
10735
10758
|
{
|
|
10736
10759
|
"type": "reflection",
|
|
10737
10760
|
"declaration": {
|
|
10738
|
-
"id":
|
|
10761
|
+
"id": 302,
|
|
10739
10762
|
"name": "__type",
|
|
10740
10763
|
"kind": 65536,
|
|
10741
10764
|
"kindString": "Type literal",
|
|
@@ -10749,14 +10772,14 @@
|
|
|
10749
10772
|
],
|
|
10750
10773
|
"signatures": [
|
|
10751
10774
|
{
|
|
10752
|
-
"id":
|
|
10775
|
+
"id": 303,
|
|
10753
10776
|
"name": "__type",
|
|
10754
10777
|
"kind": 4096,
|
|
10755
10778
|
"kindString": "Call signature",
|
|
10756
10779
|
"flags": {},
|
|
10757
10780
|
"parameters": [
|
|
10758
10781
|
{
|
|
10759
|
-
"id":
|
|
10782
|
+
"id": 304,
|
|
10760
10783
|
"name": "theme",
|
|
10761
10784
|
"kind": 32768,
|
|
10762
10785
|
"kindString": "Parameter",
|
|
@@ -10860,7 +10883,7 @@
|
|
|
10860
10883
|
}
|
|
10861
10884
|
},
|
|
10862
10885
|
{
|
|
10863
|
-
"id":
|
|
10886
|
+
"id": 293,
|
|
10864
10887
|
"name": "marginRight",
|
|
10865
10888
|
"kind": 1024,
|
|
10866
10889
|
"kindString": "Property",
|
|
@@ -10950,7 +10973,7 @@
|
|
|
10950
10973
|
{
|
|
10951
10974
|
"type": "reflection",
|
|
10952
10975
|
"declaration": {
|
|
10953
|
-
"id":
|
|
10976
|
+
"id": 294,
|
|
10954
10977
|
"name": "__type",
|
|
10955
10978
|
"kind": 65536,
|
|
10956
10979
|
"kindString": "Type literal",
|
|
@@ -10964,14 +10987,14 @@
|
|
|
10964
10987
|
],
|
|
10965
10988
|
"signatures": [
|
|
10966
10989
|
{
|
|
10967
|
-
"id":
|
|
10990
|
+
"id": 295,
|
|
10968
10991
|
"name": "__type",
|
|
10969
10992
|
"kind": 4096,
|
|
10970
10993
|
"kindString": "Call signature",
|
|
10971
10994
|
"flags": {},
|
|
10972
10995
|
"parameters": [
|
|
10973
10996
|
{
|
|
10974
|
-
"id":
|
|
10997
|
+
"id": 296,
|
|
10975
10998
|
"name": "theme",
|
|
10976
10999
|
"kind": 32768,
|
|
10977
11000
|
"kindString": "Parameter",
|
|
@@ -11075,7 +11098,7 @@
|
|
|
11075
11098
|
}
|
|
11076
11099
|
},
|
|
11077
11100
|
{
|
|
11078
|
-
"id":
|
|
11101
|
+
"id": 289,
|
|
11079
11102
|
"name": "marginTop",
|
|
11080
11103
|
"kind": 1024,
|
|
11081
11104
|
"kindString": "Property",
|
|
@@ -11165,7 +11188,7 @@
|
|
|
11165
11188
|
{
|
|
11166
11189
|
"type": "reflection",
|
|
11167
11190
|
"declaration": {
|
|
11168
|
-
"id":
|
|
11191
|
+
"id": 290,
|
|
11169
11192
|
"name": "__type",
|
|
11170
11193
|
"kind": 65536,
|
|
11171
11194
|
"kindString": "Type literal",
|
|
@@ -11179,14 +11202,14 @@
|
|
|
11179
11202
|
],
|
|
11180
11203
|
"signatures": [
|
|
11181
11204
|
{
|
|
11182
|
-
"id":
|
|
11205
|
+
"id": 291,
|
|
11183
11206
|
"name": "__type",
|
|
11184
11207
|
"kind": 4096,
|
|
11185
11208
|
"kindString": "Call signature",
|
|
11186
11209
|
"flags": {},
|
|
11187
11210
|
"parameters": [
|
|
11188
11211
|
{
|
|
11189
|
-
"id":
|
|
11212
|
+
"id": 292,
|
|
11190
11213
|
"name": "theme",
|
|
11191
11214
|
"kind": 32768,
|
|
11192
11215
|
"kindString": "Parameter",
|
|
@@ -11290,7 +11313,7 @@
|
|
|
11290
11313
|
}
|
|
11291
11314
|
},
|
|
11292
11315
|
{
|
|
11293
|
-
"id":
|
|
11316
|
+
"id": 305,
|
|
11294
11317
|
"name": "marginX",
|
|
11295
11318
|
"kind": 1024,
|
|
11296
11319
|
"kindString": "Property",
|
|
@@ -11380,7 +11403,7 @@
|
|
|
11380
11403
|
{
|
|
11381
11404
|
"type": "reflection",
|
|
11382
11405
|
"declaration": {
|
|
11383
|
-
"id":
|
|
11406
|
+
"id": 306,
|
|
11384
11407
|
"name": "__type",
|
|
11385
11408
|
"kind": 65536,
|
|
11386
11409
|
"kindString": "Type literal",
|
|
@@ -11394,14 +11417,14 @@
|
|
|
11394
11417
|
],
|
|
11395
11418
|
"signatures": [
|
|
11396
11419
|
{
|
|
11397
|
-
"id":
|
|
11420
|
+
"id": 307,
|
|
11398
11421
|
"name": "__type",
|
|
11399
11422
|
"kind": 4096,
|
|
11400
11423
|
"kindString": "Call signature",
|
|
11401
11424
|
"flags": {},
|
|
11402
11425
|
"parameters": [
|
|
11403
11426
|
{
|
|
11404
|
-
"id":
|
|
11427
|
+
"id": 308,
|
|
11405
11428
|
"name": "theme",
|
|
11406
11429
|
"kind": 32768,
|
|
11407
11430
|
"kindString": "Parameter",
|
|
@@ -11505,7 +11528,7 @@
|
|
|
11505
11528
|
}
|
|
11506
11529
|
},
|
|
11507
11530
|
{
|
|
11508
|
-
"id":
|
|
11531
|
+
"id": 309,
|
|
11509
11532
|
"name": "marginY",
|
|
11510
11533
|
"kind": 1024,
|
|
11511
11534
|
"kindString": "Property",
|
|
@@ -11595,7 +11618,7 @@
|
|
|
11595
11618
|
{
|
|
11596
11619
|
"type": "reflection",
|
|
11597
11620
|
"declaration": {
|
|
11598
|
-
"id":
|
|
11621
|
+
"id": 310,
|
|
11599
11622
|
"name": "__type",
|
|
11600
11623
|
"kind": 65536,
|
|
11601
11624
|
"kindString": "Type literal",
|
|
@@ -11609,14 +11632,14 @@
|
|
|
11609
11632
|
],
|
|
11610
11633
|
"signatures": [
|
|
11611
11634
|
{
|
|
11612
|
-
"id":
|
|
11635
|
+
"id": 311,
|
|
11613
11636
|
"name": "__type",
|
|
11614
11637
|
"kind": 4096,
|
|
11615
11638
|
"kindString": "Call signature",
|
|
11616
11639
|
"flags": {},
|
|
11617
11640
|
"parameters": [
|
|
11618
11641
|
{
|
|
11619
|
-
"id":
|
|
11642
|
+
"id": 312,
|
|
11620
11643
|
"name": "theme",
|
|
11621
11644
|
"kind": 32768,
|
|
11622
11645
|
"kindString": "Parameter",
|
|
@@ -11720,7 +11743,7 @@
|
|
|
11720
11743
|
}
|
|
11721
11744
|
},
|
|
11722
11745
|
{
|
|
11723
|
-
"id":
|
|
11746
|
+
"id": 221,
|
|
11724
11747
|
"name": "maxHeight",
|
|
11725
11748
|
"kind": 1024,
|
|
11726
11749
|
"kindString": "Property",
|
|
@@ -11810,7 +11833,7 @@
|
|
|
11810
11833
|
{
|
|
11811
11834
|
"type": "reflection",
|
|
11812
11835
|
"declaration": {
|
|
11813
|
-
"id":
|
|
11836
|
+
"id": 222,
|
|
11814
11837
|
"name": "__type",
|
|
11815
11838
|
"kind": 65536,
|
|
11816
11839
|
"kindString": "Type literal",
|
|
@@ -11824,14 +11847,14 @@
|
|
|
11824
11847
|
],
|
|
11825
11848
|
"signatures": [
|
|
11826
11849
|
{
|
|
11827
|
-
"id":
|
|
11850
|
+
"id": 223,
|
|
11828
11851
|
"name": "__type",
|
|
11829
11852
|
"kind": 4096,
|
|
11830
11853
|
"kindString": "Call signature",
|
|
11831
11854
|
"flags": {},
|
|
11832
11855
|
"parameters": [
|
|
11833
11856
|
{
|
|
11834
|
-
"id":
|
|
11857
|
+
"id": 224,
|
|
11835
11858
|
"name": "theme",
|
|
11836
11859
|
"kind": 32768,
|
|
11837
11860
|
"kindString": "Parameter",
|
|
@@ -11935,7 +11958,7 @@
|
|
|
11935
11958
|
}
|
|
11936
11959
|
},
|
|
11937
11960
|
{
|
|
11938
|
-
"id":
|
|
11961
|
+
"id": 209,
|
|
11939
11962
|
"name": "maxWidth",
|
|
11940
11963
|
"kind": 1024,
|
|
11941
11964
|
"kindString": "Property",
|
|
@@ -12025,7 +12048,7 @@
|
|
|
12025
12048
|
{
|
|
12026
12049
|
"type": "reflection",
|
|
12027
12050
|
"declaration": {
|
|
12028
|
-
"id":
|
|
12051
|
+
"id": 210,
|
|
12029
12052
|
"name": "__type",
|
|
12030
12053
|
"kind": 65536,
|
|
12031
12054
|
"kindString": "Type literal",
|
|
@@ -12039,14 +12062,14 @@
|
|
|
12039
12062
|
],
|
|
12040
12063
|
"signatures": [
|
|
12041
12064
|
{
|
|
12042
|
-
"id":
|
|
12065
|
+
"id": 211,
|
|
12043
12066
|
"name": "__type",
|
|
12044
12067
|
"kind": 4096,
|
|
12045
12068
|
"kindString": "Call signature",
|
|
12046
12069
|
"flags": {},
|
|
12047
12070
|
"parameters": [
|
|
12048
12071
|
{
|
|
12049
|
-
"id":
|
|
12072
|
+
"id": 212,
|
|
12050
12073
|
"name": "theme",
|
|
12051
12074
|
"kind": 32768,
|
|
12052
12075
|
"kindString": "Parameter",
|
|
@@ -12150,7 +12173,7 @@
|
|
|
12150
12173
|
}
|
|
12151
12174
|
},
|
|
12152
12175
|
{
|
|
12153
|
-
"id":
|
|
12176
|
+
"id": 245,
|
|
12154
12177
|
"name": "mb",
|
|
12155
12178
|
"kind": 1024,
|
|
12156
12179
|
"kindString": "Property",
|
|
@@ -12240,7 +12263,7 @@
|
|
|
12240
12263
|
{
|
|
12241
12264
|
"type": "reflection",
|
|
12242
12265
|
"declaration": {
|
|
12243
|
-
"id":
|
|
12266
|
+
"id": 246,
|
|
12244
12267
|
"name": "__type",
|
|
12245
12268
|
"kind": 65536,
|
|
12246
12269
|
"kindString": "Type literal",
|
|
@@ -12254,14 +12277,14 @@
|
|
|
12254
12277
|
],
|
|
12255
12278
|
"signatures": [
|
|
12256
12279
|
{
|
|
12257
|
-
"id":
|
|
12280
|
+
"id": 247,
|
|
12258
12281
|
"name": "__type",
|
|
12259
12282
|
"kind": 4096,
|
|
12260
12283
|
"kindString": "Call signature",
|
|
12261
12284
|
"flags": {},
|
|
12262
12285
|
"parameters": [
|
|
12263
12286
|
{
|
|
12264
|
-
"id":
|
|
12287
|
+
"id": 248,
|
|
12265
12288
|
"name": "theme",
|
|
12266
12289
|
"kind": 32768,
|
|
12267
12290
|
"kindString": "Parameter",
|
|
@@ -12365,7 +12388,7 @@
|
|
|
12365
12388
|
}
|
|
12366
12389
|
},
|
|
12367
12390
|
{
|
|
12368
|
-
"id":
|
|
12391
|
+
"id": 225,
|
|
12369
12392
|
"name": "minHeight",
|
|
12370
12393
|
"kind": 1024,
|
|
12371
12394
|
"kindString": "Property",
|
|
@@ -12455,7 +12478,7 @@
|
|
|
12455
12478
|
{
|
|
12456
12479
|
"type": "reflection",
|
|
12457
12480
|
"declaration": {
|
|
12458
|
-
"id":
|
|
12481
|
+
"id": 226,
|
|
12459
12482
|
"name": "__type",
|
|
12460
12483
|
"kind": 65536,
|
|
12461
12484
|
"kindString": "Type literal",
|
|
@@ -12469,14 +12492,14 @@
|
|
|
12469
12492
|
],
|
|
12470
12493
|
"signatures": [
|
|
12471
12494
|
{
|
|
12472
|
-
"id":
|
|
12495
|
+
"id": 227,
|
|
12473
12496
|
"name": "__type",
|
|
12474
12497
|
"kind": 4096,
|
|
12475
12498
|
"kindString": "Call signature",
|
|
12476
12499
|
"flags": {},
|
|
12477
12500
|
"parameters": [
|
|
12478
12501
|
{
|
|
12479
|
-
"id":
|
|
12502
|
+
"id": 228,
|
|
12480
12503
|
"name": "theme",
|
|
12481
12504
|
"kind": 32768,
|
|
12482
12505
|
"kindString": "Parameter",
|
|
@@ -12580,7 +12603,7 @@
|
|
|
12580
12603
|
}
|
|
12581
12604
|
},
|
|
12582
12605
|
{
|
|
12583
|
-
"id":
|
|
12606
|
+
"id": 213,
|
|
12584
12607
|
"name": "minWidth",
|
|
12585
12608
|
"kind": 1024,
|
|
12586
12609
|
"kindString": "Property",
|
|
@@ -12670,7 +12693,7 @@
|
|
|
12670
12693
|
{
|
|
12671
12694
|
"type": "reflection",
|
|
12672
12695
|
"declaration": {
|
|
12673
|
-
"id":
|
|
12696
|
+
"id": 214,
|
|
12674
12697
|
"name": "__type",
|
|
12675
12698
|
"kind": 65536,
|
|
12676
12699
|
"kindString": "Type literal",
|
|
@@ -12684,14 +12707,14 @@
|
|
|
12684
12707
|
],
|
|
12685
12708
|
"signatures": [
|
|
12686
12709
|
{
|
|
12687
|
-
"id":
|
|
12710
|
+
"id": 215,
|
|
12688
12711
|
"name": "__type",
|
|
12689
12712
|
"kind": 4096,
|
|
12690
12713
|
"kindString": "Call signature",
|
|
12691
12714
|
"flags": {},
|
|
12692
12715
|
"parameters": [
|
|
12693
12716
|
{
|
|
12694
|
-
"id":
|
|
12717
|
+
"id": 216,
|
|
12695
12718
|
"name": "theme",
|
|
12696
12719
|
"kind": 32768,
|
|
12697
12720
|
"kindString": "Parameter",
|
|
@@ -12795,7 +12818,7 @@
|
|
|
12795
12818
|
}
|
|
12796
12819
|
},
|
|
12797
12820
|
{
|
|
12798
|
-
"id":
|
|
12821
|
+
"id": 249,
|
|
12799
12822
|
"name": "ml",
|
|
12800
12823
|
"kind": 1024,
|
|
12801
12824
|
"kindString": "Property",
|
|
@@ -12885,7 +12908,7 @@
|
|
|
12885
12908
|
{
|
|
12886
12909
|
"type": "reflection",
|
|
12887
12910
|
"declaration": {
|
|
12888
|
-
"id":
|
|
12911
|
+
"id": 250,
|
|
12889
12912
|
"name": "__type",
|
|
12890
12913
|
"kind": 65536,
|
|
12891
12914
|
"kindString": "Type literal",
|
|
@@ -12899,14 +12922,14 @@
|
|
|
12899
12922
|
],
|
|
12900
12923
|
"signatures": [
|
|
12901
12924
|
{
|
|
12902
|
-
"id":
|
|
12925
|
+
"id": 251,
|
|
12903
12926
|
"name": "__type",
|
|
12904
12927
|
"kind": 4096,
|
|
12905
12928
|
"kindString": "Call signature",
|
|
12906
12929
|
"flags": {},
|
|
12907
12930
|
"parameters": [
|
|
12908
12931
|
{
|
|
12909
|
-
"id":
|
|
12932
|
+
"id": 252,
|
|
12910
12933
|
"name": "theme",
|
|
12911
12934
|
"kind": 32768,
|
|
12912
12935
|
"kindString": "Parameter",
|
|
@@ -13010,7 +13033,7 @@
|
|
|
13010
13033
|
}
|
|
13011
13034
|
},
|
|
13012
13035
|
{
|
|
13013
|
-
"id":
|
|
13036
|
+
"id": 241,
|
|
13014
13037
|
"name": "mr",
|
|
13015
13038
|
"kind": 1024,
|
|
13016
13039
|
"kindString": "Property",
|
|
@@ -13100,7 +13123,7 @@
|
|
|
13100
13123
|
{
|
|
13101
13124
|
"type": "reflection",
|
|
13102
13125
|
"declaration": {
|
|
13103
|
-
"id":
|
|
13126
|
+
"id": 242,
|
|
13104
13127
|
"name": "__type",
|
|
13105
13128
|
"kind": 65536,
|
|
13106
13129
|
"kindString": "Type literal",
|
|
@@ -13114,14 +13137,14 @@
|
|
|
13114
13137
|
],
|
|
13115
13138
|
"signatures": [
|
|
13116
13139
|
{
|
|
13117
|
-
"id":
|
|
13140
|
+
"id": 243,
|
|
13118
13141
|
"name": "__type",
|
|
13119
13142
|
"kind": 4096,
|
|
13120
13143
|
"kindString": "Call signature",
|
|
13121
13144
|
"flags": {},
|
|
13122
13145
|
"parameters": [
|
|
13123
13146
|
{
|
|
13124
|
-
"id":
|
|
13147
|
+
"id": 244,
|
|
13125
13148
|
"name": "theme",
|
|
13126
13149
|
"kind": 32768,
|
|
13127
13150
|
"kindString": "Parameter",
|
|
@@ -13225,7 +13248,7 @@
|
|
|
13225
13248
|
}
|
|
13226
13249
|
},
|
|
13227
13250
|
{
|
|
13228
|
-
"id":
|
|
13251
|
+
"id": 237,
|
|
13229
13252
|
"name": "mt",
|
|
13230
13253
|
"kind": 1024,
|
|
13231
13254
|
"kindString": "Property",
|
|
@@ -13315,7 +13338,7 @@
|
|
|
13315
13338
|
{
|
|
13316
13339
|
"type": "reflection",
|
|
13317
13340
|
"declaration": {
|
|
13318
|
-
"id":
|
|
13341
|
+
"id": 238,
|
|
13319
13342
|
"name": "__type",
|
|
13320
13343
|
"kind": 65536,
|
|
13321
13344
|
"kindString": "Type literal",
|
|
@@ -13329,14 +13352,14 @@
|
|
|
13329
13352
|
],
|
|
13330
13353
|
"signatures": [
|
|
13331
13354
|
{
|
|
13332
|
-
"id":
|
|
13355
|
+
"id": 239,
|
|
13333
13356
|
"name": "__type",
|
|
13334
13357
|
"kind": 4096,
|
|
13335
13358
|
"kindString": "Call signature",
|
|
13336
13359
|
"flags": {},
|
|
13337
13360
|
"parameters": [
|
|
13338
13361
|
{
|
|
13339
|
-
"id":
|
|
13362
|
+
"id": 240,
|
|
13340
13363
|
"name": "theme",
|
|
13341
13364
|
"kind": 32768,
|
|
13342
13365
|
"kindString": "Parameter",
|
|
@@ -13440,7 +13463,7 @@
|
|
|
13440
13463
|
}
|
|
13441
13464
|
},
|
|
13442
13465
|
{
|
|
13443
|
-
"id":
|
|
13466
|
+
"id": 253,
|
|
13444
13467
|
"name": "mx",
|
|
13445
13468
|
"kind": 1024,
|
|
13446
13469
|
"kindString": "Property",
|
|
@@ -13530,7 +13553,7 @@
|
|
|
13530
13553
|
{
|
|
13531
13554
|
"type": "reflection",
|
|
13532
13555
|
"declaration": {
|
|
13533
|
-
"id":
|
|
13556
|
+
"id": 254,
|
|
13534
13557
|
"name": "__type",
|
|
13535
13558
|
"kind": 65536,
|
|
13536
13559
|
"kindString": "Type literal",
|
|
@@ -13544,14 +13567,14 @@
|
|
|
13544
13567
|
],
|
|
13545
13568
|
"signatures": [
|
|
13546
13569
|
{
|
|
13547
|
-
"id":
|
|
13570
|
+
"id": 255,
|
|
13548
13571
|
"name": "__type",
|
|
13549
13572
|
"kind": 4096,
|
|
13550
13573
|
"kindString": "Call signature",
|
|
13551
13574
|
"flags": {},
|
|
13552
13575
|
"parameters": [
|
|
13553
13576
|
{
|
|
13554
|
-
"id":
|
|
13577
|
+
"id": 256,
|
|
13555
13578
|
"name": "theme",
|
|
13556
13579
|
"kind": 32768,
|
|
13557
13580
|
"kindString": "Parameter",
|
|
@@ -13655,7 +13678,7 @@
|
|
|
13655
13678
|
}
|
|
13656
13679
|
},
|
|
13657
13680
|
{
|
|
13658
|
-
"id":
|
|
13681
|
+
"id": 257,
|
|
13659
13682
|
"name": "my",
|
|
13660
13683
|
"kind": 1024,
|
|
13661
13684
|
"kindString": "Property",
|
|
@@ -13745,7 +13768,7 @@
|
|
|
13745
13768
|
{
|
|
13746
13769
|
"type": "reflection",
|
|
13747
13770
|
"declaration": {
|
|
13748
|
-
"id":
|
|
13771
|
+
"id": 258,
|
|
13749
13772
|
"name": "__type",
|
|
13750
13773
|
"kind": 65536,
|
|
13751
13774
|
"kindString": "Type literal",
|
|
@@ -13759,14 +13782,14 @@
|
|
|
13759
13782
|
],
|
|
13760
13783
|
"signatures": [
|
|
13761
13784
|
{
|
|
13762
|
-
"id":
|
|
13785
|
+
"id": 259,
|
|
13763
13786
|
"name": "__type",
|
|
13764
13787
|
"kind": 4096,
|
|
13765
13788
|
"kindString": "Call signature",
|
|
13766
13789
|
"flags": {},
|
|
13767
13790
|
"parameters": [
|
|
13768
13791
|
{
|
|
13769
|
-
"id":
|
|
13792
|
+
"id": 260,
|
|
13770
13793
|
"name": "theme",
|
|
13771
13794
|
"kind": 32768,
|
|
13772
13795
|
"kindString": "Parameter",
|
|
@@ -13870,7 +13893,7 @@
|
|
|
13870
13893
|
}
|
|
13871
13894
|
},
|
|
13872
13895
|
{
|
|
13873
|
-
"id":
|
|
13896
|
+
"id": 6,
|
|
13874
13897
|
"name": "options",
|
|
13875
13898
|
"kind": 1024,
|
|
13876
13899
|
"kindString": "Property",
|
|
@@ -13880,9 +13903,9 @@
|
|
|
13880
13903
|
"sources": [
|
|
13881
13904
|
{
|
|
13882
13905
|
"fileName": "packages/sdk/packages/node-renderer/src/components/RelationalGraph.tsx",
|
|
13883
|
-
"line":
|
|
13906
|
+
"line": 11,
|
|
13884
13907
|
"character": 2,
|
|
13885
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
13908
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/components/RelationalGraph.tsx#L11"
|
|
13886
13909
|
}
|
|
13887
13910
|
],
|
|
13888
13911
|
"type": {
|
|
@@ -13893,7 +13916,7 @@
|
|
|
13893
13916
|
}
|
|
13894
13917
|
},
|
|
13895
13918
|
{
|
|
13896
|
-
"id":
|
|
13919
|
+
"id": 89,
|
|
13897
13920
|
"name": "order",
|
|
13898
13921
|
"kind": 1024,
|
|
13899
13922
|
"kindString": "Property",
|
|
@@ -13953,7 +13976,7 @@
|
|
|
13953
13976
|
{
|
|
13954
13977
|
"type": "reflection",
|
|
13955
13978
|
"declaration": {
|
|
13956
|
-
"id":
|
|
13979
|
+
"id": 90,
|
|
13957
13980
|
"name": "__type",
|
|
13958
13981
|
"kind": 65536,
|
|
13959
13982
|
"kindString": "Type literal",
|
|
@@ -13967,14 +13990,14 @@
|
|
|
13967
13990
|
],
|
|
13968
13991
|
"signatures": [
|
|
13969
13992
|
{
|
|
13970
|
-
"id":
|
|
13993
|
+
"id": 91,
|
|
13971
13994
|
"name": "__type",
|
|
13972
13995
|
"kind": 4096,
|
|
13973
13996
|
"kindString": "Call signature",
|
|
13974
13997
|
"flags": {},
|
|
13975
13998
|
"parameters": [
|
|
13976
13999
|
{
|
|
13977
|
-
"id":
|
|
14000
|
+
"id": 92,
|
|
13978
14001
|
"name": "theme",
|
|
13979
14002
|
"kind": 32768,
|
|
13980
14003
|
"kindString": "Parameter",
|
|
@@ -14048,7 +14071,7 @@
|
|
|
14048
14071
|
}
|
|
14049
14072
|
},
|
|
14050
14073
|
{
|
|
14051
|
-
"id":
|
|
14074
|
+
"id": 49,
|
|
14052
14075
|
"name": "overflow",
|
|
14053
14076
|
"kind": 1024,
|
|
14054
14077
|
"kindString": "Property",
|
|
@@ -14089,7 +14112,7 @@
|
|
|
14089
14112
|
{
|
|
14090
14113
|
"type": "reflection",
|
|
14091
14114
|
"declaration": {
|
|
14092
|
-
"id":
|
|
14115
|
+
"id": 50,
|
|
14093
14116
|
"name": "__type",
|
|
14094
14117
|
"kind": 65536,
|
|
14095
14118
|
"kindString": "Type literal",
|
|
@@ -14103,14 +14126,14 @@
|
|
|
14103
14126
|
],
|
|
14104
14127
|
"signatures": [
|
|
14105
14128
|
{
|
|
14106
|
-
"id":
|
|
14129
|
+
"id": 51,
|
|
14107
14130
|
"name": "__type",
|
|
14108
14131
|
"kind": 4096,
|
|
14109
14132
|
"kindString": "Call signature",
|
|
14110
14133
|
"flags": {},
|
|
14111
14134
|
"parameters": [
|
|
14112
14135
|
{
|
|
14113
|
-
"id":
|
|
14136
|
+
"id": 52,
|
|
14114
14137
|
"name": "theme",
|
|
14115
14138
|
"kind": 32768,
|
|
14116
14139
|
"kindString": "Parameter",
|
|
@@ -14165,7 +14188,7 @@
|
|
|
14165
14188
|
}
|
|
14166
14189
|
},
|
|
14167
14190
|
{
|
|
14168
|
-
"id":
|
|
14191
|
+
"id": 7,
|
|
14169
14192
|
"name": "p",
|
|
14170
14193
|
"kind": 1024,
|
|
14171
14194
|
"kindString": "Property",
|
|
@@ -14255,7 +14278,7 @@
|
|
|
14255
14278
|
{
|
|
14256
14279
|
"type": "reflection",
|
|
14257
14280
|
"declaration": {
|
|
14258
|
-
"id":
|
|
14281
|
+
"id": 8,
|
|
14259
14282
|
"name": "__type",
|
|
14260
14283
|
"kind": 65536,
|
|
14261
14284
|
"kindString": "Type literal",
|
|
@@ -14269,14 +14292,14 @@
|
|
|
14269
14292
|
],
|
|
14270
14293
|
"signatures": [
|
|
14271
14294
|
{
|
|
14272
|
-
"id":
|
|
14295
|
+
"id": 9,
|
|
14273
14296
|
"name": "__type",
|
|
14274
14297
|
"kind": 4096,
|
|
14275
14298
|
"kindString": "Call signature",
|
|
14276
14299
|
"flags": {},
|
|
14277
14300
|
"parameters": [
|
|
14278
14301
|
{
|
|
14279
|
-
"id":
|
|
14302
|
+
"id": 10,
|
|
14280
14303
|
"name": "theme",
|
|
14281
14304
|
"kind": 32768,
|
|
14282
14305
|
"kindString": "Parameter",
|
|
@@ -14380,7 +14403,7 @@
|
|
|
14380
14403
|
}
|
|
14381
14404
|
},
|
|
14382
14405
|
{
|
|
14383
|
-
"id":
|
|
14406
|
+
"id": 313,
|
|
14384
14407
|
"name": "padding",
|
|
14385
14408
|
"kind": 1024,
|
|
14386
14409
|
"kindString": "Property",
|
|
@@ -14470,7 +14493,7 @@
|
|
|
14470
14493
|
{
|
|
14471
14494
|
"type": "reflection",
|
|
14472
14495
|
"declaration": {
|
|
14473
|
-
"id":
|
|
14496
|
+
"id": 314,
|
|
14474
14497
|
"name": "__type",
|
|
14475
14498
|
"kind": 65536,
|
|
14476
14499
|
"kindString": "Type literal",
|
|
@@ -14484,14 +14507,14 @@
|
|
|
14484
14507
|
],
|
|
14485
14508
|
"signatures": [
|
|
14486
14509
|
{
|
|
14487
|
-
"id":
|
|
14510
|
+
"id": 315,
|
|
14488
14511
|
"name": "__type",
|
|
14489
14512
|
"kind": 4096,
|
|
14490
14513
|
"kindString": "Call signature",
|
|
14491
14514
|
"flags": {},
|
|
14492
14515
|
"parameters": [
|
|
14493
14516
|
{
|
|
14494
|
-
"id":
|
|
14517
|
+
"id": 316,
|
|
14495
14518
|
"name": "theme",
|
|
14496
14519
|
"kind": 32768,
|
|
14497
14520
|
"kindString": "Parameter",
|
|
@@ -14595,7 +14618,7 @@
|
|
|
14595
14618
|
}
|
|
14596
14619
|
},
|
|
14597
14620
|
{
|
|
14598
|
-
"id":
|
|
14621
|
+
"id": 325,
|
|
14599
14622
|
"name": "paddingBottom",
|
|
14600
14623
|
"kind": 1024,
|
|
14601
14624
|
"kindString": "Property",
|
|
@@ -14685,7 +14708,7 @@
|
|
|
14685
14708
|
{
|
|
14686
14709
|
"type": "reflection",
|
|
14687
14710
|
"declaration": {
|
|
14688
|
-
"id":
|
|
14711
|
+
"id": 326,
|
|
14689
14712
|
"name": "__type",
|
|
14690
14713
|
"kind": 65536,
|
|
14691
14714
|
"kindString": "Type literal",
|
|
@@ -14699,14 +14722,14 @@
|
|
|
14699
14722
|
],
|
|
14700
14723
|
"signatures": [
|
|
14701
14724
|
{
|
|
14702
|
-
"id":
|
|
14725
|
+
"id": 327,
|
|
14703
14726
|
"name": "__type",
|
|
14704
14727
|
"kind": 4096,
|
|
14705
14728
|
"kindString": "Call signature",
|
|
14706
14729
|
"flags": {},
|
|
14707
14730
|
"parameters": [
|
|
14708
14731
|
{
|
|
14709
|
-
"id":
|
|
14732
|
+
"id": 328,
|
|
14710
14733
|
"name": "theme",
|
|
14711
14734
|
"kind": 32768,
|
|
14712
14735
|
"kindString": "Parameter",
|
|
@@ -14810,7 +14833,7 @@
|
|
|
14810
14833
|
}
|
|
14811
14834
|
},
|
|
14812
14835
|
{
|
|
14813
|
-
"id":
|
|
14836
|
+
"id": 329,
|
|
14814
14837
|
"name": "paddingLeft",
|
|
14815
14838
|
"kind": 1024,
|
|
14816
14839
|
"kindString": "Property",
|
|
@@ -14900,7 +14923,7 @@
|
|
|
14900
14923
|
{
|
|
14901
14924
|
"type": "reflection",
|
|
14902
14925
|
"declaration": {
|
|
14903
|
-
"id":
|
|
14926
|
+
"id": 330,
|
|
14904
14927
|
"name": "__type",
|
|
14905
14928
|
"kind": 65536,
|
|
14906
14929
|
"kindString": "Type literal",
|
|
@@ -14914,14 +14937,14 @@
|
|
|
14914
14937
|
],
|
|
14915
14938
|
"signatures": [
|
|
14916
14939
|
{
|
|
14917
|
-
"id":
|
|
14940
|
+
"id": 331,
|
|
14918
14941
|
"name": "__type",
|
|
14919
14942
|
"kind": 4096,
|
|
14920
14943
|
"kindString": "Call signature",
|
|
14921
14944
|
"flags": {},
|
|
14922
14945
|
"parameters": [
|
|
14923
14946
|
{
|
|
14924
|
-
"id":
|
|
14947
|
+
"id": 332,
|
|
14925
14948
|
"name": "theme",
|
|
14926
14949
|
"kind": 32768,
|
|
14927
14950
|
"kindString": "Parameter",
|
|
@@ -15025,7 +15048,7 @@
|
|
|
15025
15048
|
}
|
|
15026
15049
|
},
|
|
15027
15050
|
{
|
|
15028
|
-
"id":
|
|
15051
|
+
"id": 321,
|
|
15029
15052
|
"name": "paddingRight",
|
|
15030
15053
|
"kind": 1024,
|
|
15031
15054
|
"kindString": "Property",
|
|
@@ -15115,7 +15138,7 @@
|
|
|
15115
15138
|
{
|
|
15116
15139
|
"type": "reflection",
|
|
15117
15140
|
"declaration": {
|
|
15118
|
-
"id":
|
|
15141
|
+
"id": 322,
|
|
15119
15142
|
"name": "__type",
|
|
15120
15143
|
"kind": 65536,
|
|
15121
15144
|
"kindString": "Type literal",
|
|
@@ -15129,14 +15152,14 @@
|
|
|
15129
15152
|
],
|
|
15130
15153
|
"signatures": [
|
|
15131
15154
|
{
|
|
15132
|
-
"id":
|
|
15155
|
+
"id": 323,
|
|
15133
15156
|
"name": "__type",
|
|
15134
15157
|
"kind": 4096,
|
|
15135
15158
|
"kindString": "Call signature",
|
|
15136
15159
|
"flags": {},
|
|
15137
15160
|
"parameters": [
|
|
15138
15161
|
{
|
|
15139
|
-
"id":
|
|
15162
|
+
"id": 324,
|
|
15140
15163
|
"name": "theme",
|
|
15141
15164
|
"kind": 32768,
|
|
15142
15165
|
"kindString": "Parameter",
|
|
@@ -15240,7 +15263,7 @@
|
|
|
15240
15263
|
}
|
|
15241
15264
|
},
|
|
15242
15265
|
{
|
|
15243
|
-
"id":
|
|
15266
|
+
"id": 317,
|
|
15244
15267
|
"name": "paddingTop",
|
|
15245
15268
|
"kind": 1024,
|
|
15246
15269
|
"kindString": "Property",
|
|
@@ -15330,7 +15353,7 @@
|
|
|
15330
15353
|
{
|
|
15331
15354
|
"type": "reflection",
|
|
15332
15355
|
"declaration": {
|
|
15333
|
-
"id":
|
|
15356
|
+
"id": 318,
|
|
15334
15357
|
"name": "__type",
|
|
15335
15358
|
"kind": 65536,
|
|
15336
15359
|
"kindString": "Type literal",
|
|
@@ -15344,14 +15367,14 @@
|
|
|
15344
15367
|
],
|
|
15345
15368
|
"signatures": [
|
|
15346
15369
|
{
|
|
15347
|
-
"id":
|
|
15370
|
+
"id": 319,
|
|
15348
15371
|
"name": "__type",
|
|
15349
15372
|
"kind": 4096,
|
|
15350
15373
|
"kindString": "Call signature",
|
|
15351
15374
|
"flags": {},
|
|
15352
15375
|
"parameters": [
|
|
15353
15376
|
{
|
|
15354
|
-
"id":
|
|
15377
|
+
"id": 320,
|
|
15355
15378
|
"name": "theme",
|
|
15356
15379
|
"kind": 32768,
|
|
15357
15380
|
"kindString": "Parameter",
|
|
@@ -15455,7 +15478,7 @@
|
|
|
15455
15478
|
}
|
|
15456
15479
|
},
|
|
15457
15480
|
{
|
|
15458
|
-
"id":
|
|
15481
|
+
"id": 333,
|
|
15459
15482
|
"name": "paddingX",
|
|
15460
15483
|
"kind": 1024,
|
|
15461
15484
|
"kindString": "Property",
|
|
@@ -15545,7 +15568,7 @@
|
|
|
15545
15568
|
{
|
|
15546
15569
|
"type": "reflection",
|
|
15547
15570
|
"declaration": {
|
|
15548
|
-
"id":
|
|
15571
|
+
"id": 334,
|
|
15549
15572
|
"name": "__type",
|
|
15550
15573
|
"kind": 65536,
|
|
15551
15574
|
"kindString": "Type literal",
|
|
@@ -15559,14 +15582,14 @@
|
|
|
15559
15582
|
],
|
|
15560
15583
|
"signatures": [
|
|
15561
15584
|
{
|
|
15562
|
-
"id":
|
|
15585
|
+
"id": 335,
|
|
15563
15586
|
"name": "__type",
|
|
15564
15587
|
"kind": 4096,
|
|
15565
15588
|
"kindString": "Call signature",
|
|
15566
15589
|
"flags": {},
|
|
15567
15590
|
"parameters": [
|
|
15568
15591
|
{
|
|
15569
|
-
"id":
|
|
15592
|
+
"id": 336,
|
|
15570
15593
|
"name": "theme",
|
|
15571
15594
|
"kind": 32768,
|
|
15572
15595
|
"kindString": "Parameter",
|
|
@@ -15670,7 +15693,7 @@
|
|
|
15670
15693
|
}
|
|
15671
15694
|
},
|
|
15672
15695
|
{
|
|
15673
|
-
"id":
|
|
15696
|
+
"id": 337,
|
|
15674
15697
|
"name": "paddingY",
|
|
15675
15698
|
"kind": 1024,
|
|
15676
15699
|
"kindString": "Property",
|
|
@@ -15760,7 +15783,7 @@
|
|
|
15760
15783
|
{
|
|
15761
15784
|
"type": "reflection",
|
|
15762
15785
|
"declaration": {
|
|
15763
|
-
"id":
|
|
15786
|
+
"id": 338,
|
|
15764
15787
|
"name": "__type",
|
|
15765
15788
|
"kind": 65536,
|
|
15766
15789
|
"kindString": "Type literal",
|
|
@@ -15774,14 +15797,14 @@
|
|
|
15774
15797
|
],
|
|
15775
15798
|
"signatures": [
|
|
15776
15799
|
{
|
|
15777
|
-
"id":
|
|
15800
|
+
"id": 339,
|
|
15778
15801
|
"name": "__type",
|
|
15779
15802
|
"kind": 4096,
|
|
15780
15803
|
"kindString": "Call signature",
|
|
15781
15804
|
"flags": {},
|
|
15782
15805
|
"parameters": [
|
|
15783
15806
|
{
|
|
15784
|
-
"id":
|
|
15807
|
+
"id": 340,
|
|
15785
15808
|
"name": "theme",
|
|
15786
15809
|
"kind": 32768,
|
|
15787
15810
|
"kindString": "Parameter",
|
|
@@ -15885,7 +15908,7 @@
|
|
|
15885
15908
|
}
|
|
15886
15909
|
},
|
|
15887
15910
|
{
|
|
15888
|
-
"id":
|
|
15911
|
+
"id": 269,
|
|
15889
15912
|
"name": "pb",
|
|
15890
15913
|
"kind": 1024,
|
|
15891
15914
|
"kindString": "Property",
|
|
@@ -15975,7 +15998,7 @@
|
|
|
15975
15998
|
{
|
|
15976
15999
|
"type": "reflection",
|
|
15977
16000
|
"declaration": {
|
|
15978
|
-
"id":
|
|
16001
|
+
"id": 270,
|
|
15979
16002
|
"name": "__type",
|
|
15980
16003
|
"kind": 65536,
|
|
15981
16004
|
"kindString": "Type literal",
|
|
@@ -15989,14 +16012,14 @@
|
|
|
15989
16012
|
],
|
|
15990
16013
|
"signatures": [
|
|
15991
16014
|
{
|
|
15992
|
-
"id":
|
|
16015
|
+
"id": 271,
|
|
15993
16016
|
"name": "__type",
|
|
15994
16017
|
"kind": 4096,
|
|
15995
16018
|
"kindString": "Call signature",
|
|
15996
16019
|
"flags": {},
|
|
15997
16020
|
"parameters": [
|
|
15998
16021
|
{
|
|
15999
|
-
"id":
|
|
16022
|
+
"id": 272,
|
|
16000
16023
|
"name": "theme",
|
|
16001
16024
|
"kind": 32768,
|
|
16002
16025
|
"kindString": "Parameter",
|
|
@@ -16100,7 +16123,7 @@
|
|
|
16100
16123
|
}
|
|
16101
16124
|
},
|
|
16102
16125
|
{
|
|
16103
|
-
"id":
|
|
16126
|
+
"id": 273,
|
|
16104
16127
|
"name": "pl",
|
|
16105
16128
|
"kind": 1024,
|
|
16106
16129
|
"kindString": "Property",
|
|
@@ -16190,7 +16213,7 @@
|
|
|
16190
16213
|
{
|
|
16191
16214
|
"type": "reflection",
|
|
16192
16215
|
"declaration": {
|
|
16193
|
-
"id":
|
|
16216
|
+
"id": 274,
|
|
16194
16217
|
"name": "__type",
|
|
16195
16218
|
"kind": 65536,
|
|
16196
16219
|
"kindString": "Type literal",
|
|
@@ -16204,14 +16227,14 @@
|
|
|
16204
16227
|
],
|
|
16205
16228
|
"signatures": [
|
|
16206
16229
|
{
|
|
16207
|
-
"id":
|
|
16230
|
+
"id": 275,
|
|
16208
16231
|
"name": "__type",
|
|
16209
16232
|
"kind": 4096,
|
|
16210
16233
|
"kindString": "Call signature",
|
|
16211
16234
|
"flags": {},
|
|
16212
16235
|
"parameters": [
|
|
16213
16236
|
{
|
|
16214
|
-
"id":
|
|
16237
|
+
"id": 276,
|
|
16215
16238
|
"name": "theme",
|
|
16216
16239
|
"kind": 32768,
|
|
16217
16240
|
"kindString": "Parameter",
|
|
@@ -16315,7 +16338,7 @@
|
|
|
16315
16338
|
}
|
|
16316
16339
|
},
|
|
16317
16340
|
{
|
|
16318
|
-
"id":
|
|
16341
|
+
"id": 181,
|
|
16319
16342
|
"name": "position",
|
|
16320
16343
|
"kind": 1024,
|
|
16321
16344
|
"kindString": "Property",
|
|
@@ -16375,7 +16398,7 @@
|
|
|
16375
16398
|
{
|
|
16376
16399
|
"type": "reflection",
|
|
16377
16400
|
"declaration": {
|
|
16378
|
-
"id":
|
|
16401
|
+
"id": 182,
|
|
16379
16402
|
"name": "__type",
|
|
16380
16403
|
"kind": 65536,
|
|
16381
16404
|
"kindString": "Type literal",
|
|
@@ -16389,14 +16412,14 @@
|
|
|
16389
16412
|
],
|
|
16390
16413
|
"signatures": [
|
|
16391
16414
|
{
|
|
16392
|
-
"id":
|
|
16415
|
+
"id": 183,
|
|
16393
16416
|
"name": "__type",
|
|
16394
16417
|
"kind": 4096,
|
|
16395
16418
|
"kindString": "Call signature",
|
|
16396
16419
|
"flags": {},
|
|
16397
16420
|
"parameters": [
|
|
16398
16421
|
{
|
|
16399
|
-
"id":
|
|
16422
|
+
"id": 184,
|
|
16400
16423
|
"name": "theme",
|
|
16401
16424
|
"kind": 32768,
|
|
16402
16425
|
"kindString": "Parameter",
|
|
@@ -16470,7 +16493,7 @@
|
|
|
16470
16493
|
}
|
|
16471
16494
|
},
|
|
16472
16495
|
{
|
|
16473
|
-
"id":
|
|
16496
|
+
"id": 265,
|
|
16474
16497
|
"name": "pr",
|
|
16475
16498
|
"kind": 1024,
|
|
16476
16499
|
"kindString": "Property",
|
|
@@ -16560,7 +16583,7 @@
|
|
|
16560
16583
|
{
|
|
16561
16584
|
"type": "reflection",
|
|
16562
16585
|
"declaration": {
|
|
16563
|
-
"id":
|
|
16586
|
+
"id": 266,
|
|
16564
16587
|
"name": "__type",
|
|
16565
16588
|
"kind": 65536,
|
|
16566
16589
|
"kindString": "Type literal",
|
|
@@ -16574,14 +16597,14 @@
|
|
|
16574
16597
|
],
|
|
16575
16598
|
"signatures": [
|
|
16576
16599
|
{
|
|
16577
|
-
"id":
|
|
16600
|
+
"id": 267,
|
|
16578
16601
|
"name": "__type",
|
|
16579
16602
|
"kind": 4096,
|
|
16580
16603
|
"kindString": "Call signature",
|
|
16581
16604
|
"flags": {},
|
|
16582
16605
|
"parameters": [
|
|
16583
16606
|
{
|
|
16584
|
-
"id":
|
|
16607
|
+
"id": 268,
|
|
16585
16608
|
"name": "theme",
|
|
16586
16609
|
"kind": 32768,
|
|
16587
16610
|
"kindString": "Parameter",
|
|
@@ -16685,7 +16708,7 @@
|
|
|
16685
16708
|
}
|
|
16686
16709
|
},
|
|
16687
16710
|
{
|
|
16688
|
-
"id":
|
|
16711
|
+
"id": 261,
|
|
16689
16712
|
"name": "pt",
|
|
16690
16713
|
"kind": 1024,
|
|
16691
16714
|
"kindString": "Property",
|
|
@@ -16775,7 +16798,7 @@
|
|
|
16775
16798
|
{
|
|
16776
16799
|
"type": "reflection",
|
|
16777
16800
|
"declaration": {
|
|
16778
|
-
"id":
|
|
16801
|
+
"id": 262,
|
|
16779
16802
|
"name": "__type",
|
|
16780
16803
|
"kind": 65536,
|
|
16781
16804
|
"kindString": "Type literal",
|
|
@@ -16789,14 +16812,14 @@
|
|
|
16789
16812
|
],
|
|
16790
16813
|
"signatures": [
|
|
16791
16814
|
{
|
|
16792
|
-
"id":
|
|
16815
|
+
"id": 263,
|
|
16793
16816
|
"name": "__type",
|
|
16794
16817
|
"kind": 4096,
|
|
16795
16818
|
"kindString": "Call signature",
|
|
16796
16819
|
"flags": {},
|
|
16797
16820
|
"parameters": [
|
|
16798
16821
|
{
|
|
16799
|
-
"id":
|
|
16822
|
+
"id": 264,
|
|
16800
16823
|
"name": "theme",
|
|
16801
16824
|
"kind": 32768,
|
|
16802
16825
|
"kindString": "Parameter",
|
|
@@ -16900,7 +16923,7 @@
|
|
|
16900
16923
|
}
|
|
16901
16924
|
},
|
|
16902
16925
|
{
|
|
16903
|
-
"id":
|
|
16926
|
+
"id": 277,
|
|
16904
16927
|
"name": "px",
|
|
16905
16928
|
"kind": 1024,
|
|
16906
16929
|
"kindString": "Property",
|
|
@@ -16990,7 +17013,7 @@
|
|
|
16990
17013
|
{
|
|
16991
17014
|
"type": "reflection",
|
|
16992
17015
|
"declaration": {
|
|
16993
|
-
"id":
|
|
17016
|
+
"id": 278,
|
|
16994
17017
|
"name": "__type",
|
|
16995
17018
|
"kind": 65536,
|
|
16996
17019
|
"kindString": "Type literal",
|
|
@@ -17004,14 +17027,14 @@
|
|
|
17004
17027
|
],
|
|
17005
17028
|
"signatures": [
|
|
17006
17029
|
{
|
|
17007
|
-
"id":
|
|
17030
|
+
"id": 279,
|
|
17008
17031
|
"name": "__type",
|
|
17009
17032
|
"kind": 4096,
|
|
17010
17033
|
"kindString": "Call signature",
|
|
17011
17034
|
"flags": {},
|
|
17012
17035
|
"parameters": [
|
|
17013
17036
|
{
|
|
17014
|
-
"id":
|
|
17037
|
+
"id": 280,
|
|
17015
17038
|
"name": "theme",
|
|
17016
17039
|
"kind": 32768,
|
|
17017
17040
|
"kindString": "Parameter",
|
|
@@ -17115,7 +17138,7 @@
|
|
|
17115
17138
|
}
|
|
17116
17139
|
},
|
|
17117
17140
|
{
|
|
17118
|
-
"id":
|
|
17141
|
+
"id": 281,
|
|
17119
17142
|
"name": "py",
|
|
17120
17143
|
"kind": 1024,
|
|
17121
17144
|
"kindString": "Property",
|
|
@@ -17205,7 +17228,7 @@
|
|
|
17205
17228
|
{
|
|
17206
17229
|
"type": "reflection",
|
|
17207
17230
|
"declaration": {
|
|
17208
|
-
"id":
|
|
17231
|
+
"id": 282,
|
|
17209
17232
|
"name": "__type",
|
|
17210
17233
|
"kind": 65536,
|
|
17211
17234
|
"kindString": "Type literal",
|
|
@@ -17219,14 +17242,14 @@
|
|
|
17219
17242
|
],
|
|
17220
17243
|
"signatures": [
|
|
17221
17244
|
{
|
|
17222
|
-
"id":
|
|
17245
|
+
"id": 283,
|
|
17223
17246
|
"name": "__type",
|
|
17224
17247
|
"kind": 4096,
|
|
17225
17248
|
"kindString": "Call signature",
|
|
17226
17249
|
"flags": {},
|
|
17227
17250
|
"parameters": [
|
|
17228
17251
|
{
|
|
17229
|
-
"id":
|
|
17252
|
+
"id": 284,
|
|
17230
17253
|
"name": "theme",
|
|
17231
17254
|
"kind": 32768,
|
|
17232
17255
|
"kindString": "Parameter",
|
|
@@ -17330,7 +17353,7 @@
|
|
|
17330
17353
|
}
|
|
17331
17354
|
},
|
|
17332
17355
|
{
|
|
17333
|
-
"id":
|
|
17356
|
+
"id": 189,
|
|
17334
17357
|
"name": "right",
|
|
17335
17358
|
"kind": 1024,
|
|
17336
17359
|
"kindString": "Property",
|
|
@@ -17420,7 +17443,7 @@
|
|
|
17420
17443
|
{
|
|
17421
17444
|
"type": "reflection",
|
|
17422
17445
|
"declaration": {
|
|
17423
|
-
"id":
|
|
17446
|
+
"id": 190,
|
|
17424
17447
|
"name": "__type",
|
|
17425
17448
|
"kind": 65536,
|
|
17426
17449
|
"kindString": "Type literal",
|
|
@@ -17434,14 +17457,14 @@
|
|
|
17434
17457
|
],
|
|
17435
17458
|
"signatures": [
|
|
17436
17459
|
{
|
|
17437
|
-
"id":
|
|
17460
|
+
"id": 191,
|
|
17438
17461
|
"name": "__type",
|
|
17439
17462
|
"kind": 4096,
|
|
17440
17463
|
"kindString": "Call signature",
|
|
17441
17464
|
"flags": {},
|
|
17442
17465
|
"parameters": [
|
|
17443
17466
|
{
|
|
17444
|
-
"id":
|
|
17467
|
+
"id": 192,
|
|
17445
17468
|
"name": "theme",
|
|
17446
17469
|
"kind": 32768,
|
|
17447
17470
|
"kindString": "Parameter",
|
|
@@ -17545,7 +17568,7 @@
|
|
|
17545
17568
|
}
|
|
17546
17569
|
},
|
|
17547
17570
|
{
|
|
17548
|
-
"id":
|
|
17571
|
+
"id": 125,
|
|
17549
17572
|
"name": "rowGap",
|
|
17550
17573
|
"kind": 1024,
|
|
17551
17574
|
"kindString": "Property",
|
|
@@ -17635,7 +17658,7 @@
|
|
|
17635
17658
|
{
|
|
17636
17659
|
"type": "reflection",
|
|
17637
17660
|
"declaration": {
|
|
17638
|
-
"id":
|
|
17661
|
+
"id": 126,
|
|
17639
17662
|
"name": "__type",
|
|
17640
17663
|
"kind": 65536,
|
|
17641
17664
|
"kindString": "Type literal",
|
|
@@ -17649,14 +17672,14 @@
|
|
|
17649
17672
|
],
|
|
17650
17673
|
"signatures": [
|
|
17651
17674
|
{
|
|
17652
|
-
"id":
|
|
17675
|
+
"id": 127,
|
|
17653
17676
|
"name": "__type",
|
|
17654
17677
|
"kind": 4096,
|
|
17655
17678
|
"kindString": "Call signature",
|
|
17656
17679
|
"flags": {},
|
|
17657
17680
|
"parameters": [
|
|
17658
17681
|
{
|
|
17659
|
-
"id":
|
|
17682
|
+
"id": 128,
|
|
17660
17683
|
"name": "theme",
|
|
17661
17684
|
"kind": 32768,
|
|
17662
17685
|
"kindString": "Parameter",
|
|
@@ -17760,7 +17783,7 @@
|
|
|
17760
17783
|
}
|
|
17761
17784
|
},
|
|
17762
17785
|
{
|
|
17763
|
-
"id":
|
|
17786
|
+
"id": 373,
|
|
17764
17787
|
"name": "textAlign",
|
|
17765
17788
|
"kind": 1024,
|
|
17766
17789
|
"kindString": "Property",
|
|
@@ -17820,7 +17843,7 @@
|
|
|
17820
17843
|
{
|
|
17821
17844
|
"type": "reflection",
|
|
17822
17845
|
"declaration": {
|
|
17823
|
-
"id":
|
|
17846
|
+
"id": 374,
|
|
17824
17847
|
"name": "__type",
|
|
17825
17848
|
"kind": 65536,
|
|
17826
17849
|
"kindString": "Type literal",
|
|
@@ -17834,14 +17857,14 @@
|
|
|
17834
17857
|
],
|
|
17835
17858
|
"signatures": [
|
|
17836
17859
|
{
|
|
17837
|
-
"id":
|
|
17860
|
+
"id": 375,
|
|
17838
17861
|
"name": "__type",
|
|
17839
17862
|
"kind": 4096,
|
|
17840
17863
|
"kindString": "Call signature",
|
|
17841
17864
|
"flags": {},
|
|
17842
17865
|
"parameters": [
|
|
17843
17866
|
{
|
|
17844
|
-
"id":
|
|
17867
|
+
"id": 376,
|
|
17845
17868
|
"name": "theme",
|
|
17846
17869
|
"kind": 32768,
|
|
17847
17870
|
"kindString": "Parameter",
|
|
@@ -17915,7 +17938,7 @@
|
|
|
17915
17938
|
}
|
|
17916
17939
|
},
|
|
17917
17940
|
{
|
|
17918
|
-
"id":
|
|
17941
|
+
"id": 53,
|
|
17919
17942
|
"name": "textOverflow",
|
|
17920
17943
|
"kind": 1024,
|
|
17921
17944
|
"kindString": "Property",
|
|
@@ -17956,7 +17979,7 @@
|
|
|
17956
17979
|
{
|
|
17957
17980
|
"type": "reflection",
|
|
17958
17981
|
"declaration": {
|
|
17959
|
-
"id":
|
|
17982
|
+
"id": 54,
|
|
17960
17983
|
"name": "__type",
|
|
17961
17984
|
"kind": 65536,
|
|
17962
17985
|
"kindString": "Type literal",
|
|
@@ -17970,14 +17993,14 @@
|
|
|
17970
17993
|
],
|
|
17971
17994
|
"signatures": [
|
|
17972
17995
|
{
|
|
17973
|
-
"id":
|
|
17996
|
+
"id": 55,
|
|
17974
17997
|
"name": "__type",
|
|
17975
17998
|
"kind": 4096,
|
|
17976
17999
|
"kindString": "Call signature",
|
|
17977
18000
|
"flags": {},
|
|
17978
18001
|
"parameters": [
|
|
17979
18002
|
{
|
|
17980
|
-
"id":
|
|
18003
|
+
"id": 56,
|
|
17981
18004
|
"name": "theme",
|
|
17982
18005
|
"kind": 32768,
|
|
17983
18006
|
"kindString": "Parameter",
|
|
@@ -18032,7 +18055,7 @@
|
|
|
18032
18055
|
}
|
|
18033
18056
|
},
|
|
18034
18057
|
{
|
|
18035
|
-
"id":
|
|
18058
|
+
"id": 377,
|
|
18036
18059
|
"name": "textTransform",
|
|
18037
18060
|
"kind": 1024,
|
|
18038
18061
|
"kindString": "Property",
|
|
@@ -18092,7 +18115,7 @@
|
|
|
18092
18115
|
{
|
|
18093
18116
|
"type": "reflection",
|
|
18094
18117
|
"declaration": {
|
|
18095
|
-
"id":
|
|
18118
|
+
"id": 378,
|
|
18096
18119
|
"name": "__type",
|
|
18097
18120
|
"kind": 65536,
|
|
18098
18121
|
"kindString": "Type literal",
|
|
@@ -18106,14 +18129,14 @@
|
|
|
18106
18129
|
],
|
|
18107
18130
|
"signatures": [
|
|
18108
18131
|
{
|
|
18109
|
-
"id":
|
|
18132
|
+
"id": 379,
|
|
18110
18133
|
"name": "__type",
|
|
18111
18134
|
"kind": 4096,
|
|
18112
18135
|
"kindString": "Call signature",
|
|
18113
18136
|
"flags": {},
|
|
18114
18137
|
"parameters": [
|
|
18115
18138
|
{
|
|
18116
|
-
"id":
|
|
18139
|
+
"id": 380,
|
|
18117
18140
|
"name": "theme",
|
|
18118
18141
|
"kind": 32768,
|
|
18119
18142
|
"kindString": "Parameter",
|
|
@@ -18187,7 +18210,7 @@
|
|
|
18187
18210
|
}
|
|
18188
18211
|
},
|
|
18189
18212
|
{
|
|
18190
|
-
"id":
|
|
18213
|
+
"id": 185,
|
|
18191
18214
|
"name": "top",
|
|
18192
18215
|
"kind": 1024,
|
|
18193
18216
|
"kindString": "Property",
|
|
@@ -18277,7 +18300,7 @@
|
|
|
18277
18300
|
{
|
|
18278
18301
|
"type": "reflection",
|
|
18279
18302
|
"declaration": {
|
|
18280
|
-
"id":
|
|
18303
|
+
"id": 186,
|
|
18281
18304
|
"name": "__type",
|
|
18282
18305
|
"kind": 65536,
|
|
18283
18306
|
"kindString": "Type literal",
|
|
@@ -18291,14 +18314,14 @@
|
|
|
18291
18314
|
],
|
|
18292
18315
|
"signatures": [
|
|
18293
18316
|
{
|
|
18294
|
-
"id":
|
|
18317
|
+
"id": 187,
|
|
18295
18318
|
"name": "__type",
|
|
18296
18319
|
"kind": 4096,
|
|
18297
18320
|
"kindString": "Call signature",
|
|
18298
18321
|
"flags": {},
|
|
18299
18322
|
"parameters": [
|
|
18300
18323
|
{
|
|
18301
|
-
"id":
|
|
18324
|
+
"id": 188,
|
|
18302
18325
|
"name": "theme",
|
|
18303
18326
|
"kind": 32768,
|
|
18304
18327
|
"kindString": "Parameter",
|
|
@@ -18402,7 +18425,7 @@
|
|
|
18402
18425
|
}
|
|
18403
18426
|
},
|
|
18404
18427
|
{
|
|
18405
|
-
"id":
|
|
18428
|
+
"id": 341,
|
|
18406
18429
|
"name": "typography",
|
|
18407
18430
|
"kind": 1024,
|
|
18408
18431
|
"kindString": "Property",
|
|
@@ -18434,7 +18457,7 @@
|
|
|
18434
18457
|
{
|
|
18435
18458
|
"type": "reflection",
|
|
18436
18459
|
"declaration": {
|
|
18437
|
-
"id":
|
|
18460
|
+
"id": 342,
|
|
18438
18461
|
"name": "__type",
|
|
18439
18462
|
"kind": 65536,
|
|
18440
18463
|
"kindString": "Type literal",
|
|
@@ -18448,14 +18471,14 @@
|
|
|
18448
18471
|
],
|
|
18449
18472
|
"signatures": [
|
|
18450
18473
|
{
|
|
18451
|
-
"id":
|
|
18474
|
+
"id": 343,
|
|
18452
18475
|
"name": "__type",
|
|
18453
18476
|
"kind": 4096,
|
|
18454
18477
|
"kindString": "Call signature",
|
|
18455
18478
|
"flags": {},
|
|
18456
18479
|
"parameters": [
|
|
18457
18480
|
{
|
|
18458
|
-
"id":
|
|
18481
|
+
"id": 344,
|
|
18459
18482
|
"name": "theme",
|
|
18460
18483
|
"kind": 32768,
|
|
18461
18484
|
"kindString": "Parameter",
|
|
@@ -18501,7 +18524,7 @@
|
|
|
18501
18524
|
}
|
|
18502
18525
|
},
|
|
18503
18526
|
{
|
|
18504
|
-
"id":
|
|
18527
|
+
"id": 57,
|
|
18505
18528
|
"name": "visibility",
|
|
18506
18529
|
"kind": 1024,
|
|
18507
18530
|
"kindString": "Property",
|
|
@@ -18561,7 +18584,7 @@
|
|
|
18561
18584
|
{
|
|
18562
18585
|
"type": "reflection",
|
|
18563
18586
|
"declaration": {
|
|
18564
|
-
"id":
|
|
18587
|
+
"id": 58,
|
|
18565
18588
|
"name": "__type",
|
|
18566
18589
|
"kind": 65536,
|
|
18567
18590
|
"kindString": "Type literal",
|
|
@@ -18575,14 +18598,14 @@
|
|
|
18575
18598
|
],
|
|
18576
18599
|
"signatures": [
|
|
18577
18600
|
{
|
|
18578
|
-
"id":
|
|
18601
|
+
"id": 59,
|
|
18579
18602
|
"name": "__type",
|
|
18580
18603
|
"kind": 4096,
|
|
18581
18604
|
"kindString": "Call signature",
|
|
18582
18605
|
"flags": {},
|
|
18583
18606
|
"parameters": [
|
|
18584
18607
|
{
|
|
18585
|
-
"id":
|
|
18608
|
+
"id": 60,
|
|
18586
18609
|
"name": "theme",
|
|
18587
18610
|
"kind": 32768,
|
|
18588
18611
|
"kindString": "Parameter",
|
|
@@ -18656,7 +18679,7 @@
|
|
|
18656
18679
|
}
|
|
18657
18680
|
},
|
|
18658
18681
|
{
|
|
18659
|
-
"id":
|
|
18682
|
+
"id": 61,
|
|
18660
18683
|
"name": "whiteSpace",
|
|
18661
18684
|
"kind": 1024,
|
|
18662
18685
|
"kindString": "Property",
|
|
@@ -18716,7 +18739,7 @@
|
|
|
18716
18739
|
{
|
|
18717
18740
|
"type": "reflection",
|
|
18718
18741
|
"declaration": {
|
|
18719
|
-
"id":
|
|
18742
|
+
"id": 62,
|
|
18720
18743
|
"name": "__type",
|
|
18721
18744
|
"kind": 65536,
|
|
18722
18745
|
"kindString": "Type literal",
|
|
@@ -18730,14 +18753,14 @@
|
|
|
18730
18753
|
],
|
|
18731
18754
|
"signatures": [
|
|
18732
18755
|
{
|
|
18733
|
-
"id":
|
|
18756
|
+
"id": 63,
|
|
18734
18757
|
"name": "__type",
|
|
18735
18758
|
"kind": 4096,
|
|
18736
18759
|
"kindString": "Call signature",
|
|
18737
18760
|
"flags": {},
|
|
18738
18761
|
"parameters": [
|
|
18739
18762
|
{
|
|
18740
|
-
"id":
|
|
18763
|
+
"id": 64,
|
|
18741
18764
|
"name": "theme",
|
|
18742
18765
|
"kind": 32768,
|
|
18743
18766
|
"kindString": "Parameter",
|
|
@@ -18811,7 +18834,7 @@
|
|
|
18811
18834
|
}
|
|
18812
18835
|
},
|
|
18813
18836
|
{
|
|
18814
|
-
"id":
|
|
18837
|
+
"id": 205,
|
|
18815
18838
|
"name": "width",
|
|
18816
18839
|
"kind": 1024,
|
|
18817
18840
|
"kindString": "Property",
|
|
@@ -18901,7 +18924,7 @@
|
|
|
18901
18924
|
{
|
|
18902
18925
|
"type": "reflection",
|
|
18903
18926
|
"declaration": {
|
|
18904
|
-
"id":
|
|
18927
|
+
"id": 206,
|
|
18905
18928
|
"name": "__type",
|
|
18906
18929
|
"kind": 65536,
|
|
18907
18930
|
"kindString": "Type literal",
|
|
@@ -18915,14 +18938,14 @@
|
|
|
18915
18938
|
],
|
|
18916
18939
|
"signatures": [
|
|
18917
18940
|
{
|
|
18918
|
-
"id":
|
|
18941
|
+
"id": 207,
|
|
18919
18942
|
"name": "__type",
|
|
18920
18943
|
"kind": 4096,
|
|
18921
18944
|
"kindString": "Call signature",
|
|
18922
18945
|
"flags": {},
|
|
18923
18946
|
"parameters": [
|
|
18924
18947
|
{
|
|
18925
|
-
"id":
|
|
18948
|
+
"id": 208,
|
|
18926
18949
|
"name": "theme",
|
|
18927
18950
|
"kind": 32768,
|
|
18928
18951
|
"kindString": "Parameter",
|
|
@@ -19026,7 +19049,7 @@
|
|
|
19026
19049
|
}
|
|
19027
19050
|
},
|
|
19028
19051
|
{
|
|
19029
|
-
"id":
|
|
19052
|
+
"id": 173,
|
|
19030
19053
|
"name": "zIndex",
|
|
19031
19054
|
"kind": 1024,
|
|
19032
19055
|
"kindString": "Property",
|
|
@@ -19058,7 +19081,7 @@
|
|
|
19058
19081
|
{
|
|
19059
19082
|
"type": "reflection",
|
|
19060
19083
|
"declaration": {
|
|
19061
|
-
"id":
|
|
19084
|
+
"id": 174,
|
|
19062
19085
|
"name": "__type",
|
|
19063
19086
|
"kind": 65536,
|
|
19064
19087
|
"kindString": "Type literal",
|
|
@@ -19077,7 +19100,7 @@
|
|
|
19077
19100
|
{
|
|
19078
19101
|
"type": "reflection",
|
|
19079
19102
|
"declaration": {
|
|
19080
|
-
"id":
|
|
19103
|
+
"id": 175,
|
|
19081
19104
|
"name": "__type",
|
|
19082
19105
|
"kind": 65536,
|
|
19083
19106
|
"kindString": "Type literal",
|
|
@@ -19096,7 +19119,7 @@
|
|
|
19096
19119
|
{
|
|
19097
19120
|
"type": "reflection",
|
|
19098
19121
|
"declaration": {
|
|
19099
|
-
"id":
|
|
19122
|
+
"id": 176,
|
|
19100
19123
|
"name": "__type",
|
|
19101
19124
|
"kind": 65536,
|
|
19102
19125
|
"kindString": "Type literal",
|
|
@@ -19110,14 +19133,14 @@
|
|
|
19110
19133
|
],
|
|
19111
19134
|
"signatures": [
|
|
19112
19135
|
{
|
|
19113
|
-
"id":
|
|
19136
|
+
"id": 177,
|
|
19114
19137
|
"name": "__type",
|
|
19115
19138
|
"kind": 4096,
|
|
19116
19139
|
"kindString": "Call signature",
|
|
19117
19140
|
"flags": {},
|
|
19118
19141
|
"parameters": [
|
|
19119
19142
|
{
|
|
19120
|
-
"id":
|
|
19143
|
+
"id": 178,
|
|
19121
19144
|
"name": "theme",
|
|
19122
19145
|
"kind": 32768,
|
|
19123
19146
|
"kindString": "Parameter",
|
|
@@ -19154,7 +19177,7 @@
|
|
|
19154
19177
|
{
|
|
19155
19178
|
"type": "reflection",
|
|
19156
19179
|
"declaration": {
|
|
19157
|
-
"id":
|
|
19180
|
+
"id": 179,
|
|
19158
19181
|
"name": "__type",
|
|
19159
19182
|
"kind": 65536,
|
|
19160
19183
|
"kindString": "Type literal",
|
|
@@ -19173,7 +19196,7 @@
|
|
|
19173
19196
|
{
|
|
19174
19197
|
"type": "reflection",
|
|
19175
19198
|
"declaration": {
|
|
19176
|
-
"id":
|
|
19199
|
+
"id": 180,
|
|
19177
19200
|
"name": "__type",
|
|
19178
19201
|
"kind": 65536,
|
|
19179
19202
|
"kindString": "Type literal",
|
|
@@ -19205,113 +19228,114 @@
|
|
|
19205
19228
|
{
|
|
19206
19229
|
"title": "Properties",
|
|
19207
19230
|
"children": [
|
|
19208
|
-
80,
|
|
19209
|
-
76,
|
|
19210
|
-
100,
|
|
19211
|
-
160,
|
|
19212
|
-
6,
|
|
19213
|
-
20,
|
|
19214
|
-
28,
|
|
19215
|
-
24,
|
|
19216
|
-
32,
|
|
19217
|
-
16,
|
|
19218
|
-
12,
|
|
19219
|
-
188,
|
|
19220
|
-
196,
|
|
19221
|
-
224,
|
|
19222
|
-
164,
|
|
19223
|
-
116,
|
|
19224
|
-
36,
|
|
19225
|
-
40,
|
|
19226
|
-
88,
|
|
19227
|
-
60,
|
|
19228
|
-
64,
|
|
19229
|
-
92,
|
|
19230
|
-
96,
|
|
19231
|
-
68,
|
|
19232
|
-
344,
|
|
19233
|
-
348,
|
|
19234
|
-
352,
|
|
19235
|
-
356,
|
|
19236
|
-
112,
|
|
19237
|
-
156,
|
|
19238
|
-
136,
|
|
19239
|
-
132,
|
|
19240
|
-
140,
|
|
19241
|
-
124,
|
|
19242
|
-
128,
|
|
19243
|
-
152,
|
|
19244
|
-
144,
|
|
19245
|
-
148,
|
|
19246
|
-
212,
|
|
19247
|
-
72,
|
|
19248
|
-
104,
|
|
19249
|
-
108,
|
|
19250
|
-
192,
|
|
19251
|
-
364,
|
|
19252
|
-
368,
|
|
19253
|
-
228,
|
|
19254
|
-
284,
|
|
19255
|
-
296,
|
|
19256
|
-
300,
|
|
19257
|
-
292,
|
|
19258
|
-
288,
|
|
19259
|
-
304,
|
|
19260
|
-
308,
|
|
19261
|
-
216,
|
|
19262
|
-
204,
|
|
19263
|
-
240,
|
|
19264
|
-
220,
|
|
19265
|
-
208,
|
|
19266
|
-
244,
|
|
19267
|
-
236,
|
|
19268
|
-
232,
|
|
19269
|
-
248,
|
|
19270
|
-
252,
|
|
19271
19231
|
5,
|
|
19272
|
-
|
|
19273
|
-
|
|
19274
|
-
|
|
19275
|
-
|
|
19276
|
-
|
|
19277
|
-
|
|
19278
|
-
|
|
19279
|
-
|
|
19280
|
-
|
|
19281
|
-
|
|
19282
|
-
|
|
19283
|
-
|
|
19284
|
-
|
|
19285
|
-
|
|
19286
|
-
|
|
19287
|
-
|
|
19288
|
-
|
|
19289
|
-
|
|
19290
|
-
|
|
19291
|
-
|
|
19292
|
-
|
|
19293
|
-
|
|
19294
|
-
|
|
19295
|
-
|
|
19296
|
-
|
|
19297
|
-
|
|
19298
|
-
|
|
19299
|
-
|
|
19232
|
+
85,
|
|
19233
|
+
81,
|
|
19234
|
+
105,
|
|
19235
|
+
165,
|
|
19236
|
+
11,
|
|
19237
|
+
25,
|
|
19238
|
+
33,
|
|
19239
|
+
29,
|
|
19240
|
+
37,
|
|
19241
|
+
21,
|
|
19242
|
+
17,
|
|
19243
|
+
193,
|
|
19244
|
+
201,
|
|
19245
|
+
229,
|
|
19246
|
+
169,
|
|
19247
|
+
121,
|
|
19248
|
+
41,
|
|
19249
|
+
45,
|
|
19250
|
+
93,
|
|
19251
|
+
65,
|
|
19252
|
+
69,
|
|
19253
|
+
97,
|
|
19254
|
+
101,
|
|
19255
|
+
73,
|
|
19256
|
+
345,
|
|
19257
|
+
349,
|
|
19258
|
+
353,
|
|
19259
|
+
357,
|
|
19260
|
+
117,
|
|
19261
|
+
161,
|
|
19262
|
+
141,
|
|
19263
|
+
137,
|
|
19264
|
+
145,
|
|
19265
|
+
129,
|
|
19266
|
+
133,
|
|
19267
|
+
157,
|
|
19268
|
+
149,
|
|
19269
|
+
153,
|
|
19270
|
+
217,
|
|
19271
|
+
77,
|
|
19272
|
+
109,
|
|
19273
|
+
113,
|
|
19274
|
+
197,
|
|
19275
|
+
365,
|
|
19276
|
+
369,
|
|
19277
|
+
233,
|
|
19278
|
+
285,
|
|
19279
|
+
297,
|
|
19280
|
+
301,
|
|
19281
|
+
293,
|
|
19282
|
+
289,
|
|
19283
|
+
305,
|
|
19284
|
+
309,
|
|
19285
|
+
221,
|
|
19286
|
+
209,
|
|
19287
|
+
245,
|
|
19288
|
+
225,
|
|
19289
|
+
213,
|
|
19290
|
+
249,
|
|
19291
|
+
241,
|
|
19292
|
+
237,
|
|
19293
|
+
253,
|
|
19294
|
+
257,
|
|
19295
|
+
6,
|
|
19296
|
+
89,
|
|
19297
|
+
49,
|
|
19298
|
+
7,
|
|
19299
|
+
313,
|
|
19300
|
+
325,
|
|
19301
|
+
329,
|
|
19302
|
+
321,
|
|
19303
|
+
317,
|
|
19304
|
+
333,
|
|
19305
|
+
337,
|
|
19306
|
+
269,
|
|
19307
|
+
273,
|
|
19308
|
+
181,
|
|
19309
|
+
265,
|
|
19310
|
+
261,
|
|
19311
|
+
277,
|
|
19312
|
+
281,
|
|
19313
|
+
189,
|
|
19314
|
+
125,
|
|
19315
|
+
373,
|
|
19316
|
+
53,
|
|
19317
|
+
377,
|
|
19318
|
+
185,
|
|
19319
|
+
341,
|
|
19320
|
+
57,
|
|
19321
|
+
61,
|
|
19322
|
+
205,
|
|
19323
|
+
173
|
|
19300
19324
|
]
|
|
19301
19325
|
}
|
|
19302
19326
|
],
|
|
19303
19327
|
"sources": [
|
|
19304
19328
|
{
|
|
19305
19329
|
"fileName": "packages/sdk/packages/node-renderer/src/components/RelationalGraph.tsx",
|
|
19306
|
-
"line":
|
|
19330
|
+
"line": 9,
|
|
19307
19331
|
"character": 17,
|
|
19308
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19332
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/components/RelationalGraph.tsx#L9"
|
|
19309
19333
|
},
|
|
19310
19334
|
{
|
|
19311
19335
|
"fileName": "packages/sdk/packages/node-renderer/src/components/RelationalGraph.tsx",
|
|
19312
|
-
"line":
|
|
19336
|
+
"line": 14,
|
|
19313
19337
|
"character": 13,
|
|
19314
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19338
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/components/RelationalGraph.tsx#L14"
|
|
19315
19339
|
}
|
|
19316
19340
|
],
|
|
19317
19341
|
"extendedTypes": [
|
|
@@ -19324,7 +19348,7 @@
|
|
|
19324
19348
|
]
|
|
19325
19349
|
},
|
|
19326
19350
|
{
|
|
19327
|
-
"id":
|
|
19351
|
+
"id": 416,
|
|
19328
19352
|
"name": "CyNodeIcons",
|
|
19329
19353
|
"kind": 4194304,
|
|
19330
19354
|
"kindString": "Type alias",
|
|
@@ -19334,7 +19358,7 @@
|
|
|
19334
19358
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeIcons.tsx",
|
|
19335
19359
|
"line": 9,
|
|
19336
19360
|
"character": 12,
|
|
19337
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19361
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeIcons.tsx#L9"
|
|
19338
19362
|
}
|
|
19339
19363
|
],
|
|
19340
19364
|
"type": {
|
|
@@ -19364,7 +19388,7 @@
|
|
|
19364
19388
|
}
|
|
19365
19389
|
},
|
|
19366
19390
|
{
|
|
19367
|
-
"id":
|
|
19391
|
+
"id": 417,
|
|
19368
19392
|
"name": "CyIconSet",
|
|
19369
19393
|
"kind": 32,
|
|
19370
19394
|
"kindString": "Variable",
|
|
@@ -19376,7 +19400,7 @@
|
|
|
19376
19400
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeIcons.tsx",
|
|
19377
19401
|
"line": 12,
|
|
19378
19402
|
"character": 13,
|
|
19379
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19403
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeIcons.tsx#L12"
|
|
19380
19404
|
}
|
|
19381
19405
|
],
|
|
19382
19406
|
"type": {
|
|
@@ -19384,7 +19408,7 @@
|
|
|
19384
19408
|
"typeArguments": [
|
|
19385
19409
|
{
|
|
19386
19410
|
"type": "reference",
|
|
19387
|
-
"id":
|
|
19411
|
+
"id": 416,
|
|
19388
19412
|
"name": "CyNodeIcons"
|
|
19389
19413
|
},
|
|
19390
19414
|
{
|
|
@@ -19396,7 +19420,7 @@
|
|
|
19396
19420
|
{
|
|
19397
19421
|
"type": "reflection",
|
|
19398
19422
|
"declaration": {
|
|
19399
|
-
"id":
|
|
19423
|
+
"id": 418,
|
|
19400
19424
|
"name": "__type",
|
|
19401
19425
|
"kind": 65536,
|
|
19402
19426
|
"kindString": "Type literal",
|
|
@@ -19406,7 +19430,7 @@
|
|
|
19406
19430
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeIcons.tsx",
|
|
19407
19431
|
"line": 12,
|
|
19408
19432
|
"character": 80,
|
|
19409
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19433
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeIcons.tsx#L12"
|
|
19410
19434
|
}
|
|
19411
19435
|
]
|
|
19412
19436
|
}
|
|
@@ -19433,7 +19457,7 @@
|
|
|
19433
19457
|
"defaultValue": "..."
|
|
19434
19458
|
},
|
|
19435
19459
|
{
|
|
19436
|
-
"id":
|
|
19460
|
+
"id": 426,
|
|
19437
19461
|
"name": "EdgeStyled",
|
|
19438
19462
|
"kind": 64,
|
|
19439
19463
|
"kindString": "Function",
|
|
@@ -19443,19 +19467,19 @@
|
|
|
19443
19467
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19444
19468
|
"line": 28,
|
|
19445
19469
|
"character": 13,
|
|
19446
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19470
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L28"
|
|
19447
19471
|
}
|
|
19448
19472
|
],
|
|
19449
19473
|
"signatures": [
|
|
19450
19474
|
{
|
|
19451
|
-
"id":
|
|
19475
|
+
"id": 427,
|
|
19452
19476
|
"name": "EdgeStyled",
|
|
19453
19477
|
"kind": 4096,
|
|
19454
19478
|
"kindString": "Call signature",
|
|
19455
19479
|
"flags": {},
|
|
19456
19480
|
"parameters": [
|
|
19457
19481
|
{
|
|
19458
|
-
"id":
|
|
19482
|
+
"id": 428,
|
|
19459
19483
|
"name": "lineColor",
|
|
19460
19484
|
"kind": 32768,
|
|
19461
19485
|
"kindString": "Parameter",
|
|
@@ -19468,7 +19492,7 @@
|
|
|
19468
19492
|
}
|
|
19469
19493
|
},
|
|
19470
19494
|
{
|
|
19471
|
-
"id":
|
|
19495
|
+
"id": 429,
|
|
19472
19496
|
"name": "targetArrowColor",
|
|
19473
19497
|
"kind": 32768,
|
|
19474
19498
|
"kindString": "Parameter",
|
|
@@ -19484,14 +19508,14 @@
|
|
|
19484
19508
|
"type": {
|
|
19485
19509
|
"type": "reflection",
|
|
19486
19510
|
"declaration": {
|
|
19487
|
-
"id":
|
|
19511
|
+
"id": 430,
|
|
19488
19512
|
"name": "__type",
|
|
19489
19513
|
"kind": 65536,
|
|
19490
19514
|
"kindString": "Type literal",
|
|
19491
19515
|
"flags": {},
|
|
19492
19516
|
"children": [
|
|
19493
19517
|
{
|
|
19494
|
-
"id":
|
|
19518
|
+
"id": 431,
|
|
19495
19519
|
"name": "selector",
|
|
19496
19520
|
"kind": 1024,
|
|
19497
19521
|
"kindString": "Property",
|
|
@@ -19501,7 +19525,7 @@
|
|
|
19501
19525
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19502
19526
|
"line": 29,
|
|
19503
19527
|
"character": 2,
|
|
19504
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19528
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L29"
|
|
19505
19529
|
}
|
|
19506
19530
|
],
|
|
19507
19531
|
"type": {
|
|
@@ -19511,7 +19535,7 @@
|
|
|
19511
19535
|
"defaultValue": "'edge'"
|
|
19512
19536
|
},
|
|
19513
19537
|
{
|
|
19514
|
-
"id":
|
|
19538
|
+
"id": 432,
|
|
19515
19539
|
"name": "style",
|
|
19516
19540
|
"kind": 1024,
|
|
19517
19541
|
"kindString": "Property",
|
|
@@ -19521,20 +19545,20 @@
|
|
|
19521
19545
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19522
19546
|
"line": 30,
|
|
19523
19547
|
"character": 2,
|
|
19524
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19548
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L30"
|
|
19525
19549
|
}
|
|
19526
19550
|
],
|
|
19527
19551
|
"type": {
|
|
19528
19552
|
"type": "reflection",
|
|
19529
19553
|
"declaration": {
|
|
19530
|
-
"id":
|
|
19554
|
+
"id": 433,
|
|
19531
19555
|
"name": "__type",
|
|
19532
19556
|
"kind": 65536,
|
|
19533
19557
|
"kindString": "Type literal",
|
|
19534
19558
|
"flags": {},
|
|
19535
19559
|
"children": [
|
|
19536
19560
|
{
|
|
19537
|
-
"id":
|
|
19561
|
+
"id": 434,
|
|
19538
19562
|
"name": "curve-style",
|
|
19539
19563
|
"kind": 1024,
|
|
19540
19564
|
"kindString": "Property",
|
|
@@ -19544,7 +19568,7 @@
|
|
|
19544
19568
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19545
19569
|
"line": 31,
|
|
19546
19570
|
"character": 4,
|
|
19547
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19571
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L31"
|
|
19548
19572
|
}
|
|
19549
19573
|
],
|
|
19550
19574
|
"type": {
|
|
@@ -19554,7 +19578,7 @@
|
|
|
19554
19578
|
"defaultValue": "'bezier'"
|
|
19555
19579
|
},
|
|
19556
19580
|
{
|
|
19557
|
-
"id":
|
|
19581
|
+
"id": 435,
|
|
19558
19582
|
"name": "line-color",
|
|
19559
19583
|
"kind": 1024,
|
|
19560
19584
|
"kindString": "Property",
|
|
@@ -19564,7 +19588,7 @@
|
|
|
19564
19588
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19565
19589
|
"line": 32,
|
|
19566
19590
|
"character": 4,
|
|
19567
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19591
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L32"
|
|
19568
19592
|
}
|
|
19569
19593
|
],
|
|
19570
19594
|
"type": {
|
|
@@ -19583,7 +19607,7 @@
|
|
|
19583
19607
|
"defaultValue": "lineColor"
|
|
19584
19608
|
},
|
|
19585
19609
|
{
|
|
19586
|
-
"id":
|
|
19610
|
+
"id": 436,
|
|
19587
19611
|
"name": "line-opacity",
|
|
19588
19612
|
"kind": 1024,
|
|
19589
19613
|
"kindString": "Property",
|
|
@@ -19593,7 +19617,7 @@
|
|
|
19593
19617
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19594
19618
|
"line": 33,
|
|
19595
19619
|
"character": 4,
|
|
19596
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19620
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L33"
|
|
19597
19621
|
}
|
|
19598
19622
|
],
|
|
19599
19623
|
"type": {
|
|
@@ -19603,7 +19627,7 @@
|
|
|
19603
19627
|
"defaultValue": "0.1"
|
|
19604
19628
|
},
|
|
19605
19629
|
{
|
|
19606
|
-
"id":
|
|
19630
|
+
"id": 437,
|
|
19607
19631
|
"name": "target-arrow-color",
|
|
19608
19632
|
"kind": 1024,
|
|
19609
19633
|
"kindString": "Property",
|
|
@@ -19613,7 +19637,7 @@
|
|
|
19613
19637
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19614
19638
|
"line": 34,
|
|
19615
19639
|
"character": 4,
|
|
19616
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19640
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L34"
|
|
19617
19641
|
}
|
|
19618
19642
|
],
|
|
19619
19643
|
"type": {
|
|
@@ -19632,7 +19656,7 @@
|
|
|
19632
19656
|
"defaultValue": "targetArrowColor"
|
|
19633
19657
|
},
|
|
19634
19658
|
{
|
|
19635
|
-
"id":
|
|
19659
|
+
"id": 438,
|
|
19636
19660
|
"name": "target-arrow-shape",
|
|
19637
19661
|
"kind": 1024,
|
|
19638
19662
|
"kindString": "Property",
|
|
@@ -19642,7 +19666,7 @@
|
|
|
19642
19666
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19643
19667
|
"line": 35,
|
|
19644
19668
|
"character": 4,
|
|
19645
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19669
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L35"
|
|
19646
19670
|
}
|
|
19647
19671
|
],
|
|
19648
19672
|
"type": {
|
|
@@ -19652,7 +19676,7 @@
|
|
|
19652
19676
|
"defaultValue": "'triangle'"
|
|
19653
19677
|
},
|
|
19654
19678
|
{
|
|
19655
|
-
"id":
|
|
19679
|
+
"id": 439,
|
|
19656
19680
|
"name": "width",
|
|
19657
19681
|
"kind": 1024,
|
|
19658
19682
|
"kindString": "Property",
|
|
@@ -19662,7 +19686,7 @@
|
|
|
19662
19686
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19663
19687
|
"line": 36,
|
|
19664
19688
|
"character": 4,
|
|
19665
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19689
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L36"
|
|
19666
19690
|
}
|
|
19667
19691
|
],
|
|
19668
19692
|
"type": {
|
|
@@ -19676,12 +19700,12 @@
|
|
|
19676
19700
|
{
|
|
19677
19701
|
"title": "Properties",
|
|
19678
19702
|
"children": [
|
|
19679
|
-
433,
|
|
19680
19703
|
434,
|
|
19681
19704
|
435,
|
|
19682
19705
|
436,
|
|
19683
19706
|
437,
|
|
19684
|
-
438
|
|
19707
|
+
438,
|
|
19708
|
+
439
|
|
19685
19709
|
]
|
|
19686
19710
|
}
|
|
19687
19711
|
],
|
|
@@ -19690,7 +19714,7 @@
|
|
|
19690
19714
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19691
19715
|
"line": 30,
|
|
19692
19716
|
"character": 9,
|
|
19693
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19717
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L30"
|
|
19694
19718
|
}
|
|
19695
19719
|
]
|
|
19696
19720
|
}
|
|
@@ -19702,8 +19726,8 @@
|
|
|
19702
19726
|
{
|
|
19703
19727
|
"title": "Properties",
|
|
19704
19728
|
"children": [
|
|
19705
|
-
|
|
19706
|
-
|
|
19729
|
+
431,
|
|
19730
|
+
432
|
|
19707
19731
|
]
|
|
19708
19732
|
}
|
|
19709
19733
|
],
|
|
@@ -19712,7 +19736,7 @@
|
|
|
19712
19736
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19713
19737
|
"line": 28,
|
|
19714
19738
|
"character": 78,
|
|
19715
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19739
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L28"
|
|
19716
19740
|
}
|
|
19717
19741
|
]
|
|
19718
19742
|
}
|
|
@@ -19721,7 +19745,7 @@
|
|
|
19721
19745
|
]
|
|
19722
19746
|
},
|
|
19723
19747
|
{
|
|
19724
|
-
"id":
|
|
19748
|
+
"id": 419,
|
|
19725
19749
|
"name": "NodeIdStyles",
|
|
19726
19750
|
"kind": 64,
|
|
19727
19751
|
"kindString": "Function",
|
|
@@ -19731,19 +19755,19 @@
|
|
|
19731
19755
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19732
19756
|
"line": 5,
|
|
19733
19757
|
"character": 13,
|
|
19734
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19758
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L5"
|
|
19735
19759
|
}
|
|
19736
19760
|
],
|
|
19737
19761
|
"signatures": [
|
|
19738
19762
|
{
|
|
19739
|
-
"id":
|
|
19763
|
+
"id": 420,
|
|
19740
19764
|
"name": "NodeIdStyles",
|
|
19741
19765
|
"kind": 4096,
|
|
19742
19766
|
"kindString": "Call signature",
|
|
19743
19767
|
"flags": {},
|
|
19744
19768
|
"parameters": [
|
|
19745
19769
|
{
|
|
19746
|
-
"id":
|
|
19770
|
+
"id": 421,
|
|
19747
19771
|
"name": "color",
|
|
19748
19772
|
"kind": 32768,
|
|
19749
19773
|
"kindString": "Parameter",
|
|
@@ -19774,15 +19798,15 @@
|
|
|
19774
19798
|
"sources": [
|
|
19775
19799
|
{
|
|
19776
19800
|
"fileName": "packages/sdk/packages/node-renderer/src/components/RelationalGraph.tsx",
|
|
19777
|
-
"line":
|
|
19801
|
+
"line": 9,
|
|
19778
19802
|
"character": 17,
|
|
19779
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19803
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/components/RelationalGraph.tsx#L9"
|
|
19780
19804
|
},
|
|
19781
19805
|
{
|
|
19782
19806
|
"fileName": "packages/sdk/packages/node-renderer/src/components/RelationalGraph.tsx",
|
|
19783
|
-
"line":
|
|
19807
|
+
"line": 14,
|
|
19784
19808
|
"character": 13,
|
|
19785
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19809
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/components/RelationalGraph.tsx#L14"
|
|
19786
19810
|
}
|
|
19787
19811
|
],
|
|
19788
19812
|
"signatures": [
|
|
@@ -19879,7 +19903,7 @@
|
|
|
19879
19903
|
]
|
|
19880
19904
|
},
|
|
19881
19905
|
{
|
|
19882
|
-
"id":
|
|
19906
|
+
"id": 422,
|
|
19883
19907
|
"name": "NodeStyled",
|
|
19884
19908
|
"kind": 64,
|
|
19885
19909
|
"kindString": "Function",
|
|
@@ -19889,19 +19913,19 @@
|
|
|
19889
19913
|
"fileName": "packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts",
|
|
19890
19914
|
"line": 15,
|
|
19891
19915
|
"character": 13,
|
|
19892
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19916
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/Cytoscape/CytoscapeStyles.ts#L15"
|
|
19893
19917
|
}
|
|
19894
19918
|
],
|
|
19895
19919
|
"signatures": [
|
|
19896
19920
|
{
|
|
19897
|
-
"id":
|
|
19921
|
+
"id": 423,
|
|
19898
19922
|
"name": "NodeStyled",
|
|
19899
19923
|
"kind": 4096,
|
|
19900
19924
|
"kindString": "Call signature",
|
|
19901
19925
|
"flags": {},
|
|
19902
19926
|
"parameters": [
|
|
19903
19927
|
{
|
|
19904
|
-
"id":
|
|
19928
|
+
"id": 424,
|
|
19905
19929
|
"name": "icons",
|
|
19906
19930
|
"kind": 32768,
|
|
19907
19931
|
"kindString": "Parameter",
|
|
@@ -19911,7 +19935,7 @@
|
|
|
19911
19935
|
"typeArguments": [
|
|
19912
19936
|
{
|
|
19913
19937
|
"type": "reference",
|
|
19914
|
-
"id":
|
|
19938
|
+
"id": 416,
|
|
19915
19939
|
"name": "CyNodeIcons"
|
|
19916
19940
|
},
|
|
19917
19941
|
{
|
|
@@ -19925,7 +19949,7 @@
|
|
|
19925
19949
|
}
|
|
19926
19950
|
},
|
|
19927
19951
|
{
|
|
19928
|
-
"id":
|
|
19952
|
+
"id": 425,
|
|
19929
19953
|
"name": "bgColor",
|
|
19930
19954
|
"kind": 32768,
|
|
19931
19955
|
"kindString": "Parameter",
|
|
@@ -19948,7 +19972,7 @@
|
|
|
19948
19972
|
]
|
|
19949
19973
|
},
|
|
19950
19974
|
{
|
|
19951
|
-
"id":
|
|
19975
|
+
"id": 452,
|
|
19952
19976
|
"name": "encodeSvg",
|
|
19953
19977
|
"kind": 64,
|
|
19954
19978
|
"kindString": "Function",
|
|
@@ -19958,19 +19982,19 @@
|
|
|
19958
19982
|
"fileName": "packages/sdk/packages/node-renderer/src/lib/utils.ts",
|
|
19959
19983
|
"line": 7,
|
|
19960
19984
|
"character": 13,
|
|
19961
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19985
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/lib/utils.ts#L7"
|
|
19962
19986
|
}
|
|
19963
19987
|
],
|
|
19964
19988
|
"signatures": [
|
|
19965
19989
|
{
|
|
19966
|
-
"id":
|
|
19990
|
+
"id": 453,
|
|
19967
19991
|
"name": "encodeSvg",
|
|
19968
19992
|
"kind": 4096,
|
|
19969
19993
|
"kindString": "Call signature",
|
|
19970
19994
|
"flags": {},
|
|
19971
19995
|
"parameters": [
|
|
19972
19996
|
{
|
|
19973
|
-
"id":
|
|
19997
|
+
"id": 454,
|
|
19974
19998
|
"name": "reactElement",
|
|
19975
19999
|
"kind": 32768,
|
|
19976
20000
|
"kindString": "Parameter",
|
|
@@ -20010,7 +20034,7 @@
|
|
|
20010
20034
|
}
|
|
20011
20035
|
},
|
|
20012
20036
|
{
|
|
20013
|
-
"id":
|
|
20037
|
+
"id": 455,
|
|
20014
20038
|
"name": "color",
|
|
20015
20039
|
"kind": 32768,
|
|
20016
20040
|
"kindString": "Parameter",
|
|
@@ -20031,7 +20055,7 @@
|
|
|
20031
20055
|
]
|
|
20032
20056
|
},
|
|
20033
20057
|
{
|
|
20034
|
-
"id":
|
|
20058
|
+
"id": 456,
|
|
20035
20059
|
"name": "parseModuleType",
|
|
20036
20060
|
"kind": 64,
|
|
20037
20061
|
"kindString": "Function",
|
|
@@ -20041,19 +20065,19 @@
|
|
|
20041
20065
|
"fileName": "packages/sdk/packages/node-renderer/src/lib/utils.ts",
|
|
20042
20066
|
"line": 21,
|
|
20043
20067
|
"character": 13,
|
|
20044
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
20068
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/lib/utils.ts#L21"
|
|
20045
20069
|
}
|
|
20046
20070
|
],
|
|
20047
20071
|
"signatures": [
|
|
20048
20072
|
{
|
|
20049
|
-
"id":
|
|
20073
|
+
"id": 457,
|
|
20050
20074
|
"name": "parseModuleType",
|
|
20051
20075
|
"kind": 4096,
|
|
20052
20076
|
"kindString": "Call signature",
|
|
20053
20077
|
"flags": {},
|
|
20054
20078
|
"parameters": [
|
|
20055
20079
|
{
|
|
20056
|
-
"id":
|
|
20080
|
+
"id": 458,
|
|
20057
20081
|
"name": "queries",
|
|
20058
20082
|
"kind": 32768,
|
|
20059
20083
|
"kindString": "Parameter",
|
|
@@ -20086,7 +20110,7 @@
|
|
|
20086
20110
|
]
|
|
20087
20111
|
},
|
|
20088
20112
|
{
|
|
20089
|
-
"id":
|
|
20113
|
+
"id": 440,
|
|
20090
20114
|
"name": "useCytoscapeElements",
|
|
20091
20115
|
"kind": 64,
|
|
20092
20116
|
"kindString": "Function",
|
|
@@ -20096,12 +20120,12 @@
|
|
|
20096
20120
|
"fileName": "packages/sdk/packages/node-renderer/src/hooks/cytoscape/useCytoscapeElements.ts",
|
|
20097
20121
|
"line": 12,
|
|
20098
20122
|
"character": 13,
|
|
20099
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
20123
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/hooks/cytoscape/useCytoscapeElements.ts#L12"
|
|
20100
20124
|
}
|
|
20101
20125
|
],
|
|
20102
20126
|
"signatures": [
|
|
20103
20127
|
{
|
|
20104
|
-
"id":
|
|
20128
|
+
"id": 441,
|
|
20105
20129
|
"name": "useCytoscapeElements",
|
|
20106
20130
|
"kind": 4096,
|
|
20107
20131
|
"kindString": "Call signature",
|
|
@@ -20116,7 +20140,7 @@
|
|
|
20116
20140
|
},
|
|
20117
20141
|
"parameters": [
|
|
20118
20142
|
{
|
|
20119
|
-
"id":
|
|
20143
|
+
"id": 442,
|
|
20120
20144
|
"name": "targetNode",
|
|
20121
20145
|
"kind": 32768,
|
|
20122
20146
|
"kindString": "Parameter",
|
|
@@ -20150,7 +20174,7 @@
|
|
|
20150
20174
|
{
|
|
20151
20175
|
"type": "reflection",
|
|
20152
20176
|
"declaration": {
|
|
20153
|
-
"id":
|
|
20177
|
+
"id": 443,
|
|
20154
20178
|
"name": "__type",
|
|
20155
20179
|
"kind": 65536,
|
|
20156
20180
|
"kindString": "Type literal",
|
|
@@ -20191,7 +20215,7 @@
|
|
|
20191
20215
|
{
|
|
20192
20216
|
"type": "reflection",
|
|
20193
20217
|
"declaration": {
|
|
20194
|
-
"id":
|
|
20218
|
+
"id": 444,
|
|
20195
20219
|
"name": "__type",
|
|
20196
20220
|
"kind": 65536,
|
|
20197
20221
|
"kindString": "Type literal",
|
|
@@ -20214,7 +20238,7 @@
|
|
|
20214
20238
|
{
|
|
20215
20239
|
"type": "reflection",
|
|
20216
20240
|
"declaration": {
|
|
20217
|
-
"id":
|
|
20241
|
+
"id": 445,
|
|
20218
20242
|
"name": "__type",
|
|
20219
20243
|
"kind": 65536,
|
|
20220
20244
|
"kindString": "Type literal",
|
|
@@ -20269,7 +20293,7 @@
|
|
|
20269
20293
|
{
|
|
20270
20294
|
"type": "reflection",
|
|
20271
20295
|
"declaration": {
|
|
20272
|
-
"id":
|
|
20296
|
+
"id": 446,
|
|
20273
20297
|
"name": "__type",
|
|
20274
20298
|
"kind": 65536,
|
|
20275
20299
|
"kindString": "Type literal",
|
|
@@ -20336,7 +20360,7 @@
|
|
|
20336
20360
|
]
|
|
20337
20361
|
},
|
|
20338
20362
|
{
|
|
20339
|
-
"id":
|
|
20363
|
+
"id": 447,
|
|
20340
20364
|
"name": "useCytoscapeOptions",
|
|
20341
20365
|
"kind": 64,
|
|
20342
20366
|
"kindString": "Function",
|
|
@@ -20346,19 +20370,19 @@
|
|
|
20346
20370
|
"fileName": "packages/sdk/packages/node-renderer/src/hooks/cytoscape/useCytoscapeOptions.ts",
|
|
20347
20371
|
"line": 7,
|
|
20348
20372
|
"character": 13,
|
|
20349
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
20373
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/hooks/cytoscape/useCytoscapeOptions.ts#L7"
|
|
20350
20374
|
}
|
|
20351
20375
|
],
|
|
20352
20376
|
"signatures": [
|
|
20353
20377
|
{
|
|
20354
|
-
"id":
|
|
20378
|
+
"id": 448,
|
|
20355
20379
|
"name": "useCytoscapeOptions",
|
|
20356
20380
|
"kind": 4096,
|
|
20357
20381
|
"kindString": "Call signature",
|
|
20358
20382
|
"flags": {},
|
|
20359
20383
|
"parameters": [
|
|
20360
20384
|
{
|
|
20361
|
-
"id":
|
|
20385
|
+
"id": 449,
|
|
20362
20386
|
"name": "elements",
|
|
20363
20387
|
"kind": 32768,
|
|
20364
20388
|
"kindString": "Parameter",
|
|
@@ -20420,7 +20444,7 @@
|
|
|
20420
20444
|
}
|
|
20421
20445
|
},
|
|
20422
20446
|
{
|
|
20423
|
-
"id":
|
|
20447
|
+
"id": 450,
|
|
20424
20448
|
"name": "style",
|
|
20425
20449
|
"kind": 32768,
|
|
20426
20450
|
"kindString": "Parameter",
|
|
@@ -20460,7 +20484,7 @@
|
|
|
20460
20484
|
}
|
|
20461
20485
|
},
|
|
20462
20486
|
{
|
|
20463
|
-
"id":
|
|
20487
|
+
"id": 451,
|
|
20464
20488
|
"name": "layout",
|
|
20465
20489
|
"kind": 32768,
|
|
20466
20490
|
"kindString": "Parameter",
|
|
@@ -20489,7 +20513,7 @@
|
|
|
20489
20513
|
{
|
|
20490
20514
|
"title": "Classes",
|
|
20491
20515
|
"children": [
|
|
20492
|
-
|
|
20516
|
+
381
|
|
20493
20517
|
]
|
|
20494
20518
|
},
|
|
20495
20519
|
{
|
|
@@ -20501,26 +20525,26 @@
|
|
|
20501
20525
|
{
|
|
20502
20526
|
"title": "Type Aliases",
|
|
20503
20527
|
"children": [
|
|
20504
|
-
|
|
20528
|
+
416
|
|
20505
20529
|
]
|
|
20506
20530
|
},
|
|
20507
20531
|
{
|
|
20508
20532
|
"title": "Variables",
|
|
20509
20533
|
"children": [
|
|
20510
|
-
|
|
20534
|
+
417
|
|
20511
20535
|
]
|
|
20512
20536
|
},
|
|
20513
20537
|
{
|
|
20514
20538
|
"title": "Functions",
|
|
20515
20539
|
"children": [
|
|
20516
|
-
|
|
20517
|
-
|
|
20540
|
+
426,
|
|
20541
|
+
419,
|
|
20518
20542
|
1,
|
|
20519
|
-
|
|
20520
|
-
|
|
20521
|
-
|
|
20522
|
-
|
|
20523
|
-
|
|
20543
|
+
422,
|
|
20544
|
+
452,
|
|
20545
|
+
456,
|
|
20546
|
+
440,
|
|
20547
|
+
447
|
|
20524
20548
|
]
|
|
20525
20549
|
}
|
|
20526
20550
|
],
|
|
@@ -20529,7 +20553,7 @@
|
|
|
20529
20553
|
"fileName": "packages/sdk/packages/node-renderer/src/index.ts",
|
|
20530
20554
|
"line": 1,
|
|
20531
20555
|
"character": 0,
|
|
20532
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
20556
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47f9dbdbb/packages/sdk/packages/node-renderer/src/index.ts#L1"
|
|
20533
20557
|
}
|
|
20534
20558
|
]
|
|
20535
20559
|
}
|