@xyo-network/react-address-render 2.47.16 → 2.47.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/RenderRowBox.js +2 -3
- package/dist/cjs/components/RenderRowBox.js.map +1 -1
- package/dist/cjs/components/favorite/FavoriteIconButton.js +4 -4
- package/dist/cjs/components/favorite/FavoriteIconButton.js.map +1 -1
- package/dist/cjs/components/favorite/Popper.js +6 -6
- package/dist/cjs/components/favorite/Popper.js.map +1 -1
- package/dist/cjs/components/favorite/PopperButtonGroup.js +3 -3
- package/dist/cjs/components/favorite/PopperButtonGroup.js.map +1 -1
- package/dist/cjs/components/lib/FavoriteItemEvent.js +2 -2
- package/dist/cjs/components/lib/FavoriteItemEvent.js.map +1 -1
- package/dist/docs.json +565 -610
- package/dist/esm/components/RenderRowBox.js +2 -2
- package/dist/esm/components/RenderRowBox.js.map +1 -1
- package/dist/esm/components/favorite/FavoriteIconButton.js +4 -4
- package/dist/esm/components/favorite/FavoriteIconButton.js.map +1 -1
- package/dist/esm/components/favorite/Popper.js +5 -5
- package/dist/esm/components/favorite/Popper.js.map +1 -1
- package/dist/esm/components/favorite/PopperButtonGroup.js +3 -3
- package/dist/esm/components/favorite/PopperButtonGroup.js.map +1 -1
- package/dist/esm/components/lib/FavoriteItemEvent.js +2 -2
- package/dist/esm/components/lib/FavoriteItemEvent.js.map +1 -1
- package/dist/types/components/RenderRowBox.d.ts +0 -1
- package/dist/types/components/RenderRowBox.d.ts.map +1 -1
- package/dist/types/components/favorite/FavoriteIconButton.d.ts +1 -1
- package/dist/types/components/favorite/FavoriteIconButton.d.ts.map +1 -1
- package/dist/types/components/favorite/Popper.d.ts +2 -2
- package/dist/types/components/favorite/Popper.d.ts.map +1 -1
- package/dist/types/components/favorite/PopperButtonGroup.d.ts +2 -2
- package/dist/types/components/favorite/PopperButtonGroup.d.ts.map +1 -1
- package/dist/types/components/lib/FavoriteItemEvent.d.ts +2 -2
- package/dist/types/components/lib/FavoriteItemEvent.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/components/RenderRowBox.stories.tsx +5 -5
- package/src/components/RenderRowBox.tsx +3 -4
- package/src/components/favorite/FavoriteIconButton.tsx +5 -5
- package/src/components/favorite/Popper.tsx +10 -10
- package/src/components/favorite/PopperButtonGroup.tsx +5 -5
- package/src/components/lib/FavoriteItemEvent.ts +3 -8
package/dist/docs.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 29,
|
|
11
11
|
"name": "AddressRenderRowBoxProps",
|
|
12
12
|
"kind": 256,
|
|
13
13
|
"kindString": "Interface",
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 30,
|
|
18
18
|
"name": "address",
|
|
19
19
|
"kind": 1024,
|
|
20
20
|
"kindString": "Property",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
27
27
|
"line": 12,
|
|
28
28
|
"character": 2,
|
|
29
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
29
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L12"
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
32
|
"type": {
|
|
@@ -49,33 +49,7 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
"id":
|
|
53
|
-
"name": "alias",
|
|
54
|
-
"kind": 1024,
|
|
55
|
-
"kindString": "Property",
|
|
56
|
-
"flags": {
|
|
57
|
-
"isOptional": true
|
|
58
|
-
},
|
|
59
|
-
"sources": [
|
|
60
|
-
{
|
|
61
|
-
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
62
|
-
"line": 13,
|
|
63
|
-
"character": 2,
|
|
64
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c272790da/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L13"
|
|
65
|
-
}
|
|
66
|
-
],
|
|
67
|
-
"type": {
|
|
68
|
-
"type": "intrinsic",
|
|
69
|
-
"name": "string"
|
|
70
|
-
},
|
|
71
|
-
"inheritedFrom": {
|
|
72
|
-
"type": "reference",
|
|
73
|
-
"id": 23,
|
|
74
|
-
"name": "AddressRenderRowBoxPropsBase.alias"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"id": 117,
|
|
52
|
+
"id": 115,
|
|
79
53
|
"name": "alignContent",
|
|
80
54
|
"kind": 1024,
|
|
81
55
|
"kindString": "Property",
|
|
@@ -116,7 +90,7 @@
|
|
|
116
90
|
{
|
|
117
91
|
"type": "reflection",
|
|
118
92
|
"declaration": {
|
|
119
|
-
"id":
|
|
93
|
+
"id": 116,
|
|
120
94
|
"name": "__type",
|
|
121
95
|
"kind": 65536,
|
|
122
96
|
"kindString": "Type literal",
|
|
@@ -130,14 +104,14 @@
|
|
|
130
104
|
],
|
|
131
105
|
"signatures": [
|
|
132
106
|
{
|
|
133
|
-
"id":
|
|
107
|
+
"id": 117,
|
|
134
108
|
"name": "__type",
|
|
135
109
|
"kind": 4096,
|
|
136
110
|
"kindString": "Call signature",
|
|
137
111
|
"flags": {},
|
|
138
112
|
"parameters": [
|
|
139
113
|
{
|
|
140
|
-
"id":
|
|
114
|
+
"id": 118,
|
|
141
115
|
"name": "theme",
|
|
142
116
|
"kind": 32768,
|
|
143
117
|
"kindString": "Parameter",
|
|
@@ -192,7 +166,7 @@
|
|
|
192
166
|
}
|
|
193
167
|
},
|
|
194
168
|
{
|
|
195
|
-
"id":
|
|
169
|
+
"id": 119,
|
|
196
170
|
"name": "alignItems",
|
|
197
171
|
"kind": 1024,
|
|
198
172
|
"kindString": "Property",
|
|
@@ -233,7 +207,7 @@
|
|
|
233
207
|
{
|
|
234
208
|
"type": "reflection",
|
|
235
209
|
"declaration": {
|
|
236
|
-
"id":
|
|
210
|
+
"id": 120,
|
|
237
211
|
"name": "__type",
|
|
238
212
|
"kind": 65536,
|
|
239
213
|
"kindString": "Type literal",
|
|
@@ -247,14 +221,14 @@
|
|
|
247
221
|
],
|
|
248
222
|
"signatures": [
|
|
249
223
|
{
|
|
250
|
-
"id":
|
|
224
|
+
"id": 121,
|
|
251
225
|
"name": "__type",
|
|
252
226
|
"kind": 4096,
|
|
253
227
|
"kindString": "Call signature",
|
|
254
228
|
"flags": {},
|
|
255
229
|
"parameters": [
|
|
256
230
|
{
|
|
257
|
-
"id":
|
|
231
|
+
"id": 122,
|
|
258
232
|
"name": "theme",
|
|
259
233
|
"kind": 32768,
|
|
260
234
|
"kindString": "Parameter",
|
|
@@ -309,7 +283,7 @@
|
|
|
309
283
|
}
|
|
310
284
|
},
|
|
311
285
|
{
|
|
312
|
-
"id":
|
|
286
|
+
"id": 123,
|
|
313
287
|
"name": "alignSelf",
|
|
314
288
|
"kind": 1024,
|
|
315
289
|
"kindString": "Property",
|
|
@@ -350,7 +324,7 @@
|
|
|
350
324
|
{
|
|
351
325
|
"type": "reflection",
|
|
352
326
|
"declaration": {
|
|
353
|
-
"id":
|
|
327
|
+
"id": 124,
|
|
354
328
|
"name": "__type",
|
|
355
329
|
"kind": 65536,
|
|
356
330
|
"kindString": "Type literal",
|
|
@@ -364,14 +338,14 @@
|
|
|
364
338
|
],
|
|
365
339
|
"signatures": [
|
|
366
340
|
{
|
|
367
|
-
"id":
|
|
341
|
+
"id": 125,
|
|
368
342
|
"name": "__type",
|
|
369
343
|
"kind": 4096,
|
|
370
344
|
"kindString": "Call signature",
|
|
371
345
|
"flags": {},
|
|
372
346
|
"parameters": [
|
|
373
347
|
{
|
|
374
|
-
"id":
|
|
348
|
+
"id": 126,
|
|
375
349
|
"name": "theme",
|
|
376
350
|
"kind": 32768,
|
|
377
351
|
"kindString": "Parameter",
|
|
@@ -426,7 +400,7 @@
|
|
|
426
400
|
}
|
|
427
401
|
},
|
|
428
402
|
{
|
|
429
|
-
"id":
|
|
403
|
+
"id": 93,
|
|
430
404
|
"name": "bgcolor",
|
|
431
405
|
"kind": 1024,
|
|
432
406
|
"kindString": "Property",
|
|
@@ -467,7 +441,7 @@
|
|
|
467
441
|
{
|
|
468
442
|
"type": "reflection",
|
|
469
443
|
"declaration": {
|
|
470
|
-
"id":
|
|
444
|
+
"id": 94,
|
|
471
445
|
"name": "__type",
|
|
472
446
|
"kind": 65536,
|
|
473
447
|
"kindString": "Type literal",
|
|
@@ -481,14 +455,14 @@
|
|
|
481
455
|
],
|
|
482
456
|
"signatures": [
|
|
483
457
|
{
|
|
484
|
-
"id":
|
|
458
|
+
"id": 95,
|
|
485
459
|
"name": "__type",
|
|
486
460
|
"kind": 4096,
|
|
487
461
|
"kindString": "Call signature",
|
|
488
462
|
"flags": {},
|
|
489
463
|
"parameters": [
|
|
490
464
|
{
|
|
491
|
-
"id":
|
|
465
|
+
"id": 96,
|
|
492
466
|
"name": "theme",
|
|
493
467
|
"kind": 32768,
|
|
494
468
|
"kindString": "Parameter",
|
|
@@ -543,7 +517,7 @@
|
|
|
543
517
|
}
|
|
544
518
|
},
|
|
545
519
|
{
|
|
546
|
-
"id":
|
|
520
|
+
"id": 97,
|
|
547
521
|
"name": "border",
|
|
548
522
|
"kind": 1024,
|
|
549
523
|
"kindString": "Property",
|
|
@@ -587,7 +561,7 @@
|
|
|
587
561
|
{
|
|
588
562
|
"type": "reflection",
|
|
589
563
|
"declaration": {
|
|
590
|
-
"id":
|
|
564
|
+
"id": 98,
|
|
591
565
|
"name": "__type",
|
|
592
566
|
"kind": 65536,
|
|
593
567
|
"kindString": "Type literal",
|
|
@@ -1382,7 +1356,7 @@
|
|
|
1382
1356
|
{
|
|
1383
1357
|
"type": "reflection",
|
|
1384
1358
|
"declaration": {
|
|
1385
|
-
"id":
|
|
1359
|
+
"id": 99,
|
|
1386
1360
|
"name": "__type",
|
|
1387
1361
|
"kind": 65536,
|
|
1388
1362
|
"kindString": "Type literal",
|
|
@@ -1396,14 +1370,14 @@
|
|
|
1396
1370
|
],
|
|
1397
1371
|
"signatures": [
|
|
1398
1372
|
{
|
|
1399
|
-
"id":
|
|
1373
|
+
"id": 100,
|
|
1400
1374
|
"name": "__type",
|
|
1401
1375
|
"kind": 4096,
|
|
1402
1376
|
"kindString": "Call signature",
|
|
1403
1377
|
"flags": {},
|
|
1404
1378
|
"parameters": [
|
|
1405
1379
|
{
|
|
1406
|
-
"id":
|
|
1380
|
+
"id": 101,
|
|
1407
1381
|
"name": "theme",
|
|
1408
1382
|
"kind": 32768,
|
|
1409
1383
|
"kindString": "Parameter",
|
|
@@ -1452,7 +1426,7 @@
|
|
|
1452
1426
|
{
|
|
1453
1427
|
"type": "reflection",
|
|
1454
1428
|
"declaration": {
|
|
1455
|
-
"id":
|
|
1429
|
+
"id": 102,
|
|
1456
1430
|
"name": "__type",
|
|
1457
1431
|
"kind": 65536,
|
|
1458
1432
|
"kindString": "Type literal",
|
|
@@ -2256,7 +2230,7 @@
|
|
|
2256
2230
|
}
|
|
2257
2231
|
},
|
|
2258
2232
|
{
|
|
2259
|
-
"id":
|
|
2233
|
+
"id": 283,
|
|
2260
2234
|
"name": "borderBottom",
|
|
2261
2235
|
"kind": 1024,
|
|
2262
2236
|
"kindString": "Property",
|
|
@@ -2346,7 +2320,7 @@
|
|
|
2346
2320
|
{
|
|
2347
2321
|
"type": "reflection",
|
|
2348
2322
|
"declaration": {
|
|
2349
|
-
"id":
|
|
2323
|
+
"id": 284,
|
|
2350
2324
|
"name": "__type",
|
|
2351
2325
|
"kind": 65536,
|
|
2352
2326
|
"kindString": "Type literal",
|
|
@@ -2360,14 +2334,14 @@
|
|
|
2360
2334
|
],
|
|
2361
2335
|
"signatures": [
|
|
2362
2336
|
{
|
|
2363
|
-
"id":
|
|
2337
|
+
"id": 285,
|
|
2364
2338
|
"name": "__type",
|
|
2365
2339
|
"kind": 4096,
|
|
2366
2340
|
"kindString": "Call signature",
|
|
2367
2341
|
"flags": {},
|
|
2368
2342
|
"parameters": [
|
|
2369
2343
|
{
|
|
2370
|
-
"id":
|
|
2344
|
+
"id": 286,
|
|
2371
2345
|
"name": "theme",
|
|
2372
2346
|
"kind": 32768,
|
|
2373
2347
|
"kindString": "Parameter",
|
|
@@ -2471,7 +2445,7 @@
|
|
|
2471
2445
|
}
|
|
2472
2446
|
},
|
|
2473
2447
|
{
|
|
2474
|
-
"id":
|
|
2448
|
+
"id": 287,
|
|
2475
2449
|
"name": "borderColor",
|
|
2476
2450
|
"kind": 1024,
|
|
2477
2451
|
"kindString": "Property",
|
|
@@ -2512,7 +2486,7 @@
|
|
|
2512
2486
|
{
|
|
2513
2487
|
"type": "reflection",
|
|
2514
2488
|
"declaration": {
|
|
2515
|
-
"id":
|
|
2489
|
+
"id": 288,
|
|
2516
2490
|
"name": "__type",
|
|
2517
2491
|
"kind": 65536,
|
|
2518
2492
|
"kindString": "Type literal",
|
|
@@ -2526,14 +2500,14 @@
|
|
|
2526
2500
|
],
|
|
2527
2501
|
"signatures": [
|
|
2528
2502
|
{
|
|
2529
|
-
"id":
|
|
2503
|
+
"id": 289,
|
|
2530
2504
|
"name": "__type",
|
|
2531
2505
|
"kind": 4096,
|
|
2532
2506
|
"kindString": "Call signature",
|
|
2533
2507
|
"flags": {},
|
|
2534
2508
|
"parameters": [
|
|
2535
2509
|
{
|
|
2536
|
-
"id":
|
|
2510
|
+
"id": 290,
|
|
2537
2511
|
"name": "theme",
|
|
2538
2512
|
"kind": 32768,
|
|
2539
2513
|
"kindString": "Parameter",
|
|
@@ -2588,7 +2562,7 @@
|
|
|
2588
2562
|
}
|
|
2589
2563
|
},
|
|
2590
2564
|
{
|
|
2591
|
-
"id":
|
|
2565
|
+
"id": 291,
|
|
2592
2566
|
"name": "borderLeft",
|
|
2593
2567
|
"kind": 1024,
|
|
2594
2568
|
"kindString": "Property",
|
|
@@ -2678,7 +2652,7 @@
|
|
|
2678
2652
|
{
|
|
2679
2653
|
"type": "reflection",
|
|
2680
2654
|
"declaration": {
|
|
2681
|
-
"id":
|
|
2655
|
+
"id": 292,
|
|
2682
2656
|
"name": "__type",
|
|
2683
2657
|
"kind": 65536,
|
|
2684
2658
|
"kindString": "Type literal",
|
|
@@ -2692,14 +2666,14 @@
|
|
|
2692
2666
|
],
|
|
2693
2667
|
"signatures": [
|
|
2694
2668
|
{
|
|
2695
|
-
"id":
|
|
2669
|
+
"id": 293,
|
|
2696
2670
|
"name": "__type",
|
|
2697
2671
|
"kind": 4096,
|
|
2698
2672
|
"kindString": "Call signature",
|
|
2699
2673
|
"flags": {},
|
|
2700
2674
|
"parameters": [
|
|
2701
2675
|
{
|
|
2702
|
-
"id":
|
|
2676
|
+
"id": 294,
|
|
2703
2677
|
"name": "theme",
|
|
2704
2678
|
"kind": 32768,
|
|
2705
2679
|
"kindString": "Parameter",
|
|
@@ -2803,7 +2777,7 @@
|
|
|
2803
2777
|
}
|
|
2804
2778
|
},
|
|
2805
2779
|
{
|
|
2806
|
-
"id":
|
|
2780
|
+
"id": 295,
|
|
2807
2781
|
"name": "borderRadius",
|
|
2808
2782
|
"kind": 1024,
|
|
2809
2783
|
"kindString": "Property",
|
|
@@ -2893,7 +2867,7 @@
|
|
|
2893
2867
|
{
|
|
2894
2868
|
"type": "reflection",
|
|
2895
2869
|
"declaration": {
|
|
2896
|
-
"id":
|
|
2870
|
+
"id": 296,
|
|
2897
2871
|
"name": "__type",
|
|
2898
2872
|
"kind": 65536,
|
|
2899
2873
|
"kindString": "Type literal",
|
|
@@ -2907,14 +2881,14 @@
|
|
|
2907
2881
|
],
|
|
2908
2882
|
"signatures": [
|
|
2909
2883
|
{
|
|
2910
|
-
"id":
|
|
2884
|
+
"id": 297,
|
|
2911
2885
|
"name": "__type",
|
|
2912
2886
|
"kind": 4096,
|
|
2913
2887
|
"kindString": "Call signature",
|
|
2914
2888
|
"flags": {},
|
|
2915
2889
|
"parameters": [
|
|
2916
2890
|
{
|
|
2917
|
-
"id":
|
|
2891
|
+
"id": 298,
|
|
2918
2892
|
"name": "theme",
|
|
2919
2893
|
"kind": 32768,
|
|
2920
2894
|
"kindString": "Parameter",
|
|
@@ -3018,7 +2992,7 @@
|
|
|
3018
2992
|
}
|
|
3019
2993
|
},
|
|
3020
2994
|
{
|
|
3021
|
-
"id":
|
|
2995
|
+
"id": 299,
|
|
3022
2996
|
"name": "borderRight",
|
|
3023
2997
|
"kind": 1024,
|
|
3024
2998
|
"kindString": "Property",
|
|
@@ -3108,7 +3082,7 @@
|
|
|
3108
3082
|
{
|
|
3109
3083
|
"type": "reflection",
|
|
3110
3084
|
"declaration": {
|
|
3111
|
-
"id":
|
|
3085
|
+
"id": 300,
|
|
3112
3086
|
"name": "__type",
|
|
3113
3087
|
"kind": 65536,
|
|
3114
3088
|
"kindString": "Type literal",
|
|
@@ -3122,14 +3096,14 @@
|
|
|
3122
3096
|
],
|
|
3123
3097
|
"signatures": [
|
|
3124
3098
|
{
|
|
3125
|
-
"id":
|
|
3099
|
+
"id": 301,
|
|
3126
3100
|
"name": "__type",
|
|
3127
3101
|
"kind": 4096,
|
|
3128
3102
|
"kindString": "Call signature",
|
|
3129
3103
|
"flags": {},
|
|
3130
3104
|
"parameters": [
|
|
3131
3105
|
{
|
|
3132
|
-
"id":
|
|
3106
|
+
"id": 302,
|
|
3133
3107
|
"name": "theme",
|
|
3134
3108
|
"kind": 32768,
|
|
3135
3109
|
"kindString": "Parameter",
|
|
@@ -3233,7 +3207,7 @@
|
|
|
3233
3207
|
}
|
|
3234
3208
|
},
|
|
3235
3209
|
{
|
|
3236
|
-
"id":
|
|
3210
|
+
"id": 303,
|
|
3237
3211
|
"name": "borderTop",
|
|
3238
3212
|
"kind": 1024,
|
|
3239
3213
|
"kindString": "Property",
|
|
@@ -3323,7 +3297,7 @@
|
|
|
3323
3297
|
{
|
|
3324
3298
|
"type": "reflection",
|
|
3325
3299
|
"declaration": {
|
|
3326
|
-
"id":
|
|
3300
|
+
"id": 304,
|
|
3327
3301
|
"name": "__type",
|
|
3328
3302
|
"kind": 65536,
|
|
3329
3303
|
"kindString": "Type literal",
|
|
@@ -3337,14 +3311,14 @@
|
|
|
3337
3311
|
],
|
|
3338
3312
|
"signatures": [
|
|
3339
3313
|
{
|
|
3340
|
-
"id":
|
|
3314
|
+
"id": 305,
|
|
3341
3315
|
"name": "__type",
|
|
3342
3316
|
"kind": 4096,
|
|
3343
3317
|
"kindString": "Call signature",
|
|
3344
3318
|
"flags": {},
|
|
3345
3319
|
"parameters": [
|
|
3346
3320
|
{
|
|
3347
|
-
"id":
|
|
3321
|
+
"id": 306,
|
|
3348
3322
|
"name": "theme",
|
|
3349
3323
|
"kind": 32768,
|
|
3350
3324
|
"kindString": "Parameter",
|
|
@@ -3448,7 +3422,7 @@
|
|
|
3448
3422
|
}
|
|
3449
3423
|
},
|
|
3450
3424
|
{
|
|
3451
|
-
"id":
|
|
3425
|
+
"id": 127,
|
|
3452
3426
|
"name": "bottom",
|
|
3453
3427
|
"kind": 1024,
|
|
3454
3428
|
"kindString": "Property",
|
|
@@ -3538,7 +3512,7 @@
|
|
|
3538
3512
|
{
|
|
3539
3513
|
"type": "reflection",
|
|
3540
3514
|
"declaration": {
|
|
3541
|
-
"id":
|
|
3515
|
+
"id": 128,
|
|
3542
3516
|
"name": "__type",
|
|
3543
3517
|
"kind": 65536,
|
|
3544
3518
|
"kindString": "Type literal",
|
|
@@ -3552,14 +3526,14 @@
|
|
|
3552
3526
|
],
|
|
3553
3527
|
"signatures": [
|
|
3554
3528
|
{
|
|
3555
|
-
"id":
|
|
3529
|
+
"id": 129,
|
|
3556
3530
|
"name": "__type",
|
|
3557
3531
|
"kind": 4096,
|
|
3558
3532
|
"kindString": "Call signature",
|
|
3559
3533
|
"flags": {},
|
|
3560
3534
|
"parameters": [
|
|
3561
3535
|
{
|
|
3562
|
-
"id":
|
|
3536
|
+
"id": 130,
|
|
3563
3537
|
"name": "theme",
|
|
3564
3538
|
"kind": 32768,
|
|
3565
3539
|
"kindString": "Parameter",
|
|
@@ -3663,7 +3637,7 @@
|
|
|
3663
3637
|
}
|
|
3664
3638
|
},
|
|
3665
3639
|
{
|
|
3666
|
-
"id":
|
|
3640
|
+
"id": 103,
|
|
3667
3641
|
"name": "boxShadow",
|
|
3668
3642
|
"kind": 1024,
|
|
3669
3643
|
"kindString": "Property",
|
|
@@ -3701,7 +3675,7 @@
|
|
|
3701
3675
|
{
|
|
3702
3676
|
"type": "reflection",
|
|
3703
3677
|
"declaration": {
|
|
3704
|
-
"id":
|
|
3678
|
+
"id": 104,
|
|
3705
3679
|
"name": "__type",
|
|
3706
3680
|
"kind": 65536,
|
|
3707
3681
|
"kindString": "Type literal",
|
|
@@ -3715,14 +3689,14 @@
|
|
|
3715
3689
|
],
|
|
3716
3690
|
"signatures": [
|
|
3717
3691
|
{
|
|
3718
|
-
"id":
|
|
3692
|
+
"id": 105,
|
|
3719
3693
|
"name": "__type",
|
|
3720
3694
|
"kind": 4096,
|
|
3721
3695
|
"kindString": "Call signature",
|
|
3722
3696
|
"flags": {},
|
|
3723
3697
|
"parameters": [
|
|
3724
3698
|
{
|
|
3725
|
-
"id":
|
|
3699
|
+
"id": 106,
|
|
3726
3700
|
"name": "theme",
|
|
3727
3701
|
"kind": 32768,
|
|
3728
3702
|
"kindString": "Parameter",
|
|
@@ -3774,7 +3748,7 @@
|
|
|
3774
3748
|
}
|
|
3775
3749
|
},
|
|
3776
3750
|
{
|
|
3777
|
-
"id":
|
|
3751
|
+
"id": 131,
|
|
3778
3752
|
"name": "boxSizing",
|
|
3779
3753
|
"kind": 1024,
|
|
3780
3754
|
"kindString": "Property",
|
|
@@ -3834,7 +3808,7 @@
|
|
|
3834
3808
|
{
|
|
3835
3809
|
"type": "reflection",
|
|
3836
3810
|
"declaration": {
|
|
3837
|
-
"id":
|
|
3811
|
+
"id": 132,
|
|
3838
3812
|
"name": "__type",
|
|
3839
3813
|
"kind": 65536,
|
|
3840
3814
|
"kindString": "Type literal",
|
|
@@ -3848,14 +3822,14 @@
|
|
|
3848
3822
|
],
|
|
3849
3823
|
"signatures": [
|
|
3850
3824
|
{
|
|
3851
|
-
"id":
|
|
3825
|
+
"id": 133,
|
|
3852
3826
|
"name": "__type",
|
|
3853
3827
|
"kind": 4096,
|
|
3854
3828
|
"kindString": "Call signature",
|
|
3855
3829
|
"flags": {},
|
|
3856
3830
|
"parameters": [
|
|
3857
3831
|
{
|
|
3858
|
-
"id":
|
|
3832
|
+
"id": 134,
|
|
3859
3833
|
"name": "theme",
|
|
3860
3834
|
"kind": 32768,
|
|
3861
3835
|
"kindString": "Parameter",
|
|
@@ -3929,7 +3903,7 @@
|
|
|
3929
3903
|
}
|
|
3930
3904
|
},
|
|
3931
3905
|
{
|
|
3932
|
-
"id":
|
|
3906
|
+
"id": 37,
|
|
3933
3907
|
"name": "color",
|
|
3934
3908
|
"kind": 1024,
|
|
3935
3909
|
"kindString": "Property",
|
|
@@ -3970,7 +3944,7 @@
|
|
|
3970
3944
|
{
|
|
3971
3945
|
"type": "reflection",
|
|
3972
3946
|
"declaration": {
|
|
3973
|
-
"id":
|
|
3947
|
+
"id": 38,
|
|
3974
3948
|
"name": "__type",
|
|
3975
3949
|
"kind": 65536,
|
|
3976
3950
|
"kindString": "Type literal",
|
|
@@ -3984,14 +3958,14 @@
|
|
|
3984
3958
|
],
|
|
3985
3959
|
"signatures": [
|
|
3986
3960
|
{
|
|
3987
|
-
"id":
|
|
3961
|
+
"id": 39,
|
|
3988
3962
|
"name": "__type",
|
|
3989
3963
|
"kind": 4096,
|
|
3990
3964
|
"kindString": "Call signature",
|
|
3991
3965
|
"flags": {},
|
|
3992
3966
|
"parameters": [
|
|
3993
3967
|
{
|
|
3994
|
-
"id":
|
|
3968
|
+
"id": 40,
|
|
3995
3969
|
"name": "theme",
|
|
3996
3970
|
"kind": 32768,
|
|
3997
3971
|
"kindString": "Parameter",
|
|
@@ -4046,7 +4020,7 @@
|
|
|
4046
4020
|
}
|
|
4047
4021
|
},
|
|
4048
4022
|
{
|
|
4049
|
-
"id":
|
|
4023
|
+
"id": 135,
|
|
4050
4024
|
"name": "columnGap",
|
|
4051
4025
|
"kind": 1024,
|
|
4052
4026
|
"kindString": "Property",
|
|
@@ -4136,7 +4110,7 @@
|
|
|
4136
4110
|
{
|
|
4137
4111
|
"type": "reflection",
|
|
4138
4112
|
"declaration": {
|
|
4139
|
-
"id":
|
|
4113
|
+
"id": 136,
|
|
4140
4114
|
"name": "__type",
|
|
4141
4115
|
"kind": 65536,
|
|
4142
4116
|
"kindString": "Type literal",
|
|
@@ -4150,14 +4124,14 @@
|
|
|
4150
4124
|
],
|
|
4151
4125
|
"signatures": [
|
|
4152
4126
|
{
|
|
4153
|
-
"id":
|
|
4127
|
+
"id": 137,
|
|
4154
4128
|
"name": "__type",
|
|
4155
4129
|
"kind": 4096,
|
|
4156
4130
|
"kindString": "Call signature",
|
|
4157
4131
|
"flags": {},
|
|
4158
4132
|
"parameters": [
|
|
4159
4133
|
{
|
|
4160
|
-
"id":
|
|
4134
|
+
"id": 138,
|
|
4161
4135
|
"name": "theme",
|
|
4162
4136
|
"kind": 32768,
|
|
4163
4137
|
"kindString": "Parameter",
|
|
@@ -4261,7 +4235,7 @@
|
|
|
4261
4235
|
}
|
|
4262
4236
|
},
|
|
4263
4237
|
{
|
|
4264
|
-
"id":
|
|
4238
|
+
"id": 57,
|
|
4265
4239
|
"name": "display",
|
|
4266
4240
|
"kind": 1024,
|
|
4267
4241
|
"kindString": "Property",
|
|
@@ -4302,7 +4276,7 @@
|
|
|
4302
4276
|
{
|
|
4303
4277
|
"type": "reflection",
|
|
4304
4278
|
"declaration": {
|
|
4305
|
-
"id":
|
|
4279
|
+
"id": 58,
|
|
4306
4280
|
"name": "__type",
|
|
4307
4281
|
"kind": 65536,
|
|
4308
4282
|
"kindString": "Type literal",
|
|
@@ -4316,14 +4290,14 @@
|
|
|
4316
4290
|
],
|
|
4317
4291
|
"signatures": [
|
|
4318
4292
|
{
|
|
4319
|
-
"id":
|
|
4293
|
+
"id": 59,
|
|
4320
4294
|
"name": "__type",
|
|
4321
4295
|
"kind": 4096,
|
|
4322
4296
|
"kindString": "Call signature",
|
|
4323
4297
|
"flags": {},
|
|
4324
4298
|
"parameters": [
|
|
4325
4299
|
{
|
|
4326
|
-
"id":
|
|
4300
|
+
"id": 60,
|
|
4327
4301
|
"name": "theme",
|
|
4328
4302
|
"kind": 32768,
|
|
4329
4303
|
"kindString": "Parameter",
|
|
@@ -4378,7 +4352,7 @@
|
|
|
4378
4352
|
}
|
|
4379
4353
|
},
|
|
4380
4354
|
{
|
|
4381
|
-
"id":
|
|
4355
|
+
"id": 407,
|
|
4382
4356
|
"name": "displayPrint",
|
|
4383
4357
|
"kind": 1024,
|
|
4384
4358
|
"kindString": "Property",
|
|
@@ -4419,7 +4393,7 @@
|
|
|
4419
4393
|
{
|
|
4420
4394
|
"type": "reflection",
|
|
4421
4395
|
"declaration": {
|
|
4422
|
-
"id":
|
|
4396
|
+
"id": 408,
|
|
4423
4397
|
"name": "__type",
|
|
4424
4398
|
"kind": 65536,
|
|
4425
4399
|
"kindString": "Type literal",
|
|
@@ -4433,14 +4407,14 @@
|
|
|
4433
4407
|
],
|
|
4434
4408
|
"signatures": [
|
|
4435
4409
|
{
|
|
4436
|
-
"id":
|
|
4410
|
+
"id": 409,
|
|
4437
4411
|
"name": "__type",
|
|
4438
4412
|
"kind": 4096,
|
|
4439
4413
|
"kindString": "Call signature",
|
|
4440
4414
|
"flags": {},
|
|
4441
4415
|
"parameters": [
|
|
4442
4416
|
{
|
|
4443
|
-
"id":
|
|
4417
|
+
"id": 410,
|
|
4444
4418
|
"name": "theme",
|
|
4445
4419
|
"kind": 32768,
|
|
4446
4420
|
"kindString": "Parameter",
|
|
@@ -4495,7 +4469,7 @@
|
|
|
4495
4469
|
}
|
|
4496
4470
|
},
|
|
4497
4471
|
{
|
|
4498
|
-
"id":
|
|
4472
|
+
"id": 31,
|
|
4499
4473
|
"name": "favorite",
|
|
4500
4474
|
"kind": 1024,
|
|
4501
4475
|
"kindString": "Property",
|
|
@@ -4505,9 +4479,9 @@
|
|
|
4505
4479
|
"sources": [
|
|
4506
4480
|
{
|
|
4507
4481
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
4508
|
-
"line":
|
|
4482
|
+
"line": 13,
|
|
4509
4483
|
"character": 2,
|
|
4510
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4484
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L13"
|
|
4511
4485
|
}
|
|
4512
4486
|
],
|
|
4513
4487
|
"type": {
|
|
@@ -4516,12 +4490,12 @@
|
|
|
4516
4490
|
},
|
|
4517
4491
|
"inheritedFrom": {
|
|
4518
4492
|
"type": "reference",
|
|
4519
|
-
"id":
|
|
4493
|
+
"id": 23,
|
|
4520
4494
|
"name": "AddressRenderRowBoxPropsBase.favorite"
|
|
4521
4495
|
}
|
|
4522
4496
|
},
|
|
4523
4497
|
{
|
|
4524
|
-
"id":
|
|
4498
|
+
"id": 307,
|
|
4525
4499
|
"name": "flex",
|
|
4526
4500
|
"kind": 1024,
|
|
4527
4501
|
"kindString": "Property",
|
|
@@ -4611,7 +4585,7 @@
|
|
|
4611
4585
|
{
|
|
4612
4586
|
"type": "reflection",
|
|
4613
4587
|
"declaration": {
|
|
4614
|
-
"id":
|
|
4588
|
+
"id": 308,
|
|
4615
4589
|
"name": "__type",
|
|
4616
4590
|
"kind": 65536,
|
|
4617
4591
|
"kindString": "Type literal",
|
|
@@ -4625,14 +4599,14 @@
|
|
|
4625
4599
|
],
|
|
4626
4600
|
"signatures": [
|
|
4627
4601
|
{
|
|
4628
|
-
"id":
|
|
4602
|
+
"id": 309,
|
|
4629
4603
|
"name": "__type",
|
|
4630
4604
|
"kind": 4096,
|
|
4631
4605
|
"kindString": "Call signature",
|
|
4632
4606
|
"flags": {},
|
|
4633
4607
|
"parameters": [
|
|
4634
4608
|
{
|
|
4635
|
-
"id":
|
|
4609
|
+
"id": 310,
|
|
4636
4610
|
"name": "theme",
|
|
4637
4611
|
"kind": 32768,
|
|
4638
4612
|
"kindString": "Parameter",
|
|
@@ -4736,7 +4710,7 @@
|
|
|
4736
4710
|
}
|
|
4737
4711
|
},
|
|
4738
4712
|
{
|
|
4739
|
-
"id":
|
|
4713
|
+
"id": 139,
|
|
4740
4714
|
"name": "flexBasis",
|
|
4741
4715
|
"kind": 1024,
|
|
4742
4716
|
"kindString": "Property",
|
|
@@ -4826,7 +4800,7 @@
|
|
|
4826
4800
|
{
|
|
4827
4801
|
"type": "reflection",
|
|
4828
4802
|
"declaration": {
|
|
4829
|
-
"id":
|
|
4803
|
+
"id": 140,
|
|
4830
4804
|
"name": "__type",
|
|
4831
4805
|
"kind": 65536,
|
|
4832
4806
|
"kindString": "Type literal",
|
|
@@ -4840,14 +4814,14 @@
|
|
|
4840
4814
|
],
|
|
4841
4815
|
"signatures": [
|
|
4842
4816
|
{
|
|
4843
|
-
"id":
|
|
4817
|
+
"id": 141,
|
|
4844
4818
|
"name": "__type",
|
|
4845
4819
|
"kind": 4096,
|
|
4846
4820
|
"kindString": "Call signature",
|
|
4847
4821
|
"flags": {},
|
|
4848
4822
|
"parameters": [
|
|
4849
4823
|
{
|
|
4850
|
-
"id":
|
|
4824
|
+
"id": 142,
|
|
4851
4825
|
"name": "theme",
|
|
4852
4826
|
"kind": 32768,
|
|
4853
4827
|
"kindString": "Parameter",
|
|
@@ -4951,7 +4925,7 @@
|
|
|
4951
4925
|
}
|
|
4952
4926
|
},
|
|
4953
4927
|
{
|
|
4954
|
-
"id":
|
|
4928
|
+
"id": 143,
|
|
4955
4929
|
"name": "flexDirection",
|
|
4956
4930
|
"kind": 1024,
|
|
4957
4931
|
"kindString": "Property",
|
|
@@ -5011,7 +4985,7 @@
|
|
|
5011
4985
|
{
|
|
5012
4986
|
"type": "reflection",
|
|
5013
4987
|
"declaration": {
|
|
5014
|
-
"id":
|
|
4988
|
+
"id": 144,
|
|
5015
4989
|
"name": "__type",
|
|
5016
4990
|
"kind": 65536,
|
|
5017
4991
|
"kindString": "Type literal",
|
|
@@ -5025,14 +4999,14 @@
|
|
|
5025
4999
|
],
|
|
5026
5000
|
"signatures": [
|
|
5027
5001
|
{
|
|
5028
|
-
"id":
|
|
5002
|
+
"id": 145,
|
|
5029
5003
|
"name": "__type",
|
|
5030
5004
|
"kind": 4096,
|
|
5031
5005
|
"kindString": "Call signature",
|
|
5032
5006
|
"flags": {},
|
|
5033
5007
|
"parameters": [
|
|
5034
5008
|
{
|
|
5035
|
-
"id":
|
|
5009
|
+
"id": 146,
|
|
5036
5010
|
"name": "theme",
|
|
5037
5011
|
"kind": 32768,
|
|
5038
5012
|
"kindString": "Parameter",
|
|
@@ -5106,7 +5080,7 @@
|
|
|
5106
5080
|
}
|
|
5107
5081
|
},
|
|
5108
5082
|
{
|
|
5109
|
-
"id":
|
|
5083
|
+
"id": 147,
|
|
5110
5084
|
"name": "flexGrow",
|
|
5111
5085
|
"kind": 1024,
|
|
5112
5086
|
"kindString": "Property",
|
|
@@ -5166,7 +5140,7 @@
|
|
|
5166
5140
|
{
|
|
5167
5141
|
"type": "reflection",
|
|
5168
5142
|
"declaration": {
|
|
5169
|
-
"id":
|
|
5143
|
+
"id": 148,
|
|
5170
5144
|
"name": "__type",
|
|
5171
5145
|
"kind": 65536,
|
|
5172
5146
|
"kindString": "Type literal",
|
|
@@ -5180,14 +5154,14 @@
|
|
|
5180
5154
|
],
|
|
5181
5155
|
"signatures": [
|
|
5182
5156
|
{
|
|
5183
|
-
"id":
|
|
5157
|
+
"id": 149,
|
|
5184
5158
|
"name": "__type",
|
|
5185
5159
|
"kind": 4096,
|
|
5186
5160
|
"kindString": "Call signature",
|
|
5187
5161
|
"flags": {},
|
|
5188
5162
|
"parameters": [
|
|
5189
5163
|
{
|
|
5190
|
-
"id":
|
|
5164
|
+
"id": 150,
|
|
5191
5165
|
"name": "theme",
|
|
5192
5166
|
"kind": 32768,
|
|
5193
5167
|
"kindString": "Parameter",
|
|
@@ -5261,7 +5235,7 @@
|
|
|
5261
5235
|
}
|
|
5262
5236
|
},
|
|
5263
5237
|
{
|
|
5264
|
-
"id":
|
|
5238
|
+
"id": 151,
|
|
5265
5239
|
"name": "flexShrink",
|
|
5266
5240
|
"kind": 1024,
|
|
5267
5241
|
"kindString": "Property",
|
|
@@ -5321,7 +5295,7 @@
|
|
|
5321
5295
|
{
|
|
5322
5296
|
"type": "reflection",
|
|
5323
5297
|
"declaration": {
|
|
5324
|
-
"id":
|
|
5298
|
+
"id": 152,
|
|
5325
5299
|
"name": "__type",
|
|
5326
5300
|
"kind": 65536,
|
|
5327
5301
|
"kindString": "Type literal",
|
|
@@ -5335,14 +5309,14 @@
|
|
|
5335
5309
|
],
|
|
5336
5310
|
"signatures": [
|
|
5337
5311
|
{
|
|
5338
|
-
"id":
|
|
5312
|
+
"id": 153,
|
|
5339
5313
|
"name": "__type",
|
|
5340
5314
|
"kind": 4096,
|
|
5341
5315
|
"kindString": "Call signature",
|
|
5342
5316
|
"flags": {},
|
|
5343
5317
|
"parameters": [
|
|
5344
5318
|
{
|
|
5345
|
-
"id":
|
|
5319
|
+
"id": 154,
|
|
5346
5320
|
"name": "theme",
|
|
5347
5321
|
"kind": 32768,
|
|
5348
5322
|
"kindString": "Parameter",
|
|
@@ -5416,7 +5390,7 @@
|
|
|
5416
5390
|
}
|
|
5417
5391
|
},
|
|
5418
5392
|
{
|
|
5419
|
-
"id":
|
|
5393
|
+
"id": 155,
|
|
5420
5394
|
"name": "flexWrap",
|
|
5421
5395
|
"kind": 1024,
|
|
5422
5396
|
"kindString": "Property",
|
|
@@ -5476,7 +5450,7 @@
|
|
|
5476
5450
|
{
|
|
5477
5451
|
"type": "reflection",
|
|
5478
5452
|
"declaration": {
|
|
5479
|
-
"id":
|
|
5453
|
+
"id": 156,
|
|
5480
5454
|
"name": "__type",
|
|
5481
5455
|
"kind": 65536,
|
|
5482
5456
|
"kindString": "Type literal",
|
|
@@ -5490,14 +5464,14 @@
|
|
|
5490
5464
|
],
|
|
5491
5465
|
"signatures": [
|
|
5492
5466
|
{
|
|
5493
|
-
"id":
|
|
5467
|
+
"id": 157,
|
|
5494
5468
|
"name": "__type",
|
|
5495
5469
|
"kind": 4096,
|
|
5496
5470
|
"kindString": "Call signature",
|
|
5497
5471
|
"flags": {},
|
|
5498
5472
|
"parameters": [
|
|
5499
5473
|
{
|
|
5500
|
-
"id":
|
|
5474
|
+
"id": 158,
|
|
5501
5475
|
"name": "theme",
|
|
5502
5476
|
"kind": 32768,
|
|
5503
5477
|
"kindString": "Parameter",
|
|
@@ -5571,7 +5545,7 @@
|
|
|
5571
5545
|
}
|
|
5572
5546
|
},
|
|
5573
5547
|
{
|
|
5574
|
-
"id":
|
|
5548
|
+
"id": 61,
|
|
5575
5549
|
"name": "fontFamily",
|
|
5576
5550
|
"kind": 1024,
|
|
5577
5551
|
"kindString": "Property",
|
|
@@ -5612,7 +5586,7 @@
|
|
|
5612
5586
|
{
|
|
5613
5587
|
"type": "reflection",
|
|
5614
5588
|
"declaration": {
|
|
5615
|
-
"id":
|
|
5589
|
+
"id": 62,
|
|
5616
5590
|
"name": "__type",
|
|
5617
5591
|
"kind": 65536,
|
|
5618
5592
|
"kindString": "Type literal",
|
|
@@ -5626,14 +5600,14 @@
|
|
|
5626
5600
|
],
|
|
5627
5601
|
"signatures": [
|
|
5628
5602
|
{
|
|
5629
|
-
"id":
|
|
5603
|
+
"id": 63,
|
|
5630
5604
|
"name": "__type",
|
|
5631
5605
|
"kind": 4096,
|
|
5632
5606
|
"kindString": "Call signature",
|
|
5633
5607
|
"flags": {},
|
|
5634
5608
|
"parameters": [
|
|
5635
5609
|
{
|
|
5636
|
-
"id":
|
|
5610
|
+
"id": 64,
|
|
5637
5611
|
"name": "theme",
|
|
5638
5612
|
"kind": 32768,
|
|
5639
5613
|
"kindString": "Parameter",
|
|
@@ -5688,7 +5662,7 @@
|
|
|
5688
5662
|
}
|
|
5689
5663
|
},
|
|
5690
5664
|
{
|
|
5691
|
-
"id":
|
|
5665
|
+
"id": 41,
|
|
5692
5666
|
"name": "fontSize",
|
|
5693
5667
|
"kind": 1024,
|
|
5694
5668
|
"kindString": "Property",
|
|
@@ -5778,7 +5752,7 @@
|
|
|
5778
5752
|
{
|
|
5779
5753
|
"type": "reflection",
|
|
5780
5754
|
"declaration": {
|
|
5781
|
-
"id":
|
|
5755
|
+
"id": 42,
|
|
5782
5756
|
"name": "__type",
|
|
5783
5757
|
"kind": 65536,
|
|
5784
5758
|
"kindString": "Type literal",
|
|
@@ -5792,14 +5766,14 @@
|
|
|
5792
5766
|
],
|
|
5793
5767
|
"signatures": [
|
|
5794
5768
|
{
|
|
5795
|
-
"id":
|
|
5769
|
+
"id": 43,
|
|
5796
5770
|
"name": "__type",
|
|
5797
5771
|
"kind": 4096,
|
|
5798
5772
|
"kindString": "Call signature",
|
|
5799
5773
|
"flags": {},
|
|
5800
5774
|
"parameters": [
|
|
5801
5775
|
{
|
|
5802
|
-
"id":
|
|
5776
|
+
"id": 44,
|
|
5803
5777
|
"name": "theme",
|
|
5804
5778
|
"kind": 32768,
|
|
5805
5779
|
"kindString": "Parameter",
|
|
@@ -5903,7 +5877,7 @@
|
|
|
5903
5877
|
}
|
|
5904
5878
|
},
|
|
5905
5879
|
{
|
|
5906
|
-
"id":
|
|
5880
|
+
"id": 65,
|
|
5907
5881
|
"name": "fontStyle",
|
|
5908
5882
|
"kind": 1024,
|
|
5909
5883
|
"kindString": "Property",
|
|
@@ -5944,7 +5918,7 @@
|
|
|
5944
5918
|
{
|
|
5945
5919
|
"type": "reflection",
|
|
5946
5920
|
"declaration": {
|
|
5947
|
-
"id":
|
|
5921
|
+
"id": 66,
|
|
5948
5922
|
"name": "__type",
|
|
5949
5923
|
"kind": 65536,
|
|
5950
5924
|
"kindString": "Type literal",
|
|
@@ -5958,14 +5932,14 @@
|
|
|
5958
5932
|
],
|
|
5959
5933
|
"signatures": [
|
|
5960
5934
|
{
|
|
5961
|
-
"id":
|
|
5935
|
+
"id": 67,
|
|
5962
5936
|
"name": "__type",
|
|
5963
5937
|
"kind": 4096,
|
|
5964
5938
|
"kindString": "Call signature",
|
|
5965
5939
|
"flags": {},
|
|
5966
5940
|
"parameters": [
|
|
5967
5941
|
{
|
|
5968
|
-
"id":
|
|
5942
|
+
"id": 68,
|
|
5969
5943
|
"name": "theme",
|
|
5970
5944
|
"kind": 32768,
|
|
5971
5945
|
"kindString": "Parameter",
|
|
@@ -6020,7 +5994,7 @@
|
|
|
6020
5994
|
}
|
|
6021
5995
|
},
|
|
6022
5996
|
{
|
|
6023
|
-
"id":
|
|
5997
|
+
"id": 69,
|
|
6024
5998
|
"name": "fontWeight",
|
|
6025
5999
|
"kind": 1024,
|
|
6026
6000
|
"kindString": "Property",
|
|
@@ -6052,7 +6026,7 @@
|
|
|
6052
6026
|
{
|
|
6053
6027
|
"type": "reflection",
|
|
6054
6028
|
"declaration": {
|
|
6055
|
-
"id":
|
|
6029
|
+
"id": 70,
|
|
6056
6030
|
"name": "__type",
|
|
6057
6031
|
"kind": 65536,
|
|
6058
6032
|
"kindString": "Type literal",
|
|
@@ -6071,7 +6045,7 @@
|
|
|
6071
6045
|
{
|
|
6072
6046
|
"type": "reflection",
|
|
6073
6047
|
"declaration": {
|
|
6074
|
-
"id":
|
|
6048
|
+
"id": 71,
|
|
6075
6049
|
"name": "__type",
|
|
6076
6050
|
"kind": 65536,
|
|
6077
6051
|
"kindString": "Type literal",
|
|
@@ -6090,7 +6064,7 @@
|
|
|
6090
6064
|
{
|
|
6091
6065
|
"type": "reflection",
|
|
6092
6066
|
"declaration": {
|
|
6093
|
-
"id":
|
|
6067
|
+
"id": 72,
|
|
6094
6068
|
"name": "__type",
|
|
6095
6069
|
"kind": 65536,
|
|
6096
6070
|
"kindString": "Type literal",
|
|
@@ -6104,14 +6078,14 @@
|
|
|
6104
6078
|
],
|
|
6105
6079
|
"signatures": [
|
|
6106
6080
|
{
|
|
6107
|
-
"id":
|
|
6081
|
+
"id": 73,
|
|
6108
6082
|
"name": "__type",
|
|
6109
6083
|
"kind": 4096,
|
|
6110
6084
|
"kindString": "Call signature",
|
|
6111
6085
|
"flags": {},
|
|
6112
6086
|
"parameters": [
|
|
6113
6087
|
{
|
|
6114
|
-
"id":
|
|
6088
|
+
"id": 74,
|
|
6115
6089
|
"name": "theme",
|
|
6116
6090
|
"kind": 32768,
|
|
6117
6091
|
"kindString": "Parameter",
|
|
@@ -6148,7 +6122,7 @@
|
|
|
6148
6122
|
{
|
|
6149
6123
|
"type": "reflection",
|
|
6150
6124
|
"declaration": {
|
|
6151
|
-
"id":
|
|
6125
|
+
"id": 75,
|
|
6152
6126
|
"name": "__type",
|
|
6153
6127
|
"kind": 65536,
|
|
6154
6128
|
"kindString": "Type literal",
|
|
@@ -6167,7 +6141,7 @@
|
|
|
6167
6141
|
{
|
|
6168
6142
|
"type": "reflection",
|
|
6169
6143
|
"declaration": {
|
|
6170
|
-
"id":
|
|
6144
|
+
"id": 76,
|
|
6171
6145
|
"name": "__type",
|
|
6172
6146
|
"kind": 65536,
|
|
6173
6147
|
"kindString": "Type literal",
|
|
@@ -6195,7 +6169,7 @@
|
|
|
6195
6169
|
}
|
|
6196
6170
|
},
|
|
6197
6171
|
{
|
|
6198
|
-
"id":
|
|
6172
|
+
"id": 311,
|
|
6199
6173
|
"name": "gap",
|
|
6200
6174
|
"kind": 1024,
|
|
6201
6175
|
"kindString": "Property",
|
|
@@ -6285,7 +6259,7 @@
|
|
|
6285
6259
|
{
|
|
6286
6260
|
"type": "reflection",
|
|
6287
6261
|
"declaration": {
|
|
6288
|
-
"id":
|
|
6262
|
+
"id": 312,
|
|
6289
6263
|
"name": "__type",
|
|
6290
6264
|
"kind": 65536,
|
|
6291
6265
|
"kindString": "Type literal",
|
|
@@ -6299,14 +6273,14 @@
|
|
|
6299
6273
|
],
|
|
6300
6274
|
"signatures": [
|
|
6301
6275
|
{
|
|
6302
|
-
"id":
|
|
6276
|
+
"id": 313,
|
|
6303
6277
|
"name": "__type",
|
|
6304
6278
|
"kind": 4096,
|
|
6305
6279
|
"kindString": "Call signature",
|
|
6306
6280
|
"flags": {},
|
|
6307
6281
|
"parameters": [
|
|
6308
6282
|
{
|
|
6309
|
-
"id":
|
|
6283
|
+
"id": 314,
|
|
6310
6284
|
"name": "theme",
|
|
6311
6285
|
"kind": 32768,
|
|
6312
6286
|
"kindString": "Parameter",
|
|
@@ -6410,7 +6384,7 @@
|
|
|
6410
6384
|
}
|
|
6411
6385
|
},
|
|
6412
6386
|
{
|
|
6413
|
-
"id":
|
|
6387
|
+
"id": 315,
|
|
6414
6388
|
"name": "gridArea",
|
|
6415
6389
|
"kind": 1024,
|
|
6416
6390
|
"kindString": "Property",
|
|
@@ -6470,7 +6444,7 @@
|
|
|
6470
6444
|
{
|
|
6471
6445
|
"type": "reflection",
|
|
6472
6446
|
"declaration": {
|
|
6473
|
-
"id":
|
|
6447
|
+
"id": 316,
|
|
6474
6448
|
"name": "__type",
|
|
6475
6449
|
"kind": 65536,
|
|
6476
6450
|
"kindString": "Type literal",
|
|
@@ -6484,14 +6458,14 @@
|
|
|
6484
6458
|
],
|
|
6485
6459
|
"signatures": [
|
|
6486
6460
|
{
|
|
6487
|
-
"id":
|
|
6461
|
+
"id": 317,
|
|
6488
6462
|
"name": "__type",
|
|
6489
6463
|
"kind": 4096,
|
|
6490
6464
|
"kindString": "Call signature",
|
|
6491
6465
|
"flags": {},
|
|
6492
6466
|
"parameters": [
|
|
6493
6467
|
{
|
|
6494
|
-
"id":
|
|
6468
|
+
"id": 318,
|
|
6495
6469
|
"name": "theme",
|
|
6496
6470
|
"kind": 32768,
|
|
6497
6471
|
"kindString": "Parameter",
|
|
@@ -6565,7 +6539,7 @@
|
|
|
6565
6539
|
}
|
|
6566
6540
|
},
|
|
6567
6541
|
{
|
|
6568
|
-
"id":
|
|
6542
|
+
"id": 159,
|
|
6569
6543
|
"name": "gridAutoColumns",
|
|
6570
6544
|
"kind": 1024,
|
|
6571
6545
|
"kindString": "Property",
|
|
@@ -6655,7 +6629,7 @@
|
|
|
6655
6629
|
{
|
|
6656
6630
|
"type": "reflection",
|
|
6657
6631
|
"declaration": {
|
|
6658
|
-
"id":
|
|
6632
|
+
"id": 160,
|
|
6659
6633
|
"name": "__type",
|
|
6660
6634
|
"kind": 65536,
|
|
6661
6635
|
"kindString": "Type literal",
|
|
@@ -6669,14 +6643,14 @@
|
|
|
6669
6643
|
],
|
|
6670
6644
|
"signatures": [
|
|
6671
6645
|
{
|
|
6672
|
-
"id":
|
|
6646
|
+
"id": 161,
|
|
6673
6647
|
"name": "__type",
|
|
6674
6648
|
"kind": 4096,
|
|
6675
6649
|
"kindString": "Call signature",
|
|
6676
6650
|
"flags": {},
|
|
6677
6651
|
"parameters": [
|
|
6678
6652
|
{
|
|
6679
|
-
"id":
|
|
6653
|
+
"id": 162,
|
|
6680
6654
|
"name": "theme",
|
|
6681
6655
|
"kind": 32768,
|
|
6682
6656
|
"kindString": "Parameter",
|
|
@@ -6780,7 +6754,7 @@
|
|
|
6780
6754
|
}
|
|
6781
6755
|
},
|
|
6782
6756
|
{
|
|
6783
|
-
"id":
|
|
6757
|
+
"id": 163,
|
|
6784
6758
|
"name": "gridAutoFlow",
|
|
6785
6759
|
"kind": 1024,
|
|
6786
6760
|
"kindString": "Property",
|
|
@@ -6821,7 +6795,7 @@
|
|
|
6821
6795
|
{
|
|
6822
6796
|
"type": "reflection",
|
|
6823
6797
|
"declaration": {
|
|
6824
|
-
"id":
|
|
6798
|
+
"id": 164,
|
|
6825
6799
|
"name": "__type",
|
|
6826
6800
|
"kind": 65536,
|
|
6827
6801
|
"kindString": "Type literal",
|
|
@@ -6835,14 +6809,14 @@
|
|
|
6835
6809
|
],
|
|
6836
6810
|
"signatures": [
|
|
6837
6811
|
{
|
|
6838
|
-
"id":
|
|
6812
|
+
"id": 165,
|
|
6839
6813
|
"name": "__type",
|
|
6840
6814
|
"kind": 4096,
|
|
6841
6815
|
"kindString": "Call signature",
|
|
6842
6816
|
"flags": {},
|
|
6843
6817
|
"parameters": [
|
|
6844
6818
|
{
|
|
6845
|
-
"id":
|
|
6819
|
+
"id": 166,
|
|
6846
6820
|
"name": "theme",
|
|
6847
6821
|
"kind": 32768,
|
|
6848
6822
|
"kindString": "Parameter",
|
|
@@ -6897,7 +6871,7 @@
|
|
|
6897
6871
|
}
|
|
6898
6872
|
},
|
|
6899
6873
|
{
|
|
6900
|
-
"id":
|
|
6874
|
+
"id": 167,
|
|
6901
6875
|
"name": "gridAutoRows",
|
|
6902
6876
|
"kind": 1024,
|
|
6903
6877
|
"kindString": "Property",
|
|
@@ -6987,7 +6961,7 @@
|
|
|
6987
6961
|
{
|
|
6988
6962
|
"type": "reflection",
|
|
6989
6963
|
"declaration": {
|
|
6990
|
-
"id":
|
|
6964
|
+
"id": 168,
|
|
6991
6965
|
"name": "__type",
|
|
6992
6966
|
"kind": 65536,
|
|
6993
6967
|
"kindString": "Type literal",
|
|
@@ -7001,14 +6975,14 @@
|
|
|
7001
6975
|
],
|
|
7002
6976
|
"signatures": [
|
|
7003
6977
|
{
|
|
7004
|
-
"id":
|
|
6978
|
+
"id": 169,
|
|
7005
6979
|
"name": "__type",
|
|
7006
6980
|
"kind": 4096,
|
|
7007
6981
|
"kindString": "Call signature",
|
|
7008
6982
|
"flags": {},
|
|
7009
6983
|
"parameters": [
|
|
7010
6984
|
{
|
|
7011
|
-
"id":
|
|
6985
|
+
"id": 170,
|
|
7012
6986
|
"name": "theme",
|
|
7013
6987
|
"kind": 32768,
|
|
7014
6988
|
"kindString": "Parameter",
|
|
@@ -7112,7 +7086,7 @@
|
|
|
7112
7086
|
}
|
|
7113
7087
|
},
|
|
7114
7088
|
{
|
|
7115
|
-
"id":
|
|
7089
|
+
"id": 319,
|
|
7116
7090
|
"name": "gridColumn",
|
|
7117
7091
|
"kind": 1024,
|
|
7118
7092
|
"kindString": "Property",
|
|
@@ -7172,7 +7146,7 @@
|
|
|
7172
7146
|
{
|
|
7173
7147
|
"type": "reflection",
|
|
7174
7148
|
"declaration": {
|
|
7175
|
-
"id":
|
|
7149
|
+
"id": 320,
|
|
7176
7150
|
"name": "__type",
|
|
7177
7151
|
"kind": 65536,
|
|
7178
7152
|
"kindString": "Type literal",
|
|
@@ -7186,14 +7160,14 @@
|
|
|
7186
7160
|
],
|
|
7187
7161
|
"signatures": [
|
|
7188
7162
|
{
|
|
7189
|
-
"id":
|
|
7163
|
+
"id": 321,
|
|
7190
7164
|
"name": "__type",
|
|
7191
7165
|
"kind": 4096,
|
|
7192
7166
|
"kindString": "Call signature",
|
|
7193
7167
|
"flags": {},
|
|
7194
7168
|
"parameters": [
|
|
7195
7169
|
{
|
|
7196
|
-
"id":
|
|
7170
|
+
"id": 322,
|
|
7197
7171
|
"name": "theme",
|
|
7198
7172
|
"kind": 32768,
|
|
7199
7173
|
"kindString": "Parameter",
|
|
@@ -7267,7 +7241,7 @@
|
|
|
7267
7241
|
}
|
|
7268
7242
|
},
|
|
7269
7243
|
{
|
|
7270
|
-
"id":
|
|
7244
|
+
"id": 323,
|
|
7271
7245
|
"name": "gridRow",
|
|
7272
7246
|
"kind": 1024,
|
|
7273
7247
|
"kindString": "Property",
|
|
@@ -7327,7 +7301,7 @@
|
|
|
7327
7301
|
{
|
|
7328
7302
|
"type": "reflection",
|
|
7329
7303
|
"declaration": {
|
|
7330
|
-
"id":
|
|
7304
|
+
"id": 324,
|
|
7331
7305
|
"name": "__type",
|
|
7332
7306
|
"kind": 65536,
|
|
7333
7307
|
"kindString": "Type literal",
|
|
@@ -7341,14 +7315,14 @@
|
|
|
7341
7315
|
],
|
|
7342
7316
|
"signatures": [
|
|
7343
7317
|
{
|
|
7344
|
-
"id":
|
|
7318
|
+
"id": 325,
|
|
7345
7319
|
"name": "__type",
|
|
7346
7320
|
"kind": 4096,
|
|
7347
7321
|
"kindString": "Call signature",
|
|
7348
7322
|
"flags": {},
|
|
7349
7323
|
"parameters": [
|
|
7350
7324
|
{
|
|
7351
|
-
"id":
|
|
7325
|
+
"id": 326,
|
|
7352
7326
|
"name": "theme",
|
|
7353
7327
|
"kind": 32768,
|
|
7354
7328
|
"kindString": "Parameter",
|
|
@@ -7422,7 +7396,7 @@
|
|
|
7422
7396
|
}
|
|
7423
7397
|
},
|
|
7424
7398
|
{
|
|
7425
|
-
"id":
|
|
7399
|
+
"id": 171,
|
|
7426
7400
|
"name": "gridTemplateAreas",
|
|
7427
7401
|
"kind": 1024,
|
|
7428
7402
|
"kindString": "Property",
|
|
@@ -7463,7 +7437,7 @@
|
|
|
7463
7437
|
{
|
|
7464
7438
|
"type": "reflection",
|
|
7465
7439
|
"declaration": {
|
|
7466
|
-
"id":
|
|
7440
|
+
"id": 172,
|
|
7467
7441
|
"name": "__type",
|
|
7468
7442
|
"kind": 65536,
|
|
7469
7443
|
"kindString": "Type literal",
|
|
@@ -7477,14 +7451,14 @@
|
|
|
7477
7451
|
],
|
|
7478
7452
|
"signatures": [
|
|
7479
7453
|
{
|
|
7480
|
-
"id":
|
|
7454
|
+
"id": 173,
|
|
7481
7455
|
"name": "__type",
|
|
7482
7456
|
"kind": 4096,
|
|
7483
7457
|
"kindString": "Call signature",
|
|
7484
7458
|
"flags": {},
|
|
7485
7459
|
"parameters": [
|
|
7486
7460
|
{
|
|
7487
|
-
"id":
|
|
7461
|
+
"id": 174,
|
|
7488
7462
|
"name": "theme",
|
|
7489
7463
|
"kind": 32768,
|
|
7490
7464
|
"kindString": "Parameter",
|
|
@@ -7539,7 +7513,7 @@
|
|
|
7539
7513
|
}
|
|
7540
7514
|
},
|
|
7541
7515
|
{
|
|
7542
|
-
"id":
|
|
7516
|
+
"id": 175,
|
|
7543
7517
|
"name": "gridTemplateColumns",
|
|
7544
7518
|
"kind": 1024,
|
|
7545
7519
|
"kindString": "Property",
|
|
@@ -7629,7 +7603,7 @@
|
|
|
7629
7603
|
{
|
|
7630
7604
|
"type": "reflection",
|
|
7631
7605
|
"declaration": {
|
|
7632
|
-
"id":
|
|
7606
|
+
"id": 176,
|
|
7633
7607
|
"name": "__type",
|
|
7634
7608
|
"kind": 65536,
|
|
7635
7609
|
"kindString": "Type literal",
|
|
@@ -7643,14 +7617,14 @@
|
|
|
7643
7617
|
],
|
|
7644
7618
|
"signatures": [
|
|
7645
7619
|
{
|
|
7646
|
-
"id":
|
|
7620
|
+
"id": 177,
|
|
7647
7621
|
"name": "__type",
|
|
7648
7622
|
"kind": 4096,
|
|
7649
7623
|
"kindString": "Call signature",
|
|
7650
7624
|
"flags": {},
|
|
7651
7625
|
"parameters": [
|
|
7652
7626
|
{
|
|
7653
|
-
"id":
|
|
7627
|
+
"id": 178,
|
|
7654
7628
|
"name": "theme",
|
|
7655
7629
|
"kind": 32768,
|
|
7656
7630
|
"kindString": "Parameter",
|
|
@@ -7754,7 +7728,7 @@
|
|
|
7754
7728
|
}
|
|
7755
7729
|
},
|
|
7756
7730
|
{
|
|
7757
|
-
"id":
|
|
7731
|
+
"id": 179,
|
|
7758
7732
|
"name": "gridTemplateRows",
|
|
7759
7733
|
"kind": 1024,
|
|
7760
7734
|
"kindString": "Property",
|
|
@@ -7844,7 +7818,7 @@
|
|
|
7844
7818
|
{
|
|
7845
7819
|
"type": "reflection",
|
|
7846
7820
|
"declaration": {
|
|
7847
|
-
"id":
|
|
7821
|
+
"id": 180,
|
|
7848
7822
|
"name": "__type",
|
|
7849
7823
|
"kind": 65536,
|
|
7850
7824
|
"kindString": "Type literal",
|
|
@@ -7858,14 +7832,14 @@
|
|
|
7858
7832
|
],
|
|
7859
7833
|
"signatures": [
|
|
7860
7834
|
{
|
|
7861
|
-
"id":
|
|
7835
|
+
"id": 181,
|
|
7862
7836
|
"name": "__type",
|
|
7863
7837
|
"kind": 4096,
|
|
7864
7838
|
"kindString": "Call signature",
|
|
7865
7839
|
"flags": {},
|
|
7866
7840
|
"parameters": [
|
|
7867
7841
|
{
|
|
7868
|
-
"id":
|
|
7842
|
+
"id": 182,
|
|
7869
7843
|
"name": "theme",
|
|
7870
7844
|
"kind": 32768,
|
|
7871
7845
|
"kindString": "Parameter",
|
|
@@ -7969,7 +7943,7 @@
|
|
|
7969
7943
|
}
|
|
7970
7944
|
},
|
|
7971
7945
|
{
|
|
7972
|
-
"id":
|
|
7946
|
+
"id": 49,
|
|
7973
7947
|
"name": "height",
|
|
7974
7948
|
"kind": 1024,
|
|
7975
7949
|
"kindString": "Property",
|
|
@@ -8059,7 +8033,7 @@
|
|
|
8059
8033
|
{
|
|
8060
8034
|
"type": "reflection",
|
|
8061
8035
|
"declaration": {
|
|
8062
|
-
"id":
|
|
8036
|
+
"id": 50,
|
|
8063
8037
|
"name": "__type",
|
|
8064
8038
|
"kind": 65536,
|
|
8065
8039
|
"kindString": "Type literal",
|
|
@@ -8073,14 +8047,14 @@
|
|
|
8073
8047
|
],
|
|
8074
8048
|
"signatures": [
|
|
8075
8049
|
{
|
|
8076
|
-
"id":
|
|
8050
|
+
"id": 51,
|
|
8077
8051
|
"name": "__type",
|
|
8078
8052
|
"kind": 4096,
|
|
8079
8053
|
"kindString": "Call signature",
|
|
8080
8054
|
"flags": {},
|
|
8081
8055
|
"parameters": [
|
|
8082
8056
|
{
|
|
8083
|
-
"id":
|
|
8057
|
+
"id": 52,
|
|
8084
8058
|
"name": "theme",
|
|
8085
8059
|
"kind": 32768,
|
|
8086
8060
|
"kindString": "Parameter",
|
|
@@ -8184,7 +8158,7 @@
|
|
|
8184
8158
|
}
|
|
8185
8159
|
},
|
|
8186
8160
|
{
|
|
8187
|
-
"id":
|
|
8161
|
+
"id": 32,
|
|
8188
8162
|
"name": "iconOnly",
|
|
8189
8163
|
"kind": 1024,
|
|
8190
8164
|
"kindString": "Property",
|
|
@@ -8194,9 +8168,9 @@
|
|
|
8194
8168
|
"sources": [
|
|
8195
8169
|
{
|
|
8196
8170
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
8197
|
-
"line":
|
|
8171
|
+
"line": 14,
|
|
8198
8172
|
"character": 2,
|
|
8199
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
8173
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L14"
|
|
8200
8174
|
}
|
|
8201
8175
|
],
|
|
8202
8176
|
"type": {
|
|
@@ -8205,12 +8179,12 @@
|
|
|
8205
8179
|
},
|
|
8206
8180
|
"inheritedFrom": {
|
|
8207
8181
|
"type": "reference",
|
|
8208
|
-
"id":
|
|
8182
|
+
"id": 24,
|
|
8209
8183
|
"name": "AddressRenderRowBoxPropsBase.iconOnly"
|
|
8210
8184
|
}
|
|
8211
8185
|
},
|
|
8212
8186
|
{
|
|
8213
|
-
"id":
|
|
8187
|
+
"id": 33,
|
|
8214
8188
|
"name": "iconSize",
|
|
8215
8189
|
"kind": 1024,
|
|
8216
8190
|
"kindString": "Property",
|
|
@@ -8220,9 +8194,9 @@
|
|
|
8220
8194
|
"sources": [
|
|
8221
8195
|
{
|
|
8222
8196
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
8223
|
-
"line":
|
|
8197
|
+
"line": 15,
|
|
8224
8198
|
"character": 2,
|
|
8225
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
8199
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L15"
|
|
8226
8200
|
}
|
|
8227
8201
|
],
|
|
8228
8202
|
"type": {
|
|
@@ -8231,12 +8205,12 @@
|
|
|
8231
8205
|
},
|
|
8232
8206
|
"inheritedFrom": {
|
|
8233
8207
|
"type": "reference",
|
|
8234
|
-
"id":
|
|
8208
|
+
"id": 25,
|
|
8235
8209
|
"name": "AddressRenderRowBoxPropsBase.iconSize"
|
|
8236
8210
|
}
|
|
8237
8211
|
},
|
|
8238
8212
|
{
|
|
8239
|
-
"id":
|
|
8213
|
+
"id": 34,
|
|
8240
8214
|
"name": "icons",
|
|
8241
8215
|
"kind": 1024,
|
|
8242
8216
|
"kindString": "Property",
|
|
@@ -8246,9 +8220,9 @@
|
|
|
8246
8220
|
"sources": [
|
|
8247
8221
|
{
|
|
8248
8222
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
8249
|
-
"line":
|
|
8223
|
+
"line": 16,
|
|
8250
8224
|
"character": 2,
|
|
8251
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
8225
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L16"
|
|
8252
8226
|
}
|
|
8253
8227
|
],
|
|
8254
8228
|
"type": {
|
|
@@ -8257,12 +8231,12 @@
|
|
|
8257
8231
|
},
|
|
8258
8232
|
"inheritedFrom": {
|
|
8259
8233
|
"type": "reference",
|
|
8260
|
-
"id":
|
|
8234
|
+
"id": 26,
|
|
8261
8235
|
"name": "AddressRenderRowBoxPropsBase.icons"
|
|
8262
8236
|
}
|
|
8263
8237
|
},
|
|
8264
8238
|
{
|
|
8265
|
-
"id":
|
|
8239
|
+
"id": 183,
|
|
8266
8240
|
"name": "justifyContent",
|
|
8267
8241
|
"kind": 1024,
|
|
8268
8242
|
"kindString": "Property",
|
|
@@ -8303,7 +8277,7 @@
|
|
|
8303
8277
|
{
|
|
8304
8278
|
"type": "reflection",
|
|
8305
8279
|
"declaration": {
|
|
8306
|
-
"id":
|
|
8280
|
+
"id": 184,
|
|
8307
8281
|
"name": "__type",
|
|
8308
8282
|
"kind": 65536,
|
|
8309
8283
|
"kindString": "Type literal",
|
|
@@ -8317,14 +8291,14 @@
|
|
|
8317
8291
|
],
|
|
8318
8292
|
"signatures": [
|
|
8319
8293
|
{
|
|
8320
|
-
"id":
|
|
8294
|
+
"id": 185,
|
|
8321
8295
|
"name": "__type",
|
|
8322
8296
|
"kind": 4096,
|
|
8323
8297
|
"kindString": "Call signature",
|
|
8324
8298
|
"flags": {},
|
|
8325
8299
|
"parameters": [
|
|
8326
8300
|
{
|
|
8327
|
-
"id":
|
|
8301
|
+
"id": 186,
|
|
8328
8302
|
"name": "theme",
|
|
8329
8303
|
"kind": 32768,
|
|
8330
8304
|
"kindString": "Parameter",
|
|
@@ -8379,7 +8353,7 @@
|
|
|
8379
8353
|
}
|
|
8380
8354
|
},
|
|
8381
8355
|
{
|
|
8382
|
-
"id":
|
|
8356
|
+
"id": 187,
|
|
8383
8357
|
"name": "justifyItems",
|
|
8384
8358
|
"kind": 1024,
|
|
8385
8359
|
"kindString": "Property",
|
|
@@ -8420,7 +8394,7 @@
|
|
|
8420
8394
|
{
|
|
8421
8395
|
"type": "reflection",
|
|
8422
8396
|
"declaration": {
|
|
8423
|
-
"id":
|
|
8397
|
+
"id": 188,
|
|
8424
8398
|
"name": "__type",
|
|
8425
8399
|
"kind": 65536,
|
|
8426
8400
|
"kindString": "Type literal",
|
|
@@ -8434,14 +8408,14 @@
|
|
|
8434
8408
|
],
|
|
8435
8409
|
"signatures": [
|
|
8436
8410
|
{
|
|
8437
|
-
"id":
|
|
8411
|
+
"id": 189,
|
|
8438
8412
|
"name": "__type",
|
|
8439
8413
|
"kind": 4096,
|
|
8440
8414
|
"kindString": "Call signature",
|
|
8441
8415
|
"flags": {},
|
|
8442
8416
|
"parameters": [
|
|
8443
8417
|
{
|
|
8444
|
-
"id":
|
|
8418
|
+
"id": 190,
|
|
8445
8419
|
"name": "theme",
|
|
8446
8420
|
"kind": 32768,
|
|
8447
8421
|
"kindString": "Parameter",
|
|
@@ -8496,7 +8470,7 @@
|
|
|
8496
8470
|
}
|
|
8497
8471
|
},
|
|
8498
8472
|
{
|
|
8499
|
-
"id":
|
|
8473
|
+
"id": 191,
|
|
8500
8474
|
"name": "justifySelf",
|
|
8501
8475
|
"kind": 1024,
|
|
8502
8476
|
"kindString": "Property",
|
|
@@ -8537,7 +8511,7 @@
|
|
|
8537
8511
|
{
|
|
8538
8512
|
"type": "reflection",
|
|
8539
8513
|
"declaration": {
|
|
8540
|
-
"id":
|
|
8514
|
+
"id": 192,
|
|
8541
8515
|
"name": "__type",
|
|
8542
8516
|
"kind": 65536,
|
|
8543
8517
|
"kindString": "Type literal",
|
|
@@ -8551,14 +8525,14 @@
|
|
|
8551
8525
|
],
|
|
8552
8526
|
"signatures": [
|
|
8553
8527
|
{
|
|
8554
|
-
"id":
|
|
8528
|
+
"id": 193,
|
|
8555
8529
|
"name": "__type",
|
|
8556
8530
|
"kind": 4096,
|
|
8557
8531
|
"kindString": "Call signature",
|
|
8558
8532
|
"flags": {},
|
|
8559
8533
|
"parameters": [
|
|
8560
8534
|
{
|
|
8561
|
-
"id":
|
|
8535
|
+
"id": 194,
|
|
8562
8536
|
"name": "theme",
|
|
8563
8537
|
"kind": 32768,
|
|
8564
8538
|
"kindString": "Parameter",
|
|
@@ -8613,7 +8587,7 @@
|
|
|
8613
8587
|
}
|
|
8614
8588
|
},
|
|
8615
8589
|
{
|
|
8616
|
-
"id":
|
|
8590
|
+
"id": 195,
|
|
8617
8591
|
"name": "left",
|
|
8618
8592
|
"kind": 1024,
|
|
8619
8593
|
"kindString": "Property",
|
|
@@ -8703,7 +8677,7 @@
|
|
|
8703
8677
|
{
|
|
8704
8678
|
"type": "reflection",
|
|
8705
8679
|
"declaration": {
|
|
8706
|
-
"id":
|
|
8680
|
+
"id": 196,
|
|
8707
8681
|
"name": "__type",
|
|
8708
8682
|
"kind": 65536,
|
|
8709
8683
|
"kindString": "Type literal",
|
|
@@ -8717,14 +8691,14 @@
|
|
|
8717
8691
|
],
|
|
8718
8692
|
"signatures": [
|
|
8719
8693
|
{
|
|
8720
|
-
"id":
|
|
8694
|
+
"id": 197,
|
|
8721
8695
|
"name": "__type",
|
|
8722
8696
|
"kind": 4096,
|
|
8723
8697
|
"kindString": "Call signature",
|
|
8724
8698
|
"flags": {},
|
|
8725
8699
|
"parameters": [
|
|
8726
8700
|
{
|
|
8727
|
-
"id":
|
|
8701
|
+
"id": 198,
|
|
8728
8702
|
"name": "theme",
|
|
8729
8703
|
"kind": 32768,
|
|
8730
8704
|
"kindString": "Parameter",
|
|
@@ -8828,7 +8802,7 @@
|
|
|
8828
8802
|
}
|
|
8829
8803
|
},
|
|
8830
8804
|
{
|
|
8831
|
-
"id":
|
|
8805
|
+
"id": 77,
|
|
8832
8806
|
"name": "letterSpacing",
|
|
8833
8807
|
"kind": 1024,
|
|
8834
8808
|
"kindString": "Property",
|
|
@@ -8918,7 +8892,7 @@
|
|
|
8918
8892
|
{
|
|
8919
8893
|
"type": "reflection",
|
|
8920
8894
|
"declaration": {
|
|
8921
|
-
"id":
|
|
8895
|
+
"id": 78,
|
|
8922
8896
|
"name": "__type",
|
|
8923
8897
|
"kind": 65536,
|
|
8924
8898
|
"kindString": "Type literal",
|
|
@@ -8932,14 +8906,14 @@
|
|
|
8932
8906
|
],
|
|
8933
8907
|
"signatures": [
|
|
8934
8908
|
{
|
|
8935
|
-
"id":
|
|
8909
|
+
"id": 79,
|
|
8936
8910
|
"name": "__type",
|
|
8937
8911
|
"kind": 4096,
|
|
8938
8912
|
"kindString": "Call signature",
|
|
8939
8913
|
"flags": {},
|
|
8940
8914
|
"parameters": [
|
|
8941
8915
|
{
|
|
8942
|
-
"id":
|
|
8916
|
+
"id": 80,
|
|
8943
8917
|
"name": "theme",
|
|
8944
8918
|
"kind": 32768,
|
|
8945
8919
|
"kindString": "Parameter",
|
|
@@ -9043,7 +9017,7 @@
|
|
|
9043
9017
|
}
|
|
9044
9018
|
},
|
|
9045
9019
|
{
|
|
9046
|
-
"id":
|
|
9020
|
+
"id": 199,
|
|
9047
9021
|
"name": "lineHeight",
|
|
9048
9022
|
"kind": 1024,
|
|
9049
9023
|
"kindString": "Property",
|
|
@@ -9133,7 +9107,7 @@
|
|
|
9133
9107
|
{
|
|
9134
9108
|
"type": "reflection",
|
|
9135
9109
|
"declaration": {
|
|
9136
|
-
"id":
|
|
9110
|
+
"id": 200,
|
|
9137
9111
|
"name": "__type",
|
|
9138
9112
|
"kind": 65536,
|
|
9139
9113
|
"kindString": "Type literal",
|
|
@@ -9147,14 +9121,14 @@
|
|
|
9147
9121
|
],
|
|
9148
9122
|
"signatures": [
|
|
9149
9123
|
{
|
|
9150
|
-
"id":
|
|
9124
|
+
"id": 201,
|
|
9151
9125
|
"name": "__type",
|
|
9152
9126
|
"kind": 4096,
|
|
9153
9127
|
"kindString": "Call signature",
|
|
9154
9128
|
"flags": {},
|
|
9155
9129
|
"parameters": [
|
|
9156
9130
|
{
|
|
9157
|
-
"id":
|
|
9131
|
+
"id": 202,
|
|
9158
9132
|
"name": "theme",
|
|
9159
9133
|
"kind": 32768,
|
|
9160
9134
|
"kindString": "Parameter",
|
|
@@ -9258,7 +9232,7 @@
|
|
|
9258
9232
|
}
|
|
9259
9233
|
},
|
|
9260
9234
|
{
|
|
9261
|
-
"id":
|
|
9235
|
+
"id": 335,
|
|
9262
9236
|
"name": "m",
|
|
9263
9237
|
"kind": 1024,
|
|
9264
9238
|
"kindString": "Property",
|
|
@@ -9348,7 +9322,7 @@
|
|
|
9348
9322
|
{
|
|
9349
9323
|
"type": "reflection",
|
|
9350
9324
|
"declaration": {
|
|
9351
|
-
"id":
|
|
9325
|
+
"id": 336,
|
|
9352
9326
|
"name": "__type",
|
|
9353
9327
|
"kind": 65536,
|
|
9354
9328
|
"kindString": "Type literal",
|
|
@@ -9362,14 +9336,14 @@
|
|
|
9362
9336
|
],
|
|
9363
9337
|
"signatures": [
|
|
9364
9338
|
{
|
|
9365
|
-
"id":
|
|
9339
|
+
"id": 337,
|
|
9366
9340
|
"name": "__type",
|
|
9367
9341
|
"kind": 4096,
|
|
9368
9342
|
"kindString": "Call signature",
|
|
9369
9343
|
"flags": {},
|
|
9370
9344
|
"parameters": [
|
|
9371
9345
|
{
|
|
9372
|
-
"id":
|
|
9346
|
+
"id": 338,
|
|
9373
9347
|
"name": "theme",
|
|
9374
9348
|
"kind": 32768,
|
|
9375
9349
|
"kindString": "Parameter",
|
|
@@ -9473,7 +9447,7 @@
|
|
|
9473
9447
|
}
|
|
9474
9448
|
},
|
|
9475
9449
|
{
|
|
9476
|
-
"id":
|
|
9450
|
+
"id": 327,
|
|
9477
9451
|
"name": "margin",
|
|
9478
9452
|
"kind": 1024,
|
|
9479
9453
|
"kindString": "Property",
|
|
@@ -9563,7 +9537,7 @@
|
|
|
9563
9537
|
{
|
|
9564
9538
|
"type": "reflection",
|
|
9565
9539
|
"declaration": {
|
|
9566
|
-
"id":
|
|
9540
|
+
"id": 328,
|
|
9567
9541
|
"name": "__type",
|
|
9568
9542
|
"kind": 65536,
|
|
9569
9543
|
"kindString": "Type literal",
|
|
@@ -9577,14 +9551,14 @@
|
|
|
9577
9551
|
],
|
|
9578
9552
|
"signatures": [
|
|
9579
9553
|
{
|
|
9580
|
-
"id":
|
|
9554
|
+
"id": 329,
|
|
9581
9555
|
"name": "__type",
|
|
9582
9556
|
"kind": 4096,
|
|
9583
9557
|
"kindString": "Call signature",
|
|
9584
9558
|
"flags": {},
|
|
9585
9559
|
"parameters": [
|
|
9586
9560
|
{
|
|
9587
|
-
"id":
|
|
9561
|
+
"id": 330,
|
|
9588
9562
|
"name": "theme",
|
|
9589
9563
|
"kind": 32768,
|
|
9590
9564
|
"kindString": "Parameter",
|
|
@@ -9688,7 +9662,7 @@
|
|
|
9688
9662
|
}
|
|
9689
9663
|
},
|
|
9690
9664
|
{
|
|
9691
|
-
"id":
|
|
9665
|
+
"id": 203,
|
|
9692
9666
|
"name": "marginBottom",
|
|
9693
9667
|
"kind": 1024,
|
|
9694
9668
|
"kindString": "Property",
|
|
@@ -9778,7 +9752,7 @@
|
|
|
9778
9752
|
{
|
|
9779
9753
|
"type": "reflection",
|
|
9780
9754
|
"declaration": {
|
|
9781
|
-
"id":
|
|
9755
|
+
"id": 204,
|
|
9782
9756
|
"name": "__type",
|
|
9783
9757
|
"kind": 65536,
|
|
9784
9758
|
"kindString": "Type literal",
|
|
@@ -9792,14 +9766,14 @@
|
|
|
9792
9766
|
],
|
|
9793
9767
|
"signatures": [
|
|
9794
9768
|
{
|
|
9795
|
-
"id":
|
|
9769
|
+
"id": 205,
|
|
9796
9770
|
"name": "__type",
|
|
9797
9771
|
"kind": 4096,
|
|
9798
9772
|
"kindString": "Call signature",
|
|
9799
9773
|
"flags": {},
|
|
9800
9774
|
"parameters": [
|
|
9801
9775
|
{
|
|
9802
|
-
"id":
|
|
9776
|
+
"id": 206,
|
|
9803
9777
|
"name": "theme",
|
|
9804
9778
|
"kind": 32768,
|
|
9805
9779
|
"kindString": "Parameter",
|
|
@@ -9903,7 +9877,7 @@
|
|
|
9903
9877
|
}
|
|
9904
9878
|
},
|
|
9905
9879
|
{
|
|
9906
|
-
"id":
|
|
9880
|
+
"id": 207,
|
|
9907
9881
|
"name": "marginLeft",
|
|
9908
9882
|
"kind": 1024,
|
|
9909
9883
|
"kindString": "Property",
|
|
@@ -9993,7 +9967,7 @@
|
|
|
9993
9967
|
{
|
|
9994
9968
|
"type": "reflection",
|
|
9995
9969
|
"declaration": {
|
|
9996
|
-
"id":
|
|
9970
|
+
"id": 208,
|
|
9997
9971
|
"name": "__type",
|
|
9998
9972
|
"kind": 65536,
|
|
9999
9973
|
"kindString": "Type literal",
|
|
@@ -10007,14 +9981,14 @@
|
|
|
10007
9981
|
],
|
|
10008
9982
|
"signatures": [
|
|
10009
9983
|
{
|
|
10010
|
-
"id":
|
|
9984
|
+
"id": 209,
|
|
10011
9985
|
"name": "__type",
|
|
10012
9986
|
"kind": 4096,
|
|
10013
9987
|
"kindString": "Call signature",
|
|
10014
9988
|
"flags": {},
|
|
10015
9989
|
"parameters": [
|
|
10016
9990
|
{
|
|
10017
|
-
"id":
|
|
9991
|
+
"id": 210,
|
|
10018
9992
|
"name": "theme",
|
|
10019
9993
|
"kind": 32768,
|
|
10020
9994
|
"kindString": "Parameter",
|
|
@@ -10118,7 +10092,7 @@
|
|
|
10118
10092
|
}
|
|
10119
10093
|
},
|
|
10120
10094
|
{
|
|
10121
|
-
"id":
|
|
10095
|
+
"id": 211,
|
|
10122
10096
|
"name": "marginRight",
|
|
10123
10097
|
"kind": 1024,
|
|
10124
10098
|
"kindString": "Property",
|
|
@@ -10208,7 +10182,7 @@
|
|
|
10208
10182
|
{
|
|
10209
10183
|
"type": "reflection",
|
|
10210
10184
|
"declaration": {
|
|
10211
|
-
"id":
|
|
10185
|
+
"id": 212,
|
|
10212
10186
|
"name": "__type",
|
|
10213
10187
|
"kind": 65536,
|
|
10214
10188
|
"kindString": "Type literal",
|
|
@@ -10222,14 +10196,14 @@
|
|
|
10222
10196
|
],
|
|
10223
10197
|
"signatures": [
|
|
10224
10198
|
{
|
|
10225
|
-
"id":
|
|
10199
|
+
"id": 213,
|
|
10226
10200
|
"name": "__type",
|
|
10227
10201
|
"kind": 4096,
|
|
10228
10202
|
"kindString": "Call signature",
|
|
10229
10203
|
"flags": {},
|
|
10230
10204
|
"parameters": [
|
|
10231
10205
|
{
|
|
10232
|
-
"id":
|
|
10206
|
+
"id": 214,
|
|
10233
10207
|
"name": "theme",
|
|
10234
10208
|
"kind": 32768,
|
|
10235
10209
|
"kindString": "Parameter",
|
|
@@ -10333,7 +10307,7 @@
|
|
|
10333
10307
|
}
|
|
10334
10308
|
},
|
|
10335
10309
|
{
|
|
10336
|
-
"id":
|
|
10310
|
+
"id": 215,
|
|
10337
10311
|
"name": "marginTop",
|
|
10338
10312
|
"kind": 1024,
|
|
10339
10313
|
"kindString": "Property",
|
|
@@ -10423,7 +10397,7 @@
|
|
|
10423
10397
|
{
|
|
10424
10398
|
"type": "reflection",
|
|
10425
10399
|
"declaration": {
|
|
10426
|
-
"id":
|
|
10400
|
+
"id": 216,
|
|
10427
10401
|
"name": "__type",
|
|
10428
10402
|
"kind": 65536,
|
|
10429
10403
|
"kindString": "Type literal",
|
|
@@ -10437,14 +10411,14 @@
|
|
|
10437
10411
|
],
|
|
10438
10412
|
"signatures": [
|
|
10439
10413
|
{
|
|
10440
|
-
"id":
|
|
10414
|
+
"id": 217,
|
|
10441
10415
|
"name": "__type",
|
|
10442
10416
|
"kind": 4096,
|
|
10443
10417
|
"kindString": "Call signature",
|
|
10444
10418
|
"flags": {},
|
|
10445
10419
|
"parameters": [
|
|
10446
10420
|
{
|
|
10447
|
-
"id":
|
|
10421
|
+
"id": 218,
|
|
10448
10422
|
"name": "theme",
|
|
10449
10423
|
"kind": 32768,
|
|
10450
10424
|
"kindString": "Parameter",
|
|
@@ -10548,7 +10522,7 @@
|
|
|
10548
10522
|
}
|
|
10549
10523
|
},
|
|
10550
10524
|
{
|
|
10551
|
-
"id":
|
|
10525
|
+
"id": 359,
|
|
10552
10526
|
"name": "marginX",
|
|
10553
10527
|
"kind": 1024,
|
|
10554
10528
|
"kindString": "Property",
|
|
@@ -10638,7 +10612,7 @@
|
|
|
10638
10612
|
{
|
|
10639
10613
|
"type": "reflection",
|
|
10640
10614
|
"declaration": {
|
|
10641
|
-
"id":
|
|
10615
|
+
"id": 360,
|
|
10642
10616
|
"name": "__type",
|
|
10643
10617
|
"kind": 65536,
|
|
10644
10618
|
"kindString": "Type literal",
|
|
@@ -10652,14 +10626,14 @@
|
|
|
10652
10626
|
],
|
|
10653
10627
|
"signatures": [
|
|
10654
10628
|
{
|
|
10655
|
-
"id":
|
|
10629
|
+
"id": 361,
|
|
10656
10630
|
"name": "__type",
|
|
10657
10631
|
"kind": 4096,
|
|
10658
10632
|
"kindString": "Call signature",
|
|
10659
10633
|
"flags": {},
|
|
10660
10634
|
"parameters": [
|
|
10661
10635
|
{
|
|
10662
|
-
"id":
|
|
10636
|
+
"id": 362,
|
|
10663
10637
|
"name": "theme",
|
|
10664
10638
|
"kind": 32768,
|
|
10665
10639
|
"kindString": "Parameter",
|
|
@@ -10763,7 +10737,7 @@
|
|
|
10763
10737
|
}
|
|
10764
10738
|
},
|
|
10765
10739
|
{
|
|
10766
|
-
"id":
|
|
10740
|
+
"id": 367,
|
|
10767
10741
|
"name": "marginY",
|
|
10768
10742
|
"kind": 1024,
|
|
10769
10743
|
"kindString": "Property",
|
|
@@ -10853,7 +10827,7 @@
|
|
|
10853
10827
|
{
|
|
10854
10828
|
"type": "reflection",
|
|
10855
10829
|
"declaration": {
|
|
10856
|
-
"id":
|
|
10830
|
+
"id": 368,
|
|
10857
10831
|
"name": "__type",
|
|
10858
10832
|
"kind": 65536,
|
|
10859
10833
|
"kindString": "Type literal",
|
|
@@ -10867,14 +10841,14 @@
|
|
|
10867
10841
|
],
|
|
10868
10842
|
"signatures": [
|
|
10869
10843
|
{
|
|
10870
|
-
"id":
|
|
10844
|
+
"id": 369,
|
|
10871
10845
|
"name": "__type",
|
|
10872
10846
|
"kind": 4096,
|
|
10873
10847
|
"kindString": "Call signature",
|
|
10874
10848
|
"flags": {},
|
|
10875
10849
|
"parameters": [
|
|
10876
10850
|
{
|
|
10877
|
-
"id":
|
|
10851
|
+
"id": 370,
|
|
10878
10852
|
"name": "theme",
|
|
10879
10853
|
"kind": 32768,
|
|
10880
10854
|
"kindString": "Parameter",
|
|
@@ -10978,7 +10952,7 @@
|
|
|
10978
10952
|
}
|
|
10979
10953
|
},
|
|
10980
10954
|
{
|
|
10981
|
-
"id":
|
|
10955
|
+
"id": 219,
|
|
10982
10956
|
"name": "maxHeight",
|
|
10983
10957
|
"kind": 1024,
|
|
10984
10958
|
"kindString": "Property",
|
|
@@ -11068,7 +11042,7 @@
|
|
|
11068
11042
|
{
|
|
11069
11043
|
"type": "reflection",
|
|
11070
11044
|
"declaration": {
|
|
11071
|
-
"id":
|
|
11045
|
+
"id": 220,
|
|
11072
11046
|
"name": "__type",
|
|
11073
11047
|
"kind": 65536,
|
|
11074
11048
|
"kindString": "Type literal",
|
|
@@ -11082,14 +11056,14 @@
|
|
|
11082
11056
|
],
|
|
11083
11057
|
"signatures": [
|
|
11084
11058
|
{
|
|
11085
|
-
"id":
|
|
11059
|
+
"id": 221,
|
|
11086
11060
|
"name": "__type",
|
|
11087
11061
|
"kind": 4096,
|
|
11088
11062
|
"kindString": "Call signature",
|
|
11089
11063
|
"flags": {},
|
|
11090
11064
|
"parameters": [
|
|
11091
11065
|
{
|
|
11092
|
-
"id":
|
|
11066
|
+
"id": 222,
|
|
11093
11067
|
"name": "theme",
|
|
11094
11068
|
"kind": 32768,
|
|
11095
11069
|
"kindString": "Parameter",
|
|
@@ -11193,7 +11167,7 @@
|
|
|
11193
11167
|
}
|
|
11194
11168
|
},
|
|
11195
11169
|
{
|
|
11196
|
-
"id":
|
|
11170
|
+
"id": 223,
|
|
11197
11171
|
"name": "maxWidth",
|
|
11198
11172
|
"kind": 1024,
|
|
11199
11173
|
"kindString": "Property",
|
|
@@ -11283,7 +11257,7 @@
|
|
|
11283
11257
|
{
|
|
11284
11258
|
"type": "reflection",
|
|
11285
11259
|
"declaration": {
|
|
11286
|
-
"id":
|
|
11260
|
+
"id": 224,
|
|
11287
11261
|
"name": "__type",
|
|
11288
11262
|
"kind": 65536,
|
|
11289
11263
|
"kindString": "Type literal",
|
|
@@ -11297,14 +11271,14 @@
|
|
|
11297
11271
|
],
|
|
11298
11272
|
"signatures": [
|
|
11299
11273
|
{
|
|
11300
|
-
"id":
|
|
11274
|
+
"id": 225,
|
|
11301
11275
|
"name": "__type",
|
|
11302
11276
|
"kind": 4096,
|
|
11303
11277
|
"kindString": "Call signature",
|
|
11304
11278
|
"flags": {},
|
|
11305
11279
|
"parameters": [
|
|
11306
11280
|
{
|
|
11307
|
-
"id":
|
|
11281
|
+
"id": 226,
|
|
11308
11282
|
"name": "theme",
|
|
11309
11283
|
"kind": 32768,
|
|
11310
11284
|
"kindString": "Parameter",
|
|
@@ -11408,7 +11382,7 @@
|
|
|
11408
11382
|
}
|
|
11409
11383
|
},
|
|
11410
11384
|
{
|
|
11411
|
-
"id":
|
|
11385
|
+
"id": 347,
|
|
11412
11386
|
"name": "mb",
|
|
11413
11387
|
"kind": 1024,
|
|
11414
11388
|
"kindString": "Property",
|
|
@@ -11498,7 +11472,7 @@
|
|
|
11498
11472
|
{
|
|
11499
11473
|
"type": "reflection",
|
|
11500
11474
|
"declaration": {
|
|
11501
|
-
"id":
|
|
11475
|
+
"id": 348,
|
|
11502
11476
|
"name": "__type",
|
|
11503
11477
|
"kind": 65536,
|
|
11504
11478
|
"kindString": "Type literal",
|
|
@@ -11512,14 +11486,14 @@
|
|
|
11512
11486
|
],
|
|
11513
11487
|
"signatures": [
|
|
11514
11488
|
{
|
|
11515
|
-
"id":
|
|
11489
|
+
"id": 349,
|
|
11516
11490
|
"name": "__type",
|
|
11517
11491
|
"kind": 4096,
|
|
11518
11492
|
"kindString": "Call signature",
|
|
11519
11493
|
"flags": {},
|
|
11520
11494
|
"parameters": [
|
|
11521
11495
|
{
|
|
11522
|
-
"id":
|
|
11496
|
+
"id": 350,
|
|
11523
11497
|
"name": "theme",
|
|
11524
11498
|
"kind": 32768,
|
|
11525
11499
|
"kindString": "Parameter",
|
|
@@ -11623,7 +11597,7 @@
|
|
|
11623
11597
|
}
|
|
11624
11598
|
},
|
|
11625
11599
|
{
|
|
11626
|
-
"id":
|
|
11600
|
+
"id": 227,
|
|
11627
11601
|
"name": "minHeight",
|
|
11628
11602
|
"kind": 1024,
|
|
11629
11603
|
"kindString": "Property",
|
|
@@ -11713,7 +11687,7 @@
|
|
|
11713
11687
|
{
|
|
11714
11688
|
"type": "reflection",
|
|
11715
11689
|
"declaration": {
|
|
11716
|
-
"id":
|
|
11690
|
+
"id": 228,
|
|
11717
11691
|
"name": "__type",
|
|
11718
11692
|
"kind": 65536,
|
|
11719
11693
|
"kindString": "Type literal",
|
|
@@ -11727,14 +11701,14 @@
|
|
|
11727
11701
|
],
|
|
11728
11702
|
"signatures": [
|
|
11729
11703
|
{
|
|
11730
|
-
"id":
|
|
11704
|
+
"id": 229,
|
|
11731
11705
|
"name": "__type",
|
|
11732
11706
|
"kind": 4096,
|
|
11733
11707
|
"kindString": "Call signature",
|
|
11734
11708
|
"flags": {},
|
|
11735
11709
|
"parameters": [
|
|
11736
11710
|
{
|
|
11737
|
-
"id":
|
|
11711
|
+
"id": 230,
|
|
11738
11712
|
"name": "theme",
|
|
11739
11713
|
"kind": 32768,
|
|
11740
11714
|
"kindString": "Parameter",
|
|
@@ -11838,7 +11812,7 @@
|
|
|
11838
11812
|
}
|
|
11839
11813
|
},
|
|
11840
11814
|
{
|
|
11841
|
-
"id":
|
|
11815
|
+
"id": 231,
|
|
11842
11816
|
"name": "minWidth",
|
|
11843
11817
|
"kind": 1024,
|
|
11844
11818
|
"kindString": "Property",
|
|
@@ -11928,7 +11902,7 @@
|
|
|
11928
11902
|
{
|
|
11929
11903
|
"type": "reflection",
|
|
11930
11904
|
"declaration": {
|
|
11931
|
-
"id":
|
|
11905
|
+
"id": 232,
|
|
11932
11906
|
"name": "__type",
|
|
11933
11907
|
"kind": 65536,
|
|
11934
11908
|
"kindString": "Type literal",
|
|
@@ -11942,14 +11916,14 @@
|
|
|
11942
11916
|
],
|
|
11943
11917
|
"signatures": [
|
|
11944
11918
|
{
|
|
11945
|
-
"id":
|
|
11919
|
+
"id": 233,
|
|
11946
11920
|
"name": "__type",
|
|
11947
11921
|
"kind": 4096,
|
|
11948
11922
|
"kindString": "Call signature",
|
|
11949
11923
|
"flags": {},
|
|
11950
11924
|
"parameters": [
|
|
11951
11925
|
{
|
|
11952
|
-
"id":
|
|
11926
|
+
"id": 234,
|
|
11953
11927
|
"name": "theme",
|
|
11954
11928
|
"kind": 32768,
|
|
11955
11929
|
"kindString": "Parameter",
|
|
@@ -12053,7 +12027,7 @@
|
|
|
12053
12027
|
}
|
|
12054
12028
|
},
|
|
12055
12029
|
{
|
|
12056
|
-
"id":
|
|
12030
|
+
"id": 351,
|
|
12057
12031
|
"name": "ml",
|
|
12058
12032
|
"kind": 1024,
|
|
12059
12033
|
"kindString": "Property",
|
|
@@ -12143,7 +12117,7 @@
|
|
|
12143
12117
|
{
|
|
12144
12118
|
"type": "reflection",
|
|
12145
12119
|
"declaration": {
|
|
12146
|
-
"id":
|
|
12120
|
+
"id": 352,
|
|
12147
12121
|
"name": "__type",
|
|
12148
12122
|
"kind": 65536,
|
|
12149
12123
|
"kindString": "Type literal",
|
|
@@ -12157,14 +12131,14 @@
|
|
|
12157
12131
|
],
|
|
12158
12132
|
"signatures": [
|
|
12159
12133
|
{
|
|
12160
|
-
"id":
|
|
12134
|
+
"id": 353,
|
|
12161
12135
|
"name": "__type",
|
|
12162
12136
|
"kind": 4096,
|
|
12163
12137
|
"kindString": "Call signature",
|
|
12164
12138
|
"flags": {},
|
|
12165
12139
|
"parameters": [
|
|
12166
12140
|
{
|
|
12167
|
-
"id":
|
|
12141
|
+
"id": 354,
|
|
12168
12142
|
"name": "theme",
|
|
12169
12143
|
"kind": 32768,
|
|
12170
12144
|
"kindString": "Parameter",
|
|
@@ -12268,7 +12242,7 @@
|
|
|
12268
12242
|
}
|
|
12269
12243
|
},
|
|
12270
12244
|
{
|
|
12271
|
-
"id":
|
|
12245
|
+
"id": 343,
|
|
12272
12246
|
"name": "mr",
|
|
12273
12247
|
"kind": 1024,
|
|
12274
12248
|
"kindString": "Property",
|
|
@@ -12358,7 +12332,7 @@
|
|
|
12358
12332
|
{
|
|
12359
12333
|
"type": "reflection",
|
|
12360
12334
|
"declaration": {
|
|
12361
|
-
"id":
|
|
12335
|
+
"id": 344,
|
|
12362
12336
|
"name": "__type",
|
|
12363
12337
|
"kind": 65536,
|
|
12364
12338
|
"kindString": "Type literal",
|
|
@@ -12372,14 +12346,14 @@
|
|
|
12372
12346
|
],
|
|
12373
12347
|
"signatures": [
|
|
12374
12348
|
{
|
|
12375
|
-
"id":
|
|
12349
|
+
"id": 345,
|
|
12376
12350
|
"name": "__type",
|
|
12377
12351
|
"kind": 4096,
|
|
12378
12352
|
"kindString": "Call signature",
|
|
12379
12353
|
"flags": {},
|
|
12380
12354
|
"parameters": [
|
|
12381
12355
|
{
|
|
12382
|
-
"id":
|
|
12356
|
+
"id": 346,
|
|
12383
12357
|
"name": "theme",
|
|
12384
12358
|
"kind": 32768,
|
|
12385
12359
|
"kindString": "Parameter",
|
|
@@ -12483,7 +12457,7 @@
|
|
|
12483
12457
|
}
|
|
12484
12458
|
},
|
|
12485
12459
|
{
|
|
12486
|
-
"id":
|
|
12460
|
+
"id": 339,
|
|
12487
12461
|
"name": "mt",
|
|
12488
12462
|
"kind": 1024,
|
|
12489
12463
|
"kindString": "Property",
|
|
@@ -12573,7 +12547,7 @@
|
|
|
12573
12547
|
{
|
|
12574
12548
|
"type": "reflection",
|
|
12575
12549
|
"declaration": {
|
|
12576
|
-
"id":
|
|
12550
|
+
"id": 340,
|
|
12577
12551
|
"name": "__type",
|
|
12578
12552
|
"kind": 65536,
|
|
12579
12553
|
"kindString": "Type literal",
|
|
@@ -12587,14 +12561,14 @@
|
|
|
12587
12561
|
],
|
|
12588
12562
|
"signatures": [
|
|
12589
12563
|
{
|
|
12590
|
-
"id":
|
|
12564
|
+
"id": 341,
|
|
12591
12565
|
"name": "__type",
|
|
12592
12566
|
"kind": 4096,
|
|
12593
12567
|
"kindString": "Call signature",
|
|
12594
12568
|
"flags": {},
|
|
12595
12569
|
"parameters": [
|
|
12596
12570
|
{
|
|
12597
|
-
"id":
|
|
12571
|
+
"id": 342,
|
|
12598
12572
|
"name": "theme",
|
|
12599
12573
|
"kind": 32768,
|
|
12600
12574
|
"kindString": "Parameter",
|
|
@@ -12698,7 +12672,7 @@
|
|
|
12698
12672
|
}
|
|
12699
12673
|
},
|
|
12700
12674
|
{
|
|
12701
|
-
"id":
|
|
12675
|
+
"id": 355,
|
|
12702
12676
|
"name": "mx",
|
|
12703
12677
|
"kind": 1024,
|
|
12704
12678
|
"kindString": "Property",
|
|
@@ -12788,7 +12762,7 @@
|
|
|
12788
12762
|
{
|
|
12789
12763
|
"type": "reflection",
|
|
12790
12764
|
"declaration": {
|
|
12791
|
-
"id":
|
|
12765
|
+
"id": 356,
|
|
12792
12766
|
"name": "__type",
|
|
12793
12767
|
"kind": 65536,
|
|
12794
12768
|
"kindString": "Type literal",
|
|
@@ -12802,14 +12776,14 @@
|
|
|
12802
12776
|
],
|
|
12803
12777
|
"signatures": [
|
|
12804
12778
|
{
|
|
12805
|
-
"id":
|
|
12779
|
+
"id": 357,
|
|
12806
12780
|
"name": "__type",
|
|
12807
12781
|
"kind": 4096,
|
|
12808
12782
|
"kindString": "Call signature",
|
|
12809
12783
|
"flags": {},
|
|
12810
12784
|
"parameters": [
|
|
12811
12785
|
{
|
|
12812
|
-
"id":
|
|
12786
|
+
"id": 358,
|
|
12813
12787
|
"name": "theme",
|
|
12814
12788
|
"kind": 32768,
|
|
12815
12789
|
"kindString": "Parameter",
|
|
@@ -12913,7 +12887,7 @@
|
|
|
12913
12887
|
}
|
|
12914
12888
|
},
|
|
12915
12889
|
{
|
|
12916
|
-
"id":
|
|
12890
|
+
"id": 363,
|
|
12917
12891
|
"name": "my",
|
|
12918
12892
|
"kind": 1024,
|
|
12919
12893
|
"kindString": "Property",
|
|
@@ -13003,7 +12977,7 @@
|
|
|
13003
12977
|
{
|
|
13004
12978
|
"type": "reflection",
|
|
13005
12979
|
"declaration": {
|
|
13006
|
-
"id":
|
|
12980
|
+
"id": 364,
|
|
13007
12981
|
"name": "__type",
|
|
13008
12982
|
"kind": 65536,
|
|
13009
12983
|
"kindString": "Type literal",
|
|
@@ -13017,14 +12991,14 @@
|
|
|
13017
12991
|
],
|
|
13018
12992
|
"signatures": [
|
|
13019
12993
|
{
|
|
13020
|
-
"id":
|
|
12994
|
+
"id": 365,
|
|
13021
12995
|
"name": "__type",
|
|
13022
12996
|
"kind": 4096,
|
|
13023
12997
|
"kindString": "Call signature",
|
|
13024
12998
|
"flags": {},
|
|
13025
12999
|
"parameters": [
|
|
13026
13000
|
{
|
|
13027
|
-
"id":
|
|
13001
|
+
"id": 366,
|
|
13028
13002
|
"name": "theme",
|
|
13029
13003
|
"kind": 32768,
|
|
13030
13004
|
"kindString": "Parameter",
|
|
@@ -13128,7 +13102,7 @@
|
|
|
13128
13102
|
}
|
|
13129
13103
|
},
|
|
13130
13104
|
{
|
|
13131
|
-
"id":
|
|
13105
|
+
"id": 35,
|
|
13132
13106
|
"name": "name",
|
|
13133
13107
|
"kind": 1024,
|
|
13134
13108
|
"kindString": "Property",
|
|
@@ -13138,9 +13112,9 @@
|
|
|
13138
13112
|
"sources": [
|
|
13139
13113
|
{
|
|
13140
13114
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
13141
|
-
"line":
|
|
13115
|
+
"line": 17,
|
|
13142
13116
|
"character": 2,
|
|
13143
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
13117
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L17"
|
|
13144
13118
|
}
|
|
13145
13119
|
],
|
|
13146
13120
|
"type": {
|
|
@@ -13149,12 +13123,12 @@
|
|
|
13149
13123
|
},
|
|
13150
13124
|
"inheritedFrom": {
|
|
13151
13125
|
"type": "reference",
|
|
13152
|
-
"id":
|
|
13126
|
+
"id": 27,
|
|
13153
13127
|
"name": "AddressRenderRowBoxPropsBase.name"
|
|
13154
13128
|
}
|
|
13155
13129
|
},
|
|
13156
13130
|
{
|
|
13157
|
-
"id":
|
|
13131
|
+
"id": 81,
|
|
13158
13132
|
"name": "order",
|
|
13159
13133
|
"kind": 1024,
|
|
13160
13134
|
"kindString": "Property",
|
|
@@ -13214,7 +13188,7 @@
|
|
|
13214
13188
|
{
|
|
13215
13189
|
"type": "reflection",
|
|
13216
13190
|
"declaration": {
|
|
13217
|
-
"id":
|
|
13191
|
+
"id": 82,
|
|
13218
13192
|
"name": "__type",
|
|
13219
13193
|
"kind": 65536,
|
|
13220
13194
|
"kindString": "Type literal",
|
|
@@ -13228,14 +13202,14 @@
|
|
|
13228
13202
|
],
|
|
13229
13203
|
"signatures": [
|
|
13230
13204
|
{
|
|
13231
|
-
"id":
|
|
13205
|
+
"id": 83,
|
|
13232
13206
|
"name": "__type",
|
|
13233
13207
|
"kind": 4096,
|
|
13234
13208
|
"kindString": "Call signature",
|
|
13235
13209
|
"flags": {},
|
|
13236
13210
|
"parameters": [
|
|
13237
13211
|
{
|
|
13238
|
-
"id":
|
|
13212
|
+
"id": 84,
|
|
13239
13213
|
"name": "theme",
|
|
13240
13214
|
"kind": 32768,
|
|
13241
13215
|
"kindString": "Parameter",
|
|
@@ -13309,7 +13283,7 @@
|
|
|
13309
13283
|
}
|
|
13310
13284
|
},
|
|
13311
13285
|
{
|
|
13312
|
-
"id":
|
|
13286
|
+
"id": 85,
|
|
13313
13287
|
"name": "overflow",
|
|
13314
13288
|
"kind": 1024,
|
|
13315
13289
|
"kindString": "Property",
|
|
@@ -13350,7 +13324,7 @@
|
|
|
13350
13324
|
{
|
|
13351
13325
|
"type": "reflection",
|
|
13352
13326
|
"declaration": {
|
|
13353
|
-
"id":
|
|
13327
|
+
"id": 86,
|
|
13354
13328
|
"name": "__type",
|
|
13355
13329
|
"kind": 65536,
|
|
13356
13330
|
"kindString": "Type literal",
|
|
@@ -13364,14 +13338,14 @@
|
|
|
13364
13338
|
],
|
|
13365
13339
|
"signatures": [
|
|
13366
13340
|
{
|
|
13367
|
-
"id":
|
|
13341
|
+
"id": 87,
|
|
13368
13342
|
"name": "__type",
|
|
13369
13343
|
"kind": 4096,
|
|
13370
13344
|
"kindString": "Call signature",
|
|
13371
13345
|
"flags": {},
|
|
13372
13346
|
"parameters": [
|
|
13373
13347
|
{
|
|
13374
|
-
"id":
|
|
13348
|
+
"id": 88,
|
|
13375
13349
|
"name": "theme",
|
|
13376
13350
|
"kind": 32768,
|
|
13377
13351
|
"kindString": "Parameter",
|
|
@@ -13426,7 +13400,7 @@
|
|
|
13426
13400
|
}
|
|
13427
13401
|
},
|
|
13428
13402
|
{
|
|
13429
|
-
"id":
|
|
13403
|
+
"id": 45,
|
|
13430
13404
|
"name": "p",
|
|
13431
13405
|
"kind": 1024,
|
|
13432
13406
|
"kindString": "Property",
|
|
@@ -13516,7 +13490,7 @@
|
|
|
13516
13490
|
{
|
|
13517
13491
|
"type": "reflection",
|
|
13518
13492
|
"declaration": {
|
|
13519
|
-
"id":
|
|
13493
|
+
"id": 46,
|
|
13520
13494
|
"name": "__type",
|
|
13521
13495
|
"kind": 65536,
|
|
13522
13496
|
"kindString": "Type literal",
|
|
@@ -13530,14 +13504,14 @@
|
|
|
13530
13504
|
],
|
|
13531
13505
|
"signatures": [
|
|
13532
13506
|
{
|
|
13533
|
-
"id":
|
|
13507
|
+
"id": 47,
|
|
13534
13508
|
"name": "__type",
|
|
13535
13509
|
"kind": 4096,
|
|
13536
13510
|
"kindString": "Call signature",
|
|
13537
13511
|
"flags": {},
|
|
13538
13512
|
"parameters": [
|
|
13539
13513
|
{
|
|
13540
|
-
"id":
|
|
13514
|
+
"id": 48,
|
|
13541
13515
|
"name": "theme",
|
|
13542
13516
|
"kind": 32768,
|
|
13543
13517
|
"kindString": "Parameter",
|
|
@@ -13641,7 +13615,7 @@
|
|
|
13641
13615
|
}
|
|
13642
13616
|
},
|
|
13643
13617
|
{
|
|
13644
|
-
"id":
|
|
13618
|
+
"id": 331,
|
|
13645
13619
|
"name": "padding",
|
|
13646
13620
|
"kind": 1024,
|
|
13647
13621
|
"kindString": "Property",
|
|
@@ -13731,7 +13705,7 @@
|
|
|
13731
13705
|
{
|
|
13732
13706
|
"type": "reflection",
|
|
13733
13707
|
"declaration": {
|
|
13734
|
-
"id":
|
|
13708
|
+
"id": 332,
|
|
13735
13709
|
"name": "__type",
|
|
13736
13710
|
"kind": 65536,
|
|
13737
13711
|
"kindString": "Type literal",
|
|
@@ -13745,14 +13719,14 @@
|
|
|
13745
13719
|
],
|
|
13746
13720
|
"signatures": [
|
|
13747
13721
|
{
|
|
13748
|
-
"id":
|
|
13722
|
+
"id": 333,
|
|
13749
13723
|
"name": "__type",
|
|
13750
13724
|
"kind": 4096,
|
|
13751
13725
|
"kindString": "Call signature",
|
|
13752
13726
|
"flags": {},
|
|
13753
13727
|
"parameters": [
|
|
13754
13728
|
{
|
|
13755
|
-
"id":
|
|
13729
|
+
"id": 334,
|
|
13756
13730
|
"name": "theme",
|
|
13757
13731
|
"kind": 32768,
|
|
13758
13732
|
"kindString": "Parameter",
|
|
@@ -13856,7 +13830,7 @@
|
|
|
13856
13830
|
}
|
|
13857
13831
|
},
|
|
13858
13832
|
{
|
|
13859
|
-
"id":
|
|
13833
|
+
"id": 235,
|
|
13860
13834
|
"name": "paddingBottom",
|
|
13861
13835
|
"kind": 1024,
|
|
13862
13836
|
"kindString": "Property",
|
|
@@ -13946,7 +13920,7 @@
|
|
|
13946
13920
|
{
|
|
13947
13921
|
"type": "reflection",
|
|
13948
13922
|
"declaration": {
|
|
13949
|
-
"id":
|
|
13923
|
+
"id": 236,
|
|
13950
13924
|
"name": "__type",
|
|
13951
13925
|
"kind": 65536,
|
|
13952
13926
|
"kindString": "Type literal",
|
|
@@ -13960,14 +13934,14 @@
|
|
|
13960
13934
|
],
|
|
13961
13935
|
"signatures": [
|
|
13962
13936
|
{
|
|
13963
|
-
"id":
|
|
13937
|
+
"id": 237,
|
|
13964
13938
|
"name": "__type",
|
|
13965
13939
|
"kind": 4096,
|
|
13966
13940
|
"kindString": "Call signature",
|
|
13967
13941
|
"flags": {},
|
|
13968
13942
|
"parameters": [
|
|
13969
13943
|
{
|
|
13970
|
-
"id":
|
|
13944
|
+
"id": 238,
|
|
13971
13945
|
"name": "theme",
|
|
13972
13946
|
"kind": 32768,
|
|
13973
13947
|
"kindString": "Parameter",
|
|
@@ -14071,7 +14045,7 @@
|
|
|
14071
14045
|
}
|
|
14072
14046
|
},
|
|
14073
14047
|
{
|
|
14074
|
-
"id":
|
|
14048
|
+
"id": 239,
|
|
14075
14049
|
"name": "paddingLeft",
|
|
14076
14050
|
"kind": 1024,
|
|
14077
14051
|
"kindString": "Property",
|
|
@@ -14161,7 +14135,7 @@
|
|
|
14161
14135
|
{
|
|
14162
14136
|
"type": "reflection",
|
|
14163
14137
|
"declaration": {
|
|
14164
|
-
"id":
|
|
14138
|
+
"id": 240,
|
|
14165
14139
|
"name": "__type",
|
|
14166
14140
|
"kind": 65536,
|
|
14167
14141
|
"kindString": "Type literal",
|
|
@@ -14175,14 +14149,14 @@
|
|
|
14175
14149
|
],
|
|
14176
14150
|
"signatures": [
|
|
14177
14151
|
{
|
|
14178
|
-
"id":
|
|
14152
|
+
"id": 241,
|
|
14179
14153
|
"name": "__type",
|
|
14180
14154
|
"kind": 4096,
|
|
14181
14155
|
"kindString": "Call signature",
|
|
14182
14156
|
"flags": {},
|
|
14183
14157
|
"parameters": [
|
|
14184
14158
|
{
|
|
14185
|
-
"id":
|
|
14159
|
+
"id": 242,
|
|
14186
14160
|
"name": "theme",
|
|
14187
14161
|
"kind": 32768,
|
|
14188
14162
|
"kindString": "Parameter",
|
|
@@ -14286,7 +14260,7 @@
|
|
|
14286
14260
|
}
|
|
14287
14261
|
},
|
|
14288
14262
|
{
|
|
14289
|
-
"id":
|
|
14263
|
+
"id": 243,
|
|
14290
14264
|
"name": "paddingRight",
|
|
14291
14265
|
"kind": 1024,
|
|
14292
14266
|
"kindString": "Property",
|
|
@@ -14376,7 +14350,7 @@
|
|
|
14376
14350
|
{
|
|
14377
14351
|
"type": "reflection",
|
|
14378
14352
|
"declaration": {
|
|
14379
|
-
"id":
|
|
14353
|
+
"id": 244,
|
|
14380
14354
|
"name": "__type",
|
|
14381
14355
|
"kind": 65536,
|
|
14382
14356
|
"kindString": "Type literal",
|
|
@@ -14390,14 +14364,14 @@
|
|
|
14390
14364
|
],
|
|
14391
14365
|
"signatures": [
|
|
14392
14366
|
{
|
|
14393
|
-
"id":
|
|
14367
|
+
"id": 245,
|
|
14394
14368
|
"name": "__type",
|
|
14395
14369
|
"kind": 4096,
|
|
14396
14370
|
"kindString": "Call signature",
|
|
14397
14371
|
"flags": {},
|
|
14398
14372
|
"parameters": [
|
|
14399
14373
|
{
|
|
14400
|
-
"id":
|
|
14374
|
+
"id": 246,
|
|
14401
14375
|
"name": "theme",
|
|
14402
14376
|
"kind": 32768,
|
|
14403
14377
|
"kindString": "Parameter",
|
|
@@ -14501,7 +14475,7 @@
|
|
|
14501
14475
|
}
|
|
14502
14476
|
},
|
|
14503
14477
|
{
|
|
14504
|
-
"id":
|
|
14478
|
+
"id": 247,
|
|
14505
14479
|
"name": "paddingTop",
|
|
14506
14480
|
"kind": 1024,
|
|
14507
14481
|
"kindString": "Property",
|
|
@@ -14591,7 +14565,7 @@
|
|
|
14591
14565
|
{
|
|
14592
14566
|
"type": "reflection",
|
|
14593
14567
|
"declaration": {
|
|
14594
|
-
"id":
|
|
14568
|
+
"id": 248,
|
|
14595
14569
|
"name": "__type",
|
|
14596
14570
|
"kind": 65536,
|
|
14597
14571
|
"kindString": "Type literal",
|
|
@@ -14605,14 +14579,14 @@
|
|
|
14605
14579
|
],
|
|
14606
14580
|
"signatures": [
|
|
14607
14581
|
{
|
|
14608
|
-
"id":
|
|
14582
|
+
"id": 249,
|
|
14609
14583
|
"name": "__type",
|
|
14610
14584
|
"kind": 4096,
|
|
14611
14585
|
"kindString": "Call signature",
|
|
14612
14586
|
"flags": {},
|
|
14613
14587
|
"parameters": [
|
|
14614
14588
|
{
|
|
14615
|
-
"id":
|
|
14589
|
+
"id": 250,
|
|
14616
14590
|
"name": "theme",
|
|
14617
14591
|
"kind": 32768,
|
|
14618
14592
|
"kindString": "Parameter",
|
|
@@ -14716,7 +14690,7 @@
|
|
|
14716
14690
|
}
|
|
14717
14691
|
},
|
|
14718
14692
|
{
|
|
14719
|
-
"id":
|
|
14693
|
+
"id": 391,
|
|
14720
14694
|
"name": "paddingX",
|
|
14721
14695
|
"kind": 1024,
|
|
14722
14696
|
"kindString": "Property",
|
|
@@ -14806,7 +14780,7 @@
|
|
|
14806
14780
|
{
|
|
14807
14781
|
"type": "reflection",
|
|
14808
14782
|
"declaration": {
|
|
14809
|
-
"id":
|
|
14783
|
+
"id": 392,
|
|
14810
14784
|
"name": "__type",
|
|
14811
14785
|
"kind": 65536,
|
|
14812
14786
|
"kindString": "Type literal",
|
|
@@ -14820,14 +14794,14 @@
|
|
|
14820
14794
|
],
|
|
14821
14795
|
"signatures": [
|
|
14822
14796
|
{
|
|
14823
|
-
"id":
|
|
14797
|
+
"id": 393,
|
|
14824
14798
|
"name": "__type",
|
|
14825
14799
|
"kind": 4096,
|
|
14826
14800
|
"kindString": "Call signature",
|
|
14827
14801
|
"flags": {},
|
|
14828
14802
|
"parameters": [
|
|
14829
14803
|
{
|
|
14830
|
-
"id":
|
|
14804
|
+
"id": 394,
|
|
14831
14805
|
"name": "theme",
|
|
14832
14806
|
"kind": 32768,
|
|
14833
14807
|
"kindString": "Parameter",
|
|
@@ -14931,7 +14905,7 @@
|
|
|
14931
14905
|
}
|
|
14932
14906
|
},
|
|
14933
14907
|
{
|
|
14934
|
-
"id":
|
|
14908
|
+
"id": 399,
|
|
14935
14909
|
"name": "paddingY",
|
|
14936
14910
|
"kind": 1024,
|
|
14937
14911
|
"kindString": "Property",
|
|
@@ -15021,7 +14995,7 @@
|
|
|
15021
14995
|
{
|
|
15022
14996
|
"type": "reflection",
|
|
15023
14997
|
"declaration": {
|
|
15024
|
-
"id":
|
|
14998
|
+
"id": 400,
|
|
15025
14999
|
"name": "__type",
|
|
15026
15000
|
"kind": 65536,
|
|
15027
15001
|
"kindString": "Type literal",
|
|
@@ -15035,14 +15009,14 @@
|
|
|
15035
15009
|
],
|
|
15036
15010
|
"signatures": [
|
|
15037
15011
|
{
|
|
15038
|
-
"id":
|
|
15012
|
+
"id": 401,
|
|
15039
15013
|
"name": "__type",
|
|
15040
15014
|
"kind": 4096,
|
|
15041
15015
|
"kindString": "Call signature",
|
|
15042
15016
|
"flags": {},
|
|
15043
15017
|
"parameters": [
|
|
15044
15018
|
{
|
|
15045
|
-
"id":
|
|
15019
|
+
"id": 402,
|
|
15046
15020
|
"name": "theme",
|
|
15047
15021
|
"kind": 32768,
|
|
15048
15022
|
"kindString": "Parameter",
|
|
@@ -15146,7 +15120,7 @@
|
|
|
15146
15120
|
}
|
|
15147
15121
|
},
|
|
15148
15122
|
{
|
|
15149
|
-
"id":
|
|
15123
|
+
"id": 379,
|
|
15150
15124
|
"name": "pb",
|
|
15151
15125
|
"kind": 1024,
|
|
15152
15126
|
"kindString": "Property",
|
|
@@ -15236,7 +15210,7 @@
|
|
|
15236
15210
|
{
|
|
15237
15211
|
"type": "reflection",
|
|
15238
15212
|
"declaration": {
|
|
15239
|
-
"id":
|
|
15213
|
+
"id": 380,
|
|
15240
15214
|
"name": "__type",
|
|
15241
15215
|
"kind": 65536,
|
|
15242
15216
|
"kindString": "Type literal",
|
|
@@ -15250,14 +15224,14 @@
|
|
|
15250
15224
|
],
|
|
15251
15225
|
"signatures": [
|
|
15252
15226
|
{
|
|
15253
|
-
"id":
|
|
15227
|
+
"id": 381,
|
|
15254
15228
|
"name": "__type",
|
|
15255
15229
|
"kind": 4096,
|
|
15256
15230
|
"kindString": "Call signature",
|
|
15257
15231
|
"flags": {},
|
|
15258
15232
|
"parameters": [
|
|
15259
15233
|
{
|
|
15260
|
-
"id":
|
|
15234
|
+
"id": 382,
|
|
15261
15235
|
"name": "theme",
|
|
15262
15236
|
"kind": 32768,
|
|
15263
15237
|
"kindString": "Parameter",
|
|
@@ -15361,7 +15335,7 @@
|
|
|
15361
15335
|
}
|
|
15362
15336
|
},
|
|
15363
15337
|
{
|
|
15364
|
-
"id":
|
|
15338
|
+
"id": 383,
|
|
15365
15339
|
"name": "pl",
|
|
15366
15340
|
"kind": 1024,
|
|
15367
15341
|
"kindString": "Property",
|
|
@@ -15451,7 +15425,7 @@
|
|
|
15451
15425
|
{
|
|
15452
15426
|
"type": "reflection",
|
|
15453
15427
|
"declaration": {
|
|
15454
|
-
"id":
|
|
15428
|
+
"id": 384,
|
|
15455
15429
|
"name": "__type",
|
|
15456
15430
|
"kind": 65536,
|
|
15457
15431
|
"kindString": "Type literal",
|
|
@@ -15465,14 +15439,14 @@
|
|
|
15465
15439
|
],
|
|
15466
15440
|
"signatures": [
|
|
15467
15441
|
{
|
|
15468
|
-
"id":
|
|
15442
|
+
"id": 385,
|
|
15469
15443
|
"name": "__type",
|
|
15470
15444
|
"kind": 4096,
|
|
15471
15445
|
"kindString": "Call signature",
|
|
15472
15446
|
"flags": {},
|
|
15473
15447
|
"parameters": [
|
|
15474
15448
|
{
|
|
15475
|
-
"id":
|
|
15449
|
+
"id": 386,
|
|
15476
15450
|
"name": "theme",
|
|
15477
15451
|
"kind": 32768,
|
|
15478
15452
|
"kindString": "Parameter",
|
|
@@ -15576,7 +15550,7 @@
|
|
|
15576
15550
|
}
|
|
15577
15551
|
},
|
|
15578
15552
|
{
|
|
15579
|
-
"id":
|
|
15553
|
+
"id": 251,
|
|
15580
15554
|
"name": "position",
|
|
15581
15555
|
"kind": 1024,
|
|
15582
15556
|
"kindString": "Property",
|
|
@@ -15636,7 +15610,7 @@
|
|
|
15636
15610
|
{
|
|
15637
15611
|
"type": "reflection",
|
|
15638
15612
|
"declaration": {
|
|
15639
|
-
"id":
|
|
15613
|
+
"id": 252,
|
|
15640
15614
|
"name": "__type",
|
|
15641
15615
|
"kind": 65536,
|
|
15642
15616
|
"kindString": "Type literal",
|
|
@@ -15650,14 +15624,14 @@
|
|
|
15650
15624
|
],
|
|
15651
15625
|
"signatures": [
|
|
15652
15626
|
{
|
|
15653
|
-
"id":
|
|
15627
|
+
"id": 253,
|
|
15654
15628
|
"name": "__type",
|
|
15655
15629
|
"kind": 4096,
|
|
15656
15630
|
"kindString": "Call signature",
|
|
15657
15631
|
"flags": {},
|
|
15658
15632
|
"parameters": [
|
|
15659
15633
|
{
|
|
15660
|
-
"id":
|
|
15634
|
+
"id": 254,
|
|
15661
15635
|
"name": "theme",
|
|
15662
15636
|
"kind": 32768,
|
|
15663
15637
|
"kindString": "Parameter",
|
|
@@ -15731,7 +15705,7 @@
|
|
|
15731
15705
|
}
|
|
15732
15706
|
},
|
|
15733
15707
|
{
|
|
15734
|
-
"id":
|
|
15708
|
+
"id": 375,
|
|
15735
15709
|
"name": "pr",
|
|
15736
15710
|
"kind": 1024,
|
|
15737
15711
|
"kindString": "Property",
|
|
@@ -15821,7 +15795,7 @@
|
|
|
15821
15795
|
{
|
|
15822
15796
|
"type": "reflection",
|
|
15823
15797
|
"declaration": {
|
|
15824
|
-
"id":
|
|
15798
|
+
"id": 376,
|
|
15825
15799
|
"name": "__type",
|
|
15826
15800
|
"kind": 65536,
|
|
15827
15801
|
"kindString": "Type literal",
|
|
@@ -15835,14 +15809,14 @@
|
|
|
15835
15809
|
],
|
|
15836
15810
|
"signatures": [
|
|
15837
15811
|
{
|
|
15838
|
-
"id":
|
|
15812
|
+
"id": 377,
|
|
15839
15813
|
"name": "__type",
|
|
15840
15814
|
"kind": 4096,
|
|
15841
15815
|
"kindString": "Call signature",
|
|
15842
15816
|
"flags": {},
|
|
15843
15817
|
"parameters": [
|
|
15844
15818
|
{
|
|
15845
|
-
"id":
|
|
15819
|
+
"id": 378,
|
|
15846
15820
|
"name": "theme",
|
|
15847
15821
|
"kind": 32768,
|
|
15848
15822
|
"kindString": "Parameter",
|
|
@@ -15946,7 +15920,7 @@
|
|
|
15946
15920
|
}
|
|
15947
15921
|
},
|
|
15948
15922
|
{
|
|
15949
|
-
"id":
|
|
15923
|
+
"id": 371,
|
|
15950
15924
|
"name": "pt",
|
|
15951
15925
|
"kind": 1024,
|
|
15952
15926
|
"kindString": "Property",
|
|
@@ -16036,7 +16010,7 @@
|
|
|
16036
16010
|
{
|
|
16037
16011
|
"type": "reflection",
|
|
16038
16012
|
"declaration": {
|
|
16039
|
-
"id":
|
|
16013
|
+
"id": 372,
|
|
16040
16014
|
"name": "__type",
|
|
16041
16015
|
"kind": 65536,
|
|
16042
16016
|
"kindString": "Type literal",
|
|
@@ -16050,14 +16024,14 @@
|
|
|
16050
16024
|
],
|
|
16051
16025
|
"signatures": [
|
|
16052
16026
|
{
|
|
16053
|
-
"id":
|
|
16027
|
+
"id": 373,
|
|
16054
16028
|
"name": "__type",
|
|
16055
16029
|
"kind": 4096,
|
|
16056
16030
|
"kindString": "Call signature",
|
|
16057
16031
|
"flags": {},
|
|
16058
16032
|
"parameters": [
|
|
16059
16033
|
{
|
|
16060
|
-
"id":
|
|
16034
|
+
"id": 374,
|
|
16061
16035
|
"name": "theme",
|
|
16062
16036
|
"kind": 32768,
|
|
16063
16037
|
"kindString": "Parameter",
|
|
@@ -16161,7 +16135,7 @@
|
|
|
16161
16135
|
}
|
|
16162
16136
|
},
|
|
16163
16137
|
{
|
|
16164
|
-
"id":
|
|
16138
|
+
"id": 387,
|
|
16165
16139
|
"name": "px",
|
|
16166
16140
|
"kind": 1024,
|
|
16167
16141
|
"kindString": "Property",
|
|
@@ -16251,7 +16225,7 @@
|
|
|
16251
16225
|
{
|
|
16252
16226
|
"type": "reflection",
|
|
16253
16227
|
"declaration": {
|
|
16254
|
-
"id":
|
|
16228
|
+
"id": 388,
|
|
16255
16229
|
"name": "__type",
|
|
16256
16230
|
"kind": 65536,
|
|
16257
16231
|
"kindString": "Type literal",
|
|
@@ -16265,14 +16239,14 @@
|
|
|
16265
16239
|
],
|
|
16266
16240
|
"signatures": [
|
|
16267
16241
|
{
|
|
16268
|
-
"id":
|
|
16242
|
+
"id": 389,
|
|
16269
16243
|
"name": "__type",
|
|
16270
16244
|
"kind": 4096,
|
|
16271
16245
|
"kindString": "Call signature",
|
|
16272
16246
|
"flags": {},
|
|
16273
16247
|
"parameters": [
|
|
16274
16248
|
{
|
|
16275
|
-
"id":
|
|
16249
|
+
"id": 390,
|
|
16276
16250
|
"name": "theme",
|
|
16277
16251
|
"kind": 32768,
|
|
16278
16252
|
"kindString": "Parameter",
|
|
@@ -16376,7 +16350,7 @@
|
|
|
16376
16350
|
}
|
|
16377
16351
|
},
|
|
16378
16352
|
{
|
|
16379
|
-
"id":
|
|
16353
|
+
"id": 395,
|
|
16380
16354
|
"name": "py",
|
|
16381
16355
|
"kind": 1024,
|
|
16382
16356
|
"kindString": "Property",
|
|
@@ -16466,7 +16440,7 @@
|
|
|
16466
16440
|
{
|
|
16467
16441
|
"type": "reflection",
|
|
16468
16442
|
"declaration": {
|
|
16469
|
-
"id":
|
|
16443
|
+
"id": 396,
|
|
16470
16444
|
"name": "__type",
|
|
16471
16445
|
"kind": 65536,
|
|
16472
16446
|
"kindString": "Type literal",
|
|
@@ -16480,14 +16454,14 @@
|
|
|
16480
16454
|
],
|
|
16481
16455
|
"signatures": [
|
|
16482
16456
|
{
|
|
16483
|
-
"id":
|
|
16457
|
+
"id": 397,
|
|
16484
16458
|
"name": "__type",
|
|
16485
16459
|
"kind": 4096,
|
|
16486
16460
|
"kindString": "Call signature",
|
|
16487
16461
|
"flags": {},
|
|
16488
16462
|
"parameters": [
|
|
16489
16463
|
{
|
|
16490
|
-
"id":
|
|
16464
|
+
"id": 398,
|
|
16491
16465
|
"name": "theme",
|
|
16492
16466
|
"kind": 32768,
|
|
16493
16467
|
"kindString": "Parameter",
|
|
@@ -16591,7 +16565,7 @@
|
|
|
16591
16565
|
}
|
|
16592
16566
|
},
|
|
16593
16567
|
{
|
|
16594
|
-
"id":
|
|
16568
|
+
"id": 255,
|
|
16595
16569
|
"name": "right",
|
|
16596
16570
|
"kind": 1024,
|
|
16597
16571
|
"kindString": "Property",
|
|
@@ -16681,7 +16655,7 @@
|
|
|
16681
16655
|
{
|
|
16682
16656
|
"type": "reflection",
|
|
16683
16657
|
"declaration": {
|
|
16684
|
-
"id":
|
|
16658
|
+
"id": 256,
|
|
16685
16659
|
"name": "__type",
|
|
16686
16660
|
"kind": 65536,
|
|
16687
16661
|
"kindString": "Type literal",
|
|
@@ -16695,14 +16669,14 @@
|
|
|
16695
16669
|
],
|
|
16696
16670
|
"signatures": [
|
|
16697
16671
|
{
|
|
16698
|
-
"id":
|
|
16672
|
+
"id": 257,
|
|
16699
16673
|
"name": "__type",
|
|
16700
16674
|
"kind": 4096,
|
|
16701
16675
|
"kindString": "Call signature",
|
|
16702
16676
|
"flags": {},
|
|
16703
16677
|
"parameters": [
|
|
16704
16678
|
{
|
|
16705
|
-
"id":
|
|
16679
|
+
"id": 258,
|
|
16706
16680
|
"name": "theme",
|
|
16707
16681
|
"kind": 32768,
|
|
16708
16682
|
"kindString": "Parameter",
|
|
@@ -16806,7 +16780,7 @@
|
|
|
16806
16780
|
}
|
|
16807
16781
|
},
|
|
16808
16782
|
{
|
|
16809
|
-
"id":
|
|
16783
|
+
"id": 259,
|
|
16810
16784
|
"name": "rowGap",
|
|
16811
16785
|
"kind": 1024,
|
|
16812
16786
|
"kindString": "Property",
|
|
@@ -16896,7 +16870,7 @@
|
|
|
16896
16870
|
{
|
|
16897
16871
|
"type": "reflection",
|
|
16898
16872
|
"declaration": {
|
|
16899
|
-
"id":
|
|
16873
|
+
"id": 260,
|
|
16900
16874
|
"name": "__type",
|
|
16901
16875
|
"kind": 65536,
|
|
16902
16876
|
"kindString": "Type literal",
|
|
@@ -16910,14 +16884,14 @@
|
|
|
16910
16884
|
],
|
|
16911
16885
|
"signatures": [
|
|
16912
16886
|
{
|
|
16913
|
-
"id":
|
|
16887
|
+
"id": 261,
|
|
16914
16888
|
"name": "__type",
|
|
16915
16889
|
"kind": 4096,
|
|
16916
16890
|
"kindString": "Call signature",
|
|
16917
16891
|
"flags": {},
|
|
16918
16892
|
"parameters": [
|
|
16919
16893
|
{
|
|
16920
|
-
"id":
|
|
16894
|
+
"id": 262,
|
|
16921
16895
|
"name": "theme",
|
|
16922
16896
|
"kind": 32768,
|
|
16923
16897
|
"kindString": "Parameter",
|
|
@@ -17021,7 +16995,7 @@
|
|
|
17021
16995
|
}
|
|
17022
16996
|
},
|
|
17023
16997
|
{
|
|
17024
|
-
"id":
|
|
16998
|
+
"id": 36,
|
|
17025
16999
|
"name": "showFavorite",
|
|
17026
17000
|
"kind": 1024,
|
|
17027
17001
|
"kindString": "Property",
|
|
@@ -17031,9 +17005,9 @@
|
|
|
17031
17005
|
"sources": [
|
|
17032
17006
|
{
|
|
17033
17007
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
17034
|
-
"line":
|
|
17008
|
+
"line": 18,
|
|
17035
17009
|
"character": 2,
|
|
17036
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
17010
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L18"
|
|
17037
17011
|
}
|
|
17038
17012
|
],
|
|
17039
17013
|
"type": {
|
|
@@ -17042,12 +17016,12 @@
|
|
|
17042
17016
|
},
|
|
17043
17017
|
"inheritedFrom": {
|
|
17044
17018
|
"type": "reference",
|
|
17045
|
-
"id":
|
|
17019
|
+
"id": 28,
|
|
17046
17020
|
"name": "AddressRenderRowBoxPropsBase.showFavorite"
|
|
17047
17021
|
}
|
|
17048
17022
|
},
|
|
17049
17023
|
{
|
|
17050
|
-
"id":
|
|
17024
|
+
"id": 263,
|
|
17051
17025
|
"name": "textAlign",
|
|
17052
17026
|
"kind": 1024,
|
|
17053
17027
|
"kindString": "Property",
|
|
@@ -17107,7 +17081,7 @@
|
|
|
17107
17081
|
{
|
|
17108
17082
|
"type": "reflection",
|
|
17109
17083
|
"declaration": {
|
|
17110
|
-
"id":
|
|
17084
|
+
"id": 264,
|
|
17111
17085
|
"name": "__type",
|
|
17112
17086
|
"kind": 65536,
|
|
17113
17087
|
"kindString": "Type literal",
|
|
@@ -17121,14 +17095,14 @@
|
|
|
17121
17095
|
],
|
|
17122
17096
|
"signatures": [
|
|
17123
17097
|
{
|
|
17124
|
-
"id":
|
|
17098
|
+
"id": 265,
|
|
17125
17099
|
"name": "__type",
|
|
17126
17100
|
"kind": 4096,
|
|
17127
17101
|
"kindString": "Call signature",
|
|
17128
17102
|
"flags": {},
|
|
17129
17103
|
"parameters": [
|
|
17130
17104
|
{
|
|
17131
|
-
"id":
|
|
17105
|
+
"id": 266,
|
|
17132
17106
|
"name": "theme",
|
|
17133
17107
|
"kind": 32768,
|
|
17134
17108
|
"kindString": "Parameter",
|
|
@@ -17202,7 +17176,7 @@
|
|
|
17202
17176
|
}
|
|
17203
17177
|
},
|
|
17204
17178
|
{
|
|
17205
|
-
"id":
|
|
17179
|
+
"id": 267,
|
|
17206
17180
|
"name": "textOverflow",
|
|
17207
17181
|
"kind": 1024,
|
|
17208
17182
|
"kindString": "Property",
|
|
@@ -17243,7 +17217,7 @@
|
|
|
17243
17217
|
{
|
|
17244
17218
|
"type": "reflection",
|
|
17245
17219
|
"declaration": {
|
|
17246
|
-
"id":
|
|
17220
|
+
"id": 268,
|
|
17247
17221
|
"name": "__type",
|
|
17248
17222
|
"kind": 65536,
|
|
17249
17223
|
"kindString": "Type literal",
|
|
@@ -17257,14 +17231,14 @@
|
|
|
17257
17231
|
],
|
|
17258
17232
|
"signatures": [
|
|
17259
17233
|
{
|
|
17260
|
-
"id":
|
|
17234
|
+
"id": 269,
|
|
17261
17235
|
"name": "__type",
|
|
17262
17236
|
"kind": 4096,
|
|
17263
17237
|
"kindString": "Call signature",
|
|
17264
17238
|
"flags": {},
|
|
17265
17239
|
"parameters": [
|
|
17266
17240
|
{
|
|
17267
|
-
"id":
|
|
17241
|
+
"id": 270,
|
|
17268
17242
|
"name": "theme",
|
|
17269
17243
|
"kind": 32768,
|
|
17270
17244
|
"kindString": "Parameter",
|
|
@@ -17319,7 +17293,7 @@
|
|
|
17319
17293
|
}
|
|
17320
17294
|
},
|
|
17321
17295
|
{
|
|
17322
|
-
"id":
|
|
17296
|
+
"id": 271,
|
|
17323
17297
|
"name": "textTransform",
|
|
17324
17298
|
"kind": 1024,
|
|
17325
17299
|
"kindString": "Property",
|
|
@@ -17379,7 +17353,7 @@
|
|
|
17379
17353
|
{
|
|
17380
17354
|
"type": "reflection",
|
|
17381
17355
|
"declaration": {
|
|
17382
|
-
"id":
|
|
17356
|
+
"id": 272,
|
|
17383
17357
|
"name": "__type",
|
|
17384
17358
|
"kind": 65536,
|
|
17385
17359
|
"kindString": "Type literal",
|
|
@@ -17393,14 +17367,14 @@
|
|
|
17393
17367
|
],
|
|
17394
17368
|
"signatures": [
|
|
17395
17369
|
{
|
|
17396
|
-
"id":
|
|
17370
|
+
"id": 273,
|
|
17397
17371
|
"name": "__type",
|
|
17398
17372
|
"kind": 4096,
|
|
17399
17373
|
"kindString": "Call signature",
|
|
17400
17374
|
"flags": {},
|
|
17401
17375
|
"parameters": [
|
|
17402
17376
|
{
|
|
17403
|
-
"id":
|
|
17377
|
+
"id": 274,
|
|
17404
17378
|
"name": "theme",
|
|
17405
17379
|
"kind": 32768,
|
|
17406
17380
|
"kindString": "Parameter",
|
|
@@ -17474,7 +17448,7 @@
|
|
|
17474
17448
|
}
|
|
17475
17449
|
},
|
|
17476
17450
|
{
|
|
17477
|
-
"id":
|
|
17451
|
+
"id": 275,
|
|
17478
17452
|
"name": "top",
|
|
17479
17453
|
"kind": 1024,
|
|
17480
17454
|
"kindString": "Property",
|
|
@@ -17564,7 +17538,7 @@
|
|
|
17564
17538
|
{
|
|
17565
17539
|
"type": "reflection",
|
|
17566
17540
|
"declaration": {
|
|
17567
|
-
"id":
|
|
17541
|
+
"id": 276,
|
|
17568
17542
|
"name": "__type",
|
|
17569
17543
|
"kind": 65536,
|
|
17570
17544
|
"kindString": "Type literal",
|
|
@@ -17578,14 +17552,14 @@
|
|
|
17578
17552
|
],
|
|
17579
17553
|
"signatures": [
|
|
17580
17554
|
{
|
|
17581
|
-
"id":
|
|
17555
|
+
"id": 277,
|
|
17582
17556
|
"name": "__type",
|
|
17583
17557
|
"kind": 4096,
|
|
17584
17558
|
"kindString": "Call signature",
|
|
17585
17559
|
"flags": {},
|
|
17586
17560
|
"parameters": [
|
|
17587
17561
|
{
|
|
17588
|
-
"id":
|
|
17562
|
+
"id": 278,
|
|
17589
17563
|
"name": "theme",
|
|
17590
17564
|
"kind": 32768,
|
|
17591
17565
|
"kindString": "Parameter",
|
|
@@ -17689,7 +17663,7 @@
|
|
|
17689
17663
|
}
|
|
17690
17664
|
},
|
|
17691
17665
|
{
|
|
17692
|
-
"id":
|
|
17666
|
+
"id": 403,
|
|
17693
17667
|
"name": "typography",
|
|
17694
17668
|
"kind": 1024,
|
|
17695
17669
|
"kindString": "Property",
|
|
@@ -17721,7 +17695,7 @@
|
|
|
17721
17695
|
{
|
|
17722
17696
|
"type": "reflection",
|
|
17723
17697
|
"declaration": {
|
|
17724
|
-
"id":
|
|
17698
|
+
"id": 404,
|
|
17725
17699
|
"name": "__type",
|
|
17726
17700
|
"kind": 65536,
|
|
17727
17701
|
"kindString": "Type literal",
|
|
@@ -17735,14 +17709,14 @@
|
|
|
17735
17709
|
],
|
|
17736
17710
|
"signatures": [
|
|
17737
17711
|
{
|
|
17738
|
-
"id":
|
|
17712
|
+
"id": 405,
|
|
17739
17713
|
"name": "__type",
|
|
17740
17714
|
"kind": 4096,
|
|
17741
17715
|
"kindString": "Call signature",
|
|
17742
17716
|
"flags": {},
|
|
17743
17717
|
"parameters": [
|
|
17744
17718
|
{
|
|
17745
|
-
"id":
|
|
17719
|
+
"id": 406,
|
|
17746
17720
|
"name": "theme",
|
|
17747
17721
|
"kind": 32768,
|
|
17748
17722
|
"kindString": "Parameter",
|
|
@@ -17788,7 +17762,7 @@
|
|
|
17788
17762
|
}
|
|
17789
17763
|
},
|
|
17790
17764
|
{
|
|
17791
|
-
"id":
|
|
17765
|
+
"id": 89,
|
|
17792
17766
|
"name": "visibility",
|
|
17793
17767
|
"kind": 1024,
|
|
17794
17768
|
"kindString": "Property",
|
|
@@ -17848,7 +17822,7 @@
|
|
|
17848
17822
|
{
|
|
17849
17823
|
"type": "reflection",
|
|
17850
17824
|
"declaration": {
|
|
17851
|
-
"id":
|
|
17825
|
+
"id": 90,
|
|
17852
17826
|
"name": "__type",
|
|
17853
17827
|
"kind": 65536,
|
|
17854
17828
|
"kindString": "Type literal",
|
|
@@ -17862,14 +17836,14 @@
|
|
|
17862
17836
|
],
|
|
17863
17837
|
"signatures": [
|
|
17864
17838
|
{
|
|
17865
|
-
"id":
|
|
17839
|
+
"id": 91,
|
|
17866
17840
|
"name": "__type",
|
|
17867
17841
|
"kind": 4096,
|
|
17868
17842
|
"kindString": "Call signature",
|
|
17869
17843
|
"flags": {},
|
|
17870
17844
|
"parameters": [
|
|
17871
17845
|
{
|
|
17872
|
-
"id":
|
|
17846
|
+
"id": 92,
|
|
17873
17847
|
"name": "theme",
|
|
17874
17848
|
"kind": 32768,
|
|
17875
17849
|
"kindString": "Parameter",
|
|
@@ -17943,7 +17917,7 @@
|
|
|
17943
17917
|
}
|
|
17944
17918
|
},
|
|
17945
17919
|
{
|
|
17946
|
-
"id":
|
|
17920
|
+
"id": 279,
|
|
17947
17921
|
"name": "whiteSpace",
|
|
17948
17922
|
"kind": 1024,
|
|
17949
17923
|
"kindString": "Property",
|
|
@@ -18003,7 +17977,7 @@
|
|
|
18003
17977
|
{
|
|
18004
17978
|
"type": "reflection",
|
|
18005
17979
|
"declaration": {
|
|
18006
|
-
"id":
|
|
17980
|
+
"id": 280,
|
|
18007
17981
|
"name": "__type",
|
|
18008
17982
|
"kind": 65536,
|
|
18009
17983
|
"kindString": "Type literal",
|
|
@@ -18017,14 +17991,14 @@
|
|
|
18017
17991
|
],
|
|
18018
17992
|
"signatures": [
|
|
18019
17993
|
{
|
|
18020
|
-
"id":
|
|
17994
|
+
"id": 281,
|
|
18021
17995
|
"name": "__type",
|
|
18022
17996
|
"kind": 4096,
|
|
18023
17997
|
"kindString": "Call signature",
|
|
18024
17998
|
"flags": {},
|
|
18025
17999
|
"parameters": [
|
|
18026
18000
|
{
|
|
18027
|
-
"id":
|
|
18001
|
+
"id": 282,
|
|
18028
18002
|
"name": "theme",
|
|
18029
18003
|
"kind": 32768,
|
|
18030
18004
|
"kindString": "Parameter",
|
|
@@ -18098,7 +18072,7 @@
|
|
|
18098
18072
|
}
|
|
18099
18073
|
},
|
|
18100
18074
|
{
|
|
18101
|
-
"id":
|
|
18075
|
+
"id": 53,
|
|
18102
18076
|
"name": "width",
|
|
18103
18077
|
"kind": 1024,
|
|
18104
18078
|
"kindString": "Property",
|
|
@@ -18188,7 +18162,7 @@
|
|
|
18188
18162
|
{
|
|
18189
18163
|
"type": "reflection",
|
|
18190
18164
|
"declaration": {
|
|
18191
|
-
"id":
|
|
18165
|
+
"id": 54,
|
|
18192
18166
|
"name": "__type",
|
|
18193
18167
|
"kind": 65536,
|
|
18194
18168
|
"kindString": "Type literal",
|
|
@@ -18202,14 +18176,14 @@
|
|
|
18202
18176
|
],
|
|
18203
18177
|
"signatures": [
|
|
18204
18178
|
{
|
|
18205
|
-
"id":
|
|
18179
|
+
"id": 55,
|
|
18206
18180
|
"name": "__type",
|
|
18207
18181
|
"kind": 4096,
|
|
18208
18182
|
"kindString": "Call signature",
|
|
18209
18183
|
"flags": {},
|
|
18210
18184
|
"parameters": [
|
|
18211
18185
|
{
|
|
18212
|
-
"id":
|
|
18186
|
+
"id": 56,
|
|
18213
18187
|
"name": "theme",
|
|
18214
18188
|
"kind": 32768,
|
|
18215
18189
|
"kindString": "Parameter",
|
|
@@ -18313,7 +18287,7 @@
|
|
|
18313
18287
|
}
|
|
18314
18288
|
},
|
|
18315
18289
|
{
|
|
18316
|
-
"id":
|
|
18290
|
+
"id": 107,
|
|
18317
18291
|
"name": "zIndex",
|
|
18318
18292
|
"kind": 1024,
|
|
18319
18293
|
"kindString": "Property",
|
|
@@ -18345,7 +18319,7 @@
|
|
|
18345
18319
|
{
|
|
18346
18320
|
"type": "reflection",
|
|
18347
18321
|
"declaration": {
|
|
18348
|
-
"id":
|
|
18322
|
+
"id": 108,
|
|
18349
18323
|
"name": "__type",
|
|
18350
18324
|
"kind": 65536,
|
|
18351
18325
|
"kindString": "Type literal",
|
|
@@ -18364,7 +18338,7 @@
|
|
|
18364
18338
|
{
|
|
18365
18339
|
"type": "reflection",
|
|
18366
18340
|
"declaration": {
|
|
18367
|
-
"id":
|
|
18341
|
+
"id": 109,
|
|
18368
18342
|
"name": "__type",
|
|
18369
18343
|
"kind": 65536,
|
|
18370
18344
|
"kindString": "Type literal",
|
|
@@ -18383,7 +18357,7 @@
|
|
|
18383
18357
|
{
|
|
18384
18358
|
"type": "reflection",
|
|
18385
18359
|
"declaration": {
|
|
18386
|
-
"id":
|
|
18360
|
+
"id": 110,
|
|
18387
18361
|
"name": "__type",
|
|
18388
18362
|
"kind": 65536,
|
|
18389
18363
|
"kindString": "Type literal",
|
|
@@ -18397,14 +18371,14 @@
|
|
|
18397
18371
|
],
|
|
18398
18372
|
"signatures": [
|
|
18399
18373
|
{
|
|
18400
|
-
"id":
|
|
18374
|
+
"id": 111,
|
|
18401
18375
|
"name": "__type",
|
|
18402
18376
|
"kind": 4096,
|
|
18403
18377
|
"kindString": "Call signature",
|
|
18404
18378
|
"flags": {},
|
|
18405
18379
|
"parameters": [
|
|
18406
18380
|
{
|
|
18407
|
-
"id":
|
|
18381
|
+
"id": 112,
|
|
18408
18382
|
"name": "theme",
|
|
18409
18383
|
"kind": 32768,
|
|
18410
18384
|
"kindString": "Parameter",
|
|
@@ -18441,7 +18415,7 @@
|
|
|
18441
18415
|
{
|
|
18442
18416
|
"type": "reflection",
|
|
18443
18417
|
"declaration": {
|
|
18444
|
-
"id":
|
|
18418
|
+
"id": 113,
|
|
18445
18419
|
"name": "__type",
|
|
18446
18420
|
"kind": 65536,
|
|
18447
18421
|
"kindString": "Type literal",
|
|
@@ -18460,7 +18434,7 @@
|
|
|
18460
18434
|
{
|
|
18461
18435
|
"type": "reflection",
|
|
18462
18436
|
"declaration": {
|
|
18463
|
-
"id":
|
|
18437
|
+
"id": 114,
|
|
18464
18438
|
"name": "__type",
|
|
18465
18439
|
"kind": 65536,
|
|
18466
18440
|
"kindString": "Type literal",
|
|
@@ -18492,114 +18466,113 @@
|
|
|
18492
18466
|
{
|
|
18493
18467
|
"title": "Properties",
|
|
18494
18468
|
"children": [
|
|
18469
|
+
30,
|
|
18470
|
+
115,
|
|
18471
|
+
119,
|
|
18472
|
+
123,
|
|
18473
|
+
93,
|
|
18474
|
+
97,
|
|
18475
|
+
283,
|
|
18476
|
+
287,
|
|
18477
|
+
291,
|
|
18478
|
+
295,
|
|
18479
|
+
299,
|
|
18480
|
+
303,
|
|
18481
|
+
127,
|
|
18482
|
+
103,
|
|
18483
|
+
131,
|
|
18484
|
+
37,
|
|
18485
|
+
135,
|
|
18486
|
+
57,
|
|
18487
|
+
407,
|
|
18495
18488
|
31,
|
|
18489
|
+
307,
|
|
18490
|
+
139,
|
|
18491
|
+
143,
|
|
18492
|
+
147,
|
|
18493
|
+
151,
|
|
18494
|
+
155,
|
|
18495
|
+
61,
|
|
18496
|
+
41,
|
|
18497
|
+
65,
|
|
18498
|
+
69,
|
|
18499
|
+
311,
|
|
18500
|
+
315,
|
|
18501
|
+
159,
|
|
18502
|
+
163,
|
|
18503
|
+
167,
|
|
18504
|
+
319,
|
|
18505
|
+
323,
|
|
18506
|
+
171,
|
|
18507
|
+
175,
|
|
18508
|
+
179,
|
|
18509
|
+
49,
|
|
18496
18510
|
32,
|
|
18497
|
-
117,
|
|
18498
|
-
121,
|
|
18499
|
-
125,
|
|
18500
|
-
95,
|
|
18501
|
-
99,
|
|
18502
|
-
285,
|
|
18503
|
-
289,
|
|
18504
|
-
293,
|
|
18505
|
-
297,
|
|
18506
|
-
301,
|
|
18507
|
-
305,
|
|
18508
|
-
129,
|
|
18509
|
-
105,
|
|
18510
|
-
133,
|
|
18511
|
-
39,
|
|
18512
|
-
137,
|
|
18513
|
-
59,
|
|
18514
|
-
409,
|
|
18515
18511
|
33,
|
|
18516
|
-
309,
|
|
18517
|
-
141,
|
|
18518
|
-
145,
|
|
18519
|
-
149,
|
|
18520
|
-
153,
|
|
18521
|
-
157,
|
|
18522
|
-
63,
|
|
18523
|
-
43,
|
|
18524
|
-
67,
|
|
18525
|
-
71,
|
|
18526
|
-
313,
|
|
18527
|
-
317,
|
|
18528
|
-
161,
|
|
18529
|
-
165,
|
|
18530
|
-
169,
|
|
18531
|
-
321,
|
|
18532
|
-
325,
|
|
18533
|
-
173,
|
|
18534
|
-
177,
|
|
18535
|
-
181,
|
|
18536
|
-
51,
|
|
18537
18512
|
34,
|
|
18513
|
+
183,
|
|
18514
|
+
187,
|
|
18515
|
+
191,
|
|
18516
|
+
195,
|
|
18517
|
+
77,
|
|
18518
|
+
199,
|
|
18519
|
+
335,
|
|
18520
|
+
327,
|
|
18521
|
+
203,
|
|
18522
|
+
207,
|
|
18523
|
+
211,
|
|
18524
|
+
215,
|
|
18525
|
+
359,
|
|
18526
|
+
367,
|
|
18527
|
+
219,
|
|
18528
|
+
223,
|
|
18529
|
+
347,
|
|
18530
|
+
227,
|
|
18531
|
+
231,
|
|
18532
|
+
351,
|
|
18533
|
+
343,
|
|
18534
|
+
339,
|
|
18535
|
+
355,
|
|
18536
|
+
363,
|
|
18538
18537
|
35,
|
|
18538
|
+
81,
|
|
18539
|
+
85,
|
|
18540
|
+
45,
|
|
18541
|
+
331,
|
|
18542
|
+
235,
|
|
18543
|
+
239,
|
|
18544
|
+
243,
|
|
18545
|
+
247,
|
|
18546
|
+
391,
|
|
18547
|
+
399,
|
|
18548
|
+
379,
|
|
18549
|
+
383,
|
|
18550
|
+
251,
|
|
18551
|
+
375,
|
|
18552
|
+
371,
|
|
18553
|
+
387,
|
|
18554
|
+
395,
|
|
18555
|
+
255,
|
|
18556
|
+
259,
|
|
18539
18557
|
36,
|
|
18540
|
-
|
|
18541
|
-
|
|
18542
|
-
|
|
18543
|
-
|
|
18544
|
-
|
|
18545
|
-
|
|
18546
|
-
|
|
18547
|
-
|
|
18548
|
-
|
|
18549
|
-
209,
|
|
18550
|
-
213,
|
|
18551
|
-
217,
|
|
18552
|
-
361,
|
|
18553
|
-
369,
|
|
18554
|
-
221,
|
|
18555
|
-
225,
|
|
18556
|
-
349,
|
|
18557
|
-
229,
|
|
18558
|
-
233,
|
|
18559
|
-
353,
|
|
18560
|
-
345,
|
|
18561
|
-
341,
|
|
18562
|
-
357,
|
|
18563
|
-
365,
|
|
18564
|
-
37,
|
|
18565
|
-
83,
|
|
18566
|
-
87,
|
|
18567
|
-
47,
|
|
18568
|
-
333,
|
|
18569
|
-
237,
|
|
18570
|
-
241,
|
|
18571
|
-
245,
|
|
18572
|
-
249,
|
|
18573
|
-
393,
|
|
18574
|
-
401,
|
|
18575
|
-
381,
|
|
18576
|
-
385,
|
|
18577
|
-
253,
|
|
18578
|
-
377,
|
|
18579
|
-
373,
|
|
18580
|
-
389,
|
|
18581
|
-
397,
|
|
18582
|
-
257,
|
|
18583
|
-
261,
|
|
18584
|
-
38,
|
|
18585
|
-
265,
|
|
18586
|
-
269,
|
|
18587
|
-
273,
|
|
18588
|
-
277,
|
|
18589
|
-
405,
|
|
18590
|
-
91,
|
|
18591
|
-
281,
|
|
18592
|
-
55,
|
|
18593
|
-
109
|
|
18558
|
+
263,
|
|
18559
|
+
267,
|
|
18560
|
+
271,
|
|
18561
|
+
275,
|
|
18562
|
+
403,
|
|
18563
|
+
89,
|
|
18564
|
+
279,
|
|
18565
|
+
53,
|
|
18566
|
+
107
|
|
18594
18567
|
]
|
|
18595
18568
|
}
|
|
18596
18569
|
],
|
|
18597
18570
|
"sources": [
|
|
18598
18571
|
{
|
|
18599
18572
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
18600
|
-
"line":
|
|
18573
|
+
"line": 21,
|
|
18601
18574
|
"character": 17,
|
|
18602
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18575
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L21"
|
|
18603
18576
|
}
|
|
18604
18577
|
],
|
|
18605
18578
|
"extendedTypes": [
|
|
@@ -18642,7 +18615,7 @@
|
|
|
18642
18615
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
18643
18616
|
"line": 12,
|
|
18644
18617
|
"character": 2,
|
|
18645
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18618
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L12"
|
|
18646
18619
|
}
|
|
18647
18620
|
],
|
|
18648
18621
|
"type": {
|
|
@@ -18661,7 +18634,7 @@
|
|
|
18661
18634
|
},
|
|
18662
18635
|
{
|
|
18663
18636
|
"id": 23,
|
|
18664
|
-
"name": "
|
|
18637
|
+
"name": "favorite",
|
|
18665
18638
|
"kind": 1024,
|
|
18666
18639
|
"kindString": "Property",
|
|
18667
18640
|
"flags": {
|
|
@@ -18672,17 +18645,17 @@
|
|
|
18672
18645
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
18673
18646
|
"line": 13,
|
|
18674
18647
|
"character": 2,
|
|
18675
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18648
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L13"
|
|
18676
18649
|
}
|
|
18677
18650
|
],
|
|
18678
18651
|
"type": {
|
|
18679
18652
|
"type": "intrinsic",
|
|
18680
|
-
"name": "
|
|
18653
|
+
"name": "boolean"
|
|
18681
18654
|
}
|
|
18682
18655
|
},
|
|
18683
18656
|
{
|
|
18684
18657
|
"id": 24,
|
|
18685
|
-
"name": "
|
|
18658
|
+
"name": "iconOnly",
|
|
18686
18659
|
"kind": 1024,
|
|
18687
18660
|
"kindString": "Property",
|
|
18688
18661
|
"flags": {
|
|
@@ -18693,7 +18666,7 @@
|
|
|
18693
18666
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
18694
18667
|
"line": 14,
|
|
18695
18668
|
"character": 2,
|
|
18696
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18669
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L14"
|
|
18697
18670
|
}
|
|
18698
18671
|
],
|
|
18699
18672
|
"type": {
|
|
@@ -18703,27 +18676,6 @@
|
|
|
18703
18676
|
},
|
|
18704
18677
|
{
|
|
18705
18678
|
"id": 25,
|
|
18706
|
-
"name": "iconOnly",
|
|
18707
|
-
"kind": 1024,
|
|
18708
|
-
"kindString": "Property",
|
|
18709
|
-
"flags": {
|
|
18710
|
-
"isOptional": true
|
|
18711
|
-
},
|
|
18712
|
-
"sources": [
|
|
18713
|
-
{
|
|
18714
|
-
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
18715
|
-
"line": 15,
|
|
18716
|
-
"character": 2,
|
|
18717
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c272790da/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L15"
|
|
18718
|
-
}
|
|
18719
|
-
],
|
|
18720
|
-
"type": {
|
|
18721
|
-
"type": "intrinsic",
|
|
18722
|
-
"name": "boolean"
|
|
18723
|
-
}
|
|
18724
|
-
},
|
|
18725
|
-
{
|
|
18726
|
-
"id": 26,
|
|
18727
18679
|
"name": "iconSize",
|
|
18728
18680
|
"kind": 1024,
|
|
18729
18681
|
"kindString": "Property",
|
|
@@ -18733,9 +18685,9 @@
|
|
|
18733
18685
|
"sources": [
|
|
18734
18686
|
{
|
|
18735
18687
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
18736
|
-
"line":
|
|
18688
|
+
"line": 15,
|
|
18737
18689
|
"character": 2,
|
|
18738
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18690
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L15"
|
|
18739
18691
|
}
|
|
18740
18692
|
],
|
|
18741
18693
|
"type": {
|
|
@@ -18744,7 +18696,7 @@
|
|
|
18744
18696
|
}
|
|
18745
18697
|
},
|
|
18746
18698
|
{
|
|
18747
|
-
"id":
|
|
18699
|
+
"id": 26,
|
|
18748
18700
|
"name": "icons",
|
|
18749
18701
|
"kind": 1024,
|
|
18750
18702
|
"kindString": "Property",
|
|
@@ -18754,9 +18706,9 @@
|
|
|
18754
18706
|
"sources": [
|
|
18755
18707
|
{
|
|
18756
18708
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
18757
|
-
"line":
|
|
18709
|
+
"line": 16,
|
|
18758
18710
|
"character": 2,
|
|
18759
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18711
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L16"
|
|
18760
18712
|
}
|
|
18761
18713
|
],
|
|
18762
18714
|
"type": {
|
|
@@ -18765,7 +18717,7 @@
|
|
|
18765
18717
|
}
|
|
18766
18718
|
},
|
|
18767
18719
|
{
|
|
18768
|
-
"id":
|
|
18720
|
+
"id": 27,
|
|
18769
18721
|
"name": "name",
|
|
18770
18722
|
"kind": 1024,
|
|
18771
18723
|
"kindString": "Property",
|
|
@@ -18775,9 +18727,9 @@
|
|
|
18775
18727
|
"sources": [
|
|
18776
18728
|
{
|
|
18777
18729
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
18778
|
-
"line":
|
|
18730
|
+
"line": 17,
|
|
18779
18731
|
"character": 2,
|
|
18780
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18732
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L17"
|
|
18781
18733
|
}
|
|
18782
18734
|
],
|
|
18783
18735
|
"type": {
|
|
@@ -18786,7 +18738,7 @@
|
|
|
18786
18738
|
}
|
|
18787
18739
|
},
|
|
18788
18740
|
{
|
|
18789
|
-
"id":
|
|
18741
|
+
"id": 28,
|
|
18790
18742
|
"name": "showFavorite",
|
|
18791
18743
|
"kind": 1024,
|
|
18792
18744
|
"kindString": "Property",
|
|
@@ -18796,9 +18748,9 @@
|
|
|
18796
18748
|
"sources": [
|
|
18797
18749
|
{
|
|
18798
18750
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
18799
|
-
"line":
|
|
18751
|
+
"line": 18,
|
|
18800
18752
|
"character": 2,
|
|
18801
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18753
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L18"
|
|
18802
18754
|
}
|
|
18803
18755
|
],
|
|
18804
18756
|
"type": {
|
|
@@ -18817,8 +18769,7 @@
|
|
|
18817
18769
|
25,
|
|
18818
18770
|
26,
|
|
18819
18771
|
27,
|
|
18820
|
-
28
|
|
18821
|
-
29
|
|
18772
|
+
28
|
|
18822
18773
|
]
|
|
18823
18774
|
}
|
|
18824
18775
|
],
|
|
@@ -18827,13 +18778,13 @@
|
|
|
18827
18778
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
18828
18779
|
"line": 11,
|
|
18829
18780
|
"character": 17,
|
|
18830
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18781
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L11"
|
|
18831
18782
|
}
|
|
18832
18783
|
],
|
|
18833
18784
|
"extendedBy": [
|
|
18834
18785
|
{
|
|
18835
18786
|
"type": "reference",
|
|
18836
|
-
"id":
|
|
18787
|
+
"id": 29,
|
|
18837
18788
|
"name": "AddressRenderRowBoxProps"
|
|
18838
18789
|
}
|
|
18839
18790
|
]
|
|
@@ -18847,7 +18798,7 @@
|
|
|
18847
18798
|
"children": [
|
|
18848
18799
|
{
|
|
18849
18800
|
"id": 2,
|
|
18850
|
-
"name": "
|
|
18801
|
+
"name": "favorite",
|
|
18851
18802
|
"kind": 1024,
|
|
18852
18803
|
"kindString": "Property",
|
|
18853
18804
|
"flags": {
|
|
@@ -18858,17 +18809,17 @@
|
|
|
18858
18809
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
|
|
18859
18810
|
"line": 13,
|
|
18860
18811
|
"character": 2,
|
|
18861
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18812
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L13"
|
|
18862
18813
|
}
|
|
18863
18814
|
],
|
|
18864
18815
|
"type": {
|
|
18865
18816
|
"type": "intrinsic",
|
|
18866
|
-
"name": "
|
|
18817
|
+
"name": "boolean"
|
|
18867
18818
|
}
|
|
18868
18819
|
},
|
|
18869
18820
|
{
|
|
18870
18821
|
"id": 3,
|
|
18871
|
-
"name": "
|
|
18822
|
+
"name": "name",
|
|
18872
18823
|
"kind": 1024,
|
|
18873
18824
|
"kindString": "Property",
|
|
18874
18825
|
"flags": {
|
|
@@ -18879,12 +18830,16 @@
|
|
|
18879
18830
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
|
|
18880
18831
|
"line": 14,
|
|
18881
18832
|
"character": 2,
|
|
18882
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18833
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L14"
|
|
18883
18834
|
}
|
|
18884
18835
|
],
|
|
18885
18836
|
"type": {
|
|
18886
18837
|
"type": "intrinsic",
|
|
18887
|
-
"name": "
|
|
18838
|
+
"name": "string"
|
|
18839
|
+
},
|
|
18840
|
+
"overwrites": {
|
|
18841
|
+
"type": "reference",
|
|
18842
|
+
"name": "IconButtonProps.name"
|
|
18888
18843
|
}
|
|
18889
18844
|
},
|
|
18890
18845
|
{
|
|
@@ -18900,7 +18855,7 @@
|
|
|
18900
18855
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
|
|
18901
18856
|
"line": 15,
|
|
18902
18857
|
"character": 2,
|
|
18903
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18858
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L15"
|
|
18904
18859
|
}
|
|
18905
18860
|
],
|
|
18906
18861
|
"type": {
|
|
@@ -18925,7 +18880,7 @@
|
|
|
18925
18880
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
|
|
18926
18881
|
"line": 16,
|
|
18927
18882
|
"character": 2,
|
|
18928
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18883
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L16"
|
|
18929
18884
|
}
|
|
18930
18885
|
],
|
|
18931
18886
|
"type": {
|
|
@@ -18951,7 +18906,7 @@
|
|
|
18951
18906
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
|
|
18952
18907
|
"line": 12,
|
|
18953
18908
|
"character": 17,
|
|
18954
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18909
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L12"
|
|
18955
18910
|
}
|
|
18956
18911
|
],
|
|
18957
18912
|
"extendedTypes": [
|
|
@@ -18978,7 +18933,7 @@
|
|
|
18978
18933
|
"children": [
|
|
18979
18934
|
{
|
|
18980
18935
|
"id": 10,
|
|
18981
|
-
"name": "
|
|
18936
|
+
"name": "favorite",
|
|
18982
18937
|
"kind": 1024,
|
|
18983
18938
|
"kindString": "Property",
|
|
18984
18939
|
"flags": {
|
|
@@ -18989,17 +18944,17 @@
|
|
|
18989
18944
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
|
|
18990
18945
|
"line": 2,
|
|
18991
18946
|
"character": 2,
|
|
18992
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18947
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L2"
|
|
18993
18948
|
}
|
|
18994
18949
|
],
|
|
18995
18950
|
"type": {
|
|
18996
18951
|
"type": "intrinsic",
|
|
18997
|
-
"name": "
|
|
18952
|
+
"name": "boolean"
|
|
18998
18953
|
}
|
|
18999
18954
|
},
|
|
19000
18955
|
{
|
|
19001
18956
|
"id": 11,
|
|
19002
|
-
"name": "
|
|
18957
|
+
"name": "favoriteType",
|
|
19003
18958
|
"kind": 1024,
|
|
19004
18959
|
"kindString": "Property",
|
|
19005
18960
|
"flags": {
|
|
@@ -19010,17 +18965,18 @@
|
|
|
19010
18965
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
|
|
19011
18966
|
"line": 3,
|
|
19012
18967
|
"character": 2,
|
|
19013
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18968
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L3"
|
|
19014
18969
|
}
|
|
19015
18970
|
],
|
|
19016
18971
|
"type": {
|
|
19017
|
-
"type": "
|
|
19018
|
-
"
|
|
18972
|
+
"type": "reference",
|
|
18973
|
+
"id": 14,
|
|
18974
|
+
"name": "FavoriteType"
|
|
19019
18975
|
}
|
|
19020
18976
|
},
|
|
19021
18977
|
{
|
|
19022
18978
|
"id": 12,
|
|
19023
|
-
"name": "
|
|
18979
|
+
"name": "favoriteValue",
|
|
19024
18980
|
"kind": 1024,
|
|
19025
18981
|
"kindString": "Property",
|
|
19026
18982
|
"flags": {
|
|
@@ -19031,18 +18987,17 @@
|
|
|
19031
18987
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
|
|
19032
18988
|
"line": 4,
|
|
19033
18989
|
"character": 2,
|
|
19034
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18990
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L4"
|
|
19035
18991
|
}
|
|
19036
18992
|
],
|
|
19037
18993
|
"type": {
|
|
19038
|
-
"type": "
|
|
19039
|
-
"
|
|
19040
|
-
"name": "FavoriteType"
|
|
18994
|
+
"type": "intrinsic",
|
|
18995
|
+
"name": "string"
|
|
19041
18996
|
}
|
|
19042
18997
|
},
|
|
19043
18998
|
{
|
|
19044
18999
|
"id": 13,
|
|
19045
|
-
"name": "
|
|
19000
|
+
"name": "name",
|
|
19046
19001
|
"kind": 1024,
|
|
19047
19002
|
"kindString": "Property",
|
|
19048
19003
|
"flags": {
|
|
@@ -19053,7 +19008,7 @@
|
|
|
19053
19008
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
|
|
19054
19009
|
"line": 5,
|
|
19055
19010
|
"character": 2,
|
|
19056
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19011
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L5"
|
|
19057
19012
|
}
|
|
19058
19013
|
],
|
|
19059
19014
|
"type": {
|
|
@@ -19078,7 +19033,7 @@
|
|
|
19078
19033
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
|
|
19079
19034
|
"line": 1,
|
|
19080
19035
|
"character": 17,
|
|
19081
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19036
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L1"
|
|
19082
19037
|
}
|
|
19083
19038
|
]
|
|
19084
19039
|
},
|
|
@@ -19093,7 +19048,7 @@
|
|
|
19093
19048
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
|
|
19094
19049
|
"line": 8,
|
|
19095
19050
|
"character": 12,
|
|
19096
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19051
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L8"
|
|
19097
19052
|
}
|
|
19098
19053
|
],
|
|
19099
19054
|
"type": {
|
|
@@ -19115,7 +19070,7 @@
|
|
|
19115
19070
|
}
|
|
19116
19071
|
},
|
|
19117
19072
|
{
|
|
19118
|
-
"id":
|
|
19073
|
+
"id": 411,
|
|
19119
19074
|
"name": "AddressRenderRowBox",
|
|
19120
19075
|
"kind": 64,
|
|
19121
19076
|
"kindString": "Function",
|
|
@@ -19123,14 +19078,14 @@
|
|
|
19123
19078
|
"sources": [
|
|
19124
19079
|
{
|
|
19125
19080
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx",
|
|
19126
|
-
"line":
|
|
19081
|
+
"line": 23,
|
|
19127
19082
|
"character": 13,
|
|
19128
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19083
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/RenderRowBox.tsx#L23"
|
|
19129
19084
|
}
|
|
19130
19085
|
],
|
|
19131
19086
|
"signatures": [
|
|
19132
19087
|
{
|
|
19133
|
-
"id":
|
|
19088
|
+
"id": 412,
|
|
19134
19089
|
"name": "AddressRenderRowBox",
|
|
19135
19090
|
"kind": 4096,
|
|
19136
19091
|
"kindString": "Call signature",
|
|
@@ -19145,7 +19100,7 @@
|
|
|
19145
19100
|
},
|
|
19146
19101
|
"parameters": [
|
|
19147
19102
|
{
|
|
19148
|
-
"id":
|
|
19103
|
+
"id": 413,
|
|
19149
19104
|
"name": "props",
|
|
19150
19105
|
"kind": 32768,
|
|
19151
19106
|
"kindString": "Parameter",
|
|
@@ -19155,7 +19110,7 @@
|
|
|
19155
19110
|
"types": [
|
|
19156
19111
|
{
|
|
19157
19112
|
"type": "reference",
|
|
19158
|
-
"id":
|
|
19113
|
+
"id": 29,
|
|
19159
19114
|
"name": "AddressRenderRowBoxProps"
|
|
19160
19115
|
},
|
|
19161
19116
|
{
|
|
@@ -19232,7 +19187,7 @@
|
|
|
19232
19187
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx",
|
|
19233
19188
|
"line": 19,
|
|
19234
19189
|
"character": 13,
|
|
19235
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19190
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/favorite/FavoriteIconButton.tsx#L19"
|
|
19236
19191
|
}
|
|
19237
19192
|
],
|
|
19238
19193
|
"signatures": [
|
|
@@ -19351,7 +19306,7 @@
|
|
|
19351
19306
|
"fileName": "packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts",
|
|
19352
19307
|
"line": 10,
|
|
19353
19308
|
"character": 13,
|
|
19354
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19309
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/components/lib/FavoriteItemEvent.ts#L10"
|
|
19355
19310
|
}
|
|
19356
19311
|
],
|
|
19357
19312
|
"signatures": [
|
|
@@ -19364,7 +19319,7 @@
|
|
|
19364
19319
|
"parameters": [
|
|
19365
19320
|
{
|
|
19366
19321
|
"id": 17,
|
|
19367
|
-
"name": "
|
|
19322
|
+
"name": "favorite",
|
|
19368
19323
|
"kind": 32768,
|
|
19369
19324
|
"kindString": "Parameter",
|
|
19370
19325
|
"flags": {
|
|
@@ -19372,39 +19327,39 @@
|
|
|
19372
19327
|
},
|
|
19373
19328
|
"type": {
|
|
19374
19329
|
"type": "intrinsic",
|
|
19375
|
-
"name": "
|
|
19330
|
+
"name": "boolean"
|
|
19376
19331
|
}
|
|
19377
19332
|
},
|
|
19378
19333
|
{
|
|
19379
19334
|
"id": 18,
|
|
19380
|
-
"name": "
|
|
19335
|
+
"name": "favoriteType",
|
|
19381
19336
|
"kind": 32768,
|
|
19382
19337
|
"kindString": "Parameter",
|
|
19383
19338
|
"flags": {
|
|
19384
19339
|
"isOptional": true
|
|
19385
19340
|
},
|
|
19386
19341
|
"type": {
|
|
19387
|
-
"type": "
|
|
19388
|
-
"
|
|
19342
|
+
"type": "reference",
|
|
19343
|
+
"id": 14,
|
|
19344
|
+
"name": "FavoriteType"
|
|
19389
19345
|
}
|
|
19390
19346
|
},
|
|
19391
19347
|
{
|
|
19392
19348
|
"id": 19,
|
|
19393
|
-
"name": "
|
|
19349
|
+
"name": "favoriteValue",
|
|
19394
19350
|
"kind": 32768,
|
|
19395
19351
|
"kindString": "Parameter",
|
|
19396
19352
|
"flags": {
|
|
19397
19353
|
"isOptional": true
|
|
19398
19354
|
},
|
|
19399
19355
|
"type": {
|
|
19400
|
-
"type": "
|
|
19401
|
-
"
|
|
19402
|
-
"name": "FavoriteType"
|
|
19356
|
+
"type": "intrinsic",
|
|
19357
|
+
"name": "string"
|
|
19403
19358
|
}
|
|
19404
19359
|
},
|
|
19405
19360
|
{
|
|
19406
19361
|
"id": 20,
|
|
19407
|
-
"name": "
|
|
19362
|
+
"name": "name",
|
|
19408
19363
|
"kind": 32768,
|
|
19409
19364
|
"kindString": "Parameter",
|
|
19410
19365
|
"flags": {
|
|
@@ -19429,7 +19384,7 @@
|
|
|
19429
19384
|
{
|
|
19430
19385
|
"title": "Interfaces",
|
|
19431
19386
|
"children": [
|
|
19432
|
-
|
|
19387
|
+
29,
|
|
19433
19388
|
21,
|
|
19434
19389
|
1,
|
|
19435
19390
|
9
|
|
@@ -19444,7 +19399,7 @@
|
|
|
19444
19399
|
{
|
|
19445
19400
|
"title": "Functions",
|
|
19446
19401
|
"children": [
|
|
19447
|
-
|
|
19402
|
+
411,
|
|
19448
19403
|
6,
|
|
19449
19404
|
15
|
|
19450
19405
|
]
|
|
@@ -19455,7 +19410,7 @@
|
|
|
19455
19410
|
"fileName": "packages/sdk/packages/address/packages/render/src/index.ts",
|
|
19456
19411
|
"line": 1,
|
|
19457
19412
|
"character": 0,
|
|
19458
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19413
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/abd40ae07/packages/sdk/packages/address/packages/render/src/index.ts#L1"
|
|
19459
19414
|
}
|
|
19460
19415
|
]
|
|
19461
19416
|
}
|