kaafil-react-uikit 0.1.0 → 0.3.0
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/admin/index.cjs +342 -342
- package/dist/admin/index.js +5 -5
- package/dist/{chunk-YHOQRKDJ.cjs → chunk-57SUK3GD.cjs} +7 -7
- package/dist/{chunk-YHOQRKDJ.cjs.map → chunk-57SUK3GD.cjs.map} +1 -1
- package/dist/{chunk-2SRBJ4H7.js → chunk-A4Z2YBEF.js} +19 -5
- package/dist/chunk-A4Z2YBEF.js.map +1 -0
- package/dist/{chunk-2MWTLYVP.cjs → chunk-BBC5EX5O.cjs} +17 -17
- package/dist/{chunk-2MWTLYVP.cjs.map → chunk-BBC5EX5O.cjs.map} +1 -1
- package/dist/{chunk-W5PG3IUJ.cjs → chunk-ECCQW5LN.cjs} +7 -4
- package/dist/chunk-ECCQW5LN.cjs.map +1 -0
- package/dist/{chunk-M2D6CZK2.cjs → chunk-FVK7HMQ5.cjs} +37 -37
- package/dist/{chunk-M2D6CZK2.cjs.map → chunk-FVK7HMQ5.cjs.map} +1 -1
- package/dist/{chunk-PYETPKTT.js → chunk-GJ2J3PYN.js} +3 -3
- package/dist/{chunk-PYETPKTT.js.map → chunk-GJ2J3PYN.js.map} +1 -1
- package/dist/{chunk-TF3GCIDK.cjs → chunk-HACH2NUM.cjs} +24 -13
- package/dist/chunk-HACH2NUM.cjs.map +1 -0
- package/dist/{chunk-PDQVVJCS.js → chunk-KW5LH6KV.js} +3 -3
- package/dist/{chunk-PDQVVJCS.js.map → chunk-KW5LH6KV.js.map} +1 -1
- package/dist/{chunk-WS2DKREI.cjs → chunk-MNUCVVIE.cjs} +168 -97
- package/dist/chunk-MNUCVVIE.cjs.map +1 -0
- package/dist/{chunk-CURTZGHY.js → chunk-RWLO6IFX.js} +19 -8
- package/dist/chunk-RWLO6IFX.js.map +1 -0
- package/dist/{chunk-V36WWMTF.cjs → chunk-UALMCHNW.cjs} +19 -5
- package/dist/chunk-UALMCHNW.cjs.map +1 -0
- package/dist/{chunk-JMWXQTE3.js → chunk-VLP323AD.js} +6 -3
- package/dist/chunk-VLP323AD.js.map +1 -0
- package/dist/{chunk-7WXE5SUS.js → chunk-WTTGPWMR.js} +92 -21
- package/dist/chunk-WTTGPWMR.js.map +1 -0
- package/dist/{chunk-PCDEJHWL.cjs → chunk-YNHOPYBK.cjs} +12 -12
- package/dist/{chunk-PCDEJHWL.cjs.map → chunk-YNHOPYBK.cjs.map} +1 -1
- package/dist/{chunk-FFXGZZGJ.js → chunk-YTSYRLGS.js} +5 -5
- package/dist/{chunk-FFXGZZGJ.js.map → chunk-YTSYRLGS.js.map} +1 -1
- package/dist/{chunk-E42K6UMM.js → chunk-YU2242AR.js} +5 -5
- package/dist/{chunk-E42K6UMM.js.map → chunk-YU2242AR.js.map} +1 -1
- package/dist/core/index.cjs +113 -113
- package/dist/core/index.js +11 -11
- package/dist/manager/index.cjs +239 -239
- package/dist/manager/index.js +6 -6
- package/dist/traveller/index.cjs +35 -35
- package/dist/traveller/index.js +5 -5
- package/package.json +2 -2
- package/dist/chunk-2SRBJ4H7.js.map +0 -1
- package/dist/chunk-7WXE5SUS.js.map +0 -1
- package/dist/chunk-CURTZGHY.js.map +0 -1
- package/dist/chunk-JMWXQTE3.js.map +0 -1
- package/dist/chunk-TF3GCIDK.cjs.map +0 -1
- package/dist/chunk-V36WWMTF.cjs.map +0 -1
- package/dist/chunk-W5PG3IUJ.cjs.map +0 -1
- package/dist/chunk-WS2DKREI.cjs.map +0 -1
package/dist/core/index.cjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
3
|
+
var chunkHACH2NUM_cjs = require('../chunk-HACH2NUM.cjs');
|
|
4
|
+
var chunkFVK7HMQ5_cjs = require('../chunk-FVK7HMQ5.cjs');
|
|
5
|
+
var chunkMNUCVVIE_cjs = require('../chunk-MNUCVVIE.cjs');
|
|
6
|
+
var chunkBBC5EX5O_cjs = require('../chunk-BBC5EX5O.cjs');
|
|
7
|
+
var chunk57SUK3GD_cjs = require('../chunk-57SUK3GD.cjs');
|
|
8
|
+
var chunkECCQW5LN_cjs = require('../chunk-ECCQW5LN.cjs');
|
|
9
|
+
var chunkUALMCHNW_cjs = require('../chunk-UALMCHNW.cjs');
|
|
10
10
|
var client = require('kaafil-js/client');
|
|
11
11
|
var react = require('react');
|
|
12
12
|
var reactDom = require('react-dom');
|
|
@@ -26,10 +26,10 @@ var NotImplementedError = class _NotImplementedError extends Error {
|
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
function useBlobStatus(blobId) {
|
|
29
|
-
const engine = react.useContext(
|
|
29
|
+
const engine = react.useContext(chunkUALMCHNW_cjs.OfflineEngineContext);
|
|
30
30
|
const [, forceRefresh] = react.useState(0);
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
chunkUALMCHNW_cjs.useOfflineEvent("sync.drained", () => forceRefresh((tick) => tick + 1));
|
|
32
|
+
chunkUALMCHNW_cjs.useOfflineEvent("sync.error", () => forceRefresh((tick) => tick + 1));
|
|
33
33
|
const record = engine?.blobs?.all().find((candidate) => candidate.id === blobId);
|
|
34
34
|
if (record === void 0) {
|
|
35
35
|
return { status: "pending", progress: void 0 };
|
|
@@ -38,7 +38,7 @@ function useBlobStatus(blobId) {
|
|
|
38
38
|
return { status, progress: void 0 };
|
|
39
39
|
}
|
|
40
40
|
function useFeedbackNps(scope) {
|
|
41
|
-
const client$1 =
|
|
41
|
+
const client$1 = chunkUALMCHNW_cjs.useKaafilClient();
|
|
42
42
|
const [summary, setSummary] = react.useState(void 0);
|
|
43
43
|
const [definitions, setDefinitions] = react.useState([]);
|
|
44
44
|
const [loaded, setLoaded] = react.useState(false);
|
|
@@ -68,7 +68,7 @@ function useFeedbackNps(scope) {
|
|
|
68
68
|
react.useEffect(() => {
|
|
69
69
|
void refresh();
|
|
70
70
|
}, [refresh]);
|
|
71
|
-
const dispatchMutation =
|
|
71
|
+
const dispatchMutation = chunkUALMCHNW_cjs.useOfflineMutation({
|
|
72
72
|
tripRef: scope.kind === "trip" ? scope.tripRef : "",
|
|
73
73
|
enqueue: (engine, input) => {
|
|
74
74
|
const formId = formIdRef.current;
|
|
@@ -112,14 +112,14 @@ function useFeedbackNps(scope) {
|
|
|
112
112
|
};
|
|
113
113
|
}
|
|
114
114
|
function useJourney(tripRef) {
|
|
115
|
-
const client =
|
|
116
|
-
const persona =
|
|
117
|
-
const { rows } =
|
|
115
|
+
const client = chunkUALMCHNW_cjs.useKaafilClient();
|
|
116
|
+
const persona = chunkUALMCHNW_cjs.usePersona();
|
|
117
|
+
const { rows } = chunkUALMCHNW_cjs.useCapabilityRows(tripRef);
|
|
118
118
|
const [read, setRead] = react.useState(void 0);
|
|
119
119
|
const [liveRows, setLiveRows] = react.useState(void 0);
|
|
120
120
|
react.useEffect(() => {
|
|
121
121
|
if (persona === "share") {
|
|
122
|
-
if (
|
|
122
|
+
if (chunkUALMCHNW_cjs.isDevelopment()) {
|
|
123
123
|
throw new Error(
|
|
124
124
|
"useJourney() was called from a share session \u2014 it is manager/agencyAdmin only (08-core-hooks.md \xA73.2)."
|
|
125
125
|
);
|
|
@@ -143,7 +143,7 @@ function useJourney(tripRef) {
|
|
|
143
143
|
const effectiveRows = liveRows ?? rows;
|
|
144
144
|
const capabilities = /* @__PURE__ */ new Map();
|
|
145
145
|
for (const row of effectiveRows) {
|
|
146
|
-
capabilities.set(row.capability,
|
|
146
|
+
capabilities.set(row.capability, chunkUALMCHNW_cjs.deriveCapabilityTriple(row));
|
|
147
147
|
}
|
|
148
148
|
return {
|
|
149
149
|
read,
|
|
@@ -158,12 +158,12 @@ function useJourney(tripRef) {
|
|
|
158
158
|
|
|
159
159
|
// src/core/hooks/useResolvedSetting.ts
|
|
160
160
|
function useResolvedSetting(key) {
|
|
161
|
-
const config =
|
|
161
|
+
const config = chunkUALMCHNW_cjs.useRequiredContext(chunkUALMCHNW_cjs.ConfigContext, "useResolvedSetting", "ConfigShell");
|
|
162
162
|
return config.resolveSetting(key);
|
|
163
163
|
}
|
|
164
164
|
function useSnapshotEntity(tripRef, listName, id) {
|
|
165
|
-
const engine = react.useContext(
|
|
166
|
-
const { rows } =
|
|
165
|
+
const engine = react.useContext(chunkUALMCHNW_cjs.OfflineEngineContext);
|
|
166
|
+
const { rows } = chunkMNUCVVIE_cjs.useSnapshotList(tripRef, listName);
|
|
167
167
|
const row = rows.find((candidate) => candidate.id === id);
|
|
168
168
|
const syncedAt = engine === null ? void 0 : engine.snapshot.syncedAt(tripRef, listName, id);
|
|
169
169
|
return { row, syncedAt };
|
|
@@ -171,8 +171,8 @@ function useSnapshotEntity(tripRef, listName, id) {
|
|
|
171
171
|
|
|
172
172
|
// src/core/hooks/useStaleness.ts
|
|
173
173
|
function useStaleness(tripRef, listName) {
|
|
174
|
-
const { syncedAt } =
|
|
175
|
-
const { now } =
|
|
174
|
+
const { syncedAt } = chunkMNUCVVIE_cjs.useSnapshotList(tripRef, listName);
|
|
175
|
+
const { now } = chunkECCQW5LN_cjs.useServerTime();
|
|
176
176
|
const thresholdSeconds = useResolvedSetting("stale.thresholdSeconds.default");
|
|
177
177
|
if (syncedAt === void 0) {
|
|
178
178
|
return { syncedAt: void 0, ageSeconds: void 0, isStale: false };
|
|
@@ -187,8 +187,8 @@ function useStaleness(tripRef, listName) {
|
|
|
187
187
|
return { syncedAt, ageSeconds, isStale };
|
|
188
188
|
}
|
|
189
189
|
var WALK_INS_PAGE_SIZE = 25;
|
|
190
|
-
var useTreksInternal =
|
|
191
|
-
const client$1 =
|
|
190
|
+
var useTreksInternal = chunkMNUCVVIE_cjs.createDomainHook("treks", (tripRef) => {
|
|
191
|
+
const client$1 = chunkUALMCHNW_cjs.useKaafilClient();
|
|
192
192
|
const [boardData, setBoardData] = react.useState(void 0);
|
|
193
193
|
const [boardLoaded, setBoardLoaded] = react.useState(false);
|
|
194
194
|
const [boardFetchFailed, setBoardFetchFailed] = react.useState(false);
|
|
@@ -266,7 +266,7 @@ var useTreksInternal = chunkWS2DKREI_cjs.createDomainHook("treks", (tripRef) =>
|
|
|
266
266
|
react.useEffect(() => {
|
|
267
267
|
void refreshMeta();
|
|
268
268
|
}, [refreshMeta]);
|
|
269
|
-
const createWalkInMutation =
|
|
269
|
+
const createWalkInMutation = chunkUALMCHNW_cjs.useOfflineMutation({
|
|
270
270
|
tripRef,
|
|
271
271
|
enqueue: (engine, input) => engine.enqueue({
|
|
272
272
|
tripRef,
|
|
@@ -279,7 +279,7 @@ var useTreksInternal = chunkWS2DKREI_cjs.createDomainHook("treks", (tripRef) =>
|
|
|
279
279
|
body: input
|
|
280
280
|
})
|
|
281
281
|
});
|
|
282
|
-
const postponeMutation =
|
|
282
|
+
const postponeMutation = chunkUALMCHNW_cjs.useOfflineMutation({
|
|
283
283
|
tripRef,
|
|
284
284
|
enqueue: (engine, input) => engine.enqueue({
|
|
285
285
|
tripRef,
|
|
@@ -289,7 +289,7 @@ var useTreksInternal = chunkWS2DKREI_cjs.createDomainHook("treks", (tripRef) =>
|
|
|
289
289
|
body: input
|
|
290
290
|
})
|
|
291
291
|
});
|
|
292
|
-
const reconcileMutation =
|
|
292
|
+
const reconcileMutation = chunkUALMCHNW_cjs.useOfflineMutation({
|
|
293
293
|
tripRef,
|
|
294
294
|
enqueue: (engine, { walkInId, input }) => engine.enqueue({
|
|
295
295
|
tripRef,
|
|
@@ -389,7 +389,7 @@ function ShadowIsolationBoundary({
|
|
|
389
389
|
}
|
|
390
390
|
function useDeskMinimumWidthWarning(rootRef, frame) {
|
|
391
391
|
react.useEffect(() => {
|
|
392
|
-
if (frame !== "desk" || !
|
|
392
|
+
if (frame !== "desk" || !chunkUALMCHNW_cjs.isDevelopment() || typeof ResizeObserver === "undefined") {
|
|
393
393
|
return;
|
|
394
394
|
}
|
|
395
395
|
const node = rootRef.current;
|
|
@@ -415,7 +415,7 @@ function useDeskMinimumWidthWarning(rootRef, frame) {
|
|
|
415
415
|
}
|
|
416
416
|
function useUnfilledConnectivitySlotWarning(frame, connectivitySlot) {
|
|
417
417
|
react.useEffect(() => {
|
|
418
|
-
if (frame === "field" && connectivitySlot === void 0 &&
|
|
418
|
+
if (frame === "field" && connectivitySlot === void 0 && chunkUALMCHNW_cjs.isDevelopment()) {
|
|
419
419
|
console.warn(
|
|
420
420
|
`kaafil-react-uikit: AppShell's "field" frame has no connectivitySlot filled \u2014 the permanently-visible connectivity/sync region this frame reserves is empty (01-app-shell.md, briefing \xA727.2).`
|
|
421
421
|
);
|
|
@@ -464,7 +464,7 @@ function AppShell({
|
|
|
464
464
|
className: "kf-root",
|
|
465
465
|
"data-kf-isolation": "shadow",
|
|
466
466
|
...dataAttributes,
|
|
467
|
-
style:
|
|
467
|
+
style: chunkUALMCHNW_cjs.tokenStyle(style),
|
|
468
468
|
children: /* @__PURE__ */ jsxRuntime.jsx(ShadowIsolationBoundary, { className: "kf-app-shell__shadow-host", children: content })
|
|
469
469
|
}
|
|
470
470
|
);
|
|
@@ -476,7 +476,7 @@ function AppShell({
|
|
|
476
476
|
className: "kf-root",
|
|
477
477
|
"data-kf-isolation": "scoped",
|
|
478
478
|
...dataAttributes,
|
|
479
|
-
style:
|
|
479
|
+
style: chunkUALMCHNW_cjs.tokenStyle(style),
|
|
480
480
|
children: content
|
|
481
481
|
}
|
|
482
482
|
);
|
|
@@ -495,10 +495,10 @@ function ConfigShell({ seedConfig = {}, children }) {
|
|
|
495
495
|
}),
|
|
496
496
|
[seedConfig.agency, seedConfig.tenant]
|
|
497
497
|
);
|
|
498
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
498
|
+
return /* @__PURE__ */ jsxRuntime.jsx(chunkUALMCHNW_cjs.ConfigContext.Provider, { value, children });
|
|
499
499
|
}
|
|
500
500
|
function classifyForFallback(error) {
|
|
501
|
-
const classification =
|
|
501
|
+
const classification = chunkMNUCVVIE_cjs.classifyError(error);
|
|
502
502
|
if (classification.code === "RESOURCE_NOT_FOUND") {
|
|
503
503
|
return { classification: "isolation", code: classification.code };
|
|
504
504
|
}
|
|
@@ -555,9 +555,9 @@ function OfflineShell({
|
|
|
555
555
|
scope,
|
|
556
556
|
children
|
|
557
557
|
}) {
|
|
558
|
-
const client = react.useContext(
|
|
559
|
-
const persona =
|
|
560
|
-
const session =
|
|
558
|
+
const client = react.useContext(chunkUALMCHNW_cjs.KaafilClientContext);
|
|
559
|
+
const persona = chunkUALMCHNW_cjs.usePersona();
|
|
560
|
+
const session = chunkUALMCHNW_cjs.useSession();
|
|
561
561
|
const reportExpired = react.useContext(SessionExpiryBridgeContext);
|
|
562
562
|
const [engine, setEngine] = react.useState(null);
|
|
563
563
|
const engineRef = react.useRef(null);
|
|
@@ -601,7 +601,7 @@ function OfflineShell({
|
|
|
601
601
|
}
|
|
602
602
|
};
|
|
603
603
|
}, [client, derivedScope, session.status, persona, reportExpired]);
|
|
604
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
604
|
+
return /* @__PURE__ */ jsxRuntime.jsx(chunkUALMCHNW_cjs.OfflineEngineContext.Provider, { value: engine, children });
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
// src/core/shells/internal/jwtKind.ts
|
|
@@ -721,14 +721,14 @@ function SessionShell(props) {
|
|
|
721
721
|
}, [environment, accessTokenDep, refreshTokenDep, agencyRefDep, shareTokenDep]);
|
|
722
722
|
if (state === null) {
|
|
723
723
|
return /* @__PURE__ */ jsxRuntime.jsx(SessionExpiryBridgeContext.Provider, { value: reportExpired, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
724
|
-
|
|
724
|
+
chunkUALMCHNW_cjs.SessionContext.Provider,
|
|
725
725
|
{
|
|
726
726
|
value: { status: "opening", persona: "manager", agencyRef: void 0, environment },
|
|
727
727
|
children
|
|
728
728
|
}
|
|
729
729
|
) });
|
|
730
730
|
}
|
|
731
|
-
return /* @__PURE__ */ jsxRuntime.jsx(SessionExpiryBridgeContext.Provider, { value: reportExpired, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
731
|
+
return /* @__PURE__ */ jsxRuntime.jsx(SessionExpiryBridgeContext.Provider, { value: reportExpired, children: /* @__PURE__ */ jsxRuntime.jsx(chunkUALMCHNW_cjs.KaafilClientContext.Provider, { value: state.client, children: /* @__PURE__ */ jsxRuntime.jsx(chunkUALMCHNW_cjs.SessionContext.Provider, { value: state.session, children }) }) });
|
|
732
732
|
}
|
|
733
733
|
function emit(onEvent, event) {
|
|
734
734
|
if (onEvent === void 0) {
|
|
@@ -740,8 +740,8 @@ function emit(onEvent, event) {
|
|
|
740
740
|
}
|
|
741
741
|
}
|
|
742
742
|
function TelemetryShell({ onEvent, children }) {
|
|
743
|
-
const session =
|
|
744
|
-
const serverTime =
|
|
743
|
+
const session = chunkUALMCHNW_cjs.useSession();
|
|
744
|
+
const serverTime = chunkECCQW5LN_cjs.useServerTime();
|
|
745
745
|
const previousStatusRef = react.useRef(void 0);
|
|
746
746
|
react.useEffect(() => {
|
|
747
747
|
const previousStatus = previousStatusRef.current;
|
|
@@ -815,7 +815,7 @@ function KaafilUIKitProvider(props) {
|
|
|
815
815
|
...credential
|
|
816
816
|
} = props;
|
|
817
817
|
const inner = /* @__PURE__ */ jsxRuntime.jsx(DefaultCapabilityViewsContext.Provider, { value: defaultCapabilityViews ?? {}, children: /* @__PURE__ */ jsxRuntime.jsx(ConfigShell, { seedConfig, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
818
|
-
|
|
818
|
+
chunk57SUK3GD_cjs.BrandShell,
|
|
819
819
|
{
|
|
820
820
|
appName: brand?.appName,
|
|
821
821
|
logo: brand?.logo,
|
|
@@ -825,7 +825,7 @@ function KaafilUIKitProvider(props) {
|
|
|
825
825
|
children: /* @__PURE__ */ jsxRuntime.jsx(TelemetryShell, { onEvent, children })
|
|
826
826
|
}
|
|
827
827
|
) }) });
|
|
828
|
-
return /* @__PURE__ */ jsxRuntime.jsx(ErrorShell, { children: /* @__PURE__ */ jsxRuntime.jsx(ThemeShell, { theme, density, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
828
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ErrorShell, { children: /* @__PURE__ */ jsxRuntime.jsx(ThemeShell, { theme, density, children: /* @__PURE__ */ jsxRuntime.jsx(chunkUALMCHNW_cjs.I18nShell, { locale, children: /* @__PURE__ */ jsxRuntime.jsx(AppShell, { isolation, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
829
829
|
SessionShell,
|
|
830
830
|
{
|
|
831
831
|
...credential,
|
|
@@ -894,20 +894,20 @@ function detectHazards() {
|
|
|
894
894
|
function HostCssCompatibilityProbe({
|
|
895
895
|
style
|
|
896
896
|
} = {}) {
|
|
897
|
-
const chrome =
|
|
897
|
+
const chrome = chunkUALMCHNW_cjs.useKaafilChrome();
|
|
898
898
|
const [hazards, setHazards] = react.useState(null);
|
|
899
899
|
react.useEffect(() => {
|
|
900
|
-
if (
|
|
900
|
+
if (chunkUALMCHNW_cjs.isDevelopment()) {
|
|
901
901
|
setHazards(detectHazards());
|
|
902
902
|
}
|
|
903
903
|
}, []);
|
|
904
|
-
if (!
|
|
904
|
+
if (!chunkUALMCHNW_cjs.isDevelopment() || hazards === null) {
|
|
905
905
|
return null;
|
|
906
906
|
}
|
|
907
907
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
908
908
|
"div",
|
|
909
909
|
{
|
|
910
|
-
style:
|
|
910
|
+
style: chunkUALMCHNW_cjs.tokenStyle(style, {
|
|
911
911
|
border: "1px solid #999",
|
|
912
912
|
padding: "0.75rem",
|
|
913
913
|
borderRadius: "4px"
|
|
@@ -928,14 +928,14 @@ function KaafilSessionProbe({
|
|
|
928
928
|
expectedEnvironment,
|
|
929
929
|
style
|
|
930
930
|
}) {
|
|
931
|
-
const session =
|
|
932
|
-
const chrome =
|
|
931
|
+
const session = chunkUALMCHNW_cjs.useSession();
|
|
932
|
+
const chrome = chunkUALMCHNW_cjs.useKaafilChrome();
|
|
933
933
|
if (session.status === "expired") {
|
|
934
934
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
935
935
|
"div",
|
|
936
936
|
{
|
|
937
937
|
role: "status",
|
|
938
|
-
style:
|
|
938
|
+
style: chunkUALMCHNW_cjs.tokenStyle(style, {
|
|
939
939
|
border: "1px solid #c00",
|
|
940
940
|
padding: "0.75rem",
|
|
941
941
|
borderRadius: "4px"
|
|
@@ -949,7 +949,7 @@ function KaafilSessionProbe({
|
|
|
949
949
|
"div",
|
|
950
950
|
{
|
|
951
951
|
role: "status",
|
|
952
|
-
style:
|
|
952
|
+
style: chunkUALMCHNW_cjs.tokenStyle(style, {
|
|
953
953
|
border: "1px solid #c00",
|
|
954
954
|
padding: "0.75rem",
|
|
955
955
|
borderRadius: "4px"
|
|
@@ -966,12 +966,12 @@ function KaafilSessionProbe({
|
|
|
966
966
|
);
|
|
967
967
|
}
|
|
968
968
|
if (session.status === "opening") {
|
|
969
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { role: "status", style:
|
|
969
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { role: "status", style: chunkUALMCHNW_cjs.tokenStyle(style), children: chrome.t("chrome.loading") });
|
|
970
970
|
}
|
|
971
971
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
972
972
|
"div",
|
|
973
973
|
{
|
|
974
|
-
style:
|
|
974
|
+
style: chunkUALMCHNW_cjs.tokenStyle(style, {
|
|
975
975
|
border: "1px solid #0a0",
|
|
976
976
|
padding: "0.75rem",
|
|
977
977
|
borderRadius: "4px"
|
|
@@ -995,243 +995,243 @@ function KaafilSessionProbe({
|
|
|
995
995
|
|
|
996
996
|
Object.defineProperty(exports, "useConflicts", {
|
|
997
997
|
enumerable: true,
|
|
998
|
-
get: function () { return
|
|
998
|
+
get: function () { return chunkHACH2NUM_cjs.useConflicts; }
|
|
999
999
|
});
|
|
1000
1000
|
Object.defineProperty(exports, "useManagerMe", {
|
|
1001
1001
|
enumerable: true,
|
|
1002
|
-
get: function () { return
|
|
1002
|
+
get: function () { return chunkHACH2NUM_cjs.useManagerMe; }
|
|
1003
1003
|
});
|
|
1004
1004
|
Object.defineProperty(exports, "useNotifications", {
|
|
1005
1005
|
enumerable: true,
|
|
1006
|
-
get: function () { return
|
|
1006
|
+
get: function () { return chunkHACH2NUM_cjs.useNotifications; }
|
|
1007
1007
|
});
|
|
1008
1008
|
Object.defineProperty(exports, "CLOSEOUT_ACTION_TAB", {
|
|
1009
1009
|
enumerable: true,
|
|
1010
|
-
get: function () { return
|
|
1010
|
+
get: function () { return chunkFVK7HMQ5_cjs.CLOSEOUT_ACTION_TAB; }
|
|
1011
1011
|
});
|
|
1012
1012
|
Object.defineProperty(exports, "fromSearchParams", {
|
|
1013
1013
|
enumerable: true,
|
|
1014
|
-
get: function () { return
|
|
1014
|
+
get: function () { return chunkFVK7HMQ5_cjs.fromSearchParams; }
|
|
1015
1015
|
});
|
|
1016
1016
|
Object.defineProperty(exports, "isTripTabKey", {
|
|
1017
1017
|
enumerable: true,
|
|
1018
|
-
get: function () { return
|
|
1018
|
+
get: function () { return chunkFVK7HMQ5_cjs.isTripTabKey; }
|
|
1019
1019
|
});
|
|
1020
1020
|
Object.defineProperty(exports, "resolveBlockerDeepLink", {
|
|
1021
1021
|
enumerable: true,
|
|
1022
|
-
get: function () { return
|
|
1022
|
+
get: function () { return chunkFVK7HMQ5_cjs.resolveBlockerDeepLink; }
|
|
1023
1023
|
});
|
|
1024
1024
|
Object.defineProperty(exports, "toSearchParams", {
|
|
1025
1025
|
enumerable: true,
|
|
1026
|
-
get: function () { return
|
|
1026
|
+
get: function () { return chunkFVK7HMQ5_cjs.toSearchParams; }
|
|
1027
1027
|
});
|
|
1028
1028
|
Object.defineProperty(exports, "useAgencyAdminMe", {
|
|
1029
1029
|
enumerable: true,
|
|
1030
|
-
get: function () { return
|
|
1030
|
+
get: function () { return chunkFVK7HMQ5_cjs.useAgencyAdminMe; }
|
|
1031
1031
|
});
|
|
1032
1032
|
Object.defineProperty(exports, "useAgencyChecklistTemplates", {
|
|
1033
1033
|
enumerable: true,
|
|
1034
|
-
get: function () { return
|
|
1034
|
+
get: function () { return chunkFVK7HMQ5_cjs.useAgencyChecklistTemplates; }
|
|
1035
1035
|
});
|
|
1036
1036
|
Object.defineProperty(exports, "useAgencyForms", {
|
|
1037
1037
|
enumerable: true,
|
|
1038
|
-
get: function () { return
|
|
1038
|
+
get: function () { return chunkFVK7HMQ5_cjs.useAgencyForms; }
|
|
1039
1039
|
});
|
|
1040
1040
|
Object.defineProperty(exports, "useAgencyJourneyTriggers", {
|
|
1041
1041
|
enumerable: true,
|
|
1042
|
-
get: function () { return
|
|
1042
|
+
get: function () { return chunkFVK7HMQ5_cjs.useAgencyJourneyTriggers; }
|
|
1043
1043
|
});
|
|
1044
1044
|
Object.defineProperty(exports, "useAgencyManagerProfile", {
|
|
1045
1045
|
enumerable: true,
|
|
1046
|
-
get: function () { return
|
|
1046
|
+
get: function () { return chunkFVK7HMQ5_cjs.useAgencyManagerProfile; }
|
|
1047
1047
|
});
|
|
1048
1048
|
Object.defineProperty(exports, "useAgencySettings", {
|
|
1049
1049
|
enumerable: true,
|
|
1050
|
-
get: function () { return
|
|
1050
|
+
get: function () { return chunkFVK7HMQ5_cjs.useAgencySettings; }
|
|
1051
1051
|
});
|
|
1052
1052
|
Object.defineProperty(exports, "useAgencyTrip", {
|
|
1053
1053
|
enumerable: true,
|
|
1054
|
-
get: function () { return
|
|
1054
|
+
get: function () { return chunkFVK7HMQ5_cjs.useAgencyTrip; }
|
|
1055
1055
|
});
|
|
1056
1056
|
Object.defineProperty(exports, "useAgencyTripManifest", {
|
|
1057
1057
|
enumerable: true,
|
|
1058
|
-
get: function () { return
|
|
1058
|
+
get: function () { return chunkFVK7HMQ5_cjs.useAgencyTripManifest; }
|
|
1059
1059
|
});
|
|
1060
1060
|
Object.defineProperty(exports, "useAgencyTrips", {
|
|
1061
1061
|
enumerable: true,
|
|
1062
|
-
get: function () { return
|
|
1062
|
+
get: function () { return chunkFVK7HMQ5_cjs.useAgencyTrips; }
|
|
1063
1063
|
});
|
|
1064
1064
|
Object.defineProperty(exports, "useBookings", {
|
|
1065
1065
|
enumerable: true,
|
|
1066
|
-
get: function () { return
|
|
1066
|
+
get: function () { return chunkFVK7HMQ5_cjs.useBookings; }
|
|
1067
1067
|
});
|
|
1068
1068
|
Object.defineProperty(exports, "useCapabilityStatuses", {
|
|
1069
1069
|
enumerable: true,
|
|
1070
|
-
get: function () { return
|
|
1070
|
+
get: function () { return chunkFVK7HMQ5_cjs.useCapabilityStatuses; }
|
|
1071
1071
|
});
|
|
1072
1072
|
Object.defineProperty(exports, "useDirectories", {
|
|
1073
1073
|
enumerable: true,
|
|
1074
|
-
get: function () { return
|
|
1074
|
+
get: function () { return chunkFVK7HMQ5_cjs.useDirectories; }
|
|
1075
1075
|
});
|
|
1076
1076
|
Object.defineProperty(exports, "usePaginatedList", {
|
|
1077
1077
|
enumerable: true,
|
|
1078
|
-
get: function () { return
|
|
1078
|
+
get: function () { return chunkFVK7HMQ5_cjs.usePaginatedList; }
|
|
1079
1079
|
});
|
|
1080
1080
|
Object.defineProperty(exports, "useShareLinks", {
|
|
1081
1081
|
enumerable: true,
|
|
1082
|
-
get: function () { return
|
|
1082
|
+
get: function () { return chunkFVK7HMQ5_cjs.useShareLinks; }
|
|
1083
1083
|
});
|
|
1084
1084
|
Object.defineProperty(exports, "useTravellerFormResponses", {
|
|
1085
1085
|
enumerable: true,
|
|
1086
|
-
get: function () { return
|
|
1086
|
+
get: function () { return chunkFVK7HMQ5_cjs.useTravellerFormResponses; }
|
|
1087
1087
|
});
|
|
1088
1088
|
Object.defineProperty(exports, "ERROR_HANDLING_PATH", {
|
|
1089
1089
|
enumerable: true,
|
|
1090
|
-
get: function () { return
|
|
1090
|
+
get: function () { return chunkMNUCVVIE_cjs.ERROR_HANDLING_PATH; }
|
|
1091
1091
|
});
|
|
1092
1092
|
Object.defineProperty(exports, "classifyError", {
|
|
1093
1093
|
enumerable: true,
|
|
1094
|
-
get: function () { return
|
|
1094
|
+
get: function () { return chunkMNUCVVIE_cjs.classifyError; }
|
|
1095
1095
|
});
|
|
1096
1096
|
Object.defineProperty(exports, "useChecklists", {
|
|
1097
1097
|
enumerable: true,
|
|
1098
|
-
get: function () { return
|
|
1098
|
+
get: function () { return chunkMNUCVVIE_cjs.useChecklists; }
|
|
1099
1099
|
});
|
|
1100
1100
|
Object.defineProperty(exports, "useCloseout", {
|
|
1101
1101
|
enumerable: true,
|
|
1102
|
-
get: function () { return
|
|
1102
|
+
get: function () { return chunkMNUCVVIE_cjs.useCloseout; }
|
|
1103
1103
|
});
|
|
1104
1104
|
Object.defineProperty(exports, "useCollections", {
|
|
1105
1105
|
enumerable: true,
|
|
1106
|
-
get: function () { return
|
|
1106
|
+
get: function () { return chunkMNUCVVIE_cjs.useCollections; }
|
|
1107
1107
|
});
|
|
1108
1108
|
Object.defineProperty(exports, "useExpenses", {
|
|
1109
1109
|
enumerable: true,
|
|
1110
|
-
get: function () { return
|
|
1110
|
+
get: function () { return chunkMNUCVVIE_cjs.useExpenses; }
|
|
1111
1111
|
});
|
|
1112
1112
|
Object.defineProperty(exports, "useFiles", {
|
|
1113
1113
|
enumerable: true,
|
|
1114
|
-
get: function () { return
|
|
1114
|
+
get: function () { return chunkMNUCVVIE_cjs.useFiles; }
|
|
1115
1115
|
});
|
|
1116
1116
|
Object.defineProperty(exports, "useFloat", {
|
|
1117
1117
|
enumerable: true,
|
|
1118
|
-
get: function () { return
|
|
1118
|
+
get: function () { return chunkMNUCVVIE_cjs.useFloat; }
|
|
1119
1119
|
});
|
|
1120
1120
|
Object.defineProperty(exports, "useForms", {
|
|
1121
1121
|
enumerable: true,
|
|
1122
|
-
get: function () { return
|
|
1122
|
+
get: function () { return chunkMNUCVVIE_cjs.useForms; }
|
|
1123
1123
|
});
|
|
1124
1124
|
Object.defineProperty(exports, "useItinerary", {
|
|
1125
1125
|
enumerable: true,
|
|
1126
|
-
get: function () { return
|
|
1126
|
+
get: function () { return chunkMNUCVVIE_cjs.useItinerary; }
|
|
1127
1127
|
});
|
|
1128
1128
|
Object.defineProperty(exports, "useManagerToday", {
|
|
1129
1129
|
enumerable: true,
|
|
1130
|
-
get: function () { return
|
|
1130
|
+
get: function () { return chunkMNUCVVIE_cjs.useManagerToday; }
|
|
1131
1131
|
});
|
|
1132
1132
|
Object.defineProperty(exports, "useManagers", {
|
|
1133
1133
|
enumerable: true,
|
|
1134
|
-
get: function () { return
|
|
1134
|
+
get: function () { return chunkMNUCVVIE_cjs.useManagers; }
|
|
1135
1135
|
});
|
|
1136
1136
|
Object.defineProperty(exports, "useParties", {
|
|
1137
1137
|
enumerable: true,
|
|
1138
|
-
get: function () { return
|
|
1138
|
+
get: function () { return chunkMNUCVVIE_cjs.useParties; }
|
|
1139
1139
|
});
|
|
1140
1140
|
Object.defineProperty(exports, "usePickups", {
|
|
1141
1141
|
enumerable: true,
|
|
1142
|
-
get: function () { return
|
|
1142
|
+
get: function () { return chunkMNUCVVIE_cjs.usePickups; }
|
|
1143
1143
|
});
|
|
1144
1144
|
Object.defineProperty(exports, "useRooming", {
|
|
1145
1145
|
enumerable: true,
|
|
1146
|
-
get: function () { return
|
|
1146
|
+
get: function () { return chunkMNUCVVIE_cjs.useRooming; }
|
|
1147
1147
|
});
|
|
1148
1148
|
Object.defineProperty(exports, "useSeating", {
|
|
1149
1149
|
enumerable: true,
|
|
1150
|
-
get: function () { return
|
|
1150
|
+
get: function () { return chunkMNUCVVIE_cjs.useSeating; }
|
|
1151
1151
|
});
|
|
1152
1152
|
Object.defineProperty(exports, "useSnapshotList", {
|
|
1153
1153
|
enumerable: true,
|
|
1154
|
-
get: function () { return
|
|
1154
|
+
get: function () { return chunkMNUCVVIE_cjs.useSnapshotList; }
|
|
1155
1155
|
});
|
|
1156
1156
|
Object.defineProperty(exports, "useTravellerProfile", {
|
|
1157
1157
|
enumerable: true,
|
|
1158
|
-
get: function () { return
|
|
1158
|
+
get: function () { return chunkMNUCVVIE_cjs.useTravellerProfile; }
|
|
1159
1159
|
});
|
|
1160
1160
|
Object.defineProperty(exports, "useVendors", {
|
|
1161
1161
|
enumerable: true,
|
|
1162
|
-
get: function () { return
|
|
1162
|
+
get: function () { return chunkMNUCVVIE_cjs.useVendors; }
|
|
1163
1163
|
});
|
|
1164
1164
|
Object.defineProperty(exports, "useShareForms", {
|
|
1165
1165
|
enumerable: true,
|
|
1166
|
-
get: function () { return
|
|
1166
|
+
get: function () { return chunkBBC5EX5O_cjs.useShareForms; }
|
|
1167
1167
|
});
|
|
1168
1168
|
Object.defineProperty(exports, "useShareSnapshot", {
|
|
1169
1169
|
enumerable: true,
|
|
1170
|
-
get: function () { return
|
|
1170
|
+
get: function () { return chunkBBC5EX5O_cjs.useShareSnapshot; }
|
|
1171
1171
|
});
|
|
1172
1172
|
Object.defineProperty(exports, "BrandShell", {
|
|
1173
1173
|
enumerable: true,
|
|
1174
|
-
get: function () { return
|
|
1174
|
+
get: function () { return chunk57SUK3GD_cjs.BrandShell; }
|
|
1175
1175
|
});
|
|
1176
1176
|
Object.defineProperty(exports, "useKaafilBrand", {
|
|
1177
1177
|
enumerable: true,
|
|
1178
|
-
get: function () { return
|
|
1178
|
+
get: function () { return chunk57SUK3GD_cjs.useKaafilBrand; }
|
|
1179
1179
|
});
|
|
1180
1180
|
Object.defineProperty(exports, "useKaafilShareMeta", {
|
|
1181
1181
|
enumerable: true,
|
|
1182
|
-
get: function () { return
|
|
1182
|
+
get: function () { return chunk57SUK3GD_cjs.useKaafilShareMeta; }
|
|
1183
1183
|
});
|
|
1184
1184
|
Object.defineProperty(exports, "useOfflineEngine", {
|
|
1185
1185
|
enumerable: true,
|
|
1186
|
-
get: function () { return
|
|
1186
|
+
get: function () { return chunk57SUK3GD_cjs.useOfflineEngine; }
|
|
1187
1187
|
});
|
|
1188
1188
|
Object.defineProperty(exports, "useServerTime", {
|
|
1189
1189
|
enumerable: true,
|
|
1190
|
-
get: function () { return
|
|
1190
|
+
get: function () { return chunkECCQW5LN_cjs.useServerTime; }
|
|
1191
1191
|
});
|
|
1192
1192
|
Object.defineProperty(exports, "I18nShell", {
|
|
1193
1193
|
enumerable: true,
|
|
1194
|
-
get: function () { return
|
|
1194
|
+
get: function () { return chunkUALMCHNW_cjs.I18nShell; }
|
|
1195
1195
|
});
|
|
1196
1196
|
Object.defineProperty(exports, "createRegistry", {
|
|
1197
1197
|
enumerable: true,
|
|
1198
|
-
get: function () { return
|
|
1198
|
+
get: function () { return chunkUALMCHNW_cjs.createRegistry; }
|
|
1199
1199
|
});
|
|
1200
1200
|
Object.defineProperty(exports, "useCapabilities", {
|
|
1201
1201
|
enumerable: true,
|
|
1202
|
-
get: function () { return
|
|
1202
|
+
get: function () { return chunkUALMCHNW_cjs.useCapabilities; }
|
|
1203
1203
|
});
|
|
1204
1204
|
Object.defineProperty(exports, "useCapability", {
|
|
1205
1205
|
enumerable: true,
|
|
1206
|
-
get: function () { return
|
|
1206
|
+
get: function () { return chunkUALMCHNW_cjs.useCapability; }
|
|
1207
1207
|
});
|
|
1208
1208
|
Object.defineProperty(exports, "useKaafilChrome", {
|
|
1209
1209
|
enumerable: true,
|
|
1210
|
-
get: function () { return
|
|
1210
|
+
get: function () { return chunkUALMCHNW_cjs.useKaafilChrome; }
|
|
1211
1211
|
});
|
|
1212
1212
|
Object.defineProperty(exports, "useKaafilClient", {
|
|
1213
1213
|
enumerable: true,
|
|
1214
|
-
get: function () { return
|
|
1214
|
+
get: function () { return chunkUALMCHNW_cjs.useKaafilClient; }
|
|
1215
1215
|
});
|
|
1216
1216
|
Object.defineProperty(exports, "useOfflineEvent", {
|
|
1217
1217
|
enumerable: true,
|
|
1218
|
-
get: function () { return
|
|
1218
|
+
get: function () { return chunkUALMCHNW_cjs.useOfflineEvent; }
|
|
1219
1219
|
});
|
|
1220
1220
|
Object.defineProperty(exports, "useOfflineMutation", {
|
|
1221
1221
|
enumerable: true,
|
|
1222
|
-
get: function () { return
|
|
1222
|
+
get: function () { return chunkUALMCHNW_cjs.useOfflineMutation; }
|
|
1223
1223
|
});
|
|
1224
1224
|
Object.defineProperty(exports, "useOutboxStatus", {
|
|
1225
1225
|
enumerable: true,
|
|
1226
|
-
get: function () { return
|
|
1226
|
+
get: function () { return chunkUALMCHNW_cjs.useOutboxStatus; }
|
|
1227
1227
|
});
|
|
1228
1228
|
Object.defineProperty(exports, "usePersona", {
|
|
1229
1229
|
enumerable: true,
|
|
1230
|
-
get: function () { return
|
|
1230
|
+
get: function () { return chunkUALMCHNW_cjs.usePersona; }
|
|
1231
1231
|
});
|
|
1232
1232
|
Object.defineProperty(exports, "useSession", {
|
|
1233
1233
|
enumerable: true,
|
|
1234
|
-
get: function () { return
|
|
1234
|
+
get: function () { return chunkUALMCHNW_cjs.useSession; }
|
|
1235
1235
|
});
|
|
1236
1236
|
Object.defineProperty(exports, "UnsatisfiableSchemeError", {
|
|
1237
1237
|
enumerable: true,
|
package/dist/core/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { useConflicts, useManagerMe, useNotifications } from '../chunk-
|
|
2
|
-
export { CLOSEOUT_ACTION_TAB, fromSearchParams, isTripTabKey, resolveBlockerDeepLink, toSearchParams, useAgencyAdminMe, useAgencyChecklistTemplates, useAgencyForms, useAgencyJourneyTriggers, useAgencyManagerProfile, useAgencySettings, useAgencyTrip, useAgencyTripManifest, useAgencyTrips, useBookings, useCapabilityStatuses, useDirectories, usePaginatedList, useShareLinks, useTravellerFormResponses } from '../chunk-
|
|
3
|
-
import { createDomainHook, useSnapshotList, classifyError } from '../chunk-
|
|
4
|
-
export { ERROR_HANDLING_PATH, classifyError, useChecklists, useCloseout, useCollections, useExpenses, useFiles, useFloat, useForms, useItinerary, useManagerToday, useManagers, useParties, usePickups, useRooming, useSeating, useSnapshotList, useTravellerProfile, useVendors } from '../chunk-
|
|
5
|
-
export { useShareForms, useShareSnapshot } from '../chunk-
|
|
6
|
-
import { BrandShell } from '../chunk-
|
|
7
|
-
export { BrandShell, useKaafilBrand, useKaafilShareMeta, useOfflineEngine } from '../chunk-
|
|
8
|
-
import { useServerTime } from '../chunk-
|
|
9
|
-
export { useServerTime } from '../chunk-
|
|
10
|
-
import { useKaafilClient, useOfflineMutation, OfflineEngineContext, useOfflineEvent, usePersona, useCapabilityRows, isDevelopment, deriveCapabilityTriple, useRequiredContext, ConfigContext, tokenStyle, KaafilClientContext, useSession, SessionContext, I18nShell, useKaafilChrome } from '../chunk-
|
|
11
|
-
export { I18nShell, createRegistry, useCapabilities, useCapability, useKaafilChrome, useKaafilClient, useOfflineEvent, useOfflineMutation, useOutboxStatus, usePersona, useSession } from '../chunk-
|
|
1
|
+
export { useConflicts, useManagerMe, useNotifications } from '../chunk-RWLO6IFX.js';
|
|
2
|
+
export { CLOSEOUT_ACTION_TAB, fromSearchParams, isTripTabKey, resolveBlockerDeepLink, toSearchParams, useAgencyAdminMe, useAgencyChecklistTemplates, useAgencyForms, useAgencyJourneyTriggers, useAgencyManagerProfile, useAgencySettings, useAgencyTrip, useAgencyTripManifest, useAgencyTrips, useBookings, useCapabilityStatuses, useDirectories, usePaginatedList, useShareLinks, useTravellerFormResponses } from '../chunk-YTSYRLGS.js';
|
|
3
|
+
import { createDomainHook, useSnapshotList, classifyError } from '../chunk-WTTGPWMR.js';
|
|
4
|
+
export { ERROR_HANDLING_PATH, classifyError, useChecklists, useCloseout, useCollections, useExpenses, useFiles, useFloat, useForms, useItinerary, useManagerToday, useManagers, useParties, usePickups, useRooming, useSeating, useSnapshotList, useTravellerProfile, useVendors } from '../chunk-WTTGPWMR.js';
|
|
5
|
+
export { useShareForms, useShareSnapshot } from '../chunk-YU2242AR.js';
|
|
6
|
+
import { BrandShell } from '../chunk-KW5LH6KV.js';
|
|
7
|
+
export { BrandShell, useKaafilBrand, useKaafilShareMeta, useOfflineEngine } from '../chunk-KW5LH6KV.js';
|
|
8
|
+
import { useServerTime } from '../chunk-VLP323AD.js';
|
|
9
|
+
export { useServerTime } from '../chunk-VLP323AD.js';
|
|
10
|
+
import { useKaafilClient, useOfflineMutation, OfflineEngineContext, useOfflineEvent, usePersona, useCapabilityRows, isDevelopment, deriveCapabilityTriple, useRequiredContext, ConfigContext, tokenStyle, KaafilClientContext, useSession, SessionContext, I18nShell, useKaafilChrome } from '../chunk-A4Z2YBEF.js';
|
|
11
|
+
export { I18nShell, createRegistry, useCapabilities, useCapability, useKaafilChrome, useKaafilClient, useOfflineEvent, useOfflineMutation, useOutboxStatus, usePersona, useSession } from '../chunk-A4Z2YBEF.js';
|
|
12
12
|
import { SyncOpMethod, KaafilClient } from 'kaafil-js/client';
|
|
13
13
|
export { UnsatisfiableSchemeError } from 'kaafil-js/client';
|
|
14
14
|
import { useState, useCallback, useEffect, createContext, useContext, useRef, useMemo, Component, Fragment } from 'react';
|