@xyo-network/react-error 2.52.0 → 2.54.0
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/{XyoErrorBoundary → ErrorBoundary}/ThrownErrorBoundary.js +7 -7
- package/dist/cjs/components/ErrorBoundary/ThrownErrorBoundary.js.map +1 -0
- package/dist/cjs/components/ErrorBoundary/index.js.map +1 -0
- package/dist/cjs/components/{XyoErrorRender → ErrorRender}/ErrorAlert.js +3 -3
- package/dist/cjs/components/ErrorRender/ErrorAlert.js.map +1 -0
- package/dist/cjs/components/ErrorRender/Props.js.map +1 -0
- package/dist/cjs/components/{XyoErrorRender → ErrorRender}/Render.js +4 -4
- package/dist/cjs/components/ErrorRender/Render.js.map +1 -0
- package/dist/cjs/components/ErrorRender/index.js.map +1 -0
- package/dist/cjs/components/index.js +2 -2
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/docs.json +732 -724
- package/dist/esm/components/{XyoErrorBoundary → ErrorBoundary}/ThrownErrorBoundary.js +5 -5
- package/dist/esm/components/ErrorBoundary/ThrownErrorBoundary.js.map +1 -0
- package/dist/esm/components/ErrorBoundary/index.js.map +1 -0
- package/dist/esm/components/{XyoErrorRender → ErrorRender}/ErrorAlert.js +1 -1
- package/dist/esm/components/ErrorRender/ErrorAlert.js.map +1 -0
- package/dist/esm/components/ErrorRender/Props.js.map +1 -0
- package/dist/esm/components/{XyoErrorRender → ErrorRender}/Render.js +3 -3
- package/dist/esm/components/ErrorRender/Render.js.map +1 -0
- package/dist/esm/components/ErrorRender/index.js.map +1 -0
- package/dist/esm/components/index.js +2 -2
- package/dist/esm/components/index.js.map +1 -1
- package/dist/types/components/ErrorBoundary/ThrownErrorBoundary.d.ts +21 -0
- package/dist/types/components/ErrorBoundary/ThrownErrorBoundary.d.ts.map +1 -0
- package/dist/types/components/ErrorBoundary/index.d.ts.map +1 -0
- package/dist/types/components/{XyoErrorRender → ErrorRender}/ErrorAlert.d.ts +2 -2
- package/dist/types/components/ErrorRender/ErrorAlert.d.ts.map +1 -0
- package/dist/types/components/{XyoErrorRender → ErrorRender}/Props.d.ts +1 -1
- package/dist/types/components/ErrorRender/Props.d.ts.map +1 -0
- package/dist/types/components/ErrorRender/Render.d.ts +4 -0
- package/dist/types/components/ErrorRender/Render.d.ts.map +1 -0
- package/dist/types/components/ErrorRender/index.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +2 -2
- package/dist/types/components/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/components/{XyoErrorBoundary → ErrorBoundary}/ThrownErrorBoundary.stories.tsx +6 -6
- package/src/components/{XyoErrorBoundary → ErrorBoundary}/ThrownErrorBoundary.tsx +8 -8
- package/src/components/{XyoErrorRender → ErrorRender}/ErrorAlert.tsx +2 -2
- package/src/components/{XyoErrorRender → ErrorRender}/Props.ts +1 -1
- package/src/components/{XyoErrorRender → ErrorRender}/Render.tsx +4 -11
- package/src/components/index.ts +2 -2
- package/dist/cjs/components/XyoErrorBoundary/ThrownErrorBoundary.js.map +0 -1
- package/dist/cjs/components/XyoErrorBoundary/index.js.map +0 -1
- package/dist/cjs/components/XyoErrorRender/ErrorAlert.js.map +0 -1
- package/dist/cjs/components/XyoErrorRender/Props.js.map +0 -1
- package/dist/cjs/components/XyoErrorRender/Render.js.map +0 -1
- package/dist/cjs/components/XyoErrorRender/index.js.map +0 -1
- package/dist/esm/components/XyoErrorBoundary/ThrownErrorBoundary.js.map +0 -1
- package/dist/esm/components/XyoErrorBoundary/index.js.map +0 -1
- package/dist/esm/components/XyoErrorRender/ErrorAlert.js.map +0 -1
- package/dist/esm/components/XyoErrorRender/Props.js.map +0 -1
- package/dist/esm/components/XyoErrorRender/Render.js.map +0 -1
- package/dist/esm/components/XyoErrorRender/index.js.map +0 -1
- package/dist/types/components/XyoErrorBoundary/ThrownErrorBoundary.d.ts +0 -21
- package/dist/types/components/XyoErrorBoundary/ThrownErrorBoundary.d.ts.map +0 -1
- package/dist/types/components/XyoErrorBoundary/index.d.ts.map +0 -1
- package/dist/types/components/XyoErrorRender/ErrorAlert.d.ts.map +0 -1
- package/dist/types/components/XyoErrorRender/Props.d.ts.map +0 -1
- package/dist/types/components/XyoErrorRender/Render.d.ts +0 -4
- package/dist/types/components/XyoErrorRender/Render.d.ts.map +0 -1
- package/dist/types/components/XyoErrorRender/index.d.ts.map +0 -1
- /package/dist/cjs/components/{XyoErrorBoundary → ErrorBoundary}/index.js +0 -0
- /package/dist/cjs/components/{XyoErrorRender → ErrorRender}/Props.js +0 -0
- /package/dist/cjs/components/{XyoErrorRender → ErrorRender}/index.js +0 -0
- /package/dist/esm/components/{XyoErrorBoundary → ErrorBoundary}/index.js +0 -0
- /package/dist/esm/components/{XyoErrorRender → ErrorRender}/Props.js +0 -0
- /package/dist/esm/components/{XyoErrorRender → ErrorRender}/index.js +0 -0
- /package/dist/types/components/{XyoErrorBoundary → ErrorBoundary}/index.d.ts +0 -0
- /package/dist/types/components/{XyoErrorRender → ErrorRender}/index.d.ts +0 -0
- /package/src/components/{XyoErrorBoundary → ErrorBoundary}/index.ts +0 -0
- /package/src/components/{XyoErrorRender → ErrorRender}/index.ts +0 -0
package/dist/docs.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
"children": [
|
9
9
|
{
|
10
10
|
"id": 15,
|
11
|
-
"name": "
|
11
|
+
"name": "ThrownErrorBoundary",
|
12
12
|
"kind": 128,
|
13
13
|
"kindString": "Class",
|
14
14
|
"flags": {},
|
@@ -24,19 +24,19 @@
|
|
24
24
|
"sources": [
|
25
25
|
{
|
26
26
|
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
27
|
-
"line":
|
27
|
+
"line": 477,
|
28
28
|
"character": 8
|
29
29
|
},
|
30
30
|
{
|
31
31
|
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
32
|
-
"line":
|
32
|
+
"line": 482,
|
33
33
|
"character": 8
|
34
34
|
}
|
35
35
|
],
|
36
36
|
"signatures": [
|
37
37
|
{
|
38
38
|
"id": 25,
|
39
|
-
"name": "new
|
39
|
+
"name": "new ThrownErrorBoundary",
|
40
40
|
"kind": 16384,
|
41
41
|
"kindString": "Constructor signature",
|
42
42
|
"flags": {
|
@@ -57,7 +57,7 @@
|
|
57
57
|
{
|
58
58
|
"type": "reference",
|
59
59
|
"id": 1,
|
60
|
-
"name": "
|
60
|
+
"name": "ThrownErrorBoundaryProps"
|
61
61
|
},
|
62
62
|
{
|
63
63
|
"type": "reference",
|
@@ -65,7 +65,7 @@
|
|
65
65
|
{
|
66
66
|
"type": "reference",
|
67
67
|
"id": 1,
|
68
|
-
"name": "
|
68
|
+
"name": "ThrownErrorBoundaryProps"
|
69
69
|
}
|
70
70
|
],
|
71
71
|
"name": "Readonly",
|
@@ -79,16 +79,16 @@
|
|
79
79
|
"type": {
|
80
80
|
"type": "reference",
|
81
81
|
"id": 15,
|
82
|
-
"name": "
|
82
|
+
"name": "ThrownErrorBoundary"
|
83
83
|
},
|
84
84
|
"inheritedFrom": {
|
85
85
|
"type": "reference",
|
86
|
-
"name": "Component<
|
86
|
+
"name": "Component<ThrownErrorBoundaryProps, ThrownErrorBoundaryState>.constructor"
|
87
87
|
}
|
88
88
|
},
|
89
89
|
{
|
90
90
|
"id": 27,
|
91
|
-
"name": "new
|
91
|
+
"name": "new ThrownErrorBoundary",
|
92
92
|
"kind": 16384,
|
93
93
|
"kindString": "Constructor signature",
|
94
94
|
"flags": {
|
@@ -124,7 +124,7 @@
|
|
124
124
|
"type": {
|
125
125
|
"type": "reference",
|
126
126
|
"id": 1,
|
127
|
-
"name": "
|
127
|
+
"name": "ThrownErrorBoundaryProps"
|
128
128
|
}
|
129
129
|
},
|
130
130
|
{
|
@@ -144,17 +144,17 @@
|
|
144
144
|
"type": {
|
145
145
|
"type": "reference",
|
146
146
|
"id": 15,
|
147
|
-
"name": "
|
147
|
+
"name": "ThrownErrorBoundary"
|
148
148
|
},
|
149
149
|
"inheritedFrom": {
|
150
150
|
"type": "reference",
|
151
|
-
"name": "Component<
|
151
|
+
"name": "Component<ThrownErrorBoundaryProps, ThrownErrorBoundaryState>.constructor"
|
152
152
|
}
|
153
153
|
}
|
154
154
|
],
|
155
155
|
"inheritedFrom": {
|
156
156
|
"type": "reference",
|
157
|
-
"name": "Component<
|
157
|
+
"name": "Component<ThrownErrorBoundaryProps, ThrownErrorBoundaryState>.constructor"
|
158
158
|
}
|
159
159
|
},
|
160
160
|
{
|
@@ -167,16 +167,16 @@
|
|
167
167
|
},
|
168
168
|
"sources": [
|
169
169
|
{
|
170
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
170
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
171
171
|
"line": 20,
|
172
172
|
"character": 18,
|
173
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
173
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L20"
|
174
174
|
}
|
175
175
|
],
|
176
176
|
"type": {
|
177
177
|
"type": "reference",
|
178
178
|
"id": 12,
|
179
|
-
"name": "
|
179
|
+
"name": "ThrownErrorBoundaryState"
|
180
180
|
},
|
181
181
|
"defaultValue": "...",
|
182
182
|
"overwrites": {
|
@@ -194,10 +194,10 @@
|
|
194
194
|
},
|
195
195
|
"sources": [
|
196
196
|
{
|
197
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
197
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
198
198
|
"line": 34,
|
199
199
|
"character": 18,
|
200
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
200
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L34"
|
201
201
|
}
|
202
202
|
],
|
203
203
|
"signatures": [
|
@@ -260,10 +260,10 @@
|
|
260
260
|
},
|
261
261
|
"sources": [
|
262
262
|
{
|
263
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
263
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
264
264
|
"line": 46,
|
265
265
|
"character": 18,
|
266
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
266
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L46"
|
267
267
|
}
|
268
268
|
],
|
269
269
|
"signatures": [
|
@@ -298,9 +298,17 @@
|
|
298
298
|
},
|
299
299
|
{
|
300
300
|
"type": "reference",
|
301
|
-
"
|
302
|
-
|
303
|
-
|
301
|
+
"typeArguments": [
|
302
|
+
{
|
303
|
+
"type": "reference",
|
304
|
+
"name": "ReactNode",
|
305
|
+
"qualifiedName": "React.ReactNode",
|
306
|
+
"package": "@types/react"
|
307
|
+
}
|
308
|
+
],
|
309
|
+
"name": "Iterable",
|
310
|
+
"qualifiedName": "Iterable",
|
311
|
+
"package": "typescript"
|
304
312
|
},
|
305
313
|
{
|
306
314
|
"type": "reference",
|
@@ -331,10 +339,10 @@
|
|
331
339
|
},
|
332
340
|
"sources": [
|
333
341
|
{
|
334
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
342
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
335
343
|
"line": 24,
|
336
344
|
"character": 9,
|
337
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
345
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L24"
|
338
346
|
}
|
339
347
|
],
|
340
348
|
"signatures": [
|
@@ -362,7 +370,7 @@
|
|
362
370
|
"type": {
|
363
371
|
"type": "reference",
|
364
372
|
"id": 12,
|
365
|
-
"name": "
|
373
|
+
"name": "ThrownErrorBoundaryState"
|
366
374
|
}
|
367
375
|
}
|
368
376
|
]
|
@@ -378,10 +386,10 @@
|
|
378
386
|
},
|
379
387
|
"sources": [
|
380
388
|
{
|
381
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
389
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
382
390
|
"line": 28,
|
383
391
|
"character": 16,
|
384
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
392
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L28"
|
385
393
|
}
|
386
394
|
],
|
387
395
|
"signatures": [
|
@@ -508,10 +516,10 @@
|
|
508
516
|
],
|
509
517
|
"sources": [
|
510
518
|
{
|
511
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
519
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
512
520
|
"line": 19,
|
513
521
|
"character": 13,
|
514
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
522
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L19"
|
515
523
|
}
|
516
524
|
],
|
517
525
|
"extendedTypes": [
|
@@ -521,12 +529,12 @@
|
|
521
529
|
{
|
522
530
|
"type": "reference",
|
523
531
|
"id": 1,
|
524
|
-
"name": "
|
532
|
+
"name": "ThrownErrorBoundaryProps"
|
525
533
|
},
|
526
534
|
{
|
527
535
|
"type": "reference",
|
528
536
|
"id": 12,
|
529
|
-
"name": "
|
537
|
+
"name": "ThrownErrorBoundaryState"
|
530
538
|
}
|
531
539
|
],
|
532
540
|
"name": "Component",
|
@@ -535,103 +543,9 @@
|
|
535
543
|
}
|
536
544
|
]
|
537
545
|
},
|
538
|
-
{
|
539
|
-
"id": 436,
|
540
|
-
"name": "ErrorReporterContextState",
|
541
|
-
"kind": 256,
|
542
|
-
"kindString": "Interface",
|
543
|
-
"flags": {},
|
544
|
-
"children": [
|
545
|
-
{
|
546
|
-
"id": 437,
|
547
|
-
"name": "rollbar",
|
548
|
-
"kind": 1024,
|
549
|
-
"kindString": "Property",
|
550
|
-
"flags": {
|
551
|
-
"isOptional": true
|
552
|
-
},
|
553
|
-
"sources": [
|
554
|
-
{
|
555
|
-
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts",
|
556
|
-
"line": 4,
|
557
|
-
"character": 2,
|
558
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts#L4"
|
559
|
-
}
|
560
|
-
],
|
561
|
-
"type": {
|
562
|
-
"type": "reference",
|
563
|
-
"name": "Rollbar",
|
564
|
-
"qualifiedName": "Rollbar",
|
565
|
-
"package": "rollbar"
|
566
|
-
}
|
567
|
-
}
|
568
|
-
],
|
569
|
-
"groups": [
|
570
|
-
{
|
571
|
-
"title": "Properties",
|
572
|
-
"children": [
|
573
|
-
437
|
574
|
-
]
|
575
|
-
}
|
576
|
-
],
|
577
|
-
"sources": [
|
578
|
-
{
|
579
|
-
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts",
|
580
|
-
"line": 3,
|
581
|
-
"character": 17,
|
582
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts#L3"
|
583
|
-
}
|
584
|
-
]
|
585
|
-
},
|
586
|
-
{
|
587
|
-
"id": 430,
|
588
|
-
"name": "ErrorReporterProviderProps",
|
589
|
-
"kind": 256,
|
590
|
-
"kindString": "Interface",
|
591
|
-
"flags": {},
|
592
|
-
"children": [
|
593
|
-
{
|
594
|
-
"id": 431,
|
595
|
-
"name": "rollbar",
|
596
|
-
"kind": 1024,
|
597
|
-
"kindString": "Property",
|
598
|
-
"flags": {},
|
599
|
-
"sources": [
|
600
|
-
{
|
601
|
-
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx",
|
602
|
-
"line": 8,
|
603
|
-
"character": 2,
|
604
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L8"
|
605
|
-
}
|
606
|
-
],
|
607
|
-
"type": {
|
608
|
-
"type": "reference",
|
609
|
-
"name": "Rollbar",
|
610
|
-
"qualifiedName": "Rollbar",
|
611
|
-
"package": "rollbar"
|
612
|
-
}
|
613
|
-
}
|
614
|
-
],
|
615
|
-
"groups": [
|
616
|
-
{
|
617
|
-
"title": "Properties",
|
618
|
-
"children": [
|
619
|
-
431
|
620
|
-
]
|
621
|
-
}
|
622
|
-
],
|
623
|
-
"sources": [
|
624
|
-
{
|
625
|
-
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx",
|
626
|
-
"line": 7,
|
627
|
-
"character": 17,
|
628
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L7"
|
629
|
-
}
|
630
|
-
]
|
631
|
-
},
|
632
546
|
{
|
633
547
|
"id": 37,
|
634
|
-
"name": "
|
548
|
+
"name": "ErrorAlertProps",
|
635
549
|
"kind": 256,
|
636
550
|
"kindString": "Interface",
|
637
551
|
"flags": {},
|
@@ -646,10 +560,10 @@
|
|
646
560
|
},
|
647
561
|
"sources": [
|
648
562
|
{
|
649
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
563
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorRender/ErrorAlert.tsx",
|
650
564
|
"line": 5,
|
651
565
|
"character": 2,
|
652
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
566
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorRender/ErrorAlert.tsx#L5"
|
653
567
|
}
|
654
568
|
],
|
655
569
|
"type": {
|
@@ -708,10 +622,10 @@
|
|
708
622
|
},
|
709
623
|
"sources": [
|
710
624
|
{
|
711
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
625
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorRender/ErrorAlert.tsx",
|
712
626
|
"line": 6,
|
713
627
|
"character": 2,
|
714
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
628
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorRender/ErrorAlert.tsx#L6"
|
715
629
|
}
|
716
630
|
],
|
717
631
|
"type": {
|
@@ -731,10 +645,10 @@
|
|
731
645
|
],
|
732
646
|
"sources": [
|
733
647
|
{
|
734
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
648
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorRender/ErrorAlert.tsx",
|
735
649
|
"line": 4,
|
736
650
|
"character": 17,
|
737
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
651
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorRender/ErrorAlert.tsx#L4"
|
738
652
|
}
|
739
653
|
],
|
740
654
|
"extendedTypes": [
|
@@ -747,315 +661,135 @@
|
|
747
661
|
]
|
748
662
|
},
|
749
663
|
{
|
750
|
-
"id":
|
751
|
-
"name": "
|
664
|
+
"id": 45,
|
665
|
+
"name": "ErrorRenderProps",
|
752
666
|
"kind": 256,
|
753
667
|
"kindString": "Interface",
|
754
668
|
"flags": {},
|
755
669
|
"children": [
|
756
670
|
{
|
757
|
-
"id":
|
758
|
-
"name": "
|
759
|
-
"kind": 1024,
|
760
|
-
"kindString": "Property",
|
761
|
-
"flags": {
|
762
|
-
"isOptional": true
|
763
|
-
},
|
764
|
-
"sources": [
|
765
|
-
{
|
766
|
-
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
767
|
-
"line": 8,
|
768
|
-
"character": 2,
|
769
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L8"
|
770
|
-
}
|
771
|
-
],
|
772
|
-
"type": {
|
773
|
-
"type": "intrinsic",
|
774
|
-
"name": "string"
|
775
|
-
}
|
776
|
-
},
|
777
|
-
{
|
778
|
-
"id": 3,
|
779
|
-
"name": "children",
|
671
|
+
"id": 134,
|
672
|
+
"name": "alignContent",
|
780
673
|
"kind": 1024,
|
781
674
|
"kindString": "Property",
|
782
675
|
"flags": {},
|
783
|
-
"sources": [
|
784
|
-
{
|
785
|
-
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
786
|
-
"line": 9,
|
787
|
-
"character": 2,
|
788
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L9"
|
789
|
-
}
|
790
|
-
],
|
791
676
|
"type": {
|
677
|
+
"type": "union",
|
678
|
+
"types": [
|
679
|
+
{
|
680
|
+
"type": "reference",
|
681
|
+
"typeArguments": [
|
682
|
+
{
|
683
|
+
"type": "union",
|
684
|
+
"types": [
|
685
|
+
{
|
686
|
+
"type": "intrinsic",
|
687
|
+
"name": "undefined"
|
688
|
+
},
|
689
|
+
{
|
690
|
+
"type": "array",
|
691
|
+
"elementType": {
|
692
|
+
"type": "intrinsic",
|
693
|
+
"name": "string"
|
694
|
+
}
|
695
|
+
},
|
696
|
+
{
|
697
|
+
"type": "reference",
|
698
|
+
"name": "AlignContent",
|
699
|
+
"qualifiedName": "Property.AlignContent",
|
700
|
+
"package": "csstype"
|
701
|
+
}
|
702
|
+
]
|
703
|
+
}
|
704
|
+
],
|
705
|
+
"name": "ResponsiveStyleValue",
|
706
|
+
"qualifiedName": "ResponsiveStyleValue",
|
707
|
+
"package": "@mui/system"
|
708
|
+
},
|
709
|
+
{
|
710
|
+
"type": "reflection",
|
711
|
+
"declaration": {
|
712
|
+
"id": 135,
|
713
|
+
"name": "__type",
|
714
|
+
"kind": 65536,
|
715
|
+
"kindString": "Type literal",
|
716
|
+
"flags": {},
|
717
|
+
"sources": [
|
718
|
+
{
|
719
|
+
"fileName": "node_modules/@mui/system/Box/Box.d.ts",
|
720
|
+
"line": 170,
|
721
|
+
"character": 7
|
722
|
+
}
|
723
|
+
],
|
724
|
+
"signatures": [
|
725
|
+
{
|
726
|
+
"id": 136,
|
727
|
+
"name": "__type",
|
728
|
+
"kind": 4096,
|
729
|
+
"kindString": "Call signature",
|
730
|
+
"flags": {},
|
731
|
+
"parameters": [
|
732
|
+
{
|
733
|
+
"id": 137,
|
734
|
+
"name": "theme",
|
735
|
+
"kind": 32768,
|
736
|
+
"kindString": "Parameter",
|
737
|
+
"flags": {},
|
738
|
+
"type": {
|
739
|
+
"type": "reference",
|
740
|
+
"name": "Theme",
|
741
|
+
"qualifiedName": "Theme",
|
742
|
+
"package": "@mui/material"
|
743
|
+
}
|
744
|
+
}
|
745
|
+
],
|
746
|
+
"type": {
|
747
|
+
"type": "reference",
|
748
|
+
"typeArguments": [
|
749
|
+
{
|
750
|
+
"type": "union",
|
751
|
+
"types": [
|
752
|
+
{
|
753
|
+
"type": "intrinsic",
|
754
|
+
"name": "undefined"
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"type": "array",
|
758
|
+
"elementType": {
|
759
|
+
"type": "intrinsic",
|
760
|
+
"name": "string"
|
761
|
+
}
|
762
|
+
},
|
763
|
+
{
|
764
|
+
"type": "reference",
|
765
|
+
"name": "AlignContent",
|
766
|
+
"qualifiedName": "Property.AlignContent",
|
767
|
+
"package": "csstype"
|
768
|
+
}
|
769
|
+
]
|
770
|
+
}
|
771
|
+
],
|
772
|
+
"name": "ResponsiveStyleValue",
|
773
|
+
"qualifiedName": "ResponsiveStyleValue",
|
774
|
+
"package": "@mui/system"
|
775
|
+
}
|
776
|
+
}
|
777
|
+
]
|
778
|
+
}
|
779
|
+
}
|
780
|
+
]
|
781
|
+
},
|
782
|
+
"inheritedFrom": {
|
792
783
|
"type": "reference",
|
793
|
-
"name": "
|
794
|
-
"qualifiedName": "React.ReactNode",
|
795
|
-
"package": "@types/react"
|
784
|
+
"name": "FlexBoxProps.alignContent"
|
796
785
|
}
|
797
786
|
},
|
798
787
|
{
|
799
|
-
"id":
|
800
|
-
"name": "
|
788
|
+
"id": 130,
|
789
|
+
"name": "alignItems",
|
801
790
|
"kind": 1024,
|
802
791
|
"kindString": "Property",
|
803
|
-
"flags": {
|
804
|
-
"isOptional": true
|
805
|
-
},
|
806
|
-
"sources": [
|
807
|
-
{
|
808
|
-
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
809
|
-
"line": 10,
|
810
|
-
"character": 2,
|
811
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L10"
|
812
|
-
}
|
813
|
-
],
|
814
|
-
"type": {
|
815
|
-
"type": "reflection",
|
816
|
-
"declaration": {
|
817
|
-
"id": 5,
|
818
|
-
"name": "__type",
|
819
|
-
"kind": 65536,
|
820
|
-
"kindString": "Type literal",
|
821
|
-
"flags": {},
|
822
|
-
"sources": [
|
823
|
-
{
|
824
|
-
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
825
|
-
"line": 10,
|
826
|
-
"character": 19,
|
827
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L10"
|
828
|
-
}
|
829
|
-
],
|
830
|
-
"signatures": [
|
831
|
-
{
|
832
|
-
"id": 6,
|
833
|
-
"name": "__type",
|
834
|
-
"kind": 4096,
|
835
|
-
"kindString": "Call signature",
|
836
|
-
"flags": {},
|
837
|
-
"parameters": [
|
838
|
-
{
|
839
|
-
"id": 7,
|
840
|
-
"name": "e",
|
841
|
-
"kind": 32768,
|
842
|
-
"kindString": "Parameter",
|
843
|
-
"flags": {},
|
844
|
-
"type": {
|
845
|
-
"type": "intersection",
|
846
|
-
"types": [
|
847
|
-
{
|
848
|
-
"type": "reference",
|
849
|
-
"name": "SchemaFields",
|
850
|
-
"qualifiedName": "SchemaFields",
|
851
|
-
"package": "@xyo-network/payload-model"
|
852
|
-
},
|
853
|
-
{
|
854
|
-
"type": "reference",
|
855
|
-
"name": "PayloadFields",
|
856
|
-
"qualifiedName": "PayloadFields",
|
857
|
-
"package": "@xyo-network/payload-model"
|
858
|
-
},
|
859
|
-
{
|
860
|
-
"type": "reflection",
|
861
|
-
"declaration": {
|
862
|
-
"id": 8,
|
863
|
-
"name": "__type",
|
864
|
-
"kind": 65536,
|
865
|
-
"kindString": "Type literal",
|
866
|
-
"flags": {},
|
867
|
-
"sources": [
|
868
|
-
{
|
869
|
-
"fileName": "node_modules/@xyo-network/module-abstract/dist/types/Error.d.ts",
|
870
|
-
"line": 5,
|
871
|
-
"character": 34
|
872
|
-
}
|
873
|
-
]
|
874
|
-
}
|
875
|
-
}
|
876
|
-
]
|
877
|
-
}
|
878
|
-
},
|
879
|
-
{
|
880
|
-
"id": 9,
|
881
|
-
"name": "boundaryName",
|
882
|
-
"kind": 32768,
|
883
|
-
"kindString": "Parameter",
|
884
|
-
"flags": {
|
885
|
-
"isOptional": true
|
886
|
-
},
|
887
|
-
"type": {
|
888
|
-
"type": "intrinsic",
|
889
|
-
"name": "string"
|
890
|
-
}
|
891
|
-
}
|
892
|
-
],
|
893
|
-
"type": {
|
894
|
-
"type": "reference",
|
895
|
-
"name": "ReactNode",
|
896
|
-
"qualifiedName": "React.ReactNode",
|
897
|
-
"package": "@types/react"
|
898
|
-
}
|
899
|
-
}
|
900
|
-
]
|
901
|
-
}
|
902
|
-
}
|
903
|
-
},
|
904
|
-
{
|
905
|
-
"id": 10,
|
906
|
-
"name": "rethrow",
|
907
|
-
"kind": 1024,
|
908
|
-
"kindString": "Property",
|
909
|
-
"flags": {
|
910
|
-
"isOptional": true
|
911
|
-
},
|
912
|
-
"sources": [
|
913
|
-
{
|
914
|
-
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
915
|
-
"line": 11,
|
916
|
-
"character": 2,
|
917
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L11"
|
918
|
-
}
|
919
|
-
],
|
920
|
-
"type": {
|
921
|
-
"type": "intrinsic",
|
922
|
-
"name": "boolean"
|
923
|
-
}
|
924
|
-
},
|
925
|
-
{
|
926
|
-
"id": 11,
|
927
|
-
"name": "rollbar",
|
928
|
-
"kind": 1024,
|
929
|
-
"kindString": "Property",
|
930
|
-
"flags": {
|
931
|
-
"isOptional": true
|
932
|
-
},
|
933
|
-
"sources": [
|
934
|
-
{
|
935
|
-
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
936
|
-
"line": 12,
|
937
|
-
"character": 2,
|
938
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L12"
|
939
|
-
}
|
940
|
-
],
|
941
|
-
"type": {
|
942
|
-
"type": "reference",
|
943
|
-
"name": "Rollbar",
|
944
|
-
"qualifiedName": "Rollbar",
|
945
|
-
"package": "rollbar"
|
946
|
-
}
|
947
|
-
}
|
948
|
-
],
|
949
|
-
"groups": [
|
950
|
-
{
|
951
|
-
"title": "Properties",
|
952
|
-
"children": [
|
953
|
-
2,
|
954
|
-
3,
|
955
|
-
4,
|
956
|
-
10,
|
957
|
-
11
|
958
|
-
]
|
959
|
-
}
|
960
|
-
],
|
961
|
-
"sources": [
|
962
|
-
{
|
963
|
-
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
964
|
-
"line": 7,
|
965
|
-
"character": 17,
|
966
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L7"
|
967
|
-
}
|
968
|
-
]
|
969
|
-
},
|
970
|
-
{
|
971
|
-
"id": 12,
|
972
|
-
"name": "XyoErrorBoundaryState",
|
973
|
-
"kind": 256,
|
974
|
-
"kindString": "Interface",
|
975
|
-
"flags": {},
|
976
|
-
"children": [
|
977
|
-
{
|
978
|
-
"id": 13,
|
979
|
-
"name": "xyoError",
|
980
|
-
"kind": 1024,
|
981
|
-
"kindString": "Property",
|
982
|
-
"flags": {
|
983
|
-
"isOptional": true
|
984
|
-
},
|
985
|
-
"sources": [
|
986
|
-
{
|
987
|
-
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
988
|
-
"line": 16,
|
989
|
-
"character": 2,
|
990
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L16"
|
991
|
-
}
|
992
|
-
],
|
993
|
-
"type": {
|
994
|
-
"type": "intersection",
|
995
|
-
"types": [
|
996
|
-
{
|
997
|
-
"type": "reference",
|
998
|
-
"name": "SchemaFields",
|
999
|
-
"qualifiedName": "SchemaFields",
|
1000
|
-
"package": "@xyo-network/payload-model"
|
1001
|
-
},
|
1002
|
-
{
|
1003
|
-
"type": "reference",
|
1004
|
-
"name": "PayloadFields",
|
1005
|
-
"qualifiedName": "PayloadFields",
|
1006
|
-
"package": "@xyo-network/payload-model"
|
1007
|
-
},
|
1008
|
-
{
|
1009
|
-
"type": "reflection",
|
1010
|
-
"declaration": {
|
1011
|
-
"id": 14,
|
1012
|
-
"name": "__type",
|
1013
|
-
"kind": 65536,
|
1014
|
-
"kindString": "Type literal",
|
1015
|
-
"flags": {},
|
1016
|
-
"sources": [
|
1017
|
-
{
|
1018
|
-
"fileName": "node_modules/@xyo-network/module-abstract/dist/types/Error.d.ts",
|
1019
|
-
"line": 5,
|
1020
|
-
"character": 34
|
1021
|
-
}
|
1022
|
-
]
|
1023
|
-
}
|
1024
|
-
}
|
1025
|
-
]
|
1026
|
-
}
|
1027
|
-
}
|
1028
|
-
],
|
1029
|
-
"groups": [
|
1030
|
-
{
|
1031
|
-
"title": "Properties",
|
1032
|
-
"children": [
|
1033
|
-
13
|
1034
|
-
]
|
1035
|
-
}
|
1036
|
-
],
|
1037
|
-
"sources": [
|
1038
|
-
{
|
1039
|
-
"fileName": "packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx",
|
1040
|
-
"line": 15,
|
1041
|
-
"character": 17,
|
1042
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/error/src/components/XyoErrorBoundary/ThrownErrorBoundary.tsx#L15"
|
1043
|
-
}
|
1044
|
-
]
|
1045
|
-
},
|
1046
|
-
{
|
1047
|
-
"id": 45,
|
1048
|
-
"name": "XyoErrorRenderProps",
|
1049
|
-
"kind": 256,
|
1050
|
-
"kindString": "Interface",
|
1051
|
-
"flags": {},
|
1052
|
-
"children": [
|
1053
|
-
{
|
1054
|
-
"id": 134,
|
1055
|
-
"name": "alignContent",
|
1056
|
-
"kind": 1024,
|
1057
|
-
"kindString": "Property",
|
1058
|
-
"flags": {},
|
792
|
+
"flags": {},
|
1059
793
|
"type": {
|
1060
794
|
"type": "union",
|
1061
795
|
"types": [
|
@@ -1078,8 +812,8 @@
|
|
1078
812
|
},
|
1079
813
|
{
|
1080
814
|
"type": "reference",
|
1081
|
-
"name": "
|
1082
|
-
"qualifiedName": "Property.
|
815
|
+
"name": "AlignItems",
|
816
|
+
"qualifiedName": "Property.AlignItems",
|
1083
817
|
"package": "csstype"
|
1084
818
|
}
|
1085
819
|
]
|
@@ -1092,7 +826,7 @@
|
|
1092
826
|
{
|
1093
827
|
"type": "reflection",
|
1094
828
|
"declaration": {
|
1095
|
-
"id":
|
829
|
+
"id": 131,
|
1096
830
|
"name": "__type",
|
1097
831
|
"kind": 65536,
|
1098
832
|
"kindString": "Type literal",
|
@@ -1106,14 +840,14 @@
|
|
1106
840
|
],
|
1107
841
|
"signatures": [
|
1108
842
|
{
|
1109
|
-
"id":
|
843
|
+
"id": 132,
|
1110
844
|
"name": "__type",
|
1111
845
|
"kind": 4096,
|
1112
846
|
"kindString": "Call signature",
|
1113
847
|
"flags": {},
|
1114
848
|
"parameters": [
|
1115
849
|
{
|
1116
|
-
"id":
|
850
|
+
"id": 133,
|
1117
851
|
"name": "theme",
|
1118
852
|
"kind": 32768,
|
1119
853
|
"kindString": "Parameter",
|
@@ -1145,8 +879,8 @@
|
|
1145
879
|
},
|
1146
880
|
{
|
1147
881
|
"type": "reference",
|
1148
|
-
"name": "
|
1149
|
-
"qualifiedName": "Property.
|
882
|
+
"name": "AlignItems",
|
883
|
+
"qualifiedName": "Property.AlignItems",
|
1150
884
|
"package": "csstype"
|
1151
885
|
}
|
1152
886
|
]
|
@@ -1164,12 +898,12 @@
|
|
1164
898
|
},
|
1165
899
|
"inheritedFrom": {
|
1166
900
|
"type": "reference",
|
1167
|
-
"name": "FlexBoxProps.
|
901
|
+
"name": "FlexBoxProps.alignItems"
|
1168
902
|
}
|
1169
903
|
},
|
1170
904
|
{
|
1171
|
-
"id":
|
1172
|
-
"name": "
|
905
|
+
"id": 154,
|
906
|
+
"name": "alignSelf",
|
1173
907
|
"kind": 1024,
|
1174
908
|
"kindString": "Property",
|
1175
909
|
"flags": {},
|
@@ -1195,8 +929,8 @@
|
|
1195
929
|
},
|
1196
930
|
{
|
1197
931
|
"type": "reference",
|
1198
|
-
"name": "
|
1199
|
-
"qualifiedName": "Property.
|
932
|
+
"name": "AlignSelf",
|
933
|
+
"qualifiedName": "Property.AlignSelf",
|
1200
934
|
"package": "csstype"
|
1201
935
|
}
|
1202
936
|
]
|
@@ -1209,7 +943,7 @@
|
|
1209
943
|
{
|
1210
944
|
"type": "reflection",
|
1211
945
|
"declaration": {
|
1212
|
-
"id":
|
946
|
+
"id": 155,
|
1213
947
|
"name": "__type",
|
1214
948
|
"kind": 65536,
|
1215
949
|
"kindString": "Type literal",
|
@@ -1223,131 +957,14 @@
|
|
1223
957
|
],
|
1224
958
|
"signatures": [
|
1225
959
|
{
|
1226
|
-
"id":
|
960
|
+
"id": 156,
|
1227
961
|
"name": "__type",
|
1228
962
|
"kind": 4096,
|
1229
963
|
"kindString": "Call signature",
|
1230
964
|
"flags": {},
|
1231
965
|
"parameters": [
|
1232
966
|
{
|
1233
|
-
"id":
|
1234
|
-
"name": "theme",
|
1235
|
-
"kind": 32768,
|
1236
|
-
"kindString": "Parameter",
|
1237
|
-
"flags": {},
|
1238
|
-
"type": {
|
1239
|
-
"type": "reference",
|
1240
|
-
"name": "Theme",
|
1241
|
-
"qualifiedName": "Theme",
|
1242
|
-
"package": "@mui/material"
|
1243
|
-
}
|
1244
|
-
}
|
1245
|
-
],
|
1246
|
-
"type": {
|
1247
|
-
"type": "reference",
|
1248
|
-
"typeArguments": [
|
1249
|
-
{
|
1250
|
-
"type": "union",
|
1251
|
-
"types": [
|
1252
|
-
{
|
1253
|
-
"type": "intrinsic",
|
1254
|
-
"name": "undefined"
|
1255
|
-
},
|
1256
|
-
{
|
1257
|
-
"type": "array",
|
1258
|
-
"elementType": {
|
1259
|
-
"type": "intrinsic",
|
1260
|
-
"name": "string"
|
1261
|
-
}
|
1262
|
-
},
|
1263
|
-
{
|
1264
|
-
"type": "reference",
|
1265
|
-
"name": "AlignItems",
|
1266
|
-
"qualifiedName": "Property.AlignItems",
|
1267
|
-
"package": "csstype"
|
1268
|
-
}
|
1269
|
-
]
|
1270
|
-
}
|
1271
|
-
],
|
1272
|
-
"name": "ResponsiveStyleValue",
|
1273
|
-
"qualifiedName": "ResponsiveStyleValue",
|
1274
|
-
"package": "@mui/system"
|
1275
|
-
}
|
1276
|
-
}
|
1277
|
-
]
|
1278
|
-
}
|
1279
|
-
}
|
1280
|
-
]
|
1281
|
-
},
|
1282
|
-
"inheritedFrom": {
|
1283
|
-
"type": "reference",
|
1284
|
-
"name": "FlexBoxProps.alignItems"
|
1285
|
-
}
|
1286
|
-
},
|
1287
|
-
{
|
1288
|
-
"id": 154,
|
1289
|
-
"name": "alignSelf",
|
1290
|
-
"kind": 1024,
|
1291
|
-
"kindString": "Property",
|
1292
|
-
"flags": {},
|
1293
|
-
"type": {
|
1294
|
-
"type": "union",
|
1295
|
-
"types": [
|
1296
|
-
{
|
1297
|
-
"type": "reference",
|
1298
|
-
"typeArguments": [
|
1299
|
-
{
|
1300
|
-
"type": "union",
|
1301
|
-
"types": [
|
1302
|
-
{
|
1303
|
-
"type": "intrinsic",
|
1304
|
-
"name": "undefined"
|
1305
|
-
},
|
1306
|
-
{
|
1307
|
-
"type": "array",
|
1308
|
-
"elementType": {
|
1309
|
-
"type": "intrinsic",
|
1310
|
-
"name": "string"
|
1311
|
-
}
|
1312
|
-
},
|
1313
|
-
{
|
1314
|
-
"type": "reference",
|
1315
|
-
"name": "AlignSelf",
|
1316
|
-
"qualifiedName": "Property.AlignSelf",
|
1317
|
-
"package": "csstype"
|
1318
|
-
}
|
1319
|
-
]
|
1320
|
-
}
|
1321
|
-
],
|
1322
|
-
"name": "ResponsiveStyleValue",
|
1323
|
-
"qualifiedName": "ResponsiveStyleValue",
|
1324
|
-
"package": "@mui/system"
|
1325
|
-
},
|
1326
|
-
{
|
1327
|
-
"type": "reflection",
|
1328
|
-
"declaration": {
|
1329
|
-
"id": 155,
|
1330
|
-
"name": "__type",
|
1331
|
-
"kind": 65536,
|
1332
|
-
"kindString": "Type literal",
|
1333
|
-
"flags": {},
|
1334
|
-
"sources": [
|
1335
|
-
{
|
1336
|
-
"fileName": "node_modules/@mui/system/Box/Box.d.ts",
|
1337
|
-
"line": 170,
|
1338
|
-
"character": 7
|
1339
|
-
}
|
1340
|
-
],
|
1341
|
-
"signatures": [
|
1342
|
-
{
|
1343
|
-
"id": 156,
|
1344
|
-
"name": "__type",
|
1345
|
-
"kind": 4096,
|
1346
|
-
"kindString": "Call signature",
|
1347
|
-
"flags": {},
|
1348
|
-
"parameters": [
|
1349
|
-
{
|
1350
|
-
"id": 157,
|
967
|
+
"id": 157,
|
1351
968
|
"name": "theme",
|
1352
969
|
"kind": 32768,
|
1353
970
|
"kindString": "Parameter",
|
@@ -5246,10 +4863,10 @@
|
|
5246
4863
|
},
|
5247
4864
|
"sources": [
|
5248
4865
|
{
|
5249
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
4866
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorRender/Props.ts",
|
5250
4867
|
"line": 6,
|
5251
4868
|
"character": 2,
|
5252
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
4869
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorRender/Props.ts#L6"
|
5253
4870
|
}
|
5254
4871
|
],
|
5255
4872
|
"type": {
|
@@ -5503,10 +5120,10 @@
|
|
5503
5120
|
},
|
5504
5121
|
"sources": [
|
5505
5122
|
{
|
5506
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
5123
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorRender/Props.ts",
|
5507
5124
|
"line": 7,
|
5508
5125
|
"character": 2,
|
5509
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
5126
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorRender/Props.ts#L7"
|
5510
5127
|
}
|
5511
5128
|
],
|
5512
5129
|
"type": {
|
@@ -5565,10 +5182,10 @@
|
|
5565
5182
|
},
|
5566
5183
|
"sources": [
|
5567
5184
|
{
|
5568
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
5185
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorRender/Props.ts",
|
5569
5186
|
"line": 8,
|
5570
5187
|
"character": 2,
|
5571
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
5188
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorRender/Props.ts#L8"
|
5572
5189
|
}
|
5573
5190
|
],
|
5574
5191
|
"type": {
|
@@ -14115,10 +13732,10 @@
|
|
14115
13732
|
},
|
14116
13733
|
"sources": [
|
14117
13734
|
{
|
14118
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
13735
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorRender/Props.ts",
|
14119
13736
|
"line": 9,
|
14120
13737
|
"character": 2,
|
14121
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
13738
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorRender/Props.ts#L9"
|
14122
13739
|
}
|
14123
13740
|
],
|
14124
13741
|
"type": {
|
@@ -14136,10 +13753,10 @@
|
|
14136
13753
|
},
|
14137
13754
|
"sources": [
|
14138
13755
|
{
|
14139
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
13756
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorRender/Props.ts",
|
14140
13757
|
"line": 10,
|
14141
13758
|
"character": 2,
|
14142
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
13759
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorRender/Props.ts#L10"
|
14143
13760
|
}
|
14144
13761
|
],
|
14145
13762
|
"type": {
|
@@ -19450,9 +19067,423 @@
|
|
19450
19067
|
}
|
19451
19068
|
]
|
19452
19069
|
},
|
19453
|
-
"inheritedFrom": {
|
19070
|
+
"inheritedFrom": {
|
19071
|
+
"type": "reference",
|
19072
|
+
"name": "FlexBoxProps.zIndex"
|
19073
|
+
}
|
19074
|
+
}
|
19075
|
+
],
|
19076
|
+
"groups": [
|
19077
|
+
{
|
19078
|
+
"title": "Properties",
|
19079
|
+
"children": [
|
19080
|
+
134,
|
19081
|
+
130,
|
19082
|
+
154,
|
19083
|
+
214,
|
19084
|
+
60,
|
19085
|
+
74,
|
19086
|
+
82,
|
19087
|
+
78,
|
19088
|
+
86,
|
19089
|
+
70,
|
19090
|
+
66,
|
19091
|
+
238,
|
19092
|
+
246,
|
19093
|
+
274,
|
19094
|
+
56,
|
19095
|
+
170,
|
19096
|
+
46,
|
19097
|
+
90,
|
19098
|
+
94,
|
19099
|
+
47,
|
19100
|
+
49,
|
19101
|
+
142,
|
19102
|
+
114,
|
19103
|
+
118,
|
19104
|
+
146,
|
19105
|
+
150,
|
19106
|
+
122,
|
19107
|
+
390,
|
19108
|
+
394,
|
19109
|
+
398,
|
19110
|
+
402,
|
19111
|
+
166,
|
19112
|
+
210,
|
19113
|
+
190,
|
19114
|
+
186,
|
19115
|
+
194,
|
19116
|
+
178,
|
19117
|
+
182,
|
19118
|
+
206,
|
19119
|
+
198,
|
19120
|
+
202,
|
19121
|
+
262,
|
19122
|
+
126,
|
19123
|
+
158,
|
19124
|
+
162,
|
19125
|
+
242,
|
19126
|
+
410,
|
19127
|
+
414,
|
19128
|
+
278,
|
19129
|
+
330,
|
19130
|
+
342,
|
19131
|
+
346,
|
19132
|
+
338,
|
19133
|
+
334,
|
19134
|
+
350,
|
19135
|
+
354,
|
19136
|
+
266,
|
19137
|
+
254,
|
19138
|
+
290,
|
19139
|
+
270,
|
19140
|
+
258,
|
19141
|
+
294,
|
19142
|
+
286,
|
19143
|
+
282,
|
19144
|
+
298,
|
19145
|
+
302,
|
19146
|
+
50,
|
19147
|
+
51,
|
19148
|
+
138,
|
19149
|
+
98,
|
19150
|
+
52,
|
19151
|
+
358,
|
19152
|
+
370,
|
19153
|
+
374,
|
19154
|
+
366,
|
19155
|
+
362,
|
19156
|
+
378,
|
19157
|
+
382,
|
19158
|
+
314,
|
19159
|
+
318,
|
19160
|
+
226,
|
19161
|
+
310,
|
19162
|
+
306,
|
19163
|
+
322,
|
19164
|
+
326,
|
19165
|
+
234,
|
19166
|
+
174,
|
19167
|
+
418,
|
19168
|
+
102,
|
19169
|
+
422,
|
19170
|
+
230,
|
19171
|
+
386,
|
19172
|
+
106,
|
19173
|
+
110,
|
19174
|
+
250,
|
19175
|
+
218
|
19176
|
+
]
|
19177
|
+
}
|
19178
|
+
],
|
19179
|
+
"sources": [
|
19180
|
+
{
|
19181
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorRender/Props.ts",
|
19182
|
+
"line": 5,
|
19183
|
+
"character": 17,
|
19184
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorRender/Props.ts#L5"
|
19185
|
+
}
|
19186
|
+
],
|
19187
|
+
"extendedTypes": [
|
19188
|
+
{
|
19189
|
+
"type": "reference",
|
19190
|
+
"name": "FlexBoxProps",
|
19191
|
+
"qualifiedName": "FlexBoxProps",
|
19192
|
+
"package": "@xylabs/react-flexbox"
|
19193
|
+
}
|
19194
|
+
]
|
19195
|
+
},
|
19196
|
+
{
|
19197
|
+
"id": 436,
|
19198
|
+
"name": "ErrorReporterContextState",
|
19199
|
+
"kind": 256,
|
19200
|
+
"kindString": "Interface",
|
19201
|
+
"flags": {},
|
19202
|
+
"children": [
|
19203
|
+
{
|
19204
|
+
"id": 437,
|
19205
|
+
"name": "rollbar",
|
19206
|
+
"kind": 1024,
|
19207
|
+
"kindString": "Property",
|
19208
|
+
"flags": {
|
19209
|
+
"isOptional": true
|
19210
|
+
},
|
19211
|
+
"sources": [
|
19212
|
+
{
|
19213
|
+
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts",
|
19214
|
+
"line": 4,
|
19215
|
+
"character": 2,
|
19216
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts#L4"
|
19217
|
+
}
|
19218
|
+
],
|
19219
|
+
"type": {
|
19220
|
+
"type": "reference",
|
19221
|
+
"name": "Rollbar",
|
19222
|
+
"qualifiedName": "Rollbar",
|
19223
|
+
"package": "rollbar"
|
19224
|
+
}
|
19225
|
+
}
|
19226
|
+
],
|
19227
|
+
"groups": [
|
19228
|
+
{
|
19229
|
+
"title": "Properties",
|
19230
|
+
"children": [
|
19231
|
+
437
|
19232
|
+
]
|
19233
|
+
}
|
19234
|
+
],
|
19235
|
+
"sources": [
|
19236
|
+
{
|
19237
|
+
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts",
|
19238
|
+
"line": 3,
|
19239
|
+
"character": 17,
|
19240
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/contexts/ErrorReporter/State.ts#L3"
|
19241
|
+
}
|
19242
|
+
]
|
19243
|
+
},
|
19244
|
+
{
|
19245
|
+
"id": 430,
|
19246
|
+
"name": "ErrorReporterProviderProps",
|
19247
|
+
"kind": 256,
|
19248
|
+
"kindString": "Interface",
|
19249
|
+
"flags": {},
|
19250
|
+
"children": [
|
19251
|
+
{
|
19252
|
+
"id": 431,
|
19253
|
+
"name": "rollbar",
|
19254
|
+
"kind": 1024,
|
19255
|
+
"kindString": "Property",
|
19256
|
+
"flags": {},
|
19257
|
+
"sources": [
|
19258
|
+
{
|
19259
|
+
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx",
|
19260
|
+
"line": 8,
|
19261
|
+
"character": 2,
|
19262
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L8"
|
19263
|
+
}
|
19264
|
+
],
|
19265
|
+
"type": {
|
19266
|
+
"type": "reference",
|
19267
|
+
"name": "Rollbar",
|
19268
|
+
"qualifiedName": "Rollbar",
|
19269
|
+
"package": "rollbar"
|
19270
|
+
}
|
19271
|
+
}
|
19272
|
+
],
|
19273
|
+
"groups": [
|
19274
|
+
{
|
19275
|
+
"title": "Properties",
|
19276
|
+
"children": [
|
19277
|
+
431
|
19278
|
+
]
|
19279
|
+
}
|
19280
|
+
],
|
19281
|
+
"sources": [
|
19282
|
+
{
|
19283
|
+
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx",
|
19284
|
+
"line": 7,
|
19285
|
+
"character": 17,
|
19286
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L7"
|
19287
|
+
}
|
19288
|
+
]
|
19289
|
+
},
|
19290
|
+
{
|
19291
|
+
"id": 1,
|
19292
|
+
"name": "ThrownErrorBoundaryProps",
|
19293
|
+
"kind": 256,
|
19294
|
+
"kindString": "Interface",
|
19295
|
+
"flags": {},
|
19296
|
+
"children": [
|
19297
|
+
{
|
19298
|
+
"id": 2,
|
19299
|
+
"name": "boundaryName",
|
19300
|
+
"kind": 1024,
|
19301
|
+
"kindString": "Property",
|
19302
|
+
"flags": {
|
19303
|
+
"isOptional": true
|
19304
|
+
},
|
19305
|
+
"sources": [
|
19306
|
+
{
|
19307
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
19308
|
+
"line": 8,
|
19309
|
+
"character": 2,
|
19310
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L8"
|
19311
|
+
}
|
19312
|
+
],
|
19313
|
+
"type": {
|
19314
|
+
"type": "intrinsic",
|
19315
|
+
"name": "string"
|
19316
|
+
}
|
19317
|
+
},
|
19318
|
+
{
|
19319
|
+
"id": 3,
|
19320
|
+
"name": "children",
|
19321
|
+
"kind": 1024,
|
19322
|
+
"kindString": "Property",
|
19323
|
+
"flags": {},
|
19324
|
+
"sources": [
|
19325
|
+
{
|
19326
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
19327
|
+
"line": 9,
|
19328
|
+
"character": 2,
|
19329
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L9"
|
19330
|
+
}
|
19331
|
+
],
|
19332
|
+
"type": {
|
19333
|
+
"type": "reference",
|
19334
|
+
"name": "ReactNode",
|
19335
|
+
"qualifiedName": "React.ReactNode",
|
19336
|
+
"package": "@types/react"
|
19337
|
+
}
|
19338
|
+
},
|
19339
|
+
{
|
19340
|
+
"id": 4,
|
19341
|
+
"name": "errorComponent",
|
19342
|
+
"kind": 1024,
|
19343
|
+
"kindString": "Property",
|
19344
|
+
"flags": {
|
19345
|
+
"isOptional": true
|
19346
|
+
},
|
19347
|
+
"sources": [
|
19348
|
+
{
|
19349
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
19350
|
+
"line": 10,
|
19351
|
+
"character": 2,
|
19352
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L10"
|
19353
|
+
}
|
19354
|
+
],
|
19355
|
+
"type": {
|
19356
|
+
"type": "reflection",
|
19357
|
+
"declaration": {
|
19358
|
+
"id": 5,
|
19359
|
+
"name": "__type",
|
19360
|
+
"kind": 65536,
|
19361
|
+
"kindString": "Type literal",
|
19362
|
+
"flags": {},
|
19363
|
+
"sources": [
|
19364
|
+
{
|
19365
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
19366
|
+
"line": 10,
|
19367
|
+
"character": 19,
|
19368
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L10"
|
19369
|
+
}
|
19370
|
+
],
|
19371
|
+
"signatures": [
|
19372
|
+
{
|
19373
|
+
"id": 6,
|
19374
|
+
"name": "__type",
|
19375
|
+
"kind": 4096,
|
19376
|
+
"kindString": "Call signature",
|
19377
|
+
"flags": {},
|
19378
|
+
"parameters": [
|
19379
|
+
{
|
19380
|
+
"id": 7,
|
19381
|
+
"name": "e",
|
19382
|
+
"kind": 32768,
|
19383
|
+
"kindString": "Parameter",
|
19384
|
+
"flags": {},
|
19385
|
+
"type": {
|
19386
|
+
"type": "intersection",
|
19387
|
+
"types": [
|
19388
|
+
{
|
19389
|
+
"type": "reference",
|
19390
|
+
"name": "SchemaFields",
|
19391
|
+
"qualifiedName": "SchemaFields",
|
19392
|
+
"package": "@xyo-network/payload-model"
|
19393
|
+
},
|
19394
|
+
{
|
19395
|
+
"type": "reference",
|
19396
|
+
"name": "PayloadFields",
|
19397
|
+
"qualifiedName": "PayloadFields",
|
19398
|
+
"package": "@xyo-network/payload-model"
|
19399
|
+
},
|
19400
|
+
{
|
19401
|
+
"type": "reflection",
|
19402
|
+
"declaration": {
|
19403
|
+
"id": 8,
|
19404
|
+
"name": "__type",
|
19405
|
+
"kind": 65536,
|
19406
|
+
"kindString": "Type literal",
|
19407
|
+
"flags": {},
|
19408
|
+
"sources": [
|
19409
|
+
{
|
19410
|
+
"fileName": "node_modules/@xyo-network/module-abstract/dist/types/Error.d.ts",
|
19411
|
+
"line": 5,
|
19412
|
+
"character": 34
|
19413
|
+
}
|
19414
|
+
]
|
19415
|
+
}
|
19416
|
+
}
|
19417
|
+
]
|
19418
|
+
}
|
19419
|
+
},
|
19420
|
+
{
|
19421
|
+
"id": 9,
|
19422
|
+
"name": "boundaryName",
|
19423
|
+
"kind": 32768,
|
19424
|
+
"kindString": "Parameter",
|
19425
|
+
"flags": {
|
19426
|
+
"isOptional": true
|
19427
|
+
},
|
19428
|
+
"type": {
|
19429
|
+
"type": "intrinsic",
|
19430
|
+
"name": "string"
|
19431
|
+
}
|
19432
|
+
}
|
19433
|
+
],
|
19434
|
+
"type": {
|
19435
|
+
"type": "reference",
|
19436
|
+
"name": "ReactNode",
|
19437
|
+
"qualifiedName": "React.ReactNode",
|
19438
|
+
"package": "@types/react"
|
19439
|
+
}
|
19440
|
+
}
|
19441
|
+
]
|
19442
|
+
}
|
19443
|
+
}
|
19444
|
+
},
|
19445
|
+
{
|
19446
|
+
"id": 10,
|
19447
|
+
"name": "rethrow",
|
19448
|
+
"kind": 1024,
|
19449
|
+
"kindString": "Property",
|
19450
|
+
"flags": {
|
19451
|
+
"isOptional": true
|
19452
|
+
},
|
19453
|
+
"sources": [
|
19454
|
+
{
|
19455
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
19456
|
+
"line": 11,
|
19457
|
+
"character": 2,
|
19458
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L11"
|
19459
|
+
}
|
19460
|
+
],
|
19461
|
+
"type": {
|
19462
|
+
"type": "intrinsic",
|
19463
|
+
"name": "boolean"
|
19464
|
+
}
|
19465
|
+
},
|
19466
|
+
{
|
19467
|
+
"id": 11,
|
19468
|
+
"name": "rollbar",
|
19469
|
+
"kind": 1024,
|
19470
|
+
"kindString": "Property",
|
19471
|
+
"flags": {
|
19472
|
+
"isOptional": true
|
19473
|
+
},
|
19474
|
+
"sources": [
|
19475
|
+
{
|
19476
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
19477
|
+
"line": 12,
|
19478
|
+
"character": 2,
|
19479
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L12"
|
19480
|
+
}
|
19481
|
+
],
|
19482
|
+
"type": {
|
19454
19483
|
"type": "reference",
|
19455
|
-
"name": "
|
19484
|
+
"name": "Rollbar",
|
19485
|
+
"qualifiedName": "Rollbar",
|
19486
|
+
"package": "rollbar"
|
19456
19487
|
}
|
19457
19488
|
}
|
19458
19489
|
],
|
@@ -19460,166 +19491,135 @@
|
|
19460
19491
|
{
|
19461
19492
|
"title": "Properties",
|
19462
19493
|
"children": [
|
19463
|
-
|
19464
|
-
|
19465
|
-
|
19466
|
-
|
19467
|
-
|
19468
|
-
74,
|
19469
|
-
82,
|
19470
|
-
78,
|
19471
|
-
86,
|
19472
|
-
70,
|
19473
|
-
66,
|
19474
|
-
238,
|
19475
|
-
246,
|
19476
|
-
274,
|
19477
|
-
56,
|
19478
|
-
170,
|
19479
|
-
46,
|
19480
|
-
90,
|
19481
|
-
94,
|
19482
|
-
47,
|
19483
|
-
49,
|
19484
|
-
142,
|
19485
|
-
114,
|
19486
|
-
118,
|
19487
|
-
146,
|
19488
|
-
150,
|
19489
|
-
122,
|
19490
|
-
390,
|
19491
|
-
394,
|
19492
|
-
398,
|
19493
|
-
402,
|
19494
|
-
166,
|
19495
|
-
210,
|
19496
|
-
190,
|
19497
|
-
186,
|
19498
|
-
194,
|
19499
|
-
178,
|
19500
|
-
182,
|
19501
|
-
206,
|
19502
|
-
198,
|
19503
|
-
202,
|
19504
|
-
262,
|
19505
|
-
126,
|
19506
|
-
158,
|
19507
|
-
162,
|
19508
|
-
242,
|
19509
|
-
410,
|
19510
|
-
414,
|
19511
|
-
278,
|
19512
|
-
330,
|
19513
|
-
342,
|
19514
|
-
346,
|
19515
|
-
338,
|
19516
|
-
334,
|
19517
|
-
350,
|
19518
|
-
354,
|
19519
|
-
266,
|
19520
|
-
254,
|
19521
|
-
290,
|
19522
|
-
270,
|
19523
|
-
258,
|
19524
|
-
294,
|
19525
|
-
286,
|
19526
|
-
282,
|
19527
|
-
298,
|
19528
|
-
302,
|
19529
|
-
50,
|
19530
|
-
51,
|
19531
|
-
138,
|
19532
|
-
98,
|
19533
|
-
52,
|
19534
|
-
358,
|
19535
|
-
370,
|
19536
|
-
374,
|
19537
|
-
366,
|
19538
|
-
362,
|
19539
|
-
378,
|
19540
|
-
382,
|
19541
|
-
314,
|
19542
|
-
318,
|
19543
|
-
226,
|
19544
|
-
310,
|
19545
|
-
306,
|
19546
|
-
322,
|
19547
|
-
326,
|
19548
|
-
234,
|
19549
|
-
174,
|
19550
|
-
418,
|
19551
|
-
102,
|
19552
|
-
422,
|
19553
|
-
230,
|
19554
|
-
386,
|
19555
|
-
106,
|
19556
|
-
110,
|
19557
|
-
250,
|
19558
|
-
218
|
19494
|
+
2,
|
19495
|
+
3,
|
19496
|
+
4,
|
19497
|
+
10,
|
19498
|
+
11
|
19559
19499
|
]
|
19560
19500
|
}
|
19561
19501
|
],
|
19562
19502
|
"sources": [
|
19563
19503
|
{
|
19564
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
19565
|
-
"line":
|
19504
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
19505
|
+
"line": 7,
|
19566
19506
|
"character": 17,
|
19567
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
19507
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L7"
|
19508
|
+
}
|
19509
|
+
]
|
19510
|
+
},
|
19511
|
+
{
|
19512
|
+
"id": 12,
|
19513
|
+
"name": "ThrownErrorBoundaryState",
|
19514
|
+
"kind": 256,
|
19515
|
+
"kindString": "Interface",
|
19516
|
+
"flags": {},
|
19517
|
+
"children": [
|
19518
|
+
{
|
19519
|
+
"id": 13,
|
19520
|
+
"name": "xyoError",
|
19521
|
+
"kind": 1024,
|
19522
|
+
"kindString": "Property",
|
19523
|
+
"flags": {
|
19524
|
+
"isOptional": true
|
19525
|
+
},
|
19526
|
+
"sources": [
|
19527
|
+
{
|
19528
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
19529
|
+
"line": 16,
|
19530
|
+
"character": 2,
|
19531
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L16"
|
19532
|
+
}
|
19533
|
+
],
|
19534
|
+
"type": {
|
19535
|
+
"type": "intersection",
|
19536
|
+
"types": [
|
19537
|
+
{
|
19538
|
+
"type": "reference",
|
19539
|
+
"name": "SchemaFields",
|
19540
|
+
"qualifiedName": "SchemaFields",
|
19541
|
+
"package": "@xyo-network/payload-model"
|
19542
|
+
},
|
19543
|
+
{
|
19544
|
+
"type": "reference",
|
19545
|
+
"name": "PayloadFields",
|
19546
|
+
"qualifiedName": "PayloadFields",
|
19547
|
+
"package": "@xyo-network/payload-model"
|
19548
|
+
},
|
19549
|
+
{
|
19550
|
+
"type": "reflection",
|
19551
|
+
"declaration": {
|
19552
|
+
"id": 14,
|
19553
|
+
"name": "__type",
|
19554
|
+
"kind": 65536,
|
19555
|
+
"kindString": "Type literal",
|
19556
|
+
"flags": {},
|
19557
|
+
"sources": [
|
19558
|
+
{
|
19559
|
+
"fileName": "node_modules/@xyo-network/module-abstract/dist/types/Error.d.ts",
|
19560
|
+
"line": 5,
|
19561
|
+
"character": 34
|
19562
|
+
}
|
19563
|
+
]
|
19564
|
+
}
|
19565
|
+
}
|
19566
|
+
]
|
19567
|
+
}
|
19568
19568
|
}
|
19569
19569
|
],
|
19570
|
-
"
|
19570
|
+
"groups": [
|
19571
19571
|
{
|
19572
|
-
"
|
19573
|
-
"
|
19574
|
-
|
19575
|
-
|
19572
|
+
"title": "Properties",
|
19573
|
+
"children": [
|
19574
|
+
13
|
19575
|
+
]
|
19576
|
+
}
|
19577
|
+
],
|
19578
|
+
"sources": [
|
19579
|
+
{
|
19580
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx",
|
19581
|
+
"line": 15,
|
19582
|
+
"character": 17,
|
19583
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorBoundary/ThrownErrorBoundary.tsx#L15"
|
19576
19584
|
}
|
19577
19585
|
]
|
19578
19586
|
},
|
19579
19587
|
{
|
19580
|
-
"id":
|
19581
|
-
"name": "
|
19588
|
+
"id": 41,
|
19589
|
+
"name": "ErrorAlert",
|
19582
19590
|
"kind": 64,
|
19583
19591
|
"kindString": "Function",
|
19584
19592
|
"flags": {},
|
19585
19593
|
"sources": [
|
19586
19594
|
{
|
19587
|
-
"fileName": "packages/sdk/packages/error/src/
|
19588
|
-
"line":
|
19589
|
-
"character":
|
19590
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
19595
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorRender/ErrorAlert.tsx",
|
19596
|
+
"line": 9,
|
19597
|
+
"character": 13,
|
19598
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorRender/ErrorAlert.tsx#L9"
|
19591
19599
|
}
|
19592
19600
|
],
|
19593
19601
|
"signatures": [
|
19594
19602
|
{
|
19595
|
-
"id":
|
19596
|
-
"name": "
|
19603
|
+
"id": 42,
|
19604
|
+
"name": "ErrorAlert",
|
19597
19605
|
"kind": 4096,
|
19598
19606
|
"kindString": "Call signature",
|
19599
19607
|
"flags": {},
|
19600
19608
|
"parameters": [
|
19601
19609
|
{
|
19602
|
-
"id":
|
19610
|
+
"id": 43,
|
19603
19611
|
"name": "props",
|
19604
19612
|
"kind": 32768,
|
19605
19613
|
"kindString": "Parameter",
|
19606
19614
|
"flags": {},
|
19607
19615
|
"type": {
|
19608
19616
|
"type": "reference",
|
19609
|
-
"
|
19610
|
-
|
19611
|
-
"type": "reference",
|
19612
|
-
"id": 430,
|
19613
|
-
"name": "ErrorReporterProviderProps"
|
19614
|
-
}
|
19615
|
-
],
|
19616
|
-
"name": "WithChildren",
|
19617
|
-
"qualifiedName": "WithChildren",
|
19618
|
-
"package": "@xylabs/react-shared"
|
19617
|
+
"id": 37,
|
19618
|
+
"name": "ErrorAlertProps"
|
19619
19619
|
}
|
19620
19620
|
},
|
19621
19621
|
{
|
19622
|
-
"id":
|
19622
|
+
"id": 44,
|
19623
19623
|
"name": "context",
|
19624
19624
|
"kind": 32768,
|
19625
19625
|
"kindString": "Parameter",
|
@@ -19661,41 +19661,41 @@
|
|
19661
19661
|
]
|
19662
19662
|
},
|
19663
19663
|
{
|
19664
|
-
"id":
|
19665
|
-
"name": "
|
19664
|
+
"id": 426,
|
19665
|
+
"name": "ErrorRender",
|
19666
19666
|
"kind": 64,
|
19667
19667
|
"kindString": "Function",
|
19668
19668
|
"flags": {},
|
19669
19669
|
"sources": [
|
19670
19670
|
{
|
19671
|
-
"fileName": "packages/sdk/packages/error/src/components/
|
19672
|
-
"line":
|
19671
|
+
"fileName": "packages/sdk/packages/error/src/components/ErrorRender/Render.tsx",
|
19672
|
+
"line": 8,
|
19673
19673
|
"character": 13,
|
19674
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
19674
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/components/ErrorRender/Render.tsx#L8"
|
19675
19675
|
}
|
19676
19676
|
],
|
19677
19677
|
"signatures": [
|
19678
19678
|
{
|
19679
|
-
"id":
|
19680
|
-
"name": "
|
19679
|
+
"id": 427,
|
19680
|
+
"name": "ErrorRender",
|
19681
19681
|
"kind": 4096,
|
19682
19682
|
"kindString": "Call signature",
|
19683
19683
|
"flags": {},
|
19684
19684
|
"parameters": [
|
19685
19685
|
{
|
19686
|
-
"id":
|
19686
|
+
"id": 428,
|
19687
19687
|
"name": "props",
|
19688
19688
|
"kind": 32768,
|
19689
19689
|
"kindString": "Parameter",
|
19690
19690
|
"flags": {},
|
19691
19691
|
"type": {
|
19692
19692
|
"type": "reference",
|
19693
|
-
"id":
|
19694
|
-
"name": "
|
19693
|
+
"id": 45,
|
19694
|
+
"name": "ErrorRenderProps"
|
19695
19695
|
}
|
19696
19696
|
},
|
19697
19697
|
{
|
19698
|
-
"id":
|
19698
|
+
"id": 429,
|
19699
19699
|
"name": "context",
|
19700
19700
|
"kind": 32768,
|
19701
19701
|
"kindString": "Parameter",
|
@@ -19737,41 +19737,49 @@
|
|
19737
19737
|
]
|
19738
19738
|
},
|
19739
19739
|
{
|
19740
|
-
"id":
|
19741
|
-
"name": "
|
19740
|
+
"id": 432,
|
19741
|
+
"name": "ErrorReporterProvider",
|
19742
19742
|
"kind": 64,
|
19743
19743
|
"kindString": "Function",
|
19744
19744
|
"flags": {},
|
19745
19745
|
"sources": [
|
19746
19746
|
{
|
19747
|
-
"fileName": "packages/sdk/packages/error/src/
|
19748
|
-
"line":
|
19749
|
-
"character":
|
19750
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
19747
|
+
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx",
|
19748
|
+
"line": 11,
|
19749
|
+
"character": 6,
|
19750
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/contexts/ErrorReporter/Provider.tsx#L11"
|
19751
19751
|
}
|
19752
19752
|
],
|
19753
19753
|
"signatures": [
|
19754
19754
|
{
|
19755
|
-
"id":
|
19756
|
-
"name": "
|
19755
|
+
"id": 433,
|
19756
|
+
"name": "ErrorReporterProvider",
|
19757
19757
|
"kind": 4096,
|
19758
19758
|
"kindString": "Call signature",
|
19759
19759
|
"flags": {},
|
19760
19760
|
"parameters": [
|
19761
19761
|
{
|
19762
|
-
"id":
|
19762
|
+
"id": 434,
|
19763
19763
|
"name": "props",
|
19764
19764
|
"kind": 32768,
|
19765
19765
|
"kindString": "Parameter",
|
19766
19766
|
"flags": {},
|
19767
19767
|
"type": {
|
19768
19768
|
"type": "reference",
|
19769
|
-
"
|
19770
|
-
|
19769
|
+
"typeArguments": [
|
19770
|
+
{
|
19771
|
+
"type": "reference",
|
19772
|
+
"id": 430,
|
19773
|
+
"name": "ErrorReporterProviderProps"
|
19774
|
+
}
|
19775
|
+
],
|
19776
|
+
"name": "WithChildren",
|
19777
|
+
"qualifiedName": "WithChildren",
|
19778
|
+
"package": "@xylabs/react-shared"
|
19771
19779
|
}
|
19772
19780
|
},
|
19773
19781
|
{
|
19774
|
-
"id":
|
19782
|
+
"id": 435,
|
19775
19783
|
"name": "context",
|
19776
19784
|
"kind": 32768,
|
19777
19785
|
"kindString": "Parameter",
|
@@ -19823,7 +19831,7 @@
|
|
19823
19831
|
"fileName": "packages/sdk/packages/error/src/contexts/ErrorReporter/useRollbar.tsx",
|
19824
19832
|
"line": 5,
|
19825
19833
|
"character": 6,
|
19826
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
19834
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/contexts/ErrorReporter/useRollbar.tsx#L5"
|
19827
19835
|
}
|
19828
19836
|
],
|
19829
19837
|
"signatures": [
|
@@ -19852,20 +19860,20 @@
|
|
19852
19860
|
{
|
19853
19861
|
"title": "Interfaces",
|
19854
19862
|
"children": [
|
19863
|
+
37,
|
19864
|
+
45,
|
19855
19865
|
436,
|
19856
19866
|
430,
|
19857
|
-
37,
|
19858
19867
|
1,
|
19859
|
-
12
|
19860
|
-
45
|
19868
|
+
12
|
19861
19869
|
]
|
19862
19870
|
},
|
19863
19871
|
{
|
19864
19872
|
"title": "Functions",
|
19865
19873
|
"children": [
|
19866
|
-
432,
|
19867
19874
|
41,
|
19868
19875
|
426,
|
19876
|
+
432,
|
19869
19877
|
438
|
19870
19878
|
]
|
19871
19879
|
}
|
@@ -19875,7 +19883,7 @@
|
|
19875
19883
|
"fileName": "packages/sdk/packages/error/src/index.ts",
|
19876
19884
|
"line": 1,
|
19877
19885
|
"character": 0,
|
19878
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
19886
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3a07b1bc2998/packages/sdk/packages/error/src/index.ts#L1"
|
19879
19887
|
}
|
19880
19888
|
]
|
19881
19889
|
}
|