maquinaweb-ui 2.66.0 → 2.67.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/_virtual/rolldown_runtime.js +31 -0
- package/dist/actions.js +16 -0
- package/dist/actions.js.map +1 -0
- package/dist/container-animation/container-animation.d.ts +2 -2
- package/dist/container-animation/container-animation.d.ts.map +1 -1
- package/dist/date-field/DateField.d.ts +2 -2
- package/dist/date-field/DateField.d.ts.map +1 -1
- package/dist/date-hour-field/DateHourField.d.ts +2 -2
- package/dist/input-suggest/input-suggest.d.ts +2 -2
- package/dist/landing-text/client-landing-text.js +5 -2
- package/dist/landing-text/client-landing-text.js.map +1 -1
- package/dist/landing-text/server-landing-text.d.ts +2 -2
- package/dist/landing-text/types.d.ts.map +1 -1
- package/dist/node_modules/next/cache.js +79 -0
- package/dist/node_modules/next/cache.js.map +1 -0
- package/dist/node_modules/next/dist/build/output/log.js +119 -0
- package/dist/node_modules/next/dist/build/output/log.js.map +1 -0
- package/dist/node_modules/next/dist/client/components/app-router-headers.js +119 -0
- package/dist/node_modules/next/dist/client/components/app-router-headers.js.map +1 -0
- package/dist/node_modules/next/dist/client/components/hooks-server-context.js +41 -0
- package/dist/node_modules/next/dist/client/components/hooks-server-context.js.map +1 -0
- package/dist/node_modules/next/dist/client/components/static-generation-bailout.js +41 -0
- package/dist/node_modules/next/dist/client/components/static-generation-bailout.js.map +1 -0
- package/dist/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +312 -0
- package/dist/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js.map +1 -0
- package/dist/node_modules/next/dist/compiled/@opentelemetry/api/index.js +1286 -0
- package/dist/node_modules/next/dist/compiled/@opentelemetry/api/index.js.map +1 -0
- package/dist/node_modules/next/dist/lib/batcher.js +63 -0
- package/dist/node_modules/next/dist/lib/batcher.js.map +1 -0
- package/dist/node_modules/next/dist/lib/constants.js +325 -0
- package/dist/node_modules/next/dist/lib/constants.js.map +1 -0
- package/dist/node_modules/next/dist/lib/detached-promise.js +30 -0
- package/dist/node_modules/next/dist/lib/detached-promise.js.map +1 -0
- package/dist/node_modules/next/dist/lib/framework/boundary-constants.js +36 -0
- package/dist/node_modules/next/dist/lib/framework/boundary-constants.js.map +1 -0
- package/dist/node_modules/next/dist/lib/picocolors.js +141 -0
- package/dist/node_modules/next/dist/lib/picocolors.js.map +1 -0
- package/dist/node_modules/next/dist/lib/scheduler.js +49 -0
- package/dist/node_modules/next/dist/lib/scheduler.js.map +1 -0
- package/dist/node_modules/next/dist/server/app-render/async-local-storage.js +67 -0
- package/dist/node_modules/next/dist/server/app-render/async-local-storage.js.map +1 -0
- package/dist/node_modules/next/dist/server/app-render/dynamic-rendering.js +763 -0
- package/dist/node_modules/next/dist/server/app-render/dynamic-rendering.js.map +1 -0
- package/dist/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js +19 -0
- package/dist/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js.map +1 -0
- package/dist/node_modules/next/dist/server/app-render/staged-rendering.js +215 -0
- package/dist/node_modules/next/dist/server/app-render/staged-rendering.js.map +1 -0
- package/dist/node_modules/next/dist/server/app-render/work-async-storage-instance.js +20 -0
- package/dist/node_modules/next/dist/server/app-render/work-async-storage-instance.js.map +1 -0
- package/dist/node_modules/next/dist/server/app-render/work-async-storage.external.js +20 -0
- package/dist/node_modules/next/dist/server/app-render/work-async-storage.external.js.map +1 -0
- package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +20 -0
- package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js.map +1 -0
- package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +214 -0
- package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js.map +1 -0
- package/dist/node_modules/next/dist/server/base-http/helpers.js +36 -0
- package/dist/node_modules/next/dist/server/base-http/helpers.js.map +1 -0
- package/dist/node_modules/next/dist/server/client-component-renderer-logger.js +65 -0
- package/dist/node_modules/next/dist/server/client-component-renderer-logger.js.map +1 -0
- package/dist/node_modules/next/dist/server/dynamic-rendering-utils.js +85 -0
- package/dist/node_modules/next/dist/server/dynamic-rendering-utils.js.map +1 -0
- package/dist/node_modules/next/dist/server/lib/clone-response.js +55 -0
- package/dist/node_modules/next/dist/server/lib/clone-response.js.map +1 -0
- package/dist/node_modules/next/dist/server/lib/dedupe-fetch.js +106 -0
- package/dist/node_modules/next/dist/server/lib/dedupe-fetch.js.map +1 -0
- package/dist/node_modules/next/dist/server/lib/lru-cache.js +179 -0
- package/dist/node_modules/next/dist/server/lib/lru-cache.js.map +1 -0
- package/dist/node_modules/next/dist/server/lib/patch-fetch.js +703 -0
- package/dist/node_modules/next/dist/server/lib/patch-fetch.js.map +1 -0
- package/dist/node_modules/next/dist/server/lib/trace/constants.js +186 -0
- package/dist/node_modules/next/dist/server/lib/trace/constants.js.map +1 -0
- package/dist/node_modules/next/dist/server/lib/trace/tracer.js +229 -0
- package/dist/node_modules/next/dist/server/lib/trace/tracer.js.map +1 -0
- package/dist/node_modules/next/dist/server/pipe-readable.js +112 -0
- package/dist/node_modules/next/dist/server/pipe-readable.js.map +1 -0
- package/dist/node_modules/next/dist/server/render-result.js +156 -0
- package/dist/node_modules/next/dist/server/render-result.js.map +1 -0
- package/dist/node_modules/next/dist/server/request-meta.js +54 -0
- package/dist/node_modules/next/dist/server/request-meta.js.map +1 -0
- package/dist/node_modules/next/dist/server/response-cache/index.js +255 -0
- package/dist/node_modules/next/dist/server/response-cache/index.js.map +1 -0
- package/dist/node_modules/next/dist/server/response-cache/types.js +43 -0
- package/dist/node_modules/next/dist/server/response-cache/types.js.map +1 -0
- package/dist/node_modules/next/dist/server/response-cache/utils.js +100 -0
- package/dist/node_modules/next/dist/server/response-cache/utils.js.map +1 -0
- package/dist/node_modules/next/dist/server/route-kind.js +38 -0
- package/dist/node_modules/next/dist/server/route-kind.js.map +1 -0
- package/dist/node_modules/next/dist/server/stream-utils/encoded-tags.js +115 -0
- package/dist/node_modules/next/dist/server/stream-utils/encoded-tags.js.map +1 -0
- package/dist/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +635 -0
- package/dist/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js.map +1 -0
- package/dist/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +58 -0
- package/dist/node_modules/next/dist/server/stream-utils/uint8array-helpers.js.map +1 -0
- package/dist/node_modules/next/dist/server/use-cache/cache-life.js +140 -0
- package/dist/node_modules/next/dist/server/use-cache/cache-life.js.map +1 -0
- package/dist/node_modules/next/dist/server/use-cache/cache-tag.js +52 -0
- package/dist/node_modules/next/dist/server/use-cache/cache-tag.js.map +1 -0
- package/dist/node_modules/next/dist/server/web/error.js +55 -0
- package/dist/node_modules/next/dist/server/web/error.js.map +1 -0
- package/dist/node_modules/next/dist/server/web/next-url.js +203 -0
- package/dist/node_modules/next/dist/server/web/next-url.js.map +1 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +103 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js.map +1 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/cookies.js +31 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/cookies.js.map +1 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/request.js +98 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/request.js.map +1 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/revalidate.js +162 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/revalidate.js.map +1 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/unstable-cache.js +187 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/unstable-cache.js.map +1 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/unstable-no-store.js +49 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/unstable-no-store.js.map +1 -0
- package/dist/node_modules/next/dist/server/web/utils.js +113 -0
- package/dist/node_modules/next/dist/server/web/utils.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/action-revalidation-kind.js +32 -0
- package/dist/node_modules/next/dist/shared/lib/action-revalidation-kind.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/errors/constants.js +24 -0
- package/dist/node_modules/next/dist/shared/lib/errors/constants.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/get-hostname.js +25 -0
- package/dist/node_modules/next/dist/shared/lib/get-hostname.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/hash.js +37 -0
- package/dist/node_modules/next/dist/shared/lib/hash.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +23 -0
- package/dist/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +43 -0
- package/dist/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/invariant-error.js +24 -0
- package/dist/node_modules/next/dist/shared/lib/invariant-error.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/is-thenable.js +21 -0
- package/dist/node_modules/next/dist/shared/lib/is-thenable.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +36 -0
- package/dist/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +21 -0
- package/dist/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/promise-with-resolvers.js +31 -0
- package/dist/node_modules/next/dist/shared/lib/promise-with-resolvers.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/add-locale.js +31 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/add-locale.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +25 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +25 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/app-paths.js +52 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/app-paths.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +29 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +33 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +52 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/index.js +33 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/index.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +93 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/interception-routes.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +27 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/parse-path.js +33 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/parse-path.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +25 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +26 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +21 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +168 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/segment.js +85 -0
- package/dist/node_modules/next/dist/shared/lib/segment.js.map +1 -0
- package/dist/page-header/page-header.d.ts +2 -2
- package/dist/remote-selector/remote-selector.d.ts +3 -3
- package/dist/text-field/TextField.d.ts +5 -5
- package/dist/toggle-field/ToggleGroup.d.ts +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
//#region rolldown:runtime
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __commonJS = (cb, mod) => function() {
|
|
9
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
13
|
+
key = keys[i];
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
15
|
+
get: ((k) => from[k]).bind(null, key),
|
|
16
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
return to;
|
|
20
|
+
};
|
|
21
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
22
|
+
value: mod,
|
|
23
|
+
enumerable: true
|
|
24
|
+
}) : target, mod));
|
|
25
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof require !== "undefined" ? require : a)[b] }) : x)(function(x) {
|
|
26
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
27
|
+
throw Error("Calling `require` for \"" + x + "\" in an environment that doesn't expose the `require` function.");
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
//#endregion
|
|
31
|
+
export { __commonJS, __require, __toESM };
|
package/dist/actions.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use server';
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
import { __toESM } from "./_virtual/rolldown_runtime.js";
|
|
5
|
+
import { require_cache } from "./node_modules/next/cache.js";
|
|
6
|
+
|
|
7
|
+
//#region src/components/actions.ts
|
|
8
|
+
var import_cache = /* @__PURE__ */ __toESM(require_cache(), 1);
|
|
9
|
+
async function refreshTag(tag) {
|
|
10
|
+
if (Array.isArray(tag)) tag.forEach((t) => (0, import_cache.updateTag)(t));
|
|
11
|
+
else (0, import_cache.updateTag)(tag);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
//#endregion
|
|
15
|
+
export { refreshTag };
|
|
16
|
+
//# sourceMappingURL=actions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.js","names":[],"sources":["../src/components/actions.ts"],"sourcesContent":["'use server';\n\nimport { updateTag } from 'next/cache';\n\nexport async function refreshTag(tag: string | string[]) {\n if (Array.isArray(tag)) {\n tag.forEach((t) => updateTag(t));\n } else {\n updateTag(tag);\n }\n}\n"],"mappings":";;;;;;;;AAIA,eAAsB,WAAW,KAAwB;AACvD,KAAI,MAAM,QAAQ,IAAI,CACpB,KAAI,SAAS,kCAAgB,EAAE,CAAC;KAEhC,6BAAU,IAAI"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentProps, ElementType } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime11 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/container-animation/container-animation.d.ts
|
|
5
5
|
type ContainerAnimationProps<T extends ElementType = 'div'> = ComponentProps<'div'> & ComponentProps<T> & {
|
|
@@ -23,7 +23,7 @@ declare const ContainerAnimation: <T extends ElementType = "div">({
|
|
|
23
23
|
distance,
|
|
24
24
|
hideNotInView,
|
|
25
25
|
...props
|
|
26
|
-
}: ContainerAnimationProps<T>) =>
|
|
26
|
+
}: ContainerAnimationProps<T>) => react_jsx_runtime11.JSX.Element;
|
|
27
27
|
//#endregion
|
|
28
28
|
export { ContainerAnimation, ContainerAnimationProps };
|
|
29
29
|
//# sourceMappingURL=container-animation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container-animation.d.ts","names":[],"sources":["../../src/components/container-animation/container-animation.tsx"],"sourcesContent":[],"mappings":";;;;KAiDY,kCAAkC,uBAC5C,wBACE,eAAe;;;EAFP,KAAA,CAAA,EAAA,MAAA;EAAkC,QAAA,CAAA,EAAA,MAAA;EAC5C,QAAA,CAAA,EAAA,CAAA,MAAA,EAAA,MAAA,CAAA;EACiB,aAAA,CAAA,EAAA,OAAA;EAAf,EAAA,CAAA,EAOO,CAPP,GAAA,MAAA;EAOO,SAAA,CAAA,EAAA,MAAA;CAAC;AAEN,cAEA,kBAkCL,EAAA,CAAA,UAlCqC,WAkCrC,GAAA,KAAA,CAAA,CAAA;EAAA,SAAA;EAAA,QAAA;EAAA,QAAA;EAAA,KAAA;EAAA,KAAA;EAAA,QAAA;EAAA,EAAA,EAlC0D,EAkC1D;EAAA,QAAA;EAAA,aAAA;EAAA,GAAA;AAAA,CAAA,EAvBE,uBAuBF,CAvB0B,CAuB1B,CAAA,EAAA,GAvB4B,
|
|
1
|
+
{"version":3,"file":"container-animation.d.ts","names":[],"sources":["../../src/components/container-animation/container-animation.tsx"],"sourcesContent":[],"mappings":";;;;KAiDY,kCAAkC,uBAC5C,wBACE,eAAe;;;EAFP,KAAA,CAAA,EAAA,MAAA;EAAkC,QAAA,CAAA,EAAA,MAAA;EAC5C,QAAA,CAAA,EAAA,CAAA,MAAA,EAAA,MAAA,CAAA;EACiB,aAAA,CAAA,EAAA,OAAA;EAAf,EAAA,CAAA,EAOO,CAPP,GAAA,MAAA;EAOO,SAAA,CAAA,EAAA,MAAA;CAAC;AAEN,cAEA,kBAkCL,EAAA,CAAA,UAlCqC,WAkCrC,GAAA,KAAA,CAAA,CAAA;EAAA,SAAA;EAAA,QAAA;EAAA,QAAA;EAAA,KAAA;EAAA,KAAA;EAAA,QAAA;EAAA,EAAA,EAlC0D,EAkC1D;EAAA,QAAA;EAAA,aAAA;EAAA,GAAA;AAAA,CAAA,EAvBE,uBAuBF,CAvB0B,CAuB1B,CAAA,EAAA,GAvB4B,mBAAA,CAAA,GAAA,CAAA,OAuB5B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FieldPath, FieldValues, UseControllerProps } from "react-hook-form";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
3
3
|
import { Matcher } from "react-day-picker";
|
|
4
4
|
|
|
5
5
|
//#region src/components/date-field/DateField.d.ts
|
|
@@ -29,7 +29,7 @@ declare function DateField<TFieldValues extends FieldValues = FieldValues, TFiel
|
|
|
29
29
|
required,
|
|
30
30
|
help,
|
|
31
31
|
dateOnly
|
|
32
|
-
}: DateFieldProps<TFieldValues, TFieldName>):
|
|
32
|
+
}: DateFieldProps<TFieldValues, TFieldName>): react_jsx_runtime2.JSX.Element;
|
|
33
33
|
//#endregion
|
|
34
34
|
export { DateField, DateFieldProps };
|
|
35
35
|
//# sourceMappingURL=DateField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateField.d.ts","names":[],"sources":["../../src/components/date-field/DateField.tsx"],"sourcesContent":[],"mappings":";;;;;UA4BiB,oCACM,cAAc,gCAChB,UAAU,gBAAgB,UAAU,uBAC/C,KAAK,mBAAmB,cAAc;;;EAH/B,WAAA,CAAA,EAAA,MAAc;EACR,SAAA,CAAA,EAAA,MAAA;EAAc,QAAA,CAAA,EAOxB,OAPwB,GAOd,OAPc,EAAA,GAAA,SAAA;EACN,aAAA,CAAA,EAAA,OAAA;EAAV,YAAA,CAAA,EAQJ,IARI;EAAoC,QAAA,CAAA,EAS5C,IAT4C;EAAV,QAAA,CAAA,EAAA,OAAA;EACb,IAAA,CAAA,EAAA,MAAA;EAAc;EAAjC,QAAA,CAAA,EAAA,OAAA;;iBAeN,SAVc,CAAA,qBAWA,WAXA,GAWc,WAXd,EAAA,mBAYF,SAZE,CAYQ,YAZR,CAAA,GAYwB,SAZxB,CAYkC,YAZlC,CAAA,CAAA,CAAA;EAAA,IAAA;EAAA,KAAA;EAAA,WAAA;EAAA,aAAA;EAAA,QAAA;EAAA,SAAA;EAAA,QAAA;EAAA,YAAA;EAAA,QAAA;EAAA,IAAA;EAAA;AAAA,CAAA,EAyBpB,cAzBoB,CAyBL,YAzBK,EAyBS,UAzBT,CAAA,CAAA,EAyBoB,
|
|
1
|
+
{"version":3,"file":"DateField.d.ts","names":[],"sources":["../../src/components/date-field/DateField.tsx"],"sourcesContent":[],"mappings":";;;;;UA4BiB,oCACM,cAAc,gCAChB,UAAU,gBAAgB,UAAU,uBAC/C,KAAK,mBAAmB,cAAc;;;EAH/B,WAAA,CAAA,EAAA,MAAc;EACR,SAAA,CAAA,EAAA,MAAA;EAAc,QAAA,CAAA,EAOxB,OAPwB,GAOd,OAPc,EAAA,GAAA,SAAA;EACN,aAAA,CAAA,EAAA,OAAA;EAAV,YAAA,CAAA,EAQJ,IARI;EAAoC,QAAA,CAAA,EAS5C,IAT4C;EAAV,QAAA,CAAA,EAAA,OAAA;EACb,IAAA,CAAA,EAAA,MAAA;EAAc;EAAjC,QAAA,CAAA,EAAA,OAAA;;iBAeN,SAVc,CAAA,qBAWA,WAXA,GAWc,WAXd,EAAA,mBAYF,SAZE,CAYQ,YAZR,CAAA,GAYwB,SAZxB,CAYkC,YAZlC,CAAA,CAAA,CAAA;EAAA,IAAA;EAAA,KAAA;EAAA,WAAA;EAAA,aAAA;EAAA,QAAA;EAAA,SAAA;EAAA,QAAA;EAAA,YAAA;EAAA,QAAA;EAAA,IAAA;EAAA;AAAA,CAAA,EAyBpB,cAzBoB,CAyBL,YAzBK,EAyBS,UAzBT,CAAA,CAAA,EAyBoB,kBAAA,CAAA,GAAA,CAAA,OAzBpB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FieldPath, FieldValues, UseControllerProps } from "react-hook-form";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime7 from "react/jsx-runtime";
|
|
3
3
|
import { Matcher } from "react-day-picker";
|
|
4
4
|
|
|
5
5
|
//#region src/components/date-hour-field/DateHourField.d.ts
|
|
@@ -29,7 +29,7 @@ declare function DateHourField<TFieldValues extends FieldValues = FieldValues, T
|
|
|
29
29
|
help,
|
|
30
30
|
hourPlaceholder,
|
|
31
31
|
valueType
|
|
32
|
-
}: DateHourFieldProps<TFieldValues, TFieldName>):
|
|
32
|
+
}: DateHourFieldProps<TFieldValues, TFieldName>): react_jsx_runtime7.JSX.Element;
|
|
33
33
|
//#endregion
|
|
34
34
|
export { DateHourField, DateHourFieldProps };
|
|
35
35
|
//# sourceMappingURL=DateHourField.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Mask, Options } from "../src/hooks/with-mask.js";
|
|
2
2
|
import { FieldPath, FieldValues, UseControllerProps } from "react-hook-form";
|
|
3
3
|
import { Dispatch, SetStateAction } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
5
5
|
import { PopoverProps } from "@radix-ui/react-popover";
|
|
6
6
|
|
|
7
7
|
//#region src/components/input-suggest/input-suggest.d.ts
|
|
@@ -71,7 +71,7 @@ declare function InputSuggest<TFieldValues extends FieldValues = FieldValues, TF
|
|
|
71
71
|
debounceTime,
|
|
72
72
|
maxWait,
|
|
73
73
|
...props
|
|
74
|
-
}: InputSuggestProps<TFieldValues, TFieldName> & PopoverProps):
|
|
74
|
+
}: InputSuggestProps<TFieldValues, TFieldName> & PopoverProps): react_jsx_runtime1.JSX.Element;
|
|
75
75
|
//#endregion
|
|
76
76
|
export { InputSuggest, InputSuggestProps };
|
|
77
77
|
//# sourceMappingURL=input-suggest.d.ts.map
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
import { cn } from "../src/lib/utils.js";
|
|
5
5
|
import { Button } from "../ui/button.js";
|
|
6
|
+
import { refreshTag } from "../actions.js";
|
|
6
7
|
import { useRef, useState } from "react";
|
|
7
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
9
|
import { Check, X } from "lucide-react";
|
|
@@ -31,7 +32,7 @@ async function persistLandingContent(item, value) {
|
|
|
31
32
|
if (!baseUrl) return;
|
|
32
33
|
const token = getCookieValue("token");
|
|
33
34
|
if (!token || !organization) throw new Error("Credenciais de edição indisponíveis para salvar conteúdo.");
|
|
34
|
-
|
|
35
|
+
const response = await fetch(`${normalizeBaseUrl(baseUrl)}/landing-page-contents/upsert/`, {
|
|
35
36
|
method: "POST",
|
|
36
37
|
headers: {
|
|
37
38
|
"Content-Type": "application/json",
|
|
@@ -50,7 +51,9 @@ async function persistLandingContent(item, value) {
|
|
|
50
51
|
metadata: item.metadata
|
|
51
52
|
}),
|
|
52
53
|
credentials: "include"
|
|
53
|
-
})
|
|
54
|
+
});
|
|
55
|
+
await refreshTag(`landing-page-content-${item.pageKey}`);
|
|
56
|
+
if (!response.ok) throw new Error("Nao foi possivel salvar o conteudo.");
|
|
54
57
|
}
|
|
55
58
|
function ClientLandingText({ item, editable, children }) {
|
|
56
59
|
const [isEditing, setIsEditing] = useState(false);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-landing-text.js","names":[],"sources":["../../src/components/landing-text/client-landing-text.tsx"],"sourcesContent":["'use client';\n\nimport { useRef, useState } from 'react';\n\nimport { Slot } from '@radix-ui/react-slot';\nimport { Button } from '../ui/button';\n\nimport { Check, X } from 'lucide-react';\n\nimport { cn } from '@/lib/utils';\nimport type { LandingTextItem } from './types';\n\ninterface ClientLandingTextProps {\n item: LandingTextItem;\n editable: boolean;\n children: React.ReactNode;\n}\n\nfunction labelFromKey(value: string) {\n if (!value) {\n return '';\n }\n\n return value\n .split(/[-_\\.]/g)\n .filter(Boolean)\n .map((word) => word.charAt(0).toUpperCase() + word.slice(1))\n .join(' ');\n}\n\nfunction normalizeBaseUrl(baseUrl: string): string {\n return baseUrl.endsWith('/') ? baseUrl.slice(0, -1) : baseUrl;\n}\n\nfunction getCookieValue(name: string): string | undefined {\n if (typeof document === 'undefined') {\n return undefined;\n }\n\n const key = `${encodeURIComponent(name)}=`;\n const cookies = document.cookie ? document.cookie.split('; ') : [];\n\n for (const cookie of cookies) {\n if (!cookie.startsWith(key)) {\n continue;\n }\n\n return decodeURIComponent(cookie.slice(key.length));\n }\n\n return undefined;\n}\n\nasync function persistLandingContent(item: LandingTextItem, value: string) {\n const baseUrl = String(process.env.NEXT_PUBLIC_BASE_URL || '');\n const organization = process.env.NEXT_PUBLIC_ORGANIZATION_ID || '';\n\n if (!baseUrl) {\n return;\n }\n\n const token = getCookieValue('token');\n\n if (!token || !organization) {\n throw new Error(\n 'Credenciais de edição indisponíveis para salvar conteúdo.'\n );\n }\n\n const endpoint = '/landing-page-contents/upsert/';\n const response = await fetch(`${normalizeBaseUrl(baseUrl)}${endpoint}`, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n Authorization: `Token ${token}`,\n 'X-Organization': organization,\n },\n body: JSON.stringify({\n page_key: item.pageKey,\n page_title: labelFromKey(item.pageKey),\n section_key: item.sectionKey,\n section_title: labelFromKey(item.sectionKey),\n content_key: item.contentKey,\n content_title: labelFromKey(item.contentKey),\n value,\n default_value: item.defaultValue,\n metadata: item.metadata,\n }),\n credentials: 'include',\n });\n\n if (!response.ok) {\n throw new Error('Nao foi possivel salvar o conteudo.');\n }\n}\n\nfunction ClientLandingText({\n item,\n editable,\n children,\n}: ClientLandingTextProps) {\n const [isEditing, setIsEditing] = useState(false);\n const [isSaving, setIsSaving] = useState(false);\n const [currentValue, setCurrentValue] = useState(item.value);\n const [draftValue, setDraftValue] = useState(item.value);\n const ref = useRef<HTMLElement | null>(null);\n\n const handleEdit = (event: React.MouseEvent<HTMLElement>) => {\n if (!editable || isSaving) {\n return;\n }\n\n event.preventDefault();\n event.stopPropagation();\n\n const nextDraft = ref.current?.innerText ?? currentValue;\n setDraftValue(nextDraft);\n setIsEditing(true);\n\n requestAnimationFrame(() => {\n ref.current?.focus();\n });\n };\n\n const handleCancel = () => {\n if (ref.current) {\n ref.current.innerText = currentValue;\n }\n setDraftValue(currentValue);\n setIsEditing(false);\n };\n\n const handleSave = async () => {\n try {\n setIsSaving(true);\n await persistLandingContent(item, draftValue);\n setCurrentValue(draftValue);\n if (ref.current) {\n ref.current.innerText = draftValue;\n }\n setIsEditing(false);\n } finally {\n setIsSaving(false);\n }\n };\n\n const handleInput = (event: React.FormEvent<HTMLElement>) => {\n if (!isEditing) {\n return;\n }\n setDraftValue(event.currentTarget.innerText);\n };\n\n return (\n <div className=\"relative\">\n {editable && isEditing && (\n <div className=\"absolute right-0 z-10 h-fit -top-7 flex\">\n <Button\n className=\"size-6 rounded-none p-0\"\n disabled={isSaving}\n onClick={handleCancel}\n size=\"icon\"\n type=\"button\"\n variant=\"outline\"\n >\n <X />\n </Button>\n <Button\n className=\"size-6 rounded-none p-0\"\n disabled={isSaving}\n onClick={handleSave}\n size=\"icon\"\n type=\"button\"\n >\n <Check />\n </Button>\n </div>\n )}\n\n <Slot\n className={cn(\n 'relative',\n 'after:z-10 after:w-full after:h-full after:absolute after:left-1/2 after:-translate-x-1/2 after:top-1/2 after:-translate-y-1/2 after:box-content after:p-1',\n editable && 'hover:after:border hover:after:border-input',\n isEditing && 'after:border after:border-input',\n isEditing && 'outline-none cursor-text before:bg-red-500',\n !editable && 'after:hidden'\n )}\n contentEditable={editable && isEditing}\n onClick={handleEdit}\n onInput={handleInput}\n ref={ref}\n suppressContentEditableWarning\n >\n {children}\n </Slot>\n </div>\n );\n}\n\nexport { ClientLandingText };\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"client-landing-text.js","names":[],"sources":["../../src/components/landing-text/client-landing-text.tsx"],"sourcesContent":["'use client';\n\nimport { useRef, useState } from 'react';\n\nimport { Slot } from '@radix-ui/react-slot';\nimport { Button } from '../ui/button';\n\nimport { Check, X } from 'lucide-react';\n\nimport { cn } from '@/lib/utils';\nimport { refreshTag } from '../actions';\nimport type { LandingTextItem } from './types';\n\ninterface ClientLandingTextProps {\n item: LandingTextItem;\n editable: boolean;\n children: React.ReactNode;\n}\n\nfunction labelFromKey(value: string) {\n if (!value) {\n return '';\n }\n\n return value\n .split(/[-_\\.]/g)\n .filter(Boolean)\n .map((word) => word.charAt(0).toUpperCase() + word.slice(1))\n .join(' ');\n}\n\nfunction normalizeBaseUrl(baseUrl: string): string {\n return baseUrl.endsWith('/') ? baseUrl.slice(0, -1) : baseUrl;\n}\n\nfunction getCookieValue(name: string): string | undefined {\n if (typeof document === 'undefined') {\n return undefined;\n }\n\n const key = `${encodeURIComponent(name)}=`;\n const cookies = document.cookie ? document.cookie.split('; ') : [];\n\n for (const cookie of cookies) {\n if (!cookie.startsWith(key)) {\n continue;\n }\n\n return decodeURIComponent(cookie.slice(key.length));\n }\n\n return undefined;\n}\n\nasync function persistLandingContent(item: LandingTextItem, value: string) {\n const baseUrl = String(process.env.NEXT_PUBLIC_BASE_URL || '');\n const organization = process.env.NEXT_PUBLIC_ORGANIZATION_ID || '';\n\n if (!baseUrl) {\n return;\n }\n\n const token = getCookieValue('token');\n\n if (!token || !organization) {\n throw new Error(\n 'Credenciais de edição indisponíveis para salvar conteúdo.'\n );\n }\n\n const endpoint = '/landing-page-contents/upsert/';\n const response = await fetch(`${normalizeBaseUrl(baseUrl)}${endpoint}`, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n Authorization: `Token ${token}`,\n 'X-Organization': organization,\n },\n body: JSON.stringify({\n page_key: item.pageKey,\n page_title: labelFromKey(item.pageKey),\n section_key: item.sectionKey,\n section_title: labelFromKey(item.sectionKey),\n content_key: item.contentKey,\n content_title: labelFromKey(item.contentKey),\n value,\n default_value: item.defaultValue,\n metadata: item.metadata,\n }),\n credentials: 'include',\n });\n\n await refreshTag(`landing-page-content-${item.pageKey}`);\n\n if (!response.ok) {\n throw new Error('Nao foi possivel salvar o conteudo.');\n }\n}\n\nfunction ClientLandingText({\n item,\n editable,\n children,\n}: ClientLandingTextProps) {\n const [isEditing, setIsEditing] = useState(false);\n const [isSaving, setIsSaving] = useState(false);\n const [currentValue, setCurrentValue] = useState(item.value);\n const [draftValue, setDraftValue] = useState(item.value);\n const ref = useRef<HTMLElement | null>(null);\n\n const handleEdit = (event: React.MouseEvent<HTMLElement>) => {\n if (!editable || isSaving) {\n return;\n }\n\n event.preventDefault();\n event.stopPropagation();\n\n const nextDraft = ref.current?.innerText ?? currentValue;\n setDraftValue(nextDraft);\n setIsEditing(true);\n\n requestAnimationFrame(() => {\n ref.current?.focus();\n });\n };\n\n const handleCancel = () => {\n if (ref.current) {\n ref.current.innerText = currentValue;\n }\n setDraftValue(currentValue);\n setIsEditing(false);\n };\n\n const handleSave = async () => {\n try {\n setIsSaving(true);\n await persistLandingContent(item, draftValue);\n setCurrentValue(draftValue);\n if (ref.current) {\n ref.current.innerText = draftValue;\n }\n setIsEditing(false);\n } finally {\n setIsSaving(false);\n }\n };\n\n const handleInput = (event: React.FormEvent<HTMLElement>) => {\n if (!isEditing) {\n return;\n }\n setDraftValue(event.currentTarget.innerText);\n };\n\n return (\n <div className=\"relative\">\n {editable && isEditing && (\n <div className=\"absolute right-0 z-10 h-fit -top-7 flex\">\n <Button\n className=\"size-6 rounded-none p-0\"\n disabled={isSaving}\n onClick={handleCancel}\n size=\"icon\"\n type=\"button\"\n variant=\"outline\"\n >\n <X />\n </Button>\n <Button\n className=\"size-6 rounded-none p-0\"\n disabled={isSaving}\n onClick={handleSave}\n size=\"icon\"\n type=\"button\"\n >\n <Check />\n </Button>\n </div>\n )}\n\n <Slot\n className={cn(\n 'relative',\n 'after:z-10 after:w-full after:h-full after:absolute after:left-1/2 after:-translate-x-1/2 after:top-1/2 after:-translate-y-1/2 after:box-content after:p-1',\n editable && 'hover:after:border hover:after:border-input',\n isEditing && 'after:border after:border-input',\n isEditing && 'outline-none cursor-text before:bg-red-500',\n !editable && 'after:hidden'\n )}\n contentEditable={editable && isEditing}\n onClick={handleEdit}\n onInput={handleInput}\n ref={ref}\n suppressContentEditableWarning\n >\n {children}\n </Slot>\n </div>\n );\n}\n\nexport { ClientLandingText };\n"],"mappings":";;;;;;;;;;;;AAmBA,SAAS,aAAa,OAAe;AACnC,KAAI,CAAC,MACH,QAAO;AAGT,QAAO,MACJ,MAAM,UAAU,CAChB,OAAO,QAAQ,CACf,KAAK,SAAS,KAAK,OAAO,EAAE,CAAC,aAAa,GAAG,KAAK,MAAM,EAAE,CAAC,CAC3D,KAAK,IAAI;;AAGd,SAAS,iBAAiB,SAAyB;AACjD,QAAO,QAAQ,SAAS,IAAI,GAAG,QAAQ,MAAM,GAAG,GAAG,GAAG;;AAGxD,SAAS,eAAe,MAAkC;AACxD,KAAI,OAAO,aAAa,YACtB;CAGF,MAAM,MAAM,GAAG,mBAAmB,KAAK,CAAC;CACxC,MAAM,UAAU,SAAS,SAAS,SAAS,OAAO,MAAM,KAAK,GAAG,EAAE;AAElE,MAAK,MAAM,UAAU,SAAS;AAC5B,MAAI,CAAC,OAAO,WAAW,IAAI,CACzB;AAGF,SAAO,mBAAmB,OAAO,MAAM,IAAI,OAAO,CAAC;;;AAMvD,eAAe,sBAAsB,MAAuB,OAAe;CACzE,MAAM,UAAU,OAAO,QAAQ,IAAI,wBAAwB,GAAG;CAC9D,MAAM,eAAe,QAAQ,IAAI,+BAA+B;AAEhE,KAAI,CAAC,QACH;CAGF,MAAM,QAAQ,eAAe,QAAQ;AAErC,KAAI,CAAC,SAAS,CAAC,aACb,OAAM,IAAI,MACR,4DACD;CAIH,MAAM,WAAW,MAAM,MAAM,GAAG,iBAAiB,QAAQ,kCAAe;EACtE,QAAQ;EACR,SAAS;GACP,gBAAgB;GAChB,eAAe,SAAS;GACxB,kBAAkB;GACnB;EACD,MAAM,KAAK,UAAU;GACnB,UAAU,KAAK;GACf,YAAY,aAAa,KAAK,QAAQ;GACtC,aAAa,KAAK;GAClB,eAAe,aAAa,KAAK,WAAW;GAC5C,aAAa,KAAK;GAClB,eAAe,aAAa,KAAK,WAAW;GAC5C;GACA,eAAe,KAAK;GACpB,UAAU,KAAK;GAChB,CAAC;EACF,aAAa;EACd,CAAC;AAEF,OAAM,WAAW,wBAAwB,KAAK,UAAU;AAExD,KAAI,CAAC,SAAS,GACZ,OAAM,IAAI,MAAM,sCAAsC;;AAI1D,SAAS,kBAAkB,EACzB,MACA,UACA,YACyB;CACzB,MAAM,CAAC,WAAW,gBAAgB,SAAS,MAAM;CACjD,MAAM,CAAC,UAAU,eAAe,SAAS,MAAM;CAC/C,MAAM,CAAC,cAAc,mBAAmB,SAAS,KAAK,MAAM;CAC5D,MAAM,CAAC,YAAY,iBAAiB,SAAS,KAAK,MAAM;CACxD,MAAM,MAAM,OAA2B,KAAK;CAE5C,MAAM,cAAc,UAAyC;AAC3D,MAAI,CAAC,YAAY,SACf;AAGF,QAAM,gBAAgB;AACtB,QAAM,iBAAiB;AAGvB,gBADkB,IAAI,SAAS,aAAa,aACpB;AACxB,eAAa,KAAK;AAElB,8BAA4B;AAC1B,OAAI,SAAS,OAAO;IACpB;;CAGJ,MAAM,qBAAqB;AACzB,MAAI,IAAI,QACN,KAAI,QAAQ,YAAY;AAE1B,gBAAc,aAAa;AAC3B,eAAa,MAAM;;CAGrB,MAAM,aAAa,YAAY;AAC7B,MAAI;AACF,eAAY,KAAK;AACjB,SAAM,sBAAsB,MAAM,WAAW;AAC7C,mBAAgB,WAAW;AAC3B,OAAI,IAAI,QACN,KAAI,QAAQ,YAAY;AAE1B,gBAAa,MAAM;YACX;AACR,eAAY,MAAM;;;CAItB,MAAM,eAAe,UAAwC;AAC3D,MAAI,CAAC,UACH;AAEF,gBAAc,MAAM,cAAc,UAAU;;AAG9C,QACE,qBAAC;EAAI,WAAU;aACZ,YAAY,aACX,qBAAC;GAAI,WAAU;cACb,oBAAC;IACC,WAAU;IACV,UAAU;IACV,SAAS;IACT,MAAK;IACL,MAAK;IACL,SAAQ;cAER,oBAAC,MAAI;KACE,EACT,oBAAC;IACC,WAAU;IACV,UAAU;IACV,SAAS;IACT,MAAK;IACL,MAAK;cAEL,oBAAC,UAAQ;KACF;IACL,EAGR,oBAAC;GACC,WAAW,GACT,YACA,8JACA,YAAY,+CACZ,aAAa,mCACb,aAAa,8CACb,CAAC,YAAY,eACd;GACD,iBAAiB,YAAY;GAC7B,SAAS;GACT,SAAS;GACJ;GACL;GAEC;IACI;GACH"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ServerLandingTextProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime9 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/landing-text/server-landing-text.d.ts
|
|
5
5
|
declare function ServerLandingText({
|
|
@@ -8,7 +8,7 @@ declare function ServerLandingText({
|
|
|
8
8
|
className,
|
|
9
9
|
registration,
|
|
10
10
|
...props
|
|
11
|
-
}: ServerLandingTextProps):
|
|
11
|
+
}: ServerLandingTextProps): react_jsx_runtime9.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { ServerLandingText };
|
|
14
14
|
//# sourceMappingURL=server-landing-text.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","names":[],"sources":["../../src/components/landing-text/types.ts"],"sourcesContent":[],"mappings":";;;KAEY,cAAA;KACA,kBAAA;AADA,UAGK,4BAAA,CAHS;EACd,UAAA,EAAA,MAAA;EAEK,KAAA,EAAA,MAAA;EAMA,QAAA,CAAA,EAHJ,MAGI,CAAA,MAAA,EAAA,OAAA,CAA+B;AAKhD;AAKiB,UAVA,+BAAA,CAeJ;EAGI,UAAA,EAAA,MAAA;EASA,QAAA,EAzBL,4BAyB+B,
|
|
1
|
+
{"version":3,"file":"types.d.ts","names":[],"sources":["../../src/components/landing-text/types.ts"],"sourcesContent":[],"mappings":";;;KAEY,cAAA;KACA,kBAAA;AADA,UAGK,4BAAA,CAHS;EACd,UAAA,EAAA,MAAA;EAEK,KAAA,EAAA,MAAA;EAMA,QAAA,CAAA,EAHJ,MAGI,CAAA,MAAA,EAAA,OAAA,CAA+B;AAKhD;AAKiB,UAVA,+BAAA,CAeJ;EAGI,UAAA,EAAA,MAAA;EASA,QAAA,EAzBL,4BAyB+B,EAGhB;AAG3B;AAMiB,UAlCA,4BAAA,CAkCwB;EAMxB,OAAA,EAAA,MAAA;EAKA,QAAA,EA3CL,+BA4CJ,EAAA;AAIR;AAIY,UAjDK,yBAAA,CAkDb;EAGa,QAAA,EAAA,MAAA;EAA8C,WAAA,EAAA,MAAA;EACxD,WAAA,EAAA,MAAA;EAEU,KAAA,EAAA,MAAA;EAH+B,QAAA,CAAA,EAhDnC,MAgDmC,CAAA,MAAA,EAAA,OAAA,CAAA;;UA7C/B,0BAAA;;;;;;YAML;;UAGK,0BAAA;;;YAGL,eAAe;;UAGV,uBAAA;;;;;UAMA,eAAA,SAAwB;;;YAG7B;;UAGK,oBAAA;;;;UAKA,wBAAA,SAAiC;QAC1C;;;UAIS,wBAAA,SAAiC;QAC1C;;KAGI,gBAAA,GACR,2BACA;UAEa,sBAAA,SAA+B,eAAe;OACxD;;iBAEU"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { __commonJS } from "../../_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_unstable_cache } from "./dist/server/web/spec-extension/unstable-cache.js";
|
|
3
|
+
import { require_revalidate } from "./dist/server/web/spec-extension/revalidate.js";
|
|
4
|
+
import { require_unstable_no_store } from "./dist/server/web/spec-extension/unstable-no-store.js";
|
|
5
|
+
import { require_cache_life } from "./dist/server/use-cache/cache-life.js";
|
|
6
|
+
import { require_cache_tag } from "./dist/server/use-cache/cache-tag.js";
|
|
7
|
+
|
|
8
|
+
//#region node_modules/next/cache.js
|
|
9
|
+
var require_cache = /* @__PURE__ */ __commonJS({ "node_modules/next/cache.js": ((exports, module) => {
|
|
10
|
+
let cacheExports;
|
|
11
|
+
if (process.env.NEXT_RUNTIME === "") {
|
|
12
|
+
const notAvailableInClient = (name) => {
|
|
13
|
+
return function notAvailable() {
|
|
14
|
+
throw new Error(`\`${name}\` is only available in a Server Component.`);
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
cacheExports = {
|
|
18
|
+
unstable_cache: function unstable_cache(cb) {
|
|
19
|
+
if (typeof cb !== "function") return cb;
|
|
20
|
+
return function cached() {
|
|
21
|
+
return cb.apply(this, arguments);
|
|
22
|
+
};
|
|
23
|
+
},
|
|
24
|
+
unstable_noStore: function unstable_noStore() {},
|
|
25
|
+
updateTag: notAvailableInClient("updateTag"),
|
|
26
|
+
revalidateTag: notAvailableInClient("revalidateTag"),
|
|
27
|
+
revalidatePath: notAvailableInClient("revalidatePath"),
|
|
28
|
+
refresh: notAvailableInClient("refresh"),
|
|
29
|
+
cacheLife: notAvailableInClient("cacheLife"),
|
|
30
|
+
cacheTag: notAvailableInClient("cacheTag")
|
|
31
|
+
};
|
|
32
|
+
} else cacheExports = {
|
|
33
|
+
unstable_cache: require_unstable_cache().unstable_cache,
|
|
34
|
+
updateTag: require_revalidate().updateTag,
|
|
35
|
+
revalidateTag: require_revalidate().revalidateTag,
|
|
36
|
+
revalidatePath: require_revalidate().revalidatePath,
|
|
37
|
+
refresh: require_revalidate().refresh,
|
|
38
|
+
unstable_noStore: require_unstable_no_store().unstable_noStore,
|
|
39
|
+
cacheLife: require_cache_life().cacheLife,
|
|
40
|
+
cacheTag: require_cache_tag().cacheTag
|
|
41
|
+
};
|
|
42
|
+
let didWarnCacheLife = false;
|
|
43
|
+
function unstable_cacheLife() {
|
|
44
|
+
if (!didWarnCacheLife) {
|
|
45
|
+
didWarnCacheLife = true;
|
|
46
|
+
const error = /* @__PURE__ */ new Error("`unstable_cacheLife` was recently stabilized and should be imported as `cacheLife`. The `unstable` prefixed form will be removed in a future version of Next.js.");
|
|
47
|
+
console.error(error);
|
|
48
|
+
}
|
|
49
|
+
return cacheExports.cacheLife.apply(this, arguments);
|
|
50
|
+
}
|
|
51
|
+
let didWarnCacheTag = false;
|
|
52
|
+
function unstable_cacheTag() {
|
|
53
|
+
if (!didWarnCacheTag) {
|
|
54
|
+
didWarnCacheTag = true;
|
|
55
|
+
const error = /* @__PURE__ */ new Error("`unstable_cacheTag` was recently stabilized and should be imported as `cacheTag`. The `unstable` prefixed form will be removed in a future version of Next.js.");
|
|
56
|
+
console.error(error);
|
|
57
|
+
}
|
|
58
|
+
return cacheExports.cacheTag.apply(this, arguments);
|
|
59
|
+
}
|
|
60
|
+
cacheExports.unstable_cacheLife = unstable_cacheLife;
|
|
61
|
+
cacheExports.unstable_cacheTag = unstable_cacheTag;
|
|
62
|
+
module.exports = cacheExports;
|
|
63
|
+
exports.unstable_cache = cacheExports.unstable_cache;
|
|
64
|
+
exports.revalidatePath = cacheExports.revalidatePath;
|
|
65
|
+
exports.revalidateTag = cacheExports.revalidateTag;
|
|
66
|
+
exports.updateTag = cacheExports.updateTag;
|
|
67
|
+
exports.unstable_noStore = cacheExports.unstable_noStore;
|
|
68
|
+
exports.cacheLife = cacheExports.cacheLife;
|
|
69
|
+
exports.unstable_cacheLife = cacheExports.unstable_cacheLife;
|
|
70
|
+
exports.cacheTag = cacheExports.cacheTag;
|
|
71
|
+
exports.unstable_cacheTag = cacheExports.unstable_cacheTag;
|
|
72
|
+
exports.refresh = cacheExports.refresh;
|
|
73
|
+
}) });
|
|
74
|
+
|
|
75
|
+
//#endregion
|
|
76
|
+
export default require_cache();
|
|
77
|
+
|
|
78
|
+
export { require_cache };
|
|
79
|
+
//# sourceMappingURL=cache.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cache.js","names":[],"sources":["../../../node_modules/next/cache.js"],"sourcesContent":["let cacheExports\n\nif (process.env.NEXT_RUNTIME === '') {\n const notAvailableInClient = (name) => {\n return function notAvailable() {\n throw new Error(`\\`${name}\\` is only available in a Server Component.`)\n }\n }\n\n cacheExports = {\n unstable_cache: function unstable_cache(cb) {\n // Legacy behavior: allow importing/using unstable_cache from client bundles\n // without pulling in server internals.\n if (typeof cb !== 'function') return cb\n return function cached() {\n return cb.apply(this, arguments)\n }\n },\n unstable_noStore: function unstable_noStore() {},\n\n updateTag: notAvailableInClient('updateTag'),\n revalidateTag: notAvailableInClient('revalidateTag'),\n revalidatePath: notAvailableInClient('revalidatePath'),\n refresh: notAvailableInClient('refresh'),\n cacheLife: notAvailableInClient('cacheLife'),\n cacheTag: notAvailableInClient('cacheTag'),\n }\n} else {\n // Keep server requires in this branch so browser builds can DCE them.\n cacheExports = {\n unstable_cache:\n require('next/dist/server/web/spec-extension/unstable-cache')\n .unstable_cache,\n\n updateTag: require('next/dist/server/web/spec-extension/revalidate')\n .updateTag,\n\n revalidateTag: require('next/dist/server/web/spec-extension/revalidate')\n .revalidateTag,\n revalidatePath: require('next/dist/server/web/spec-extension/revalidate')\n .revalidatePath,\n\n refresh: require('next/dist/server/web/spec-extension/revalidate').refresh,\n\n unstable_noStore:\n require('next/dist/server/web/spec-extension/unstable-no-store')\n .unstable_noStore,\n cacheLife: require('next/dist/server/use-cache/cache-life').cacheLife,\n cacheTag: require('next/dist/server/use-cache/cache-tag').cacheTag,\n }\n}\n\nlet didWarnCacheLife = false\nfunction unstable_cacheLife() {\n if (!didWarnCacheLife) {\n didWarnCacheLife = true\n const error = new Error(\n '`unstable_cacheLife` was recently stabilized and should be imported as `cacheLife`. The `unstable` prefixed form will be removed in a future version of Next.js.'\n )\n console.error(error)\n }\n return cacheExports.cacheLife.apply(this, arguments)\n}\n\nlet didWarnCacheTag = false\nfunction unstable_cacheTag() {\n if (!didWarnCacheTag) {\n didWarnCacheTag = true\n const error = new Error(\n '`unstable_cacheTag` was recently stabilized and should be imported as `cacheTag`. The `unstable` prefixed form will be removed in a future version of Next.js.'\n )\n console.error(error)\n }\n return cacheExports.cacheTag.apply(this, arguments)\n}\n\ncacheExports.unstable_cacheLife = unstable_cacheLife\ncacheExports.unstable_cacheTag = unstable_cacheTag\n\n// https://nodejs.org/api/esm.html#commonjs-namespaces\n// When importing CommonJS modules, the module.exports object is provided as the default export\nmodule.exports = cacheExports\n\n// make import { xxx } from 'next/cache' work\nexports.unstable_cache = cacheExports.unstable_cache\nexports.revalidatePath = cacheExports.revalidatePath\nexports.revalidateTag = cacheExports.revalidateTag\nexports.updateTag = cacheExports.updateTag\nexports.unstable_noStore = cacheExports.unstable_noStore\nexports.cacheLife = cacheExports.cacheLife\nexports.unstable_cacheLife = cacheExports.unstable_cacheLife\nexports.cacheTag = cacheExports.cacheTag\nexports.unstable_cacheTag = cacheExports.unstable_cacheTag\nexports.refresh = cacheExports.refresh\n"],"x_google_ignoreList":[0],"mappings":";;;;;;;;;CAAA,IAAI;AAEJ,KAAI,QAAQ,IAAI,iBAAiB,IAAI;EACnC,MAAM,wBAAwB,SAAS;AACrC,UAAO,SAAS,eAAe;AAC7B,UAAM,IAAI,MAAM,KAAK,KAAK,6CAA6C;;;AAI3E,iBAAe;GACb,gBAAgB,SAAS,eAAe,IAAI;AAG1C,QAAI,OAAO,OAAO,WAAY,QAAO;AACrC,WAAO,SAAS,SAAS;AACvB,YAAO,GAAG,MAAM,MAAM,UAAU;;;GAGpC,kBAAkB,SAAS,mBAAmB;GAE9C,WAAW,qBAAqB,YAAY;GAC5C,eAAe,qBAAqB,gBAAgB;GACpD,gBAAgB,qBAAqB,iBAAiB;GACtD,SAAS,qBAAqB,UAAU;GACxC,WAAW,qBAAqB,YAAY;GAC5C,UAAU,qBAAqB,WAAW;GAC3C;OAGD,gBAAe;EACb,yCAEK;EAEL,gCACG;EAEH,oCACG;EACH,qCACG;EAEH,8BAAmE;EAEnE,8CAEK;EACL,gCAA4D;EAC5D,8BAA0D;EAC3D;CAGH,IAAI,mBAAmB;CACvB,SAAS,qBAAqB;AAC5B,MAAI,CAAC,kBAAkB;AACrB,sBAAmB;GACnB,MAAM,wBAAQ,IAAI,MAChB,mKACD;AACD,WAAQ,MAAM,MAAM;;AAEtB,SAAO,aAAa,UAAU,MAAM,MAAM,UAAU;;CAGtD,IAAI,kBAAkB;CACtB,SAAS,oBAAoB;AAC3B,MAAI,CAAC,iBAAiB;AACpB,qBAAkB;GAClB,MAAM,wBAAQ,IAAI,MAChB,iKACD;AACD,WAAQ,MAAM,MAAM;;AAEtB,SAAO,aAAa,SAAS,MAAM,MAAM,UAAU;;AAGrD,cAAa,qBAAqB;AAClC,cAAa,oBAAoB;AAIjC,QAAO,UAAU;AAGjB,SAAQ,iBAAiB,aAAa;AACtC,SAAQ,iBAAiB,aAAa;AACtC,SAAQ,gBAAgB,aAAa;AACrC,SAAQ,YAAY,aAAa;AACjC,SAAQ,mBAAmB,aAAa;AACxC,SAAQ,YAAY,aAAa;AACjC,SAAQ,qBAAqB,aAAa;AAC1C,SAAQ,WAAW,aAAa;AAChC,SAAQ,oBAAoB,aAAa;AACzC,SAAQ,UAAU,aAAa"}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { __commonJS } from "../../../../../_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_lru_cache } from "../../server/lib/lru-cache.js";
|
|
3
|
+
import { require_picocolors } from "../../lib/picocolors.js";
|
|
4
|
+
|
|
5
|
+
//#region node_modules/next/dist/build/output/log.js
|
|
6
|
+
var require_log = /* @__PURE__ */ __commonJS({ "node_modules/next/dist/build/output/log.js": ((exports) => {
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
function _export(target, all) {
|
|
9
|
+
for (var name in all) Object.defineProperty(target, name, {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: all[name]
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
_export(exports, {
|
|
15
|
+
bootstrap: function() {
|
|
16
|
+
return bootstrap;
|
|
17
|
+
},
|
|
18
|
+
error: function() {
|
|
19
|
+
return error;
|
|
20
|
+
},
|
|
21
|
+
errorOnce: function() {
|
|
22
|
+
return errorOnce;
|
|
23
|
+
},
|
|
24
|
+
event: function() {
|
|
25
|
+
return event;
|
|
26
|
+
},
|
|
27
|
+
info: function() {
|
|
28
|
+
return info;
|
|
29
|
+
},
|
|
30
|
+
prefixes: function() {
|
|
31
|
+
return prefixes;
|
|
32
|
+
},
|
|
33
|
+
ready: function() {
|
|
34
|
+
return ready;
|
|
35
|
+
},
|
|
36
|
+
trace: function() {
|
|
37
|
+
return trace;
|
|
38
|
+
},
|
|
39
|
+
wait: function() {
|
|
40
|
+
return wait;
|
|
41
|
+
},
|
|
42
|
+
warn: function() {
|
|
43
|
+
return warn;
|
|
44
|
+
},
|
|
45
|
+
warnOnce: function() {
|
|
46
|
+
return warnOnce;
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
const _picocolors = require_picocolors();
|
|
50
|
+
const _lrucache = require_lru_cache();
|
|
51
|
+
const prefixes = {
|
|
52
|
+
wait: (0, _picocolors.white)((0, _picocolors.bold)("○")),
|
|
53
|
+
error: (0, _picocolors.red)((0, _picocolors.bold)("⨯")),
|
|
54
|
+
warn: (0, _picocolors.yellow)((0, _picocolors.bold)("⚠")),
|
|
55
|
+
ready: "▲",
|
|
56
|
+
info: (0, _picocolors.white)((0, _picocolors.bold)(" ")),
|
|
57
|
+
event: (0, _picocolors.green)((0, _picocolors.bold)("✓")),
|
|
58
|
+
trace: (0, _picocolors.magenta)((0, _picocolors.bold)("»"))
|
|
59
|
+
};
|
|
60
|
+
const LOGGING_METHOD = {
|
|
61
|
+
log: "log",
|
|
62
|
+
warn: "warn",
|
|
63
|
+
error: "error"
|
|
64
|
+
};
|
|
65
|
+
function prefixedLog(prefixType, ...message) {
|
|
66
|
+
if ((message[0] === "" || message[0] === void 0) && message.length === 1) message.shift();
|
|
67
|
+
const consoleMethod = prefixType in LOGGING_METHOD ? LOGGING_METHOD[prefixType] : "log";
|
|
68
|
+
const prefix = prefixes[prefixType];
|
|
69
|
+
if (message.length === 0) console[consoleMethod]("");
|
|
70
|
+
else if (message.length === 1 && typeof message[0] === "string") console[consoleMethod](prefix + " " + message[0]);
|
|
71
|
+
else console[consoleMethod](prefix, ...message);
|
|
72
|
+
}
|
|
73
|
+
function bootstrap(message) {
|
|
74
|
+
console.log(message);
|
|
75
|
+
}
|
|
76
|
+
function wait(...message) {
|
|
77
|
+
prefixedLog("wait", ...message);
|
|
78
|
+
}
|
|
79
|
+
function error(...message) {
|
|
80
|
+
prefixedLog("error", ...message);
|
|
81
|
+
}
|
|
82
|
+
function warn(...message) {
|
|
83
|
+
prefixedLog("warn", ...message);
|
|
84
|
+
}
|
|
85
|
+
function ready(...message) {
|
|
86
|
+
prefixedLog("ready", ...message);
|
|
87
|
+
}
|
|
88
|
+
function info(...message) {
|
|
89
|
+
prefixedLog("info", ...message);
|
|
90
|
+
}
|
|
91
|
+
function event(...message) {
|
|
92
|
+
prefixedLog("event", ...message);
|
|
93
|
+
}
|
|
94
|
+
function trace(...message) {
|
|
95
|
+
prefixedLog("trace", ...message);
|
|
96
|
+
}
|
|
97
|
+
const warnOnceCache = new _lrucache.LRUCache(1e4, (value) => value.length);
|
|
98
|
+
function warnOnce(...message) {
|
|
99
|
+
const key = message.join(" ");
|
|
100
|
+
if (!warnOnceCache.has(key)) {
|
|
101
|
+
warnOnceCache.set(key, key);
|
|
102
|
+
warn(...message);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
const errorOnceCache = new _lrucache.LRUCache(1e4, (value) => value.length);
|
|
106
|
+
function errorOnce(...message) {
|
|
107
|
+
const key = message.join(" ");
|
|
108
|
+
if (!errorOnceCache.has(key)) {
|
|
109
|
+
errorOnceCache.set(key, key);
|
|
110
|
+
error(...message);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}) });
|
|
114
|
+
|
|
115
|
+
//#endregion
|
|
116
|
+
export default require_log();
|
|
117
|
+
|
|
118
|
+
export { require_log };
|
|
119
|
+
//# sourceMappingURL=log.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"log.js","names":[],"sources":["../../../../../../node_modules/next/dist/build/output/log.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n bootstrap: null,\n error: null,\n errorOnce: null,\n event: null,\n info: null,\n prefixes: null,\n ready: null,\n trace: null,\n wait: null,\n warn: null,\n warnOnce: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n bootstrap: function() {\n return bootstrap;\n },\n error: function() {\n return error;\n },\n errorOnce: function() {\n return errorOnce;\n },\n event: function() {\n return event;\n },\n info: function() {\n return info;\n },\n prefixes: function() {\n return prefixes;\n },\n ready: function() {\n return ready;\n },\n trace: function() {\n return trace;\n },\n wait: function() {\n return wait;\n },\n warn: function() {\n return warn;\n },\n warnOnce: function() {\n return warnOnce;\n }\n});\nconst _picocolors = require(\"../../lib/picocolors\");\nconst _lrucache = require(\"../../server/lib/lru-cache\");\nconst prefixes = {\n wait: (0, _picocolors.white)((0, _picocolors.bold)('○')),\n error: (0, _picocolors.red)((0, _picocolors.bold)('⨯')),\n warn: (0, _picocolors.yellow)((0, _picocolors.bold)('⚠')),\n ready: '▲',\n info: (0, _picocolors.white)((0, _picocolors.bold)(' ')),\n event: (0, _picocolors.green)((0, _picocolors.bold)('✓')),\n trace: (0, _picocolors.magenta)((0, _picocolors.bold)('»'))\n};\nconst LOGGING_METHOD = {\n log: 'log',\n warn: 'warn',\n error: 'error'\n};\nfunction prefixedLog(prefixType, ...message) {\n if ((message[0] === '' || message[0] === undefined) && message.length === 1) {\n message.shift();\n }\n const consoleMethod = prefixType in LOGGING_METHOD ? LOGGING_METHOD[prefixType] : 'log';\n const prefix = prefixes[prefixType];\n // If there's no message, don't print the prefix but a new line\n if (message.length === 0) {\n console[consoleMethod]('');\n } else {\n // Ensure if there's ANSI escape codes it's concatenated into one string.\n // Chrome DevTool can only handle color if it's in one string.\n if (message.length === 1 && typeof message[0] === 'string') {\n console[consoleMethod](prefix + ' ' + message[0]);\n } else {\n console[consoleMethod](prefix, ...message);\n }\n }\n}\nfunction bootstrap(message) {\n console.log(message);\n}\nfunction wait(...message) {\n prefixedLog('wait', ...message);\n}\nfunction error(...message) {\n prefixedLog('error', ...message);\n}\nfunction warn(...message) {\n prefixedLog('warn', ...message);\n}\nfunction ready(...message) {\n prefixedLog('ready', ...message);\n}\nfunction info(...message) {\n prefixedLog('info', ...message);\n}\nfunction event(...message) {\n prefixedLog('event', ...message);\n}\nfunction trace(...message) {\n prefixedLog('trace', ...message);\n}\nconst warnOnceCache = new _lrucache.LRUCache(10000, (value)=>value.length);\nfunction warnOnce(...message) {\n const key = message.join(' ');\n if (!warnOnceCache.has(key)) {\n warnOnceCache.set(key, key);\n warn(...message);\n }\n}\nconst errorOnceCache = new _lrucache.LRUCache(10000, (value)=>value.length);\nfunction errorOnce(...message) {\n const key = message.join(' ');\n if (!errorOnceCache.has(key)) {\n errorOnceCache.set(key, key);\n error(...message);\n }\n}\n\n//# sourceMappingURL=log.js.map"],"x_google_ignoreList":[0],"mappings":";;;;;;AACA,QAAO,eAAe,SAAS,cAAc,EACzC,OAAO,MACV,CAAC;CAcF,SAAS,QAAQ,QAAQ,KAAK;AAC1B,OAAI,IAAI,QAAQ,IAAI,QAAO,eAAe,QAAQ,MAAM;GACpD,YAAY;GACZ,KAAK,IAAI;GACZ,CAAC;;AAEN,SAAQ,SAAS;EACb,WAAW,WAAW;AAClB,UAAO;;EAEX,OAAO,WAAW;AACd,UAAO;;EAEX,WAAW,WAAW;AAClB,UAAO;;EAEX,OAAO,WAAW;AACd,UAAO;;EAEX,MAAM,WAAW;AACb,UAAO;;EAEX,UAAU,WAAW;AACjB,UAAO;;EAEX,OAAO,WAAW;AACd,UAAO;;EAEX,OAAO,WAAW;AACd,UAAO;;EAEX,MAAM,WAAW;AACb,UAAO;;EAEX,MAAM,WAAW;AACb,UAAO;;EAEX,UAAU,WAAW;AACjB,UAAO;;EAEd,CAAC;CACF,MAAM;CACN,MAAM;CACN,MAAM,WAAW;EACb,OAAO,GAAG,YAAY,QAAQ,GAAG,YAAY,MAAM,IAAI,CAAC;EACxD,QAAQ,GAAG,YAAY,MAAM,GAAG,YAAY,MAAM,IAAI,CAAC;EACvD,OAAO,GAAG,YAAY,SAAS,GAAG,YAAY,MAAM,IAAI,CAAC;EACzD,OAAO;EACP,OAAO,GAAG,YAAY,QAAQ,GAAG,YAAY,MAAM,IAAI,CAAC;EACxD,QAAQ,GAAG,YAAY,QAAQ,GAAG,YAAY,MAAM,IAAI,CAAC;EACzD,QAAQ,GAAG,YAAY,UAAU,GAAG,YAAY,MAAM,IAAI,CAAC;EAC9D;CACD,MAAM,iBAAiB;EACnB,KAAK;EACL,MAAM;EACN,OAAO;EACV;CACD,SAAS,YAAY,YAAY,GAAG,SAAS;AACzC,OAAK,QAAQ,OAAO,MAAM,QAAQ,OAAO,WAAc,QAAQ,WAAW,EACtE,SAAQ,OAAO;EAEnB,MAAM,gBAAgB,cAAc,iBAAiB,eAAe,cAAc;EAClF,MAAM,SAAS,SAAS;AAExB,MAAI,QAAQ,WAAW,EACnB,SAAQ,eAAe,GAAG;WAItB,QAAQ,WAAW,KAAK,OAAO,QAAQ,OAAO,SAC9C,SAAQ,eAAe,SAAS,MAAM,QAAQ,GAAG;MAEjD,SAAQ,eAAe,QAAQ,GAAG,QAAQ;;CAItD,SAAS,UAAU,SAAS;AACxB,UAAQ,IAAI,QAAQ;;CAExB,SAAS,KAAK,GAAG,SAAS;AACtB,cAAY,QAAQ,GAAG,QAAQ;;CAEnC,SAAS,MAAM,GAAG,SAAS;AACvB,cAAY,SAAS,GAAG,QAAQ;;CAEpC,SAAS,KAAK,GAAG,SAAS;AACtB,cAAY,QAAQ,GAAG,QAAQ;;CAEnC,SAAS,MAAM,GAAG,SAAS;AACvB,cAAY,SAAS,GAAG,QAAQ;;CAEpC,SAAS,KAAK,GAAG,SAAS;AACtB,cAAY,QAAQ,GAAG,QAAQ;;CAEnC,SAAS,MAAM,GAAG,SAAS;AACvB,cAAY,SAAS,GAAG,QAAQ;;CAEpC,SAAS,MAAM,GAAG,SAAS;AACvB,cAAY,SAAS,GAAG,QAAQ;;CAEpC,MAAM,gBAAgB,IAAI,UAAU,SAAS,MAAQ,UAAQ,MAAM,OAAO;CAC1E,SAAS,SAAS,GAAG,SAAS;EAC1B,MAAM,MAAM,QAAQ,KAAK,IAAI;AAC7B,MAAI,CAAC,cAAc,IAAI,IAAI,EAAE;AACzB,iBAAc,IAAI,KAAK,IAAI;AAC3B,QAAK,GAAG,QAAQ;;;CAGxB,MAAM,iBAAiB,IAAI,UAAU,SAAS,MAAQ,UAAQ,MAAM,OAAO;CAC3E,SAAS,UAAU,GAAG,SAAS;EAC3B,MAAM,MAAM,QAAQ,KAAK,IAAI;AAC7B,MAAI,CAAC,eAAe,IAAI,IAAI,EAAE;AAC1B,kBAAe,IAAI,KAAK,IAAI;AAC5B,SAAM,GAAG,QAAQ"}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { __commonJS } from "../../../../../_virtual/rolldown_runtime.js";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/next/dist/client/components/app-router-headers.js
|
|
4
|
+
var require_app_router_headers = /* @__PURE__ */ __commonJS({ "node_modules/next/dist/client/components/app-router-headers.js": ((exports, module) => {
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
function _export(target, all) {
|
|
7
|
+
for (var name in all) Object.defineProperty(target, name, {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: all[name]
|
|
10
|
+
});
|
|
11
|
+
}
|
|
12
|
+
_export(exports, {
|
|
13
|
+
ACTION_HEADER: function() {
|
|
14
|
+
return ACTION_HEADER;
|
|
15
|
+
},
|
|
16
|
+
FLIGHT_HEADERS: function() {
|
|
17
|
+
return FLIGHT_HEADERS;
|
|
18
|
+
},
|
|
19
|
+
NEXT_ACTION_NOT_FOUND_HEADER: function() {
|
|
20
|
+
return NEXT_ACTION_NOT_FOUND_HEADER;
|
|
21
|
+
},
|
|
22
|
+
NEXT_ACTION_REVALIDATED_HEADER: function() {
|
|
23
|
+
return NEXT_ACTION_REVALIDATED_HEADER;
|
|
24
|
+
},
|
|
25
|
+
NEXT_DID_POSTPONE_HEADER: function() {
|
|
26
|
+
return NEXT_DID_POSTPONE_HEADER;
|
|
27
|
+
},
|
|
28
|
+
NEXT_HMR_REFRESH_HASH_COOKIE: function() {
|
|
29
|
+
return NEXT_HMR_REFRESH_HASH_COOKIE;
|
|
30
|
+
},
|
|
31
|
+
NEXT_HMR_REFRESH_HEADER: function() {
|
|
32
|
+
return NEXT_HMR_REFRESH_HEADER;
|
|
33
|
+
},
|
|
34
|
+
NEXT_HTML_REQUEST_ID_HEADER: function() {
|
|
35
|
+
return NEXT_HTML_REQUEST_ID_HEADER;
|
|
36
|
+
},
|
|
37
|
+
NEXT_INSTANT_PREFETCH_HEADER: function() {
|
|
38
|
+
return NEXT_INSTANT_PREFETCH_HEADER;
|
|
39
|
+
},
|
|
40
|
+
NEXT_INSTANT_TEST_COOKIE: function() {
|
|
41
|
+
return NEXT_INSTANT_TEST_COOKIE;
|
|
42
|
+
},
|
|
43
|
+
NEXT_IS_PRERENDER_HEADER: function() {
|
|
44
|
+
return NEXT_IS_PRERENDER_HEADER;
|
|
45
|
+
},
|
|
46
|
+
NEXT_REQUEST_ID_HEADER: function() {
|
|
47
|
+
return NEXT_REQUEST_ID_HEADER;
|
|
48
|
+
},
|
|
49
|
+
NEXT_REWRITTEN_PATH_HEADER: function() {
|
|
50
|
+
return NEXT_REWRITTEN_PATH_HEADER;
|
|
51
|
+
},
|
|
52
|
+
NEXT_REWRITTEN_QUERY_HEADER: function() {
|
|
53
|
+
return NEXT_REWRITTEN_QUERY_HEADER;
|
|
54
|
+
},
|
|
55
|
+
NEXT_ROUTER_PREFETCH_HEADER: function() {
|
|
56
|
+
return NEXT_ROUTER_PREFETCH_HEADER;
|
|
57
|
+
},
|
|
58
|
+
NEXT_ROUTER_SEGMENT_PREFETCH_HEADER: function() {
|
|
59
|
+
return NEXT_ROUTER_SEGMENT_PREFETCH_HEADER;
|
|
60
|
+
},
|
|
61
|
+
NEXT_ROUTER_STALE_TIME_HEADER: function() {
|
|
62
|
+
return NEXT_ROUTER_STALE_TIME_HEADER;
|
|
63
|
+
},
|
|
64
|
+
NEXT_ROUTER_STATE_TREE_HEADER: function() {
|
|
65
|
+
return NEXT_ROUTER_STATE_TREE_HEADER;
|
|
66
|
+
},
|
|
67
|
+
NEXT_RSC_UNION_QUERY: function() {
|
|
68
|
+
return NEXT_RSC_UNION_QUERY;
|
|
69
|
+
},
|
|
70
|
+
NEXT_URL: function() {
|
|
71
|
+
return NEXT_URL;
|
|
72
|
+
},
|
|
73
|
+
RSC_CONTENT_TYPE_HEADER: function() {
|
|
74
|
+
return RSC_CONTENT_TYPE_HEADER;
|
|
75
|
+
},
|
|
76
|
+
RSC_HEADER: function() {
|
|
77
|
+
return RSC_HEADER;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
const RSC_HEADER = "rsc";
|
|
81
|
+
const ACTION_HEADER = "next-action";
|
|
82
|
+
const NEXT_ROUTER_STATE_TREE_HEADER = "next-router-state-tree";
|
|
83
|
+
const NEXT_ROUTER_PREFETCH_HEADER = "next-router-prefetch";
|
|
84
|
+
const NEXT_ROUTER_SEGMENT_PREFETCH_HEADER = "next-router-segment-prefetch";
|
|
85
|
+
const NEXT_HMR_REFRESH_HEADER = "next-hmr-refresh";
|
|
86
|
+
const NEXT_HMR_REFRESH_HASH_COOKIE = "__next_hmr_refresh_hash__";
|
|
87
|
+
const NEXT_URL = "next-url";
|
|
88
|
+
const RSC_CONTENT_TYPE_HEADER = "text/x-component";
|
|
89
|
+
const NEXT_INSTANT_PREFETCH_HEADER = "next-instant-navigation-testing-prefetch";
|
|
90
|
+
const NEXT_INSTANT_TEST_COOKIE = "next-instant-navigation-testing";
|
|
91
|
+
const FLIGHT_HEADERS = [
|
|
92
|
+
RSC_HEADER,
|
|
93
|
+
NEXT_ROUTER_STATE_TREE_HEADER,
|
|
94
|
+
NEXT_ROUTER_PREFETCH_HEADER,
|
|
95
|
+
NEXT_HMR_REFRESH_HEADER,
|
|
96
|
+
NEXT_ROUTER_SEGMENT_PREFETCH_HEADER
|
|
97
|
+
];
|
|
98
|
+
const NEXT_RSC_UNION_QUERY = "_rsc";
|
|
99
|
+
const NEXT_ROUTER_STALE_TIME_HEADER = "x-nextjs-stale-time";
|
|
100
|
+
const NEXT_DID_POSTPONE_HEADER = "x-nextjs-postponed";
|
|
101
|
+
const NEXT_REWRITTEN_PATH_HEADER = "x-nextjs-rewritten-path";
|
|
102
|
+
const NEXT_REWRITTEN_QUERY_HEADER = "x-nextjs-rewritten-query";
|
|
103
|
+
const NEXT_IS_PRERENDER_HEADER = "x-nextjs-prerender";
|
|
104
|
+
const NEXT_ACTION_NOT_FOUND_HEADER = "x-nextjs-action-not-found";
|
|
105
|
+
const NEXT_REQUEST_ID_HEADER = "x-nextjs-request-id";
|
|
106
|
+
const NEXT_HTML_REQUEST_ID_HEADER = "x-nextjs-html-request-id";
|
|
107
|
+
const NEXT_ACTION_REVALIDATED_HEADER = "x-action-revalidated";
|
|
108
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
109
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
110
|
+
Object.assign(exports.default, exports);
|
|
111
|
+
module.exports = exports.default;
|
|
112
|
+
}
|
|
113
|
+
}) });
|
|
114
|
+
|
|
115
|
+
//#endregion
|
|
116
|
+
export default require_app_router_headers();
|
|
117
|
+
|
|
118
|
+
export { require_app_router_headers };
|
|
119
|
+
//# sourceMappingURL=app-router-headers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-router-headers.js","names":[],"sources":["../../../../../../node_modules/next/dist/client/components/app-router-headers.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n ACTION_HEADER: null,\n FLIGHT_HEADERS: null,\n NEXT_ACTION_NOT_FOUND_HEADER: null,\n NEXT_ACTION_REVALIDATED_HEADER: null,\n NEXT_DID_POSTPONE_HEADER: null,\n NEXT_HMR_REFRESH_HASH_COOKIE: null,\n NEXT_HMR_REFRESH_HEADER: null,\n NEXT_HTML_REQUEST_ID_HEADER: null,\n NEXT_INSTANT_PREFETCH_HEADER: null,\n NEXT_INSTANT_TEST_COOKIE: null,\n NEXT_IS_PRERENDER_HEADER: null,\n NEXT_REQUEST_ID_HEADER: null,\n NEXT_REWRITTEN_PATH_HEADER: null,\n NEXT_REWRITTEN_QUERY_HEADER: null,\n NEXT_ROUTER_PREFETCH_HEADER: null,\n NEXT_ROUTER_SEGMENT_PREFETCH_HEADER: null,\n NEXT_ROUTER_STALE_TIME_HEADER: null,\n NEXT_ROUTER_STATE_TREE_HEADER: null,\n NEXT_RSC_UNION_QUERY: null,\n NEXT_URL: null,\n RSC_CONTENT_TYPE_HEADER: null,\n RSC_HEADER: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n ACTION_HEADER: function() {\n return ACTION_HEADER;\n },\n FLIGHT_HEADERS: function() {\n return FLIGHT_HEADERS;\n },\n NEXT_ACTION_NOT_FOUND_HEADER: function() {\n return NEXT_ACTION_NOT_FOUND_HEADER;\n },\n NEXT_ACTION_REVALIDATED_HEADER: function() {\n return NEXT_ACTION_REVALIDATED_HEADER;\n },\n NEXT_DID_POSTPONE_HEADER: function() {\n return NEXT_DID_POSTPONE_HEADER;\n },\n NEXT_HMR_REFRESH_HASH_COOKIE: function() {\n return NEXT_HMR_REFRESH_HASH_COOKIE;\n },\n NEXT_HMR_REFRESH_HEADER: function() {\n return NEXT_HMR_REFRESH_HEADER;\n },\n NEXT_HTML_REQUEST_ID_HEADER: function() {\n return NEXT_HTML_REQUEST_ID_HEADER;\n },\n NEXT_INSTANT_PREFETCH_HEADER: function() {\n return NEXT_INSTANT_PREFETCH_HEADER;\n },\n NEXT_INSTANT_TEST_COOKIE: function() {\n return NEXT_INSTANT_TEST_COOKIE;\n },\n NEXT_IS_PRERENDER_HEADER: function() {\n return NEXT_IS_PRERENDER_HEADER;\n },\n NEXT_REQUEST_ID_HEADER: function() {\n return NEXT_REQUEST_ID_HEADER;\n },\n NEXT_REWRITTEN_PATH_HEADER: function() {\n return NEXT_REWRITTEN_PATH_HEADER;\n },\n NEXT_REWRITTEN_QUERY_HEADER: function() {\n return NEXT_REWRITTEN_QUERY_HEADER;\n },\n NEXT_ROUTER_PREFETCH_HEADER: function() {\n return NEXT_ROUTER_PREFETCH_HEADER;\n },\n NEXT_ROUTER_SEGMENT_PREFETCH_HEADER: function() {\n return NEXT_ROUTER_SEGMENT_PREFETCH_HEADER;\n },\n NEXT_ROUTER_STALE_TIME_HEADER: function() {\n return NEXT_ROUTER_STALE_TIME_HEADER;\n },\n NEXT_ROUTER_STATE_TREE_HEADER: function() {\n return NEXT_ROUTER_STATE_TREE_HEADER;\n },\n NEXT_RSC_UNION_QUERY: function() {\n return NEXT_RSC_UNION_QUERY;\n },\n NEXT_URL: function() {\n return NEXT_URL;\n },\n RSC_CONTENT_TYPE_HEADER: function() {\n return RSC_CONTENT_TYPE_HEADER;\n },\n RSC_HEADER: function() {\n return RSC_HEADER;\n }\n});\nconst RSC_HEADER = 'rsc';\nconst ACTION_HEADER = 'next-action';\nconst NEXT_ROUTER_STATE_TREE_HEADER = 'next-router-state-tree';\nconst NEXT_ROUTER_PREFETCH_HEADER = 'next-router-prefetch';\nconst NEXT_ROUTER_SEGMENT_PREFETCH_HEADER = 'next-router-segment-prefetch';\nconst NEXT_HMR_REFRESH_HEADER = 'next-hmr-refresh';\nconst NEXT_HMR_REFRESH_HASH_COOKIE = '__next_hmr_refresh_hash__';\nconst NEXT_URL = 'next-url';\nconst RSC_CONTENT_TYPE_HEADER = 'text/x-component';\nconst NEXT_INSTANT_PREFETCH_HEADER = 'next-instant-navigation-testing-prefetch';\nconst NEXT_INSTANT_TEST_COOKIE = 'next-instant-navigation-testing';\nconst FLIGHT_HEADERS = [\n RSC_HEADER,\n NEXT_ROUTER_STATE_TREE_HEADER,\n NEXT_ROUTER_PREFETCH_HEADER,\n NEXT_HMR_REFRESH_HEADER,\n NEXT_ROUTER_SEGMENT_PREFETCH_HEADER\n];\nconst NEXT_RSC_UNION_QUERY = '_rsc';\nconst NEXT_ROUTER_STALE_TIME_HEADER = 'x-nextjs-stale-time';\nconst NEXT_DID_POSTPONE_HEADER = 'x-nextjs-postponed';\nconst NEXT_REWRITTEN_PATH_HEADER = 'x-nextjs-rewritten-path';\nconst NEXT_REWRITTEN_QUERY_HEADER = 'x-nextjs-rewritten-query';\nconst NEXT_IS_PRERENDER_HEADER = 'x-nextjs-prerender';\nconst NEXT_ACTION_NOT_FOUND_HEADER = 'x-nextjs-action-not-found';\nconst NEXT_REQUEST_ID_HEADER = 'x-nextjs-request-id';\nconst NEXT_HTML_REQUEST_ID_HEADER = 'x-nextjs-html-request-id';\nconst NEXT_ACTION_REVALIDATED_HEADER = 'x-action-revalidated';\n\nif ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {\n Object.defineProperty(exports.default, '__esModule', { value: true });\n Object.assign(exports.default, exports);\n module.exports = exports.default;\n}\n\n//# sourceMappingURL=app-router-headers.js.map"],"x_google_ignoreList":[0],"mappings":";;;;AACA,QAAO,eAAe,SAAS,cAAc,EACzC,OAAO,MACV,CAAC;CAyBF,SAAS,QAAQ,QAAQ,KAAK;AAC1B,OAAI,IAAI,QAAQ,IAAI,QAAO,eAAe,QAAQ,MAAM;GACpD,YAAY;GACZ,KAAK,IAAI;GACZ,CAAC;;AAEN,SAAQ,SAAS;EACb,eAAe,WAAW;AACtB,UAAO;;EAEX,gBAAgB,WAAW;AACvB,UAAO;;EAEX,8BAA8B,WAAW;AACrC,UAAO;;EAEX,gCAAgC,WAAW;AACvC,UAAO;;EAEX,0BAA0B,WAAW;AACjC,UAAO;;EAEX,8BAA8B,WAAW;AACrC,UAAO;;EAEX,yBAAyB,WAAW;AAChC,UAAO;;EAEX,6BAA6B,WAAW;AACpC,UAAO;;EAEX,8BAA8B,WAAW;AACrC,UAAO;;EAEX,0BAA0B,WAAW;AACjC,UAAO;;EAEX,0BAA0B,WAAW;AACjC,UAAO;;EAEX,wBAAwB,WAAW;AAC/B,UAAO;;EAEX,4BAA4B,WAAW;AACnC,UAAO;;EAEX,6BAA6B,WAAW;AACpC,UAAO;;EAEX,6BAA6B,WAAW;AACpC,UAAO;;EAEX,qCAAqC,WAAW;AAC5C,UAAO;;EAEX,+BAA+B,WAAW;AACtC,UAAO;;EAEX,+BAA+B,WAAW;AACtC,UAAO;;EAEX,sBAAsB,WAAW;AAC7B,UAAO;;EAEX,UAAU,WAAW;AACjB,UAAO;;EAEX,yBAAyB,WAAW;AAChC,UAAO;;EAEX,YAAY,WAAW;AACnB,UAAO;;EAEd,CAAC;CACF,MAAM,aAAa;CACnB,MAAM,gBAAgB;CACtB,MAAM,gCAAgC;CACtC,MAAM,8BAA8B;CACpC,MAAM,sCAAsC;CAC5C,MAAM,0BAA0B;CAChC,MAAM,+BAA+B;CACrC,MAAM,WAAW;CACjB,MAAM,0BAA0B;CAChC,MAAM,+BAA+B;CACrC,MAAM,2BAA2B;CACjC,MAAM,iBAAiB;EACnB;EACA;EACA;EACA;EACA;EACH;CACD,MAAM,uBAAuB;CAC7B,MAAM,gCAAgC;CACtC,MAAM,2BAA2B;CACjC,MAAM,6BAA6B;CACnC,MAAM,8BAA8B;CACpC,MAAM,2BAA2B;CACjC,MAAM,+BAA+B;CACrC,MAAM,yBAAyB;CAC/B,MAAM,8BAA8B;CACpC,MAAM,iCAAiC;AAEvC,MAAK,OAAO,QAAQ,YAAY,cAAe,OAAO,QAAQ,YAAY,YAAY,QAAQ,YAAY,SAAU,OAAO,QAAQ,QAAQ,eAAe,aAAa;AACrK,SAAO,eAAe,QAAQ,SAAS,cAAc,EAAE,OAAO,MAAM,CAAC;AACrE,SAAO,OAAO,QAAQ,SAAS,QAAQ;AACvC,SAAO,UAAU,QAAQ"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { __commonJS } from "../../../../../_virtual/rolldown_runtime.js";
|
|
2
|
+
|
|
3
|
+
//#region node_modules/next/dist/client/components/hooks-server-context.js
|
|
4
|
+
var require_hooks_server_context = /* @__PURE__ */ __commonJS({ "node_modules/next/dist/client/components/hooks-server-context.js": ((exports, module) => {
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
function _export(target, all) {
|
|
7
|
+
for (var name in all) Object.defineProperty(target, name, {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: all[name]
|
|
10
|
+
});
|
|
11
|
+
}
|
|
12
|
+
_export(exports, {
|
|
13
|
+
DynamicServerError: function() {
|
|
14
|
+
return DynamicServerError;
|
|
15
|
+
},
|
|
16
|
+
isDynamicServerError: function() {
|
|
17
|
+
return isDynamicServerError;
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
const DYNAMIC_ERROR_CODE = "DYNAMIC_SERVER_USAGE";
|
|
21
|
+
var DynamicServerError = class extends Error {
|
|
22
|
+
constructor(description) {
|
|
23
|
+
super(`Dynamic server usage: ${description}`), this.description = description, this.digest = DYNAMIC_ERROR_CODE;
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
function isDynamicServerError(err) {
|
|
27
|
+
if (typeof err !== "object" || err === null || !("digest" in err) || typeof err.digest !== "string") return false;
|
|
28
|
+
return err.digest === DYNAMIC_ERROR_CODE;
|
|
29
|
+
}
|
|
30
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
31
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
32
|
+
Object.assign(exports.default, exports);
|
|
33
|
+
module.exports = exports.default;
|
|
34
|
+
}
|
|
35
|
+
}) });
|
|
36
|
+
|
|
37
|
+
//#endregion
|
|
38
|
+
export default require_hooks_server_context();
|
|
39
|
+
|
|
40
|
+
export { require_hooks_server_context };
|
|
41
|
+
//# sourceMappingURL=hooks-server-context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hooks-server-context.js","names":[],"sources":["../../../../../../node_modules/next/dist/client/components/hooks-server-context.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n DynamicServerError: null,\n isDynamicServerError: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n DynamicServerError: function() {\n return DynamicServerError;\n },\n isDynamicServerError: function() {\n return isDynamicServerError;\n }\n});\nconst DYNAMIC_ERROR_CODE = 'DYNAMIC_SERVER_USAGE';\nclass DynamicServerError extends Error {\n constructor(description){\n super(`Dynamic server usage: ${description}`), this.description = description, this.digest = DYNAMIC_ERROR_CODE;\n }\n}\nfunction isDynamicServerError(err) {\n if (typeof err !== 'object' || err === null || !('digest' in err) || typeof err.digest !== 'string') {\n return false;\n }\n return err.digest === DYNAMIC_ERROR_CODE;\n}\n\nif ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {\n Object.defineProperty(exports.default, '__esModule', { value: true });\n Object.assign(exports.default, exports);\n module.exports = exports.default;\n}\n\n//# sourceMappingURL=hooks-server-context.js.map"],"x_google_ignoreList":[0],"mappings":";;;;AACA,QAAO,eAAe,SAAS,cAAc,EACzC,OAAO,MACV,CAAC;CAKF,SAAS,QAAQ,QAAQ,KAAK;AAC1B,OAAI,IAAI,QAAQ,IAAI,QAAO,eAAe,QAAQ,MAAM;GACpD,YAAY;GACZ,KAAK,IAAI;GACZ,CAAC;;AAEN,SAAQ,SAAS;EACb,oBAAoB,WAAW;AAC3B,UAAO;;EAEX,sBAAsB,WAAW;AAC7B,UAAO;;EAEd,CAAC;CACF,MAAM,qBAAqB;CAC3B,IAAM,qBAAN,cAAiC,MAAM;EACnC,YAAY,aAAY;AACpB,SAAM,yBAAyB,cAAc,EAAE,KAAK,cAAc,aAAa,KAAK,SAAS;;;CAGrG,SAAS,qBAAqB,KAAK;AAC/B,MAAI,OAAO,QAAQ,YAAY,QAAQ,QAAQ,EAAE,YAAY,QAAQ,OAAO,IAAI,WAAW,SACvF,QAAO;AAEX,SAAO,IAAI,WAAW;;AAG1B,MAAK,OAAO,QAAQ,YAAY,cAAe,OAAO,QAAQ,YAAY,YAAY,QAAQ,YAAY,SAAU,OAAO,QAAQ,QAAQ,eAAe,aAAa;AACrK,SAAO,eAAe,QAAQ,SAAS,cAAc,EAAE,OAAO,MAAM,CAAC;AACrE,SAAO,OAAO,QAAQ,SAAS,QAAQ;AACvC,SAAO,UAAU,QAAQ"}
|