kaafil-react-uikit 0.4.0 → 0.4.1
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/CHANGELOG.md +8 -0
- package/dist/admin/index.cjs +345 -345
- package/dist/admin/index.js +5 -5
- package/dist/{chunk-XBLAVNP3.cjs → chunk-2D4Y4LOT.cjs} +40 -40
- package/dist/{chunk-XBLAVNP3.cjs.map → chunk-2D4Y4LOT.cjs.map} +1 -1
- package/dist/{chunk-CLHAJBJS.js → chunk-2JABR4FF.js} +3 -3
- package/dist/{chunk-CLHAJBJS.js.map → chunk-2JABR4FF.js.map} +1 -1
- package/dist/{chunk-7356B6YS.cjs → chunk-4LZXDRAD.cjs} +12 -12
- package/dist/{chunk-7356B6YS.cjs.map → chunk-4LZXDRAD.cjs.map} +1 -1
- package/dist/{chunk-3BEQYIFU.js → chunk-5DVTAEQC.js} +5 -5
- package/dist/{chunk-3BEQYIFU.js.map → chunk-5DVTAEQC.js.map} +1 -1
- package/dist/{chunk-7G6IENKN.js → chunk-ABWNV4N4.js} +4 -4
- package/dist/{chunk-7G6IENKN.js.map → chunk-ABWNV4N4.js.map} +1 -1
- package/dist/{chunk-E6ER25BG.js → chunk-BUE2GJDN.js} +3 -3
- package/dist/{chunk-E6ER25BG.js.map → chunk-BUE2GJDN.js.map} +1 -1
- package/dist/{chunk-3N2EQ2KC.cjs → chunk-CCJ5XNWY.cjs} +4 -4
- package/dist/chunk-CCJ5XNWY.cjs.map +1 -0
- package/dist/{chunk-RBIEMGHT.js → chunk-DABF4PUI.js} +3 -3
- package/dist/{chunk-RBIEMGHT.js.map → chunk-DABF4PUI.js.map} +1 -1
- package/dist/{chunk-KETEED2T.cjs → chunk-DDSNXKFN.cjs} +9 -9
- package/dist/{chunk-KETEED2T.cjs.map → chunk-DDSNXKFN.cjs.map} +1 -1
- package/dist/{chunk-6BY2NPBZ.cjs → chunk-DUZG6A22.cjs} +4 -4
- package/dist/{chunk-6BY2NPBZ.cjs.map → chunk-DUZG6A22.cjs.map} +1 -1
- package/dist/{chunk-WPQB7JWS.js → chunk-EP4VCID7.js} +3 -3
- package/dist/{chunk-WPQB7JWS.js.map → chunk-EP4VCID7.js.map} +1 -1
- package/dist/{chunk-4QYI7TOF.cjs → chunk-KDGBJPPZ.cjs} +7 -7
- package/dist/{chunk-4QYI7TOF.cjs.map → chunk-KDGBJPPZ.cjs.map} +1 -1
- package/dist/{chunk-2XW5EIMS.cjs → chunk-TPBKRXEB.cjs} +17 -17
- package/dist/{chunk-2XW5EIMS.cjs.map → chunk-TPBKRXEB.cjs.map} +1 -1
- package/dist/{chunk-KTEXDGAA.js → chunk-TV5QTT44.js} +3 -3
- package/dist/{chunk-KTEXDGAA.js.map → chunk-TV5QTT44.js.map} +1 -1
- package/dist/{chunk-2LMFSKZU.js → chunk-VAJ4D7EF.js} +5 -5
- package/dist/{chunk-2LMFSKZU.js.map → chunk-VAJ4D7EF.js.map} +1 -1
- package/dist/{chunk-A7C74SJT.cjs → chunk-XBYLSJOS.cjs} +83 -83
- package/dist/{chunk-A7C74SJT.cjs.map → chunk-XBYLSJOS.cjs.map} +1 -1
- package/dist/core/index.cjs +114 -114
- package/dist/core/index.js +12 -12
- 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 +1 -1
- package/dist/chunk-3N2EQ2KC.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 chunkDDSNXKFN_cjs = require('../chunk-DDSNXKFN.cjs');
|
|
4
|
+
var chunk2D4Y4LOT_cjs = require('../chunk-2D4Y4LOT.cjs');
|
|
5
|
+
var chunkXBYLSJOS_cjs = require('../chunk-XBYLSJOS.cjs');
|
|
6
|
+
var chunkTPBKRXEB_cjs = require('../chunk-TPBKRXEB.cjs');
|
|
7
|
+
var chunkKDGBJPPZ_cjs = require('../chunk-KDGBJPPZ.cjs');
|
|
8
|
+
var chunkDUZG6A22_cjs = require('../chunk-DUZG6A22.cjs');
|
|
9
|
+
var chunkCCJ5XNWY_cjs = require('../chunk-CCJ5XNWY.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(chunkCCJ5XNWY_cjs.OfflineEngineContext);
|
|
30
30
|
const [, forceRefresh] = react.useState(0);
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
chunkCCJ5XNWY_cjs.useOfflineEvent("sync.drained", () => forceRefresh((tick) => tick + 1));
|
|
32
|
+
chunkCCJ5XNWY_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 = chunkCCJ5XNWY_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 = chunkCCJ5XNWY_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 = chunkCCJ5XNWY_cjs.useKaafilClient();
|
|
116
|
+
const persona = chunkCCJ5XNWY_cjs.usePersona();
|
|
117
|
+
const { rows } = chunkCCJ5XNWY_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 (chunkCCJ5XNWY_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, chunkCCJ5XNWY_cjs.deriveCapabilityTriple(row));
|
|
147
147
|
}
|
|
148
148
|
return {
|
|
149
149
|
read,
|
|
@@ -156,8 +156,8 @@ function useJourney(tripRef) {
|
|
|
156
156
|
};
|
|
157
157
|
}
|
|
158
158
|
function useSnapshotEntity(tripRef, listName, id) {
|
|
159
|
-
const engine = react.useContext(
|
|
160
|
-
const { rows } =
|
|
159
|
+
const engine = react.useContext(chunkCCJ5XNWY_cjs.OfflineEngineContext);
|
|
160
|
+
const { rows } = chunkXBYLSJOS_cjs.useSnapshotList(tripRef, listName);
|
|
161
161
|
const row = rows.find((candidate) => candidate.id === id);
|
|
162
162
|
const syncedAt = engine === null ? void 0 : engine.snapshot.syncedAt(tripRef, listName, id);
|
|
163
163
|
return { row, syncedAt };
|
|
@@ -165,9 +165,9 @@ function useSnapshotEntity(tripRef, listName, id) {
|
|
|
165
165
|
|
|
166
166
|
// src/core/hooks/useStaleness.ts
|
|
167
167
|
function useStaleness(tripRef, listName) {
|
|
168
|
-
const { syncedAt } =
|
|
169
|
-
const { now } =
|
|
170
|
-
const thresholdSeconds =
|
|
168
|
+
const { syncedAt } = chunkXBYLSJOS_cjs.useSnapshotList(tripRef, listName);
|
|
169
|
+
const { now } = chunkDUZG6A22_cjs.useServerTime();
|
|
170
|
+
const thresholdSeconds = chunk2D4Y4LOT_cjs.useResolvedSetting("stale.thresholdSeconds.default");
|
|
171
171
|
if (syncedAt === void 0) {
|
|
172
172
|
return { syncedAt: void 0, ageSeconds: void 0, isStale: false };
|
|
173
173
|
}
|
|
@@ -181,8 +181,8 @@ function useStaleness(tripRef, listName) {
|
|
|
181
181
|
return { syncedAt, ageSeconds, isStale };
|
|
182
182
|
}
|
|
183
183
|
var WALK_INS_PAGE_SIZE = 25;
|
|
184
|
-
var useTreksInternal =
|
|
185
|
-
const client$1 =
|
|
184
|
+
var useTreksInternal = chunkXBYLSJOS_cjs.createDomainHook("treks", (tripRef) => {
|
|
185
|
+
const client$1 = chunkCCJ5XNWY_cjs.useKaafilClient();
|
|
186
186
|
const [boardData, setBoardData] = react.useState(void 0);
|
|
187
187
|
const [boardLoaded, setBoardLoaded] = react.useState(false);
|
|
188
188
|
const [boardFetchFailed, setBoardFetchFailed] = react.useState(false);
|
|
@@ -260,7 +260,7 @@ var useTreksInternal = chunkA7C74SJT_cjs.createDomainHook("treks", (tripRef) =>
|
|
|
260
260
|
react.useEffect(() => {
|
|
261
261
|
void refreshMeta();
|
|
262
262
|
}, [refreshMeta]);
|
|
263
|
-
const createWalkInMutation =
|
|
263
|
+
const createWalkInMutation = chunkCCJ5XNWY_cjs.useOfflineMutation({
|
|
264
264
|
tripRef,
|
|
265
265
|
enqueue: (engine, input) => engine.enqueue({
|
|
266
266
|
tripRef,
|
|
@@ -273,7 +273,7 @@ var useTreksInternal = chunkA7C74SJT_cjs.createDomainHook("treks", (tripRef) =>
|
|
|
273
273
|
body: input
|
|
274
274
|
})
|
|
275
275
|
});
|
|
276
|
-
const postponeMutation =
|
|
276
|
+
const postponeMutation = chunkCCJ5XNWY_cjs.useOfflineMutation({
|
|
277
277
|
tripRef,
|
|
278
278
|
enqueue: (engine, input) => engine.enqueue({
|
|
279
279
|
tripRef,
|
|
@@ -283,7 +283,7 @@ var useTreksInternal = chunkA7C74SJT_cjs.createDomainHook("treks", (tripRef) =>
|
|
|
283
283
|
body: input
|
|
284
284
|
})
|
|
285
285
|
});
|
|
286
|
-
const reconcileMutation =
|
|
286
|
+
const reconcileMutation = chunkCCJ5XNWY_cjs.useOfflineMutation({
|
|
287
287
|
tripRef,
|
|
288
288
|
enqueue: (engine, { walkInId, input }) => engine.enqueue({
|
|
289
289
|
tripRef,
|
|
@@ -383,7 +383,7 @@ function ShadowIsolationBoundary({
|
|
|
383
383
|
}
|
|
384
384
|
function useDeskMinimumWidthWarning(rootRef, frame) {
|
|
385
385
|
react.useEffect(() => {
|
|
386
|
-
if (frame !== "desk" || !
|
|
386
|
+
if (frame !== "desk" || !chunkCCJ5XNWY_cjs.isDevelopment() || typeof ResizeObserver === "undefined") {
|
|
387
387
|
return;
|
|
388
388
|
}
|
|
389
389
|
const node = rootRef.current;
|
|
@@ -409,7 +409,7 @@ function useDeskMinimumWidthWarning(rootRef, frame) {
|
|
|
409
409
|
}
|
|
410
410
|
function useUnfilledConnectivitySlotWarning(frame, connectivitySlot) {
|
|
411
411
|
react.useEffect(() => {
|
|
412
|
-
if (frame === "field" && connectivitySlot === void 0 &&
|
|
412
|
+
if (frame === "field" && connectivitySlot === void 0 && chunkCCJ5XNWY_cjs.isDevelopment()) {
|
|
413
413
|
console.warn(
|
|
414
414
|
`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).`
|
|
415
415
|
);
|
|
@@ -458,7 +458,7 @@ function AppShell({
|
|
|
458
458
|
className: "kf-root",
|
|
459
459
|
"data-kf-isolation": "shadow",
|
|
460
460
|
...dataAttributes,
|
|
461
|
-
style:
|
|
461
|
+
style: chunkCCJ5XNWY_cjs.tokenStyle(style),
|
|
462
462
|
children: /* @__PURE__ */ jsxRuntime.jsx(ShadowIsolationBoundary, { className: "kf-app-shell__shadow-host", children: content })
|
|
463
463
|
}
|
|
464
464
|
);
|
|
@@ -470,7 +470,7 @@ function AppShell({
|
|
|
470
470
|
className: "kf-root",
|
|
471
471
|
"data-kf-isolation": "scoped",
|
|
472
472
|
...dataAttributes,
|
|
473
|
-
style:
|
|
473
|
+
style: chunkCCJ5XNWY_cjs.tokenStyle(style),
|
|
474
474
|
children: content
|
|
475
475
|
}
|
|
476
476
|
);
|
|
@@ -489,10 +489,10 @@ function ConfigShell({ seedConfig = {}, children }) {
|
|
|
489
489
|
}),
|
|
490
490
|
[seedConfig.agency, seedConfig.tenant]
|
|
491
491
|
);
|
|
492
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
492
|
+
return /* @__PURE__ */ jsxRuntime.jsx(chunkCCJ5XNWY_cjs.ConfigContext.Provider, { value, children });
|
|
493
493
|
}
|
|
494
494
|
function classifyForFallback(error) {
|
|
495
|
-
const classification =
|
|
495
|
+
const classification = chunkXBYLSJOS_cjs.classifyError(error);
|
|
496
496
|
if (classification.code === "RESOURCE_NOT_FOUND") {
|
|
497
497
|
return { classification: "isolation", code: classification.code };
|
|
498
498
|
}
|
|
@@ -549,9 +549,9 @@ function OfflineShell({
|
|
|
549
549
|
scope,
|
|
550
550
|
children
|
|
551
551
|
}) {
|
|
552
|
-
const client = react.useContext(
|
|
553
|
-
const persona =
|
|
554
|
-
const session =
|
|
552
|
+
const client = react.useContext(chunkCCJ5XNWY_cjs.KaafilClientContext);
|
|
553
|
+
const persona = chunkCCJ5XNWY_cjs.usePersona();
|
|
554
|
+
const session = chunkCCJ5XNWY_cjs.useSession();
|
|
555
555
|
const reportExpired = react.useContext(SessionExpiryBridgeContext);
|
|
556
556
|
const [engine, setEngine] = react.useState(null);
|
|
557
557
|
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(chunkCCJ5XNWY_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
|
+
chunkCCJ5XNWY_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(chunkCCJ5XNWY_cjs.KaafilClientContext.Provider, { value: state.client, children: /* @__PURE__ */ jsxRuntime.jsx(chunkCCJ5XNWY_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 = chunkCCJ5XNWY_cjs.useSession();
|
|
744
|
+
const serverTime = chunkDUZG6A22_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
|
+
chunkKDGBJPPZ_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(chunkCCJ5XNWY_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 = chunkCCJ5XNWY_cjs.useKaafilChrome();
|
|
898
898
|
const [hazards, setHazards] = react.useState(null);
|
|
899
899
|
react.useEffect(() => {
|
|
900
|
-
if (
|
|
900
|
+
if (chunkCCJ5XNWY_cjs.isDevelopment()) {
|
|
901
901
|
setHazards(detectHazards());
|
|
902
902
|
}
|
|
903
903
|
}, []);
|
|
904
|
-
if (!
|
|
904
|
+
if (!chunkCCJ5XNWY_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: chunkCCJ5XNWY_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 = chunkCCJ5XNWY_cjs.useSession();
|
|
932
|
+
const chrome = chunkCCJ5XNWY_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: chunkCCJ5XNWY_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: chunkCCJ5XNWY_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: chunkCCJ5XNWY_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: chunkCCJ5XNWY_cjs.tokenStyle(style, {
|
|
975
975
|
border: "1px solid #0a0",
|
|
976
976
|
padding: "0.75rem",
|
|
977
977
|
borderRadius: "4px"
|
|
@@ -995,247 +995,247 @@ function KaafilSessionProbe({
|
|
|
995
995
|
|
|
996
996
|
Object.defineProperty(exports, "useConflicts", {
|
|
997
997
|
enumerable: true,
|
|
998
|
-
get: function () { return
|
|
998
|
+
get: function () { return chunkDDSNXKFN_cjs.useConflicts; }
|
|
999
999
|
});
|
|
1000
1000
|
Object.defineProperty(exports, "useManagerMe", {
|
|
1001
1001
|
enumerable: true,
|
|
1002
|
-
get: function () { return
|
|
1002
|
+
get: function () { return chunkDDSNXKFN_cjs.useManagerMe; }
|
|
1003
1003
|
});
|
|
1004
1004
|
Object.defineProperty(exports, "useNotifications", {
|
|
1005
1005
|
enumerable: true,
|
|
1006
|
-
get: function () { return
|
|
1006
|
+
get: function () { return chunkDDSNXKFN_cjs.useNotifications; }
|
|
1007
1007
|
});
|
|
1008
1008
|
Object.defineProperty(exports, "CLOSEOUT_ACTION_TAB", {
|
|
1009
1009
|
enumerable: true,
|
|
1010
|
-
get: function () { return
|
|
1010
|
+
get: function () { return chunk2D4Y4LOT_cjs.CLOSEOUT_ACTION_TAB; }
|
|
1011
1011
|
});
|
|
1012
1012
|
Object.defineProperty(exports, "fromSearchParams", {
|
|
1013
1013
|
enumerable: true,
|
|
1014
|
-
get: function () { return
|
|
1014
|
+
get: function () { return chunk2D4Y4LOT_cjs.fromSearchParams; }
|
|
1015
1015
|
});
|
|
1016
1016
|
Object.defineProperty(exports, "isTripTabKey", {
|
|
1017
1017
|
enumerable: true,
|
|
1018
|
-
get: function () { return
|
|
1018
|
+
get: function () { return chunk2D4Y4LOT_cjs.isTripTabKey; }
|
|
1019
1019
|
});
|
|
1020
1020
|
Object.defineProperty(exports, "resolveBlockerDeepLink", {
|
|
1021
1021
|
enumerable: true,
|
|
1022
|
-
get: function () { return
|
|
1022
|
+
get: function () { return chunk2D4Y4LOT_cjs.resolveBlockerDeepLink; }
|
|
1023
1023
|
});
|
|
1024
1024
|
Object.defineProperty(exports, "toSearchParams", {
|
|
1025
1025
|
enumerable: true,
|
|
1026
|
-
get: function () { return
|
|
1026
|
+
get: function () { return chunk2D4Y4LOT_cjs.toSearchParams; }
|
|
1027
1027
|
});
|
|
1028
1028
|
Object.defineProperty(exports, "useAgencyAdminMe", {
|
|
1029
1029
|
enumerable: true,
|
|
1030
|
-
get: function () { return
|
|
1030
|
+
get: function () { return chunk2D4Y4LOT_cjs.useAgencyAdminMe; }
|
|
1031
1031
|
});
|
|
1032
1032
|
Object.defineProperty(exports, "useAgencyChecklistTemplates", {
|
|
1033
1033
|
enumerable: true,
|
|
1034
|
-
get: function () { return
|
|
1034
|
+
get: function () { return chunk2D4Y4LOT_cjs.useAgencyChecklistTemplates; }
|
|
1035
1035
|
});
|
|
1036
1036
|
Object.defineProperty(exports, "useAgencyForms", {
|
|
1037
1037
|
enumerable: true,
|
|
1038
|
-
get: function () { return
|
|
1038
|
+
get: function () { return chunk2D4Y4LOT_cjs.useAgencyForms; }
|
|
1039
1039
|
});
|
|
1040
1040
|
Object.defineProperty(exports, "useAgencyJourneyTriggers", {
|
|
1041
1041
|
enumerable: true,
|
|
1042
|
-
get: function () { return
|
|
1042
|
+
get: function () { return chunk2D4Y4LOT_cjs.useAgencyJourneyTriggers; }
|
|
1043
1043
|
});
|
|
1044
1044
|
Object.defineProperty(exports, "useAgencyManagerProfile", {
|
|
1045
1045
|
enumerable: true,
|
|
1046
|
-
get: function () { return
|
|
1046
|
+
get: function () { return chunk2D4Y4LOT_cjs.useAgencyManagerProfile; }
|
|
1047
1047
|
});
|
|
1048
1048
|
Object.defineProperty(exports, "useAgencySettings", {
|
|
1049
1049
|
enumerable: true,
|
|
1050
|
-
get: function () { return
|
|
1050
|
+
get: function () { return chunk2D4Y4LOT_cjs.useAgencySettings; }
|
|
1051
1051
|
});
|
|
1052
1052
|
Object.defineProperty(exports, "useAgencyTrip", {
|
|
1053
1053
|
enumerable: true,
|
|
1054
|
-
get: function () { return
|
|
1054
|
+
get: function () { return chunk2D4Y4LOT_cjs.useAgencyTrip; }
|
|
1055
1055
|
});
|
|
1056
1056
|
Object.defineProperty(exports, "useAgencyTripManifest", {
|
|
1057
1057
|
enumerable: true,
|
|
1058
|
-
get: function () { return
|
|
1058
|
+
get: function () { return chunk2D4Y4LOT_cjs.useAgencyTripManifest; }
|
|
1059
1059
|
});
|
|
1060
1060
|
Object.defineProperty(exports, "useAgencyTrips", {
|
|
1061
1061
|
enumerable: true,
|
|
1062
|
-
get: function () { return
|
|
1062
|
+
get: function () { return chunk2D4Y4LOT_cjs.useAgencyTrips; }
|
|
1063
1063
|
});
|
|
1064
1064
|
Object.defineProperty(exports, "useBookings", {
|
|
1065
1065
|
enumerable: true,
|
|
1066
|
-
get: function () { return
|
|
1066
|
+
get: function () { return chunk2D4Y4LOT_cjs.useBookings; }
|
|
1067
1067
|
});
|
|
1068
1068
|
Object.defineProperty(exports, "useCapabilityStatuses", {
|
|
1069
1069
|
enumerable: true,
|
|
1070
|
-
get: function () { return
|
|
1070
|
+
get: function () { return chunk2D4Y4LOT_cjs.useCapabilityStatuses; }
|
|
1071
1071
|
});
|
|
1072
1072
|
Object.defineProperty(exports, "useDirectories", {
|
|
1073
1073
|
enumerable: true,
|
|
1074
|
-
get: function () { return
|
|
1074
|
+
get: function () { return chunk2D4Y4LOT_cjs.useDirectories; }
|
|
1075
1075
|
});
|
|
1076
1076
|
Object.defineProperty(exports, "usePaginatedList", {
|
|
1077
1077
|
enumerable: true,
|
|
1078
|
-
get: function () { return
|
|
1078
|
+
get: function () { return chunk2D4Y4LOT_cjs.usePaginatedList; }
|
|
1079
1079
|
});
|
|
1080
1080
|
Object.defineProperty(exports, "useResolvedSetting", {
|
|
1081
1081
|
enumerable: true,
|
|
1082
|
-
get: function () { return
|
|
1082
|
+
get: function () { return chunk2D4Y4LOT_cjs.useResolvedSetting; }
|
|
1083
1083
|
});
|
|
1084
1084
|
Object.defineProperty(exports, "useShareLinks", {
|
|
1085
1085
|
enumerable: true,
|
|
1086
|
-
get: function () { return
|
|
1086
|
+
get: function () { return chunk2D4Y4LOT_cjs.useShareLinks; }
|
|
1087
1087
|
});
|
|
1088
1088
|
Object.defineProperty(exports, "useTravellerFormResponses", {
|
|
1089
1089
|
enumerable: true,
|
|
1090
|
-
get: function () { return
|
|
1090
|
+
get: function () { return chunk2D4Y4LOT_cjs.useTravellerFormResponses; }
|
|
1091
1091
|
});
|
|
1092
1092
|
Object.defineProperty(exports, "ERROR_HANDLING_PATH", {
|
|
1093
1093
|
enumerable: true,
|
|
1094
|
-
get: function () { return
|
|
1094
|
+
get: function () { return chunkXBYLSJOS_cjs.ERROR_HANDLING_PATH; }
|
|
1095
1095
|
});
|
|
1096
1096
|
Object.defineProperty(exports, "classifyError", {
|
|
1097
1097
|
enumerable: true,
|
|
1098
|
-
get: function () { return
|
|
1098
|
+
get: function () { return chunkXBYLSJOS_cjs.classifyError; }
|
|
1099
1099
|
});
|
|
1100
1100
|
Object.defineProperty(exports, "useChecklists", {
|
|
1101
1101
|
enumerable: true,
|
|
1102
|
-
get: function () { return
|
|
1102
|
+
get: function () { return chunkXBYLSJOS_cjs.useChecklists; }
|
|
1103
1103
|
});
|
|
1104
1104
|
Object.defineProperty(exports, "useCloseout", {
|
|
1105
1105
|
enumerable: true,
|
|
1106
|
-
get: function () { return
|
|
1106
|
+
get: function () { return chunkXBYLSJOS_cjs.useCloseout; }
|
|
1107
1107
|
});
|
|
1108
1108
|
Object.defineProperty(exports, "useCollections", {
|
|
1109
1109
|
enumerable: true,
|
|
1110
|
-
get: function () { return
|
|
1110
|
+
get: function () { return chunkXBYLSJOS_cjs.useCollections; }
|
|
1111
1111
|
});
|
|
1112
1112
|
Object.defineProperty(exports, "useExpenses", {
|
|
1113
1113
|
enumerable: true,
|
|
1114
|
-
get: function () { return
|
|
1114
|
+
get: function () { return chunkXBYLSJOS_cjs.useExpenses; }
|
|
1115
1115
|
});
|
|
1116
1116
|
Object.defineProperty(exports, "useFiles", {
|
|
1117
1117
|
enumerable: true,
|
|
1118
|
-
get: function () { return
|
|
1118
|
+
get: function () { return chunkXBYLSJOS_cjs.useFiles; }
|
|
1119
1119
|
});
|
|
1120
1120
|
Object.defineProperty(exports, "useFloat", {
|
|
1121
1121
|
enumerable: true,
|
|
1122
|
-
get: function () { return
|
|
1122
|
+
get: function () { return chunkXBYLSJOS_cjs.useFloat; }
|
|
1123
1123
|
});
|
|
1124
1124
|
Object.defineProperty(exports, "useForms", {
|
|
1125
1125
|
enumerable: true,
|
|
1126
|
-
get: function () { return
|
|
1126
|
+
get: function () { return chunkXBYLSJOS_cjs.useForms; }
|
|
1127
1127
|
});
|
|
1128
1128
|
Object.defineProperty(exports, "useItinerary", {
|
|
1129
1129
|
enumerable: true,
|
|
1130
|
-
get: function () { return
|
|
1130
|
+
get: function () { return chunkXBYLSJOS_cjs.useItinerary; }
|
|
1131
1131
|
});
|
|
1132
1132
|
Object.defineProperty(exports, "useManagerToday", {
|
|
1133
1133
|
enumerable: true,
|
|
1134
|
-
get: function () { return
|
|
1134
|
+
get: function () { return chunkXBYLSJOS_cjs.useManagerToday; }
|
|
1135
1135
|
});
|
|
1136
1136
|
Object.defineProperty(exports, "useManagers", {
|
|
1137
1137
|
enumerable: true,
|
|
1138
|
-
get: function () { return
|
|
1138
|
+
get: function () { return chunkXBYLSJOS_cjs.useManagers; }
|
|
1139
1139
|
});
|
|
1140
1140
|
Object.defineProperty(exports, "useParties", {
|
|
1141
1141
|
enumerable: true,
|
|
1142
|
-
get: function () { return
|
|
1142
|
+
get: function () { return chunkXBYLSJOS_cjs.useParties; }
|
|
1143
1143
|
});
|
|
1144
1144
|
Object.defineProperty(exports, "usePickups", {
|
|
1145
1145
|
enumerable: true,
|
|
1146
|
-
get: function () { return
|
|
1146
|
+
get: function () { return chunkXBYLSJOS_cjs.usePickups; }
|
|
1147
1147
|
});
|
|
1148
1148
|
Object.defineProperty(exports, "useRooming", {
|
|
1149
1149
|
enumerable: true,
|
|
1150
|
-
get: function () { return
|
|
1150
|
+
get: function () { return chunkXBYLSJOS_cjs.useRooming; }
|
|
1151
1151
|
});
|
|
1152
1152
|
Object.defineProperty(exports, "useSeating", {
|
|
1153
1153
|
enumerable: true,
|
|
1154
|
-
get: function () { return
|
|
1154
|
+
get: function () { return chunkXBYLSJOS_cjs.useSeating; }
|
|
1155
1155
|
});
|
|
1156
1156
|
Object.defineProperty(exports, "useSnapshotList", {
|
|
1157
1157
|
enumerable: true,
|
|
1158
|
-
get: function () { return
|
|
1158
|
+
get: function () { return chunkXBYLSJOS_cjs.useSnapshotList; }
|
|
1159
1159
|
});
|
|
1160
1160
|
Object.defineProperty(exports, "useTravellerProfile", {
|
|
1161
1161
|
enumerable: true,
|
|
1162
|
-
get: function () { return
|
|
1162
|
+
get: function () { return chunkXBYLSJOS_cjs.useTravellerProfile; }
|
|
1163
1163
|
});
|
|
1164
1164
|
Object.defineProperty(exports, "useVendors", {
|
|
1165
1165
|
enumerable: true,
|
|
1166
|
-
get: function () { return
|
|
1166
|
+
get: function () { return chunkXBYLSJOS_cjs.useVendors; }
|
|
1167
1167
|
});
|
|
1168
1168
|
Object.defineProperty(exports, "useShareForms", {
|
|
1169
1169
|
enumerable: true,
|
|
1170
|
-
get: function () { return
|
|
1170
|
+
get: function () { return chunkTPBKRXEB_cjs.useShareForms; }
|
|
1171
1171
|
});
|
|
1172
1172
|
Object.defineProperty(exports, "useShareSnapshot", {
|
|
1173
1173
|
enumerable: true,
|
|
1174
|
-
get: function () { return
|
|
1174
|
+
get: function () { return chunkTPBKRXEB_cjs.useShareSnapshot; }
|
|
1175
1175
|
});
|
|
1176
1176
|
Object.defineProperty(exports, "BrandShell", {
|
|
1177
1177
|
enumerable: true,
|
|
1178
|
-
get: function () { return
|
|
1178
|
+
get: function () { return chunkKDGBJPPZ_cjs.BrandShell; }
|
|
1179
1179
|
});
|
|
1180
1180
|
Object.defineProperty(exports, "useKaafilBrand", {
|
|
1181
1181
|
enumerable: true,
|
|
1182
|
-
get: function () { return
|
|
1182
|
+
get: function () { return chunkKDGBJPPZ_cjs.useKaafilBrand; }
|
|
1183
1183
|
});
|
|
1184
1184
|
Object.defineProperty(exports, "useKaafilShareMeta", {
|
|
1185
1185
|
enumerable: true,
|
|
1186
|
-
get: function () { return
|
|
1186
|
+
get: function () { return chunkKDGBJPPZ_cjs.useKaafilShareMeta; }
|
|
1187
1187
|
});
|
|
1188
1188
|
Object.defineProperty(exports, "useOfflineEngine", {
|
|
1189
1189
|
enumerable: true,
|
|
1190
|
-
get: function () { return
|
|
1190
|
+
get: function () { return chunkKDGBJPPZ_cjs.useOfflineEngine; }
|
|
1191
1191
|
});
|
|
1192
1192
|
Object.defineProperty(exports, "useServerTime", {
|
|
1193
1193
|
enumerable: true,
|
|
1194
|
-
get: function () { return
|
|
1194
|
+
get: function () { return chunkDUZG6A22_cjs.useServerTime; }
|
|
1195
1195
|
});
|
|
1196
1196
|
Object.defineProperty(exports, "I18nShell", {
|
|
1197
1197
|
enumerable: true,
|
|
1198
|
-
get: function () { return
|
|
1198
|
+
get: function () { return chunkCCJ5XNWY_cjs.I18nShell; }
|
|
1199
1199
|
});
|
|
1200
1200
|
Object.defineProperty(exports, "createRegistry", {
|
|
1201
1201
|
enumerable: true,
|
|
1202
|
-
get: function () { return
|
|
1202
|
+
get: function () { return chunkCCJ5XNWY_cjs.createRegistry; }
|
|
1203
1203
|
});
|
|
1204
1204
|
Object.defineProperty(exports, "useCapabilities", {
|
|
1205
1205
|
enumerable: true,
|
|
1206
|
-
get: function () { return
|
|
1206
|
+
get: function () { return chunkCCJ5XNWY_cjs.useCapabilities; }
|
|
1207
1207
|
});
|
|
1208
1208
|
Object.defineProperty(exports, "useCapability", {
|
|
1209
1209
|
enumerable: true,
|
|
1210
|
-
get: function () { return
|
|
1210
|
+
get: function () { return chunkCCJ5XNWY_cjs.useCapability; }
|
|
1211
1211
|
});
|
|
1212
1212
|
Object.defineProperty(exports, "useKaafilChrome", {
|
|
1213
1213
|
enumerable: true,
|
|
1214
|
-
get: function () { return
|
|
1214
|
+
get: function () { return chunkCCJ5XNWY_cjs.useKaafilChrome; }
|
|
1215
1215
|
});
|
|
1216
1216
|
Object.defineProperty(exports, "useKaafilClient", {
|
|
1217
1217
|
enumerable: true,
|
|
1218
|
-
get: function () { return
|
|
1218
|
+
get: function () { return chunkCCJ5XNWY_cjs.useKaafilClient; }
|
|
1219
1219
|
});
|
|
1220
1220
|
Object.defineProperty(exports, "useOfflineEvent", {
|
|
1221
1221
|
enumerable: true,
|
|
1222
|
-
get: function () { return
|
|
1222
|
+
get: function () { return chunkCCJ5XNWY_cjs.useOfflineEvent; }
|
|
1223
1223
|
});
|
|
1224
1224
|
Object.defineProperty(exports, "useOfflineMutation", {
|
|
1225
1225
|
enumerable: true,
|
|
1226
|
-
get: function () { return
|
|
1226
|
+
get: function () { return chunkCCJ5XNWY_cjs.useOfflineMutation; }
|
|
1227
1227
|
});
|
|
1228
1228
|
Object.defineProperty(exports, "useOutboxStatus", {
|
|
1229
1229
|
enumerable: true,
|
|
1230
|
-
get: function () { return
|
|
1230
|
+
get: function () { return chunkCCJ5XNWY_cjs.useOutboxStatus; }
|
|
1231
1231
|
});
|
|
1232
1232
|
Object.defineProperty(exports, "usePersona", {
|
|
1233
1233
|
enumerable: true,
|
|
1234
|
-
get: function () { return
|
|
1234
|
+
get: function () { return chunkCCJ5XNWY_cjs.usePersona; }
|
|
1235
1235
|
});
|
|
1236
1236
|
Object.defineProperty(exports, "useSession", {
|
|
1237
1237
|
enumerable: true,
|
|
1238
|
-
get: function () { return
|
|
1238
|
+
get: function () { return chunkCCJ5XNWY_cjs.useSession; }
|
|
1239
1239
|
});
|
|
1240
1240
|
Object.defineProperty(exports, "UnsatisfiableSchemeError", {
|
|
1241
1241
|
enumerable: true,
|
package/dist/core/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { useConflicts, useManagerMe, useNotifications } from '../chunk-
|
|
2
|
-
import { useResolvedSetting } from '../chunk-
|
|
3
|
-
export { CLOSEOUT_ACTION_TAB, fromSearchParams, isTripTabKey, resolveBlockerDeepLink, toSearchParams, useAgencyAdminMe, useAgencyChecklistTemplates, useAgencyForms, useAgencyJourneyTriggers, useAgencyManagerProfile, useAgencySettings, useAgencyTrip, useAgencyTripManifest, useAgencyTrips, useBookings, useCapabilityStatuses, useDirectories, usePaginatedList, useResolvedSetting, useShareLinks, useTravellerFormResponses } from '../chunk-
|
|
4
|
-
import { createDomainHook, useSnapshotList, classifyError } from '../chunk-
|
|
5
|
-
export { ERROR_HANDLING_PATH, classifyError, useChecklists, useCloseout, useCollections, useExpenses, useFiles, useFloat, useForms, useItinerary, useManagerToday, useManagers, useParties, usePickups, useRooming, useSeating, useSnapshotList, useTravellerProfile, useVendors } from '../chunk-
|
|
6
|
-
export { useShareForms, useShareSnapshot } from '../chunk-
|
|
7
|
-
import { BrandShell } from '../chunk-
|
|
8
|
-
export { BrandShell, useKaafilBrand, useKaafilShareMeta, useOfflineEngine } from '../chunk-
|
|
9
|
-
import { useServerTime } from '../chunk-
|
|
10
|
-
export { useServerTime } from '../chunk-
|
|
11
|
-
import { useKaafilClient, useOfflineMutation, OfflineEngineContext, useOfflineEvent, usePersona, useCapabilityRows, isDevelopment, deriveCapabilityTriple, tokenStyle, ConfigContext, KaafilClientContext, useSession, SessionContext, I18nShell, useKaafilChrome } from '../chunk-
|
|
12
|
-
export { I18nShell, createRegistry, useCapabilities, useCapability, useKaafilChrome, useKaafilClient, useOfflineEvent, useOfflineMutation, useOutboxStatus, usePersona, useSession } from '../chunk-
|
|
1
|
+
export { useConflicts, useManagerMe, useNotifications } from '../chunk-TV5QTT44.js';
|
|
2
|
+
import { useResolvedSetting } from '../chunk-VAJ4D7EF.js';
|
|
3
|
+
export { CLOSEOUT_ACTION_TAB, fromSearchParams, isTripTabKey, resolveBlockerDeepLink, toSearchParams, useAgencyAdminMe, useAgencyChecklistTemplates, useAgencyForms, useAgencyJourneyTriggers, useAgencyManagerProfile, useAgencySettings, useAgencyTrip, useAgencyTripManifest, useAgencyTrips, useBookings, useCapabilityStatuses, useDirectories, usePaginatedList, useResolvedSetting, useShareLinks, useTravellerFormResponses } from '../chunk-VAJ4D7EF.js';
|
|
4
|
+
import { createDomainHook, useSnapshotList, classifyError } from '../chunk-EP4VCID7.js';
|
|
5
|
+
export { ERROR_HANDLING_PATH, classifyError, useChecklists, useCloseout, useCollections, useExpenses, useFiles, useFloat, useForms, useItinerary, useManagerToday, useManagers, useParties, usePickups, useRooming, useSeating, useSnapshotList, useTravellerProfile, useVendors } from '../chunk-EP4VCID7.js';
|
|
6
|
+
export { useShareForms, useShareSnapshot } from '../chunk-5DVTAEQC.js';
|
|
7
|
+
import { BrandShell } from '../chunk-2JABR4FF.js';
|
|
8
|
+
export { BrandShell, useKaafilBrand, useKaafilShareMeta, useOfflineEngine } from '../chunk-2JABR4FF.js';
|
|
9
|
+
import { useServerTime } from '../chunk-DABF4PUI.js';
|
|
10
|
+
export { useServerTime } from '../chunk-DABF4PUI.js';
|
|
11
|
+
import { useKaafilClient, useOfflineMutation, OfflineEngineContext, useOfflineEvent, usePersona, useCapabilityRows, isDevelopment, deriveCapabilityTriple, tokenStyle, ConfigContext, KaafilClientContext, useSession, SessionContext, I18nShell, useKaafilChrome } from '../chunk-ABWNV4N4.js';
|
|
12
|
+
export { I18nShell, createRegistry, useCapabilities, useCapability, useKaafilChrome, useKaafilClient, useOfflineEvent, useOfflineMutation, useOutboxStatus, usePersona, useSession } from '../chunk-ABWNV4N4.js';
|
|
13
13
|
import { SyncOpMethod, KaafilClient } from 'kaafil-js/client';
|
|
14
14
|
export { UnsatisfiableSchemeError } from 'kaafil-js/client';
|
|
15
15
|
import { useState, useCallback, useEffect, createContext, useContext, useRef, useMemo, Component, Fragment } from 'react';
|