@xyo-network/react-archivist 2.56.11 → 2.56.13
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/docs.json +1659 -1113
- package/dist/types/hooks/node/useArchivistFromNode.d.ts +6 -2
- package/dist/types/hooks/node/useArchivistFromNode.d.ts.map +1 -1
- package/dist/types/hooks/node/useArchivistsFromNode.d.ts +6 -2
- package/dist/types/hooks/node/useArchivistsFromNode.d.ts.map +1 -1
- package/dist/types/hooks/node/useWrappedArchivistFromNode.d.ts +6 -2
- package/dist/types/hooks/node/useWrappedArchivistFromNode.d.ts.map +1 -1
- package/dist/types/hooks/node/useWrappedArchivistsFromNode.d.ts +6 -2
- package/dist/types/hooks/node/useWrappedArchivistsFromNode.d.ts.map +1 -1
- package/dist/types/hooks/useWrappedArchivist.d.ts +12 -4
- package/dist/types/hooks/useWrappedArchivist.d.ts.map +1 -1
- package/dist/types/hooks/useWrappedArchivists.d.ts +12 -4
- package/dist/types/hooks/useWrappedArchivists.d.ts.map +1 -1
- package/package.json +16 -16
|
@@ -31,7 +31,11 @@ export declare const useArchivistFromNode: (nameOrAddress?: string, up?: boolean
|
|
|
31
31
|
requireAllParents?: boolean | undefined;
|
|
32
32
|
schema: "network.xyo.archivist.config";
|
|
33
33
|
storeParentReads?: boolean | undefined;
|
|
34
|
-
} & Omit<undefined, "schema">, "schema"
|
|
34
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
35
|
+
schema: "network.xyo.archivist.config";
|
|
36
|
+
}, "schema"> & {
|
|
37
|
+
schema: string;
|
|
38
|
+
}, "schema"> & {
|
|
35
39
|
schema: string;
|
|
36
|
-
},
|
|
40
|
+
}, undefined>, import("@xyo-network/archivist").ArchivistModuleEventData> | null | undefined, Error | undefined];
|
|
37
41
|
//# sourceMappingURL=useArchivistFromNode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useArchivistFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useArchivistFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAG1C,eAAO,MAAM,oBAAoB,mBAAoB,MAAM,OAAO,OAAO,WAAW,MAAM
|
|
1
|
+
{"version":3,"file":"useArchivistFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useArchivistFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAG1C,eAAO,MAAM,oBAAoB,mBAAoB,MAAM,OAAO,OAAO,WAAW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAC3B,CAAA"}
|
|
@@ -32,7 +32,11 @@ export declare const useArchivistsFromNode: (filter?: ModuleFilter, up?: boolean
|
|
|
32
32
|
requireAllParents?: boolean | undefined;
|
|
33
33
|
schema: "network.xyo.archivist.config";
|
|
34
34
|
storeParentReads?: boolean | undefined;
|
|
35
|
-
} & Omit<undefined, "schema">, "schema"
|
|
35
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
36
|
+
schema: "network.xyo.archivist.config";
|
|
37
|
+
}, "schema"> & {
|
|
38
|
+
schema: string;
|
|
39
|
+
}, "schema"> & {
|
|
36
40
|
schema: string;
|
|
37
|
-
},
|
|
41
|
+
}, undefined>, import("@xyo-network/archivist").ArchivistModuleEventData>[] | null | undefined, Error | undefined];
|
|
38
42
|
//# sourceMappingURL=useArchivistsFromNode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useArchivistsFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useArchivistsFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAGlD,eAAO,MAAM,qBAAqB,YAAa,YAAY,OAAO,OAAO,WAAW,MAAM
|
|
1
|
+
{"version":3,"file":"useArchivistsFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useArchivistsFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAGlD,eAAO,MAAM,qBAAqB,YAAa,YAAY,OAAO,OAAO,WAAW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kHAA4D,CAAA"}
|
|
@@ -30,7 +30,11 @@ export declare const useWrappedArchivistFromNode: (nameOrAddress?: string | unde
|
|
|
30
30
|
requireAllParents?: boolean | undefined;
|
|
31
31
|
schema: "network.xyo.archivist.config";
|
|
32
32
|
storeParentReads?: boolean | undefined;
|
|
33
|
-
} & Omit<undefined, "schema">, "schema"
|
|
33
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
34
|
+
schema: "network.xyo.archivist.config";
|
|
35
|
+
}, "schema"> & {
|
|
36
|
+
schema: string;
|
|
37
|
+
}, "schema"> & {
|
|
34
38
|
schema: string;
|
|
35
|
-
},
|
|
39
|
+
}, undefined>, import("@xyo-network/archivist").ArchivistModuleEventData>> | undefined, Error | undefined];
|
|
36
40
|
//# sourceMappingURL=useWrappedArchivistFromNode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWrappedArchivistFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useWrappedArchivistFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AAGzD,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"useWrappedArchivistFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useWrappedArchivistFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AAGzD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0GAA2F,CAAA"}
|
|
@@ -30,7 +30,11 @@ export declare const useWrappedArchivistsFromNode: (account?: import("@xyo-netwo
|
|
|
30
30
|
requireAllParents?: boolean | undefined;
|
|
31
31
|
schema: "network.xyo.archivist.config";
|
|
32
32
|
storeParentReads?: boolean | undefined;
|
|
33
|
-
} & Omit<undefined, "schema">, "schema"
|
|
33
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
34
|
+
schema: "network.xyo.archivist.config";
|
|
35
|
+
}, "schema"> & {
|
|
36
|
+
schema: string;
|
|
37
|
+
}, "schema"> & {
|
|
34
38
|
schema: string;
|
|
35
|
-
},
|
|
39
|
+
}, undefined>, import("@xyo-network/archivist").ArchivistModuleEventData>>[] | undefined, Error | undefined];
|
|
36
40
|
//# sourceMappingURL=useWrappedArchivistsFromNode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWrappedArchivistsFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useWrappedArchivistsFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AAGzD,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"useWrappedArchivistsFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useWrappedArchivistsFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AAGzD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4GAA6F,CAAA"}
|
|
@@ -30,9 +30,13 @@ export declare const useWrappedArchivist: (module?: import("@xyo-network/archivi
|
|
|
30
30
|
requireAllParents?: boolean | undefined;
|
|
31
31
|
schema: "network.xyo.archivist.config";
|
|
32
32
|
storeParentReads?: boolean | undefined;
|
|
33
|
-
} & Omit<undefined, "schema">, "schema"
|
|
33
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
34
|
+
schema: "network.xyo.archivist.config";
|
|
35
|
+
}, "schema"> & {
|
|
36
|
+
schema: string;
|
|
37
|
+
}, "schema"> & {
|
|
34
38
|
schema: string;
|
|
35
|
-
},
|
|
39
|
+
}, undefined>, import("@xyo-network/archivist-model").ArchivistModuleEventData> | null | undefined, account?: import("@xyo-network/account-model").AccountInstance | null | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
36
40
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
37
41
|
readonly name?: string | undefined;
|
|
38
42
|
readonly paging?: Record<string, {
|
|
@@ -63,7 +67,11 @@ export declare const useWrappedArchivist: (module?: import("@xyo-network/archivi
|
|
|
63
67
|
requireAllParents?: boolean | undefined;
|
|
64
68
|
schema: "network.xyo.archivist.config";
|
|
65
69
|
storeParentReads?: boolean | undefined;
|
|
66
|
-
} & Omit<undefined, "schema">, "schema"
|
|
70
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
71
|
+
schema: "network.xyo.archivist.config";
|
|
72
|
+
}, "schema"> & {
|
|
73
|
+
schema: string;
|
|
74
|
+
}, "schema"> & {
|
|
67
75
|
schema: string;
|
|
68
|
-
},
|
|
76
|
+
}, undefined>, import("@xyo-network/archivist-model").ArchivistModuleEventData>> | undefined, Error | undefined];
|
|
69
77
|
//# sourceMappingURL=useWrappedArchivist.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWrappedArchivist.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWrappedArchivist.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGjE,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"useWrappedArchivist.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWrappedArchivist.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGjE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAAoD,CAAA"}
|
|
@@ -30,9 +30,13 @@ export declare const useWrappedArchivists: (modules?: import("@xyo-network/archi
|
|
|
30
30
|
requireAllParents?: boolean | undefined;
|
|
31
31
|
schema: "network.xyo.archivist.config";
|
|
32
32
|
storeParentReads?: boolean | undefined;
|
|
33
|
-
} & Omit<undefined, "schema">, "schema"
|
|
33
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
34
|
+
schema: "network.xyo.archivist.config";
|
|
35
|
+
}, "schema"> & {
|
|
36
|
+
schema: string;
|
|
37
|
+
}, "schema"> & {
|
|
34
38
|
schema: string;
|
|
35
|
-
},
|
|
39
|
+
}, undefined>, import("@xyo-network/archivist-model").ArchivistModuleEventData>[] | undefined, account?: import("@xyo-network/account-model").AccountInstance | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
36
40
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
37
41
|
readonly name?: string | undefined;
|
|
38
42
|
readonly paging?: Record<string, {
|
|
@@ -63,7 +67,11 @@ export declare const useWrappedArchivists: (modules?: import("@xyo-network/archi
|
|
|
63
67
|
requireAllParents?: boolean | undefined;
|
|
64
68
|
schema: "network.xyo.archivist.config";
|
|
65
69
|
storeParentReads?: boolean | undefined;
|
|
66
|
-
} & Omit<undefined, "schema">, "schema"
|
|
70
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
71
|
+
schema: "network.xyo.archivist.config";
|
|
72
|
+
}, "schema"> & {
|
|
73
|
+
schema: string;
|
|
74
|
+
}, "schema"> & {
|
|
67
75
|
schema: string;
|
|
68
|
-
},
|
|
76
|
+
}, undefined>, import("@xyo-network/archivist-model").ArchivistModuleEventData>>[] | undefined, Error | undefined];
|
|
69
77
|
//# sourceMappingURL=useWrappedArchivists.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWrappedArchivists.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWrappedArchivists.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGjE,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"useWrappedArchivists.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWrappedArchivists.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGjE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kHAAqD,CAAA"}
|
package/package.json
CHANGED
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"@xylabs/react-button": "^2.17.6",
|
|
14
14
|
"@xylabs/react-flexbox": "^2.17.6",
|
|
15
15
|
"@xylabs/react-promise": "^2.17.6",
|
|
16
|
-
"@xyo-network/account-model": "^2.64.
|
|
17
|
-
"@xyo-network/boundwitness-model": "^2.64.
|
|
18
|
-
"@xyo-network/boundwitness-wrapper": "^2.64.
|
|
19
|
-
"@xyo-network/core": "^2.64.
|
|
20
|
-
"@xyo-network/react-module": "^2.56.
|
|
21
|
-
"@xyo-network/react-node": "^2.56.
|
|
22
|
-
"@xyo-network/react-wallet": "^2.56.
|
|
16
|
+
"@xyo-network/account-model": "^2.64.8",
|
|
17
|
+
"@xyo-network/boundwitness-model": "^2.64.8",
|
|
18
|
+
"@xyo-network/boundwitness-wrapper": "^2.64.8",
|
|
19
|
+
"@xyo-network/core": "^2.64.8",
|
|
20
|
+
"@xyo-network/react-module": "^2.56.13",
|
|
21
|
+
"@xyo-network/react-node": "^2.56.13",
|
|
22
|
+
"@xyo-network/react-wallet": "^2.56.13",
|
|
23
23
|
"react-icons": "^4.10.1"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
},
|
|
34
34
|
"description": "Common React library for all XYO projects that use React",
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@storybook/react": "^7.0.
|
|
36
|
+
"@storybook/react": "^7.0.26",
|
|
37
37
|
"@xylabs/react-async-effect": "^2.17.6",
|
|
38
38
|
"@xylabs/ts-scripts-yarn3": "^2.18.7",
|
|
39
39
|
"@xylabs/tsconfig-react": "^2.18.7",
|
|
40
|
-
"@xyo-network/account": "^2.64.
|
|
41
|
-
"@xyo-network/archivist": "^2.64.
|
|
42
|
-
"@xyo-network/archivist-wrapper": "^2.64.
|
|
43
|
-
"@xyo-network/boundwitness-builder": "^2.64.
|
|
44
|
-
"@xyo-network/module": "^2.64.
|
|
45
|
-
"@xyo-network/payload-model": "^2.64.
|
|
46
|
-
"@xyo-network/react-storybook": "^2.56.
|
|
40
|
+
"@xyo-network/account": "^2.64.8",
|
|
41
|
+
"@xyo-network/archivist": "^2.64.8",
|
|
42
|
+
"@xyo-network/archivist-wrapper": "^2.64.8",
|
|
43
|
+
"@xyo-network/boundwitness-builder": "^2.64.8",
|
|
44
|
+
"@xyo-network/module": "^2.64.8",
|
|
45
|
+
"@xyo-network/payload-model": "^2.64.8",
|
|
46
|
+
"@xyo-network/react-storybook": "^2.56.13",
|
|
47
47
|
"typescript": "^5.1.6"
|
|
48
48
|
},
|
|
49
49
|
"browser": "dist/esm/index.js",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
},
|
|
89
89
|
"sideEffects": false,
|
|
90
90
|
"types": "dist/types/index.d.ts",
|
|
91
|
-
"version": "2.56.
|
|
91
|
+
"version": "2.56.13"
|
|
92
92
|
}
|