@xyo-network/react-webapp 2.36.0 → 2.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/Body.d.ts +12 -0
- package/dist/cjs/components/Body.d.ts.map +1 -0
- package/dist/cjs/components/Body.js +56 -0
- package/dist/cjs/components/Body.js.map +1 -0
- package/dist/cjs/components/Chrome.js +1 -1
- package/dist/cjs/components/Chrome.js.map +1 -1
- package/dist/cjs/components/Page.d.ts +6 -7
- package/dist/cjs/components/Page.d.ts.map +1 -1
- package/dist/cjs/components/Page.js +23 -3
- package/dist/cjs/components/Page.js.map +1 -1
- package/dist/docs.json +737 -651
- package/dist/esm/components/Body.d.ts +12 -0
- package/dist/esm/components/Body.d.ts.map +1 -0
- package/dist/esm/components/Body.js +50 -0
- package/dist/esm/components/Body.js.map +1 -0
- package/dist/esm/components/Chrome.js +1 -1
- package/dist/esm/components/Chrome.js.map +1 -1
- package/dist/esm/components/Page.d.ts +6 -7
- package/dist/esm/components/Page.d.ts.map +1 -1
- package/dist/esm/components/Page.js +25 -5
- package/dist/esm/components/Page.js.map +1 -1
- package/package.json +5 -5
- package/src/components/Body.tsx +86 -0
- package/src/components/Chrome.stories.tsx +37 -32
- package/src/components/Chrome.tsx +4 -4
- package/src/components/Page.tsx +98 -37
package/dist/docs.json
CHANGED
|
@@ -149,18 +149,18 @@
|
|
|
149
149
|
"type": "intrinsic",
|
|
150
150
|
"name": "undefined"
|
|
151
151
|
},
|
|
152
|
-
{
|
|
153
|
-
"type": "reference",
|
|
154
|
-
"name": "AlignItems",
|
|
155
|
-
"qualifiedName": "Property.AlignItems",
|
|
156
|
-
"package": "csstype"
|
|
157
|
-
},
|
|
158
152
|
{
|
|
159
153
|
"type": "array",
|
|
160
154
|
"elementType": {
|
|
161
155
|
"type": "intrinsic",
|
|
162
156
|
"name": "string"
|
|
163
157
|
}
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"type": "reference",
|
|
161
|
+
"name": "AlignItems",
|
|
162
|
+
"qualifiedName": "Property.AlignItems",
|
|
163
|
+
"package": "csstype"
|
|
164
164
|
}
|
|
165
165
|
]
|
|
166
166
|
}
|
|
@@ -216,18 +216,18 @@
|
|
|
216
216
|
"type": "intrinsic",
|
|
217
217
|
"name": "undefined"
|
|
218
218
|
},
|
|
219
|
-
{
|
|
220
|
-
"type": "reference",
|
|
221
|
-
"name": "AlignItems",
|
|
222
|
-
"qualifiedName": "Property.AlignItems",
|
|
223
|
-
"package": "csstype"
|
|
224
|
-
},
|
|
225
219
|
{
|
|
226
220
|
"type": "array",
|
|
227
221
|
"elementType": {
|
|
228
222
|
"type": "intrinsic",
|
|
229
223
|
"name": "string"
|
|
230
224
|
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"type": "reference",
|
|
228
|
+
"name": "AlignItems",
|
|
229
|
+
"qualifiedName": "Property.AlignItems",
|
|
230
|
+
"package": "csstype"
|
|
231
231
|
}
|
|
232
232
|
]
|
|
233
233
|
}
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
"fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
|
|
376
376
|
"line": 13,
|
|
377
377
|
"character": 2,
|
|
378
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
378
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Chrome.tsx#L13"
|
|
379
379
|
}
|
|
380
380
|
],
|
|
381
381
|
"type": {
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
|
|
397
397
|
"line": 15,
|
|
398
398
|
"character": 2,
|
|
399
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
399
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Chrome.tsx#L15"
|
|
400
400
|
}
|
|
401
401
|
],
|
|
402
402
|
"type": {
|
|
@@ -2470,18 +2470,18 @@
|
|
|
2470
2470
|
"type": "intrinsic",
|
|
2471
2471
|
"name": "undefined"
|
|
2472
2472
|
},
|
|
2473
|
+
{
|
|
2474
|
+
"type": "reference",
|
|
2475
|
+
"name": "BorderColor",
|
|
2476
|
+
"qualifiedName": "Property.BorderColor",
|
|
2477
|
+
"package": "csstype"
|
|
2478
|
+
},
|
|
2473
2479
|
{
|
|
2474
2480
|
"type": "array",
|
|
2475
2481
|
"elementType": {
|
|
2476
2482
|
"type": "intrinsic",
|
|
2477
2483
|
"name": "string"
|
|
2478
2484
|
}
|
|
2479
|
-
},
|
|
2480
|
-
{
|
|
2481
|
-
"type": "reference",
|
|
2482
|
-
"name": "BorderColor",
|
|
2483
|
-
"qualifiedName": "Property.BorderColor",
|
|
2484
|
-
"package": "csstype"
|
|
2485
2485
|
}
|
|
2486
2486
|
]
|
|
2487
2487
|
}
|
|
@@ -2537,18 +2537,18 @@
|
|
|
2537
2537
|
"type": "intrinsic",
|
|
2538
2538
|
"name": "undefined"
|
|
2539
2539
|
},
|
|
2540
|
+
{
|
|
2541
|
+
"type": "reference",
|
|
2542
|
+
"name": "BorderColor",
|
|
2543
|
+
"qualifiedName": "Property.BorderColor",
|
|
2544
|
+
"package": "csstype"
|
|
2545
|
+
},
|
|
2540
2546
|
{
|
|
2541
2547
|
"type": "array",
|
|
2542
2548
|
"elementType": {
|
|
2543
2549
|
"type": "intrinsic",
|
|
2544
2550
|
"name": "string"
|
|
2545
2551
|
}
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"type": "reference",
|
|
2549
|
-
"name": "BorderColor",
|
|
2550
|
-
"qualifiedName": "Property.BorderColor",
|
|
2551
|
-
"package": "csstype"
|
|
2552
2552
|
}
|
|
2553
2553
|
]
|
|
2554
2554
|
}
|
|
@@ -4488,7 +4488,7 @@
|
|
|
4488
4488
|
"fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
|
|
4489
4489
|
"line": 16,
|
|
4490
4490
|
"character": 2,
|
|
4491
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4491
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Chrome.tsx#L16"
|
|
4492
4492
|
}
|
|
4493
4493
|
],
|
|
4494
4494
|
"type": {
|
|
@@ -6185,7 +6185,7 @@
|
|
|
6185
6185
|
"fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
|
|
6186
6186
|
"line": 14,
|
|
6187
6187
|
"character": 2,
|
|
6188
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
6188
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Chrome.tsx#L14"
|
|
6189
6189
|
}
|
|
6190
6190
|
],
|
|
6191
6191
|
"type": {
|
|
@@ -6208,7 +6208,7 @@
|
|
|
6208
6208
|
"fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
|
|
6209
6209
|
"line": 17,
|
|
6210
6210
|
"character": 2,
|
|
6211
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
6211
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Chrome.tsx#L17"
|
|
6212
6212
|
}
|
|
6213
6213
|
],
|
|
6214
6214
|
"type": {
|
|
@@ -11579,7 +11579,7 @@
|
|
|
11579
11579
|
"fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
|
|
11580
11580
|
"line": 19,
|
|
11581
11581
|
"character": 2,
|
|
11582
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
11582
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Chrome.tsx#L19"
|
|
11583
11583
|
}
|
|
11584
11584
|
],
|
|
11585
11585
|
"type": {
|
|
@@ -13107,7 +13107,7 @@
|
|
|
13107
13107
|
"fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
|
|
13108
13108
|
"line": 18,
|
|
13109
13109
|
"character": 2,
|
|
13110
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
13110
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Chrome.tsx#L18"
|
|
13111
13111
|
}
|
|
13112
13112
|
],
|
|
13113
13113
|
"type": {
|
|
@@ -18534,7 +18534,7 @@
|
|
|
18534
18534
|
"fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
|
|
18535
18535
|
"line": 12,
|
|
18536
18536
|
"character": 17,
|
|
18537
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18537
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Chrome.tsx#L12"
|
|
18538
18538
|
}
|
|
18539
18539
|
],
|
|
18540
18540
|
"extendedTypes": [
|
|
@@ -18554,7 +18554,7 @@
|
|
|
18554
18554
|
"flags": {},
|
|
18555
18555
|
"children": [
|
|
18556
18556
|
{
|
|
18557
|
-
"id":
|
|
18557
|
+
"id": 485,
|
|
18558
18558
|
"name": "alignContent",
|
|
18559
18559
|
"kind": 1024,
|
|
18560
18560
|
"kindString": "Property",
|
|
@@ -18595,7 +18595,7 @@
|
|
|
18595
18595
|
{
|
|
18596
18596
|
"type": "reflection",
|
|
18597
18597
|
"declaration": {
|
|
18598
|
-
"id":
|
|
18598
|
+
"id": 486,
|
|
18599
18599
|
"name": "__type",
|
|
18600
18600
|
"kind": 65536,
|
|
18601
18601
|
"kindString": "Type literal",
|
|
@@ -18609,14 +18609,14 @@
|
|
|
18609
18609
|
],
|
|
18610
18610
|
"signatures": [
|
|
18611
18611
|
{
|
|
18612
|
-
"id":
|
|
18612
|
+
"id": 487,
|
|
18613
18613
|
"name": "__type",
|
|
18614
18614
|
"kind": 4096,
|
|
18615
18615
|
"kindString": "Call signature",
|
|
18616
18616
|
"flags": {},
|
|
18617
18617
|
"parameters": [
|
|
18618
18618
|
{
|
|
18619
|
-
"id":
|
|
18619
|
+
"id": 488,
|
|
18620
18620
|
"name": "theme",
|
|
18621
18621
|
"kind": 32768,
|
|
18622
18622
|
"kindString": "Parameter",
|
|
@@ -18667,11 +18667,11 @@
|
|
|
18667
18667
|
},
|
|
18668
18668
|
"inheritedFrom": {
|
|
18669
18669
|
"type": "reference",
|
|
18670
|
-
"name": "
|
|
18670
|
+
"name": "WebAppBodyProps.alignContent"
|
|
18671
18671
|
}
|
|
18672
18672
|
},
|
|
18673
18673
|
{
|
|
18674
|
-
"id":
|
|
18674
|
+
"id": 481,
|
|
18675
18675
|
"name": "alignItems",
|
|
18676
18676
|
"kind": 1024,
|
|
18677
18677
|
"kindString": "Property",
|
|
@@ -18689,18 +18689,18 @@
|
|
|
18689
18689
|
"type": "intrinsic",
|
|
18690
18690
|
"name": "undefined"
|
|
18691
18691
|
},
|
|
18692
|
-
{
|
|
18693
|
-
"type": "reference",
|
|
18694
|
-
"name": "AlignItems",
|
|
18695
|
-
"qualifiedName": "Property.AlignItems",
|
|
18696
|
-
"package": "csstype"
|
|
18697
|
-
},
|
|
18698
18692
|
{
|
|
18699
18693
|
"type": "array",
|
|
18700
18694
|
"elementType": {
|
|
18701
18695
|
"type": "intrinsic",
|
|
18702
18696
|
"name": "string"
|
|
18703
18697
|
}
|
|
18698
|
+
},
|
|
18699
|
+
{
|
|
18700
|
+
"type": "reference",
|
|
18701
|
+
"name": "AlignItems",
|
|
18702
|
+
"qualifiedName": "Property.AlignItems",
|
|
18703
|
+
"package": "csstype"
|
|
18704
18704
|
}
|
|
18705
18705
|
]
|
|
18706
18706
|
}
|
|
@@ -18712,7 +18712,7 @@
|
|
|
18712
18712
|
{
|
|
18713
18713
|
"type": "reflection",
|
|
18714
18714
|
"declaration": {
|
|
18715
|
-
"id":
|
|
18715
|
+
"id": 482,
|
|
18716
18716
|
"name": "__type",
|
|
18717
18717
|
"kind": 65536,
|
|
18718
18718
|
"kindString": "Type literal",
|
|
@@ -18726,14 +18726,14 @@
|
|
|
18726
18726
|
],
|
|
18727
18727
|
"signatures": [
|
|
18728
18728
|
{
|
|
18729
|
-
"id":
|
|
18729
|
+
"id": 483,
|
|
18730
18730
|
"name": "__type",
|
|
18731
18731
|
"kind": 4096,
|
|
18732
18732
|
"kindString": "Call signature",
|
|
18733
18733
|
"flags": {},
|
|
18734
18734
|
"parameters": [
|
|
18735
18735
|
{
|
|
18736
|
-
"id":
|
|
18736
|
+
"id": 484,
|
|
18737
18737
|
"name": "theme",
|
|
18738
18738
|
"kind": 32768,
|
|
18739
18739
|
"kindString": "Parameter",
|
|
@@ -18756,18 +18756,18 @@
|
|
|
18756
18756
|
"type": "intrinsic",
|
|
18757
18757
|
"name": "undefined"
|
|
18758
18758
|
},
|
|
18759
|
-
{
|
|
18760
|
-
"type": "reference",
|
|
18761
|
-
"name": "AlignItems",
|
|
18762
|
-
"qualifiedName": "Property.AlignItems",
|
|
18763
|
-
"package": "csstype"
|
|
18764
|
-
},
|
|
18765
18759
|
{
|
|
18766
18760
|
"type": "array",
|
|
18767
18761
|
"elementType": {
|
|
18768
18762
|
"type": "intrinsic",
|
|
18769
18763
|
"name": "string"
|
|
18770
18764
|
}
|
|
18765
|
+
},
|
|
18766
|
+
{
|
|
18767
|
+
"type": "reference",
|
|
18768
|
+
"name": "AlignItems",
|
|
18769
|
+
"qualifiedName": "Property.AlignItems",
|
|
18770
|
+
"package": "csstype"
|
|
18771
18771
|
}
|
|
18772
18772
|
]
|
|
18773
18773
|
}
|
|
@@ -18784,11 +18784,11 @@
|
|
|
18784
18784
|
},
|
|
18785
18785
|
"inheritedFrom": {
|
|
18786
18786
|
"type": "reference",
|
|
18787
|
-
"name": "
|
|
18787
|
+
"name": "WebAppBodyProps.alignItems"
|
|
18788
18788
|
}
|
|
18789
18789
|
},
|
|
18790
18790
|
{
|
|
18791
|
-
"id":
|
|
18791
|
+
"id": 505,
|
|
18792
18792
|
"name": "alignSelf",
|
|
18793
18793
|
"kind": 1024,
|
|
18794
18794
|
"kindString": "Property",
|
|
@@ -18829,7 +18829,7 @@
|
|
|
18829
18829
|
{
|
|
18830
18830
|
"type": "reflection",
|
|
18831
18831
|
"declaration": {
|
|
18832
|
-
"id":
|
|
18832
|
+
"id": 506,
|
|
18833
18833
|
"name": "__type",
|
|
18834
18834
|
"kind": 65536,
|
|
18835
18835
|
"kindString": "Type literal",
|
|
@@ -18843,14 +18843,14 @@
|
|
|
18843
18843
|
],
|
|
18844
18844
|
"signatures": [
|
|
18845
18845
|
{
|
|
18846
|
-
"id":
|
|
18846
|
+
"id": 507,
|
|
18847
18847
|
"name": "__type",
|
|
18848
18848
|
"kind": 4096,
|
|
18849
18849
|
"kindString": "Call signature",
|
|
18850
18850
|
"flags": {},
|
|
18851
18851
|
"parameters": [
|
|
18852
18852
|
{
|
|
18853
|
-
"id":
|
|
18853
|
+
"id": 508,
|
|
18854
18854
|
"name": "theme",
|
|
18855
18855
|
"kind": 32768,
|
|
18856
18856
|
"kindString": "Parameter",
|
|
@@ -18901,11 +18901,11 @@
|
|
|
18901
18901
|
},
|
|
18902
18902
|
"inheritedFrom": {
|
|
18903
18903
|
"type": "reference",
|
|
18904
|
-
"name": "
|
|
18904
|
+
"name": "WebAppBodyProps.alignSelf"
|
|
18905
18905
|
}
|
|
18906
18906
|
},
|
|
18907
18907
|
{
|
|
18908
|
-
"id":
|
|
18908
|
+
"id": 565,
|
|
18909
18909
|
"name": "bgcolor",
|
|
18910
18910
|
"kind": 1024,
|
|
18911
18911
|
"kindString": "Property",
|
|
@@ -18946,7 +18946,7 @@
|
|
|
18946
18946
|
{
|
|
18947
18947
|
"type": "reflection",
|
|
18948
18948
|
"declaration": {
|
|
18949
|
-
"id":
|
|
18949
|
+
"id": 566,
|
|
18950
18950
|
"name": "__type",
|
|
18951
18951
|
"kind": 65536,
|
|
18952
18952
|
"kindString": "Type literal",
|
|
@@ -18960,14 +18960,14 @@
|
|
|
18960
18960
|
],
|
|
18961
18961
|
"signatures": [
|
|
18962
18962
|
{
|
|
18963
|
-
"id":
|
|
18963
|
+
"id": 567,
|
|
18964
18964
|
"name": "__type",
|
|
18965
18965
|
"kind": 4096,
|
|
18966
18966
|
"kindString": "Call signature",
|
|
18967
18967
|
"flags": {},
|
|
18968
18968
|
"parameters": [
|
|
18969
18969
|
{
|
|
18970
|
-
"id":
|
|
18970
|
+
"id": 568,
|
|
18971
18971
|
"name": "theme",
|
|
18972
18972
|
"kind": 32768,
|
|
18973
18973
|
"kindString": "Parameter",
|
|
@@ -19018,11 +19018,11 @@
|
|
|
19018
19018
|
},
|
|
19019
19019
|
"inheritedFrom": {
|
|
19020
19020
|
"type": "reference",
|
|
19021
|
-
"name": "
|
|
19021
|
+
"name": "WebAppBodyProps.bgcolor"
|
|
19022
19022
|
}
|
|
19023
19023
|
},
|
|
19024
19024
|
{
|
|
19025
|
-
"id":
|
|
19025
|
+
"id": 411,
|
|
19026
19026
|
"name": "border",
|
|
19027
19027
|
"kind": 1024,
|
|
19028
19028
|
"kindString": "Property",
|
|
@@ -19054,7 +19054,7 @@
|
|
|
19054
19054
|
{
|
|
19055
19055
|
"type": "reflection",
|
|
19056
19056
|
"declaration": {
|
|
19057
|
-
"id":
|
|
19057
|
+
"id": 412,
|
|
19058
19058
|
"name": "__type",
|
|
19059
19059
|
"kind": 65536,
|
|
19060
19060
|
"kindString": "Type literal",
|
|
@@ -19861,7 +19861,7 @@
|
|
|
19861
19861
|
{
|
|
19862
19862
|
"type": "reflection",
|
|
19863
19863
|
"declaration": {
|
|
19864
|
-
"id":
|
|
19864
|
+
"id": 413,
|
|
19865
19865
|
"name": "__type",
|
|
19866
19866
|
"kind": 65536,
|
|
19867
19867
|
"kindString": "Type literal",
|
|
@@ -19875,14 +19875,14 @@
|
|
|
19875
19875
|
],
|
|
19876
19876
|
"signatures": [
|
|
19877
19877
|
{
|
|
19878
|
-
"id":
|
|
19878
|
+
"id": 414,
|
|
19879
19879
|
"name": "__type",
|
|
19880
19880
|
"kind": 4096,
|
|
19881
19881
|
"kindString": "Call signature",
|
|
19882
19882
|
"flags": {},
|
|
19883
19883
|
"parameters": [
|
|
19884
19884
|
{
|
|
19885
|
-
"id":
|
|
19885
|
+
"id": 415,
|
|
19886
19886
|
"name": "theme",
|
|
19887
19887
|
"kind": 32768,
|
|
19888
19888
|
"kindString": "Parameter",
|
|
@@ -19919,7 +19919,7 @@
|
|
|
19919
19919
|
{
|
|
19920
19920
|
"type": "reflection",
|
|
19921
19921
|
"declaration": {
|
|
19922
|
-
"id":
|
|
19922
|
+
"id": 416,
|
|
19923
19923
|
"name": "__type",
|
|
19924
19924
|
"kind": 65536,
|
|
19925
19925
|
"kindString": "Type literal",
|
|
@@ -20731,11 +20731,11 @@
|
|
|
20731
20731
|
},
|
|
20732
20732
|
"inheritedFrom": {
|
|
20733
20733
|
"type": "reference",
|
|
20734
|
-
"name": "
|
|
20734
|
+
"name": "WebAppBodyProps.border"
|
|
20735
20735
|
}
|
|
20736
20736
|
},
|
|
20737
20737
|
{
|
|
20738
|
-
"id":
|
|
20738
|
+
"id": 425,
|
|
20739
20739
|
"name": "borderBottom",
|
|
20740
20740
|
"kind": 1024,
|
|
20741
20741
|
"kindString": "Property",
|
|
@@ -20825,7 +20825,7 @@
|
|
|
20825
20825
|
{
|
|
20826
20826
|
"type": "reflection",
|
|
20827
20827
|
"declaration": {
|
|
20828
|
-
"id":
|
|
20828
|
+
"id": 426,
|
|
20829
20829
|
"name": "__type",
|
|
20830
20830
|
"kind": 65536,
|
|
20831
20831
|
"kindString": "Type literal",
|
|
@@ -20839,14 +20839,14 @@
|
|
|
20839
20839
|
],
|
|
20840
20840
|
"signatures": [
|
|
20841
20841
|
{
|
|
20842
|
-
"id":
|
|
20842
|
+
"id": 427,
|
|
20843
20843
|
"name": "__type",
|
|
20844
20844
|
"kind": 4096,
|
|
20845
20845
|
"kindString": "Call signature",
|
|
20846
20846
|
"flags": {},
|
|
20847
20847
|
"parameters": [
|
|
20848
20848
|
{
|
|
20849
|
-
"id":
|
|
20849
|
+
"id": 428,
|
|
20850
20850
|
"name": "theme",
|
|
20851
20851
|
"kind": 32768,
|
|
20852
20852
|
"kindString": "Parameter",
|
|
@@ -20946,11 +20946,11 @@
|
|
|
20946
20946
|
},
|
|
20947
20947
|
"inheritedFrom": {
|
|
20948
20948
|
"type": "reference",
|
|
20949
|
-
"name": "
|
|
20949
|
+
"name": "WebAppBodyProps.borderBottom"
|
|
20950
20950
|
}
|
|
20951
20951
|
},
|
|
20952
20952
|
{
|
|
20953
|
-
"id":
|
|
20953
|
+
"id": 433,
|
|
20954
20954
|
"name": "borderColor",
|
|
20955
20955
|
"kind": 1024,
|
|
20956
20956
|
"kindString": "Property",
|
|
@@ -20968,18 +20968,18 @@
|
|
|
20968
20968
|
"type": "intrinsic",
|
|
20969
20969
|
"name": "undefined"
|
|
20970
20970
|
},
|
|
20971
|
+
{
|
|
20972
|
+
"type": "reference",
|
|
20973
|
+
"name": "BorderColor",
|
|
20974
|
+
"qualifiedName": "Property.BorderColor",
|
|
20975
|
+
"package": "csstype"
|
|
20976
|
+
},
|
|
20971
20977
|
{
|
|
20972
20978
|
"type": "array",
|
|
20973
20979
|
"elementType": {
|
|
20974
20980
|
"type": "intrinsic",
|
|
20975
20981
|
"name": "string"
|
|
20976
20982
|
}
|
|
20977
|
-
},
|
|
20978
|
-
{
|
|
20979
|
-
"type": "reference",
|
|
20980
|
-
"name": "BorderColor",
|
|
20981
|
-
"qualifiedName": "Property.BorderColor",
|
|
20982
|
-
"package": "csstype"
|
|
20983
20983
|
}
|
|
20984
20984
|
]
|
|
20985
20985
|
}
|
|
@@ -20991,7 +20991,7 @@
|
|
|
20991
20991
|
{
|
|
20992
20992
|
"type": "reflection",
|
|
20993
20993
|
"declaration": {
|
|
20994
|
-
"id":
|
|
20994
|
+
"id": 434,
|
|
20995
20995
|
"name": "__type",
|
|
20996
20996
|
"kind": 65536,
|
|
20997
20997
|
"kindString": "Type literal",
|
|
@@ -21005,14 +21005,14 @@
|
|
|
21005
21005
|
],
|
|
21006
21006
|
"signatures": [
|
|
21007
21007
|
{
|
|
21008
|
-
"id":
|
|
21008
|
+
"id": 435,
|
|
21009
21009
|
"name": "__type",
|
|
21010
21010
|
"kind": 4096,
|
|
21011
21011
|
"kindString": "Call signature",
|
|
21012
21012
|
"flags": {},
|
|
21013
21013
|
"parameters": [
|
|
21014
21014
|
{
|
|
21015
|
-
"id":
|
|
21015
|
+
"id": 436,
|
|
21016
21016
|
"name": "theme",
|
|
21017
21017
|
"kind": 32768,
|
|
21018
21018
|
"kindString": "Parameter",
|
|
@@ -21035,18 +21035,18 @@
|
|
|
21035
21035
|
"type": "intrinsic",
|
|
21036
21036
|
"name": "undefined"
|
|
21037
21037
|
},
|
|
21038
|
+
{
|
|
21039
|
+
"type": "reference",
|
|
21040
|
+
"name": "BorderColor",
|
|
21041
|
+
"qualifiedName": "Property.BorderColor",
|
|
21042
|
+
"package": "csstype"
|
|
21043
|
+
},
|
|
21038
21044
|
{
|
|
21039
21045
|
"type": "array",
|
|
21040
21046
|
"elementType": {
|
|
21041
21047
|
"type": "intrinsic",
|
|
21042
21048
|
"name": "string"
|
|
21043
21049
|
}
|
|
21044
|
-
},
|
|
21045
|
-
{
|
|
21046
|
-
"type": "reference",
|
|
21047
|
-
"name": "BorderColor",
|
|
21048
|
-
"qualifiedName": "Property.BorderColor",
|
|
21049
|
-
"package": "csstype"
|
|
21050
21050
|
}
|
|
21051
21051
|
]
|
|
21052
21052
|
}
|
|
@@ -21063,11 +21063,11 @@
|
|
|
21063
21063
|
},
|
|
21064
21064
|
"inheritedFrom": {
|
|
21065
21065
|
"type": "reference",
|
|
21066
|
-
"name": "
|
|
21066
|
+
"name": "WebAppBodyProps.borderColor"
|
|
21067
21067
|
}
|
|
21068
21068
|
},
|
|
21069
21069
|
{
|
|
21070
|
-
"id":
|
|
21070
|
+
"id": 429,
|
|
21071
21071
|
"name": "borderLeft",
|
|
21072
21072
|
"kind": 1024,
|
|
21073
21073
|
"kindString": "Property",
|
|
@@ -21157,7 +21157,7 @@
|
|
|
21157
21157
|
{
|
|
21158
21158
|
"type": "reflection",
|
|
21159
21159
|
"declaration": {
|
|
21160
|
-
"id":
|
|
21160
|
+
"id": 430,
|
|
21161
21161
|
"name": "__type",
|
|
21162
21162
|
"kind": 65536,
|
|
21163
21163
|
"kindString": "Type literal",
|
|
@@ -21171,14 +21171,14 @@
|
|
|
21171
21171
|
],
|
|
21172
21172
|
"signatures": [
|
|
21173
21173
|
{
|
|
21174
|
-
"id":
|
|
21174
|
+
"id": 431,
|
|
21175
21175
|
"name": "__type",
|
|
21176
21176
|
"kind": 4096,
|
|
21177
21177
|
"kindString": "Call signature",
|
|
21178
21178
|
"flags": {},
|
|
21179
21179
|
"parameters": [
|
|
21180
21180
|
{
|
|
21181
|
-
"id":
|
|
21181
|
+
"id": 432,
|
|
21182
21182
|
"name": "theme",
|
|
21183
21183
|
"kind": 32768,
|
|
21184
21184
|
"kindString": "Parameter",
|
|
@@ -21278,11 +21278,11 @@
|
|
|
21278
21278
|
},
|
|
21279
21279
|
"inheritedFrom": {
|
|
21280
21280
|
"type": "reference",
|
|
21281
|
-
"name": "
|
|
21281
|
+
"name": "WebAppBodyProps.borderLeft"
|
|
21282
21282
|
}
|
|
21283
21283
|
},
|
|
21284
21284
|
{
|
|
21285
|
-
"id":
|
|
21285
|
+
"id": 437,
|
|
21286
21286
|
"name": "borderRadius",
|
|
21287
21287
|
"kind": 1024,
|
|
21288
21288
|
"kindString": "Property",
|
|
@@ -21372,7 +21372,7 @@
|
|
|
21372
21372
|
{
|
|
21373
21373
|
"type": "reflection",
|
|
21374
21374
|
"declaration": {
|
|
21375
|
-
"id":
|
|
21375
|
+
"id": 438,
|
|
21376
21376
|
"name": "__type",
|
|
21377
21377
|
"kind": 65536,
|
|
21378
21378
|
"kindString": "Type literal",
|
|
@@ -21386,14 +21386,14 @@
|
|
|
21386
21386
|
],
|
|
21387
21387
|
"signatures": [
|
|
21388
21388
|
{
|
|
21389
|
-
"id":
|
|
21389
|
+
"id": 439,
|
|
21390
21390
|
"name": "__type",
|
|
21391
21391
|
"kind": 4096,
|
|
21392
21392
|
"kindString": "Call signature",
|
|
21393
21393
|
"flags": {},
|
|
21394
21394
|
"parameters": [
|
|
21395
21395
|
{
|
|
21396
|
-
"id":
|
|
21396
|
+
"id": 440,
|
|
21397
21397
|
"name": "theme",
|
|
21398
21398
|
"kind": 32768,
|
|
21399
21399
|
"kindString": "Parameter",
|
|
@@ -21493,11 +21493,11 @@
|
|
|
21493
21493
|
},
|
|
21494
21494
|
"inheritedFrom": {
|
|
21495
21495
|
"type": "reference",
|
|
21496
|
-
"name": "
|
|
21496
|
+
"name": "WebAppBodyProps.borderRadius"
|
|
21497
21497
|
}
|
|
21498
21498
|
},
|
|
21499
21499
|
{
|
|
21500
|
-
"id":
|
|
21500
|
+
"id": 421,
|
|
21501
21501
|
"name": "borderRight",
|
|
21502
21502
|
"kind": 1024,
|
|
21503
21503
|
"kindString": "Property",
|
|
@@ -21587,7 +21587,7 @@
|
|
|
21587
21587
|
{
|
|
21588
21588
|
"type": "reflection",
|
|
21589
21589
|
"declaration": {
|
|
21590
|
-
"id":
|
|
21590
|
+
"id": 422,
|
|
21591
21591
|
"name": "__type",
|
|
21592
21592
|
"kind": 65536,
|
|
21593
21593
|
"kindString": "Type literal",
|
|
@@ -21601,14 +21601,14 @@
|
|
|
21601
21601
|
],
|
|
21602
21602
|
"signatures": [
|
|
21603
21603
|
{
|
|
21604
|
-
"id":
|
|
21604
|
+
"id": 423,
|
|
21605
21605
|
"name": "__type",
|
|
21606
21606
|
"kind": 4096,
|
|
21607
21607
|
"kindString": "Call signature",
|
|
21608
21608
|
"flags": {},
|
|
21609
21609
|
"parameters": [
|
|
21610
21610
|
{
|
|
21611
|
-
"id":
|
|
21611
|
+
"id": 424,
|
|
21612
21612
|
"name": "theme",
|
|
21613
21613
|
"kind": 32768,
|
|
21614
21614
|
"kindString": "Parameter",
|
|
@@ -21708,11 +21708,11 @@
|
|
|
21708
21708
|
},
|
|
21709
21709
|
"inheritedFrom": {
|
|
21710
21710
|
"type": "reference",
|
|
21711
|
-
"name": "
|
|
21711
|
+
"name": "WebAppBodyProps.borderRight"
|
|
21712
21712
|
}
|
|
21713
21713
|
},
|
|
21714
21714
|
{
|
|
21715
|
-
"id":
|
|
21715
|
+
"id": 417,
|
|
21716
21716
|
"name": "borderTop",
|
|
21717
21717
|
"kind": 1024,
|
|
21718
21718
|
"kindString": "Property",
|
|
@@ -21802,7 +21802,7 @@
|
|
|
21802
21802
|
{
|
|
21803
21803
|
"type": "reflection",
|
|
21804
21804
|
"declaration": {
|
|
21805
|
-
"id":
|
|
21805
|
+
"id": 418,
|
|
21806
21806
|
"name": "__type",
|
|
21807
21807
|
"kind": 65536,
|
|
21808
21808
|
"kindString": "Type literal",
|
|
@@ -21816,14 +21816,14 @@
|
|
|
21816
21816
|
],
|
|
21817
21817
|
"signatures": [
|
|
21818
21818
|
{
|
|
21819
|
-
"id":
|
|
21819
|
+
"id": 419,
|
|
21820
21820
|
"name": "__type",
|
|
21821
21821
|
"kind": 4096,
|
|
21822
21822
|
"kindString": "Call signature",
|
|
21823
21823
|
"flags": {},
|
|
21824
21824
|
"parameters": [
|
|
21825
21825
|
{
|
|
21826
|
-
"id":
|
|
21826
|
+
"id": 420,
|
|
21827
21827
|
"name": "theme",
|
|
21828
21828
|
"kind": 32768,
|
|
21829
21829
|
"kindString": "Parameter",
|
|
@@ -21923,11 +21923,11 @@
|
|
|
21923
21923
|
},
|
|
21924
21924
|
"inheritedFrom": {
|
|
21925
21925
|
"type": "reference",
|
|
21926
|
-
"name": "
|
|
21926
|
+
"name": "WebAppBodyProps.borderTop"
|
|
21927
21927
|
}
|
|
21928
21928
|
},
|
|
21929
21929
|
{
|
|
21930
|
-
"id":
|
|
21930
|
+
"id": 593,
|
|
21931
21931
|
"name": "bottom",
|
|
21932
21932
|
"kind": 1024,
|
|
21933
21933
|
"kindString": "Property",
|
|
@@ -22017,7 +22017,7 @@
|
|
|
22017
22017
|
{
|
|
22018
22018
|
"type": "reflection",
|
|
22019
22019
|
"declaration": {
|
|
22020
|
-
"id":
|
|
22020
|
+
"id": 594,
|
|
22021
22021
|
"name": "__type",
|
|
22022
22022
|
"kind": 65536,
|
|
22023
22023
|
"kindString": "Type literal",
|
|
@@ -22031,14 +22031,14 @@
|
|
|
22031
22031
|
],
|
|
22032
22032
|
"signatures": [
|
|
22033
22033
|
{
|
|
22034
|
-
"id":
|
|
22034
|
+
"id": 595,
|
|
22035
22035
|
"name": "__type",
|
|
22036
22036
|
"kind": 4096,
|
|
22037
22037
|
"kindString": "Call signature",
|
|
22038
22038
|
"flags": {},
|
|
22039
22039
|
"parameters": [
|
|
22040
22040
|
{
|
|
22041
|
-
"id":
|
|
22041
|
+
"id": 596,
|
|
22042
22042
|
"name": "theme",
|
|
22043
22043
|
"kind": 32768,
|
|
22044
22044
|
"kindString": "Parameter",
|
|
@@ -22138,11 +22138,11 @@
|
|
|
22138
22138
|
},
|
|
22139
22139
|
"inheritedFrom": {
|
|
22140
22140
|
"type": "reference",
|
|
22141
|
-
"name": "
|
|
22141
|
+
"name": "WebAppBodyProps.bottom"
|
|
22142
22142
|
}
|
|
22143
22143
|
},
|
|
22144
22144
|
{
|
|
22145
|
-
"id":
|
|
22145
|
+
"id": 601,
|
|
22146
22146
|
"name": "boxShadow",
|
|
22147
22147
|
"kind": 1024,
|
|
22148
22148
|
"kindString": "Property",
|
|
@@ -22180,7 +22180,7 @@
|
|
|
22180
22180
|
{
|
|
22181
22181
|
"type": "reflection",
|
|
22182
22182
|
"declaration": {
|
|
22183
|
-
"id":
|
|
22183
|
+
"id": 602,
|
|
22184
22184
|
"name": "__type",
|
|
22185
22185
|
"kind": 65536,
|
|
22186
22186
|
"kindString": "Type literal",
|
|
@@ -22194,14 +22194,14 @@
|
|
|
22194
22194
|
],
|
|
22195
22195
|
"signatures": [
|
|
22196
22196
|
{
|
|
22197
|
-
"id":
|
|
22197
|
+
"id": 603,
|
|
22198
22198
|
"name": "__type",
|
|
22199
22199
|
"kind": 4096,
|
|
22200
22200
|
"kindString": "Call signature",
|
|
22201
22201
|
"flags": {},
|
|
22202
22202
|
"parameters": [
|
|
22203
22203
|
{
|
|
22204
|
-
"id":
|
|
22204
|
+
"id": 604,
|
|
22205
22205
|
"name": "theme",
|
|
22206
22206
|
"kind": 32768,
|
|
22207
22207
|
"kindString": "Parameter",
|
|
@@ -22249,11 +22249,11 @@
|
|
|
22249
22249
|
},
|
|
22250
22250
|
"inheritedFrom": {
|
|
22251
22251
|
"type": "reference",
|
|
22252
|
-
"name": "
|
|
22252
|
+
"name": "WebAppBodyProps.boxShadow"
|
|
22253
22253
|
}
|
|
22254
22254
|
},
|
|
22255
22255
|
{
|
|
22256
|
-
"id":
|
|
22256
|
+
"id": 629,
|
|
22257
22257
|
"name": "boxSizing",
|
|
22258
22258
|
"kind": 1024,
|
|
22259
22259
|
"kindString": "Property",
|
|
@@ -22313,7 +22313,7 @@
|
|
|
22313
22313
|
{
|
|
22314
22314
|
"type": "reflection",
|
|
22315
22315
|
"declaration": {
|
|
22316
|
-
"id":
|
|
22316
|
+
"id": 630,
|
|
22317
22317
|
"name": "__type",
|
|
22318
22318
|
"kind": 65536,
|
|
22319
22319
|
"kindString": "Type literal",
|
|
@@ -22327,14 +22327,14 @@
|
|
|
22327
22327
|
],
|
|
22328
22328
|
"signatures": [
|
|
22329
22329
|
{
|
|
22330
|
-
"id":
|
|
22330
|
+
"id": 631,
|
|
22331
22331
|
"name": "__type",
|
|
22332
22332
|
"kind": 4096,
|
|
22333
22333
|
"kindString": "Call signature",
|
|
22334
22334
|
"flags": {},
|
|
22335
22335
|
"parameters": [
|
|
22336
22336
|
{
|
|
22337
|
-
"id":
|
|
22337
|
+
"id": 632,
|
|
22338
22338
|
"name": "theme",
|
|
22339
22339
|
"kind": 32768,
|
|
22340
22340
|
"kindString": "Parameter",
|
|
@@ -22404,7 +22404,7 @@
|
|
|
22404
22404
|
},
|
|
22405
22405
|
"inheritedFrom": {
|
|
22406
22406
|
"type": "reference",
|
|
22407
|
-
"name": "
|
|
22407
|
+
"name": "WebAppBodyProps.boxSizing"
|
|
22408
22408
|
}
|
|
22409
22409
|
},
|
|
22410
22410
|
{
|
|
@@ -22417,10 +22417,10 @@
|
|
|
22417
22417
|
},
|
|
22418
22418
|
"sources": [
|
|
22419
22419
|
{
|
|
22420
|
-
"fileName": "packages/sdk/packages/webapp/src/components/
|
|
22421
|
-
"line":
|
|
22420
|
+
"fileName": "packages/sdk/packages/webapp/src/components/Body.tsx",
|
|
22421
|
+
"line": 49,
|
|
22422
22422
|
"character": 2,
|
|
22423
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
22423
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Body.tsx#L49"
|
|
22424
22424
|
}
|
|
22425
22425
|
],
|
|
22426
22426
|
"type": {
|
|
@@ -22428,10 +22428,14 @@
|
|
|
22428
22428
|
"name": "ReactNode",
|
|
22429
22429
|
"qualifiedName": "React.ReactNode",
|
|
22430
22430
|
"package": "@types/react"
|
|
22431
|
+
},
|
|
22432
|
+
"inheritedFrom": {
|
|
22433
|
+
"type": "reference",
|
|
22434
|
+
"name": "WebAppBodyProps.breadcrumbs"
|
|
22431
22435
|
}
|
|
22432
22436
|
},
|
|
22433
22437
|
{
|
|
22434
|
-
"id":
|
|
22438
|
+
"id": 569,
|
|
22435
22439
|
"name": "color",
|
|
22436
22440
|
"kind": 1024,
|
|
22437
22441
|
"kindString": "Property",
|
|
@@ -22472,7 +22476,7 @@
|
|
|
22472
22476
|
{
|
|
22473
22477
|
"type": "reflection",
|
|
22474
22478
|
"declaration": {
|
|
22475
|
-
"id":
|
|
22479
|
+
"id": 570,
|
|
22476
22480
|
"name": "__type",
|
|
22477
22481
|
"kind": 65536,
|
|
22478
22482
|
"kindString": "Type literal",
|
|
@@ -22486,14 +22490,14 @@
|
|
|
22486
22490
|
],
|
|
22487
22491
|
"signatures": [
|
|
22488
22492
|
{
|
|
22489
|
-
"id":
|
|
22493
|
+
"id": 571,
|
|
22490
22494
|
"name": "__type",
|
|
22491
22495
|
"kind": 4096,
|
|
22492
22496
|
"kindString": "Call signature",
|
|
22493
22497
|
"flags": {},
|
|
22494
22498
|
"parameters": [
|
|
22495
22499
|
{
|
|
22496
|
-
"id":
|
|
22500
|
+
"id": 572,
|
|
22497
22501
|
"name": "theme",
|
|
22498
22502
|
"kind": 32768,
|
|
22499
22503
|
"kindString": "Parameter",
|
|
@@ -22544,11 +22548,11 @@
|
|
|
22544
22548
|
},
|
|
22545
22549
|
"inheritedFrom": {
|
|
22546
22550
|
"type": "reference",
|
|
22547
|
-
"name": "
|
|
22551
|
+
"name": "WebAppBodyProps.color"
|
|
22548
22552
|
}
|
|
22549
22553
|
},
|
|
22550
22554
|
{
|
|
22551
|
-
"id":
|
|
22555
|
+
"id": 521,
|
|
22552
22556
|
"name": "columnGap",
|
|
22553
22557
|
"kind": 1024,
|
|
22554
22558
|
"kindString": "Property",
|
|
@@ -22638,7 +22642,7 @@
|
|
|
22638
22642
|
{
|
|
22639
22643
|
"type": "reflection",
|
|
22640
22644
|
"declaration": {
|
|
22641
|
-
"id":
|
|
22645
|
+
"id": 522,
|
|
22642
22646
|
"name": "__type",
|
|
22643
22647
|
"kind": 65536,
|
|
22644
22648
|
"kindString": "Type literal",
|
|
@@ -22652,14 +22656,14 @@
|
|
|
22652
22656
|
],
|
|
22653
22657
|
"signatures": [
|
|
22654
22658
|
{
|
|
22655
|
-
"id":
|
|
22659
|
+
"id": 523,
|
|
22656
22660
|
"name": "__type",
|
|
22657
22661
|
"kind": 4096,
|
|
22658
22662
|
"kindString": "Call signature",
|
|
22659
22663
|
"flags": {},
|
|
22660
22664
|
"parameters": [
|
|
22661
22665
|
{
|
|
22662
|
-
"id":
|
|
22666
|
+
"id": 524,
|
|
22663
22667
|
"name": "theme",
|
|
22664
22668
|
"kind": 32768,
|
|
22665
22669
|
"kindString": "Parameter",
|
|
@@ -22759,7 +22763,7 @@
|
|
|
22759
22763
|
},
|
|
22760
22764
|
"inheritedFrom": {
|
|
22761
22765
|
"type": "reference",
|
|
22762
|
-
"name": "
|
|
22766
|
+
"name": "WebAppBodyProps.columnGap"
|
|
22763
22767
|
}
|
|
22764
22768
|
},
|
|
22765
22769
|
{
|
|
@@ -22773,9 +22777,9 @@
|
|
|
22773
22777
|
"sources": [
|
|
22774
22778
|
{
|
|
22775
22779
|
"fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
|
|
22776
|
-
"line":
|
|
22780
|
+
"line": 27,
|
|
22777
22781
|
"character": 2,
|
|
22778
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
22782
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Page.tsx#L27"
|
|
22779
22783
|
}
|
|
22780
22784
|
],
|
|
22781
22785
|
"type": {
|
|
@@ -22798,6 +22802,31 @@
|
|
|
22798
22802
|
]
|
|
22799
22803
|
}
|
|
22800
22804
|
},
|
|
22805
|
+
{
|
|
22806
|
+
"id": 410,
|
|
22807
|
+
"name": "devMode",
|
|
22808
|
+
"kind": 1024,
|
|
22809
|
+
"kindString": "Property",
|
|
22810
|
+
"flags": {
|
|
22811
|
+
"isOptional": true
|
|
22812
|
+
},
|
|
22813
|
+
"sources": [
|
|
22814
|
+
{
|
|
22815
|
+
"fileName": "packages/sdk/packages/webapp/src/components/Body.tsx",
|
|
22816
|
+
"line": 53,
|
|
22817
|
+
"character": 2,
|
|
22818
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Body.tsx#L53"
|
|
22819
|
+
}
|
|
22820
|
+
],
|
|
22821
|
+
"type": {
|
|
22822
|
+
"type": "intrinsic",
|
|
22823
|
+
"name": "boolean"
|
|
22824
|
+
},
|
|
22825
|
+
"inheritedFrom": {
|
|
22826
|
+
"type": "reference",
|
|
22827
|
+
"name": "WebAppBodyProps.devMode"
|
|
22828
|
+
}
|
|
22829
|
+
},
|
|
22801
22830
|
{
|
|
22802
22831
|
"id": 407,
|
|
22803
22832
|
"name": "disableBreadcrumbGutter",
|
|
@@ -22808,15 +22837,19 @@
|
|
|
22808
22837
|
},
|
|
22809
22838
|
"sources": [
|
|
22810
22839
|
{
|
|
22811
|
-
"fileName": "packages/sdk/packages/webapp/src/components/
|
|
22812
|
-
"line":
|
|
22840
|
+
"fileName": "packages/sdk/packages/webapp/src/components/Body.tsx",
|
|
22841
|
+
"line": 50,
|
|
22813
22842
|
"character": 2,
|
|
22814
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
22843
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Body.tsx#L50"
|
|
22815
22844
|
}
|
|
22816
22845
|
],
|
|
22817
22846
|
"type": {
|
|
22818
22847
|
"type": "intrinsic",
|
|
22819
22848
|
"name": "boolean"
|
|
22849
|
+
},
|
|
22850
|
+
"inheritedFrom": {
|
|
22851
|
+
"type": "reference",
|
|
22852
|
+
"name": "WebAppBodyProps.disableBreadcrumbGutter"
|
|
22820
22853
|
}
|
|
22821
22854
|
},
|
|
22822
22855
|
{
|
|
@@ -22830,9 +22863,9 @@
|
|
|
22830
22863
|
"sources": [
|
|
22831
22864
|
{
|
|
22832
22865
|
"fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
|
|
22833
|
-
"line":
|
|
22866
|
+
"line": 28,
|
|
22834
22867
|
"character": 2,
|
|
22835
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
22868
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Page.tsx#L28"
|
|
22836
22869
|
}
|
|
22837
22870
|
],
|
|
22838
22871
|
"type": {
|
|
@@ -22841,7 +22874,7 @@
|
|
|
22841
22874
|
}
|
|
22842
22875
|
},
|
|
22843
22876
|
{
|
|
22844
|
-
"id":
|
|
22877
|
+
"id": 441,
|
|
22845
22878
|
"name": "display",
|
|
22846
22879
|
"kind": 1024,
|
|
22847
22880
|
"kindString": "Property",
|
|
@@ -22882,7 +22915,7 @@
|
|
|
22882
22915
|
{
|
|
22883
22916
|
"type": "reflection",
|
|
22884
22917
|
"declaration": {
|
|
22885
|
-
"id":
|
|
22918
|
+
"id": 442,
|
|
22886
22919
|
"name": "__type",
|
|
22887
22920
|
"kind": 65536,
|
|
22888
22921
|
"kindString": "Type literal",
|
|
@@ -22896,14 +22929,14 @@
|
|
|
22896
22929
|
],
|
|
22897
22930
|
"signatures": [
|
|
22898
22931
|
{
|
|
22899
|
-
"id":
|
|
22932
|
+
"id": 443,
|
|
22900
22933
|
"name": "__type",
|
|
22901
22934
|
"kind": 4096,
|
|
22902
22935
|
"kindString": "Call signature",
|
|
22903
22936
|
"flags": {},
|
|
22904
22937
|
"parameters": [
|
|
22905
22938
|
{
|
|
22906
|
-
"id":
|
|
22939
|
+
"id": 444,
|
|
22907
22940
|
"name": "theme",
|
|
22908
22941
|
"kind": 32768,
|
|
22909
22942
|
"kindString": "Parameter",
|
|
@@ -22954,11 +22987,11 @@
|
|
|
22954
22987
|
},
|
|
22955
22988
|
"inheritedFrom": {
|
|
22956
22989
|
"type": "reference",
|
|
22957
|
-
"name": "
|
|
22990
|
+
"name": "WebAppBodyProps.display"
|
|
22958
22991
|
}
|
|
22959
22992
|
},
|
|
22960
22993
|
{
|
|
22961
|
-
"id":
|
|
22994
|
+
"id": 445,
|
|
22962
22995
|
"name": "displayPrint",
|
|
22963
22996
|
"kind": 1024,
|
|
22964
22997
|
"kindString": "Property",
|
|
@@ -22999,7 +23032,7 @@
|
|
|
22999
23032
|
{
|
|
23000
23033
|
"type": "reflection",
|
|
23001
23034
|
"declaration": {
|
|
23002
|
-
"id":
|
|
23035
|
+
"id": 446,
|
|
23003
23036
|
"name": "__type",
|
|
23004
23037
|
"kind": 65536,
|
|
23005
23038
|
"kindString": "Type literal",
|
|
@@ -23013,14 +23046,14 @@
|
|
|
23013
23046
|
],
|
|
23014
23047
|
"signatures": [
|
|
23015
23048
|
{
|
|
23016
|
-
"id":
|
|
23049
|
+
"id": 447,
|
|
23017
23050
|
"name": "__type",
|
|
23018
23051
|
"kind": 4096,
|
|
23019
23052
|
"kindString": "Call signature",
|
|
23020
23053
|
"flags": {},
|
|
23021
23054
|
"parameters": [
|
|
23022
23055
|
{
|
|
23023
|
-
"id":
|
|
23056
|
+
"id": 448,
|
|
23024
23057
|
"name": "theme",
|
|
23025
23058
|
"kind": 32768,
|
|
23026
23059
|
"kindString": "Parameter",
|
|
@@ -23071,11 +23104,11 @@
|
|
|
23071
23104
|
},
|
|
23072
23105
|
"inheritedFrom": {
|
|
23073
23106
|
"type": "reference",
|
|
23074
|
-
"name": "
|
|
23107
|
+
"name": "WebAppBodyProps.displayPrint"
|
|
23075
23108
|
}
|
|
23076
23109
|
},
|
|
23077
23110
|
{
|
|
23078
|
-
"id":
|
|
23111
|
+
"id": 493,
|
|
23079
23112
|
"name": "flex",
|
|
23080
23113
|
"kind": 1024,
|
|
23081
23114
|
"kindString": "Property",
|
|
@@ -23165,7 +23198,7 @@
|
|
|
23165
23198
|
{
|
|
23166
23199
|
"type": "reflection",
|
|
23167
23200
|
"declaration": {
|
|
23168
|
-
"id":
|
|
23201
|
+
"id": 494,
|
|
23169
23202
|
"name": "__type",
|
|
23170
23203
|
"kind": 65536,
|
|
23171
23204
|
"kindString": "Type literal",
|
|
@@ -23179,14 +23212,14 @@
|
|
|
23179
23212
|
],
|
|
23180
23213
|
"signatures": [
|
|
23181
23214
|
{
|
|
23182
|
-
"id":
|
|
23215
|
+
"id": 495,
|
|
23183
23216
|
"name": "__type",
|
|
23184
23217
|
"kind": 4096,
|
|
23185
23218
|
"kindString": "Call signature",
|
|
23186
23219
|
"flags": {},
|
|
23187
23220
|
"parameters": [
|
|
23188
23221
|
{
|
|
23189
|
-
"id":
|
|
23222
|
+
"id": 496,
|
|
23190
23223
|
"name": "theme",
|
|
23191
23224
|
"kind": 32768,
|
|
23192
23225
|
"kindString": "Parameter",
|
|
@@ -23286,11 +23319,11 @@
|
|
|
23286
23319
|
},
|
|
23287
23320
|
"inheritedFrom": {
|
|
23288
23321
|
"type": "reference",
|
|
23289
|
-
"name": "
|
|
23322
|
+
"name": "WebAppBodyProps.flex"
|
|
23290
23323
|
}
|
|
23291
23324
|
},
|
|
23292
23325
|
{
|
|
23293
|
-
"id":
|
|
23326
|
+
"id": 465,
|
|
23294
23327
|
"name": "flexBasis",
|
|
23295
23328
|
"kind": 1024,
|
|
23296
23329
|
"kindString": "Property",
|
|
@@ -23380,7 +23413,7 @@
|
|
|
23380
23413
|
{
|
|
23381
23414
|
"type": "reflection",
|
|
23382
23415
|
"declaration": {
|
|
23383
|
-
"id":
|
|
23416
|
+
"id": 466,
|
|
23384
23417
|
"name": "__type",
|
|
23385
23418
|
"kind": 65536,
|
|
23386
23419
|
"kindString": "Type literal",
|
|
@@ -23394,14 +23427,14 @@
|
|
|
23394
23427
|
],
|
|
23395
23428
|
"signatures": [
|
|
23396
23429
|
{
|
|
23397
|
-
"id":
|
|
23430
|
+
"id": 467,
|
|
23398
23431
|
"name": "__type",
|
|
23399
23432
|
"kind": 4096,
|
|
23400
23433
|
"kindString": "Call signature",
|
|
23401
23434
|
"flags": {},
|
|
23402
23435
|
"parameters": [
|
|
23403
23436
|
{
|
|
23404
|
-
"id":
|
|
23437
|
+
"id": 468,
|
|
23405
23438
|
"name": "theme",
|
|
23406
23439
|
"kind": 32768,
|
|
23407
23440
|
"kindString": "Parameter",
|
|
@@ -23501,11 +23534,11 @@
|
|
|
23501
23534
|
},
|
|
23502
23535
|
"inheritedFrom": {
|
|
23503
23536
|
"type": "reference",
|
|
23504
|
-
"name": "
|
|
23537
|
+
"name": "WebAppBodyProps.flexBasis"
|
|
23505
23538
|
}
|
|
23506
23539
|
},
|
|
23507
23540
|
{
|
|
23508
|
-
"id":
|
|
23541
|
+
"id": 469,
|
|
23509
23542
|
"name": "flexDirection",
|
|
23510
23543
|
"kind": 1024,
|
|
23511
23544
|
"kindString": "Property",
|
|
@@ -23565,7 +23598,7 @@
|
|
|
23565
23598
|
{
|
|
23566
23599
|
"type": "reflection",
|
|
23567
23600
|
"declaration": {
|
|
23568
|
-
"id":
|
|
23601
|
+
"id": 470,
|
|
23569
23602
|
"name": "__type",
|
|
23570
23603
|
"kind": 65536,
|
|
23571
23604
|
"kindString": "Type literal",
|
|
@@ -23579,14 +23612,14 @@
|
|
|
23579
23612
|
],
|
|
23580
23613
|
"signatures": [
|
|
23581
23614
|
{
|
|
23582
|
-
"id":
|
|
23615
|
+
"id": 471,
|
|
23583
23616
|
"name": "__type",
|
|
23584
23617
|
"kind": 4096,
|
|
23585
23618
|
"kindString": "Call signature",
|
|
23586
23619
|
"flags": {},
|
|
23587
23620
|
"parameters": [
|
|
23588
23621
|
{
|
|
23589
|
-
"id":
|
|
23622
|
+
"id": 472,
|
|
23590
23623
|
"name": "theme",
|
|
23591
23624
|
"kind": 32768,
|
|
23592
23625
|
"kindString": "Parameter",
|
|
@@ -23656,11 +23689,11 @@
|
|
|
23656
23689
|
},
|
|
23657
23690
|
"inheritedFrom": {
|
|
23658
23691
|
"type": "reference",
|
|
23659
|
-
"name": "
|
|
23692
|
+
"name": "WebAppBodyProps.flexDirection"
|
|
23660
23693
|
}
|
|
23661
23694
|
},
|
|
23662
23695
|
{
|
|
23663
|
-
"id":
|
|
23696
|
+
"id": 497,
|
|
23664
23697
|
"name": "flexGrow",
|
|
23665
23698
|
"kind": 1024,
|
|
23666
23699
|
"kindString": "Property",
|
|
@@ -23720,7 +23753,7 @@
|
|
|
23720
23753
|
{
|
|
23721
23754
|
"type": "reflection",
|
|
23722
23755
|
"declaration": {
|
|
23723
|
-
"id":
|
|
23756
|
+
"id": 498,
|
|
23724
23757
|
"name": "__type",
|
|
23725
23758
|
"kind": 65536,
|
|
23726
23759
|
"kindString": "Type literal",
|
|
@@ -23734,14 +23767,14 @@
|
|
|
23734
23767
|
],
|
|
23735
23768
|
"signatures": [
|
|
23736
23769
|
{
|
|
23737
|
-
"id":
|
|
23770
|
+
"id": 499,
|
|
23738
23771
|
"name": "__type",
|
|
23739
23772
|
"kind": 4096,
|
|
23740
23773
|
"kindString": "Call signature",
|
|
23741
23774
|
"flags": {},
|
|
23742
23775
|
"parameters": [
|
|
23743
23776
|
{
|
|
23744
|
-
"id":
|
|
23777
|
+
"id": 500,
|
|
23745
23778
|
"name": "theme",
|
|
23746
23779
|
"kind": 32768,
|
|
23747
23780
|
"kindString": "Parameter",
|
|
@@ -23811,11 +23844,11 @@
|
|
|
23811
23844
|
},
|
|
23812
23845
|
"inheritedFrom": {
|
|
23813
23846
|
"type": "reference",
|
|
23814
|
-
"name": "
|
|
23847
|
+
"name": "WebAppBodyProps.flexGrow"
|
|
23815
23848
|
}
|
|
23816
23849
|
},
|
|
23817
23850
|
{
|
|
23818
|
-
"id":
|
|
23851
|
+
"id": 501,
|
|
23819
23852
|
"name": "flexShrink",
|
|
23820
23853
|
"kind": 1024,
|
|
23821
23854
|
"kindString": "Property",
|
|
@@ -23875,7 +23908,7 @@
|
|
|
23875
23908
|
{
|
|
23876
23909
|
"type": "reflection",
|
|
23877
23910
|
"declaration": {
|
|
23878
|
-
"id":
|
|
23911
|
+
"id": 502,
|
|
23879
23912
|
"name": "__type",
|
|
23880
23913
|
"kind": 65536,
|
|
23881
23914
|
"kindString": "Type literal",
|
|
@@ -23889,14 +23922,14 @@
|
|
|
23889
23922
|
],
|
|
23890
23923
|
"signatures": [
|
|
23891
23924
|
{
|
|
23892
|
-
"id":
|
|
23925
|
+
"id": 503,
|
|
23893
23926
|
"name": "__type",
|
|
23894
23927
|
"kind": 4096,
|
|
23895
23928
|
"kindString": "Call signature",
|
|
23896
23929
|
"flags": {},
|
|
23897
23930
|
"parameters": [
|
|
23898
23931
|
{
|
|
23899
|
-
"id":
|
|
23932
|
+
"id": 504,
|
|
23900
23933
|
"name": "theme",
|
|
23901
23934
|
"kind": 32768,
|
|
23902
23935
|
"kindString": "Parameter",
|
|
@@ -23966,11 +23999,11 @@
|
|
|
23966
23999
|
},
|
|
23967
24000
|
"inheritedFrom": {
|
|
23968
24001
|
"type": "reference",
|
|
23969
|
-
"name": "
|
|
24002
|
+
"name": "WebAppBodyProps.flexShrink"
|
|
23970
24003
|
}
|
|
23971
24004
|
},
|
|
23972
24005
|
{
|
|
23973
|
-
"id":
|
|
24006
|
+
"id": 473,
|
|
23974
24007
|
"name": "flexWrap",
|
|
23975
24008
|
"kind": 1024,
|
|
23976
24009
|
"kindString": "Property",
|
|
@@ -24030,7 +24063,7 @@
|
|
|
24030
24063
|
{
|
|
24031
24064
|
"type": "reflection",
|
|
24032
24065
|
"declaration": {
|
|
24033
|
-
"id":
|
|
24066
|
+
"id": 474,
|
|
24034
24067
|
"name": "__type",
|
|
24035
24068
|
"kind": 65536,
|
|
24036
24069
|
"kindString": "Type literal",
|
|
@@ -24044,14 +24077,14 @@
|
|
|
24044
24077
|
],
|
|
24045
24078
|
"signatures": [
|
|
24046
24079
|
{
|
|
24047
|
-
"id":
|
|
24080
|
+
"id": 475,
|
|
24048
24081
|
"name": "__type",
|
|
24049
24082
|
"kind": 4096,
|
|
24050
24083
|
"kindString": "Call signature",
|
|
24051
24084
|
"flags": {},
|
|
24052
24085
|
"parameters": [
|
|
24053
24086
|
{
|
|
24054
|
-
"id":
|
|
24087
|
+
"id": 476,
|
|
24055
24088
|
"name": "theme",
|
|
24056
24089
|
"kind": 32768,
|
|
24057
24090
|
"kindString": "Parameter",
|
|
@@ -24121,11 +24154,11 @@
|
|
|
24121
24154
|
},
|
|
24122
24155
|
"inheritedFrom": {
|
|
24123
24156
|
"type": "reference",
|
|
24124
|
-
"name": "
|
|
24157
|
+
"name": "WebAppBodyProps.flexWrap"
|
|
24125
24158
|
}
|
|
24126
24159
|
},
|
|
24127
24160
|
{
|
|
24128
|
-
"id":
|
|
24161
|
+
"id": 749,
|
|
24129
24162
|
"name": "fontFamily",
|
|
24130
24163
|
"kind": 1024,
|
|
24131
24164
|
"kindString": "Property",
|
|
@@ -24166,7 +24199,7 @@
|
|
|
24166
24199
|
{
|
|
24167
24200
|
"type": "reflection",
|
|
24168
24201
|
"declaration": {
|
|
24169
|
-
"id":
|
|
24202
|
+
"id": 750,
|
|
24170
24203
|
"name": "__type",
|
|
24171
24204
|
"kind": 65536,
|
|
24172
24205
|
"kindString": "Type literal",
|
|
@@ -24180,14 +24213,14 @@
|
|
|
24180
24213
|
],
|
|
24181
24214
|
"signatures": [
|
|
24182
24215
|
{
|
|
24183
|
-
"id":
|
|
24216
|
+
"id": 751,
|
|
24184
24217
|
"name": "__type",
|
|
24185
24218
|
"kind": 4096,
|
|
24186
24219
|
"kindString": "Call signature",
|
|
24187
24220
|
"flags": {},
|
|
24188
24221
|
"parameters": [
|
|
24189
24222
|
{
|
|
24190
|
-
"id":
|
|
24223
|
+
"id": 752,
|
|
24191
24224
|
"name": "theme",
|
|
24192
24225
|
"kind": 32768,
|
|
24193
24226
|
"kindString": "Parameter",
|
|
@@ -24238,11 +24271,11 @@
|
|
|
24238
24271
|
},
|
|
24239
24272
|
"inheritedFrom": {
|
|
24240
24273
|
"type": "reference",
|
|
24241
|
-
"name": "
|
|
24274
|
+
"name": "WebAppBodyProps.fontFamily"
|
|
24242
24275
|
}
|
|
24243
24276
|
},
|
|
24244
24277
|
{
|
|
24245
|
-
"id":
|
|
24278
|
+
"id": 753,
|
|
24246
24279
|
"name": "fontSize",
|
|
24247
24280
|
"kind": 1024,
|
|
24248
24281
|
"kindString": "Property",
|
|
@@ -24332,7 +24365,7 @@
|
|
|
24332
24365
|
{
|
|
24333
24366
|
"type": "reflection",
|
|
24334
24367
|
"declaration": {
|
|
24335
|
-
"id":
|
|
24368
|
+
"id": 754,
|
|
24336
24369
|
"name": "__type",
|
|
24337
24370
|
"kind": 65536,
|
|
24338
24371
|
"kindString": "Type literal",
|
|
@@ -24346,14 +24379,14 @@
|
|
|
24346
24379
|
],
|
|
24347
24380
|
"signatures": [
|
|
24348
24381
|
{
|
|
24349
|
-
"id":
|
|
24382
|
+
"id": 755,
|
|
24350
24383
|
"name": "__type",
|
|
24351
24384
|
"kind": 4096,
|
|
24352
24385
|
"kindString": "Call signature",
|
|
24353
24386
|
"flags": {},
|
|
24354
24387
|
"parameters": [
|
|
24355
24388
|
{
|
|
24356
|
-
"id":
|
|
24389
|
+
"id": 756,
|
|
24357
24390
|
"name": "theme",
|
|
24358
24391
|
"kind": 32768,
|
|
24359
24392
|
"kindString": "Parameter",
|
|
@@ -24453,11 +24486,11 @@
|
|
|
24453
24486
|
},
|
|
24454
24487
|
"inheritedFrom": {
|
|
24455
24488
|
"type": "reference",
|
|
24456
|
-
"name": "
|
|
24489
|
+
"name": "WebAppBodyProps.fontSize"
|
|
24457
24490
|
}
|
|
24458
24491
|
},
|
|
24459
24492
|
{
|
|
24460
|
-
"id":
|
|
24493
|
+
"id": 757,
|
|
24461
24494
|
"name": "fontStyle",
|
|
24462
24495
|
"kind": 1024,
|
|
24463
24496
|
"kindString": "Property",
|
|
@@ -24498,7 +24531,7 @@
|
|
|
24498
24531
|
{
|
|
24499
24532
|
"type": "reflection",
|
|
24500
24533
|
"declaration": {
|
|
24501
|
-
"id":
|
|
24534
|
+
"id": 758,
|
|
24502
24535
|
"name": "__type",
|
|
24503
24536
|
"kind": 65536,
|
|
24504
24537
|
"kindString": "Type literal",
|
|
@@ -24512,14 +24545,14 @@
|
|
|
24512
24545
|
],
|
|
24513
24546
|
"signatures": [
|
|
24514
24547
|
{
|
|
24515
|
-
"id":
|
|
24548
|
+
"id": 759,
|
|
24516
24549
|
"name": "__type",
|
|
24517
24550
|
"kind": 4096,
|
|
24518
24551
|
"kindString": "Call signature",
|
|
24519
24552
|
"flags": {},
|
|
24520
24553
|
"parameters": [
|
|
24521
24554
|
{
|
|
24522
|
-
"id":
|
|
24555
|
+
"id": 760,
|
|
24523
24556
|
"name": "theme",
|
|
24524
24557
|
"kind": 32768,
|
|
24525
24558
|
"kindString": "Parameter",
|
|
@@ -24570,11 +24603,11 @@
|
|
|
24570
24603
|
},
|
|
24571
24604
|
"inheritedFrom": {
|
|
24572
24605
|
"type": "reference",
|
|
24573
|
-
"name": "
|
|
24606
|
+
"name": "WebAppBodyProps.fontStyle"
|
|
24574
24607
|
}
|
|
24575
24608
|
},
|
|
24576
24609
|
{
|
|
24577
|
-
"id":
|
|
24610
|
+
"id": 761,
|
|
24578
24611
|
"name": "fontWeight",
|
|
24579
24612
|
"kind": 1024,
|
|
24580
24613
|
"kindString": "Property",
|
|
@@ -24606,7 +24639,7 @@
|
|
|
24606
24639
|
{
|
|
24607
24640
|
"type": "reflection",
|
|
24608
24641
|
"declaration": {
|
|
24609
|
-
"id":
|
|
24642
|
+
"id": 762,
|
|
24610
24643
|
"name": "__type",
|
|
24611
24644
|
"kind": 65536,
|
|
24612
24645
|
"kindString": "Type literal",
|
|
@@ -24625,7 +24658,7 @@
|
|
|
24625
24658
|
{
|
|
24626
24659
|
"type": "reflection",
|
|
24627
24660
|
"declaration": {
|
|
24628
|
-
"id":
|
|
24661
|
+
"id": 763,
|
|
24629
24662
|
"name": "__type",
|
|
24630
24663
|
"kind": 65536,
|
|
24631
24664
|
"kindString": "Type literal",
|
|
@@ -24644,7 +24677,7 @@
|
|
|
24644
24677
|
{
|
|
24645
24678
|
"type": "reflection",
|
|
24646
24679
|
"declaration": {
|
|
24647
|
-
"id":
|
|
24680
|
+
"id": 764,
|
|
24648
24681
|
"name": "__type",
|
|
24649
24682
|
"kind": 65536,
|
|
24650
24683
|
"kindString": "Type literal",
|
|
@@ -24658,14 +24691,14 @@
|
|
|
24658
24691
|
],
|
|
24659
24692
|
"signatures": [
|
|
24660
24693
|
{
|
|
24661
|
-
"id":
|
|
24694
|
+
"id": 765,
|
|
24662
24695
|
"name": "__type",
|
|
24663
24696
|
"kind": 4096,
|
|
24664
24697
|
"kindString": "Call signature",
|
|
24665
24698
|
"flags": {},
|
|
24666
24699
|
"parameters": [
|
|
24667
24700
|
{
|
|
24668
|
-
"id":
|
|
24701
|
+
"id": 766,
|
|
24669
24702
|
"name": "theme",
|
|
24670
24703
|
"kind": 32768,
|
|
24671
24704
|
"kindString": "Parameter",
|
|
@@ -24702,7 +24735,7 @@
|
|
|
24702
24735
|
{
|
|
24703
24736
|
"type": "reflection",
|
|
24704
24737
|
"declaration": {
|
|
24705
|
-
"id":
|
|
24738
|
+
"id": 767,
|
|
24706
24739
|
"name": "__type",
|
|
24707
24740
|
"kind": 65536,
|
|
24708
24741
|
"kindString": "Type literal",
|
|
@@ -24721,7 +24754,7 @@
|
|
|
24721
24754
|
{
|
|
24722
24755
|
"type": "reflection",
|
|
24723
24756
|
"declaration": {
|
|
24724
|
-
"id":
|
|
24757
|
+
"id": 768,
|
|
24725
24758
|
"name": "__type",
|
|
24726
24759
|
"kind": 65536,
|
|
24727
24760
|
"kindString": "Type literal",
|
|
@@ -24745,11 +24778,11 @@
|
|
|
24745
24778
|
},
|
|
24746
24779
|
"inheritedFrom": {
|
|
24747
24780
|
"type": "reference",
|
|
24748
|
-
"name": "
|
|
24781
|
+
"name": "WebAppBodyProps.fontWeight"
|
|
24749
24782
|
}
|
|
24750
24783
|
},
|
|
24751
24784
|
{
|
|
24752
|
-
"id":
|
|
24785
|
+
"id": 517,
|
|
24753
24786
|
"name": "gap",
|
|
24754
24787
|
"kind": 1024,
|
|
24755
24788
|
"kindString": "Property",
|
|
@@ -24839,7 +24872,7 @@
|
|
|
24839
24872
|
{
|
|
24840
24873
|
"type": "reflection",
|
|
24841
24874
|
"declaration": {
|
|
24842
|
-
"id":
|
|
24875
|
+
"id": 518,
|
|
24843
24876
|
"name": "__type",
|
|
24844
24877
|
"kind": 65536,
|
|
24845
24878
|
"kindString": "Type literal",
|
|
@@ -24853,14 +24886,14 @@
|
|
|
24853
24886
|
],
|
|
24854
24887
|
"signatures": [
|
|
24855
24888
|
{
|
|
24856
|
-
"id":
|
|
24889
|
+
"id": 519,
|
|
24857
24890
|
"name": "__type",
|
|
24858
24891
|
"kind": 4096,
|
|
24859
24892
|
"kindString": "Call signature",
|
|
24860
24893
|
"flags": {},
|
|
24861
24894
|
"parameters": [
|
|
24862
24895
|
{
|
|
24863
|
-
"id":
|
|
24896
|
+
"id": 520,
|
|
24864
24897
|
"name": "theme",
|
|
24865
24898
|
"kind": 32768,
|
|
24866
24899
|
"kindString": "Parameter",
|
|
@@ -24960,11 +24993,11 @@
|
|
|
24960
24993
|
},
|
|
24961
24994
|
"inheritedFrom": {
|
|
24962
24995
|
"type": "reference",
|
|
24963
|
-
"name": "
|
|
24996
|
+
"name": "WebAppBodyProps.gap"
|
|
24964
24997
|
}
|
|
24965
24998
|
},
|
|
24966
24999
|
{
|
|
24967
|
-
"id":
|
|
25000
|
+
"id": 561,
|
|
24968
25001
|
"name": "gridArea",
|
|
24969
25002
|
"kind": 1024,
|
|
24970
25003
|
"kindString": "Property",
|
|
@@ -25024,7 +25057,7 @@
|
|
|
25024
25057
|
{
|
|
25025
25058
|
"type": "reflection",
|
|
25026
25059
|
"declaration": {
|
|
25027
|
-
"id":
|
|
25060
|
+
"id": 562,
|
|
25028
25061
|
"name": "__type",
|
|
25029
25062
|
"kind": 65536,
|
|
25030
25063
|
"kindString": "Type literal",
|
|
@@ -25038,14 +25071,14 @@
|
|
|
25038
25071
|
],
|
|
25039
25072
|
"signatures": [
|
|
25040
25073
|
{
|
|
25041
|
-
"id":
|
|
25074
|
+
"id": 563,
|
|
25042
25075
|
"name": "__type",
|
|
25043
25076
|
"kind": 4096,
|
|
25044
25077
|
"kindString": "Call signature",
|
|
25045
25078
|
"flags": {},
|
|
25046
25079
|
"parameters": [
|
|
25047
25080
|
{
|
|
25048
|
-
"id":
|
|
25081
|
+
"id": 564,
|
|
25049
25082
|
"name": "theme",
|
|
25050
25083
|
"kind": 32768,
|
|
25051
25084
|
"kindString": "Parameter",
|
|
@@ -25115,11 +25148,11 @@
|
|
|
25115
25148
|
},
|
|
25116
25149
|
"inheritedFrom": {
|
|
25117
25150
|
"type": "reference",
|
|
25118
|
-
"name": "
|
|
25151
|
+
"name": "WebAppBodyProps.gridArea"
|
|
25119
25152
|
}
|
|
25120
25153
|
},
|
|
25121
25154
|
{
|
|
25122
|
-
"id":
|
|
25155
|
+
"id": 541,
|
|
25123
25156
|
"name": "gridAutoColumns",
|
|
25124
25157
|
"kind": 1024,
|
|
25125
25158
|
"kindString": "Property",
|
|
@@ -25209,7 +25242,7 @@
|
|
|
25209
25242
|
{
|
|
25210
25243
|
"type": "reflection",
|
|
25211
25244
|
"declaration": {
|
|
25212
|
-
"id":
|
|
25245
|
+
"id": 542,
|
|
25213
25246
|
"name": "__type",
|
|
25214
25247
|
"kind": 65536,
|
|
25215
25248
|
"kindString": "Type literal",
|
|
@@ -25223,14 +25256,14 @@
|
|
|
25223
25256
|
],
|
|
25224
25257
|
"signatures": [
|
|
25225
25258
|
{
|
|
25226
|
-
"id":
|
|
25259
|
+
"id": 543,
|
|
25227
25260
|
"name": "__type",
|
|
25228
25261
|
"kind": 4096,
|
|
25229
25262
|
"kindString": "Call signature",
|
|
25230
25263
|
"flags": {},
|
|
25231
25264
|
"parameters": [
|
|
25232
25265
|
{
|
|
25233
|
-
"id":
|
|
25266
|
+
"id": 544,
|
|
25234
25267
|
"name": "theme",
|
|
25235
25268
|
"kind": 32768,
|
|
25236
25269
|
"kindString": "Parameter",
|
|
@@ -25330,11 +25363,11 @@
|
|
|
25330
25363
|
},
|
|
25331
25364
|
"inheritedFrom": {
|
|
25332
25365
|
"type": "reference",
|
|
25333
|
-
"name": "
|
|
25366
|
+
"name": "WebAppBodyProps.gridAutoColumns"
|
|
25334
25367
|
}
|
|
25335
25368
|
},
|
|
25336
25369
|
{
|
|
25337
|
-
"id":
|
|
25370
|
+
"id": 537,
|
|
25338
25371
|
"name": "gridAutoFlow",
|
|
25339
25372
|
"kind": 1024,
|
|
25340
25373
|
"kindString": "Property",
|
|
@@ -25375,7 +25408,7 @@
|
|
|
25375
25408
|
{
|
|
25376
25409
|
"type": "reflection",
|
|
25377
25410
|
"declaration": {
|
|
25378
|
-
"id":
|
|
25411
|
+
"id": 538,
|
|
25379
25412
|
"name": "__type",
|
|
25380
25413
|
"kind": 65536,
|
|
25381
25414
|
"kindString": "Type literal",
|
|
@@ -25389,14 +25422,14 @@
|
|
|
25389
25422
|
],
|
|
25390
25423
|
"signatures": [
|
|
25391
25424
|
{
|
|
25392
|
-
"id":
|
|
25425
|
+
"id": 539,
|
|
25393
25426
|
"name": "__type",
|
|
25394
25427
|
"kind": 4096,
|
|
25395
25428
|
"kindString": "Call signature",
|
|
25396
25429
|
"flags": {},
|
|
25397
25430
|
"parameters": [
|
|
25398
25431
|
{
|
|
25399
|
-
"id":
|
|
25432
|
+
"id": 540,
|
|
25400
25433
|
"name": "theme",
|
|
25401
25434
|
"kind": 32768,
|
|
25402
25435
|
"kindString": "Parameter",
|
|
@@ -25447,11 +25480,11 @@
|
|
|
25447
25480
|
},
|
|
25448
25481
|
"inheritedFrom": {
|
|
25449
25482
|
"type": "reference",
|
|
25450
|
-
"name": "
|
|
25483
|
+
"name": "WebAppBodyProps.gridAutoFlow"
|
|
25451
25484
|
}
|
|
25452
25485
|
},
|
|
25453
25486
|
{
|
|
25454
|
-
"id":
|
|
25487
|
+
"id": 545,
|
|
25455
25488
|
"name": "gridAutoRows",
|
|
25456
25489
|
"kind": 1024,
|
|
25457
25490
|
"kindString": "Property",
|
|
@@ -25541,7 +25574,7 @@
|
|
|
25541
25574
|
{
|
|
25542
25575
|
"type": "reflection",
|
|
25543
25576
|
"declaration": {
|
|
25544
|
-
"id":
|
|
25577
|
+
"id": 546,
|
|
25545
25578
|
"name": "__type",
|
|
25546
25579
|
"kind": 65536,
|
|
25547
25580
|
"kindString": "Type literal",
|
|
@@ -25555,14 +25588,14 @@
|
|
|
25555
25588
|
],
|
|
25556
25589
|
"signatures": [
|
|
25557
25590
|
{
|
|
25558
|
-
"id":
|
|
25591
|
+
"id": 547,
|
|
25559
25592
|
"name": "__type",
|
|
25560
25593
|
"kind": 4096,
|
|
25561
25594
|
"kindString": "Call signature",
|
|
25562
25595
|
"flags": {},
|
|
25563
25596
|
"parameters": [
|
|
25564
25597
|
{
|
|
25565
|
-
"id":
|
|
25598
|
+
"id": 548,
|
|
25566
25599
|
"name": "theme",
|
|
25567
25600
|
"kind": 32768,
|
|
25568
25601
|
"kindString": "Parameter",
|
|
@@ -25662,11 +25695,11 @@
|
|
|
25662
25695
|
},
|
|
25663
25696
|
"inheritedFrom": {
|
|
25664
25697
|
"type": "reference",
|
|
25665
|
-
"name": "
|
|
25698
|
+
"name": "WebAppBodyProps.gridAutoRows"
|
|
25666
25699
|
}
|
|
25667
25700
|
},
|
|
25668
25701
|
{
|
|
25669
|
-
"id":
|
|
25702
|
+
"id": 529,
|
|
25670
25703
|
"name": "gridColumn",
|
|
25671
25704
|
"kind": 1024,
|
|
25672
25705
|
"kindString": "Property",
|
|
@@ -25726,7 +25759,7 @@
|
|
|
25726
25759
|
{
|
|
25727
25760
|
"type": "reflection",
|
|
25728
25761
|
"declaration": {
|
|
25729
|
-
"id":
|
|
25762
|
+
"id": 530,
|
|
25730
25763
|
"name": "__type",
|
|
25731
25764
|
"kind": 65536,
|
|
25732
25765
|
"kindString": "Type literal",
|
|
@@ -25740,14 +25773,14 @@
|
|
|
25740
25773
|
],
|
|
25741
25774
|
"signatures": [
|
|
25742
25775
|
{
|
|
25743
|
-
"id":
|
|
25776
|
+
"id": 531,
|
|
25744
25777
|
"name": "__type",
|
|
25745
25778
|
"kind": 4096,
|
|
25746
25779
|
"kindString": "Call signature",
|
|
25747
25780
|
"flags": {},
|
|
25748
25781
|
"parameters": [
|
|
25749
25782
|
{
|
|
25750
|
-
"id":
|
|
25783
|
+
"id": 532,
|
|
25751
25784
|
"name": "theme",
|
|
25752
25785
|
"kind": 32768,
|
|
25753
25786
|
"kindString": "Parameter",
|
|
@@ -25817,11 +25850,11 @@
|
|
|
25817
25850
|
},
|
|
25818
25851
|
"inheritedFrom": {
|
|
25819
25852
|
"type": "reference",
|
|
25820
|
-
"name": "
|
|
25853
|
+
"name": "WebAppBodyProps.gridColumn"
|
|
25821
25854
|
}
|
|
25822
25855
|
},
|
|
25823
25856
|
{
|
|
25824
|
-
"id":
|
|
25857
|
+
"id": 533,
|
|
25825
25858
|
"name": "gridRow",
|
|
25826
25859
|
"kind": 1024,
|
|
25827
25860
|
"kindString": "Property",
|
|
@@ -25881,7 +25914,7 @@
|
|
|
25881
25914
|
{
|
|
25882
25915
|
"type": "reflection",
|
|
25883
25916
|
"declaration": {
|
|
25884
|
-
"id":
|
|
25917
|
+
"id": 534,
|
|
25885
25918
|
"name": "__type",
|
|
25886
25919
|
"kind": 65536,
|
|
25887
25920
|
"kindString": "Type literal",
|
|
@@ -25895,14 +25928,14 @@
|
|
|
25895
25928
|
],
|
|
25896
25929
|
"signatures": [
|
|
25897
25930
|
{
|
|
25898
|
-
"id":
|
|
25931
|
+
"id": 535,
|
|
25899
25932
|
"name": "__type",
|
|
25900
25933
|
"kind": 4096,
|
|
25901
25934
|
"kindString": "Call signature",
|
|
25902
25935
|
"flags": {},
|
|
25903
25936
|
"parameters": [
|
|
25904
25937
|
{
|
|
25905
|
-
"id":
|
|
25938
|
+
"id": 536,
|
|
25906
25939
|
"name": "theme",
|
|
25907
25940
|
"kind": 32768,
|
|
25908
25941
|
"kindString": "Parameter",
|
|
@@ -25972,11 +26005,11 @@
|
|
|
25972
26005
|
},
|
|
25973
26006
|
"inheritedFrom": {
|
|
25974
26007
|
"type": "reference",
|
|
25975
|
-
"name": "
|
|
26008
|
+
"name": "WebAppBodyProps.gridRow"
|
|
25976
26009
|
}
|
|
25977
26010
|
},
|
|
25978
26011
|
{
|
|
25979
|
-
"id":
|
|
26012
|
+
"id": 557,
|
|
25980
26013
|
"name": "gridTemplateAreas",
|
|
25981
26014
|
"kind": 1024,
|
|
25982
26015
|
"kindString": "Property",
|
|
@@ -26017,7 +26050,7 @@
|
|
|
26017
26050
|
{
|
|
26018
26051
|
"type": "reflection",
|
|
26019
26052
|
"declaration": {
|
|
26020
|
-
"id":
|
|
26053
|
+
"id": 558,
|
|
26021
26054
|
"name": "__type",
|
|
26022
26055
|
"kind": 65536,
|
|
26023
26056
|
"kindString": "Type literal",
|
|
@@ -26031,14 +26064,14 @@
|
|
|
26031
26064
|
],
|
|
26032
26065
|
"signatures": [
|
|
26033
26066
|
{
|
|
26034
|
-
"id":
|
|
26067
|
+
"id": 559,
|
|
26035
26068
|
"name": "__type",
|
|
26036
26069
|
"kind": 4096,
|
|
26037
26070
|
"kindString": "Call signature",
|
|
26038
26071
|
"flags": {},
|
|
26039
26072
|
"parameters": [
|
|
26040
26073
|
{
|
|
26041
|
-
"id":
|
|
26074
|
+
"id": 560,
|
|
26042
26075
|
"name": "theme",
|
|
26043
26076
|
"kind": 32768,
|
|
26044
26077
|
"kindString": "Parameter",
|
|
@@ -26089,11 +26122,11 @@
|
|
|
26089
26122
|
},
|
|
26090
26123
|
"inheritedFrom": {
|
|
26091
26124
|
"type": "reference",
|
|
26092
|
-
"name": "
|
|
26125
|
+
"name": "WebAppBodyProps.gridTemplateAreas"
|
|
26093
26126
|
}
|
|
26094
26127
|
},
|
|
26095
26128
|
{
|
|
26096
|
-
"id":
|
|
26129
|
+
"id": 549,
|
|
26097
26130
|
"name": "gridTemplateColumns",
|
|
26098
26131
|
"kind": 1024,
|
|
26099
26132
|
"kindString": "Property",
|
|
@@ -26183,7 +26216,7 @@
|
|
|
26183
26216
|
{
|
|
26184
26217
|
"type": "reflection",
|
|
26185
26218
|
"declaration": {
|
|
26186
|
-
"id":
|
|
26219
|
+
"id": 550,
|
|
26187
26220
|
"name": "__type",
|
|
26188
26221
|
"kind": 65536,
|
|
26189
26222
|
"kindString": "Type literal",
|
|
@@ -26197,14 +26230,14 @@
|
|
|
26197
26230
|
],
|
|
26198
26231
|
"signatures": [
|
|
26199
26232
|
{
|
|
26200
|
-
"id":
|
|
26233
|
+
"id": 551,
|
|
26201
26234
|
"name": "__type",
|
|
26202
26235
|
"kind": 4096,
|
|
26203
26236
|
"kindString": "Call signature",
|
|
26204
26237
|
"flags": {},
|
|
26205
26238
|
"parameters": [
|
|
26206
26239
|
{
|
|
26207
|
-
"id":
|
|
26240
|
+
"id": 552,
|
|
26208
26241
|
"name": "theme",
|
|
26209
26242
|
"kind": 32768,
|
|
26210
26243
|
"kindString": "Parameter",
|
|
@@ -26304,11 +26337,11 @@
|
|
|
26304
26337
|
},
|
|
26305
26338
|
"inheritedFrom": {
|
|
26306
26339
|
"type": "reference",
|
|
26307
|
-
"name": "
|
|
26340
|
+
"name": "WebAppBodyProps.gridTemplateColumns"
|
|
26308
26341
|
}
|
|
26309
26342
|
},
|
|
26310
26343
|
{
|
|
26311
|
-
"id":
|
|
26344
|
+
"id": 553,
|
|
26312
26345
|
"name": "gridTemplateRows",
|
|
26313
26346
|
"kind": 1024,
|
|
26314
26347
|
"kindString": "Property",
|
|
@@ -26398,7 +26431,7 @@
|
|
|
26398
26431
|
{
|
|
26399
26432
|
"type": "reflection",
|
|
26400
26433
|
"declaration": {
|
|
26401
|
-
"id":
|
|
26434
|
+
"id": 554,
|
|
26402
26435
|
"name": "__type",
|
|
26403
26436
|
"kind": 65536,
|
|
26404
26437
|
"kindString": "Type literal",
|
|
@@ -26412,14 +26445,14 @@
|
|
|
26412
26445
|
],
|
|
26413
26446
|
"signatures": [
|
|
26414
26447
|
{
|
|
26415
|
-
"id":
|
|
26448
|
+
"id": 555,
|
|
26416
26449
|
"name": "__type",
|
|
26417
26450
|
"kind": 4096,
|
|
26418
26451
|
"kindString": "Call signature",
|
|
26419
26452
|
"flags": {},
|
|
26420
26453
|
"parameters": [
|
|
26421
26454
|
{
|
|
26422
|
-
"id":
|
|
26455
|
+
"id": 556,
|
|
26423
26456
|
"name": "theme",
|
|
26424
26457
|
"kind": 32768,
|
|
26425
26458
|
"kindString": "Parameter",
|
|
@@ -26519,11 +26552,11 @@
|
|
|
26519
26552
|
},
|
|
26520
26553
|
"inheritedFrom": {
|
|
26521
26554
|
"type": "reference",
|
|
26522
|
-
"name": "
|
|
26555
|
+
"name": "WebAppBodyProps.gridTemplateRows"
|
|
26523
26556
|
}
|
|
26524
26557
|
},
|
|
26525
26558
|
{
|
|
26526
|
-
"id":
|
|
26559
|
+
"id": 617,
|
|
26527
26560
|
"name": "height",
|
|
26528
26561
|
"kind": 1024,
|
|
26529
26562
|
"kindString": "Property",
|
|
@@ -26613,7 +26646,7 @@
|
|
|
26613
26646
|
{
|
|
26614
26647
|
"type": "reflection",
|
|
26615
26648
|
"declaration": {
|
|
26616
|
-
"id":
|
|
26649
|
+
"id": 618,
|
|
26617
26650
|
"name": "__type",
|
|
26618
26651
|
"kind": 65536,
|
|
26619
26652
|
"kindString": "Type literal",
|
|
@@ -26627,14 +26660,14 @@
|
|
|
26627
26660
|
],
|
|
26628
26661
|
"signatures": [
|
|
26629
26662
|
{
|
|
26630
|
-
"id":
|
|
26663
|
+
"id": 619,
|
|
26631
26664
|
"name": "__type",
|
|
26632
26665
|
"kind": 4096,
|
|
26633
26666
|
"kindString": "Call signature",
|
|
26634
26667
|
"flags": {},
|
|
26635
26668
|
"parameters": [
|
|
26636
26669
|
{
|
|
26637
|
-
"id":
|
|
26670
|
+
"id": 620,
|
|
26638
26671
|
"name": "theme",
|
|
26639
26672
|
"kind": 32768,
|
|
26640
26673
|
"kindString": "Parameter",
|
|
@@ -26734,11 +26767,11 @@
|
|
|
26734
26767
|
},
|
|
26735
26768
|
"inheritedFrom": {
|
|
26736
26769
|
"type": "reference",
|
|
26737
|
-
"name": "
|
|
26770
|
+
"name": "WebAppBodyProps.height"
|
|
26738
26771
|
}
|
|
26739
26772
|
},
|
|
26740
26773
|
{
|
|
26741
|
-
"id":
|
|
26774
|
+
"id": 477,
|
|
26742
26775
|
"name": "justifyContent",
|
|
26743
26776
|
"kind": 1024,
|
|
26744
26777
|
"kindString": "Property",
|
|
@@ -26779,7 +26812,7 @@
|
|
|
26779
26812
|
{
|
|
26780
26813
|
"type": "reflection",
|
|
26781
26814
|
"declaration": {
|
|
26782
|
-
"id":
|
|
26815
|
+
"id": 478,
|
|
26783
26816
|
"name": "__type",
|
|
26784
26817
|
"kind": 65536,
|
|
26785
26818
|
"kindString": "Type literal",
|
|
@@ -26793,14 +26826,14 @@
|
|
|
26793
26826
|
],
|
|
26794
26827
|
"signatures": [
|
|
26795
26828
|
{
|
|
26796
|
-
"id":
|
|
26829
|
+
"id": 479,
|
|
26797
26830
|
"name": "__type",
|
|
26798
26831
|
"kind": 4096,
|
|
26799
26832
|
"kindString": "Call signature",
|
|
26800
26833
|
"flags": {},
|
|
26801
26834
|
"parameters": [
|
|
26802
26835
|
{
|
|
26803
|
-
"id":
|
|
26836
|
+
"id": 480,
|
|
26804
26837
|
"name": "theme",
|
|
26805
26838
|
"kind": 32768,
|
|
26806
26839
|
"kindString": "Parameter",
|
|
@@ -26851,11 +26884,11 @@
|
|
|
26851
26884
|
},
|
|
26852
26885
|
"inheritedFrom": {
|
|
26853
26886
|
"type": "reference",
|
|
26854
|
-
"name": "
|
|
26887
|
+
"name": "WebAppBodyProps.justifyContent"
|
|
26855
26888
|
}
|
|
26856
26889
|
},
|
|
26857
26890
|
{
|
|
26858
|
-
"id":
|
|
26891
|
+
"id": 509,
|
|
26859
26892
|
"name": "justifyItems",
|
|
26860
26893
|
"kind": 1024,
|
|
26861
26894
|
"kindString": "Property",
|
|
@@ -26896,7 +26929,7 @@
|
|
|
26896
26929
|
{
|
|
26897
26930
|
"type": "reflection",
|
|
26898
26931
|
"declaration": {
|
|
26899
|
-
"id":
|
|
26932
|
+
"id": 510,
|
|
26900
26933
|
"name": "__type",
|
|
26901
26934
|
"kind": 65536,
|
|
26902
26935
|
"kindString": "Type literal",
|
|
@@ -26910,14 +26943,14 @@
|
|
|
26910
26943
|
],
|
|
26911
26944
|
"signatures": [
|
|
26912
26945
|
{
|
|
26913
|
-
"id":
|
|
26946
|
+
"id": 511,
|
|
26914
26947
|
"name": "__type",
|
|
26915
26948
|
"kind": 4096,
|
|
26916
26949
|
"kindString": "Call signature",
|
|
26917
26950
|
"flags": {},
|
|
26918
26951
|
"parameters": [
|
|
26919
26952
|
{
|
|
26920
|
-
"id":
|
|
26953
|
+
"id": 512,
|
|
26921
26954
|
"name": "theme",
|
|
26922
26955
|
"kind": 32768,
|
|
26923
26956
|
"kindString": "Parameter",
|
|
@@ -26968,11 +27001,11 @@
|
|
|
26968
27001
|
},
|
|
26969
27002
|
"inheritedFrom": {
|
|
26970
27003
|
"type": "reference",
|
|
26971
|
-
"name": "
|
|
27004
|
+
"name": "WebAppBodyProps.justifyItems"
|
|
26972
27005
|
}
|
|
26973
27006
|
},
|
|
26974
27007
|
{
|
|
26975
|
-
"id":
|
|
27008
|
+
"id": 513,
|
|
26976
27009
|
"name": "justifySelf",
|
|
26977
27010
|
"kind": 1024,
|
|
26978
27011
|
"kindString": "Property",
|
|
@@ -27013,7 +27046,7 @@
|
|
|
27013
27046
|
{
|
|
27014
27047
|
"type": "reflection",
|
|
27015
27048
|
"declaration": {
|
|
27016
|
-
"id":
|
|
27049
|
+
"id": 514,
|
|
27017
27050
|
"name": "__type",
|
|
27018
27051
|
"kind": 65536,
|
|
27019
27052
|
"kindString": "Type literal",
|
|
@@ -27027,14 +27060,14 @@
|
|
|
27027
27060
|
],
|
|
27028
27061
|
"signatures": [
|
|
27029
27062
|
{
|
|
27030
|
-
"id":
|
|
27063
|
+
"id": 515,
|
|
27031
27064
|
"name": "__type",
|
|
27032
27065
|
"kind": 4096,
|
|
27033
27066
|
"kindString": "Call signature",
|
|
27034
27067
|
"flags": {},
|
|
27035
27068
|
"parameters": [
|
|
27036
27069
|
{
|
|
27037
|
-
"id":
|
|
27070
|
+
"id": 516,
|
|
27038
27071
|
"name": "theme",
|
|
27039
27072
|
"kind": 32768,
|
|
27040
27073
|
"kindString": "Parameter",
|
|
@@ -27085,11 +27118,11 @@
|
|
|
27085
27118
|
},
|
|
27086
27119
|
"inheritedFrom": {
|
|
27087
27120
|
"type": "reference",
|
|
27088
|
-
"name": "
|
|
27121
|
+
"name": "WebAppBodyProps.justifySelf"
|
|
27089
27122
|
}
|
|
27090
27123
|
},
|
|
27091
27124
|
{
|
|
27092
|
-
"id":
|
|
27125
|
+
"id": 597,
|
|
27093
27126
|
"name": "left",
|
|
27094
27127
|
"kind": 1024,
|
|
27095
27128
|
"kindString": "Property",
|
|
@@ -27179,7 +27212,7 @@
|
|
|
27179
27212
|
{
|
|
27180
27213
|
"type": "reflection",
|
|
27181
27214
|
"declaration": {
|
|
27182
|
-
"id":
|
|
27215
|
+
"id": 598,
|
|
27183
27216
|
"name": "__type",
|
|
27184
27217
|
"kind": 65536,
|
|
27185
27218
|
"kindString": "Type literal",
|
|
@@ -27193,14 +27226,14 @@
|
|
|
27193
27226
|
],
|
|
27194
27227
|
"signatures": [
|
|
27195
27228
|
{
|
|
27196
|
-
"id":
|
|
27229
|
+
"id": 599,
|
|
27197
27230
|
"name": "__type",
|
|
27198
27231
|
"kind": 4096,
|
|
27199
27232
|
"kindString": "Call signature",
|
|
27200
27233
|
"flags": {},
|
|
27201
27234
|
"parameters": [
|
|
27202
27235
|
{
|
|
27203
|
-
"id":
|
|
27236
|
+
"id": 600,
|
|
27204
27237
|
"name": "theme",
|
|
27205
27238
|
"kind": 32768,
|
|
27206
27239
|
"kindString": "Parameter",
|
|
@@ -27300,11 +27333,11 @@
|
|
|
27300
27333
|
},
|
|
27301
27334
|
"inheritedFrom": {
|
|
27302
27335
|
"type": "reference",
|
|
27303
|
-
"name": "
|
|
27336
|
+
"name": "WebAppBodyProps.left"
|
|
27304
27337
|
}
|
|
27305
27338
|
},
|
|
27306
27339
|
{
|
|
27307
|
-
"id":
|
|
27340
|
+
"id": 769,
|
|
27308
27341
|
"name": "letterSpacing",
|
|
27309
27342
|
"kind": 1024,
|
|
27310
27343
|
"kindString": "Property",
|
|
@@ -27394,7 +27427,7 @@
|
|
|
27394
27427
|
{
|
|
27395
27428
|
"type": "reflection",
|
|
27396
27429
|
"declaration": {
|
|
27397
|
-
"id":
|
|
27430
|
+
"id": 770,
|
|
27398
27431
|
"name": "__type",
|
|
27399
27432
|
"kind": 65536,
|
|
27400
27433
|
"kindString": "Type literal",
|
|
@@ -27408,14 +27441,14 @@
|
|
|
27408
27441
|
],
|
|
27409
27442
|
"signatures": [
|
|
27410
27443
|
{
|
|
27411
|
-
"id":
|
|
27444
|
+
"id": 771,
|
|
27412
27445
|
"name": "__type",
|
|
27413
27446
|
"kind": 4096,
|
|
27414
27447
|
"kindString": "Call signature",
|
|
27415
27448
|
"flags": {},
|
|
27416
27449
|
"parameters": [
|
|
27417
27450
|
{
|
|
27418
|
-
"id":
|
|
27451
|
+
"id": 772,
|
|
27419
27452
|
"name": "theme",
|
|
27420
27453
|
"kind": 32768,
|
|
27421
27454
|
"kindString": "Parameter",
|
|
@@ -27515,11 +27548,11 @@
|
|
|
27515
27548
|
},
|
|
27516
27549
|
"inheritedFrom": {
|
|
27517
27550
|
"type": "reference",
|
|
27518
|
-
"name": "
|
|
27551
|
+
"name": "WebAppBodyProps.letterSpacing"
|
|
27519
27552
|
}
|
|
27520
27553
|
},
|
|
27521
27554
|
{
|
|
27522
|
-
"id":
|
|
27555
|
+
"id": 773,
|
|
27523
27556
|
"name": "lineHeight",
|
|
27524
27557
|
"kind": 1024,
|
|
27525
27558
|
"kindString": "Property",
|
|
@@ -27609,7 +27642,7 @@
|
|
|
27609
27642
|
{
|
|
27610
27643
|
"type": "reflection",
|
|
27611
27644
|
"declaration": {
|
|
27612
|
-
"id":
|
|
27645
|
+
"id": 774,
|
|
27613
27646
|
"name": "__type",
|
|
27614
27647
|
"kind": 65536,
|
|
27615
27648
|
"kindString": "Type literal",
|
|
@@ -27623,14 +27656,14 @@
|
|
|
27623
27656
|
],
|
|
27624
27657
|
"signatures": [
|
|
27625
27658
|
{
|
|
27626
|
-
"id":
|
|
27659
|
+
"id": 775,
|
|
27627
27660
|
"name": "__type",
|
|
27628
27661
|
"kind": 4096,
|
|
27629
27662
|
"kindString": "Call signature",
|
|
27630
27663
|
"flags": {},
|
|
27631
27664
|
"parameters": [
|
|
27632
27665
|
{
|
|
27633
|
-
"id":
|
|
27666
|
+
"id": 776,
|
|
27634
27667
|
"name": "theme",
|
|
27635
27668
|
"kind": 32768,
|
|
27636
27669
|
"kindString": "Parameter",
|
|
@@ -27730,11 +27763,11 @@
|
|
|
27730
27763
|
},
|
|
27731
27764
|
"inheritedFrom": {
|
|
27732
27765
|
"type": "reference",
|
|
27733
|
-
"name": "
|
|
27766
|
+
"name": "WebAppBodyProps.lineHeight"
|
|
27734
27767
|
}
|
|
27735
27768
|
},
|
|
27736
27769
|
{
|
|
27737
|
-
"id":
|
|
27770
|
+
"id": 633,
|
|
27738
27771
|
"name": "m",
|
|
27739
27772
|
"kind": 1024,
|
|
27740
27773
|
"kindString": "Property",
|
|
@@ -27824,7 +27857,7 @@
|
|
|
27824
27857
|
{
|
|
27825
27858
|
"type": "reflection",
|
|
27826
27859
|
"declaration": {
|
|
27827
|
-
"id":
|
|
27860
|
+
"id": 634,
|
|
27828
27861
|
"name": "__type",
|
|
27829
27862
|
"kind": 65536,
|
|
27830
27863
|
"kindString": "Type literal",
|
|
@@ -27838,14 +27871,14 @@
|
|
|
27838
27871
|
],
|
|
27839
27872
|
"signatures": [
|
|
27840
27873
|
{
|
|
27841
|
-
"id":
|
|
27874
|
+
"id": 635,
|
|
27842
27875
|
"name": "__type",
|
|
27843
27876
|
"kind": 4096,
|
|
27844
27877
|
"kindString": "Call signature",
|
|
27845
27878
|
"flags": {},
|
|
27846
27879
|
"parameters": [
|
|
27847
27880
|
{
|
|
27848
|
-
"id":
|
|
27881
|
+
"id": 636,
|
|
27849
27882
|
"name": "theme",
|
|
27850
27883
|
"kind": 32768,
|
|
27851
27884
|
"kindString": "Parameter",
|
|
@@ -27945,11 +27978,11 @@
|
|
|
27945
27978
|
},
|
|
27946
27979
|
"inheritedFrom": {
|
|
27947
27980
|
"type": "reference",
|
|
27948
|
-
"name": "
|
|
27981
|
+
"name": "WebAppBodyProps.m"
|
|
27949
27982
|
}
|
|
27950
27983
|
},
|
|
27951
27984
|
{
|
|
27952
|
-
"id":
|
|
27985
|
+
"id": 689,
|
|
27953
27986
|
"name": "margin",
|
|
27954
27987
|
"kind": 1024,
|
|
27955
27988
|
"kindString": "Property",
|
|
@@ -28039,7 +28072,7 @@
|
|
|
28039
28072
|
{
|
|
28040
28073
|
"type": "reflection",
|
|
28041
28074
|
"declaration": {
|
|
28042
|
-
"id":
|
|
28075
|
+
"id": 690,
|
|
28043
28076
|
"name": "__type",
|
|
28044
28077
|
"kind": 65536,
|
|
28045
28078
|
"kindString": "Type literal",
|
|
@@ -28053,14 +28086,14 @@
|
|
|
28053
28086
|
],
|
|
28054
28087
|
"signatures": [
|
|
28055
28088
|
{
|
|
28056
|
-
"id":
|
|
28089
|
+
"id": 691,
|
|
28057
28090
|
"name": "__type",
|
|
28058
28091
|
"kind": 4096,
|
|
28059
28092
|
"kindString": "Call signature",
|
|
28060
28093
|
"flags": {},
|
|
28061
28094
|
"parameters": [
|
|
28062
28095
|
{
|
|
28063
|
-
"id":
|
|
28096
|
+
"id": 692,
|
|
28064
28097
|
"name": "theme",
|
|
28065
28098
|
"kind": 32768,
|
|
28066
28099
|
"kindString": "Parameter",
|
|
@@ -28160,11 +28193,11 @@
|
|
|
28160
28193
|
},
|
|
28161
28194
|
"inheritedFrom": {
|
|
28162
28195
|
"type": "reference",
|
|
28163
|
-
"name": "
|
|
28196
|
+
"name": "WebAppBodyProps.margin"
|
|
28164
28197
|
}
|
|
28165
28198
|
},
|
|
28166
28199
|
{
|
|
28167
|
-
"id":
|
|
28200
|
+
"id": 701,
|
|
28168
28201
|
"name": "marginBottom",
|
|
28169
28202
|
"kind": 1024,
|
|
28170
28203
|
"kindString": "Property",
|
|
@@ -28254,7 +28287,7 @@
|
|
|
28254
28287
|
{
|
|
28255
28288
|
"type": "reflection",
|
|
28256
28289
|
"declaration": {
|
|
28257
|
-
"id":
|
|
28290
|
+
"id": 702,
|
|
28258
28291
|
"name": "__type",
|
|
28259
28292
|
"kind": 65536,
|
|
28260
28293
|
"kindString": "Type literal",
|
|
@@ -28268,14 +28301,14 @@
|
|
|
28268
28301
|
],
|
|
28269
28302
|
"signatures": [
|
|
28270
28303
|
{
|
|
28271
|
-
"id":
|
|
28304
|
+
"id": 703,
|
|
28272
28305
|
"name": "__type",
|
|
28273
28306
|
"kind": 4096,
|
|
28274
28307
|
"kindString": "Call signature",
|
|
28275
28308
|
"flags": {},
|
|
28276
28309
|
"parameters": [
|
|
28277
28310
|
{
|
|
28278
|
-
"id":
|
|
28311
|
+
"id": 704,
|
|
28279
28312
|
"name": "theme",
|
|
28280
28313
|
"kind": 32768,
|
|
28281
28314
|
"kindString": "Parameter",
|
|
@@ -28375,11 +28408,11 @@
|
|
|
28375
28408
|
},
|
|
28376
28409
|
"inheritedFrom": {
|
|
28377
28410
|
"type": "reference",
|
|
28378
|
-
"name": "
|
|
28411
|
+
"name": "WebAppBodyProps.marginBottom"
|
|
28379
28412
|
}
|
|
28380
28413
|
},
|
|
28381
28414
|
{
|
|
28382
|
-
"id":
|
|
28415
|
+
"id": 705,
|
|
28383
28416
|
"name": "marginLeft",
|
|
28384
28417
|
"kind": 1024,
|
|
28385
28418
|
"kindString": "Property",
|
|
@@ -28469,7 +28502,7 @@
|
|
|
28469
28502
|
{
|
|
28470
28503
|
"type": "reflection",
|
|
28471
28504
|
"declaration": {
|
|
28472
|
-
"id":
|
|
28505
|
+
"id": 706,
|
|
28473
28506
|
"name": "__type",
|
|
28474
28507
|
"kind": 65536,
|
|
28475
28508
|
"kindString": "Type literal",
|
|
@@ -28483,14 +28516,14 @@
|
|
|
28483
28516
|
],
|
|
28484
28517
|
"signatures": [
|
|
28485
28518
|
{
|
|
28486
|
-
"id":
|
|
28519
|
+
"id": 707,
|
|
28487
28520
|
"name": "__type",
|
|
28488
28521
|
"kind": 4096,
|
|
28489
28522
|
"kindString": "Call signature",
|
|
28490
28523
|
"flags": {},
|
|
28491
28524
|
"parameters": [
|
|
28492
28525
|
{
|
|
28493
|
-
"id":
|
|
28526
|
+
"id": 708,
|
|
28494
28527
|
"name": "theme",
|
|
28495
28528
|
"kind": 32768,
|
|
28496
28529
|
"kindString": "Parameter",
|
|
@@ -28590,11 +28623,11 @@
|
|
|
28590
28623
|
},
|
|
28591
28624
|
"inheritedFrom": {
|
|
28592
28625
|
"type": "reference",
|
|
28593
|
-
"name": "
|
|
28626
|
+
"name": "WebAppBodyProps.marginLeft"
|
|
28594
28627
|
}
|
|
28595
28628
|
},
|
|
28596
28629
|
{
|
|
28597
|
-
"id":
|
|
28630
|
+
"id": 697,
|
|
28598
28631
|
"name": "marginRight",
|
|
28599
28632
|
"kind": 1024,
|
|
28600
28633
|
"kindString": "Property",
|
|
@@ -28684,7 +28717,7 @@
|
|
|
28684
28717
|
{
|
|
28685
28718
|
"type": "reflection",
|
|
28686
28719
|
"declaration": {
|
|
28687
|
-
"id":
|
|
28720
|
+
"id": 698,
|
|
28688
28721
|
"name": "__type",
|
|
28689
28722
|
"kind": 65536,
|
|
28690
28723
|
"kindString": "Type literal",
|
|
@@ -28698,14 +28731,14 @@
|
|
|
28698
28731
|
],
|
|
28699
28732
|
"signatures": [
|
|
28700
28733
|
{
|
|
28701
|
-
"id":
|
|
28734
|
+
"id": 699,
|
|
28702
28735
|
"name": "__type",
|
|
28703
28736
|
"kind": 4096,
|
|
28704
28737
|
"kindString": "Call signature",
|
|
28705
28738
|
"flags": {},
|
|
28706
28739
|
"parameters": [
|
|
28707
28740
|
{
|
|
28708
|
-
"id":
|
|
28741
|
+
"id": 700,
|
|
28709
28742
|
"name": "theme",
|
|
28710
28743
|
"kind": 32768,
|
|
28711
28744
|
"kindString": "Parameter",
|
|
@@ -28805,11 +28838,11 @@
|
|
|
28805
28838
|
},
|
|
28806
28839
|
"inheritedFrom": {
|
|
28807
28840
|
"type": "reference",
|
|
28808
|
-
"name": "
|
|
28841
|
+
"name": "WebAppBodyProps.marginRight"
|
|
28809
28842
|
}
|
|
28810
28843
|
},
|
|
28811
28844
|
{
|
|
28812
|
-
"id":
|
|
28845
|
+
"id": 693,
|
|
28813
28846
|
"name": "marginTop",
|
|
28814
28847
|
"kind": 1024,
|
|
28815
28848
|
"kindString": "Property",
|
|
@@ -28899,7 +28932,7 @@
|
|
|
28899
28932
|
{
|
|
28900
28933
|
"type": "reflection",
|
|
28901
28934
|
"declaration": {
|
|
28902
|
-
"id":
|
|
28935
|
+
"id": 694,
|
|
28903
28936
|
"name": "__type",
|
|
28904
28937
|
"kind": 65536,
|
|
28905
28938
|
"kindString": "Type literal",
|
|
@@ -28913,14 +28946,14 @@
|
|
|
28913
28946
|
],
|
|
28914
28947
|
"signatures": [
|
|
28915
28948
|
{
|
|
28916
|
-
"id":
|
|
28949
|
+
"id": 695,
|
|
28917
28950
|
"name": "__type",
|
|
28918
28951
|
"kind": 4096,
|
|
28919
28952
|
"kindString": "Call signature",
|
|
28920
28953
|
"flags": {},
|
|
28921
28954
|
"parameters": [
|
|
28922
28955
|
{
|
|
28923
|
-
"id":
|
|
28956
|
+
"id": 696,
|
|
28924
28957
|
"name": "theme",
|
|
28925
28958
|
"kind": 32768,
|
|
28926
28959
|
"kindString": "Parameter",
|
|
@@ -29020,11 +29053,11 @@
|
|
|
29020
29053
|
},
|
|
29021
29054
|
"inheritedFrom": {
|
|
29022
29055
|
"type": "reference",
|
|
29023
|
-
"name": "
|
|
29056
|
+
"name": "WebAppBodyProps.marginTop"
|
|
29024
29057
|
}
|
|
29025
29058
|
},
|
|
29026
29059
|
{
|
|
29027
|
-
"id":
|
|
29060
|
+
"id": 709,
|
|
29028
29061
|
"name": "marginX",
|
|
29029
29062
|
"kind": 1024,
|
|
29030
29063
|
"kindString": "Property",
|
|
@@ -29114,7 +29147,7 @@
|
|
|
29114
29147
|
{
|
|
29115
29148
|
"type": "reflection",
|
|
29116
29149
|
"declaration": {
|
|
29117
|
-
"id":
|
|
29150
|
+
"id": 710,
|
|
29118
29151
|
"name": "__type",
|
|
29119
29152
|
"kind": 65536,
|
|
29120
29153
|
"kindString": "Type literal",
|
|
@@ -29128,14 +29161,14 @@
|
|
|
29128
29161
|
],
|
|
29129
29162
|
"signatures": [
|
|
29130
29163
|
{
|
|
29131
|
-
"id":
|
|
29164
|
+
"id": 711,
|
|
29132
29165
|
"name": "__type",
|
|
29133
29166
|
"kind": 4096,
|
|
29134
29167
|
"kindString": "Call signature",
|
|
29135
29168
|
"flags": {},
|
|
29136
29169
|
"parameters": [
|
|
29137
29170
|
{
|
|
29138
|
-
"id":
|
|
29171
|
+
"id": 712,
|
|
29139
29172
|
"name": "theme",
|
|
29140
29173
|
"kind": 32768,
|
|
29141
29174
|
"kindString": "Parameter",
|
|
@@ -29235,11 +29268,11 @@
|
|
|
29235
29268
|
},
|
|
29236
29269
|
"inheritedFrom": {
|
|
29237
29270
|
"type": "reference",
|
|
29238
|
-
"name": "
|
|
29271
|
+
"name": "WebAppBodyProps.marginX"
|
|
29239
29272
|
}
|
|
29240
29273
|
},
|
|
29241
29274
|
{
|
|
29242
|
-
"id":
|
|
29275
|
+
"id": 713,
|
|
29243
29276
|
"name": "marginY",
|
|
29244
29277
|
"kind": 1024,
|
|
29245
29278
|
"kindString": "Property",
|
|
@@ -29329,7 +29362,7 @@
|
|
|
29329
29362
|
{
|
|
29330
29363
|
"type": "reflection",
|
|
29331
29364
|
"declaration": {
|
|
29332
|
-
"id":
|
|
29365
|
+
"id": 714,
|
|
29333
29366
|
"name": "__type",
|
|
29334
29367
|
"kind": 65536,
|
|
29335
29368
|
"kindString": "Type literal",
|
|
@@ -29343,14 +29376,14 @@
|
|
|
29343
29376
|
],
|
|
29344
29377
|
"signatures": [
|
|
29345
29378
|
{
|
|
29346
|
-
"id":
|
|
29379
|
+
"id": 715,
|
|
29347
29380
|
"name": "__type",
|
|
29348
29381
|
"kind": 4096,
|
|
29349
29382
|
"kindString": "Call signature",
|
|
29350
29383
|
"flags": {},
|
|
29351
29384
|
"parameters": [
|
|
29352
29385
|
{
|
|
29353
|
-
"id":
|
|
29386
|
+
"id": 716,
|
|
29354
29387
|
"name": "theme",
|
|
29355
29388
|
"kind": 32768,
|
|
29356
29389
|
"kindString": "Parameter",
|
|
@@ -29450,11 +29483,11 @@
|
|
|
29450
29483
|
},
|
|
29451
29484
|
"inheritedFrom": {
|
|
29452
29485
|
"type": "reference",
|
|
29453
|
-
"name": "
|
|
29486
|
+
"name": "WebAppBodyProps.marginY"
|
|
29454
29487
|
}
|
|
29455
29488
|
},
|
|
29456
29489
|
{
|
|
29457
|
-
"id":
|
|
29490
|
+
"id": 621,
|
|
29458
29491
|
"name": "maxHeight",
|
|
29459
29492
|
"kind": 1024,
|
|
29460
29493
|
"kindString": "Property",
|
|
@@ -29544,7 +29577,7 @@
|
|
|
29544
29577
|
{
|
|
29545
29578
|
"type": "reflection",
|
|
29546
29579
|
"declaration": {
|
|
29547
|
-
"id":
|
|
29580
|
+
"id": 622,
|
|
29548
29581
|
"name": "__type",
|
|
29549
29582
|
"kind": 65536,
|
|
29550
29583
|
"kindString": "Type literal",
|
|
@@ -29558,14 +29591,14 @@
|
|
|
29558
29591
|
],
|
|
29559
29592
|
"signatures": [
|
|
29560
29593
|
{
|
|
29561
|
-
"id":
|
|
29594
|
+
"id": 623,
|
|
29562
29595
|
"name": "__type",
|
|
29563
29596
|
"kind": 4096,
|
|
29564
29597
|
"kindString": "Call signature",
|
|
29565
29598
|
"flags": {},
|
|
29566
29599
|
"parameters": [
|
|
29567
29600
|
{
|
|
29568
|
-
"id":
|
|
29601
|
+
"id": 624,
|
|
29569
29602
|
"name": "theme",
|
|
29570
29603
|
"kind": 32768,
|
|
29571
29604
|
"kindString": "Parameter",
|
|
@@ -29665,11 +29698,11 @@
|
|
|
29665
29698
|
},
|
|
29666
29699
|
"inheritedFrom": {
|
|
29667
29700
|
"type": "reference",
|
|
29668
|
-
"name": "
|
|
29701
|
+
"name": "WebAppBodyProps.maxHeight"
|
|
29669
29702
|
}
|
|
29670
29703
|
},
|
|
29671
29704
|
{
|
|
29672
|
-
"id":
|
|
29705
|
+
"id": 609,
|
|
29673
29706
|
"name": "maxWidth",
|
|
29674
29707
|
"kind": 1024,
|
|
29675
29708
|
"kindString": "Property",
|
|
@@ -29759,7 +29792,7 @@
|
|
|
29759
29792
|
{
|
|
29760
29793
|
"type": "reflection",
|
|
29761
29794
|
"declaration": {
|
|
29762
|
-
"id":
|
|
29795
|
+
"id": 610,
|
|
29763
29796
|
"name": "__type",
|
|
29764
29797
|
"kind": 65536,
|
|
29765
29798
|
"kindString": "Type literal",
|
|
@@ -29773,14 +29806,14 @@
|
|
|
29773
29806
|
],
|
|
29774
29807
|
"signatures": [
|
|
29775
29808
|
{
|
|
29776
|
-
"id":
|
|
29809
|
+
"id": 611,
|
|
29777
29810
|
"name": "__type",
|
|
29778
29811
|
"kind": 4096,
|
|
29779
29812
|
"kindString": "Call signature",
|
|
29780
29813
|
"flags": {},
|
|
29781
29814
|
"parameters": [
|
|
29782
29815
|
{
|
|
29783
|
-
"id":
|
|
29816
|
+
"id": 612,
|
|
29784
29817
|
"name": "theme",
|
|
29785
29818
|
"kind": 32768,
|
|
29786
29819
|
"kindString": "Parameter",
|
|
@@ -29880,11 +29913,11 @@
|
|
|
29880
29913
|
},
|
|
29881
29914
|
"inheritedFrom": {
|
|
29882
29915
|
"type": "reference",
|
|
29883
|
-
"name": "
|
|
29916
|
+
"name": "WebAppBodyProps.maxWidth"
|
|
29884
29917
|
}
|
|
29885
29918
|
},
|
|
29886
29919
|
{
|
|
29887
|
-
"id":
|
|
29920
|
+
"id": 645,
|
|
29888
29921
|
"name": "mb",
|
|
29889
29922
|
"kind": 1024,
|
|
29890
29923
|
"kindString": "Property",
|
|
@@ -29974,7 +30007,7 @@
|
|
|
29974
30007
|
{
|
|
29975
30008
|
"type": "reflection",
|
|
29976
30009
|
"declaration": {
|
|
29977
|
-
"id":
|
|
30010
|
+
"id": 646,
|
|
29978
30011
|
"name": "__type",
|
|
29979
30012
|
"kind": 65536,
|
|
29980
30013
|
"kindString": "Type literal",
|
|
@@ -29988,14 +30021,14 @@
|
|
|
29988
30021
|
],
|
|
29989
30022
|
"signatures": [
|
|
29990
30023
|
{
|
|
29991
|
-
"id":
|
|
30024
|
+
"id": 647,
|
|
29992
30025
|
"name": "__type",
|
|
29993
30026
|
"kind": 4096,
|
|
29994
30027
|
"kindString": "Call signature",
|
|
29995
30028
|
"flags": {},
|
|
29996
30029
|
"parameters": [
|
|
29997
30030
|
{
|
|
29998
|
-
"id":
|
|
30031
|
+
"id": 648,
|
|
29999
30032
|
"name": "theme",
|
|
30000
30033
|
"kind": 32768,
|
|
30001
30034
|
"kindString": "Parameter",
|
|
@@ -30095,11 +30128,11 @@
|
|
|
30095
30128
|
},
|
|
30096
30129
|
"inheritedFrom": {
|
|
30097
30130
|
"type": "reference",
|
|
30098
|
-
"name": "
|
|
30131
|
+
"name": "WebAppBodyProps.mb"
|
|
30099
30132
|
}
|
|
30100
30133
|
},
|
|
30101
30134
|
{
|
|
30102
|
-
"id":
|
|
30135
|
+
"id": 625,
|
|
30103
30136
|
"name": "minHeight",
|
|
30104
30137
|
"kind": 1024,
|
|
30105
30138
|
"kindString": "Property",
|
|
@@ -30189,7 +30222,7 @@
|
|
|
30189
30222
|
{
|
|
30190
30223
|
"type": "reflection",
|
|
30191
30224
|
"declaration": {
|
|
30192
|
-
"id":
|
|
30225
|
+
"id": 626,
|
|
30193
30226
|
"name": "__type",
|
|
30194
30227
|
"kind": 65536,
|
|
30195
30228
|
"kindString": "Type literal",
|
|
@@ -30203,14 +30236,14 @@
|
|
|
30203
30236
|
],
|
|
30204
30237
|
"signatures": [
|
|
30205
30238
|
{
|
|
30206
|
-
"id":
|
|
30239
|
+
"id": 627,
|
|
30207
30240
|
"name": "__type",
|
|
30208
30241
|
"kind": 4096,
|
|
30209
30242
|
"kindString": "Call signature",
|
|
30210
30243
|
"flags": {},
|
|
30211
30244
|
"parameters": [
|
|
30212
30245
|
{
|
|
30213
|
-
"id":
|
|
30246
|
+
"id": 628,
|
|
30214
30247
|
"name": "theme",
|
|
30215
30248
|
"kind": 32768,
|
|
30216
30249
|
"kindString": "Parameter",
|
|
@@ -30310,11 +30343,11 @@
|
|
|
30310
30343
|
},
|
|
30311
30344
|
"inheritedFrom": {
|
|
30312
30345
|
"type": "reference",
|
|
30313
|
-
"name": "
|
|
30346
|
+
"name": "WebAppBodyProps.minHeight"
|
|
30314
30347
|
}
|
|
30315
30348
|
},
|
|
30316
30349
|
{
|
|
30317
|
-
"id":
|
|
30350
|
+
"id": 613,
|
|
30318
30351
|
"name": "minWidth",
|
|
30319
30352
|
"kind": 1024,
|
|
30320
30353
|
"kindString": "Property",
|
|
@@ -30404,7 +30437,7 @@
|
|
|
30404
30437
|
{
|
|
30405
30438
|
"type": "reflection",
|
|
30406
30439
|
"declaration": {
|
|
30407
|
-
"id":
|
|
30440
|
+
"id": 614,
|
|
30408
30441
|
"name": "__type",
|
|
30409
30442
|
"kind": 65536,
|
|
30410
30443
|
"kindString": "Type literal",
|
|
@@ -30418,14 +30451,14 @@
|
|
|
30418
30451
|
],
|
|
30419
30452
|
"signatures": [
|
|
30420
30453
|
{
|
|
30421
|
-
"id":
|
|
30454
|
+
"id": 615,
|
|
30422
30455
|
"name": "__type",
|
|
30423
30456
|
"kind": 4096,
|
|
30424
30457
|
"kindString": "Call signature",
|
|
30425
30458
|
"flags": {},
|
|
30426
30459
|
"parameters": [
|
|
30427
30460
|
{
|
|
30428
|
-
"id":
|
|
30461
|
+
"id": 616,
|
|
30429
30462
|
"name": "theme",
|
|
30430
30463
|
"kind": 32768,
|
|
30431
30464
|
"kindString": "Parameter",
|
|
@@ -30525,11 +30558,11 @@
|
|
|
30525
30558
|
},
|
|
30526
30559
|
"inheritedFrom": {
|
|
30527
30560
|
"type": "reference",
|
|
30528
|
-
"name": "
|
|
30561
|
+
"name": "WebAppBodyProps.minWidth"
|
|
30529
30562
|
}
|
|
30530
30563
|
},
|
|
30531
30564
|
{
|
|
30532
|
-
"id":
|
|
30565
|
+
"id": 649,
|
|
30533
30566
|
"name": "ml",
|
|
30534
30567
|
"kind": 1024,
|
|
30535
30568
|
"kindString": "Property",
|
|
@@ -30619,7 +30652,7 @@
|
|
|
30619
30652
|
{
|
|
30620
30653
|
"type": "reflection",
|
|
30621
30654
|
"declaration": {
|
|
30622
|
-
"id":
|
|
30655
|
+
"id": 650,
|
|
30623
30656
|
"name": "__type",
|
|
30624
30657
|
"kind": 65536,
|
|
30625
30658
|
"kindString": "Type literal",
|
|
@@ -30633,14 +30666,14 @@
|
|
|
30633
30666
|
],
|
|
30634
30667
|
"signatures": [
|
|
30635
30668
|
{
|
|
30636
|
-
"id":
|
|
30669
|
+
"id": 651,
|
|
30637
30670
|
"name": "__type",
|
|
30638
30671
|
"kind": 4096,
|
|
30639
30672
|
"kindString": "Call signature",
|
|
30640
30673
|
"flags": {},
|
|
30641
30674
|
"parameters": [
|
|
30642
30675
|
{
|
|
30643
|
-
"id":
|
|
30676
|
+
"id": 652,
|
|
30644
30677
|
"name": "theme",
|
|
30645
30678
|
"kind": 32768,
|
|
30646
30679
|
"kindString": "Parameter",
|
|
@@ -30740,11 +30773,11 @@
|
|
|
30740
30773
|
},
|
|
30741
30774
|
"inheritedFrom": {
|
|
30742
30775
|
"type": "reference",
|
|
30743
|
-
"name": "
|
|
30776
|
+
"name": "WebAppBodyProps.ml"
|
|
30744
30777
|
}
|
|
30745
30778
|
},
|
|
30746
30779
|
{
|
|
30747
|
-
"id":
|
|
30780
|
+
"id": 641,
|
|
30748
30781
|
"name": "mr",
|
|
30749
30782
|
"kind": 1024,
|
|
30750
30783
|
"kindString": "Property",
|
|
@@ -30834,7 +30867,7 @@
|
|
|
30834
30867
|
{
|
|
30835
30868
|
"type": "reflection",
|
|
30836
30869
|
"declaration": {
|
|
30837
|
-
"id":
|
|
30870
|
+
"id": 642,
|
|
30838
30871
|
"name": "__type",
|
|
30839
30872
|
"kind": 65536,
|
|
30840
30873
|
"kindString": "Type literal",
|
|
@@ -30848,14 +30881,14 @@
|
|
|
30848
30881
|
],
|
|
30849
30882
|
"signatures": [
|
|
30850
30883
|
{
|
|
30851
|
-
"id":
|
|
30884
|
+
"id": 643,
|
|
30852
30885
|
"name": "__type",
|
|
30853
30886
|
"kind": 4096,
|
|
30854
30887
|
"kindString": "Call signature",
|
|
30855
30888
|
"flags": {},
|
|
30856
30889
|
"parameters": [
|
|
30857
30890
|
{
|
|
30858
|
-
"id":
|
|
30891
|
+
"id": 644,
|
|
30859
30892
|
"name": "theme",
|
|
30860
30893
|
"kind": 32768,
|
|
30861
30894
|
"kindString": "Parameter",
|
|
@@ -30955,11 +30988,11 @@
|
|
|
30955
30988
|
},
|
|
30956
30989
|
"inheritedFrom": {
|
|
30957
30990
|
"type": "reference",
|
|
30958
|
-
"name": "
|
|
30991
|
+
"name": "WebAppBodyProps.mr"
|
|
30959
30992
|
}
|
|
30960
30993
|
},
|
|
30961
30994
|
{
|
|
30962
|
-
"id":
|
|
30995
|
+
"id": 637,
|
|
30963
30996
|
"name": "mt",
|
|
30964
30997
|
"kind": 1024,
|
|
30965
30998
|
"kindString": "Property",
|
|
@@ -31049,7 +31082,7 @@
|
|
|
31049
31082
|
{
|
|
31050
31083
|
"type": "reflection",
|
|
31051
31084
|
"declaration": {
|
|
31052
|
-
"id":
|
|
31085
|
+
"id": 638,
|
|
31053
31086
|
"name": "__type",
|
|
31054
31087
|
"kind": 65536,
|
|
31055
31088
|
"kindString": "Type literal",
|
|
@@ -31063,14 +31096,14 @@
|
|
|
31063
31096
|
],
|
|
31064
31097
|
"signatures": [
|
|
31065
31098
|
{
|
|
31066
|
-
"id":
|
|
31099
|
+
"id": 639,
|
|
31067
31100
|
"name": "__type",
|
|
31068
31101
|
"kind": 4096,
|
|
31069
31102
|
"kindString": "Call signature",
|
|
31070
31103
|
"flags": {},
|
|
31071
31104
|
"parameters": [
|
|
31072
31105
|
{
|
|
31073
|
-
"id":
|
|
31106
|
+
"id": 640,
|
|
31074
31107
|
"name": "theme",
|
|
31075
31108
|
"kind": 32768,
|
|
31076
31109
|
"kindString": "Parameter",
|
|
@@ -31170,11 +31203,11 @@
|
|
|
31170
31203
|
},
|
|
31171
31204
|
"inheritedFrom": {
|
|
31172
31205
|
"type": "reference",
|
|
31173
|
-
"name": "
|
|
31206
|
+
"name": "WebAppBodyProps.mt"
|
|
31174
31207
|
}
|
|
31175
31208
|
},
|
|
31176
31209
|
{
|
|
31177
|
-
"id":
|
|
31210
|
+
"id": 653,
|
|
31178
31211
|
"name": "mx",
|
|
31179
31212
|
"kind": 1024,
|
|
31180
31213
|
"kindString": "Property",
|
|
@@ -31264,7 +31297,7 @@
|
|
|
31264
31297
|
{
|
|
31265
31298
|
"type": "reflection",
|
|
31266
31299
|
"declaration": {
|
|
31267
|
-
"id":
|
|
31300
|
+
"id": 654,
|
|
31268
31301
|
"name": "__type",
|
|
31269
31302
|
"kind": 65536,
|
|
31270
31303
|
"kindString": "Type literal",
|
|
@@ -31278,14 +31311,14 @@
|
|
|
31278
31311
|
],
|
|
31279
31312
|
"signatures": [
|
|
31280
31313
|
{
|
|
31281
|
-
"id":
|
|
31314
|
+
"id": 655,
|
|
31282
31315
|
"name": "__type",
|
|
31283
31316
|
"kind": 4096,
|
|
31284
31317
|
"kindString": "Call signature",
|
|
31285
31318
|
"flags": {},
|
|
31286
31319
|
"parameters": [
|
|
31287
31320
|
{
|
|
31288
|
-
"id":
|
|
31321
|
+
"id": 656,
|
|
31289
31322
|
"name": "theme",
|
|
31290
31323
|
"kind": 32768,
|
|
31291
31324
|
"kindString": "Parameter",
|
|
@@ -31385,11 +31418,11 @@
|
|
|
31385
31418
|
},
|
|
31386
31419
|
"inheritedFrom": {
|
|
31387
31420
|
"type": "reference",
|
|
31388
|
-
"name": "
|
|
31421
|
+
"name": "WebAppBodyProps.mx"
|
|
31389
31422
|
}
|
|
31390
31423
|
},
|
|
31391
31424
|
{
|
|
31392
|
-
"id":
|
|
31425
|
+
"id": 657,
|
|
31393
31426
|
"name": "my",
|
|
31394
31427
|
"kind": 1024,
|
|
31395
31428
|
"kindString": "Property",
|
|
@@ -31479,7 +31512,7 @@
|
|
|
31479
31512
|
{
|
|
31480
31513
|
"type": "reflection",
|
|
31481
31514
|
"declaration": {
|
|
31482
|
-
"id":
|
|
31515
|
+
"id": 658,
|
|
31483
31516
|
"name": "__type",
|
|
31484
31517
|
"kind": 65536,
|
|
31485
31518
|
"kindString": "Type literal",
|
|
@@ -31493,14 +31526,14 @@
|
|
|
31493
31526
|
],
|
|
31494
31527
|
"signatures": [
|
|
31495
31528
|
{
|
|
31496
|
-
"id":
|
|
31529
|
+
"id": 659,
|
|
31497
31530
|
"name": "__type",
|
|
31498
31531
|
"kind": 4096,
|
|
31499
31532
|
"kindString": "Call signature",
|
|
31500
31533
|
"flags": {},
|
|
31501
31534
|
"parameters": [
|
|
31502
31535
|
{
|
|
31503
|
-
"id":
|
|
31536
|
+
"id": 660,
|
|
31504
31537
|
"name": "theme",
|
|
31505
31538
|
"kind": 32768,
|
|
31506
31539
|
"kindString": "Parameter",
|
|
@@ -31600,11 +31633,11 @@
|
|
|
31600
31633
|
},
|
|
31601
31634
|
"inheritedFrom": {
|
|
31602
31635
|
"type": "reference",
|
|
31603
|
-
"name": "
|
|
31636
|
+
"name": "WebAppBodyProps.my"
|
|
31604
31637
|
}
|
|
31605
31638
|
},
|
|
31606
31639
|
{
|
|
31607
|
-
"id":
|
|
31640
|
+
"id": 489,
|
|
31608
31641
|
"name": "order",
|
|
31609
31642
|
"kind": 1024,
|
|
31610
31643
|
"kindString": "Property",
|
|
@@ -31664,7 +31697,7 @@
|
|
|
31664
31697
|
{
|
|
31665
31698
|
"type": "reflection",
|
|
31666
31699
|
"declaration": {
|
|
31667
|
-
"id":
|
|
31700
|
+
"id": 490,
|
|
31668
31701
|
"name": "__type",
|
|
31669
31702
|
"kind": 65536,
|
|
31670
31703
|
"kindString": "Type literal",
|
|
@@ -31678,14 +31711,14 @@
|
|
|
31678
31711
|
],
|
|
31679
31712
|
"signatures": [
|
|
31680
31713
|
{
|
|
31681
|
-
"id":
|
|
31714
|
+
"id": 491,
|
|
31682
31715
|
"name": "__type",
|
|
31683
31716
|
"kind": 4096,
|
|
31684
31717
|
"kindString": "Call signature",
|
|
31685
31718
|
"flags": {},
|
|
31686
31719
|
"parameters": [
|
|
31687
31720
|
{
|
|
31688
|
-
"id":
|
|
31721
|
+
"id": 492,
|
|
31689
31722
|
"name": "theme",
|
|
31690
31723
|
"kind": 32768,
|
|
31691
31724
|
"kindString": "Parameter",
|
|
@@ -31755,11 +31788,11 @@
|
|
|
31755
31788
|
},
|
|
31756
31789
|
"inheritedFrom": {
|
|
31757
31790
|
"type": "reference",
|
|
31758
|
-
"name": "
|
|
31791
|
+
"name": "WebAppBodyProps.order"
|
|
31759
31792
|
}
|
|
31760
31793
|
},
|
|
31761
31794
|
{
|
|
31762
|
-
"id":
|
|
31795
|
+
"id": 449,
|
|
31763
31796
|
"name": "overflow",
|
|
31764
31797
|
"kind": 1024,
|
|
31765
31798
|
"kindString": "Property",
|
|
@@ -31800,7 +31833,7 @@
|
|
|
31800
31833
|
{
|
|
31801
31834
|
"type": "reflection",
|
|
31802
31835
|
"declaration": {
|
|
31803
|
-
"id":
|
|
31836
|
+
"id": 450,
|
|
31804
31837
|
"name": "__type",
|
|
31805
31838
|
"kind": 65536,
|
|
31806
31839
|
"kindString": "Type literal",
|
|
@@ -31814,14 +31847,14 @@
|
|
|
31814
31847
|
],
|
|
31815
31848
|
"signatures": [
|
|
31816
31849
|
{
|
|
31817
|
-
"id":
|
|
31850
|
+
"id": 451,
|
|
31818
31851
|
"name": "__type",
|
|
31819
31852
|
"kind": 4096,
|
|
31820
31853
|
"kindString": "Call signature",
|
|
31821
31854
|
"flags": {},
|
|
31822
31855
|
"parameters": [
|
|
31823
31856
|
{
|
|
31824
|
-
"id":
|
|
31857
|
+
"id": 452,
|
|
31825
31858
|
"name": "theme",
|
|
31826
31859
|
"kind": 32768,
|
|
31827
31860
|
"kindString": "Parameter",
|
|
@@ -31872,11 +31905,11 @@
|
|
|
31872
31905
|
},
|
|
31873
31906
|
"inheritedFrom": {
|
|
31874
31907
|
"type": "reference",
|
|
31875
|
-
"name": "
|
|
31908
|
+
"name": "WebAppBodyProps.overflow"
|
|
31876
31909
|
}
|
|
31877
31910
|
},
|
|
31878
31911
|
{
|
|
31879
|
-
"id":
|
|
31912
|
+
"id": 661,
|
|
31880
31913
|
"name": "p",
|
|
31881
31914
|
"kind": 1024,
|
|
31882
31915
|
"kindString": "Property",
|
|
@@ -31966,7 +31999,7 @@
|
|
|
31966
31999
|
{
|
|
31967
32000
|
"type": "reflection",
|
|
31968
32001
|
"declaration": {
|
|
31969
|
-
"id":
|
|
32002
|
+
"id": 662,
|
|
31970
32003
|
"name": "__type",
|
|
31971
32004
|
"kind": 65536,
|
|
31972
32005
|
"kindString": "Type literal",
|
|
@@ -31980,14 +32013,14 @@
|
|
|
31980
32013
|
],
|
|
31981
32014
|
"signatures": [
|
|
31982
32015
|
{
|
|
31983
|
-
"id":
|
|
32016
|
+
"id": 663,
|
|
31984
32017
|
"name": "__type",
|
|
31985
32018
|
"kind": 4096,
|
|
31986
32019
|
"kindString": "Call signature",
|
|
31987
32020
|
"flags": {},
|
|
31988
32021
|
"parameters": [
|
|
31989
32022
|
{
|
|
31990
|
-
"id":
|
|
32023
|
+
"id": 664,
|
|
31991
32024
|
"name": "theme",
|
|
31992
32025
|
"kind": 32768,
|
|
31993
32026
|
"kindString": "Parameter",
|
|
@@ -32087,11 +32120,11 @@
|
|
|
32087
32120
|
},
|
|
32088
32121
|
"inheritedFrom": {
|
|
32089
32122
|
"type": "reference",
|
|
32090
|
-
"name": "
|
|
32123
|
+
"name": "WebAppBodyProps.p"
|
|
32091
32124
|
}
|
|
32092
32125
|
},
|
|
32093
32126
|
{
|
|
32094
|
-
"id":
|
|
32127
|
+
"id": 717,
|
|
32095
32128
|
"name": "padding",
|
|
32096
32129
|
"kind": 1024,
|
|
32097
32130
|
"kindString": "Property",
|
|
@@ -32181,7 +32214,7 @@
|
|
|
32181
32214
|
{
|
|
32182
32215
|
"type": "reflection",
|
|
32183
32216
|
"declaration": {
|
|
32184
|
-
"id":
|
|
32217
|
+
"id": 718,
|
|
32185
32218
|
"name": "__type",
|
|
32186
32219
|
"kind": 65536,
|
|
32187
32220
|
"kindString": "Type literal",
|
|
@@ -32195,14 +32228,14 @@
|
|
|
32195
32228
|
],
|
|
32196
32229
|
"signatures": [
|
|
32197
32230
|
{
|
|
32198
|
-
"id":
|
|
32231
|
+
"id": 719,
|
|
32199
32232
|
"name": "__type",
|
|
32200
32233
|
"kind": 4096,
|
|
32201
32234
|
"kindString": "Call signature",
|
|
32202
32235
|
"flags": {},
|
|
32203
32236
|
"parameters": [
|
|
32204
32237
|
{
|
|
32205
|
-
"id":
|
|
32238
|
+
"id": 720,
|
|
32206
32239
|
"name": "theme",
|
|
32207
32240
|
"kind": 32768,
|
|
32208
32241
|
"kindString": "Parameter",
|
|
@@ -32302,11 +32335,11 @@
|
|
|
32302
32335
|
},
|
|
32303
32336
|
"inheritedFrom": {
|
|
32304
32337
|
"type": "reference",
|
|
32305
|
-
"name": "
|
|
32338
|
+
"name": "WebAppBodyProps.padding"
|
|
32306
32339
|
}
|
|
32307
32340
|
},
|
|
32308
32341
|
{
|
|
32309
|
-
"id":
|
|
32342
|
+
"id": 729,
|
|
32310
32343
|
"name": "paddingBottom",
|
|
32311
32344
|
"kind": 1024,
|
|
32312
32345
|
"kindString": "Property",
|
|
@@ -32396,7 +32429,7 @@
|
|
|
32396
32429
|
{
|
|
32397
32430
|
"type": "reflection",
|
|
32398
32431
|
"declaration": {
|
|
32399
|
-
"id":
|
|
32432
|
+
"id": 730,
|
|
32400
32433
|
"name": "__type",
|
|
32401
32434
|
"kind": 65536,
|
|
32402
32435
|
"kindString": "Type literal",
|
|
@@ -32410,14 +32443,14 @@
|
|
|
32410
32443
|
],
|
|
32411
32444
|
"signatures": [
|
|
32412
32445
|
{
|
|
32413
|
-
"id":
|
|
32446
|
+
"id": 731,
|
|
32414
32447
|
"name": "__type",
|
|
32415
32448
|
"kind": 4096,
|
|
32416
32449
|
"kindString": "Call signature",
|
|
32417
32450
|
"flags": {},
|
|
32418
32451
|
"parameters": [
|
|
32419
32452
|
{
|
|
32420
|
-
"id":
|
|
32453
|
+
"id": 732,
|
|
32421
32454
|
"name": "theme",
|
|
32422
32455
|
"kind": 32768,
|
|
32423
32456
|
"kindString": "Parameter",
|
|
@@ -32517,11 +32550,11 @@
|
|
|
32517
32550
|
},
|
|
32518
32551
|
"inheritedFrom": {
|
|
32519
32552
|
"type": "reference",
|
|
32520
|
-
"name": "
|
|
32553
|
+
"name": "WebAppBodyProps.paddingBottom"
|
|
32521
32554
|
}
|
|
32522
32555
|
},
|
|
32523
32556
|
{
|
|
32524
|
-
"id":
|
|
32557
|
+
"id": 733,
|
|
32525
32558
|
"name": "paddingLeft",
|
|
32526
32559
|
"kind": 1024,
|
|
32527
32560
|
"kindString": "Property",
|
|
@@ -32611,7 +32644,7 @@
|
|
|
32611
32644
|
{
|
|
32612
32645
|
"type": "reflection",
|
|
32613
32646
|
"declaration": {
|
|
32614
|
-
"id":
|
|
32647
|
+
"id": 734,
|
|
32615
32648
|
"name": "__type",
|
|
32616
32649
|
"kind": 65536,
|
|
32617
32650
|
"kindString": "Type literal",
|
|
@@ -32625,14 +32658,14 @@
|
|
|
32625
32658
|
],
|
|
32626
32659
|
"signatures": [
|
|
32627
32660
|
{
|
|
32628
|
-
"id":
|
|
32661
|
+
"id": 735,
|
|
32629
32662
|
"name": "__type",
|
|
32630
32663
|
"kind": 4096,
|
|
32631
32664
|
"kindString": "Call signature",
|
|
32632
32665
|
"flags": {},
|
|
32633
32666
|
"parameters": [
|
|
32634
32667
|
{
|
|
32635
|
-
"id":
|
|
32668
|
+
"id": 736,
|
|
32636
32669
|
"name": "theme",
|
|
32637
32670
|
"kind": 32768,
|
|
32638
32671
|
"kindString": "Parameter",
|
|
@@ -32732,11 +32765,11 @@
|
|
|
32732
32765
|
},
|
|
32733
32766
|
"inheritedFrom": {
|
|
32734
32767
|
"type": "reference",
|
|
32735
|
-
"name": "
|
|
32768
|
+
"name": "WebAppBodyProps.paddingLeft"
|
|
32736
32769
|
}
|
|
32737
32770
|
},
|
|
32738
32771
|
{
|
|
32739
|
-
"id":
|
|
32772
|
+
"id": 725,
|
|
32740
32773
|
"name": "paddingRight",
|
|
32741
32774
|
"kind": 1024,
|
|
32742
32775
|
"kindString": "Property",
|
|
@@ -32826,7 +32859,7 @@
|
|
|
32826
32859
|
{
|
|
32827
32860
|
"type": "reflection",
|
|
32828
32861
|
"declaration": {
|
|
32829
|
-
"id":
|
|
32862
|
+
"id": 726,
|
|
32830
32863
|
"name": "__type",
|
|
32831
32864
|
"kind": 65536,
|
|
32832
32865
|
"kindString": "Type literal",
|
|
@@ -32840,14 +32873,14 @@
|
|
|
32840
32873
|
],
|
|
32841
32874
|
"signatures": [
|
|
32842
32875
|
{
|
|
32843
|
-
"id":
|
|
32876
|
+
"id": 727,
|
|
32844
32877
|
"name": "__type",
|
|
32845
32878
|
"kind": 4096,
|
|
32846
32879
|
"kindString": "Call signature",
|
|
32847
32880
|
"flags": {},
|
|
32848
32881
|
"parameters": [
|
|
32849
32882
|
{
|
|
32850
|
-
"id":
|
|
32883
|
+
"id": 728,
|
|
32851
32884
|
"name": "theme",
|
|
32852
32885
|
"kind": 32768,
|
|
32853
32886
|
"kindString": "Parameter",
|
|
@@ -32947,11 +32980,11 @@
|
|
|
32947
32980
|
},
|
|
32948
32981
|
"inheritedFrom": {
|
|
32949
32982
|
"type": "reference",
|
|
32950
|
-
"name": "
|
|
32983
|
+
"name": "WebAppBodyProps.paddingRight"
|
|
32951
32984
|
}
|
|
32952
32985
|
},
|
|
32953
32986
|
{
|
|
32954
|
-
"id":
|
|
32987
|
+
"id": 721,
|
|
32955
32988
|
"name": "paddingTop",
|
|
32956
32989
|
"kind": 1024,
|
|
32957
32990
|
"kindString": "Property",
|
|
@@ -33041,7 +33074,7 @@
|
|
|
33041
33074
|
{
|
|
33042
33075
|
"type": "reflection",
|
|
33043
33076
|
"declaration": {
|
|
33044
|
-
"id":
|
|
33077
|
+
"id": 722,
|
|
33045
33078
|
"name": "__type",
|
|
33046
33079
|
"kind": 65536,
|
|
33047
33080
|
"kindString": "Type literal",
|
|
@@ -33055,14 +33088,14 @@
|
|
|
33055
33088
|
],
|
|
33056
33089
|
"signatures": [
|
|
33057
33090
|
{
|
|
33058
|
-
"id":
|
|
33091
|
+
"id": 723,
|
|
33059
33092
|
"name": "__type",
|
|
33060
33093
|
"kind": 4096,
|
|
33061
33094
|
"kindString": "Call signature",
|
|
33062
33095
|
"flags": {},
|
|
33063
33096
|
"parameters": [
|
|
33064
33097
|
{
|
|
33065
|
-
"id":
|
|
33098
|
+
"id": 724,
|
|
33066
33099
|
"name": "theme",
|
|
33067
33100
|
"kind": 32768,
|
|
33068
33101
|
"kindString": "Parameter",
|
|
@@ -33162,11 +33195,11 @@
|
|
|
33162
33195
|
},
|
|
33163
33196
|
"inheritedFrom": {
|
|
33164
33197
|
"type": "reference",
|
|
33165
|
-
"name": "
|
|
33198
|
+
"name": "WebAppBodyProps.paddingTop"
|
|
33166
33199
|
}
|
|
33167
33200
|
},
|
|
33168
33201
|
{
|
|
33169
|
-
"id":
|
|
33202
|
+
"id": 737,
|
|
33170
33203
|
"name": "paddingX",
|
|
33171
33204
|
"kind": 1024,
|
|
33172
33205
|
"kindString": "Property",
|
|
@@ -33256,7 +33289,7 @@
|
|
|
33256
33289
|
{
|
|
33257
33290
|
"type": "reflection",
|
|
33258
33291
|
"declaration": {
|
|
33259
|
-
"id":
|
|
33292
|
+
"id": 738,
|
|
33260
33293
|
"name": "__type",
|
|
33261
33294
|
"kind": 65536,
|
|
33262
33295
|
"kindString": "Type literal",
|
|
@@ -33270,14 +33303,14 @@
|
|
|
33270
33303
|
],
|
|
33271
33304
|
"signatures": [
|
|
33272
33305
|
{
|
|
33273
|
-
"id":
|
|
33306
|
+
"id": 739,
|
|
33274
33307
|
"name": "__type",
|
|
33275
33308
|
"kind": 4096,
|
|
33276
33309
|
"kindString": "Call signature",
|
|
33277
33310
|
"flags": {},
|
|
33278
33311
|
"parameters": [
|
|
33279
33312
|
{
|
|
33280
|
-
"id":
|
|
33313
|
+
"id": 740,
|
|
33281
33314
|
"name": "theme",
|
|
33282
33315
|
"kind": 32768,
|
|
33283
33316
|
"kindString": "Parameter",
|
|
@@ -33377,11 +33410,11 @@
|
|
|
33377
33410
|
},
|
|
33378
33411
|
"inheritedFrom": {
|
|
33379
33412
|
"type": "reference",
|
|
33380
|
-
"name": "
|
|
33413
|
+
"name": "WebAppBodyProps.paddingX"
|
|
33381
33414
|
}
|
|
33382
33415
|
},
|
|
33383
33416
|
{
|
|
33384
|
-
"id":
|
|
33417
|
+
"id": 741,
|
|
33385
33418
|
"name": "paddingY",
|
|
33386
33419
|
"kind": 1024,
|
|
33387
33420
|
"kindString": "Property",
|
|
@@ -33471,7 +33504,7 @@
|
|
|
33471
33504
|
{
|
|
33472
33505
|
"type": "reflection",
|
|
33473
33506
|
"declaration": {
|
|
33474
|
-
"id":
|
|
33507
|
+
"id": 742,
|
|
33475
33508
|
"name": "__type",
|
|
33476
33509
|
"kind": 65536,
|
|
33477
33510
|
"kindString": "Type literal",
|
|
@@ -33485,14 +33518,14 @@
|
|
|
33485
33518
|
],
|
|
33486
33519
|
"signatures": [
|
|
33487
33520
|
{
|
|
33488
|
-
"id":
|
|
33521
|
+
"id": 743,
|
|
33489
33522
|
"name": "__type",
|
|
33490
33523
|
"kind": 4096,
|
|
33491
33524
|
"kindString": "Call signature",
|
|
33492
33525
|
"flags": {},
|
|
33493
33526
|
"parameters": [
|
|
33494
33527
|
{
|
|
33495
|
-
"id":
|
|
33528
|
+
"id": 744,
|
|
33496
33529
|
"name": "theme",
|
|
33497
33530
|
"kind": 32768,
|
|
33498
33531
|
"kindString": "Parameter",
|
|
@@ -33592,11 +33625,11 @@
|
|
|
33592
33625
|
},
|
|
33593
33626
|
"inheritedFrom": {
|
|
33594
33627
|
"type": "reference",
|
|
33595
|
-
"name": "
|
|
33628
|
+
"name": "WebAppBodyProps.paddingY"
|
|
33596
33629
|
}
|
|
33597
33630
|
},
|
|
33598
33631
|
{
|
|
33599
|
-
"id":
|
|
33632
|
+
"id": 673,
|
|
33600
33633
|
"name": "pb",
|
|
33601
33634
|
"kind": 1024,
|
|
33602
33635
|
"kindString": "Property",
|
|
@@ -33686,7 +33719,7 @@
|
|
|
33686
33719
|
{
|
|
33687
33720
|
"type": "reflection",
|
|
33688
33721
|
"declaration": {
|
|
33689
|
-
"id":
|
|
33722
|
+
"id": 674,
|
|
33690
33723
|
"name": "__type",
|
|
33691
33724
|
"kind": 65536,
|
|
33692
33725
|
"kindString": "Type literal",
|
|
@@ -33700,14 +33733,14 @@
|
|
|
33700
33733
|
],
|
|
33701
33734
|
"signatures": [
|
|
33702
33735
|
{
|
|
33703
|
-
"id":
|
|
33736
|
+
"id": 675,
|
|
33704
33737
|
"name": "__type",
|
|
33705
33738
|
"kind": 4096,
|
|
33706
33739
|
"kindString": "Call signature",
|
|
33707
33740
|
"flags": {},
|
|
33708
33741
|
"parameters": [
|
|
33709
33742
|
{
|
|
33710
|
-
"id":
|
|
33743
|
+
"id": 676,
|
|
33711
33744
|
"name": "theme",
|
|
33712
33745
|
"kind": 32768,
|
|
33713
33746
|
"kindString": "Parameter",
|
|
@@ -33807,11 +33840,11 @@
|
|
|
33807
33840
|
},
|
|
33808
33841
|
"inheritedFrom": {
|
|
33809
33842
|
"type": "reference",
|
|
33810
|
-
"name": "
|
|
33843
|
+
"name": "WebAppBodyProps.pb"
|
|
33811
33844
|
}
|
|
33812
33845
|
},
|
|
33813
33846
|
{
|
|
33814
|
-
"id":
|
|
33847
|
+
"id": 677,
|
|
33815
33848
|
"name": "pl",
|
|
33816
33849
|
"kind": 1024,
|
|
33817
33850
|
"kindString": "Property",
|
|
@@ -33901,7 +33934,7 @@
|
|
|
33901
33934
|
{
|
|
33902
33935
|
"type": "reflection",
|
|
33903
33936
|
"declaration": {
|
|
33904
|
-
"id":
|
|
33937
|
+
"id": 678,
|
|
33905
33938
|
"name": "__type",
|
|
33906
33939
|
"kind": 65536,
|
|
33907
33940
|
"kindString": "Type literal",
|
|
@@ -33915,14 +33948,14 @@
|
|
|
33915
33948
|
],
|
|
33916
33949
|
"signatures": [
|
|
33917
33950
|
{
|
|
33918
|
-
"id":
|
|
33951
|
+
"id": 679,
|
|
33919
33952
|
"name": "__type",
|
|
33920
33953
|
"kind": 4096,
|
|
33921
33954
|
"kindString": "Call signature",
|
|
33922
33955
|
"flags": {},
|
|
33923
33956
|
"parameters": [
|
|
33924
33957
|
{
|
|
33925
|
-
"id":
|
|
33958
|
+
"id": 680,
|
|
33926
33959
|
"name": "theme",
|
|
33927
33960
|
"kind": 32768,
|
|
33928
33961
|
"kindString": "Parameter",
|
|
@@ -34022,11 +34055,11 @@
|
|
|
34022
34055
|
},
|
|
34023
34056
|
"inheritedFrom": {
|
|
34024
34057
|
"type": "reference",
|
|
34025
|
-
"name": "
|
|
34058
|
+
"name": "WebAppBodyProps.pl"
|
|
34026
34059
|
}
|
|
34027
34060
|
},
|
|
34028
34061
|
{
|
|
34029
|
-
"id":
|
|
34062
|
+
"id": 581,
|
|
34030
34063
|
"name": "position",
|
|
34031
34064
|
"kind": 1024,
|
|
34032
34065
|
"kindString": "Property",
|
|
@@ -34086,7 +34119,7 @@
|
|
|
34086
34119
|
{
|
|
34087
34120
|
"type": "reflection",
|
|
34088
34121
|
"declaration": {
|
|
34089
|
-
"id":
|
|
34122
|
+
"id": 582,
|
|
34090
34123
|
"name": "__type",
|
|
34091
34124
|
"kind": 65536,
|
|
34092
34125
|
"kindString": "Type literal",
|
|
@@ -34100,14 +34133,14 @@
|
|
|
34100
34133
|
],
|
|
34101
34134
|
"signatures": [
|
|
34102
34135
|
{
|
|
34103
|
-
"id":
|
|
34136
|
+
"id": 583,
|
|
34104
34137
|
"name": "__type",
|
|
34105
34138
|
"kind": 4096,
|
|
34106
34139
|
"kindString": "Call signature",
|
|
34107
34140
|
"flags": {},
|
|
34108
34141
|
"parameters": [
|
|
34109
34142
|
{
|
|
34110
|
-
"id":
|
|
34143
|
+
"id": 584,
|
|
34111
34144
|
"name": "theme",
|
|
34112
34145
|
"kind": 32768,
|
|
34113
34146
|
"kindString": "Parameter",
|
|
@@ -34177,11 +34210,11 @@
|
|
|
34177
34210
|
},
|
|
34178
34211
|
"inheritedFrom": {
|
|
34179
34212
|
"type": "reference",
|
|
34180
|
-
"name": "
|
|
34213
|
+
"name": "WebAppBodyProps.position"
|
|
34181
34214
|
}
|
|
34182
34215
|
},
|
|
34183
34216
|
{
|
|
34184
|
-
"id":
|
|
34217
|
+
"id": 669,
|
|
34185
34218
|
"name": "pr",
|
|
34186
34219
|
"kind": 1024,
|
|
34187
34220
|
"kindString": "Property",
|
|
@@ -34271,7 +34304,7 @@
|
|
|
34271
34304
|
{
|
|
34272
34305
|
"type": "reflection",
|
|
34273
34306
|
"declaration": {
|
|
34274
|
-
"id":
|
|
34307
|
+
"id": 670,
|
|
34275
34308
|
"name": "__type",
|
|
34276
34309
|
"kind": 65536,
|
|
34277
34310
|
"kindString": "Type literal",
|
|
@@ -34285,14 +34318,14 @@
|
|
|
34285
34318
|
],
|
|
34286
34319
|
"signatures": [
|
|
34287
34320
|
{
|
|
34288
|
-
"id":
|
|
34321
|
+
"id": 671,
|
|
34289
34322
|
"name": "__type",
|
|
34290
34323
|
"kind": 4096,
|
|
34291
34324
|
"kindString": "Call signature",
|
|
34292
34325
|
"flags": {},
|
|
34293
34326
|
"parameters": [
|
|
34294
34327
|
{
|
|
34295
|
-
"id":
|
|
34328
|
+
"id": 672,
|
|
34296
34329
|
"name": "theme",
|
|
34297
34330
|
"kind": 32768,
|
|
34298
34331
|
"kindString": "Parameter",
|
|
@@ -34392,11 +34425,11 @@
|
|
|
34392
34425
|
},
|
|
34393
34426
|
"inheritedFrom": {
|
|
34394
34427
|
"type": "reference",
|
|
34395
|
-
"name": "
|
|
34428
|
+
"name": "WebAppBodyProps.pr"
|
|
34396
34429
|
}
|
|
34397
34430
|
},
|
|
34398
34431
|
{
|
|
34399
|
-
"id":
|
|
34432
|
+
"id": 665,
|
|
34400
34433
|
"name": "pt",
|
|
34401
34434
|
"kind": 1024,
|
|
34402
34435
|
"kindString": "Property",
|
|
@@ -34486,7 +34519,7 @@
|
|
|
34486
34519
|
{
|
|
34487
34520
|
"type": "reflection",
|
|
34488
34521
|
"declaration": {
|
|
34489
|
-
"id":
|
|
34522
|
+
"id": 666,
|
|
34490
34523
|
"name": "__type",
|
|
34491
34524
|
"kind": 65536,
|
|
34492
34525
|
"kindString": "Type literal",
|
|
@@ -34500,14 +34533,14 @@
|
|
|
34500
34533
|
],
|
|
34501
34534
|
"signatures": [
|
|
34502
34535
|
{
|
|
34503
|
-
"id":
|
|
34536
|
+
"id": 667,
|
|
34504
34537
|
"name": "__type",
|
|
34505
34538
|
"kind": 4096,
|
|
34506
34539
|
"kindString": "Call signature",
|
|
34507
34540
|
"flags": {},
|
|
34508
34541
|
"parameters": [
|
|
34509
34542
|
{
|
|
34510
|
-
"id":
|
|
34543
|
+
"id": 668,
|
|
34511
34544
|
"name": "theme",
|
|
34512
34545
|
"kind": 32768,
|
|
34513
34546
|
"kindString": "Parameter",
|
|
@@ -34607,11 +34640,11 @@
|
|
|
34607
34640
|
},
|
|
34608
34641
|
"inheritedFrom": {
|
|
34609
34642
|
"type": "reference",
|
|
34610
|
-
"name": "
|
|
34643
|
+
"name": "WebAppBodyProps.pt"
|
|
34611
34644
|
}
|
|
34612
34645
|
},
|
|
34613
34646
|
{
|
|
34614
|
-
"id":
|
|
34647
|
+
"id": 681,
|
|
34615
34648
|
"name": "px",
|
|
34616
34649
|
"kind": 1024,
|
|
34617
34650
|
"kindString": "Property",
|
|
@@ -34701,7 +34734,7 @@
|
|
|
34701
34734
|
{
|
|
34702
34735
|
"type": "reflection",
|
|
34703
34736
|
"declaration": {
|
|
34704
|
-
"id":
|
|
34737
|
+
"id": 682,
|
|
34705
34738
|
"name": "__type",
|
|
34706
34739
|
"kind": 65536,
|
|
34707
34740
|
"kindString": "Type literal",
|
|
@@ -34715,14 +34748,14 @@
|
|
|
34715
34748
|
],
|
|
34716
34749
|
"signatures": [
|
|
34717
34750
|
{
|
|
34718
|
-
"id":
|
|
34751
|
+
"id": 683,
|
|
34719
34752
|
"name": "__type",
|
|
34720
34753
|
"kind": 4096,
|
|
34721
34754
|
"kindString": "Call signature",
|
|
34722
34755
|
"flags": {},
|
|
34723
34756
|
"parameters": [
|
|
34724
34757
|
{
|
|
34725
|
-
"id":
|
|
34758
|
+
"id": 684,
|
|
34726
34759
|
"name": "theme",
|
|
34727
34760
|
"kind": 32768,
|
|
34728
34761
|
"kindString": "Parameter",
|
|
@@ -34822,11 +34855,11 @@
|
|
|
34822
34855
|
},
|
|
34823
34856
|
"inheritedFrom": {
|
|
34824
34857
|
"type": "reference",
|
|
34825
|
-
"name": "
|
|
34858
|
+
"name": "WebAppBodyProps.px"
|
|
34826
34859
|
}
|
|
34827
34860
|
},
|
|
34828
34861
|
{
|
|
34829
|
-
"id":
|
|
34862
|
+
"id": 685,
|
|
34830
34863
|
"name": "py",
|
|
34831
34864
|
"kind": 1024,
|
|
34832
34865
|
"kindString": "Property",
|
|
@@ -34916,7 +34949,7 @@
|
|
|
34916
34949
|
{
|
|
34917
34950
|
"type": "reflection",
|
|
34918
34951
|
"declaration": {
|
|
34919
|
-
"id":
|
|
34952
|
+
"id": 686,
|
|
34920
34953
|
"name": "__type",
|
|
34921
34954
|
"kind": 65536,
|
|
34922
34955
|
"kindString": "Type literal",
|
|
@@ -34930,14 +34963,14 @@
|
|
|
34930
34963
|
],
|
|
34931
34964
|
"signatures": [
|
|
34932
34965
|
{
|
|
34933
|
-
"id":
|
|
34966
|
+
"id": 687,
|
|
34934
34967
|
"name": "__type",
|
|
34935
34968
|
"kind": 4096,
|
|
34936
34969
|
"kindString": "Call signature",
|
|
34937
34970
|
"flags": {},
|
|
34938
34971
|
"parameters": [
|
|
34939
34972
|
{
|
|
34940
|
-
"id":
|
|
34973
|
+
"id": 688,
|
|
34941
34974
|
"name": "theme",
|
|
34942
34975
|
"kind": 32768,
|
|
34943
34976
|
"kindString": "Parameter",
|
|
@@ -35037,11 +35070,11 @@
|
|
|
35037
35070
|
},
|
|
35038
35071
|
"inheritedFrom": {
|
|
35039
35072
|
"type": "reference",
|
|
35040
|
-
"name": "
|
|
35073
|
+
"name": "WebAppBodyProps.py"
|
|
35041
35074
|
}
|
|
35042
35075
|
},
|
|
35043
35076
|
{
|
|
35044
|
-
"id":
|
|
35077
|
+
"id": 589,
|
|
35045
35078
|
"name": "right",
|
|
35046
35079
|
"kind": 1024,
|
|
35047
35080
|
"kindString": "Property",
|
|
@@ -35131,7 +35164,7 @@
|
|
|
35131
35164
|
{
|
|
35132
35165
|
"type": "reflection",
|
|
35133
35166
|
"declaration": {
|
|
35134
|
-
"id":
|
|
35167
|
+
"id": 590,
|
|
35135
35168
|
"name": "__type",
|
|
35136
35169
|
"kind": 65536,
|
|
35137
35170
|
"kindString": "Type literal",
|
|
@@ -35145,14 +35178,14 @@
|
|
|
35145
35178
|
],
|
|
35146
35179
|
"signatures": [
|
|
35147
35180
|
{
|
|
35148
|
-
"id":
|
|
35181
|
+
"id": 591,
|
|
35149
35182
|
"name": "__type",
|
|
35150
35183
|
"kind": 4096,
|
|
35151
35184
|
"kindString": "Call signature",
|
|
35152
35185
|
"flags": {},
|
|
35153
35186
|
"parameters": [
|
|
35154
35187
|
{
|
|
35155
|
-
"id":
|
|
35188
|
+
"id": 592,
|
|
35156
35189
|
"name": "theme",
|
|
35157
35190
|
"kind": 32768,
|
|
35158
35191
|
"kindString": "Parameter",
|
|
@@ -35252,11 +35285,11 @@
|
|
|
35252
35285
|
},
|
|
35253
35286
|
"inheritedFrom": {
|
|
35254
35287
|
"type": "reference",
|
|
35255
|
-
"name": "
|
|
35288
|
+
"name": "WebAppBodyProps.right"
|
|
35256
35289
|
}
|
|
35257
35290
|
},
|
|
35258
35291
|
{
|
|
35259
|
-
"id":
|
|
35292
|
+
"id": 525,
|
|
35260
35293
|
"name": "rowGap",
|
|
35261
35294
|
"kind": 1024,
|
|
35262
35295
|
"kindString": "Property",
|
|
@@ -35346,7 +35379,7 @@
|
|
|
35346
35379
|
{
|
|
35347
35380
|
"type": "reflection",
|
|
35348
35381
|
"declaration": {
|
|
35349
|
-
"id":
|
|
35382
|
+
"id": 526,
|
|
35350
35383
|
"name": "__type",
|
|
35351
35384
|
"kind": 65536,
|
|
35352
35385
|
"kindString": "Type literal",
|
|
@@ -35360,14 +35393,14 @@
|
|
|
35360
35393
|
],
|
|
35361
35394
|
"signatures": [
|
|
35362
35395
|
{
|
|
35363
|
-
"id":
|
|
35396
|
+
"id": 527,
|
|
35364
35397
|
"name": "__type",
|
|
35365
35398
|
"kind": 4096,
|
|
35366
35399
|
"kindString": "Call signature",
|
|
35367
35400
|
"flags": {},
|
|
35368
35401
|
"parameters": [
|
|
35369
35402
|
{
|
|
35370
|
-
"id":
|
|
35403
|
+
"id": 528,
|
|
35371
35404
|
"name": "theme",
|
|
35372
35405
|
"kind": 32768,
|
|
35373
35406
|
"kindString": "Parameter",
|
|
@@ -35467,7 +35500,34 @@
|
|
|
35467
35500
|
},
|
|
35468
35501
|
"inheritedFrom": {
|
|
35469
35502
|
"type": "reference",
|
|
35470
|
-
"name": "
|
|
35503
|
+
"name": "WebAppBodyProps.rowGap"
|
|
35504
|
+
}
|
|
35505
|
+
},
|
|
35506
|
+
{
|
|
35507
|
+
"id": 409,
|
|
35508
|
+
"name": "scrollingBreakpoint",
|
|
35509
|
+
"kind": 1024,
|
|
35510
|
+
"kindString": "Property",
|
|
35511
|
+
"flags": {
|
|
35512
|
+
"isOptional": true
|
|
35513
|
+
},
|
|
35514
|
+
"sources": [
|
|
35515
|
+
{
|
|
35516
|
+
"fileName": "packages/sdk/packages/webapp/src/components/Body.tsx",
|
|
35517
|
+
"line": 52,
|
|
35518
|
+
"character": 2,
|
|
35519
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Body.tsx#L52"
|
|
35520
|
+
}
|
|
35521
|
+
],
|
|
35522
|
+
"type": {
|
|
35523
|
+
"type": "reference",
|
|
35524
|
+
"name": "Breakpoint",
|
|
35525
|
+
"qualifiedName": "Breakpoint",
|
|
35526
|
+
"package": "@mui/system"
|
|
35527
|
+
},
|
|
35528
|
+
"inheritedFrom": {
|
|
35529
|
+
"type": "reference",
|
|
35530
|
+
"name": "WebAppBodyProps.scrollingBreakpoint"
|
|
35471
35531
|
}
|
|
35472
35532
|
},
|
|
35473
35533
|
{
|
|
@@ -35480,10 +35540,10 @@
|
|
|
35480
35540
|
},
|
|
35481
35541
|
"sources": [
|
|
35482
35542
|
{
|
|
35483
|
-
"fileName": "packages/sdk/packages/webapp/src/components/
|
|
35484
|
-
"line":
|
|
35543
|
+
"fileName": "packages/sdk/packages/webapp/src/components/Body.tsx",
|
|
35544
|
+
"line": 51,
|
|
35485
35545
|
"character": 2,
|
|
35486
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
35546
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Body.tsx#L51"
|
|
35487
35547
|
}
|
|
35488
35548
|
],
|
|
35489
35549
|
"type": {
|
|
@@ -35498,10 +35558,14 @@
|
|
|
35498
35558
|
"name": "number"
|
|
35499
35559
|
}
|
|
35500
35560
|
]
|
|
35561
|
+
},
|
|
35562
|
+
"inheritedFrom": {
|
|
35563
|
+
"type": "reference",
|
|
35564
|
+
"name": "WebAppBodyProps.spacing"
|
|
35501
35565
|
}
|
|
35502
35566
|
},
|
|
35503
35567
|
{
|
|
35504
|
-
"id":
|
|
35568
|
+
"id": 777,
|
|
35505
35569
|
"name": "textAlign",
|
|
35506
35570
|
"kind": 1024,
|
|
35507
35571
|
"kindString": "Property",
|
|
@@ -35561,7 +35625,7 @@
|
|
|
35561
35625
|
{
|
|
35562
35626
|
"type": "reflection",
|
|
35563
35627
|
"declaration": {
|
|
35564
|
-
"id":
|
|
35628
|
+
"id": 778,
|
|
35565
35629
|
"name": "__type",
|
|
35566
35630
|
"kind": 65536,
|
|
35567
35631
|
"kindString": "Type literal",
|
|
@@ -35575,14 +35639,14 @@
|
|
|
35575
35639
|
],
|
|
35576
35640
|
"signatures": [
|
|
35577
35641
|
{
|
|
35578
|
-
"id":
|
|
35642
|
+
"id": 779,
|
|
35579
35643
|
"name": "__type",
|
|
35580
35644
|
"kind": 4096,
|
|
35581
35645
|
"kindString": "Call signature",
|
|
35582
35646
|
"flags": {},
|
|
35583
35647
|
"parameters": [
|
|
35584
35648
|
{
|
|
35585
|
-
"id":
|
|
35649
|
+
"id": 780,
|
|
35586
35650
|
"name": "theme",
|
|
35587
35651
|
"kind": 32768,
|
|
35588
35652
|
"kindString": "Parameter",
|
|
@@ -35652,11 +35716,11 @@
|
|
|
35652
35716
|
},
|
|
35653
35717
|
"inheritedFrom": {
|
|
35654
35718
|
"type": "reference",
|
|
35655
|
-
"name": "
|
|
35719
|
+
"name": "WebAppBodyProps.textAlign"
|
|
35656
35720
|
}
|
|
35657
35721
|
},
|
|
35658
35722
|
{
|
|
35659
|
-
"id":
|
|
35723
|
+
"id": 453,
|
|
35660
35724
|
"name": "textOverflow",
|
|
35661
35725
|
"kind": 1024,
|
|
35662
35726
|
"kindString": "Property",
|
|
@@ -35697,7 +35761,7 @@
|
|
|
35697
35761
|
{
|
|
35698
35762
|
"type": "reflection",
|
|
35699
35763
|
"declaration": {
|
|
35700
|
-
"id":
|
|
35764
|
+
"id": 454,
|
|
35701
35765
|
"name": "__type",
|
|
35702
35766
|
"kind": 65536,
|
|
35703
35767
|
"kindString": "Type literal",
|
|
@@ -35711,14 +35775,14 @@
|
|
|
35711
35775
|
],
|
|
35712
35776
|
"signatures": [
|
|
35713
35777
|
{
|
|
35714
|
-
"id":
|
|
35778
|
+
"id": 455,
|
|
35715
35779
|
"name": "__type",
|
|
35716
35780
|
"kind": 4096,
|
|
35717
35781
|
"kindString": "Call signature",
|
|
35718
35782
|
"flags": {},
|
|
35719
35783
|
"parameters": [
|
|
35720
35784
|
{
|
|
35721
|
-
"id":
|
|
35785
|
+
"id": 456,
|
|
35722
35786
|
"name": "theme",
|
|
35723
35787
|
"kind": 32768,
|
|
35724
35788
|
"kindString": "Parameter",
|
|
@@ -35769,11 +35833,11 @@
|
|
|
35769
35833
|
},
|
|
35770
35834
|
"inheritedFrom": {
|
|
35771
35835
|
"type": "reference",
|
|
35772
|
-
"name": "
|
|
35836
|
+
"name": "WebAppBodyProps.textOverflow"
|
|
35773
35837
|
}
|
|
35774
35838
|
},
|
|
35775
35839
|
{
|
|
35776
|
-
"id":
|
|
35840
|
+
"id": 781,
|
|
35777
35841
|
"name": "textTransform",
|
|
35778
35842
|
"kind": 1024,
|
|
35779
35843
|
"kindString": "Property",
|
|
@@ -35833,7 +35897,7 @@
|
|
|
35833
35897
|
{
|
|
35834
35898
|
"type": "reflection",
|
|
35835
35899
|
"declaration": {
|
|
35836
|
-
"id":
|
|
35900
|
+
"id": 782,
|
|
35837
35901
|
"name": "__type",
|
|
35838
35902
|
"kind": 65536,
|
|
35839
35903
|
"kindString": "Type literal",
|
|
@@ -35847,14 +35911,14 @@
|
|
|
35847
35911
|
],
|
|
35848
35912
|
"signatures": [
|
|
35849
35913
|
{
|
|
35850
|
-
"id":
|
|
35914
|
+
"id": 783,
|
|
35851
35915
|
"name": "__type",
|
|
35852
35916
|
"kind": 4096,
|
|
35853
35917
|
"kindString": "Call signature",
|
|
35854
35918
|
"flags": {},
|
|
35855
35919
|
"parameters": [
|
|
35856
35920
|
{
|
|
35857
|
-
"id":
|
|
35921
|
+
"id": 784,
|
|
35858
35922
|
"name": "theme",
|
|
35859
35923
|
"kind": 32768,
|
|
35860
35924
|
"kindString": "Parameter",
|
|
@@ -35924,11 +35988,11 @@
|
|
|
35924
35988
|
},
|
|
35925
35989
|
"inheritedFrom": {
|
|
35926
35990
|
"type": "reference",
|
|
35927
|
-
"name": "
|
|
35991
|
+
"name": "WebAppBodyProps.textTransform"
|
|
35928
35992
|
}
|
|
35929
35993
|
},
|
|
35930
35994
|
{
|
|
35931
|
-
"id":
|
|
35995
|
+
"id": 585,
|
|
35932
35996
|
"name": "top",
|
|
35933
35997
|
"kind": 1024,
|
|
35934
35998
|
"kindString": "Property",
|
|
@@ -36018,7 +36082,7 @@
|
|
|
36018
36082
|
{
|
|
36019
36083
|
"type": "reflection",
|
|
36020
36084
|
"declaration": {
|
|
36021
|
-
"id":
|
|
36085
|
+
"id": 586,
|
|
36022
36086
|
"name": "__type",
|
|
36023
36087
|
"kind": 65536,
|
|
36024
36088
|
"kindString": "Type literal",
|
|
@@ -36032,14 +36096,14 @@
|
|
|
36032
36096
|
],
|
|
36033
36097
|
"signatures": [
|
|
36034
36098
|
{
|
|
36035
|
-
"id":
|
|
36099
|
+
"id": 587,
|
|
36036
36100
|
"name": "__type",
|
|
36037
36101
|
"kind": 4096,
|
|
36038
36102
|
"kindString": "Call signature",
|
|
36039
36103
|
"flags": {},
|
|
36040
36104
|
"parameters": [
|
|
36041
36105
|
{
|
|
36042
|
-
"id":
|
|
36106
|
+
"id": 588,
|
|
36043
36107
|
"name": "theme",
|
|
36044
36108
|
"kind": 32768,
|
|
36045
36109
|
"kindString": "Parameter",
|
|
@@ -36139,11 +36203,11 @@
|
|
|
36139
36203
|
},
|
|
36140
36204
|
"inheritedFrom": {
|
|
36141
36205
|
"type": "reference",
|
|
36142
|
-
"name": "
|
|
36206
|
+
"name": "WebAppBodyProps.top"
|
|
36143
36207
|
}
|
|
36144
36208
|
},
|
|
36145
36209
|
{
|
|
36146
|
-
"id":
|
|
36210
|
+
"id": 745,
|
|
36147
36211
|
"name": "typography",
|
|
36148
36212
|
"kind": 1024,
|
|
36149
36213
|
"kindString": "Property",
|
|
@@ -36175,7 +36239,7 @@
|
|
|
36175
36239
|
{
|
|
36176
36240
|
"type": "reflection",
|
|
36177
36241
|
"declaration": {
|
|
36178
|
-
"id":
|
|
36242
|
+
"id": 746,
|
|
36179
36243
|
"name": "__type",
|
|
36180
36244
|
"kind": 65536,
|
|
36181
36245
|
"kindString": "Type literal",
|
|
@@ -36189,14 +36253,14 @@
|
|
|
36189
36253
|
],
|
|
36190
36254
|
"signatures": [
|
|
36191
36255
|
{
|
|
36192
|
-
"id":
|
|
36256
|
+
"id": 747,
|
|
36193
36257
|
"name": "__type",
|
|
36194
36258
|
"kind": 4096,
|
|
36195
36259
|
"kindString": "Call signature",
|
|
36196
36260
|
"flags": {},
|
|
36197
36261
|
"parameters": [
|
|
36198
36262
|
{
|
|
36199
|
-
"id":
|
|
36263
|
+
"id": 748,
|
|
36200
36264
|
"name": "theme",
|
|
36201
36265
|
"kind": 32768,
|
|
36202
36266
|
"kindString": "Parameter",
|
|
@@ -36238,11 +36302,11 @@
|
|
|
36238
36302
|
},
|
|
36239
36303
|
"inheritedFrom": {
|
|
36240
36304
|
"type": "reference",
|
|
36241
|
-
"name": "
|
|
36305
|
+
"name": "WebAppBodyProps.typography"
|
|
36242
36306
|
}
|
|
36243
36307
|
},
|
|
36244
36308
|
{
|
|
36245
|
-
"id":
|
|
36309
|
+
"id": 457,
|
|
36246
36310
|
"name": "visibility",
|
|
36247
36311
|
"kind": 1024,
|
|
36248
36312
|
"kindString": "Property",
|
|
@@ -36302,7 +36366,7 @@
|
|
|
36302
36366
|
{
|
|
36303
36367
|
"type": "reflection",
|
|
36304
36368
|
"declaration": {
|
|
36305
|
-
"id":
|
|
36369
|
+
"id": 458,
|
|
36306
36370
|
"name": "__type",
|
|
36307
36371
|
"kind": 65536,
|
|
36308
36372
|
"kindString": "Type literal",
|
|
@@ -36316,14 +36380,14 @@
|
|
|
36316
36380
|
],
|
|
36317
36381
|
"signatures": [
|
|
36318
36382
|
{
|
|
36319
|
-
"id":
|
|
36383
|
+
"id": 459,
|
|
36320
36384
|
"name": "__type",
|
|
36321
36385
|
"kind": 4096,
|
|
36322
36386
|
"kindString": "Call signature",
|
|
36323
36387
|
"flags": {},
|
|
36324
36388
|
"parameters": [
|
|
36325
36389
|
{
|
|
36326
|
-
"id":
|
|
36390
|
+
"id": 460,
|
|
36327
36391
|
"name": "theme",
|
|
36328
36392
|
"kind": 32768,
|
|
36329
36393
|
"kindString": "Parameter",
|
|
@@ -36393,11 +36457,11 @@
|
|
|
36393
36457
|
},
|
|
36394
36458
|
"inheritedFrom": {
|
|
36395
36459
|
"type": "reference",
|
|
36396
|
-
"name": "
|
|
36460
|
+
"name": "WebAppBodyProps.visibility"
|
|
36397
36461
|
}
|
|
36398
36462
|
},
|
|
36399
36463
|
{
|
|
36400
|
-
"id":
|
|
36464
|
+
"id": 461,
|
|
36401
36465
|
"name": "whiteSpace",
|
|
36402
36466
|
"kind": 1024,
|
|
36403
36467
|
"kindString": "Property",
|
|
@@ -36457,7 +36521,7 @@
|
|
|
36457
36521
|
{
|
|
36458
36522
|
"type": "reflection",
|
|
36459
36523
|
"declaration": {
|
|
36460
|
-
"id":
|
|
36524
|
+
"id": 462,
|
|
36461
36525
|
"name": "__type",
|
|
36462
36526
|
"kind": 65536,
|
|
36463
36527
|
"kindString": "Type literal",
|
|
@@ -36471,14 +36535,14 @@
|
|
|
36471
36535
|
],
|
|
36472
36536
|
"signatures": [
|
|
36473
36537
|
{
|
|
36474
|
-
"id":
|
|
36538
|
+
"id": 463,
|
|
36475
36539
|
"name": "__type",
|
|
36476
36540
|
"kind": 4096,
|
|
36477
36541
|
"kindString": "Call signature",
|
|
36478
36542
|
"flags": {},
|
|
36479
36543
|
"parameters": [
|
|
36480
36544
|
{
|
|
36481
|
-
"id":
|
|
36545
|
+
"id": 464,
|
|
36482
36546
|
"name": "theme",
|
|
36483
36547
|
"kind": 32768,
|
|
36484
36548
|
"kindString": "Parameter",
|
|
@@ -36548,11 +36612,11 @@
|
|
|
36548
36612
|
},
|
|
36549
36613
|
"inheritedFrom": {
|
|
36550
36614
|
"type": "reference",
|
|
36551
|
-
"name": "
|
|
36615
|
+
"name": "WebAppBodyProps.whiteSpace"
|
|
36552
36616
|
}
|
|
36553
36617
|
},
|
|
36554
36618
|
{
|
|
36555
|
-
"id":
|
|
36619
|
+
"id": 605,
|
|
36556
36620
|
"name": "width",
|
|
36557
36621
|
"kind": 1024,
|
|
36558
36622
|
"kindString": "Property",
|
|
@@ -36642,7 +36706,7 @@
|
|
|
36642
36706
|
{
|
|
36643
36707
|
"type": "reflection",
|
|
36644
36708
|
"declaration": {
|
|
36645
|
-
"id":
|
|
36709
|
+
"id": 606,
|
|
36646
36710
|
"name": "__type",
|
|
36647
36711
|
"kind": 65536,
|
|
36648
36712
|
"kindString": "Type literal",
|
|
@@ -36656,14 +36720,14 @@
|
|
|
36656
36720
|
],
|
|
36657
36721
|
"signatures": [
|
|
36658
36722
|
{
|
|
36659
|
-
"id":
|
|
36723
|
+
"id": 607,
|
|
36660
36724
|
"name": "__type",
|
|
36661
36725
|
"kind": 4096,
|
|
36662
36726
|
"kindString": "Call signature",
|
|
36663
36727
|
"flags": {},
|
|
36664
36728
|
"parameters": [
|
|
36665
36729
|
{
|
|
36666
|
-
"id":
|
|
36730
|
+
"id": 608,
|
|
36667
36731
|
"name": "theme",
|
|
36668
36732
|
"kind": 32768,
|
|
36669
36733
|
"kindString": "Parameter",
|
|
@@ -36763,11 +36827,11 @@
|
|
|
36763
36827
|
},
|
|
36764
36828
|
"inheritedFrom": {
|
|
36765
36829
|
"type": "reference",
|
|
36766
|
-
"name": "
|
|
36830
|
+
"name": "WebAppBodyProps.width"
|
|
36767
36831
|
}
|
|
36768
36832
|
},
|
|
36769
36833
|
{
|
|
36770
|
-
"id":
|
|
36834
|
+
"id": 573,
|
|
36771
36835
|
"name": "zIndex",
|
|
36772
36836
|
"kind": 1024,
|
|
36773
36837
|
"kindString": "Property",
|
|
@@ -36799,7 +36863,7 @@
|
|
|
36799
36863
|
{
|
|
36800
36864
|
"type": "reflection",
|
|
36801
36865
|
"declaration": {
|
|
36802
|
-
"id":
|
|
36866
|
+
"id": 574,
|
|
36803
36867
|
"name": "__type",
|
|
36804
36868
|
"kind": 65536,
|
|
36805
36869
|
"kindString": "Type literal",
|
|
@@ -36818,7 +36882,7 @@
|
|
|
36818
36882
|
{
|
|
36819
36883
|
"type": "reflection",
|
|
36820
36884
|
"declaration": {
|
|
36821
|
-
"id":
|
|
36885
|
+
"id": 575,
|
|
36822
36886
|
"name": "__type",
|
|
36823
36887
|
"kind": 65536,
|
|
36824
36888
|
"kindString": "Type literal",
|
|
@@ -36837,7 +36901,7 @@
|
|
|
36837
36901
|
{
|
|
36838
36902
|
"type": "reflection",
|
|
36839
36903
|
"declaration": {
|
|
36840
|
-
"id":
|
|
36904
|
+
"id": 576,
|
|
36841
36905
|
"name": "__type",
|
|
36842
36906
|
"kind": 65536,
|
|
36843
36907
|
"kindString": "Type literal",
|
|
@@ -36851,14 +36915,14 @@
|
|
|
36851
36915
|
],
|
|
36852
36916
|
"signatures": [
|
|
36853
36917
|
{
|
|
36854
|
-
"id":
|
|
36918
|
+
"id": 577,
|
|
36855
36919
|
"name": "__type",
|
|
36856
36920
|
"kind": 4096,
|
|
36857
36921
|
"kindString": "Call signature",
|
|
36858
36922
|
"flags": {},
|
|
36859
36923
|
"parameters": [
|
|
36860
36924
|
{
|
|
36861
|
-
"id":
|
|
36925
|
+
"id": 578,
|
|
36862
36926
|
"name": "theme",
|
|
36863
36927
|
"kind": 32768,
|
|
36864
36928
|
"kindString": "Parameter",
|
|
@@ -36895,7 +36959,7 @@
|
|
|
36895
36959
|
{
|
|
36896
36960
|
"type": "reflection",
|
|
36897
36961
|
"declaration": {
|
|
36898
|
-
"id":
|
|
36962
|
+
"id": 579,
|
|
36899
36963
|
"name": "__type",
|
|
36900
36964
|
"kind": 65536,
|
|
36901
36965
|
"kindString": "Type literal",
|
|
@@ -36914,7 +36978,7 @@
|
|
|
36914
36978
|
{
|
|
36915
36979
|
"type": "reflection",
|
|
36916
36980
|
"declaration": {
|
|
36917
|
-
"id":
|
|
36981
|
+
"id": 580,
|
|
36918
36982
|
"name": "__type",
|
|
36919
36983
|
"kind": 65536,
|
|
36920
36984
|
"kindString": "Type literal",
|
|
@@ -36938,7 +37002,7 @@
|
|
|
36938
37002
|
},
|
|
36939
37003
|
"inheritedFrom": {
|
|
36940
37004
|
"type": "reference",
|
|
36941
|
-
"name": "
|
|
37005
|
+
"name": "WebAppBodyProps.zIndex"
|
|
36942
37006
|
}
|
|
36943
37007
|
}
|
|
36944
37008
|
],
|
|
@@ -36946,114 +37010,120 @@
|
|
|
36946
37010
|
{
|
|
36947
37011
|
"title": "Properties",
|
|
36948
37012
|
"children": [
|
|
36949
|
-
|
|
36950
|
-
|
|
36951
|
-
|
|
36952
|
-
|
|
36953
|
-
|
|
36954
|
-
|
|
36955
|
-
|
|
36956
|
-
|
|
36957
|
-
|
|
36958
|
-
|
|
36959
|
-
|
|
36960
|
-
|
|
36961
|
-
|
|
36962
|
-
|
|
37013
|
+
485,
|
|
37014
|
+
481,
|
|
37015
|
+
505,
|
|
37016
|
+
565,
|
|
37017
|
+
411,
|
|
37018
|
+
425,
|
|
37019
|
+
433,
|
|
37020
|
+
429,
|
|
37021
|
+
437,
|
|
37022
|
+
421,
|
|
37023
|
+
417,
|
|
37024
|
+
593,
|
|
37025
|
+
601,
|
|
37026
|
+
629,
|
|
36963
37027
|
406,
|
|
36964
|
-
|
|
36965
|
-
|
|
37028
|
+
569,
|
|
37029
|
+
521,
|
|
36966
37030
|
404,
|
|
37031
|
+
410,
|
|
36967
37032
|
407,
|
|
36968
37033
|
405,
|
|
36969
|
-
|
|
36970
|
-
|
|
36971
|
-
|
|
36972
|
-
|
|
36973
|
-
|
|
36974
|
-
|
|
36975
|
-
|
|
36976
|
-
|
|
36977
|
-
|
|
36978
|
-
|
|
36979
|
-
|
|
36980
|
-
|
|
36981
|
-
|
|
36982
|
-
|
|
36983
|
-
|
|
36984
|
-
|
|
36985
|
-
|
|
36986
|
-
|
|
36987
|
-
|
|
36988
|
-
|
|
36989
|
-
|
|
36990
|
-
|
|
36991
|
-
|
|
36992
|
-
|
|
36993
|
-
|
|
36994
|
-
|
|
36995
|
-
|
|
36996
|
-
|
|
36997
|
-
|
|
36998
|
-
|
|
36999
|
-
|
|
37000
|
-
|
|
37001
|
-
|
|
37002
|
-
|
|
37003
|
-
|
|
37004
|
-
|
|
37005
|
-
|
|
37006
|
-
|
|
37007
|
-
|
|
37008
|
-
|
|
37009
|
-
|
|
37010
|
-
|
|
37011
|
-
|
|
37012
|
-
|
|
37013
|
-
|
|
37014
|
-
|
|
37015
|
-
|
|
37016
|
-
|
|
37017
|
-
|
|
37018
|
-
|
|
37019
|
-
|
|
37020
|
-
|
|
37021
|
-
|
|
37022
|
-
|
|
37023
|
-
|
|
37024
|
-
|
|
37025
|
-
|
|
37026
|
-
|
|
37027
|
-
|
|
37028
|
-
|
|
37029
|
-
|
|
37030
|
-
|
|
37031
|
-
|
|
37032
|
-
|
|
37033
|
-
|
|
37034
|
-
|
|
37034
|
+
441,
|
|
37035
|
+
445,
|
|
37036
|
+
493,
|
|
37037
|
+
465,
|
|
37038
|
+
469,
|
|
37039
|
+
497,
|
|
37040
|
+
501,
|
|
37041
|
+
473,
|
|
37042
|
+
749,
|
|
37043
|
+
753,
|
|
37044
|
+
757,
|
|
37045
|
+
761,
|
|
37046
|
+
517,
|
|
37047
|
+
561,
|
|
37048
|
+
541,
|
|
37049
|
+
537,
|
|
37050
|
+
545,
|
|
37051
|
+
529,
|
|
37052
|
+
533,
|
|
37053
|
+
557,
|
|
37054
|
+
549,
|
|
37055
|
+
553,
|
|
37056
|
+
617,
|
|
37057
|
+
477,
|
|
37058
|
+
509,
|
|
37059
|
+
513,
|
|
37060
|
+
597,
|
|
37061
|
+
769,
|
|
37062
|
+
773,
|
|
37063
|
+
633,
|
|
37064
|
+
689,
|
|
37065
|
+
701,
|
|
37066
|
+
705,
|
|
37067
|
+
697,
|
|
37068
|
+
693,
|
|
37069
|
+
709,
|
|
37070
|
+
713,
|
|
37071
|
+
621,
|
|
37072
|
+
609,
|
|
37073
|
+
645,
|
|
37074
|
+
625,
|
|
37075
|
+
613,
|
|
37076
|
+
649,
|
|
37077
|
+
641,
|
|
37078
|
+
637,
|
|
37079
|
+
653,
|
|
37080
|
+
657,
|
|
37081
|
+
489,
|
|
37082
|
+
449,
|
|
37083
|
+
661,
|
|
37084
|
+
717,
|
|
37085
|
+
729,
|
|
37086
|
+
733,
|
|
37087
|
+
725,
|
|
37088
|
+
721,
|
|
37089
|
+
737,
|
|
37090
|
+
741,
|
|
37091
|
+
673,
|
|
37092
|
+
677,
|
|
37093
|
+
581,
|
|
37094
|
+
669,
|
|
37095
|
+
665,
|
|
37096
|
+
681,
|
|
37097
|
+
685,
|
|
37098
|
+
589,
|
|
37099
|
+
525,
|
|
37100
|
+
409,
|
|
37035
37101
|
408,
|
|
37036
|
-
|
|
37037
|
-
|
|
37038
|
-
|
|
37039
|
-
|
|
37040
|
-
|
|
37041
|
-
|
|
37042
|
-
|
|
37043
|
-
|
|
37044
|
-
|
|
37102
|
+
777,
|
|
37103
|
+
453,
|
|
37104
|
+
781,
|
|
37105
|
+
585,
|
|
37106
|
+
745,
|
|
37107
|
+
457,
|
|
37108
|
+
461,
|
|
37109
|
+
605,
|
|
37110
|
+
573
|
|
37045
37111
|
]
|
|
37046
37112
|
}
|
|
37047
37113
|
],
|
|
37048
37114
|
"sources": [
|
|
37049
37115
|
{
|
|
37050
37116
|
"fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
|
|
37051
|
-
"line":
|
|
37117
|
+
"line": 26,
|
|
37052
37118
|
"character": 17,
|
|
37053
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
37119
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Page.tsx#L26"
|
|
37054
37120
|
}
|
|
37055
37121
|
],
|
|
37056
37122
|
"extendedTypes": [
|
|
37123
|
+
{
|
|
37124
|
+
"type": "reference",
|
|
37125
|
+
"name": "WebAppBodyProps"
|
|
37126
|
+
},
|
|
37057
37127
|
{
|
|
37058
37128
|
"type": "reference",
|
|
37059
37129
|
"name": "FlexBoxProps",
|
|
@@ -37073,7 +37143,7 @@
|
|
|
37073
37143
|
"fileName": "packages/sdk/packages/webapp/src/components/ErrorPage.tsx",
|
|
37074
37144
|
"line": 15,
|
|
37075
37145
|
"character": 13,
|
|
37076
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
37146
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/ErrorPage.tsx#L15"
|
|
37077
37147
|
}
|
|
37078
37148
|
],
|
|
37079
37149
|
"signatures": [
|
|
@@ -37153,7 +37223,7 @@
|
|
|
37153
37223
|
]
|
|
37154
37224
|
},
|
|
37155
37225
|
{
|
|
37156
|
-
"id":
|
|
37226
|
+
"id": 789,
|
|
37157
37227
|
"name": "FlexPage",
|
|
37158
37228
|
"kind": 64,
|
|
37159
37229
|
"kindString": "Function",
|
|
@@ -37161,14 +37231,14 @@
|
|
|
37161
37231
|
"sources": [
|
|
37162
37232
|
{
|
|
37163
37233
|
"fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
|
|
37164
|
-
"line":
|
|
37234
|
+
"line": 126,
|
|
37165
37235
|
"character": 13,
|
|
37166
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
37236
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Page.tsx#L126"
|
|
37167
37237
|
}
|
|
37168
37238
|
],
|
|
37169
37239
|
"signatures": [
|
|
37170
37240
|
{
|
|
37171
|
-
"id":
|
|
37241
|
+
"id": 790,
|
|
37172
37242
|
"name": "FlexPage",
|
|
37173
37243
|
"kind": 4096,
|
|
37174
37244
|
"kindString": "Call signature",
|
|
@@ -37189,19 +37259,27 @@
|
|
|
37189
37259
|
},
|
|
37190
37260
|
"parameters": [
|
|
37191
37261
|
{
|
|
37192
|
-
"id":
|
|
37262
|
+
"id": 791,
|
|
37193
37263
|
"name": "props",
|
|
37194
37264
|
"kind": 32768,
|
|
37195
37265
|
"kindString": "Parameter",
|
|
37196
37266
|
"flags": {},
|
|
37197
37267
|
"type": {
|
|
37198
37268
|
"type": "reference",
|
|
37199
|
-
"
|
|
37200
|
-
|
|
37269
|
+
"typeArguments": [
|
|
37270
|
+
{
|
|
37271
|
+
"type": "reference",
|
|
37272
|
+
"id": 403,
|
|
37273
|
+
"name": "WebAppPageProps"
|
|
37274
|
+
}
|
|
37275
|
+
],
|
|
37276
|
+
"name": "WithChildren",
|
|
37277
|
+
"qualifiedName": "WithChildren",
|
|
37278
|
+
"package": "@xylabs/react-shared"
|
|
37201
37279
|
}
|
|
37202
37280
|
},
|
|
37203
37281
|
{
|
|
37204
|
-
"id":
|
|
37282
|
+
"id": 792,
|
|
37205
37283
|
"name": "context",
|
|
37206
37284
|
"kind": 32768,
|
|
37207
37285
|
"kindString": "Parameter",
|
|
@@ -37253,7 +37331,7 @@
|
|
|
37253
37331
|
"fileName": "packages/sdk/packages/webapp/src/components/NotFoundPage/Page.tsx",
|
|
37254
37332
|
"line": 12,
|
|
37255
37333
|
"character": 13,
|
|
37256
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
37334
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/NotFoundPage/Page.tsx#L12"
|
|
37257
37335
|
}
|
|
37258
37336
|
],
|
|
37259
37337
|
"signatures": [
|
|
@@ -37343,7 +37421,7 @@
|
|
|
37343
37421
|
"fileName": "packages/sdk/packages/webapp/src/components/Chrome.tsx",
|
|
37344
37422
|
"line": 22,
|
|
37345
37423
|
"character": 13,
|
|
37346
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
37424
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Chrome.tsx#L22"
|
|
37347
37425
|
}
|
|
37348
37426
|
],
|
|
37349
37427
|
"signatures": [
|
|
@@ -37419,7 +37497,7 @@
|
|
|
37419
37497
|
"fileName": "packages/sdk/packages/webapp/src/components/ErrorPage.tsx",
|
|
37420
37498
|
"line": 5,
|
|
37421
37499
|
"character": 13,
|
|
37422
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
37500
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/ErrorPage.tsx#L5"
|
|
37423
37501
|
}
|
|
37424
37502
|
],
|
|
37425
37503
|
"signatures": [
|
|
@@ -37495,7 +37573,7 @@
|
|
|
37495
37573
|
"fileName": "packages/sdk/packages/webapp/src/components/NotFoundPage/Page.tsx",
|
|
37496
37574
|
"line": 5,
|
|
37497
37575
|
"character": 13,
|
|
37498
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
37576
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/NotFoundPage/Page.tsx#L5"
|
|
37499
37577
|
}
|
|
37500
37578
|
],
|
|
37501
37579
|
"signatures": [
|
|
@@ -37561,7 +37639,7 @@
|
|
|
37561
37639
|
]
|
|
37562
37640
|
},
|
|
37563
37641
|
{
|
|
37564
|
-
"id":
|
|
37642
|
+
"id": 785,
|
|
37565
37643
|
"name": "WebAppPage",
|
|
37566
37644
|
"kind": 64,
|
|
37567
37645
|
"kindString": "Function",
|
|
@@ -37569,33 +37647,41 @@
|
|
|
37569
37647
|
"sources": [
|
|
37570
37648
|
{
|
|
37571
37649
|
"fileName": "packages/sdk/packages/webapp/src/components/Page.tsx",
|
|
37572
|
-
"line":
|
|
37650
|
+
"line": 31,
|
|
37573
37651
|
"character": 13,
|
|
37574
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
37652
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/components/Page.tsx#L31"
|
|
37575
37653
|
}
|
|
37576
37654
|
],
|
|
37577
37655
|
"signatures": [
|
|
37578
37656
|
{
|
|
37579
|
-
"id":
|
|
37657
|
+
"id": 786,
|
|
37580
37658
|
"name": "WebAppPage",
|
|
37581
37659
|
"kind": 4096,
|
|
37582
37660
|
"kindString": "Call signature",
|
|
37583
37661
|
"flags": {},
|
|
37584
37662
|
"parameters": [
|
|
37585
37663
|
{
|
|
37586
|
-
"id":
|
|
37664
|
+
"id": 787,
|
|
37587
37665
|
"name": "props",
|
|
37588
37666
|
"kind": 32768,
|
|
37589
37667
|
"kindString": "Parameter",
|
|
37590
37668
|
"flags": {},
|
|
37591
37669
|
"type": {
|
|
37592
37670
|
"type": "reference",
|
|
37593
|
-
"
|
|
37594
|
-
|
|
37671
|
+
"typeArguments": [
|
|
37672
|
+
{
|
|
37673
|
+
"type": "reference",
|
|
37674
|
+
"id": 403,
|
|
37675
|
+
"name": "WebAppPageProps"
|
|
37676
|
+
}
|
|
37677
|
+
],
|
|
37678
|
+
"name": "WithChildren",
|
|
37679
|
+
"qualifiedName": "WithChildren",
|
|
37680
|
+
"package": "@xylabs/react-shared"
|
|
37595
37681
|
}
|
|
37596
37682
|
},
|
|
37597
37683
|
{
|
|
37598
|
-
"id":
|
|
37684
|
+
"id": 788,
|
|
37599
37685
|
"name": "context",
|
|
37600
37686
|
"kind": 32768,
|
|
37601
37687
|
"kindString": "Parameter",
|
|
@@ -37649,12 +37735,12 @@
|
|
|
37649
37735
|
"title": "Functions",
|
|
37650
37736
|
"children": [
|
|
37651
37737
|
391,
|
|
37652
|
-
|
|
37738
|
+
789,
|
|
37653
37739
|
399,
|
|
37654
37740
|
383,
|
|
37655
37741
|
387,
|
|
37656
37742
|
395,
|
|
37657
|
-
|
|
37743
|
+
785
|
|
37658
37744
|
]
|
|
37659
37745
|
}
|
|
37660
37746
|
],
|
|
@@ -37663,7 +37749,7 @@
|
|
|
37663
37749
|
"fileName": "packages/sdk/packages/webapp/src/index.ts",
|
|
37664
37750
|
"line": 1,
|
|
37665
37751
|
"character": 0,
|
|
37666
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
37752
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/cc87db2f/packages/sdk/packages/webapp/src/index.ts#L1"
|
|
37667
37753
|
}
|
|
37668
37754
|
]
|
|
37669
37755
|
}
|