@xyo-network/react-archivist 2.41.37 → 2.41.38
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/README.md +4 -61
- package/dist/cjs/contexts/Provider/Provider.js.map +1 -1
- package/dist/docs.json +90 -230
- package/dist/esm/contexts/Provider/Provider.js.map +1 -1
- package/dist/types/contexts/Provider/Provider.d.ts +2 -2
- package/dist/types/contexts/Provider/Provider.d.ts.map +1 -1
- package/dist/types/contexts/State.d.ts +3 -3
- package/dist/types/contexts/State.d.ts.map +1 -1
- package/package.json +10 -10
- package/src/contexts/Provider/Provider.tsx +3 -3
- package/src/contexts/Provider/StorageArchivistProvider.stories.tsx +3 -2
- package/src/contexts/State.ts +3 -3
- package/src/contexts/story/ArchivistPayloads.stories.tsx +2 -2
package/README.md
CHANGED
|
@@ -1,70 +1,13 @@
|
|
|
1
|
-
[![logo][]]
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[![main-build][]][main-build-link]
|
|
6
|
-
[![beta-build][]][beta-build-link]
|
|
7
|
-
[![npm-badge][]][npm-link]
|
|
8
|
-
[![bch-badge][]][bch-link]
|
|
9
|
-
[![codacy-badge][]][codacy-link]
|
|
10
|
-
[![codeclimate-badge][]][codeclimate-link]
|
|
11
|
-
[![snyk-badge][]][snyk-link]
|
|
12
|
-
|
|
13
|
-
> The XYO Foundation provides this source code available in our efforts to
|
|
14
|
-
> advance the understanding of the XYO Procotol and its possible uses.
|
|
15
|
-
|
|
16
|
-
## Table of Contents
|
|
17
|
-
|
|
18
|
-
- [Description](#description)
|
|
19
|
-
- [Install](#install)
|
|
20
|
-
- [Maintainers](#maintainers)
|
|
21
|
-
- [License](#license)
|
|
22
|
-
- [Credits](#credits)
|
|
23
|
-
|
|
24
|
-
## Description
|
|
25
|
-
|
|
26
|
-
Common React code that is used throughout XYO projects that use React.
|
|
27
|
-
|
|
28
|
-
## Install
|
|
29
|
-
|
|
30
|
-
Using npm:
|
|
31
|
-
|
|
32
|
-
```sh
|
|
33
|
-
npm i --save @xyo-network/sdk-xyo-react-js
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
Using yarn:
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
yarn add @xyo-network/sdk-xyo-react-js
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
## Maintainers
|
|
43
|
-
|
|
44
|
-
- [Arie Trouw](https://github.com/arietrouw) (<https://arietrouw.com>)
|
|
45
|
-
- [Matt Jones](https://github.com/jonesmac)
|
|
3
|
+
Part of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/sdk-xyo-react)
|
|
46
4
|
|
|
47
5
|
## License
|
|
48
6
|
|
|
49
|
-
See the [LICENSE](LICENSE) file for license details
|
|
7
|
+
> See the [LICENSE](LICENSE) file for license details
|
|
50
8
|
|
|
51
9
|
## Credits
|
|
52
10
|
|
|
53
11
|
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
54
12
|
|
|
55
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
56
|
-
[logo-link]: https://xyo.network
|
|
57
|
-
[main-build]: https://github.com/XYOracleNetwork/sdk-xyo-react-js/actions/workflows/build-main.yml/badge.svg
|
|
58
|
-
[main-build-link]: https://github.com/XYOracleNetwork/sdk-xyo-react-js/actions/workflows/build-main.yml
|
|
59
|
-
[beta-build]: https://github.com/XYOracleNetwork/sdk-xyo-react-js/actions/workflows/build-beta.yml/badge.svg
|
|
60
|
-
[beta-build-link]: https://github.com/XYOracleNetwork/sdk-xyo-react-js/actions/workflows/build-beta.yml
|
|
61
|
-
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/sdk-xyo-react.svg
|
|
62
|
-
[npm-link]: https://www.npmjs.com/package/@xyo-network/sdk-xyo-react
|
|
63
|
-
[bch-badge]: https://bettercodehub.com/edge/badge/XYOracleNetwork/sdk-xyo-react-js?branch=main
|
|
64
|
-
[bch-link]: https://bettercodehub.com/results/XYOracleNetwork/sdk-xyo-react-js
|
|
65
|
-
[codacy-badge]: https://app.codacy.com/project/badge/Grade/0c82dd3b33c3494886a30b1c4ff5a8c0
|
|
66
|
-
[codacy-link]: https://www.codacy.com/gh/XYOracleNetwork/sdk-xyo-react-js/dashboard?utm_source=github.com&utm_medium=referral&utm_content=XYOracleNetwork/sdk-xyo-react-js&utm_campaign=Badge_Grade
|
|
67
|
-
[codeclimate-badge]: https://api.codeclimate.com/v1/badges/3d9b970fc814bbdd7d8f/maintainability
|
|
68
|
-
[codeclimate-link]: https://codeclimate.com/github/XYOracleNetwork/sdk-xyo-react-js/maintainability
|
|
69
|
-
[snyk-badge]: https://snyk.io/test/github/XYOracleNetwork/sdk-xyo-react-js/badge.svg?targetFile=package.json
|
|
70
|
-
[snyk-link]: https://snyk.io/test/github/XYOracleNetwork/sdk-xyo-react-js?targetFile=package.json
|
|
13
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Provider.js","sourceRoot":"","sources":["../../../../src/contexts/Provider/Provider.tsx"],"names":[],"mappings":";;;;AAEA,iCAA2C;AAE3C,wCAA6C;AAMtC,MAAM,iBAAiB,GAAqC,CAAC,EAAE,SAAS,EAAE,aAAa,EAAE,QAAQ,GAAG,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC9H,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,IAAA,gBAAQ,
|
|
1
|
+
{"version":3,"file":"Provider.js","sourceRoot":"","sources":["../../../../src/contexts/Provider/Provider.tsx"],"names":[],"mappings":";;;;AAEA,iCAA2C;AAE3C,wCAA6C;AAMtC,MAAM,iBAAiB,GAAqC,CAAC,EAAE,SAAS,EAAE,aAAa,EAAE,QAAQ,GAAG,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC9H,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,IAAA,gBAAQ,GAAoB,CAAA;IAE9D,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,YAAY,CAAC,aAAa,CAAC,CAAA;IAC7B,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,CAAA;IAEnB,OAAO,CACL,uBAAC,0BAAgB,CAAC,QAAQ,kBACxB,KAAK,EAAE;YACL,SAAS,EAAE,SAAS,KAAK,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS;YAC9D,QAAQ,EAAE,IAAI;YACd,YAAY;SACb,gBAEA,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,IACxB,CAC7B,CAAA;AACH,CAAC,CAAA;AAlBY,QAAA,iBAAiB,qBAkB7B"}
|
package/dist/docs.json
CHANGED
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
"fileName": "packages/sdk/packages/archivist/src/components/Details.tsx",
|
|
378
378
|
"line": 20,
|
|
379
379
|
"character": 2,
|
|
380
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
380
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/components/Details.tsx#L20"
|
|
381
381
|
}
|
|
382
382
|
],
|
|
383
383
|
"type": {
|
|
@@ -18398,13 +18398,13 @@
|
|
|
18398
18398
|
"fileName": "packages/sdk/packages/archivist/src/components/Details.tsx",
|
|
18399
18399
|
"line": 19,
|
|
18400
18400
|
"character": 17,
|
|
18401
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18401
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/components/Details.tsx#L19"
|
|
18402
18402
|
},
|
|
18403
18403
|
{
|
|
18404
18404
|
"fileName": "packages/sdk/packages/archivist/src/components/Details.tsx",
|
|
18405
18405
|
"line": 23,
|
|
18406
18406
|
"character": 13,
|
|
18407
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18407
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/components/Details.tsx#L23"
|
|
18408
18408
|
}
|
|
18409
18409
|
],
|
|
18410
18410
|
"extendedTypes": [
|
|
@@ -18436,88 +18436,18 @@
|
|
|
18436
18436
|
"fileName": "packages/sdk/packages/archivist/src/contexts/State.ts",
|
|
18437
18437
|
"line": 5,
|
|
18438
18438
|
"character": 2,
|
|
18439
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18439
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/State.ts#L5"
|
|
18440
18440
|
}
|
|
18441
18441
|
],
|
|
18442
18442
|
"type": {
|
|
18443
18443
|
"type": "reference",
|
|
18444
|
-
"
|
|
18445
|
-
|
|
18446
|
-
|
|
18447
|
-
"types": [
|
|
18448
|
-
{
|
|
18449
|
-
"type": "reference",
|
|
18450
|
-
"name": "SchemaFields",
|
|
18451
|
-
"qualifiedName": "SchemaFields",
|
|
18452
|
-
"package": "@xyo-network/payload-model"
|
|
18453
|
-
},
|
|
18454
|
-
{
|
|
18455
|
-
"type": "reference",
|
|
18456
|
-
"name": "PayloadFields",
|
|
18457
|
-
"qualifiedName": "PayloadFields",
|
|
18458
|
-
"package": "@xyo-network/payload-model"
|
|
18459
|
-
},
|
|
18460
|
-
{
|
|
18461
|
-
"type": "reflection",
|
|
18462
|
-
"declaration": {
|
|
18463
|
-
"id": 415,
|
|
18464
|
-
"name": "__type",
|
|
18465
|
-
"kind": 65536,
|
|
18466
|
-
"kindString": "Type literal",
|
|
18467
|
-
"flags": {},
|
|
18468
|
-
"sources": [
|
|
18469
|
-
{
|
|
18470
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
18471
|
-
"line": 8,
|
|
18472
|
-
"character": 87
|
|
18473
|
-
}
|
|
18474
|
-
]
|
|
18475
|
-
}
|
|
18476
|
-
},
|
|
18477
|
-
{
|
|
18478
|
-
"type": "reflection",
|
|
18479
|
-
"declaration": {
|
|
18480
|
-
"id": 416,
|
|
18481
|
-
"name": "__type",
|
|
18482
|
-
"kind": 65536,
|
|
18483
|
-
"kindString": "Type literal",
|
|
18484
|
-
"flags": {},
|
|
18485
|
-
"sources": [
|
|
18486
|
-
{
|
|
18487
|
-
"fileName": "node_modules/@xyo-network/archivist-interface/dist/types/Config.d.ts",
|
|
18488
|
-
"line": 8,
|
|
18489
|
-
"character": 92
|
|
18490
|
-
}
|
|
18491
|
-
]
|
|
18492
|
-
}
|
|
18493
|
-
},
|
|
18494
|
-
{
|
|
18495
|
-
"type": "reflection",
|
|
18496
|
-
"declaration": {
|
|
18497
|
-
"id": 417,
|
|
18498
|
-
"name": "__type",
|
|
18499
|
-
"kind": 65536,
|
|
18500
|
-
"kindString": "Type literal",
|
|
18501
|
-
"flags": {},
|
|
18502
|
-
"sources": [
|
|
18503
|
-
{
|
|
18504
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
18505
|
-
"line": 18,
|
|
18506
|
-
"character": 17
|
|
18507
|
-
}
|
|
18508
|
-
]
|
|
18509
|
-
}
|
|
18510
|
-
}
|
|
18511
|
-
]
|
|
18512
|
-
}
|
|
18513
|
-
],
|
|
18514
|
-
"name": "AbstractArchivist",
|
|
18515
|
-
"qualifiedName": "AbstractArchivist",
|
|
18516
|
-
"package": "@xyo-network/archivist"
|
|
18444
|
+
"name": "PayloadArchivist",
|
|
18445
|
+
"qualifiedName": "PayloadArchivist",
|
|
18446
|
+
"package": "@xyo-network/archivist-interface"
|
|
18517
18447
|
}
|
|
18518
18448
|
},
|
|
18519
18449
|
{
|
|
18520
|
-
"id":
|
|
18450
|
+
"id": 415,
|
|
18521
18451
|
"name": "setArchivist",
|
|
18522
18452
|
"kind": 1024,
|
|
18523
18453
|
"kindString": "Property",
|
|
@@ -18529,7 +18459,7 @@
|
|
|
18529
18459
|
"fileName": "packages/sdk/packages/archivist/src/contexts/State.ts",
|
|
18530
18460
|
"line": 6,
|
|
18531
18461
|
"character": 2,
|
|
18532
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18462
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/State.ts#L6"
|
|
18533
18463
|
}
|
|
18534
18464
|
],
|
|
18535
18465
|
"type": {
|
|
@@ -18537,79 +18467,9 @@
|
|
|
18537
18467
|
"typeArguments": [
|
|
18538
18468
|
{
|
|
18539
18469
|
"type": "reference",
|
|
18540
|
-
"
|
|
18541
|
-
|
|
18542
|
-
|
|
18543
|
-
"types": [
|
|
18544
|
-
{
|
|
18545
|
-
"type": "reference",
|
|
18546
|
-
"name": "SchemaFields",
|
|
18547
|
-
"qualifiedName": "SchemaFields",
|
|
18548
|
-
"package": "@xyo-network/payload-model"
|
|
18549
|
-
},
|
|
18550
|
-
{
|
|
18551
|
-
"type": "reference",
|
|
18552
|
-
"name": "PayloadFields",
|
|
18553
|
-
"qualifiedName": "PayloadFields",
|
|
18554
|
-
"package": "@xyo-network/payload-model"
|
|
18555
|
-
},
|
|
18556
|
-
{
|
|
18557
|
-
"type": "reflection",
|
|
18558
|
-
"declaration": {
|
|
18559
|
-
"id": 419,
|
|
18560
|
-
"name": "__type",
|
|
18561
|
-
"kind": 65536,
|
|
18562
|
-
"kindString": "Type literal",
|
|
18563
|
-
"flags": {},
|
|
18564
|
-
"sources": [
|
|
18565
|
-
{
|
|
18566
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
18567
|
-
"line": 8,
|
|
18568
|
-
"character": 87
|
|
18569
|
-
}
|
|
18570
|
-
]
|
|
18571
|
-
}
|
|
18572
|
-
},
|
|
18573
|
-
{
|
|
18574
|
-
"type": "reflection",
|
|
18575
|
-
"declaration": {
|
|
18576
|
-
"id": 420,
|
|
18577
|
-
"name": "__type",
|
|
18578
|
-
"kind": 65536,
|
|
18579
|
-
"kindString": "Type literal",
|
|
18580
|
-
"flags": {},
|
|
18581
|
-
"sources": [
|
|
18582
|
-
{
|
|
18583
|
-
"fileName": "node_modules/@xyo-network/archivist-interface/dist/types/Config.d.ts",
|
|
18584
|
-
"line": 8,
|
|
18585
|
-
"character": 92
|
|
18586
|
-
}
|
|
18587
|
-
]
|
|
18588
|
-
}
|
|
18589
|
-
},
|
|
18590
|
-
{
|
|
18591
|
-
"type": "reflection",
|
|
18592
|
-
"declaration": {
|
|
18593
|
-
"id": 421,
|
|
18594
|
-
"name": "__type",
|
|
18595
|
-
"kind": 65536,
|
|
18596
|
-
"kindString": "Type literal",
|
|
18597
|
-
"flags": {},
|
|
18598
|
-
"sources": [
|
|
18599
|
-
{
|
|
18600
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
18601
|
-
"line": 18,
|
|
18602
|
-
"character": 17
|
|
18603
|
-
}
|
|
18604
|
-
]
|
|
18605
|
-
}
|
|
18606
|
-
}
|
|
18607
|
-
]
|
|
18608
|
-
}
|
|
18609
|
-
],
|
|
18610
|
-
"name": "AbstractArchivist",
|
|
18611
|
-
"qualifiedName": "AbstractArchivist",
|
|
18612
|
-
"package": "@xyo-network/archivist"
|
|
18470
|
+
"name": "PayloadArchivist",
|
|
18471
|
+
"qualifiedName": "PayloadArchivist",
|
|
18472
|
+
"package": "@xyo-network/archivist-interface"
|
|
18613
18473
|
}
|
|
18614
18474
|
],
|
|
18615
18475
|
"name": "Dispatch",
|
|
@@ -18623,7 +18483,7 @@
|
|
|
18623
18483
|
"title": "Properties",
|
|
18624
18484
|
"children": [
|
|
18625
18485
|
414,
|
|
18626
|
-
|
|
18486
|
+
415
|
|
18627
18487
|
]
|
|
18628
18488
|
}
|
|
18629
18489
|
],
|
|
@@ -18632,7 +18492,7 @@
|
|
|
18632
18492
|
"fileName": "packages/sdk/packages/archivist/src/contexts/State.ts",
|
|
18633
18493
|
"line": 4,
|
|
18634
18494
|
"character": 17,
|
|
18635
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18495
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/State.ts#L4"
|
|
18636
18496
|
}
|
|
18637
18497
|
]
|
|
18638
18498
|
},
|
|
@@ -18647,7 +18507,7 @@
|
|
|
18647
18507
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/Provider.tsx",
|
|
18648
18508
|
"line": 7,
|
|
18649
18509
|
"character": 12,
|
|
18650
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18510
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/Provider.tsx#L7"
|
|
18651
18511
|
}
|
|
18652
18512
|
],
|
|
18653
18513
|
"type": {
|
|
@@ -18675,14 +18535,14 @@
|
|
|
18675
18535
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/Provider.tsx",
|
|
18676
18536
|
"line": 8,
|
|
18677
18537
|
"character": 2,
|
|
18678
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18538
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/Provider.tsx#L8"
|
|
18679
18539
|
}
|
|
18680
18540
|
],
|
|
18681
18541
|
"type": {
|
|
18682
18542
|
"type": "reference",
|
|
18683
|
-
"name": "
|
|
18684
|
-
"qualifiedName": "
|
|
18685
|
-
"package": "@xyo-network/archivist"
|
|
18543
|
+
"name": "PayloadArchivist",
|
|
18544
|
+
"qualifiedName": "PayloadArchivist",
|
|
18545
|
+
"package": "@xyo-network/archivist-interface"
|
|
18686
18546
|
}
|
|
18687
18547
|
}
|
|
18688
18548
|
],
|
|
@@ -18699,7 +18559,7 @@
|
|
|
18699
18559
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/Provider.tsx",
|
|
18700
18560
|
"line": 7,
|
|
18701
18561
|
"character": 60,
|
|
18702
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18562
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/Provider.tsx#L7"
|
|
18703
18563
|
}
|
|
18704
18564
|
]
|
|
18705
18565
|
}
|
|
@@ -18719,7 +18579,7 @@
|
|
|
18719
18579
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/CookieArchivistProvider.tsx",
|
|
18720
18580
|
"line": 11,
|
|
18721
18581
|
"character": 12,
|
|
18722
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18582
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/CookieArchivistProvider.tsx#L11"
|
|
18723
18583
|
}
|
|
18724
18584
|
],
|
|
18725
18585
|
"type": {
|
|
@@ -18745,7 +18605,7 @@
|
|
|
18745
18605
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/CookieArchivistProvider.tsx",
|
|
18746
18606
|
"line": 12,
|
|
18747
18607
|
"character": 2,
|
|
18748
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18608
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/CookieArchivistProvider.tsx#L12"
|
|
18749
18609
|
}
|
|
18750
18610
|
],
|
|
18751
18611
|
"type": {
|
|
@@ -18768,7 +18628,7 @@
|
|
|
18768
18628
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/CookieArchivistProvider.tsx",
|
|
18769
18629
|
"line": 13,
|
|
18770
18630
|
"character": 2,
|
|
18771
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18631
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/CookieArchivistProvider.tsx#L13"
|
|
18772
18632
|
}
|
|
18773
18633
|
],
|
|
18774
18634
|
"type": {
|
|
@@ -18793,7 +18653,7 @@
|
|
|
18793
18653
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/CookieArchivistProvider.tsx",
|
|
18794
18654
|
"line": 11,
|
|
18795
18655
|
"character": 66,
|
|
18796
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18656
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/CookieArchivistProvider.tsx#L11"
|
|
18797
18657
|
}
|
|
18798
18658
|
]
|
|
18799
18659
|
}
|
|
@@ -18813,7 +18673,7 @@
|
|
|
18813
18673
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/MemoryArchivistProvider.tsx",
|
|
18814
18674
|
"line": 11,
|
|
18815
18675
|
"character": 12,
|
|
18816
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18676
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/MemoryArchivistProvider.tsx#L11"
|
|
18817
18677
|
}
|
|
18818
18678
|
],
|
|
18819
18679
|
"type": {
|
|
@@ -18841,7 +18701,7 @@
|
|
|
18841
18701
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/MemoryArchivistProvider.tsx",
|
|
18842
18702
|
"line": 12,
|
|
18843
18703
|
"character": 2,
|
|
18844
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18704
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/MemoryArchivistProvider.tsx#L12"
|
|
18845
18705
|
}
|
|
18846
18706
|
],
|
|
18847
18707
|
"type": {
|
|
@@ -18864,7 +18724,7 @@
|
|
|
18864
18724
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/MemoryArchivistProvider.tsx",
|
|
18865
18725
|
"line": 13,
|
|
18866
18726
|
"character": 2,
|
|
18867
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18727
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/MemoryArchivistProvider.tsx#L13"
|
|
18868
18728
|
}
|
|
18869
18729
|
],
|
|
18870
18730
|
"type": {
|
|
@@ -18889,7 +18749,7 @@
|
|
|
18889
18749
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/MemoryArchivistProvider.tsx",
|
|
18890
18750
|
"line": 11,
|
|
18891
18751
|
"character": 66,
|
|
18892
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18752
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/MemoryArchivistProvider.tsx#L11"
|
|
18893
18753
|
}
|
|
18894
18754
|
]
|
|
18895
18755
|
}
|
|
@@ -18909,7 +18769,7 @@
|
|
|
18909
18769
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/StorageArchivistProvider.tsx",
|
|
18910
18770
|
"line": 9,
|
|
18911
18771
|
"character": 12,
|
|
18912
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18772
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/StorageArchivistProvider.tsx#L9"
|
|
18913
18773
|
}
|
|
18914
18774
|
],
|
|
18915
18775
|
"type": {
|
|
@@ -18935,7 +18795,7 @@
|
|
|
18935
18795
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/StorageArchivistProvider.tsx",
|
|
18936
18796
|
"line": 10,
|
|
18937
18797
|
"character": 2,
|
|
18938
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18798
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/StorageArchivistProvider.tsx#L10"
|
|
18939
18799
|
}
|
|
18940
18800
|
],
|
|
18941
18801
|
"type": {
|
|
@@ -18958,7 +18818,7 @@
|
|
|
18958
18818
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/StorageArchivistProvider.tsx",
|
|
18959
18819
|
"line": 11,
|
|
18960
18820
|
"character": 2,
|
|
18961
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18821
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/StorageArchivistProvider.tsx#L11"
|
|
18962
18822
|
}
|
|
18963
18823
|
],
|
|
18964
18824
|
"type": {
|
|
@@ -18983,7 +18843,7 @@
|
|
|
18983
18843
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/StorageArchivistProvider.tsx",
|
|
18984
18844
|
"line": 9,
|
|
18985
18845
|
"character": 67,
|
|
18986
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18846
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/StorageArchivistProvider.tsx#L9"
|
|
18987
18847
|
}
|
|
18988
18848
|
]
|
|
18989
18849
|
}
|
|
@@ -19005,7 +18865,7 @@
|
|
|
19005
18865
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Context.ts",
|
|
19006
18866
|
"line": 5,
|
|
19007
18867
|
"character": 6,
|
|
19008
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18868
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Context.ts#L5"
|
|
19009
18869
|
}
|
|
19010
18870
|
],
|
|
19011
18871
|
"type": {
|
|
@@ -19043,13 +18903,13 @@
|
|
|
19043
18903
|
"fileName": "packages/sdk/packages/archivist/src/components/Details.tsx",
|
|
19044
18904
|
"line": 19,
|
|
19045
18905
|
"character": 17,
|
|
19046
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18906
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/components/Details.tsx#L19"
|
|
19047
18907
|
},
|
|
19048
18908
|
{
|
|
19049
18909
|
"fileName": "packages/sdk/packages/archivist/src/components/Details.tsx",
|
|
19050
18910
|
"line": 23,
|
|
19051
18911
|
"character": 13,
|
|
19052
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18912
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/components/Details.tsx#L23"
|
|
19053
18913
|
}
|
|
19054
18914
|
],
|
|
19055
18915
|
"signatures": [
|
|
@@ -19125,7 +18985,7 @@
|
|
|
19125
18985
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/Provider.tsx",
|
|
19126
18986
|
"line": 11,
|
|
19127
18987
|
"character": 13,
|
|
19128
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
18988
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/Provider.tsx#L11"
|
|
19129
18989
|
}
|
|
19130
18990
|
],
|
|
19131
18991
|
"signatures": [
|
|
@@ -19201,7 +19061,7 @@
|
|
|
19201
19061
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/CookieArchivistProvider.tsx",
|
|
19202
19062
|
"line": 16,
|
|
19203
19063
|
"character": 13,
|
|
19204
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19064
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/CookieArchivistProvider.tsx#L16"
|
|
19205
19065
|
}
|
|
19206
19066
|
],
|
|
19207
19067
|
"signatures": [
|
|
@@ -19277,7 +19137,7 @@
|
|
|
19277
19137
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/MemoryArchivistProvider.tsx",
|
|
19278
19138
|
"line": 16,
|
|
19279
19139
|
"character": 13,
|
|
19280
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19140
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/MemoryArchivistProvider.tsx#L16"
|
|
19281
19141
|
}
|
|
19282
19142
|
],
|
|
19283
19143
|
"signatures": [
|
|
@@ -19353,7 +19213,7 @@
|
|
|
19353
19213
|
"fileName": "packages/sdk/packages/archivist/src/contexts/Provider/StorageArchivistProvider.tsx",
|
|
19354
19214
|
"line": 17,
|
|
19355
19215
|
"character": 13,
|
|
19356
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19216
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/Provider/StorageArchivistProvider.tsx#L17"
|
|
19357
19217
|
}
|
|
19358
19218
|
],
|
|
19359
19219
|
"signatures": [
|
|
@@ -19419,7 +19279,7 @@
|
|
|
19419
19279
|
]
|
|
19420
19280
|
},
|
|
19421
19281
|
{
|
|
19422
|
-
"id":
|
|
19282
|
+
"id": 416,
|
|
19423
19283
|
"name": "useArchivist",
|
|
19424
19284
|
"kind": 64,
|
|
19425
19285
|
"kindString": "Function",
|
|
@@ -19429,19 +19289,19 @@
|
|
|
19429
19289
|
"fileName": "packages/sdk/packages/archivist/src/contexts/use/use.tsx",
|
|
19430
19290
|
"line": 5,
|
|
19431
19291
|
"character": 13,
|
|
19432
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19292
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/use/use.tsx#L5"
|
|
19433
19293
|
}
|
|
19434
19294
|
],
|
|
19435
19295
|
"signatures": [
|
|
19436
19296
|
{
|
|
19437
|
-
"id":
|
|
19297
|
+
"id": 417,
|
|
19438
19298
|
"name": "useArchivist",
|
|
19439
19299
|
"kind": 4096,
|
|
19440
19300
|
"kindString": "Call signature",
|
|
19441
19301
|
"flags": {},
|
|
19442
19302
|
"parameters": [
|
|
19443
19303
|
{
|
|
19444
|
-
"id":
|
|
19304
|
+
"id": 418,
|
|
19445
19305
|
"name": "required",
|
|
19446
19306
|
"kind": 32768,
|
|
19447
19307
|
"kindString": "Parameter",
|
|
@@ -19483,7 +19343,7 @@
|
|
|
19483
19343
|
]
|
|
19484
19344
|
},
|
|
19485
19345
|
{
|
|
19486
|
-
"id":
|
|
19346
|
+
"id": 419,
|
|
19487
19347
|
"name": "useArchivistAll",
|
|
19488
19348
|
"kind": 64,
|
|
19489
19349
|
"kindString": "Function",
|
|
@@ -19493,19 +19353,19 @@
|
|
|
19493
19353
|
"fileName": "packages/sdk/packages/archivist/src/contexts/use/useArchivistAll.tsx",
|
|
19494
19354
|
"line": 6,
|
|
19495
19355
|
"character": 13,
|
|
19496
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19356
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/use/useArchivistAll.tsx#L6"
|
|
19497
19357
|
}
|
|
19498
19358
|
],
|
|
19499
19359
|
"signatures": [
|
|
19500
19360
|
{
|
|
19501
|
-
"id":
|
|
19361
|
+
"id": 420,
|
|
19502
19362
|
"name": "useArchivistAll",
|
|
19503
19363
|
"kind": 4096,
|
|
19504
19364
|
"kindString": "Call signature",
|
|
19505
19365
|
"flags": {},
|
|
19506
19366
|
"parameters": [
|
|
19507
19367
|
{
|
|
19508
|
-
"id":
|
|
19368
|
+
"id": 421,
|
|
19509
19369
|
"name": "required",
|
|
19510
19370
|
"kind": 32768,
|
|
19511
19371
|
"kindString": "Parameter",
|
|
@@ -19552,7 +19412,7 @@
|
|
|
19552
19412
|
{
|
|
19553
19413
|
"type": "reflection",
|
|
19554
19414
|
"declaration": {
|
|
19555
|
-
"id":
|
|
19415
|
+
"id": 422,
|
|
19556
19416
|
"name": "__type",
|
|
19557
19417
|
"kind": 65536,
|
|
19558
19418
|
"kindString": "Type literal",
|
|
@@ -19572,7 +19432,7 @@
|
|
|
19572
19432
|
{
|
|
19573
19433
|
"type": "reflection",
|
|
19574
19434
|
"declaration": {
|
|
19575
|
-
"id":
|
|
19435
|
+
"id": 423,
|
|
19576
19436
|
"name": "__type",
|
|
19577
19437
|
"kind": 65536,
|
|
19578
19438
|
"kindString": "Type literal",
|
|
@@ -19582,12 +19442,12 @@
|
|
|
19582
19442
|
"fileName": "packages/sdk/packages/archivist/src/contexts/use/useArchivistStates.tsx",
|
|
19583
19443
|
"line": 12,
|
|
19584
19444
|
"character": 26,
|
|
19585
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19445
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/use/useArchivistStates.tsx#L12"
|
|
19586
19446
|
}
|
|
19587
19447
|
],
|
|
19588
19448
|
"signatures": [
|
|
19589
19449
|
{
|
|
19590
|
-
"id":
|
|
19450
|
+
"id": 424,
|
|
19591
19451
|
"name": "__type",
|
|
19592
19452
|
"kind": 4096,
|
|
19593
19453
|
"kindString": "Call signature",
|
|
@@ -19607,7 +19467,7 @@
|
|
|
19607
19467
|
]
|
|
19608
19468
|
},
|
|
19609
19469
|
{
|
|
19610
|
-
"id":
|
|
19470
|
+
"id": 425,
|
|
19611
19471
|
"name": "useArchivistClear",
|
|
19612
19472
|
"kind": 64,
|
|
19613
19473
|
"kindString": "Function",
|
|
@@ -19617,19 +19477,19 @@
|
|
|
19617
19477
|
"fileName": "packages/sdk/packages/archivist/src/contexts/use/useArchivistClear.tsx",
|
|
19618
19478
|
"line": 6,
|
|
19619
19479
|
"character": 13,
|
|
19620
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19480
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/use/useArchivistClear.tsx#L6"
|
|
19621
19481
|
}
|
|
19622
19482
|
],
|
|
19623
19483
|
"signatures": [
|
|
19624
19484
|
{
|
|
19625
|
-
"id":
|
|
19485
|
+
"id": 426,
|
|
19626
19486
|
"name": "useArchivistClear",
|
|
19627
19487
|
"kind": 4096,
|
|
19628
19488
|
"kindString": "Call signature",
|
|
19629
19489
|
"flags": {},
|
|
19630
19490
|
"parameters": [
|
|
19631
19491
|
{
|
|
19632
|
-
"id":
|
|
19492
|
+
"id": 427,
|
|
19633
19493
|
"name": "required",
|
|
19634
19494
|
"kind": 32768,
|
|
19635
19495
|
"kindString": "Parameter",
|
|
@@ -19676,7 +19536,7 @@
|
|
|
19676
19536
|
{
|
|
19677
19537
|
"type": "reflection",
|
|
19678
19538
|
"declaration": {
|
|
19679
|
-
"id":
|
|
19539
|
+
"id": 428,
|
|
19680
19540
|
"name": "__type",
|
|
19681
19541
|
"kind": 65536,
|
|
19682
19542
|
"kindString": "Type literal",
|
|
@@ -19696,7 +19556,7 @@
|
|
|
19696
19556
|
{
|
|
19697
19557
|
"type": "reflection",
|
|
19698
19558
|
"declaration": {
|
|
19699
|
-
"id":
|
|
19559
|
+
"id": 429,
|
|
19700
19560
|
"name": "__type",
|
|
19701
19561
|
"kind": 65536,
|
|
19702
19562
|
"kindString": "Type literal",
|
|
@@ -19706,12 +19566,12 @@
|
|
|
19706
19566
|
"fileName": "packages/sdk/packages/archivist/src/contexts/use/useArchivistStates.tsx",
|
|
19707
19567
|
"line": 12,
|
|
19708
19568
|
"character": 26,
|
|
19709
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19569
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/use/useArchivistStates.tsx#L12"
|
|
19710
19570
|
}
|
|
19711
19571
|
],
|
|
19712
19572
|
"signatures": [
|
|
19713
19573
|
{
|
|
19714
|
-
"id":
|
|
19574
|
+
"id": 430,
|
|
19715
19575
|
"name": "__type",
|
|
19716
19576
|
"kind": 4096,
|
|
19717
19577
|
"kindString": "Call signature",
|
|
@@ -19731,7 +19591,7 @@
|
|
|
19731
19591
|
]
|
|
19732
19592
|
},
|
|
19733
19593
|
{
|
|
19734
|
-
"id":
|
|
19594
|
+
"id": 431,
|
|
19735
19595
|
"name": "useArchivistFind",
|
|
19736
19596
|
"kind": 64,
|
|
19737
19597
|
"kindString": "Function",
|
|
@@ -19741,19 +19601,19 @@
|
|
|
19741
19601
|
"fileName": "packages/sdk/packages/archivist/src/contexts/use/useArchivistFind.tsx",
|
|
19742
19602
|
"line": 8,
|
|
19743
19603
|
"character": 13,
|
|
19744
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19604
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/use/useArchivistFind.tsx#L8"
|
|
19745
19605
|
}
|
|
19746
19606
|
],
|
|
19747
19607
|
"signatures": [
|
|
19748
19608
|
{
|
|
19749
|
-
"id":
|
|
19609
|
+
"id": 432,
|
|
19750
19610
|
"name": "useArchivistFind",
|
|
19751
19611
|
"kind": 4096,
|
|
19752
19612
|
"kindString": "Call signature",
|
|
19753
19613
|
"flags": {},
|
|
19754
19614
|
"typeParameter": [
|
|
19755
19615
|
{
|
|
19756
|
-
"id":
|
|
19616
|
+
"id": 433,
|
|
19757
19617
|
"name": "TFilter",
|
|
19758
19618
|
"kind": 131072,
|
|
19759
19619
|
"kindString": "Type parameter",
|
|
@@ -19768,19 +19628,19 @@
|
|
|
19768
19628
|
],
|
|
19769
19629
|
"parameters": [
|
|
19770
19630
|
{
|
|
19771
|
-
"id":
|
|
19631
|
+
"id": 434,
|
|
19772
19632
|
"name": "filter",
|
|
19773
19633
|
"kind": 32768,
|
|
19774
19634
|
"kindString": "Parameter",
|
|
19775
19635
|
"flags": {},
|
|
19776
19636
|
"type": {
|
|
19777
19637
|
"type": "reference",
|
|
19778
|
-
"id":
|
|
19638
|
+
"id": 433,
|
|
19779
19639
|
"name": "TFilter"
|
|
19780
19640
|
}
|
|
19781
19641
|
},
|
|
19782
19642
|
{
|
|
19783
|
-
"id":
|
|
19643
|
+
"id": 435,
|
|
19784
19644
|
"name": "required",
|
|
19785
19645
|
"kind": 32768,
|
|
19786
19646
|
"kindString": "Parameter",
|
|
@@ -19817,7 +19677,7 @@
|
|
|
19817
19677
|
{
|
|
19818
19678
|
"type": "reflection",
|
|
19819
19679
|
"declaration": {
|
|
19820
|
-
"id":
|
|
19680
|
+
"id": 436,
|
|
19821
19681
|
"name": "__type",
|
|
19822
19682
|
"kind": 65536,
|
|
19823
19683
|
"kindString": "Type literal",
|
|
@@ -19857,7 +19717,7 @@
|
|
|
19857
19717
|
]
|
|
19858
19718
|
},
|
|
19859
19719
|
{
|
|
19860
|
-
"id":
|
|
19720
|
+
"id": 437,
|
|
19861
19721
|
"name": "useArchivistGet",
|
|
19862
19722
|
"kind": 64,
|
|
19863
19723
|
"kindString": "Function",
|
|
@@ -19867,19 +19727,19 @@
|
|
|
19867
19727
|
"fileName": "packages/sdk/packages/archivist/src/contexts/use/useArchivistGet.tsx",
|
|
19868
19728
|
"line": 8,
|
|
19869
19729
|
"character": 13,
|
|
19870
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19730
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/use/useArchivistGet.tsx#L8"
|
|
19871
19731
|
}
|
|
19872
19732
|
],
|
|
19873
19733
|
"signatures": [
|
|
19874
19734
|
{
|
|
19875
|
-
"id":
|
|
19735
|
+
"id": 438,
|
|
19876
19736
|
"name": "useArchivistGet",
|
|
19877
19737
|
"kind": 4096,
|
|
19878
19738
|
"kindString": "Call signature",
|
|
19879
19739
|
"flags": {},
|
|
19880
19740
|
"typeParameter": [
|
|
19881
19741
|
{
|
|
19882
|
-
"id":
|
|
19742
|
+
"id": 441,
|
|
19883
19743
|
"name": "T",
|
|
19884
19744
|
"kind": 131072,
|
|
19885
19745
|
"kindString": "Type parameter",
|
|
@@ -19902,7 +19762,7 @@
|
|
|
19902
19762
|
{
|
|
19903
19763
|
"type": "reflection",
|
|
19904
19764
|
"declaration": {
|
|
19905
|
-
"id":
|
|
19765
|
+
"id": 439,
|
|
19906
19766
|
"name": "__type",
|
|
19907
19767
|
"kind": 65536,
|
|
19908
19768
|
"kindString": "Type literal",
|
|
@@ -19936,7 +19796,7 @@
|
|
|
19936
19796
|
{
|
|
19937
19797
|
"type": "reflection",
|
|
19938
19798
|
"declaration": {
|
|
19939
|
-
"id":
|
|
19799
|
+
"id": 440,
|
|
19940
19800
|
"name": "__type",
|
|
19941
19801
|
"kind": 65536,
|
|
19942
19802
|
"kindString": "Type literal",
|
|
@@ -19956,7 +19816,7 @@
|
|
|
19956
19816
|
],
|
|
19957
19817
|
"parameters": [
|
|
19958
19818
|
{
|
|
19959
|
-
"id":
|
|
19819
|
+
"id": 442,
|
|
19960
19820
|
"name": "ids",
|
|
19961
19821
|
"kind": 32768,
|
|
19962
19822
|
"kindString": "Parameter",
|
|
@@ -19972,7 +19832,7 @@
|
|
|
19972
19832
|
}
|
|
19973
19833
|
},
|
|
19974
19834
|
{
|
|
19975
|
-
"id":
|
|
19835
|
+
"id": 443,
|
|
19976
19836
|
"name": "required",
|
|
19977
19837
|
"kind": 32768,
|
|
19978
19838
|
"kindString": "Parameter",
|
|
@@ -19993,7 +19853,7 @@
|
|
|
19993
19853
|
"type": "array",
|
|
19994
19854
|
"elementType": {
|
|
19995
19855
|
"type": "reference",
|
|
19996
|
-
"id":
|
|
19856
|
+
"id": 441,
|
|
19997
19857
|
"name": "T"
|
|
19998
19858
|
}
|
|
19999
19859
|
}
|
|
@@ -20020,7 +19880,7 @@
|
|
|
20020
19880
|
]
|
|
20021
19881
|
},
|
|
20022
19882
|
{
|
|
20023
|
-
"id":
|
|
19883
|
+
"id": 444,
|
|
20024
19884
|
"name": "useArchivistInsert",
|
|
20025
19885
|
"kind": 64,
|
|
20026
19886
|
"kindString": "Function",
|
|
@@ -20030,19 +19890,19 @@
|
|
|
20030
19890
|
"fileName": "packages/sdk/packages/archivist/src/contexts/use/useArchivistInsert.tsx",
|
|
20031
19891
|
"line": 6,
|
|
20032
19892
|
"character": 13,
|
|
20033
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19893
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/use/useArchivistInsert.tsx#L6"
|
|
20034
19894
|
}
|
|
20035
19895
|
],
|
|
20036
19896
|
"signatures": [
|
|
20037
19897
|
{
|
|
20038
|
-
"id":
|
|
19898
|
+
"id": 445,
|
|
20039
19899
|
"name": "useArchivistInsert",
|
|
20040
19900
|
"kind": 4096,
|
|
20041
19901
|
"kindString": "Call signature",
|
|
20042
19902
|
"flags": {},
|
|
20043
19903
|
"parameters": [
|
|
20044
19904
|
{
|
|
20045
|
-
"id":
|
|
19905
|
+
"id": 446,
|
|
20046
19906
|
"name": "payloads",
|
|
20047
19907
|
"kind": 32768,
|
|
20048
19908
|
"kindString": "Parameter",
|
|
@@ -20067,7 +19927,7 @@
|
|
|
20067
19927
|
{
|
|
20068
19928
|
"type": "reflection",
|
|
20069
19929
|
"declaration": {
|
|
20070
|
-
"id":
|
|
19930
|
+
"id": 447,
|
|
20071
19931
|
"name": "__type",
|
|
20072
19932
|
"kind": 65536,
|
|
20073
19933
|
"kindString": "Type literal",
|
|
@@ -20086,7 +19946,7 @@
|
|
|
20086
19946
|
}
|
|
20087
19947
|
},
|
|
20088
19948
|
{
|
|
20089
|
-
"id":
|
|
19949
|
+
"id": 448,
|
|
20090
19950
|
"name": "required",
|
|
20091
19951
|
"kind": 32768,
|
|
20092
19952
|
"kindString": "Parameter",
|
|
@@ -20133,7 +19993,7 @@
|
|
|
20133
19993
|
{
|
|
20134
19994
|
"type": "reflection",
|
|
20135
19995
|
"declaration": {
|
|
20136
|
-
"id":
|
|
19996
|
+
"id": 449,
|
|
20137
19997
|
"name": "__type",
|
|
20138
19998
|
"kind": 65536,
|
|
20139
19999
|
"kindString": "Type literal",
|
|
@@ -20153,7 +20013,7 @@
|
|
|
20153
20013
|
{
|
|
20154
20014
|
"type": "reflection",
|
|
20155
20015
|
"declaration": {
|
|
20156
|
-
"id":
|
|
20016
|
+
"id": 450,
|
|
20157
20017
|
"name": "__type",
|
|
20158
20018
|
"kind": 65536,
|
|
20159
20019
|
"kindString": "Type literal",
|
|
@@ -20163,12 +20023,12 @@
|
|
|
20163
20023
|
"fileName": "packages/sdk/packages/archivist/src/contexts/use/useArchivistInsert.tsx",
|
|
20164
20024
|
"line": 9,
|
|
20165
20025
|
"character": 24,
|
|
20166
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
20026
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/contexts/use/useArchivistInsert.tsx#L9"
|
|
20167
20027
|
}
|
|
20168
20028
|
],
|
|
20169
20029
|
"signatures": [
|
|
20170
20030
|
{
|
|
20171
|
-
"id":
|
|
20031
|
+
"id": 451,
|
|
20172
20032
|
"name": "__type",
|
|
20173
20033
|
"kind": 4096,
|
|
20174
20034
|
"kindString": "Call signature",
|
|
@@ -20219,12 +20079,12 @@
|
|
|
20219
20079
|
386,
|
|
20220
20080
|
394,
|
|
20221
20081
|
409,
|
|
20222
|
-
|
|
20082
|
+
416,
|
|
20083
|
+
419,
|
|
20223
20084
|
425,
|
|
20224
20085
|
431,
|
|
20225
20086
|
437,
|
|
20226
|
-
|
|
20227
|
-
450
|
|
20087
|
+
444
|
|
20228
20088
|
]
|
|
20229
20089
|
}
|
|
20230
20090
|
],
|
|
@@ -20233,7 +20093,7 @@
|
|
|
20233
20093
|
"fileName": "packages/sdk/packages/archivist/src/index.ts",
|
|
20234
20094
|
"line": 1,
|
|
20235
20095
|
"character": 0,
|
|
20236
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
20096
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/sdk/packages/archivist/src/index.ts#L1"
|
|
20237
20097
|
}
|
|
20238
20098
|
]
|
|
20239
20099
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Provider.js","sourceRoot":"","sources":["../../../../src/contexts/Provider/Provider.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAE3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAM7C,MAAM,CAAC,MAAM,iBAAiB,GAAqC,CAAC,EAAE,SAAS,EAAE,aAAa,EAAE,QAAQ,GAAG,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC9H,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,QAAQ,
|
|
1
|
+
{"version":3,"file":"Provider.js","sourceRoot":"","sources":["../../../../src/contexts/Provider/Provider.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAE3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAM7C,MAAM,CAAC,MAAM,iBAAiB,GAAqC,CAAC,EAAE,SAAS,EAAE,aAAa,EAAE,QAAQ,GAAG,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC9H,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,QAAQ,EAAoB,CAAA;IAE9D,SAAS,CAAC,GAAG,EAAE;QACb,YAAY,CAAC,aAAa,CAAC,CAAA;IAC7B,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,CAAA;IAEnB,OAAO,CACL,KAAC,gBAAgB,CAAC,QAAQ,IACxB,KAAK,EAAE;YACL,SAAS,EAAE,SAAS,KAAK,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS;YAC9D,QAAQ,EAAE,IAAI;YACd,YAAY;SACb,YAEA,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,GACxB,CAC7B,CAAA;AACH,CAAC,CAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { PayloadArchivist } from '@xyo-network/archivist';
|
|
3
3
|
import { ContextExProviderProps } from '@xyo-network/react-shared';
|
|
4
4
|
export type ArchivistProviderProps = ContextExProviderProps<{
|
|
5
|
-
archivist?:
|
|
5
|
+
archivist?: PayloadArchivist;
|
|
6
6
|
}>;
|
|
7
7
|
export declare const ArchivistProvider: React.FC<ArchivistProviderProps>;
|
|
8
8
|
//# sourceMappingURL=Provider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../../src/contexts/Provider/Provider.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../../src/contexts/Provider/Provider.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAA;AAKlE,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC;IAC1D,SAAS,CAAC,EAAE,gBAAgB,CAAA;CAC7B,CAAC,CAAA;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAkB9D,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PayloadArchivist } from '@xyo-network/archivist';
|
|
2
2
|
import { Dispatch } from 'react';
|
|
3
3
|
export interface ArchivistState {
|
|
4
|
-
archivist?:
|
|
5
|
-
setArchivist?: Dispatch<
|
|
4
|
+
archivist?: PayloadArchivist;
|
|
5
|
+
setArchivist?: Dispatch<PayloadArchivist>;
|
|
6
6
|
}
|
|
7
7
|
//# sourceMappingURL=State.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"State.d.ts","sourceRoot":"","sources":["../../../src/contexts/State.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"State.d.ts","sourceRoot":"","sources":["../../../src/contexts/State.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAEhC,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,gBAAgB,CAAA;IAC5B,YAAY,CAAC,EAAE,QAAQ,CAAC,gBAAgB,CAAC,CAAA;CAC1C"}
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@xylabs/react-button": "^2.15.11",
|
|
14
14
|
"@xylabs/react-flexbox": "^2.15.11",
|
|
15
15
|
"@xylabs/react-shared": "^2.15.11",
|
|
16
|
-
"@xyo-network/react-shared": "^2.41.
|
|
16
|
+
"@xyo-network/react-shared": "^2.41.38",
|
|
17
17
|
"lodash": "^4.17.21"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
},
|
|
27
27
|
"description": "Common React library for all XYO projects that use React",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@storybook/react": "^6.5.
|
|
29
|
+
"@storybook/react": "^6.5.16",
|
|
30
30
|
"@types/lodash": "^4.14.191",
|
|
31
|
-
"@xylabs/ts-scripts-yarn3": "2.12.
|
|
32
|
-
"@xyo-network/archivist": "^2.43.
|
|
33
|
-
"@xyo-network/archivist-wrapper": "^2.43.
|
|
34
|
-
"@xyo-network/module": "^2.43.
|
|
35
|
-
"@xyo-network/payload-model": "^2.43.
|
|
36
|
-
"@xyo-network/react-api": "^2.41.
|
|
37
|
-
"@xyo-network/react-storybook": "^2.41.
|
|
31
|
+
"@xylabs/ts-scripts-yarn3": "2.12.29",
|
|
32
|
+
"@xyo-network/archivist": "^2.43.22",
|
|
33
|
+
"@xyo-network/archivist-wrapper": "^2.43.22",
|
|
34
|
+
"@xyo-network/module": "^2.43.22",
|
|
35
|
+
"@xyo-network/payload-model": "^2.43.22",
|
|
36
|
+
"@xyo-network/react-api": "^2.41.38",
|
|
37
|
+
"@xyo-network/react-storybook": "^2.41.38",
|
|
38
38
|
"require-from-string": "^2.0.2"
|
|
39
39
|
},
|
|
40
40
|
"browser": "dist/esm/index.js",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
},
|
|
80
80
|
"sideEffects": false,
|
|
81
81
|
"types": "dist/types/index.d.ts",
|
|
82
|
-
"version": "2.41.
|
|
82
|
+
"version": "2.41.38"
|
|
83
83
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PayloadArchivist } from '@xyo-network/archivist'
|
|
2
2
|
import { ContextExProviderProps } from '@xyo-network/react-shared'
|
|
3
3
|
import { useEffect, useState } from 'react'
|
|
4
4
|
|
|
5
5
|
import { ArchivistContext } from '../Context'
|
|
6
6
|
|
|
7
7
|
export type ArchivistProviderProps = ContextExProviderProps<{
|
|
8
|
-
archivist?:
|
|
8
|
+
archivist?: PayloadArchivist
|
|
9
9
|
}>
|
|
10
10
|
|
|
11
11
|
export const ArchivistProvider: React.FC<ArchivistProviderProps> = ({ archivist: archivistProp, required = false, children }) => {
|
|
12
|
-
const [archivist, setArchivist] = useState<
|
|
12
|
+
const [archivist, setArchivist] = useState<PayloadArchivist>()
|
|
13
13
|
|
|
14
14
|
useEffect(() => {
|
|
15
15
|
setArchivist(archivistProp)
|
|
@@ -2,7 +2,7 @@ import { ComponentMeta, ComponentStory } from '@storybook/react'
|
|
|
2
2
|
import { ButtonEx } from '@xylabs/react-button'
|
|
3
3
|
import { FlexCol, FlexRow } from '@xylabs/react-flexbox'
|
|
4
4
|
import { useAsyncEffect } from '@xylabs/react-shared'
|
|
5
|
-
import { StorageArchivistConfigSchema } from '@xyo-network/archivist'
|
|
5
|
+
import { ArchivistWrapper, StorageArchivistConfigSchema } from '@xyo-network/archivist'
|
|
6
6
|
import { XyoPayload } from '@xyo-network/payload-model'
|
|
7
7
|
import { useAppThemeDecorator } from '@xyo-network/react-storybook'
|
|
8
8
|
import { useState } from 'react'
|
|
@@ -29,7 +29,8 @@ const RenderTest: React.FC = () => {
|
|
|
29
29
|
useAsyncEffect(
|
|
30
30
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
31
31
|
async (mounted) => {
|
|
32
|
-
const
|
|
32
|
+
const wrapper = archivist ? new ArchivistWrapper(archivist) : undefined
|
|
33
|
+
const items = await wrapper?.all()
|
|
33
34
|
if (mounted()) {
|
|
34
35
|
setItems(items?.length)
|
|
35
36
|
}
|
package/src/contexts/State.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PayloadArchivist } from '@xyo-network/archivist'
|
|
2
2
|
import { Dispatch } from 'react'
|
|
3
3
|
|
|
4
4
|
export interface ArchivistState {
|
|
5
|
-
archivist?:
|
|
6
|
-
setArchivist?: Dispatch<
|
|
5
|
+
archivist?: PayloadArchivist
|
|
6
|
+
setArchivist?: Dispatch<PayloadArchivist>
|
|
7
7
|
}
|
|
@@ -3,9 +3,9 @@ import { FlexCol } from '@xylabs/react-flexbox'
|
|
|
3
3
|
import { XyoPayloads } from '@xyo-network/payload-model'
|
|
4
4
|
|
|
5
5
|
export interface ArchivistPayloadsProps {
|
|
6
|
-
refresh?: () => void
|
|
7
|
-
payloads?: XyoPayloads
|
|
8
6
|
error?: Error
|
|
7
|
+
payloads?: XyoPayloads
|
|
8
|
+
refresh?: () => void
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
export const ArchivistPayloads: React.FC<ArchivistPayloadsProps> = ({ refresh, payloads, error }) => {
|