@xyo-network/react-payload-plugin-resolver 5.3.2 → 5.3.4
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/types/contexts/PayloadPluginResolver/Context.d.ts +12 -2
- package/dist/types/contexts/PayloadPluginResolver/Context.d.ts.map +1 -1
- package/dist/types/contexts/PayloadPluginResolver/use.d.ts +1 -1
- package/dist/types/contexts/PayloadPluginResolver/use.d.ts.map +1 -1
- package/dist/types/contexts/PayloadRenderPluginResolver/Context.d.ts +12 -2
- package/dist/types/contexts/PayloadRenderPluginResolver/Context.d.ts.map +1 -1
- package/dist/types/contexts/PayloadRenderPluginResolver/use.d.ts +1 -1
- package/dist/types/contexts/PayloadRenderPluginResolver/use.d.ts.map +1 -1
- package/package.json +9 -9
|
@@ -1,8 +1,18 @@
|
|
|
1
|
-
declare const PayloadPluginResolverContext: import("react").Context<{
|
|
1
|
+
declare const PayloadPluginResolverContext: import("react").Context<({
|
|
2
2
|
resolver?: import("@xyo-network/payload-plugin").PayloadPluginResolver;
|
|
3
3
|
setResolver?: import("react").Dispatch<import("@xyo-network/payload-plugin").PayloadPluginResolver>;
|
|
4
4
|
} & {
|
|
5
5
|
provided: true;
|
|
6
|
-
}
|
|
6
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").ProvidedContextExState<{
|
|
7
|
+
resolver?: import("@xyo-network/payload-plugin").PayloadPluginResolver;
|
|
8
|
+
setResolver?: import("react").Dispatch<import("@xyo-network/payload-plugin").PayloadPluginResolver>;
|
|
9
|
+
}>, never> & {
|
|
10
|
+
provided: false;
|
|
11
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").NotProvidedContextExState<{
|
|
12
|
+
resolver?: import("@xyo-network/payload-plugin").PayloadPluginResolver;
|
|
13
|
+
setResolver?: import("react").Dispatch<import("@xyo-network/payload-plugin").PayloadPluginResolver>;
|
|
14
|
+
}>, never> & {
|
|
15
|
+
provided: false;
|
|
16
|
+
})>;
|
|
7
17
|
export { PayloadPluginResolverContext };
|
|
8
18
|
//# sourceMappingURL=Context.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PayloadPluginResolver/Context.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PayloadPluginResolver/Context.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,4BAA4B;;;;;;;;;;;;;;;GAAgD,CAAA;AAElF,OAAO,EAAE,4BAA4B,EAAE,CAAA"}
|
|
@@ -3,5 +3,5 @@ export declare const usePayloadPluginResolver: (required?: boolean) => Omit<{
|
|
|
3
3
|
setResolver?: import("react").Dispatch<import("@xyo-network/payload-plugin").PayloadPluginResolver>;
|
|
4
4
|
} & {
|
|
5
5
|
provided: true;
|
|
6
|
-
}, "provided"> | Omit<
|
|
6
|
+
}, "provided"> | Omit<import("@xylabs/react-shared").NotProvidedContextExState<import("./State.ts").PayloadPluginResolverState>, "provided">;
|
|
7
7
|
//# sourceMappingURL=use.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PayloadPluginResolver/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB,GAAI,kBAAgB;;;;;
|
|
1
|
+
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PayloadPluginResolver/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB,GAAI,kBAAgB;;;;;4IAExD,CAAA"}
|
|
@@ -1,8 +1,18 @@
|
|
|
1
|
-
declare const PayloadRenderPluginResolverContext: import("react").Context<{
|
|
1
|
+
declare const PayloadRenderPluginResolverContext: import("react").Context<({
|
|
2
2
|
resolver?: import("../../PayloadRenderPluginResolver.ts").PayloadRenderPluginResolver;
|
|
3
3
|
setResolver?: import("react").Dispatch<import("../../PayloadRenderPluginResolver.ts").PayloadRenderPluginResolver>;
|
|
4
4
|
} & {
|
|
5
5
|
provided: true;
|
|
6
|
-
}
|
|
6
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").ProvidedContextExState<{
|
|
7
|
+
resolver?: import("../../PayloadRenderPluginResolver.ts").PayloadRenderPluginResolver;
|
|
8
|
+
setResolver?: import("react").Dispatch<import("../../PayloadRenderPluginResolver.ts").PayloadRenderPluginResolver>;
|
|
9
|
+
}>, never> & {
|
|
10
|
+
provided: false;
|
|
11
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").NotProvidedContextExState<{
|
|
12
|
+
resolver?: import("../../PayloadRenderPluginResolver.ts").PayloadRenderPluginResolver;
|
|
13
|
+
setResolver?: import("react").Dispatch<import("../../PayloadRenderPluginResolver.ts").PayloadRenderPluginResolver>;
|
|
14
|
+
}>, never> & {
|
|
15
|
+
provided: false;
|
|
16
|
+
})>;
|
|
7
17
|
export { PayloadRenderPluginResolverContext };
|
|
8
18
|
//# sourceMappingURL=Context.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PayloadRenderPluginResolver/Context.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PayloadRenderPluginResolver/Context.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,kCAAkC;;;;;;;;;;;;;;;GAAsD,CAAA;AAE9F,OAAO,EAAE,kCAAkC,EAAE,CAAA"}
|
|
@@ -3,5 +3,5 @@ export declare const usePayloadRenderPluginResolver: (required?: boolean) => Omi
|
|
|
3
3
|
setResolver?: import("react").Dispatch<import("../../PayloadRenderPluginResolver.ts").PayloadRenderPluginResolver>;
|
|
4
4
|
} & {
|
|
5
5
|
provided: true;
|
|
6
|
-
}, "provided"> | Omit<
|
|
6
|
+
}, "provided"> | Omit<import("@xylabs/react-shared").NotProvidedContextExState<import("./State.ts").PayloadRenderPluginResolverState>, "provided">;
|
|
7
7
|
//# sourceMappingURL=use.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PayloadRenderPluginResolver/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,8BAA8B,GAAI,kBAAgB;;;;;
|
|
1
|
+
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PayloadRenderPluginResolver/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,8BAA8B,GAAI,kBAAgB;;;;;kJAE9D,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-payload-plugin-resolver",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.4",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/assert": "^4.9.
|
|
43
|
-
"@xylabs/react-hooks": "^6.3.
|
|
44
|
-
"@xylabs/react-shared": "^6.3.
|
|
45
|
-
"@xyo-network/payload-model": "^3.15.
|
|
46
|
-
"@xyo-network/payload-plugin": "^3.15.
|
|
47
|
-
"@xyo-network/payloadset-plugin": "^3.15.
|
|
48
|
-
"@xyo-network/react-payload-plugin": "^5.3.
|
|
42
|
+
"@xylabs/assert": "^4.9.18",
|
|
43
|
+
"@xylabs/react-hooks": "^6.3.1",
|
|
44
|
+
"@xylabs/react-shared": "^6.3.1",
|
|
45
|
+
"@xyo-network/payload-model": "^3.15.10",
|
|
46
|
+
"@xyo-network/payload-plugin": "^3.15.10",
|
|
47
|
+
"@xyo-network/payloadset-plugin": "^3.15.10",
|
|
48
|
+
"@xyo-network/react-payload-plugin": "^5.3.4"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@emotion/react": "^11.14.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@mui/icons-material": "^7.1.0",
|
|
54
54
|
"@mui/material": "^7.1.0",
|
|
55
55
|
"@types/react": "^19.1.4",
|
|
56
|
-
"@xylabs/ts-scripts-yarn3": "^6.5.
|
|
56
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.6",
|
|
57
57
|
"react": "^19.1.0",
|
|
58
58
|
"react-dom": "^19.1.0",
|
|
59
59
|
"react-router-dom": "^7.6.0",
|