@plumile/backoffice-react 0.1.60 → 0.1.61
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from "react-relay";
|
|
2
2
|
//#region src/relay/createInlineReader.ts
|
|
3
|
-
var t = (
|
|
3
|
+
var { readInlineData: t } = e, n = (e) => (n) => t(e, n), r = n;
|
|
4
4
|
//#endregion
|
|
5
|
-
export {
|
|
5
|
+
export { n as createInlineDataReader, r as createInlineReader };
|
|
6
6
|
|
|
7
7
|
//# sourceMappingURL=createInlineReader.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createInlineReader.js","names":[],"sources":["../../../src/relay/createInlineReader.ts"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"createInlineReader.js","names":[],"sources":["../../../src/relay/createInlineReader.ts"],"sourcesContent":["import ReactRelay from 'react-relay';\nimport type { GraphQLTaggedNode } from 'relay-runtime';\n\nconst { readInlineData } = ReactRelay;\n\n// Reserved for non-React helpers that explicitly read `@inline` fragments.\nexport const createInlineDataReader = <TRef, TData>(\n fragment: GraphQLTaggedNode,\n): ((ref: TRef) => TData) => {\n return (ref: TRef) => {\n return readInlineData(fragment, ref as never) as TData;\n };\n};\n\n// Legacy alias kept for incremental migration of existing callsites.\nexport const createInlineReader = createInlineDataReader;\n"],"mappings":";;AAGA,IAAM,EAAE,sBAAmB,GAGd,KACX,OAEQ,MACC,EAAe,GAAU,EAAa,EAKpC,IAAqB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createInlineReader.d.ts","sourceRoot":"","sources":["../../../src/relay/createInlineReader.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"createInlineReader.d.ts","sourceRoot":"","sources":["../../../src/relay/createInlineReader.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAKvD,eAAO,MAAM,sBAAsB,GAAI,IAAI,EAAE,KAAK,EAChD,UAAU,iBAAiB,KAC1B,CAAC,CAAC,GAAG,EAAE,IAAI,KAAK,KAAK,CAIvB,CAAC;AAGF,eAAO,MAAM,kBAAkB,GATQ,IAAI,EAAE,KAAK,YACtC,iBAAiB,KAC1B,CAAC,CAAC,GAAG,EAAE,IAAI,KAAK,KAAK,CAOgC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumile/backoffice-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.61",
|
|
4
4
|
"description": "React provider and pages for Plumile backoffice",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -147,11 +147,11 @@
|
|
|
147
147
|
"npm": ">=8.0.0"
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@plumile/backoffice-core": "^0.1.
|
|
151
|
-
"@plumile/filter-query": "^0.1.
|
|
152
|
-
"@plumile/router": "^0.1.
|
|
153
|
-
"@plumile/ui": "^0.1.
|
|
154
|
-
"@plumile/ui-backoffice": "^0.1.
|
|
150
|
+
"@plumile/backoffice-core": "^0.1.61",
|
|
151
|
+
"@plumile/filter-query": "^0.1.61",
|
|
152
|
+
"@plumile/router": "^0.1.61",
|
|
153
|
+
"@plumile/ui": "^0.1.61",
|
|
154
|
+
"@plumile/ui-backoffice": "^0.1.61",
|
|
155
155
|
"graphql-ws": "6.0.7",
|
|
156
156
|
"i18next": "^25.8.18",
|
|
157
157
|
"i18next-browser-languagedetector": "8.2.1",
|