@its/core 1.1.7 → 1.1.9
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/core.es.js +12 -8
- package/dist/core.umd.js +44 -44
- package/dist/src/components/Auth/AuthWrapper.d.ts +3 -0
- package/dist/src/components/Auth/AuthWrapper.d.ts.map +1 -0
- package/dist/src/components/Auth/index.d.ts +2 -0
- package/dist/src/components/Auth/index.d.ts.map +1 -0
- package/dist/src/components/Auth/types.d.ts +21 -0
- package/dist/src/components/Auth/types.d.ts.map +1 -0
- package/dist/src/components/Tabs/index.d.ts +1 -1
- package/dist/src/components/Tabs/index.d.ts.map +1 -1
- package/dist/src/graphQL/Fragments/ErrorFragment.d.ts +2 -0
- package/dist/src/graphQL/Fragments/ErrorFragment.d.ts.map +1 -0
- package/dist/src/graphQL/Mutations/LoginMutation.d.ts +2 -0
- package/dist/src/graphQL/Mutations/LoginMutation.d.ts.map +1 -0
- package/dist/src/graphQL/Mutations/LogoutMutation.d.ts +2 -0
- package/dist/src/graphQL/Mutations/LogoutMutation.d.ts.map +1 -0
- package/dist/src/graphQL/Subscriptions/DeletedNode.d.ts +2 -0
- package/dist/src/graphQL/Subscriptions/DeletedNode.d.ts.map +1 -0
- package/dist/src/graphQL/__generated__/DeletedNodeSubscription.graphql.d.ts +12 -0
- package/dist/src/graphQL/__generated__/DeletedNodeSubscription.graphql.d.ts.map +1 -0
- package/dist/src/graphQL/__generated__/ErrorFragment.graphql.d.ts +13 -0
- package/dist/src/graphQL/__generated__/ErrorFragment.graphql.d.ts.map +1 -0
- package/dist/src/graphQL/__generated__/LoginMutation.graphql.d.ts +33 -0
- package/dist/src/graphQL/__generated__/LoginMutation.graphql.d.ts.map +1 -0
- package/dist/src/graphQL/__generated__/LogoutMutation.graphql.d.ts +14 -0
- package/dist/src/graphQL/__generated__/LogoutMutation.graphql.d.ts.map +1 -0
- package/dist/src/hooks/useAuth/index.d.ts +2 -0
- package/dist/src/hooks/useAuth/index.d.ts.map +1 -0
- package/dist/src/hooks/useAuth/types.d.ts +17 -0
- package/dist/src/hooks/useAuth/types.d.ts.map +1 -0
- package/dist/src/hooks/useAuth/useAuth.d.ts +3 -0
- package/dist/src/hooks/useAuth/useAuth.d.ts.map +1 -0
- package/dist/src/relay/createRelayEnvironment.d.ts +4 -0
- package/dist/src/relay/createRelayEnvironment.d.ts.map +1 -0
- package/dist/src/relay/index.d.ts +2 -0
- package/dist/src/relay/index.d.ts.map +1 -1
- package/dist/src/store/AuthContext/AuthProvider.d.ts +5 -0
- package/dist/src/store/AuthContext/AuthProvider.d.ts.map +1 -0
- package/dist/src/store/AuthContext/index.d.ts +3 -0
- package/dist/src/store/AuthContext/index.d.ts.map +1 -0
- package/dist/src/store/AuthContext/useAuthContext.d.ts +2 -0
- package/dist/src/store/AuthContext/useAuthContext.d.ts.map +1 -0
- package/dist/types/src/components/Auth/AuthWrapper.d.ts +3 -0
- package/dist/types/src/components/Auth/AuthWrapper.d.ts.map +1 -0
- package/dist/types/src/components/Auth/index.d.ts +2 -0
- package/dist/types/src/components/Auth/index.d.ts.map +1 -0
- package/dist/types/src/components/Auth/types.d.ts +21 -0
- package/dist/types/src/components/Auth/types.d.ts.map +1 -0
- package/dist/types/src/components/Tabs/index.d.ts +1 -1
- package/dist/types/src/components/Tabs/index.d.ts.map +1 -1
- package/dist/types/src/graphQL/Fragments/ErrorFragment.d.ts +2 -0
- package/dist/types/src/graphQL/Fragments/ErrorFragment.d.ts.map +1 -0
- package/dist/types/src/graphQL/Mutations/LoginMutation.d.ts +2 -0
- package/dist/types/src/graphQL/Mutations/LoginMutation.d.ts.map +1 -0
- package/dist/types/src/graphQL/Mutations/LogoutMutation.d.ts +2 -0
- package/dist/types/src/graphQL/Mutations/LogoutMutation.d.ts.map +1 -0
- package/dist/types/src/graphQL/Subscriptions/DeletedNode.d.ts +2 -0
- package/dist/types/src/graphQL/Subscriptions/DeletedNode.d.ts.map +1 -0
- package/dist/types/src/graphQL/__generated__/DeletedNodeSubscription.graphql.d.ts +17 -0
- package/dist/types/src/graphQL/__generated__/DeletedNodeSubscription.graphql.d.ts.map +1 -0
- package/dist/types/src/graphQL/__generated__/ErrorFragment.graphql.d.ts +19 -0
- package/dist/types/src/graphQL/__generated__/ErrorFragment.graphql.d.ts.map +1 -0
- package/dist/types/src/graphQL/__generated__/LoginMutation.graphql.d.ts +38 -0
- package/dist/types/src/graphQL/__generated__/LoginMutation.graphql.d.ts.map +1 -0
- package/dist/types/src/graphQL/__generated__/LogoutMutation.graphql.d.ts +19 -0
- package/dist/types/src/graphQL/__generated__/LogoutMutation.graphql.d.ts.map +1 -0
- package/dist/types/src/hooks/useAuth/index.d.ts +2 -0
- package/dist/types/src/hooks/useAuth/index.d.ts.map +1 -0
- package/dist/types/src/hooks/useAuth/types.d.ts +17 -0
- package/dist/types/src/hooks/useAuth/types.d.ts.map +1 -0
- package/dist/types/src/hooks/useAuth/useAuth.d.ts +3 -0
- package/dist/types/src/hooks/useAuth/useAuth.d.ts.map +1 -0
- package/dist/types/src/relay/createRelayEnvironment.d.ts +4 -0
- package/dist/types/src/relay/createRelayEnvironment.d.ts.map +1 -0
- package/dist/types/src/relay/index.d.ts +2 -0
- package/dist/types/src/relay/index.d.ts.map +1 -1
- package/dist/types/src/store/AuthContext/AuthProvider.d.ts +5 -0
- package/dist/types/src/store/AuthContext/AuthProvider.d.ts.map +1 -0
- package/dist/types/src/store/AuthContext/index.d.ts +3 -0
- package/dist/types/src/store/AuthContext/index.d.ts.map +1 -0
- package/dist/types/src/store/AuthContext/useAuthContext.d.ts +2 -0
- package/dist/types/src/store/AuthContext/useAuthContext.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/relay/RelayEnvironment.d.ts +0 -4
- package/dist/src/relay/RelayEnvironment.d.ts.map +0 -1
- package/dist/types/src/relay/RelayEnvironment.d.ts +0 -4
- package/dist/types/src/relay/RelayEnvironment.d.ts.map +0 -1
package/dist/core.es.js
CHANGED
|
@@ -62526,14 +62526,17 @@ const $qe = (e) => Lqe({
|
|
|
62526
62526
|
), Uqe = (e) => {
|
|
62527
62527
|
const t = e.id;
|
|
62528
62528
|
return t !== null && typeof t != "string" ? String(t) : t;
|
|
62529
|
-
}
|
|
62530
|
-
|
|
62531
|
-
|
|
62532
|
-
|
|
62533
|
-
|
|
62534
|
-
|
|
62535
|
-
|
|
62536
|
-
|
|
62529
|
+
};
|
|
62530
|
+
function Bqe(e) {
|
|
62531
|
+
return new xf.Environment({
|
|
62532
|
+
network: xf.Network.create(
|
|
62533
|
+
(t, r) => qqe(t, r, e),
|
|
62534
|
+
(t, r) => Vqe(t, r, e)
|
|
62535
|
+
),
|
|
62536
|
+
store: new xf.Store(new xf.RecordSource()),
|
|
62537
|
+
getDataID: Uqe
|
|
62538
|
+
});
|
|
62539
|
+
}
|
|
62537
62540
|
function kGe({ children: e }) {
|
|
62538
62541
|
const t = NZ();
|
|
62539
62542
|
return /* @__PURE__ */ F.jsx(qB.RelayEnvironmentProvider, { environment: Bqe(t), children: e });
|
|
@@ -67584,6 +67587,7 @@ export {
|
|
|
67584
67587
|
zGe as autoGrideSize,
|
|
67585
67588
|
WGe as bitwiseCheck,
|
|
67586
67589
|
qGe as calcTimeDifference,
|
|
67590
|
+
Bqe as createRelayEnvironment,
|
|
67587
67591
|
HGe as extractEdges,
|
|
67588
67592
|
i7 as formatDateTime,
|
|
67589
67593
|
GGe as formatDecimals,
|