@xyo-network/react-schema 2.25.58 → 2.25.59

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.
Files changed (2) hide show
  1. package/dist/docs.json +1 -813
  2. package/package.json +9 -9
package/dist/docs.json CHANGED
@@ -2,818 +2,6 @@
2
2
  "id": 0,
3
3
  "name": "@xyo-network/react-schema",
4
4
  "kind": 1,
5
- "kindString": "Project",
6
5
  "flags": {},
7
- "originalName": "",
8
- "children": [
9
- {
10
- "id": 21,
11
- "name": "SchemaContextState",
12
- "kind": 256,
13
- "kindString": "Interface",
14
- "flags": {},
15
- "children": [
16
- {
17
- "id": 26,
18
- "name": "provided",
19
- "kind": 1024,
20
- "kindString": "Property",
21
- "flags": {},
22
- "sources": [
23
- {
24
- "fileName": "shared/dist/esm/contexts/contextEx/State.d.ts",
25
- "line": 2,
26
- "character": 4
27
- }
28
- ],
29
- "type": {
30
- "type": "intrinsic",
31
- "name": "boolean"
32
- },
33
- "inheritedFrom": {
34
- "type": "reference",
35
- "name": "ContextExState.provided"
36
- }
37
- },
38
- {
39
- "id": 22,
40
- "name": "schema",
41
- "kind": 1024,
42
- "kindString": "Property",
43
- "flags": {
44
- "isOptional": true
45
- },
46
- "comment": {
47
- "tags": [
48
- {
49
- "tag": "field",
50
- "text": "The currently selected XYO Schema"
51
- }
52
- ]
53
- },
54
- "sources": [
55
- {
56
- "fileName": "schema/src/contexts/Schema/State.ts",
57
- "line": 6,
58
- "character": 2
59
- }
60
- ],
61
- "type": {
62
- "type": "intrinsic",
63
- "name": "string"
64
- }
65
- },
66
- {
67
- "id": 23,
68
- "name": "schemaList",
69
- "kind": 1024,
70
- "kindString": "Property",
71
- "flags": {
72
- "isOptional": true
73
- },
74
- "comment": {
75
- "tags": [
76
- {
77
- "tag": "field",
78
- "text": "The list of known available schema"
79
- }
80
- ]
81
- },
82
- "sources": [
83
- {
84
- "fileName": "schema/src/contexts/Schema/State.ts",
85
- "line": 8,
86
- "character": 2
87
- }
88
- ],
89
- "type": {
90
- "type": "array",
91
- "elementType": {
92
- "type": "intrinsic",
93
- "name": "string"
94
- }
95
- }
96
- },
97
- {
98
- "id": 24,
99
- "name": "setSchema",
100
- "kind": 1024,
101
- "kindString": "Property",
102
- "flags": {
103
- "isOptional": true
104
- },
105
- "comment": {
106
- "tags": [
107
- {
108
- "tag": "field",
109
- "text": "Function to set the selected Schema"
110
- }
111
- ]
112
- },
113
- "sources": [
114
- {
115
- "fileName": "schema/src/contexts/Schema/State.ts",
116
- "line": 10,
117
- "character": 2
118
- }
119
- ],
120
- "type": {
121
- "type": "reference",
122
- "typeArguments": [
123
- {
124
- "type": "intrinsic",
125
- "name": "string"
126
- }
127
- ],
128
- "qualifiedName": "React.Dispatch",
129
- "package": "@types/react",
130
- "name": "Dispatch"
131
- }
132
- },
133
- {
134
- "id": 25,
135
- "name": "setSchemaList",
136
- "kind": 1024,
137
- "kindString": "Property",
138
- "flags": {
139
- "isOptional": true
140
- },
141
- "comment": {
142
- "tags": [
143
- {
144
- "tag": "field",
145
- "text": "Function to set the list of known available schema"
146
- }
147
- ]
148
- },
149
- "sources": [
150
- {
151
- "fileName": "schema/src/contexts/Schema/State.ts",
152
- "line": 12,
153
- "character": 2
154
- }
155
- ],
156
- "type": {
157
- "type": "reference",
158
- "typeArguments": [
159
- {
160
- "type": "array",
161
- "elementType": {
162
- "type": "intrinsic",
163
- "name": "string"
164
- }
165
- }
166
- ],
167
- "qualifiedName": "React.Dispatch",
168
- "package": "@types/react",
169
- "name": "Dispatch"
170
- }
171
- }
172
- ],
173
- "groups": [
174
- {
175
- "title": "Properties",
176
- "kind": 1024,
177
- "children": [
178
- 26,
179
- 22,
180
- 23,
181
- 24,
182
- 25
183
- ]
184
- }
185
- ],
186
- "sources": [
187
- {
188
- "fileName": "schema/src/contexts/Schema/State.ts",
189
- "line": 4,
190
- "character": 17
191
- }
192
- ],
193
- "extendedTypes": [
194
- {
195
- "type": "reference",
196
- "name": "ContextExState"
197
- }
198
- ]
199
- },
200
- {
201
- "id": 17,
202
- "name": "SchemaProviderProps",
203
- "kind": 256,
204
- "kindString": "Interface",
205
- "flags": {},
206
- "children": [
207
- {
208
- "id": 18,
209
- "name": "defaultSchema",
210
- "kind": 1024,
211
- "kindString": "Property",
212
- "flags": {
213
- "isOptional": true
214
- },
215
- "sources": [
216
- {
217
- "fileName": "schema/src/contexts/Schema/Provider/Props.tsx",
218
- "line": 2,
219
- "character": 2
220
- }
221
- ],
222
- "type": {
223
- "type": "intrinsic",
224
- "name": "string"
225
- }
226
- },
227
- {
228
- "id": 19,
229
- "name": "knownSchemaList",
230
- "kind": 1024,
231
- "kindString": "Property",
232
- "flags": {
233
- "isOptional": true
234
- },
235
- "sources": [
236
- {
237
- "fileName": "schema/src/contexts/Schema/Provider/Props.tsx",
238
- "line": 3,
239
- "character": 2
240
- }
241
- ],
242
- "type": {
243
- "type": "array",
244
- "elementType": {
245
- "type": "intrinsic",
246
- "name": "string"
247
- }
248
- }
249
- }
250
- ],
251
- "groups": [
252
- {
253
- "title": "Properties",
254
- "kind": 1024,
255
- "children": [
256
- 18,
257
- 19
258
- ]
259
- }
260
- ],
261
- "sources": [
262
- {
263
- "fileName": "schema/src/contexts/Schema/Provider/Props.tsx",
264
- "line": 1,
265
- "character": 17
266
- }
267
- ]
268
- },
269
- {
270
- "id": 1,
271
- "name": "SchemaPropertyProps",
272
- "kind": 4194304,
273
- "kindString": "Type alias",
274
- "flags": {},
275
- "sources": [
276
- {
277
- "fileName": "schema/src/components/Property/SchemaProperty.tsx",
278
- "line": 11,
279
- "character": 12
280
- }
281
- ],
282
- "type": {
283
- "type": "intersection",
284
- "types": [
285
- {
286
- "type": "reference",
287
- "name": "PropertyProps"
288
- },
289
- {
290
- "type": "reflection",
291
- "declaration": {
292
- "id": 2,
293
- "name": "__type",
294
- "kind": 65536,
295
- "kindString": "Type literal",
296
- "flags": {},
297
- "children": [
298
- {
299
- "id": 3,
300
- "name": "value",
301
- "kind": 1024,
302
- "kindString": "Property",
303
- "flags": {
304
- "isOptional": true
305
- },
306
- "sources": [
307
- {
308
- "fileName": "schema/src/components/Property/SchemaProperty.tsx",
309
- "line": 12,
310
- "character": 2
311
- }
312
- ],
313
- "type": {
314
- "type": "intrinsic",
315
- "name": "string"
316
- }
317
- },
318
- {
319
- "id": 4,
320
- "name": "viewSchemaUrl",
321
- "kind": 1024,
322
- "kindString": "Property",
323
- "flags": {
324
- "isOptional": true
325
- },
326
- "sources": [
327
- {
328
- "fileName": "schema/src/components/Property/SchemaProperty.tsx",
329
- "line": 13,
330
- "character": 2
331
- }
332
- ],
333
- "type": {
334
- "type": "intrinsic",
335
- "name": "string"
336
- }
337
- }
338
- ],
339
- "groups": [
340
- {
341
- "title": "Properties",
342
- "kind": 1024,
343
- "children": [
344
- 3,
345
- 4
346
- ]
347
- }
348
- ],
349
- "sources": [
350
- {
351
- "fileName": "schema/src/components/Property/SchemaProperty.tsx",
352
- "line": 11,
353
- "character": 50
354
- }
355
- ]
356
- }
357
- }
358
- ]
359
- }
360
- },
361
- {
362
- "id": 6,
363
- "name": "SchemaSelectExProps",
364
- "kind": 4194304,
365
- "kindString": "Type alias",
366
- "flags": {},
367
- "sources": [
368
- {
369
- "fileName": "schema/src/components/SelectEx/SchemaSelectEx.tsx",
370
- "line": 6,
371
- "character": 12
372
- }
373
- ],
374
- "type": {
375
- "type": "reference",
376
- "typeArguments": [
377
- {
378
- "type": "intrinsic",
379
- "name": "string"
380
- }
381
- ],
382
- "qualifiedName": "SelectExProps",
383
- "package": "@xylabs/react-common",
384
- "name": "SelectExProps"
385
- }
386
- },
387
- {
388
- "id": 8,
389
- "name": "SchemaContext",
390
- "kind": 32,
391
- "kindString": "Variable",
392
- "flags": {
393
- "isConst": true
394
- },
395
- "sources": [
396
- {
397
- "fileName": "schema/src/contexts/Schema/Context.ts",
398
- "line": 5,
399
- "character": 13
400
- }
401
- ],
402
- "type": {
403
- "type": "reference",
404
- "typeArguments": [
405
- {
406
- "type": "intersection",
407
- "types": [
408
- {
409
- "type": "reference",
410
- "id": 21,
411
- "name": "SchemaContextState"
412
- },
413
- {
414
- "type": "reference",
415
- "name": "ContextExState"
416
- }
417
- ]
418
- }
419
- ],
420
- "qualifiedName": "React.Context",
421
- "package": "@types/react",
422
- "name": "Context"
423
- },
424
- "defaultValue": "..."
425
- },
426
- {
427
- "id": 16,
428
- "name": "SchemaMemoryProvider",
429
- "kind": 32,
430
- "kindString": "Variable",
431
- "flags": {
432
- "isConst": true
433
- },
434
- "sources": [
435
- {
436
- "fileName": "schema/src/contexts/Schema/Provider/Memory.tsx",
437
- "line": 8,
438
- "character": 13
439
- }
440
- ],
441
- "type": {
442
- "type": "reference",
443
- "typeArguments": [
444
- {
445
- "type": "reference",
446
- "typeArguments": [
447
- {
448
- "type": "reference",
449
- "id": 17,
450
- "name": "SchemaProviderProps"
451
- }
452
- ],
453
- "qualifiedName": "WithChildren",
454
- "package": "@xylabs/react-shared",
455
- "name": "WithChildren"
456
- }
457
- ],
458
- "qualifiedName": "React.FC",
459
- "package": "@types/react",
460
- "name": "React.FC"
461
- },
462
- "defaultValue": "..."
463
- },
464
- {
465
- "id": 5,
466
- "name": "SchemaProperty",
467
- "kind": 32,
468
- "kindString": "Variable",
469
- "flags": {
470
- "isConst": true
471
- },
472
- "sources": [
473
- {
474
- "fileName": "schema/src/components/Property/SchemaProperty.tsx",
475
- "line": 33,
476
- "character": 13
477
- }
478
- ],
479
- "type": {
480
- "type": "reference",
481
- "typeArguments": [
482
- {
483
- "type": "reference",
484
- "id": 1,
485
- "name": "SchemaPropertyProps"
486
- }
487
- ],
488
- "qualifiedName": "React.FC",
489
- "package": "@types/react",
490
- "name": "React.FC"
491
- },
492
- "defaultValue": "..."
493
- },
494
- {
495
- "id": 20,
496
- "name": "SchemaRouteProvider",
497
- "kind": 32,
498
- "kindString": "Variable",
499
- "flags": {
500
- "isConst": true
501
- },
502
- "sources": [
503
- {
504
- "fileName": "schema/src/contexts/Schema/Provider/Route.tsx",
505
- "line": 56,
506
- "character": 13
507
- }
508
- ],
509
- "type": {
510
- "type": "reference",
511
- "typeArguments": [
512
- {
513
- "type": "reference",
514
- "typeArguments": [
515
- {
516
- "type": "reference",
517
- "id": 17,
518
- "name": "SchemaProviderProps"
519
- }
520
- ],
521
- "qualifiedName": "WithChildren",
522
- "package": "@xylabs/react-shared",
523
- "name": "WithChildren"
524
- }
525
- ],
526
- "qualifiedName": "React.FC",
527
- "package": "@types/react",
528
- "name": "React.FC"
529
- },
530
- "defaultValue": "..."
531
- },
532
- {
533
- "id": 7,
534
- "name": "SchemaSelectEx",
535
- "kind": 32,
536
- "kindString": "Variable",
537
- "flags": {
538
- "isConst": true
539
- },
540
- "sources": [
541
- {
542
- "fileName": "schema/src/components/SelectEx/SchemaSelectEx.tsx",
543
- "line": 8,
544
- "character": 13
545
- }
546
- ],
547
- "type": {
548
- "type": "reference",
549
- "typeArguments": [
550
- {
551
- "type": "reference",
552
- "id": 6,
553
- "name": "SchemaSelectExProps"
554
- }
555
- ],
556
- "qualifiedName": "React.FC",
557
- "package": "@types/react",
558
- "name": "React.FC"
559
- },
560
- "defaultValue": "..."
561
- },
562
- {
563
- "id": 27,
564
- "name": "useSchema",
565
- "kind": 64,
566
- "kindString": "Function",
567
- "flags": {},
568
- "sources": [
569
- {
570
- "fileName": "schema/src/contexts/Schema/use.ts",
571
- "line": 6,
572
- "character": 13
573
- }
574
- ],
575
- "signatures": [
576
- {
577
- "id": 28,
578
- "name": "useSchema",
579
- "kind": 4096,
580
- "kindString": "Call signature",
581
- "flags": {},
582
- "parameters": [
583
- {
584
- "id": 29,
585
- "name": "required",
586
- "kind": 32768,
587
- "kindString": "Parameter",
588
- "flags": {},
589
- "type": {
590
- "type": "intrinsic",
591
- "name": "boolean"
592
- },
593
- "defaultValue": "false"
594
- }
595
- ],
596
- "type": {
597
- "type": "reference",
598
- "typeArguments": [
599
- {
600
- "type": "reference",
601
- "id": 21,
602
- "name": "SchemaContextState"
603
- },
604
- {
605
- "type": "literal",
606
- "value": "provided"
607
- }
608
- ],
609
- "qualifiedName": "Omit",
610
- "package": "typescript",
611
- "name": "Omit"
612
- }
613
- }
614
- ]
615
- },
616
- {
617
- "id": 9,
618
- "name": "useSchemaDefinitions",
619
- "kind": 64,
620
- "kindString": "Function",
621
- "flags": {},
622
- "sources": [
623
- {
624
- "fileName": "schema/src/contexts/Schema/Hooks/useSchemaDefinitions.tsx",
625
- "line": 8,
626
- "character": 13
627
- }
628
- ],
629
- "signatures": [
630
- {
631
- "id": 10,
632
- "name": "useSchemaDefinitions",
633
- "kind": 4096,
634
- "kindString": "Call signature",
635
- "flags": {},
636
- "type": {
637
- "type": "union",
638
- "types": [
639
- {
640
- "type": "intrinsic",
641
- "name": "undefined"
642
- },
643
- {
644
- "type": "array",
645
- "elementType": {
646
- "type": "reference",
647
- "qualifiedName": "XyoSchemaPayload",
648
- "package": "@xyo-network/core",
649
- "name": "XyoSchemaPayload"
650
- }
651
- }
652
- ]
653
- }
654
- }
655
- ]
656
- },
657
- {
658
- "id": 11,
659
- "name": "useSchemaList",
660
- "kind": 64,
661
- "kindString": "Function",
662
- "flags": {},
663
- "sources": [
664
- {
665
- "fileName": "schema/src/contexts/Schema/Hooks/useSchemaList.tsx",
666
- "line": 6,
667
- "character": 13
668
- }
669
- ],
670
- "signatures": [
671
- {
672
- "id": 12,
673
- "name": "useSchemaList",
674
- "kind": 4096,
675
- "kindString": "Call signature",
676
- "flags": {},
677
- "parameters": [
678
- {
679
- "id": 13,
680
- "name": "knownSchemaList",
681
- "kind": 32768,
682
- "kindString": "Parameter",
683
- "flags": {
684
- "isOptional": true
685
- },
686
- "type": {
687
- "type": "array",
688
- "elementType": {
689
- "type": "intrinsic",
690
- "name": "string"
691
- }
692
- }
693
- }
694
- ],
695
- "type": {
696
- "type": "tuple",
697
- "elements": [
698
- {
699
- "type": "union",
700
- "types": [
701
- {
702
- "type": "intrinsic",
703
- "name": "undefined"
704
- },
705
- {
706
- "type": "array",
707
- "elementType": {
708
- "type": "intrinsic",
709
- "name": "string"
710
- }
711
- }
712
- ]
713
- },
714
- {
715
- "type": "reference",
716
- "typeArguments": [
717
- {
718
- "type": "array",
719
- "elementType": {
720
- "type": "intrinsic",
721
- "name": "string"
722
- }
723
- }
724
- ],
725
- "qualifiedName": "React.Dispatch",
726
- "package": "@types/react",
727
- "name": "Dispatch"
728
- }
729
- ]
730
- }
731
- }
732
- ]
733
- },
734
- {
735
- "id": 14,
736
- "name": "useSchemaStats",
737
- "kind": 64,
738
- "kindString": "Function",
739
- "flags": {},
740
- "sources": [
741
- {
742
- "fileName": "schema/src/contexts/Schema/Hooks/useSchemaStats.tsx",
743
- "line": 7,
744
- "character": 13
745
- }
746
- ],
747
- "signatures": [
748
- {
749
- "id": 15,
750
- "name": "useSchemaStats",
751
- "kind": 4096,
752
- "kindString": "Call signature",
753
- "flags": {},
754
- "type": {
755
- "type": "union",
756
- "types": [
757
- {
758
- "type": "intrinsic",
759
- "name": "undefined"
760
- },
761
- {
762
- "type": "reference",
763
- "qualifiedName": "XyoArchivistArchivePayloadSchemaStats",
764
- "package": "@xyo-network/api",
765
- "name": "XyoArchivistArchivePayloadSchemaStats"
766
- }
767
- ]
768
- }
769
- }
770
- ]
771
- }
772
- ],
773
- "groups": [
774
- {
775
- "title": "Interfaces",
776
- "kind": 256,
777
- "children": [
778
- 21,
779
- 17
780
- ]
781
- },
782
- {
783
- "title": "Type Aliases",
784
- "kind": 4194304,
785
- "children": [
786
- 1,
787
- 6
788
- ]
789
- },
790
- {
791
- "title": "Variables",
792
- "kind": 32,
793
- "children": [
794
- 8,
795
- 16,
796
- 5,
797
- 20,
798
- 7
799
- ]
800
- },
801
- {
802
- "title": "Functions",
803
- "kind": 64,
804
- "children": [
805
- 27,
806
- 9,
807
- 11,
808
- 14
809
- ]
810
- }
811
- ],
812
- "sources": [
813
- {
814
- "fileName": "schema/src/index.ts",
815
- "line": 1,
816
- "character": 0
817
- }
818
- ]
6
+ "originalName": ""
819
7
  }
