@tonyclaw/agent-inspector 3.0.17 → 3.0.19
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/.output/cli.js +1255 -504
- package/.output/nitro.json +3 -3
- package/.output/public/assets/CompareDrawer-DR3WgrId.js +1 -0
- package/.output/public/assets/ProxyViewerContainer-B7PZaz5j.js +127 -0
- package/.output/public/assets/ReplayDialog-Bt9jgdvJ.js +1 -0
- package/.output/public/assets/RequestAnatomy-C-4630lw.js +1 -0
- package/.output/public/assets/ResponseView-f_JrN1iQ.js +3 -0
- package/.output/public/assets/StreamingChunkSequence-D8dBm1d8.js +1 -0
- package/.output/public/assets/_sessionId-CtoSDXDC.js +1 -0
- package/.output/public/assets/index-B-rVc2xu.js +12 -0
- package/.output/public/assets/index-B3YOj8-_.css +1 -0
- package/.output/public/assets/{index-DPc2wzgW.js → index-BNCySZM-.js} +1 -1
- package/.output/public/assets/index-BtCnkWve.js +1 -0
- package/.output/public/assets/json-viewer-DT6QQY81.js +1 -0
- package/.output/server/_chunks/ssr-renderer.mjs +18 -2
- package/.output/server/_libs/@radix-ui/react-dismissable-layer+[...].mjs +165 -31
- package/.output/server/_libs/@radix-ui/react-use-callback-ref+[...].mjs +1 -1
- package/.output/server/_libs/@radix-ui/react-use-controllable-state+[...].mjs +2 -2
- package/.output/server/_libs/@radix-ui/react-use-is-hydrated+[...].mjs +28 -1
- package/.output/server/_libs/mistralai__mistralai.mjs +1 -1
- package/.output/server/_libs/modelcontextprotocol__server.mjs +11571 -8127
- package/.output/server/_libs/radix-ui__primitive.mjs +1 -1
- package/.output/server/_libs/radix-ui__react-collapsible.mjs +1 -1
- package/.output/server/_libs/radix-ui__react-collection.mjs +8 -8
- package/.output/server/_libs/radix-ui__react-compose-refs.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-context.mjs +4 -18
- package/.output/server/_libs/radix-ui__react-dialog.mjs +41 -88
- package/.output/server/_libs/radix-ui__react-focus-guards.mjs +15 -5
- package/.output/server/_libs/radix-ui__react-focus-scope.mjs +6 -2
- package/.output/server/_libs/radix-ui__react-id.mjs +3 -3
- package/.output/server/_libs/radix-ui__react-popper.mjs +62 -8
- package/.output/server/_libs/radix-ui__react-portal.mjs +2 -2
- package/.output/server/_libs/radix-ui__react-presence.mjs +50 -5
- package/.output/server/_libs/radix-ui__react-roving-focus.mjs +15 -4
- package/.output/server/_libs/radix-ui__react-scroll-area.mjs +30 -20
- package/.output/server/_libs/radix-ui__react-select.mjs +167 -123
- package/.output/server/_libs/radix-ui__react-slot.mjs +74 -41
- package/.output/server/_libs/radix-ui__react-tabs.mjs +6 -1
- package/.output/server/_libs/radix-ui__react-tooltip.mjs +6 -3
- package/.output/server/_libs/react-dom.mjs +13 -15
- package/.output/server/_libs/react.mjs +45 -45
- package/.output/server/_libs/srvx.mjs +409 -53
- package/.output/server/_libs/swr.mjs +10 -2
- package/.output/server/_libs/tailwind-merge.mjs +286 -41
- package/.output/server/_libs/tanstack__history.mjs +9 -13
- package/.output/server/_libs/tanstack__react-router.mjs +788 -1092
- package/.output/server/_libs/tanstack__react-store.mjs +1 -1
- package/.output/server/_libs/tanstack__react-virtual.mjs +82 -7
- package/.output/server/_libs/tanstack__router-core.mjs +1841 -2060
- package/.output/server/_libs/tanstack__virtual-core.mjs +116 -45
- package/.output/server/_libs/use-sync-external-store.mjs +1 -1
- package/.output/server/_libs/zod-to-json-schema.mjs +1 -1
- package/.output/server/_libs/zod.mjs +5085 -200
- package/.output/server/{_sessionId-DL2JQJwR.mjs → _sessionId-DbRqqzqz.mjs} +30 -32
- package/.output/server/_ssr/{CompareDrawer-hPTOTmyU.mjs → CompareDrawer-CVhUSZu1.mjs} +29 -31
- package/.output/server/_ssr/{ProxyViewerContainer-k0mFaufl.mjs → ProxyViewerContainer-BNnDYtc5.mjs} +106 -71
- package/.output/server/_ssr/{ReplayDialog-t6QdwnZh.mjs → ReplayDialog-DVkGajZU.mjs} +30 -32
- package/.output/server/_ssr/{RequestAnatomy-BnvWxyac.mjs → RequestAnatomy-_FIfVjDR.mjs} +29 -31
- package/.output/server/_ssr/{ResponseView-BhhozRRl.mjs → ResponseView-Bnv5ejVA.mjs} +29 -31
- package/.output/server/_ssr/{StreamingChunkSequence-Dl_laTbX.mjs → StreamingChunkSequence-vtwzxw7A.mjs} +29 -31
- package/.output/server/_ssr/empty-plugin-adapters-BFgPZ6_d.mjs +6 -0
- package/.output/server/_ssr/{index-D1-t1D8F.mjs → index-DFJbRoyq.mjs} +31 -33
- package/.output/server/_ssr/index.mjs +1102 -784
- package/.output/server/_ssr/{json-viewer-D5Lh2yBU.mjs → json-viewer-BkweASh3.mjs} +29 -31
- package/.output/server/_ssr/{router-DaLFEeWW.mjs → router-gFd3g7WM.mjs} +10 -7
- package/.output/server/_tanstack-start-manifest_v-DeLutIlq.mjs +4 -0
- package/.output/server/index.mjs +85 -103
- package/package.json +17 -8
- package/src/components/clients/ClientLogo.tsx +5 -1
- package/src/components/proxy-viewer/LogEntry.tsx +54 -19
- package/src/components/proxy-viewer/RequestToolsPanel.tsx +1 -0
- package/src/components/proxy-viewer/ResponseView.tsx +1 -0
- package/src/components/proxy-viewer/StreamingChunkSequence.tsx +1 -0
- package/src/components/proxy-viewer/TurnGroup.tsx +1 -0
- package/src/components/proxy-viewer/anatomy/SegmentBar.tsx +1 -0
- package/src/components/proxy-viewer/formats/anthropic/ContentBlocks.tsx +4 -0
- package/src/components/proxy-viewer/formats/anthropic/ResponseView.tsx +1 -0
- package/src/components/proxy-viewer/formats/openai/ResponseView.tsx +2 -0
- package/src/components/proxy-viewer/logEntryVisibility.ts +22 -0
- package/src/components/ui/dialog.tsx +1 -1
- package/src/components/ui/json-viewer.tsx +2 -0
- package/src/components/ui/select.tsx +1 -1
- package/src/router.tsx +9 -0
- package/.output/public/assets/CompareDrawer-Lx-WeJNC.js +0 -1
- package/.output/public/assets/ProxyViewerContainer-BNehwMI0.js +0 -106
- package/.output/public/assets/ReplayDialog-CADaXFPE.js +0 -1
- package/.output/public/assets/RequestAnatomy-CGoL8ACh.js +0 -1
- package/.output/public/assets/ResponseView-BSwM1dCH.js +0 -3
- package/.output/public/assets/StreamingChunkSequence-qhWtSx3D.js +0 -1
- package/.output/public/assets/_sessionId-2uq_HB8p.js +0 -1
- package/.output/public/assets/index-BHXN1Fsx.css +0 -1
- package/.output/public/assets/index-T0u1foYL.js +0 -1
- package/.output/public/assets/json-viewer-uIwLntt-.js +0 -1
- package/.output/public/assets/main-DuFBHsus.js +0 -18
- package/.output/server/_libs/@radix-ui/react-use-escape-keydown+[...].mjs +0 -17
- package/.output/server/_libs/cfworker__json-schema.mjs +0 -1
- package/.output/server/_libs/tiny-invariant.mjs +0 -12
- package/.output/server/_libs/tiny-warning.mjs +0 -5
- package/.output/server/_tanstack-start-manifest_v-DsSiD2gY.mjs +0 -4
|
@@ -1,60 +1,76 @@
|
|
|
1
|
-
import { r as reactExports,
|
|
2
|
-
import {
|
|
1
|
+
import { r as reactExports, b as React2 } from "./react.mjs";
|
|
2
|
+
import { u as useComposedRefs } from "./radix-ui__react-compose-refs.mjs";
|
|
3
3
|
// @__NO_SIDE_EFFECTS__
|
|
4
4
|
function createSlot(ownerName) {
|
|
5
|
-
const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);
|
|
6
5
|
const Slot2 = reactExports.forwardRef((props, forwardedRef) => {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
6
|
+
let { children, ...slotProps } = props;
|
|
7
|
+
let slottableElement = null;
|
|
8
|
+
let hasSlottable = false;
|
|
9
|
+
const newChildren = [];
|
|
10
|
+
if (isLazyComponent(children) && typeof use === "function") {
|
|
11
|
+
children = use(children._payload);
|
|
12
|
+
}
|
|
13
|
+
reactExports.Children.forEach(children, (maybeSlottable) => {
|
|
14
|
+
if (isSlottable(maybeSlottable)) {
|
|
15
|
+
hasSlottable = true;
|
|
16
|
+
const slottable = maybeSlottable;
|
|
17
|
+
let child = "child" in slottable.props ? slottable.props.child : slottable.props.children;
|
|
18
|
+
if (isLazyComponent(child) && typeof use === "function") {
|
|
19
|
+
child = use(child._payload);
|
|
18
20
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
+
slottableElement = getSlottableElementFromSlottable(slottable, child);
|
|
22
|
+
newChildren.push(slottableElement?.props?.children);
|
|
23
|
+
} else {
|
|
24
|
+
newChildren.push(maybeSlottable);
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
if (slottableElement) {
|
|
28
|
+
slottableElement = reactExports.cloneElement(slottableElement, void 0, newChildren);
|
|
29
|
+
} else if (
|
|
30
|
+
// A `Slottable` was found but it didn't resolve to a single element (e.g.
|
|
31
|
+
// it wrapped multiple elements, text, or a render-prop `child` that
|
|
32
|
+
// wasn't an element). Don't fall back to treating the `Slottable` wrapper
|
|
33
|
+
// itself as the slot target — throw a descriptive error below instead.
|
|
34
|
+
!hasSlottable && reactExports.Children.count(children) === 1 && reactExports.isValidElement(children)
|
|
35
|
+
) {
|
|
36
|
+
slottableElement = children;
|
|
37
|
+
}
|
|
38
|
+
const slottableElementRef = slottableElement ? getElementRef(slottableElement) : void 0;
|
|
39
|
+
const composedRef = useComposedRefs(forwardedRef, slottableElementRef);
|
|
40
|
+
if (!slottableElement) {
|
|
41
|
+
if (children || children === 0) {
|
|
42
|
+
throw new Error(
|
|
43
|
+
hasSlottable ? createSlottableError(ownerName) : createSlotError(ownerName)
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
return children;
|
|
47
|
+
}
|
|
48
|
+
const mergedProps = mergeProps(slotProps, slottableElement.props ?? {});
|
|
49
|
+
if (slottableElement.type !== reactExports.Fragment) {
|
|
50
|
+
mergedProps.ref = forwardedRef ? composedRef : slottableElementRef;
|
|
21
51
|
}
|
|
22
|
-
return
|
|
52
|
+
return reactExports.cloneElement(slottableElement, mergedProps);
|
|
23
53
|
});
|
|
24
54
|
Slot2.displayName = `${ownerName}.Slot`;
|
|
25
55
|
return Slot2;
|
|
26
56
|
}
|
|
27
57
|
var Slot = /* @__PURE__ */ createSlot("Slot");
|
|
28
|
-
|
|
29
|
-
function createSlotClone(ownerName) {
|
|
30
|
-
const SlotClone = reactExports.forwardRef((props, forwardedRef) => {
|
|
31
|
-
const { children, ...slotProps } = props;
|
|
32
|
-
if (reactExports.isValidElement(children)) {
|
|
33
|
-
const childrenRef = getElementRef(children);
|
|
34
|
-
const props2 = mergeProps(slotProps, children.props);
|
|
35
|
-
if (children.type !== reactExports.Fragment) {
|
|
36
|
-
props2.ref = forwardedRef ? composeRefs(forwardedRef, childrenRef) : childrenRef;
|
|
37
|
-
}
|
|
38
|
-
return reactExports.cloneElement(children, props2);
|
|
39
|
-
}
|
|
40
|
-
return reactExports.Children.count(children) > 1 ? reactExports.Children.only(null) : null;
|
|
41
|
-
});
|
|
42
|
-
SlotClone.displayName = `${ownerName}.SlotClone`;
|
|
43
|
-
return SlotClone;
|
|
44
|
-
}
|
|
45
|
-
var SLOTTABLE_IDENTIFIER = /* @__PURE__ */ Symbol("radix.slottable");
|
|
58
|
+
var SLOTTABLE_IDENTIFIER = /* @__PURE__ */ Symbol.for("radix.slottable");
|
|
46
59
|
// @__NO_SIDE_EFFECTS__
|
|
47
60
|
function createSlottable(ownerName) {
|
|
48
|
-
const Slottable2 = (
|
|
49
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children });
|
|
50
|
-
};
|
|
61
|
+
const Slottable2 = (props) => "child" in props ? props.children(props.child) : props.children;
|
|
51
62
|
Slottable2.displayName = `${ownerName}.Slottable`;
|
|
52
63
|
Slottable2.__radixId = SLOTTABLE_IDENTIFIER;
|
|
53
64
|
return Slottable2;
|
|
54
65
|
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
66
|
+
var getSlottableElementFromSlottable = (slottable, child) => {
|
|
67
|
+
if ("child" in slottable.props) {
|
|
68
|
+
const child2 = slottable.props.child;
|
|
69
|
+
if (!reactExports.isValidElement(child2)) return null;
|
|
70
|
+
return reactExports.cloneElement(child2, void 0, slottable.props.children(child2.props.children));
|
|
71
|
+
}
|
|
72
|
+
return reactExports.isValidElement(child) ? child : null;
|
|
73
|
+
};
|
|
58
74
|
function mergeProps(slotProps, childProps) {
|
|
59
75
|
const overrideProps = { ...childProps };
|
|
60
76
|
for (const propName in childProps) {
|
|
@@ -92,6 +108,23 @@ function getElementRef(element) {
|
|
|
92
108
|
}
|
|
93
109
|
return element.props.ref || element.ref;
|
|
94
110
|
}
|
|
111
|
+
function isSlottable(child) {
|
|
112
|
+
return reactExports.isValidElement(child) && typeof child.type === "function" && "__radixId" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;
|
|
113
|
+
}
|
|
114
|
+
var REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy");
|
|
115
|
+
function isLazyComponent(element) {
|
|
116
|
+
return element != null && typeof element === "object" && "$$typeof" in element && element.$$typeof === REACT_LAZY_TYPE && "_payload" in element && isPromiseLike(element._payload);
|
|
117
|
+
}
|
|
118
|
+
function isPromiseLike(value) {
|
|
119
|
+
return typeof value === "object" && value !== null && "then" in value;
|
|
120
|
+
}
|
|
121
|
+
var createSlotError = (ownerName) => {
|
|
122
|
+
return `${ownerName} failed to slot onto its children. Expected a single React element child or \`Slottable\`.`;
|
|
123
|
+
};
|
|
124
|
+
var createSlottableError = (ownerName) => {
|
|
125
|
+
return `${ownerName} failed to slot onto its \`Slottable\`. Expected \`Slottable\` to receive a single React element child.`;
|
|
126
|
+
};
|
|
127
|
+
var use = React2[" use ".trim().toString()];
|
|
95
128
|
export {
|
|
96
129
|
Slot as S,
|
|
97
130
|
createSlottable as a,
|
|
@@ -121,7 +121,12 @@ var TabsTrigger = reactExports.forwardRef(
|
|
|
121
121
|
}
|
|
122
122
|
}),
|
|
123
123
|
onKeyDown: composeEventHandlers(props.onKeyDown, (event) => {
|
|
124
|
-
if (
|
|
124
|
+
if (disabled || event.target !== event.currentTarget) {
|
|
125
|
+
return;
|
|
126
|
+
}
|
|
127
|
+
if ([" ", "Enter"].includes(event.key)) {
|
|
128
|
+
context.onValueChange(value);
|
|
129
|
+
}
|
|
125
130
|
}),
|
|
126
131
|
onFocus: composeEventHandlers(props.onFocus, () => {
|
|
127
132
|
const isAutomaticActivation = context.activationMode !== "manual";
|
|
@@ -41,10 +41,12 @@ var TooltipProvider = (props) => {
|
|
|
41
41
|
isOpenDelayedRef,
|
|
42
42
|
delayDuration,
|
|
43
43
|
onOpen: reactExports.useCallback(() => {
|
|
44
|
+
if (skipDelayDuration <= 0) return;
|
|
44
45
|
window.clearTimeout(skipDelayTimerRef.current);
|
|
45
46
|
isOpenDelayedRef.current = false;
|
|
46
|
-
}, []),
|
|
47
|
+
}, [skipDelayDuration]),
|
|
47
48
|
onClose: reactExports.useCallback(() => {
|
|
49
|
+
if (skipDelayDuration <= 0) return;
|
|
48
50
|
window.clearTimeout(skipDelayTimerRef.current);
|
|
49
51
|
skipDelayTimerRef.current = window.setTimeout(
|
|
50
52
|
() => isOpenDelayedRef.current = true,
|
|
@@ -306,8 +308,9 @@ var TooltipContentImpl = reactExports.forwardRef(
|
|
|
306
308
|
reactExports.useEffect(() => {
|
|
307
309
|
if (context.trigger) {
|
|
308
310
|
const handleScroll = (event) => {
|
|
309
|
-
|
|
310
|
-
|
|
311
|
+
if (event.target instanceof Node && event.target.contains(context.trigger)) {
|
|
312
|
+
onClose();
|
|
313
|
+
}
|
|
311
314
|
};
|
|
312
315
|
window.addEventListener("scroll", handleScroll, { capture: true });
|
|
313
316
|
return () => window.removeEventListener("scroll", handleScroll, { capture: true });
|
|
@@ -2,9 +2,7 @@ import require$$2 from "util";
|
|
|
2
2
|
import require$$1 from "crypto";
|
|
3
3
|
import require$$2$1 from "async_hooks";
|
|
4
4
|
import require$$0 from "stream";
|
|
5
|
-
import {
|
|
6
|
-
var server_node = {};
|
|
7
|
-
var reactDomServerLegacy_node_production = {};
|
|
5
|
+
import { a as requireReact, g as getDefaultExportFromCjs } from "./react.mjs";
|
|
8
6
|
var reactDom = { exports: {} };
|
|
9
7
|
var reactDom_production = {};
|
|
10
8
|
var hasRequiredReactDom_production;
|
|
@@ -151,7 +149,7 @@ function requireReactDom_production() {
|
|
|
151
149
|
reactDom_production.useFormStatus = function() {
|
|
152
150
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
153
151
|
};
|
|
154
|
-
reactDom_production.version = "19.2.
|
|
152
|
+
reactDom_production.version = "19.2.7";
|
|
155
153
|
return reactDom_production;
|
|
156
154
|
}
|
|
157
155
|
var hasRequiredReactDom;
|
|
@@ -174,11 +172,14 @@ function requireReactDom() {
|
|
|
174
172
|
}
|
|
175
173
|
return reactDom.exports;
|
|
176
174
|
}
|
|
175
|
+
var reactDomExports = requireReactDom();
|
|
176
|
+
var server_node = {};
|
|
177
|
+
var reactDomServerLegacy_node_production = {};
|
|
177
178
|
var hasRequiredReactDomServerLegacy_node_production;
|
|
178
179
|
function requireReactDomServerLegacy_node_production() {
|
|
179
180
|
if (hasRequiredReactDomServerLegacy_node_production) return reactDomServerLegacy_node_production;
|
|
180
181
|
hasRequiredReactDomServerLegacy_node_production = 1;
|
|
181
|
-
var React = requireReact(),
|
|
182
|
+
var React = requireReact(), ReactDOM = requireReactDom(), REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = /* @__PURE__ */ Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = /* @__PURE__ */ Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = /* @__PURE__ */ Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo"), REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy"), REACT_SCOPE_TYPE = /* @__PURE__ */ Symbol.for("react.scope"), REACT_ACTIVITY_TYPE = /* @__PURE__ */ Symbol.for("react.activity"), REACT_LEGACY_HIDDEN_TYPE = /* @__PURE__ */ Symbol.for("react.legacy_hidden"), REACT_MEMO_CACHE_SENTINEL = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel"), REACT_VIEW_TRANSITION_TYPE = /* @__PURE__ */ Symbol.for("react.view_transition"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|
|
182
183
|
function getIteratorFn(maybeIterable) {
|
|
183
184
|
if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
|
|
184
185
|
maybeIterable = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable["@@iterator"];
|
|
@@ -351,7 +352,7 @@ function requireReactDomServerLegacy_node_production() {
|
|
|
351
352
|
function sanitizeURL(url) {
|
|
352
353
|
return isJavaScriptProtocol.test("" + url) ? "javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')" : url;
|
|
353
354
|
}
|
|
354
|
-
var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ReactDOMSharedInternals =
|
|
355
|
+
var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ReactDOMSharedInternals = ReactDOM.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, sharedNotPendingObject = {
|
|
355
356
|
pending: false,
|
|
356
357
|
data: null,
|
|
357
358
|
method: null,
|
|
@@ -5050,7 +5051,7 @@ function requireReactDomServerLegacy_node_production() {
|
|
|
5050
5051
|
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
|
|
5051
5052
|
);
|
|
5052
5053
|
};
|
|
5053
|
-
reactDomServerLegacy_node_production.version = "19.2.
|
|
5054
|
+
reactDomServerLegacy_node_production.version = "19.2.7";
|
|
5054
5055
|
return reactDomServerLegacy_node_production;
|
|
5055
5056
|
}
|
|
5056
5057
|
var reactDomServer_node_production = {};
|
|
@@ -5058,7 +5059,7 @@ var hasRequiredReactDomServer_node_production;
|
|
|
5058
5059
|
function requireReactDomServer_node_production() {
|
|
5059
5060
|
if (hasRequiredReactDomServer_node_production) return reactDomServer_node_production;
|
|
5060
5061
|
hasRequiredReactDomServer_node_production = 1;
|
|
5061
|
-
var util = require$$2, crypto = require$$1, async_hooks = require$$2$1, React = requireReact(),
|
|
5062
|
+
var util = require$$2, crypto = require$$1, async_hooks = require$$2$1, React = requireReact(), ReactDOM = requireReactDom(), stream = require$$0, REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = /* @__PURE__ */ Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = /* @__PURE__ */ Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = /* @__PURE__ */ Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo"), REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy"), REACT_SCOPE_TYPE = /* @__PURE__ */ Symbol.for("react.scope"), REACT_ACTIVITY_TYPE = /* @__PURE__ */ Symbol.for("react.activity"), REACT_LEGACY_HIDDEN_TYPE = /* @__PURE__ */ Symbol.for("react.legacy_hidden"), REACT_MEMO_CACHE_SENTINEL = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel"), REACT_VIEW_TRANSITION_TYPE = /* @__PURE__ */ Symbol.for("react.view_transition"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|
|
5062
5063
|
function getIteratorFn(maybeIterable) {
|
|
5063
5064
|
if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
|
|
5064
5065
|
maybeIterable = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable["@@iterator"];
|
|
@@ -5254,7 +5255,7 @@ function requireReactDomServer_node_production() {
|
|
|
5254
5255
|
function sanitizeURL(url) {
|
|
5255
5256
|
return isJavaScriptProtocol.test("" + url) ? "javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')" : url;
|
|
5256
5257
|
}
|
|
5257
|
-
var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ReactDOMSharedInternals =
|
|
5258
|
+
var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ReactDOMSharedInternals = ReactDOM.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, sharedNotPendingObject = {
|
|
5258
5259
|
pending: false,
|
|
5259
5260
|
data: null,
|
|
5260
5261
|
method: null,
|
|
@@ -10224,9 +10225,9 @@ function requireReactDomServer_node_production() {
|
|
|
10224
10225
|
}
|
|
10225
10226
|
function ensureCorrectIsomorphicReactVersion() {
|
|
10226
10227
|
var isomorphicReactPackageVersion = React.version;
|
|
10227
|
-
if ("19.2.
|
|
10228
|
+
if ("19.2.7" !== isomorphicReactPackageVersion)
|
|
10228
10229
|
throw Error(
|
|
10229
|
-
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.
|
|
10230
|
+
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.7\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
10230
10231
|
);
|
|
10231
10232
|
}
|
|
10232
10233
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -10749,7 +10750,7 @@ function requireReactDomServer_node_production() {
|
|
|
10749
10750
|
}
|
|
10750
10751
|
};
|
|
10751
10752
|
};
|
|
10752
|
-
reactDomServer_node_production.version = "19.2.
|
|
10753
|
+
reactDomServer_node_production.version = "19.2.7";
|
|
10753
10754
|
return reactDomServer_node_production;
|
|
10754
10755
|
}
|
|
10755
10756
|
var hasRequiredServer_node;
|
|
@@ -10772,10 +10773,7 @@ function requireServer_node() {
|
|
|
10772
10773
|
}
|
|
10773
10774
|
var server_nodeExports = requireServer_node();
|
|
10774
10775
|
const ReactDOMServer = /* @__PURE__ */ getDefaultExportFromCjs(server_nodeExports);
|
|
10775
|
-
var reactDomExports = requireReactDom();
|
|
10776
|
-
const ReactDOM = /* @__PURE__ */ getDefaultExportFromCjs(reactDomExports);
|
|
10777
10776
|
export {
|
|
10778
10777
|
ReactDOMServer as R,
|
|
10779
|
-
ReactDOM as a,
|
|
10780
10778
|
reactDomExports as r
|
|
10781
10779
|
};
|
|
@@ -52,46 +52,6 @@ function getAugmentedNamespace(n) {
|
|
|
52
52
|
});
|
|
53
53
|
return a;
|
|
54
54
|
}
|
|
55
|
-
var jsxRuntime = { exports: {} };
|
|
56
|
-
var reactJsxRuntime_production = {};
|
|
57
|
-
var hasRequiredReactJsxRuntime_production;
|
|
58
|
-
function requireReactJsxRuntime_production() {
|
|
59
|
-
if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production;
|
|
60
|
-
hasRequiredReactJsxRuntime_production = 1;
|
|
61
|
-
var REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
62
|
-
function jsxProd(type, config, maybeKey) {
|
|
63
|
-
var key = null;
|
|
64
|
-
void 0 !== maybeKey && (key = "" + maybeKey);
|
|
65
|
-
void 0 !== config.key && (key = "" + config.key);
|
|
66
|
-
if ("key" in config) {
|
|
67
|
-
maybeKey = {};
|
|
68
|
-
for (var propName in config)
|
|
69
|
-
"key" !== propName && (maybeKey[propName] = config[propName]);
|
|
70
|
-
} else maybeKey = config;
|
|
71
|
-
config = maybeKey.ref;
|
|
72
|
-
return {
|
|
73
|
-
$$typeof: REACT_ELEMENT_TYPE,
|
|
74
|
-
type,
|
|
75
|
-
key,
|
|
76
|
-
ref: void 0 !== config ? config : null,
|
|
77
|
-
props: maybeKey
|
|
78
|
-
};
|
|
79
|
-
}
|
|
80
|
-
reactJsxRuntime_production.Fragment = REACT_FRAGMENT_TYPE;
|
|
81
|
-
reactJsxRuntime_production.jsx = jsxProd;
|
|
82
|
-
reactJsxRuntime_production.jsxs = jsxProd;
|
|
83
|
-
return reactJsxRuntime_production;
|
|
84
|
-
}
|
|
85
|
-
var hasRequiredJsxRuntime;
|
|
86
|
-
function requireJsxRuntime() {
|
|
87
|
-
if (hasRequiredJsxRuntime) return jsxRuntime.exports;
|
|
88
|
-
hasRequiredJsxRuntime = 1;
|
|
89
|
-
{
|
|
90
|
-
jsxRuntime.exports = requireReactJsxRuntime_production();
|
|
91
|
-
}
|
|
92
|
-
return jsxRuntime.exports;
|
|
93
|
-
}
|
|
94
|
-
var jsxRuntimeExports = requireJsxRuntime();
|
|
95
55
|
var react = { exports: {} };
|
|
96
56
|
var react_production = {};
|
|
97
57
|
var hasRequiredReact_production;
|
|
@@ -515,7 +475,7 @@ function requireReact_production() {
|
|
|
515
475
|
react_production.useTransition = function() {
|
|
516
476
|
return ReactSharedInternals.H.useTransition();
|
|
517
477
|
};
|
|
518
|
-
react_production.version = "19.2.
|
|
478
|
+
react_production.version = "19.2.7";
|
|
519
479
|
return react_production;
|
|
520
480
|
}
|
|
521
481
|
var hasRequiredReact;
|
|
@@ -529,14 +489,54 @@ function requireReact() {
|
|
|
529
489
|
}
|
|
530
490
|
var reactExports = requireReact();
|
|
531
491
|
const React = /* @__PURE__ */ getDefaultExportFromCjs(reactExports);
|
|
532
|
-
const
|
|
492
|
+
const React2 = /* @__PURE__ */ _mergeNamespaces({
|
|
533
493
|
__proto__: null,
|
|
534
494
|
default: React
|
|
535
495
|
}, [reactExports]);
|
|
496
|
+
var jsxRuntime = { exports: {} };
|
|
497
|
+
var reactJsxRuntime_production = {};
|
|
498
|
+
var hasRequiredReactJsxRuntime_production;
|
|
499
|
+
function requireReactJsxRuntime_production() {
|
|
500
|
+
if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production;
|
|
501
|
+
hasRequiredReactJsxRuntime_production = 1;
|
|
502
|
+
var REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
503
|
+
function jsxProd(type, config, maybeKey) {
|
|
504
|
+
var key = null;
|
|
505
|
+
void 0 !== maybeKey && (key = "" + maybeKey);
|
|
506
|
+
void 0 !== config.key && (key = "" + config.key);
|
|
507
|
+
if ("key" in config) {
|
|
508
|
+
maybeKey = {};
|
|
509
|
+
for (var propName in config)
|
|
510
|
+
"key" !== propName && (maybeKey[propName] = config[propName]);
|
|
511
|
+
} else maybeKey = config;
|
|
512
|
+
config = maybeKey.ref;
|
|
513
|
+
return {
|
|
514
|
+
$$typeof: REACT_ELEMENT_TYPE,
|
|
515
|
+
type,
|
|
516
|
+
key,
|
|
517
|
+
ref: void 0 !== config ? config : null,
|
|
518
|
+
props: maybeKey
|
|
519
|
+
};
|
|
520
|
+
}
|
|
521
|
+
reactJsxRuntime_production.Fragment = REACT_FRAGMENT_TYPE;
|
|
522
|
+
reactJsxRuntime_production.jsx = jsxProd;
|
|
523
|
+
reactJsxRuntime_production.jsxs = jsxProd;
|
|
524
|
+
return reactJsxRuntime_production;
|
|
525
|
+
}
|
|
526
|
+
var hasRequiredJsxRuntime;
|
|
527
|
+
function requireJsxRuntime() {
|
|
528
|
+
if (hasRequiredJsxRuntime) return jsxRuntime.exports;
|
|
529
|
+
hasRequiredJsxRuntime = 1;
|
|
530
|
+
{
|
|
531
|
+
jsxRuntime.exports = requireReactJsxRuntime_production();
|
|
532
|
+
}
|
|
533
|
+
return jsxRuntime.exports;
|
|
534
|
+
}
|
|
535
|
+
var jsxRuntimeExports = requireJsxRuntime();
|
|
536
536
|
export {
|
|
537
|
-
React
|
|
538
|
-
|
|
539
|
-
|
|
537
|
+
React as R,
|
|
538
|
+
requireReact as a,
|
|
539
|
+
React2 as b,
|
|
540
540
|
commonjsGlobal as c,
|
|
541
541
|
getAugmentedNamespace as d,
|
|
542
542
|
getDefaultExportFromCjs as g,
|