@baseplate-dev/plugin-auth 0.6.11 → 0.6.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -0
- package/dist/better-auth/constants/packages.d.ts +1 -1
- package/dist/better-auth/constants/packages.js +1 -1
- package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.d.ts +2 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.d.ts +4 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.d.ts +3 -0
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +43 -6
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +21 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +46 -10
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +18 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js +6 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts +24 -6
- package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js +8 -5
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +20 -4
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js +10 -5
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/plugins/better-auth.plugin.ts +7 -4
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +76 -59
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/user-session.service.ts +58 -46
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +7 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +42 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +70 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +14 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +7 -0
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +7 -23
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +29 -66
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +7 -23
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +2 -8
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +37 -66
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +5 -6
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +8 -4
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts +3 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +4 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +9 -6
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +2 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +5 -3
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +4 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +62 -8
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +21 -11
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +152 -10
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +52 -2
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +14 -4
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +9 -3
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +6 -3
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +102 -8
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +19 -5
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts +0 -4
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js +2 -15
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.ts +2 -16
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.worker.d.ts +6 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.worker.js +18 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.worker.ts +22 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js +1 -2
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.ts +4 -2
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts +0 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +0 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +0 -2
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +52 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +77 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js +2 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.tsx +2 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.tsx +1 -1
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +14 -0
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +7 -0
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +14 -0
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +7 -0
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts +2 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts +10 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js +8 -5
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts +3 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js +2 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/{auth-module.generator.d.ts → placeholder-auth-module.generator.d.ts} +20 -3
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/{auth-module.generator.js → placeholder-auth-module.generator.js} +16 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts +5 -21
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js +17 -26
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.ts +21 -31
- package/dist/web/assets/{_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-DEljr3MS.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-DxRuC5lD.js} +89 -73
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-B6a7L2-k.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Dbjihoi-.js} +50 -13
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-JKpdJ1L0.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-CpEOtTmq.js} +50 -14
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-DsLoA9K7.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-BTSgZGcl.js} +6932 -6106
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CGsbw2Lx.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CJ027_El.js} +72 -151
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-DE4UUe5K.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-Do-7VDVw.js} +30 -247
- package/dist/web/assets/auth-gRzmaSZc.js +1 -0
- package/dist/web/assets/{common-CTWnBc6I.js → common-B4cD6OfF.js} +6 -6
- package/dist/web/assets/{common-g_Gn0v5J.js → common-B9LNVIXT.js} +4 -4
- package/dist/web/assets/{common-kfSP8YQO.js → common-B9sZoKR5.js} +6 -6
- package/dist/web/assets/{common-CzNLnT_1.js → common-DF9FD3lJ.js} +4 -4
- package/dist/web/assets/{common-zfktVQvk.js → common-S36tY-P3.js} +3 -3
- package/dist/web/assets/{common-B3OG-gju.js → common-sMUs9FmV.js} +3 -3
- package/dist/web/assets/{dist-C6kDPCTC.js → dist-CtqdAorB.js} +376 -256
- package/dist/web/assets/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-Bt9-dftr.js → dist-SBfmsOB2.js} +43 -359
- package/dist/web/assets/{get-auth-plugin-definition-2vFJROjB.js → get-auth-plugin-definition-Bs9C6JrS.js} +2 -2
- package/dist/web/assets/hostInit-BtfjN9sB.js +99 -0
- package/dist/web/assets/{index-Cr47LBtj.js → index-DVCa_MuH.js} +2 -2
- package/dist/web/assets/{mf-entry-bootstrap-0-13480d2a.js → mf-entry-bootstrap-0-31a63adb.js} +5 -2
- package/dist/web/assets/{model-utils-ZF_FVZ_o.js → model-utils-BDM6ILfO.js} +43 -15
- package/dist/web/assets/{models-DPPMgQz_.js → models-1c2urnle.js} +3 -3
- package/dist/web/assets/{models-CORL4i-6.js → models-DGhhwO8Q.js} +3 -3
- package/dist/web/assets/{plugin-definition-UAfMRa7u.js → plugin-definition-B-HRncfN.js} +3 -3
- package/dist/web/assets/{plugin-definition-mNNM2hOB.js → plugin-definition-Dluw2inU.js} +3 -3
- package/dist/web/assets/{styles-DNVWarsT.js → styles-BTmSBHAy.js} +15 -12
- package/dist/web/assets/{virtualExposes-CZsMFYa2.js → virtualExposes-C1o-SyCQ.js} +1 -1
- package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-Bs76by83.js +259 -0
- package/dist/web/assets/{virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-DC8YPV1Z.js → virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-B5SkIaaz.js} +13 -13
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-CmilMd0E.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DotA2McS.js} +50 -15
- package/dist/web/assets/{web-CNMEeTj-.js → web-B2REeIGU.js} +3 -3
- package/dist/web/assets/{web-BldKZtQd.js → web-BEOhczx1.js} +16 -16
- package/dist/web/assets/{web-y8E7eNgy.js → web-Bh_3N1sv.js} +17 -17
- package/dist/web/assets/{web-DiGj_0d0.js → web-CiuxQhgn.js} +20 -20
- package/dist/web/assets/{web-OntIhIfe.js → web-DGv5-Arz.js} +35 -35
- package/dist/web/assets/{web-BbqWFVPH.js → web-jcCkQISW.js} +31 -18
- package/dist/web/assets/{web-CnsQCdFE.js → web-wBaHshVG.js} +3 -3
- package/dist/web/index.html +2 -2
- package/dist/web/remoteEntry.js +1 -1
- package/dist/web/remoteEntry.ssr.js +1 -1
- package/package.json +26 -26
- package/dist/web/assets/auth-YjeUffyx.js +0 -1
- package/dist/web/assets/hostInit-35H-qR11.js +0 -119
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as __exportAll } from "./rolldown-runtime-FZ4Itg2g.js";
|
|
2
|
-
import { $ as
|
|
2
|
+
import { $ as __mf_11$2, J as __mf_2$3, Q as __mf_1$3, X as require_with_selector, Z as __mfDefaultExport$1, at as __mf_22$2, bt as __mf_2$2, dt as __mf_31$2, et as __mf_12$2, ft as __mf_34$2, ht as init__virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__react__loadShare__, it as __mf_20$2, lt as __mf_28$2, mt as __mf_6$2, nt as __mf_17$2, ot as __mf_23$2, pt as __mf_35$2, rt as __mf_18$2, st as __mf_26$2, tt as __mf_14$2, ut as __mf_30$2, vt as __mf_0$2, yt as __mf_1$2 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-BTSgZGcl.js";
|
|
3
3
|
//#region ../../node_modules/.pnpm/@tanstack+store@0.8.0/node_modules/@tanstack/store/dist/esm/scheduler.js
|
|
4
4
|
var __storeToDerived = /* @__PURE__ */ new WeakMap();
|
|
5
5
|
var __derivedToStore = /* @__PURE__ */ new WeakMap();
|
|
@@ -3681,8 +3681,9 @@ function stripSearchParams(input) {
|
|
|
3681
3681
|
};
|
|
3682
3682
|
}
|
|
3683
3683
|
//#endregion
|
|
3684
|
-
//#region ../../node_modules/.pnpm/seroval@1.5.
|
|
3685
|
-
var L = ((i) => (i[i.AggregateError = 1] = "AggregateError", i[i.ArrowFunction = 2] = "ArrowFunction", i[i.ErrorPrototypeStack = 4] = "ErrorPrototypeStack", i[i.ObjectAssign = 8] = "ObjectAssign", i[i.BigIntTypedArray = 16] = "BigIntTypedArray", i[i.RegExp = 32] = "RegExp", i))(L || {})
|
|
3684
|
+
//#region ../../node_modules/.pnpm/seroval@1.5.6/node_modules/seroval/dist/esm/production/index.mjs
|
|
3685
|
+
var L = ((i) => (i[i.AggregateError = 1] = "AggregateError", i[i.ArrowFunction = 2] = "ArrowFunction", i[i.ErrorPrototypeStack = 4] = "ErrorPrototypeStack", i[i.ObjectAssign = 8] = "ObjectAssign", i[i.BigIntTypedArray = 16] = "BigIntTypedArray", i[i.RegExp = 32] = "RegExp", i))(L || {});
|
|
3686
|
+
var o = void 0;
|
|
3686
3687
|
Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY;
|
|
3687
3688
|
function c(e, r, t, n, a, s, i, u, l, g, S, d) {
|
|
3688
3689
|
return {
|
|
@@ -3700,18 +3701,19 @@ function c(e, r, t, n, a, s, i, u, l, g, S, d) {
|
|
|
3700
3701
|
l: d
|
|
3701
3702
|
};
|
|
3702
3703
|
}
|
|
3703
|
-
function
|
|
3704
|
+
function B(e) {
|
|
3704
3705
|
return c(2, o, e, o, o, o, o, o, o, o, o, o);
|
|
3705
3706
|
}
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
var U = "__SEROVAL_REFS__"
|
|
3707
|
+
B(2);
|
|
3708
|
+
B(3);
|
|
3709
|
+
B(1);
|
|
3710
|
+
B(0);
|
|
3711
|
+
B(4);
|
|
3712
|
+
B(5);
|
|
3713
|
+
B(6);
|
|
3714
|
+
B(7);
|
|
3715
|
+
var U = "__SEROVAL_REFS__";
|
|
3716
|
+
var j = /* @__PURE__ */ new Map();
|
|
3715
3717
|
typeof globalThis != "undefined" ? Object.defineProperty(globalThis, U, {
|
|
3716
3718
|
value: j,
|
|
3717
3719
|
configurable: !0,
|
|
@@ -3733,7 +3735,8 @@ typeof globalThis != "undefined" ? Object.defineProperty(globalThis, U, {
|
|
|
3733
3735
|
writable: !1,
|
|
3734
3736
|
enumerable: !1
|
|
3735
3737
|
});
|
|
3736
|
-
var { toString:
|
|
3738
|
+
var { toString: bs } = Object.prototype;
|
|
3739
|
+
var ee = () => {
|
|
3737
3740
|
let e = {
|
|
3738
3741
|
p: 0,
|
|
3739
3742
|
s: 0,
|
|
@@ -3742,15 +3745,17 @@ var { toString: ys } = Object.prototype, re = () => {
|
|
|
3742
3745
|
return e.p = new Promise((r, t) => {
|
|
3743
3746
|
e.s = r, e.f = t;
|
|
3744
3747
|
}), e;
|
|
3745
|
-
}
|
|
3748
|
+
};
|
|
3749
|
+
var In = (e, r) => {
|
|
3746
3750
|
e.s(r), e.p.s = 1, e.p.v = r;
|
|
3747
|
-
}
|
|
3751
|
+
};
|
|
3752
|
+
var Rn = (e, r) => {
|
|
3748
3753
|
e.f(r), e.p.s = 2, e.p.v = r;
|
|
3749
3754
|
};
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
var
|
|
3755
|
+
ee.toString();
|
|
3756
|
+
In.toString();
|
|
3757
|
+
Rn.toString();
|
|
3758
|
+
var xr = () => {
|
|
3754
3759
|
let e = [], r = [], t = !0, n = !1, a = 0, s = (l, g, S) => {
|
|
3755
3760
|
for (S = 0; S < a; S++) r[S] && r[S][g](l);
|
|
3756
3761
|
}, i = (l, g, S, d) => {
|
|
@@ -3772,8 +3777,8 @@ var Rr = () => {
|
|
|
3772
3777
|
}
|
|
3773
3778
|
};
|
|
3774
3779
|
};
|
|
3775
|
-
|
|
3776
|
-
var
|
|
3780
|
+
xr.toString();
|
|
3781
|
+
var Tr = (e) => (r) => () => {
|
|
3777
3782
|
let t = 0, n = {
|
|
3778
3783
|
[e]: () => n,
|
|
3779
3784
|
next: () => {
|
|
@@ -3791,8 +3796,8 @@ var Pr = (e) => (r) => () => {
|
|
|
3791
3796
|
};
|
|
3792
3797
|
return n;
|
|
3793
3798
|
};
|
|
3794
|
-
|
|
3795
|
-
var
|
|
3799
|
+
Tr.toString();
|
|
3800
|
+
var Or = (e, r) => (t) => () => {
|
|
3796
3801
|
let n = 0, a = -1, s = !1, i = [], u = [], l = (S = 0, d = u.length) => {
|
|
3797
3802
|
for (; S < d; S++) u[S].s({
|
|
3798
3803
|
done: !0,
|
|
@@ -3823,14 +3828,14 @@ var xr = (e, r) => (t) => () => {
|
|
|
3823
3828
|
[e]: () => g,
|
|
3824
3829
|
next: () => {
|
|
3825
3830
|
if (a === -1) {
|
|
3826
|
-
let
|
|
3827
|
-
if (
|
|
3828
|
-
let
|
|
3829
|
-
return u.push(
|
|
3831
|
+
let G = n++;
|
|
3832
|
+
if (G >= i.length) {
|
|
3833
|
+
let tt = r();
|
|
3834
|
+
return u.push(tt), tt.p;
|
|
3830
3835
|
}
|
|
3831
3836
|
return {
|
|
3832
3837
|
done: !1,
|
|
3833
|
-
value: i[
|
|
3838
|
+
value: i[G]
|
|
3834
3839
|
};
|
|
3835
3840
|
}
|
|
3836
3841
|
if (n > a) return {
|
|
@@ -3851,15 +3856,17 @@ var xr = (e, r) => (t) => () => {
|
|
|
3851
3856
|
};
|
|
3852
3857
|
return g;
|
|
3853
3858
|
};
|
|
3854
|
-
|
|
3855
|
-
var
|
|
3859
|
+
Or.toString();
|
|
3860
|
+
var wr = (e) => {
|
|
3856
3861
|
let r = atob(e), t = r.length, n = new Uint8Array(t);
|
|
3857
3862
|
for (let a = 0; a < t; a++) n[a] = r.charCodeAt(a);
|
|
3858
3863
|
return n.buffer;
|
|
3859
3864
|
};
|
|
3860
|
-
|
|
3861
|
-
var
|
|
3862
|
-
|
|
3865
|
+
wr.toString();
|
|
3866
|
+
var oe = ((t) => (t[t.Vanilla = 1] = "Vanilla", t[t.Cross = 2] = "Cross", t))(oe || {});
|
|
3867
|
+
var Ro = () => T;
|
|
3868
|
+
var Po = Ro.toString();
|
|
3869
|
+
/=>/.test(Po);
|
|
3863
3870
|
//#endregion
|
|
3864
3871
|
//#region ../../node_modules/.pnpm/@tanstack+router-core@1.159.4/node_modules/@tanstack/router-core/dist/esm/ssr/serializer/transformer.js
|
|
3865
3872
|
function createSerializationAdapter(opts) {
|
|
@@ -5857,7 +5864,7 @@ var _virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild___mf_0_tanstack_mf_1_
|
|
|
5857
5864
|
createRouterConfig: () => __mf_7$1,
|
|
5858
5865
|
createSerializationAdapter: () => __mf_8$1,
|
|
5859
5866
|
deepEqual: () => __mf_9$1,
|
|
5860
|
-
default: () =>
|
|
5867
|
+
default: () => _virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild___mf_0_tanstack_mf_1_react_mf_2_router__prebuild___default,
|
|
5861
5868
|
defaultParseSearch: () => __mf_10$1,
|
|
5862
5869
|
defaultSerializeError: () => __mf_11$1,
|
|
5863
5870
|
defaultStringifySearch: () => __mf_12$1,
|
|
@@ -6021,118 +6028,9 @@ var __mf_102$1 = __mfPrebuildExports["Asset"];
|
|
|
6021
6028
|
var __mf_103$1 = __mfPrebuildExports["HeadContent"];
|
|
6022
6029
|
var __mf_104$1 = __mfPrebuildExports["useTags"];
|
|
6023
6030
|
var __mf_105$1 = __mfPrebuildExports["Scripts"];
|
|
6031
|
+
var _virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild___mf_0_tanstack_mf_1_react_mf_2_router__prebuild___default = Reflect.get(esm_exports, "default") ?? esm_exports;
|
|
6024
6032
|
//#endregion
|
|
6025
6033
|
//#region \0virtual:mf:__mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js
|
|
6026
|
-
var _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare___exports = /* @__PURE__ */ __exportAll({
|
|
6027
|
-
Asset: () => __mf_102,
|
|
6028
|
-
Await: () => __mf_40,
|
|
6029
|
-
Block: () => __mf_85,
|
|
6030
|
-
CatchBoundary: () => __mf_42,
|
|
6031
|
-
CatchNotFound: () => __mf_99,
|
|
6032
|
-
ClientOnly: () => __mf_44,
|
|
6033
|
-
DefaultGlobalNotFound: () => __mf_100,
|
|
6034
|
-
ErrorComponent: () => __mf_43,
|
|
6035
|
-
FileRoute: () => __mf_46,
|
|
6036
|
-
FileRouteLoader: () => __mf_47,
|
|
6037
|
-
HeadContent: () => __mf_103,
|
|
6038
|
-
LazyRoute: () => __mf_48,
|
|
6039
|
-
Link: () => __mf_53,
|
|
6040
|
-
Match: () => __mf_64,
|
|
6041
|
-
MatchRoute: () => __mf_57,
|
|
6042
|
-
Matches: () => __mf_58,
|
|
6043
|
-
Navigate: () => __mf_87,
|
|
6044
|
-
NotFoundRoute: () => __mf_69,
|
|
6045
|
-
Outlet: () => __mf_65,
|
|
6046
|
-
PathParamError: () => __mf_0,
|
|
6047
|
-
RootRoute: () => __mf_70,
|
|
6048
|
-
Route: () => __mf_71,
|
|
6049
|
-
RouteApi: () => __mf_72,
|
|
6050
|
-
Router: () => __mf_79,
|
|
6051
|
-
RouterContextProvider: () => __mf_81,
|
|
6052
|
-
RouterProvider: () => __mf_82,
|
|
6053
|
-
ScriptOnce: () => __mf_101,
|
|
6054
|
-
Scripts: () => __mf_105,
|
|
6055
|
-
ScrollRestoration: () => __mf_83,
|
|
6056
|
-
SearchParamError: () => __mf_1,
|
|
6057
|
-
TSR_DEFERRED_PROMISE: () => __mf_2,
|
|
6058
|
-
__moduleExports: () => __moduleExports,
|
|
6059
|
-
cleanPath: () => __mf_3,
|
|
6060
|
-
componentTypes: () => __mf_4,
|
|
6061
|
-
composeRewrites: () => __mf_5,
|
|
6062
|
-
createBrowserHistory: () => __mf_36,
|
|
6063
|
-
createControlledPromise: () => __mf_6,
|
|
6064
|
-
createFileRoute: () => __mf_49,
|
|
6065
|
-
createHashHistory: () => __mf_37,
|
|
6066
|
-
createHistory: () => __mf_38,
|
|
6067
|
-
createLazyFileRoute: () => __mf_50,
|
|
6068
|
-
createLazyRoute: () => __mf_51,
|
|
6069
|
-
createLink: () => __mf_54,
|
|
6070
|
-
createMemoryHistory: () => __mf_39,
|
|
6071
|
-
createRootRoute: () => __mf_73,
|
|
6072
|
-
createRootRouteWithContext: () => __mf_74,
|
|
6073
|
-
createRoute: () => __mf_75,
|
|
6074
|
-
createRouteMask: () => __mf_76,
|
|
6075
|
-
createRouter: () => __mf_80,
|
|
6076
|
-
createRouterConfig: () => __mf_7,
|
|
6077
|
-
createSerializationAdapter: () => __mf_8,
|
|
6078
|
-
deepEqual: () => __mf_9,
|
|
6079
|
-
default: () => __mfDefaultExport,
|
|
6080
|
-
defaultParseSearch: () => __mf_10,
|
|
6081
|
-
defaultSerializeError: () => __mf_11,
|
|
6082
|
-
defaultStringifySearch: () => __mf_12,
|
|
6083
|
-
defer: () => __mf_13,
|
|
6084
|
-
functionalUpdate: () => __mf_14,
|
|
6085
|
-
getInitialRouterState: () => __mf_15,
|
|
6086
|
-
getRouteApi: () => __mf_77,
|
|
6087
|
-
getRouterContext: () => __mf_91,
|
|
6088
|
-
interpolatePath: () => __mf_16,
|
|
6089
|
-
isMatch: () => __mf_17,
|
|
6090
|
-
isNotFound: () => __mf_18,
|
|
6091
|
-
isPlainArray: () => __mf_19,
|
|
6092
|
-
isPlainObject: () => __mf_20,
|
|
6093
|
-
isRedirect: () => __mf_21,
|
|
6094
|
-
joinPaths: () => __mf_22,
|
|
6095
|
-
lazyFn: () => __mf_23,
|
|
6096
|
-
lazyRouteComponent: () => __mf_52,
|
|
6097
|
-
linkOptions: () => __mf_55,
|
|
6098
|
-
matchContext: () => __mf_63,
|
|
6099
|
-
notFound: () => __mf_24,
|
|
6100
|
-
parseSearchWith: () => __mf_25,
|
|
6101
|
-
redirect: () => __mf_26,
|
|
6102
|
-
replaceEqualDeep: () => __mf_27,
|
|
6103
|
-
resolvePath: () => __mf_28,
|
|
6104
|
-
retainSearchParams: () => __mf_29,
|
|
6105
|
-
rootRouteId: () => __mf_30,
|
|
6106
|
-
rootRouteWithContext: () => __mf_78,
|
|
6107
|
-
stringifySearchWith: () => __mf_31,
|
|
6108
|
-
stripSearchParams: () => __mf_32,
|
|
6109
|
-
trimPath: () => __mf_33,
|
|
6110
|
-
trimPathLeft: () => __mf_34,
|
|
6111
|
-
trimPathRight: () => __mf_35,
|
|
6112
|
-
useAwaited: () => __mf_41,
|
|
6113
|
-
useBlocker: () => __mf_86,
|
|
6114
|
-
useCanGoBack: () => __mf_96,
|
|
6115
|
-
useChildMatches: () => __mf_59,
|
|
6116
|
-
useElementScrollRestoration: () => __mf_84,
|
|
6117
|
-
useHydrated: () => __mf_45,
|
|
6118
|
-
useLayoutEffect: () => __mf_97,
|
|
6119
|
-
useLinkProps: () => __mf_56,
|
|
6120
|
-
useLoaderData: () => __mf_68,
|
|
6121
|
-
useLoaderDeps: () => __mf_67,
|
|
6122
|
-
useLocation: () => __mf_95,
|
|
6123
|
-
useMatch: () => __mf_66,
|
|
6124
|
-
useMatchRoute: () => __mf_60,
|
|
6125
|
-
useMatches: () => __mf_61,
|
|
6126
|
-
useNavigate: () => __mf_88,
|
|
6127
|
-
useParams: () => __mf_89,
|
|
6128
|
-
useParentMatches: () => __mf_62,
|
|
6129
|
-
useRouteContext: () => __mf_92,
|
|
6130
|
-
useRouter: () => __mf_93,
|
|
6131
|
-
useRouterState: () => __mf_94,
|
|
6132
|
-
useSearch: () => __mf_90,
|
|
6133
|
-
useStableCallback: () => __mf_98,
|
|
6134
|
-
useTags: () => __mf_104
|
|
6135
|
-
});
|
|
6136
6034
|
var __mfCacheGlobalKey = "__mf_module_cache__";
|
|
6137
6035
|
globalThis[__mfCacheGlobalKey] ||= {
|
|
6138
6036
|
share: {},
|
|
@@ -6148,6 +6046,24 @@ for (const __mfShareKey of Object.keys(__mfModuleCache.share)) if (__mfShareKey.
|
|
|
6148
6046
|
const __mfDefaultShareKey = "default:" + __mfShareKey;
|
|
6149
6047
|
if (__mfModuleCache.share[__mfDefaultShareKey] === void 0) __mfModuleCache.share[__mfDefaultShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
6150
6048
|
}
|
|
6049
|
+
var __mfReadSharedCache = (cache, descriptor) => {
|
|
6050
|
+
const value = cache[descriptor.canonical];
|
|
6051
|
+
if (value !== void 0) return value;
|
|
6052
|
+
const aliases = descriptor.aliases || [];
|
|
6053
|
+
for (const alias of aliases) {
|
|
6054
|
+
const aliasValue = cache[alias];
|
|
6055
|
+
if (aliasValue !== void 0) {
|
|
6056
|
+
cache[descriptor.canonical] = aliasValue;
|
|
6057
|
+
return aliasValue;
|
|
6058
|
+
}
|
|
6059
|
+
}
|
|
6060
|
+
};
|
|
6061
|
+
var __mfWriteSharedCache = (cache, descriptor, value) => {
|
|
6062
|
+
cache[descriptor.canonical] = value;
|
|
6063
|
+
const aliases = descriptor.aliases || [];
|
|
6064
|
+
for (const alias of aliases) if (cache[alias] === void 0) cache[alias] = value;
|
|
6065
|
+
return value;
|
|
6066
|
+
};
|
|
6151
6067
|
var __mfNormalizeShareModule = (mod) => {
|
|
6152
6068
|
let current = mod;
|
|
6153
6069
|
for (let i = 0; i < 5; i++) {
|
|
@@ -6159,12 +6075,18 @@ var __mfNormalizeShareModule = (mod) => {
|
|
|
6159
6075
|
}
|
|
6160
6076
|
return current;
|
|
6161
6077
|
};
|
|
6162
|
-
var exportModule = __mfModuleCache.share
|
|
6078
|
+
var exportModule = __mfReadSharedCache(__mfModuleCache.share, {
|
|
6079
|
+
"canonical": "default:@tanstack/react-router",
|
|
6080
|
+
"aliases": ["@tanstack/react-router"]
|
|
6081
|
+
});
|
|
6163
6082
|
if (exportModule === void 0) {
|
|
6164
6083
|
exportModule = __mfNormalizeShareModule(_virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild___mf_0_tanstack_mf_1_react_mf_2_router__prebuild___exports);
|
|
6165
|
-
__mfModuleCache.share
|
|
6084
|
+
__mfWriteSharedCache(__mfModuleCache.share, {
|
|
6085
|
+
"canonical": "default:@tanstack/react-router",
|
|
6086
|
+
"aliases": ["@tanstack/react-router"]
|
|
6087
|
+
}, exportModule);
|
|
6166
6088
|
}
|
|
6167
|
-
|
|
6089
|
+
(() => {
|
|
6168
6090
|
let current = exportModule;
|
|
6169
6091
|
for (let i = 0; i < 5; i++) {
|
|
6170
6092
|
const defaultExport = current?.default;
|
|
@@ -6174,8 +6096,7 @@ var __mfDefaultExport = (() => {
|
|
|
6174
6096
|
return current;
|
|
6175
6097
|
})();
|
|
6176
6098
|
var { PathParamError: __mf_0, SearchParamError: __mf_1, TSR_DEFERRED_PROMISE: __mf_2, cleanPath: __mf_3, componentTypes: __mf_4, composeRewrites: __mf_5, createControlledPromise: __mf_6, createRouterConfig: __mf_7, createSerializationAdapter: __mf_8, deepEqual: __mf_9, defaultParseSearch: __mf_10, defaultSerializeError: __mf_11, defaultStringifySearch: __mf_12, defer: __mf_13, functionalUpdate: __mf_14, getInitialRouterState: __mf_15, interpolatePath: __mf_16, isMatch: __mf_17, isNotFound: __mf_18, isPlainArray: __mf_19, isPlainObject: __mf_20, isRedirect: __mf_21, joinPaths: __mf_22, lazyFn: __mf_23, notFound: __mf_24, parseSearchWith: __mf_25, redirect: __mf_26, replaceEqualDeep: __mf_27, resolvePath: __mf_28, retainSearchParams: __mf_29, rootRouteId: __mf_30, stringifySearchWith: __mf_31, stripSearchParams: __mf_32, trimPath: __mf_33, trimPathLeft: __mf_34, trimPathRight: __mf_35, createBrowserHistory: __mf_36, createHashHistory: __mf_37, createHistory: __mf_38, createMemoryHistory: __mf_39, Await: __mf_40, useAwaited: __mf_41, CatchBoundary: __mf_42, ErrorComponent: __mf_43, ClientOnly: __mf_44, useHydrated: __mf_45, FileRoute: __mf_46, FileRouteLoader: __mf_47, LazyRoute: __mf_48, createFileRoute: __mf_49, createLazyFileRoute: __mf_50, createLazyRoute: __mf_51, lazyRouteComponent: __mf_52, Link: __mf_53, createLink: __mf_54, linkOptions: __mf_55, useLinkProps: __mf_56, MatchRoute: __mf_57, Matches: __mf_58, useChildMatches: __mf_59, useMatchRoute: __mf_60, useMatches: __mf_61, useParentMatches: __mf_62, matchContext: __mf_63, Match: __mf_64, Outlet: __mf_65, useMatch: __mf_66, useLoaderDeps: __mf_67, useLoaderData: __mf_68, NotFoundRoute: __mf_69, RootRoute: __mf_70, Route: __mf_71, RouteApi: __mf_72, createRootRoute: __mf_73, createRootRouteWithContext: __mf_74, createRoute: __mf_75, createRouteMask: __mf_76, getRouteApi: __mf_77, rootRouteWithContext: __mf_78, Router: __mf_79, createRouter: __mf_80, RouterContextProvider: __mf_81, RouterProvider: __mf_82, ScrollRestoration: __mf_83, useElementScrollRestoration: __mf_84, Block: __mf_85, useBlocker: __mf_86, Navigate: __mf_87, useNavigate: __mf_88, useParams: __mf_89, useSearch: __mf_90, getRouterContext: __mf_91, useRouteContext: __mf_92, useRouter: __mf_93, useRouterState: __mf_94, useLocation: __mf_95, useCanGoBack: __mf_96, useLayoutEffect: __mf_97, useStableCallback: __mf_98, CatchNotFound: __mf_99, DefaultGlobalNotFound: __mf_100, ScriptOnce: __mf_101, Asset: __mf_102, HeadContent: __mf_103, useTags: __mf_104, Scripts: __mf_105 } = exportModule;
|
|
6177
|
-
var __moduleExports = exportModule;
|
|
6178
6099
|
//#endregion
|
|
6179
|
-
export {
|
|
6100
|
+
export { __mf_88 as n, _virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild___mf_0_tanstack_mf_1_react_mf_2_router__prebuild___exports as r, __mf_53 as t };
|
|
6180
6101
|
|
|
6181
|
-
//# sourceMappingURL=_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-
|
|
6102
|
+
//# sourceMappingURL=_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CJ027_El.js.map
|
|
@@ -13121,7 +13121,7 @@ var _virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild__zod__prebuild___expo
|
|
|
13121
13121
|
date: () => __mf_144$1,
|
|
13122
13122
|
decode: () => __mf_226$1,
|
|
13123
13123
|
decodeAsync: () => __mf_228$1,
|
|
13124
|
-
default: () =>
|
|
13124
|
+
default: () => _virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild__zod__prebuild___default,
|
|
13125
13125
|
describe: () => __mf_95$1,
|
|
13126
13126
|
discriminatedUnion: () => __mf_152$1,
|
|
13127
13127
|
e164: () => __mf_121$1,
|
|
@@ -13493,249 +13493,9 @@ var __mf_233$1 = __mfPrebuildExports["ZodIssueCode"];
|
|
|
13493
13493
|
var __mf_234$1 = __mfPrebuildExports["ZodFirstPartyTypeKind"];
|
|
13494
13494
|
var __mf_235$1 = __mfPrebuildExports["setErrorMap"];
|
|
13495
13495
|
var __mf_236$1 = __mfPrebuildExports["getErrorMap"];
|
|
13496
|
+
var _virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild__zod__prebuild___default = Reflect.get(zod_exports, "default") ?? zod_exports;
|
|
13496
13497
|
//#endregion
|
|
13497
13498
|
//#region \0virtual:mf:__mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js
|
|
13498
|
-
var _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare___exports = /* @__PURE__ */ __exportAll({
|
|
13499
|
-
$brand: () => __mf_7,
|
|
13500
|
-
$input: () => __mf_6,
|
|
13501
|
-
$output: () => __mf_5,
|
|
13502
|
-
NEVER: () => __mf_16,
|
|
13503
|
-
TimePrecision: () => __mf_14,
|
|
13504
|
-
ZodAny: () => __mf_59,
|
|
13505
|
-
ZodArray: () => __mf_64,
|
|
13506
|
-
ZodBase64: () => __mf_46,
|
|
13507
|
-
ZodBase64URL: () => __mf_47,
|
|
13508
|
-
ZodBigInt: () => __mf_54,
|
|
13509
|
-
ZodBigIntFormat: () => __mf_55,
|
|
13510
|
-
ZodBoolean: () => __mf_53,
|
|
13511
|
-
ZodCIDRv4: () => __mf_44,
|
|
13512
|
-
ZodCIDRv6: () => __mf_45,
|
|
13513
|
-
ZodCUID: () => __mf_36,
|
|
13514
|
-
ZodCUID2: () => __mf_37,
|
|
13515
|
-
ZodCatch: () => __mf_85,
|
|
13516
|
-
ZodCodec: () => __mf_88,
|
|
13517
|
-
ZodCustom: () => __mf_94,
|
|
13518
|
-
ZodCustomStringFormat: () => __mf_50,
|
|
13519
|
-
ZodDate: () => __mf_63,
|
|
13520
|
-
ZodDefault: () => __mf_81,
|
|
13521
|
-
ZodDiscriminatedUnion: () => __mf_68,
|
|
13522
|
-
ZodE164: () => __mf_48,
|
|
13523
|
-
ZodEmail: () => __mf_30,
|
|
13524
|
-
ZodEmoji: () => __mf_34,
|
|
13525
|
-
ZodEnum: () => __mf_74,
|
|
13526
|
-
ZodError: () => __mf_219,
|
|
13527
|
-
ZodExactOptional: () => __mf_79,
|
|
13528
|
-
ZodFile: () => __mf_76,
|
|
13529
|
-
ZodFirstPartyTypeKind: () => __mf_234,
|
|
13530
|
-
ZodFunction: () => __mf_93,
|
|
13531
|
-
ZodGUID: () => __mf_31,
|
|
13532
|
-
ZodIPv4: () => __mf_41,
|
|
13533
|
-
ZodIPv6: () => __mf_43,
|
|
13534
|
-
ZodISODate: () => __mf_21,
|
|
13535
|
-
ZodISODateTime: () => __mf_20,
|
|
13536
|
-
ZodISODuration: () => __mf_23,
|
|
13537
|
-
ZodISOTime: () => __mf_22,
|
|
13538
|
-
ZodIntersection: () => __mf_69,
|
|
13539
|
-
ZodIssueCode: () => __mf_233,
|
|
13540
|
-
ZodJWT: () => __mf_49,
|
|
13541
|
-
ZodKSUID: () => __mf_40,
|
|
13542
|
-
ZodLazy: () => __mf_91,
|
|
13543
|
-
ZodLiteral: () => __mf_75,
|
|
13544
|
-
ZodMAC: () => __mf_42,
|
|
13545
|
-
ZodMap: () => __mf_72,
|
|
13546
|
-
ZodNaN: () => __mf_86,
|
|
13547
|
-
ZodNanoID: () => __mf_35,
|
|
13548
|
-
ZodNever: () => __mf_61,
|
|
13549
|
-
ZodNonOptional: () => __mf_83,
|
|
13550
|
-
ZodNull: () => __mf_58,
|
|
13551
|
-
ZodNullable: () => __mf_80,
|
|
13552
|
-
ZodNumber: () => __mf_51,
|
|
13553
|
-
ZodNumberFormat: () => __mf_52,
|
|
13554
|
-
ZodObject: () => __mf_65,
|
|
13555
|
-
ZodOptional: () => __mf_78,
|
|
13556
|
-
ZodPipe: () => __mf_87,
|
|
13557
|
-
ZodPrefault: () => __mf_82,
|
|
13558
|
-
ZodPromise: () => __mf_92,
|
|
13559
|
-
ZodReadonly: () => __mf_89,
|
|
13560
|
-
ZodRealError: () => __mf_220,
|
|
13561
|
-
ZodRecord: () => __mf_71,
|
|
13562
|
-
ZodSet: () => __mf_73,
|
|
13563
|
-
ZodString: () => __mf_28,
|
|
13564
|
-
ZodStringFormat: () => __mf_29,
|
|
13565
|
-
ZodSuccess: () => __mf_84,
|
|
13566
|
-
ZodSymbol: () => __mf_56,
|
|
13567
|
-
ZodTemplateLiteral: () => __mf_90,
|
|
13568
|
-
ZodTransform: () => __mf_77,
|
|
13569
|
-
ZodTuple: () => __mf_70,
|
|
13570
|
-
ZodType: () => __mf_26,
|
|
13571
|
-
ZodULID: () => __mf_38,
|
|
13572
|
-
ZodURL: () => __mf_33,
|
|
13573
|
-
ZodUUID: () => __mf_32,
|
|
13574
|
-
ZodUndefined: () => __mf_57,
|
|
13575
|
-
ZodUnion: () => __mf_66,
|
|
13576
|
-
ZodUnknown: () => __mf_60,
|
|
13577
|
-
ZodVoid: () => __mf_62,
|
|
13578
|
-
ZodXID: () => __mf_39,
|
|
13579
|
-
ZodXor: () => __mf_67,
|
|
13580
|
-
_ZodString: () => __mf_27,
|
|
13581
|
-
__moduleExports: () => __moduleExports,
|
|
13582
|
-
_default: () => __mf_169,
|
|
13583
|
-
_function: () => __mf_181,
|
|
13584
|
-
any: () => __mf_140,
|
|
13585
|
-
array: () => __mf_145,
|
|
13586
|
-
base64: () => __mf_119,
|
|
13587
|
-
base64url: () => __mf_120,
|
|
13588
|
-
bigint: () => __mf_134,
|
|
13589
|
-
boolean: () => __mf_133,
|
|
13590
|
-
catch: () => __mf_173,
|
|
13591
|
-
check: () => __mf_183,
|
|
13592
|
-
cidrv4: () => __mf_117,
|
|
13593
|
-
cidrv6: () => __mf_118,
|
|
13594
|
-
clone: () => __mf_8,
|
|
13595
|
-
codec: () => __mf_176,
|
|
13596
|
-
coerce: () => __mf_25,
|
|
13597
|
-
config: () => __mf_4,
|
|
13598
|
-
core: () => __mf_1,
|
|
13599
|
-
cuid: () => __mf_109,
|
|
13600
|
-
cuid2: () => __mf_110,
|
|
13601
|
-
custom: () => __mf_184,
|
|
13602
|
-
date: () => __mf_144,
|
|
13603
|
-
decode: () => __mf_226,
|
|
13604
|
-
decodeAsync: () => __mf_228,
|
|
13605
|
-
default: () => __mfDefaultExport,
|
|
13606
|
-
describe: () => __mf_95,
|
|
13607
|
-
discriminatedUnion: () => __mf_152,
|
|
13608
|
-
e164: () => __mf_121,
|
|
13609
|
-
email: () => __mf_99,
|
|
13610
|
-
emoji: () => __mf_107,
|
|
13611
|
-
encode: () => __mf_225,
|
|
13612
|
-
encodeAsync: () => __mf_227,
|
|
13613
|
-
endsWith: () => __mf_210,
|
|
13614
|
-
enum: () => __mf_160,
|
|
13615
|
-
exactOptional: () => __mf_166,
|
|
13616
|
-
file: () => __mf_163,
|
|
13617
|
-
flattenError: () => __mf_13,
|
|
13618
|
-
float32: () => __mf_129,
|
|
13619
|
-
float64: () => __mf_130,
|
|
13620
|
-
formatError: () => __mf_12,
|
|
13621
|
-
fromJSONSchema: () => __mf_18,
|
|
13622
|
-
function: () => __mf_182,
|
|
13623
|
-
getErrorMap: () => __mf_236,
|
|
13624
|
-
globalRegistry: () => __mf_2,
|
|
13625
|
-
gt: () => __mf_192,
|
|
13626
|
-
gte: () => __mf_193,
|
|
13627
|
-
guid: () => __mf_100,
|
|
13628
|
-
hash: () => __mf_126,
|
|
13629
|
-
hex: () => __mf_125,
|
|
13630
|
-
hostname: () => __mf_124,
|
|
13631
|
-
httpUrl: () => __mf_106,
|
|
13632
|
-
includes: () => __mf_208,
|
|
13633
|
-
instanceof: () => __mf_187,
|
|
13634
|
-
int: () => __mf_128,
|
|
13635
|
-
int32: () => __mf_131,
|
|
13636
|
-
int64: () => __mf_135,
|
|
13637
|
-
intersection: () => __mf_153,
|
|
13638
|
-
ipv4: () => __mf_114,
|
|
13639
|
-
ipv6: () => __mf_116,
|
|
13640
|
-
iso: () => __mf_24,
|
|
13641
|
-
json: () => __mf_188,
|
|
13642
|
-
jwt: () => __mf_122,
|
|
13643
|
-
keyof: () => __mf_146,
|
|
13644
|
-
ksuid: () => __mf_113,
|
|
13645
|
-
lazy: () => __mf_179,
|
|
13646
|
-
length: () => __mf_204,
|
|
13647
|
-
literal: () => __mf_162,
|
|
13648
|
-
locales: () => __mf_19,
|
|
13649
|
-
looseObject: () => __mf_149,
|
|
13650
|
-
looseRecord: () => __mf_157,
|
|
13651
|
-
lowercase: () => __mf_206,
|
|
13652
|
-
lt: () => __mf_190,
|
|
13653
|
-
lte: () => __mf_191,
|
|
13654
|
-
mac: () => __mf_115,
|
|
13655
|
-
map: () => __mf_158,
|
|
13656
|
-
maxLength: () => __mf_202,
|
|
13657
|
-
maxSize: () => __mf_199,
|
|
13658
|
-
meta: () => __mf_96,
|
|
13659
|
-
mime: () => __mf_212,
|
|
13660
|
-
minLength: () => __mf_203,
|
|
13661
|
-
minSize: () => __mf_200,
|
|
13662
|
-
multipleOf: () => __mf_198,
|
|
13663
|
-
nan: () => __mf_174,
|
|
13664
|
-
nanoid: () => __mf_108,
|
|
13665
|
-
nativeEnum: () => __mf_161,
|
|
13666
|
-
negative: () => __mf_195,
|
|
13667
|
-
never: () => __mf_142,
|
|
13668
|
-
nonnegative: () => __mf_197,
|
|
13669
|
-
nonoptional: () => __mf_171,
|
|
13670
|
-
nonpositive: () => __mf_196,
|
|
13671
|
-
normalize: () => __mf_214,
|
|
13672
|
-
null: () => __mf_139,
|
|
13673
|
-
nullable: () => __mf_167,
|
|
13674
|
-
nullish: () => __mf_168,
|
|
13675
|
-
number: () => __mf_127,
|
|
13676
|
-
object: () => __mf_147,
|
|
13677
|
-
optional: () => __mf_165,
|
|
13678
|
-
overwrite: () => __mf_213,
|
|
13679
|
-
parse: () => __mf_221,
|
|
13680
|
-
parseAsync: () => __mf_222,
|
|
13681
|
-
partialRecord: () => __mf_156,
|
|
13682
|
-
pipe: () => __mf_175,
|
|
13683
|
-
positive: () => __mf_194,
|
|
13684
|
-
prefault: () => __mf_170,
|
|
13685
|
-
preprocess: () => __mf_189,
|
|
13686
|
-
prettifyError: () => __mf_11,
|
|
13687
|
-
promise: () => __mf_180,
|
|
13688
|
-
property: () => __mf_211,
|
|
13689
|
-
readonly: () => __mf_177,
|
|
13690
|
-
record: () => __mf_155,
|
|
13691
|
-
refine: () => __mf_185,
|
|
13692
|
-
regex: () => __mf_205,
|
|
13693
|
-
regexes: () => __mf_9,
|
|
13694
|
-
registry: () => __mf_3,
|
|
13695
|
-
safeDecode: () => __mf_230,
|
|
13696
|
-
safeDecodeAsync: () => __mf_232,
|
|
13697
|
-
safeEncode: () => __mf_229,
|
|
13698
|
-
safeEncodeAsync: () => __mf_231,
|
|
13699
|
-
safeParse: () => __mf_223,
|
|
13700
|
-
safeParseAsync: () => __mf_224,
|
|
13701
|
-
set: () => __mf_159,
|
|
13702
|
-
setErrorMap: () => __mf_235,
|
|
13703
|
-
size: () => __mf_201,
|
|
13704
|
-
slugify: () => __mf_218,
|
|
13705
|
-
startsWith: () => __mf_209,
|
|
13706
|
-
strictObject: () => __mf_148,
|
|
13707
|
-
string: () => __mf_98,
|
|
13708
|
-
stringFormat: () => __mf_123,
|
|
13709
|
-
stringbool: () => __mf_97,
|
|
13710
|
-
success: () => __mf_172,
|
|
13711
|
-
superRefine: () => __mf_186,
|
|
13712
|
-
symbol: () => __mf_137,
|
|
13713
|
-
templateLiteral: () => __mf_178,
|
|
13714
|
-
toJSONSchema: () => __mf_17,
|
|
13715
|
-
toLowerCase: () => __mf_216,
|
|
13716
|
-
toUpperCase: () => __mf_217,
|
|
13717
|
-
transform: () => __mf_164,
|
|
13718
|
-
treeifyError: () => __mf_10,
|
|
13719
|
-
trim: () => __mf_215,
|
|
13720
|
-
tuple: () => __mf_154,
|
|
13721
|
-
uint32: () => __mf_132,
|
|
13722
|
-
uint64: () => __mf_136,
|
|
13723
|
-
ulid: () => __mf_111,
|
|
13724
|
-
undefined: () => __mf_138,
|
|
13725
|
-
union: () => __mf_150,
|
|
13726
|
-
unknown: () => __mf_141,
|
|
13727
|
-
uppercase: () => __mf_207,
|
|
13728
|
-
url: () => __mf_105,
|
|
13729
|
-
util: () => __mf_15,
|
|
13730
|
-
uuid: () => __mf_101,
|
|
13731
|
-
uuidv4: () => __mf_102,
|
|
13732
|
-
uuidv6: () => __mf_103,
|
|
13733
|
-
uuidv7: () => __mf_104,
|
|
13734
|
-
void: () => __mf_143,
|
|
13735
|
-
xid: () => __mf_112,
|
|
13736
|
-
xor: () => __mf_151,
|
|
13737
|
-
z: () => __mf_0
|
|
13738
|
-
});
|
|
13739
13499
|
var __mfCacheGlobalKey = "__mf_module_cache__";
|
|
13740
13500
|
globalThis[__mfCacheGlobalKey] ||= {
|
|
13741
13501
|
share: {},
|
|
@@ -13751,6 +13511,24 @@ for (const __mfShareKey of Object.keys(__mfModuleCache.share)) if (__mfShareKey.
|
|
|
13751
13511
|
const __mfDefaultShareKey = "default:" + __mfShareKey;
|
|
13752
13512
|
if (__mfModuleCache.share[__mfDefaultShareKey] === void 0) __mfModuleCache.share[__mfDefaultShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
13753
13513
|
}
|
|
13514
|
+
var __mfReadSharedCache = (cache, descriptor) => {
|
|
13515
|
+
const value = cache[descriptor.canonical];
|
|
13516
|
+
if (value !== void 0) return value;
|
|
13517
|
+
const aliases = descriptor.aliases || [];
|
|
13518
|
+
for (const alias of aliases) {
|
|
13519
|
+
const aliasValue = cache[alias];
|
|
13520
|
+
if (aliasValue !== void 0) {
|
|
13521
|
+
cache[descriptor.canonical] = aliasValue;
|
|
13522
|
+
return aliasValue;
|
|
13523
|
+
}
|
|
13524
|
+
}
|
|
13525
|
+
};
|
|
13526
|
+
var __mfWriteSharedCache = (cache, descriptor, value) => {
|
|
13527
|
+
cache[descriptor.canonical] = value;
|
|
13528
|
+
const aliases = descriptor.aliases || [];
|
|
13529
|
+
for (const alias of aliases) if (cache[alias] === void 0) cache[alias] = value;
|
|
13530
|
+
return value;
|
|
13531
|
+
};
|
|
13754
13532
|
var __mfNormalizeShareModule = (mod) => {
|
|
13755
13533
|
let current = mod;
|
|
13756
13534
|
for (let i = 0; i < 5; i++) {
|
|
@@ -13762,10 +13540,16 @@ var __mfNormalizeShareModule = (mod) => {
|
|
|
13762
13540
|
}
|
|
13763
13541
|
return current;
|
|
13764
13542
|
};
|
|
13765
|
-
var exportModule = __mfModuleCache.share
|
|
13543
|
+
var exportModule = __mfReadSharedCache(__mfModuleCache.share, {
|
|
13544
|
+
"canonical": "default:zod",
|
|
13545
|
+
"aliases": ["zod"]
|
|
13546
|
+
});
|
|
13766
13547
|
if (exportModule === void 0) {
|
|
13767
13548
|
exportModule = __mfNormalizeShareModule(_virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild__zod__prebuild___exports);
|
|
13768
|
-
__mfModuleCache.share
|
|
13549
|
+
__mfWriteSharedCache(__mfModuleCache.share, {
|
|
13550
|
+
"canonical": "default:zod",
|
|
13551
|
+
"aliases": ["zod"]
|
|
13552
|
+
}, exportModule);
|
|
13769
13553
|
}
|
|
13770
13554
|
var __mfDefaultExport = (() => {
|
|
13771
13555
|
let current = exportModule;
|
|
@@ -13777,8 +13561,7 @@ var __mfDefaultExport = (() => {
|
|
|
13777
13561
|
return current;
|
|
13778
13562
|
})();
|
|
13779
13563
|
var { z: __mf_0, core: __mf_1, globalRegistry: __mf_2, registry: __mf_3, config: __mf_4, $output: __mf_5, $input: __mf_6, $brand: __mf_7, clone: __mf_8, regexes: __mf_9, treeifyError: __mf_10, prettifyError: __mf_11, formatError: __mf_12, flattenError: __mf_13, TimePrecision: __mf_14, util: __mf_15, NEVER: __mf_16, toJSONSchema: __mf_17, fromJSONSchema: __mf_18, locales: __mf_19, ZodISODateTime: __mf_20, ZodISODate: __mf_21, ZodISOTime: __mf_22, ZodISODuration: __mf_23, iso: __mf_24, coerce: __mf_25, ZodType: __mf_26, _ZodString: __mf_27, ZodString: __mf_28, ZodStringFormat: __mf_29, ZodEmail: __mf_30, ZodGUID: __mf_31, ZodUUID: __mf_32, ZodURL: __mf_33, ZodEmoji: __mf_34, ZodNanoID: __mf_35, ZodCUID: __mf_36, ZodCUID2: __mf_37, ZodULID: __mf_38, ZodXID: __mf_39, ZodKSUID: __mf_40, ZodIPv4: __mf_41, ZodMAC: __mf_42, ZodIPv6: __mf_43, ZodCIDRv4: __mf_44, ZodCIDRv6: __mf_45, ZodBase64: __mf_46, ZodBase64URL: __mf_47, ZodE164: __mf_48, ZodJWT: __mf_49, ZodCustomStringFormat: __mf_50, ZodNumber: __mf_51, ZodNumberFormat: __mf_52, ZodBoolean: __mf_53, ZodBigInt: __mf_54, ZodBigIntFormat: __mf_55, ZodSymbol: __mf_56, ZodUndefined: __mf_57, ZodNull: __mf_58, ZodAny: __mf_59, ZodUnknown: __mf_60, ZodNever: __mf_61, ZodVoid: __mf_62, ZodDate: __mf_63, ZodArray: __mf_64, ZodObject: __mf_65, ZodUnion: __mf_66, ZodXor: __mf_67, ZodDiscriminatedUnion: __mf_68, ZodIntersection: __mf_69, ZodTuple: __mf_70, ZodRecord: __mf_71, ZodMap: __mf_72, ZodSet: __mf_73, ZodEnum: __mf_74, ZodLiteral: __mf_75, ZodFile: __mf_76, ZodTransform: __mf_77, ZodOptional: __mf_78, ZodExactOptional: __mf_79, ZodNullable: __mf_80, ZodDefault: __mf_81, ZodPrefault: __mf_82, ZodNonOptional: __mf_83, ZodSuccess: __mf_84, ZodCatch: __mf_85, ZodNaN: __mf_86, ZodPipe: __mf_87, ZodCodec: __mf_88, ZodReadonly: __mf_89, ZodTemplateLiteral: __mf_90, ZodLazy: __mf_91, ZodPromise: __mf_92, ZodFunction: __mf_93, ZodCustom: __mf_94, describe: __mf_95, meta: __mf_96, stringbool: __mf_97, string: __mf_98, email: __mf_99, guid: __mf_100, uuid: __mf_101, uuidv4: __mf_102, uuidv6: __mf_103, uuidv7: __mf_104, url: __mf_105, httpUrl: __mf_106, emoji: __mf_107, nanoid: __mf_108, cuid: __mf_109, cuid2: __mf_110, ulid: __mf_111, xid: __mf_112, ksuid: __mf_113, ipv4: __mf_114, mac: __mf_115, ipv6: __mf_116, cidrv4: __mf_117, cidrv6: __mf_118, base64: __mf_119, base64url: __mf_120, e164: __mf_121, jwt: __mf_122, stringFormat: __mf_123, hostname: __mf_124, hex: __mf_125, hash: __mf_126, number: __mf_127, int: __mf_128, float32: __mf_129, float64: __mf_130, int32: __mf_131, uint32: __mf_132, boolean: __mf_133, bigint: __mf_134, int64: __mf_135, uint64: __mf_136, symbol: __mf_137, undefined: __mf_138, null: __mf_139, any: __mf_140, unknown: __mf_141, never: __mf_142, void: __mf_143, date: __mf_144, array: __mf_145, keyof: __mf_146, object: __mf_147, strictObject: __mf_148, looseObject: __mf_149, union: __mf_150, xor: __mf_151, discriminatedUnion: __mf_152, intersection: __mf_153, tuple: __mf_154, record: __mf_155, partialRecord: __mf_156, looseRecord: __mf_157, map: __mf_158, set: __mf_159, enum: __mf_160, nativeEnum: __mf_161, literal: __mf_162, file: __mf_163, transform: __mf_164, optional: __mf_165, exactOptional: __mf_166, nullable: __mf_167, nullish: __mf_168, _default: __mf_169, prefault: __mf_170, nonoptional: __mf_171, success: __mf_172, catch: __mf_173, nan: __mf_174, pipe: __mf_175, codec: __mf_176, readonly: __mf_177, templateLiteral: __mf_178, lazy: __mf_179, promise: __mf_180, _function: __mf_181, function: __mf_182, check: __mf_183, custom: __mf_184, refine: __mf_185, superRefine: __mf_186, instanceof: __mf_187, json: __mf_188, preprocess: __mf_189, lt: __mf_190, lte: __mf_191, gt: __mf_192, gte: __mf_193, positive: __mf_194, negative: __mf_195, nonpositive: __mf_196, nonnegative: __mf_197, multipleOf: __mf_198, maxSize: __mf_199, minSize: __mf_200, size: __mf_201, maxLength: __mf_202, minLength: __mf_203, length: __mf_204, regex: __mf_205, lowercase: __mf_206, uppercase: __mf_207, includes: __mf_208, startsWith: __mf_209, endsWith: __mf_210, property: __mf_211, mime: __mf_212, overwrite: __mf_213, normalize: __mf_214, trim: __mf_215, toLowerCase: __mf_216, toUpperCase: __mf_217, slugify: __mf_218, ZodError: __mf_219, ZodRealError: __mf_220, parse: __mf_221, parseAsync: __mf_222, safeParse: __mf_223, safeParseAsync: __mf_224, encode: __mf_225, decode: __mf_226, encodeAsync: __mf_227, decodeAsync: __mf_228, safeEncode: __mf_229, safeDecode: __mf_230, safeEncodeAsync: __mf_231, safeDecodeAsync: __mf_232, ZodIssueCode: __mf_233, ZodFirstPartyTypeKind: __mf_234, setErrorMap: __mf_235, getErrorMap: __mf_236 } = exportModule;
|
|
13780
|
-
var __moduleExports = exportModule;
|
|
13781
13564
|
//#endregion
|
|
13782
|
-
export {
|
|
13565
|
+
export { parseAsync$1 as a, parse$1 as i, __mf_0 as n, $ZodError as o, _virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild__zod__prebuild___exports as r, __mfDefaultExport as t };
|
|
13783
13566
|
|
|
13784
|
-
//# sourceMappingURL=_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-
|
|
13567
|
+
//# sourceMappingURL=_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-Do-7VDVw.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./get-auth-plugin-definition-Bs9C6JrS.js";
|