package/package.json CHANGED
@@ -10,18 +10,18 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@emotion/react": "^11.9.0",
14
- "@emotion/styled": "^11.8.1",
13
+ "@emotion/react": "^11.9.3",
14
+ "@emotion/styled": "^11.9.3",
15
15
  "@mui/icons-material": "^5.8.3",
16
16
  "@mui/material": "^5.8.3",
17
17
  "@xylabs/react-common": "^2.12.23",
18
18
  "@xylabs/react-shared": "^2.12.23",
19
19
  "@xyo-network/api": "^2.20.45",
20
20
  "@xyo-network/core": "^2.20.45",
21
- "@xyo-network/react-archive": "^2.25.58",
22
- "@xyo-network/react-archivist-api": "^2.25.58",
23
- "@xyo-network/react-property": "^2.25.58",
24
- "@xyo-network/react-shared": "^2.25.58",
21
+ "@xyo-network/react-archive": "^2.25.59",
22
+ "@xyo-network/react-archivist-api": "^2.25.59",
23
+ "@xyo-network/react-property": "^2.25.59",
24
+ "@xyo-network/react-shared": "^2.25.59",
25
25
  "@xyo-network/utils": "^2.20.45",
26
26
  "react": "^18.1.0",
27
27
  "react-dom": "^18.1.0",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "description": "Common React library for all XYO projects that use React",
32
32
  "devDependencies": {
33
- "@babel/core": "^7.18.2",
33
+ "@babel/core": "^7.18.5",
34
34
  "@babel/preset-env": "^7.18.2",
35
- "@storybook/react": "^6.5.8",
35
+ "@storybook/react": "^6.5.9",
36
36
  "@xylabs/tsconfig": "^1.0.13"
37
37
  },
38
38
  "browser": "dist/esm/index.js",
@@ -84,6 +84,6 @@
84
84
  },
85
85
  "sideEffects": false,
86
86
  "types": "dist/esm/index.d.ts",
87
- "version": "2.25.58",
87
+ "version": "2.25.59",
88
88
  "packageManager": "yarn@3.1.1"
89
89
  }