@its/core 1.1.7 → 1.1.8
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/Tabs/index.d.ts +1 -1
- package/dist/src/components/Tabs/index.d.ts.map +1 -1
- 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/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/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/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,
|