@baseplate-dev/plugin-auth 0.6.16 → 0.6.18
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 +36 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +12 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +12 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +6 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +6 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +12 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +12 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +6 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +12 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +6 -0
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +6 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +36 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +6 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +60 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +12 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +6 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +6 -0
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +6 -0
- package/dist/local-auth/admin/common.js +6 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/admin-crud-invite-user-action.generator.d.ts +531 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/admin-crud-invite-user-action.generator.js +119 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/index.d.ts +540 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/index.js +11 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-paths.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-paths.js +24 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-renderers.d.ts +276 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-renderers.js +45 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/typed-templates.d.ts +263 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/typed-templates.js +21 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/index.d.ts +2 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/index.js +2 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.d.ts +21 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.js +69 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.tsx +122 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +6 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +6 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +6 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +6 -0
- package/dist/local-auth/admin/node.js +13 -0
- package/dist/local-auth/admin/schema/invite-user-action.d.ts +12 -0
- package/dist/local-auth/admin/schema/invite-user-action.js +6 -0
- package/dist/local-auth/admin/web.js +8 -0
- package/dist/local-auth/core/common.js +7 -2
- package/dist/local-auth/core/components/local-auth-definition-editor.js +2 -1
- package/dist/local-auth/core/components/local-auth-web-app-settings-form.d.ts +9 -0
- package/dist/local-auth/core/components/local-auth-web-app-settings-form.js +11 -0
- package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +6 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +66 -6
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +188 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts +5 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js +5 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +18 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +66 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +192 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +82 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/otp.constants.d.ts +19 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/otp.constants.js +20 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/otp.constants.ts +22 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts +12 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js +12 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.ts +14 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-otp.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-otp.mutations.js +30 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-otp.mutations.ts +38 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/invite.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/invite.mutations.js +42 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/invite.mutations.ts +54 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +2 -19
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +1 -22
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-otp.service.d.ts +37 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-otp.service.js +225 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-otp.service.ts +333 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.d.ts +39 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.js +138 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.ts +209 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +3 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +3 -2
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +3 -1
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js +18 -3
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +40 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js +2 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +6 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js +20 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +40 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js +24 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/email-otp.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/email-otp.email.js +18 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/email-otp.email.tsx +57 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/invite.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/invite.email.js +14 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/invite.email.tsx +47 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +8 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +5 -1
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +32 -0
- 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 +7 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +13 -0
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +6 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +25 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +20 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts +4 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.ts +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.d.ts +66 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.js +134 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.ts +184 -0
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +8 -0
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js +38 -5
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +840 -268
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js +3 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +18 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js +51 -0
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +608 -283
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js +69 -23
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-otp-constants.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-otp-constants.js +10 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-otp-constants.ts +11 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.js +148 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.tsx +264 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.js +184 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.tsx +311 -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 +2 -9
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +12 -0
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +6 -0
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +12 -0
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +6 -0
- package/dist/local-auth/core/node.js +24 -6
- package/dist/local-auth/core/schema/migrations.d.ts +3 -0
- package/dist/local-auth/core/schema/migrations.js +36 -0
- package/dist/local-auth/core/schema/models.js +8 -0
- package/dist/local-auth/core/schema/plugin-definition.d.ts +1 -0
- package/dist/local-auth/core/schema/plugin-definition.js +1 -0
- package/dist/local-auth/core/schema/web-app-schema.d.ts +15 -0
- package/dist/local-auth/core/schema/web-app-schema.js +16 -0
- package/dist/local-auth/core/web.js +8 -1
- package/dist/web/assets/{_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-04_7KkB1.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth__mf_owner__1-CKKmnLep.js} +49 -41
- package/dist/web/assets/{dist-BjxypexQ.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Cx7TvZ_H.js} +16720 -384
- package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-D3Nvasea.js +177 -0
- 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-CXGct_48.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-C2GDE8Py.js} +3349 -2632
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-Ci5_qYaj.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CiccpWjh.js} +320 -164
- package/dist/web/assets/{arduino-BP2nYunF.js → arduino-BXtgMpyb.js} +2 -2
- package/dist/web/assets/auth-CsHp2bQi.js +1 -0
- package/dist/web/assets/{c-C7Ey31hW.js → c-6gdx-Hqg.js} +3 -3
- package/dist/web/assets/{clike-D9YNFwtw.js → clike-Ds9lUsCq.js} +2 -2
- package/dist/web/assets/common-BGTuTgx7.js +43 -0
- package/dist/web/assets/common-C8_sC5pp.js +70 -0
- package/dist/web/assets/{common-BvU-7KsV.js → common-Co5lW_TK.js} +13 -11
- package/dist/web/assets/{common-eFh2vwGb.js → common-CoLuMS7U.js} +6 -6
- package/dist/web/assets/common-Dueu_1NG.js +36 -0
- package/dist/web/assets/{common-BBriDRRy.js → common-N3skPbzk.js} +10 -10
- package/dist/web/assets/{cpp-_RjA_yNA.js → cpp-DRYAY5P6.js} +2 -2
- package/dist/web/assets/{csharp-0LZzOc6Q.js → csharp-RJBSoHJ6.js} +2 -2
- package/dist/web/assets/{dist-SBfmsOB2.js → dist-DQd1TAJX.js} +274 -133
- package/dist/web/assets/{get-auth-plugin-definition-x8oAsN1R.js → get-auth-plugin-definition-DyokUVjX.js} +3 -3
- package/dist/web/assets/{go-CzER04EZ.js → go-D9nlw8GJ.js} +2 -2
- package/dist/web/assets/{hostInit-Bay0Y9UX.js → hostInit-BCYmw0H5.js} +33 -6
- package/dist/web/assets/{java-HAvRESj1.js → java-Asfw0WtJ.js} +2 -2
- package/dist/web/assets/{javascript-BVAr0eZH.js → javascript-fpnGEVws.js} +2 -2
- package/dist/web/assets/{kotlin-DkCMjTKK.js → kotlin-zNWfDPVY.js} +2 -2
- package/dist/web/assets/{markdown-_2_uVr2L.js → markdown-ewV-vLcZ.js} +2 -2
- package/dist/web/assets/{markup-BVZ8HhdW.js → markup-D2krQlDZ.js} +2 -2
- package/dist/web/assets/{markup-templating-BDIRuVJH.js → markup-templating-c_XBo6vX.js} +2 -2
- package/dist/web/assets/mf-entry-bootstrap-0-3ede9334.js +36 -0
- package/dist/web/assets/mf-entry-bootstrap-1-3da85eea.js +36 -0
- package/dist/web/assets/{mf-entry-bootstrap-0-659c976f.js → mf-entry-bootstrap-2-32e24e11.js} +3 -2
- package/dist/web/assets/mf-entry-bootstrap-3-a3cfea9d.js +36 -0
- package/dist/web/assets/{models-BpslIbU7.js → models-BcPOQC5p.js} +4 -5
- package/dist/web/assets/{models-CKab4MTC.js → models-BcUgOGGn.js} +11 -6
- package/dist/web/assets/{objectivec-DPgB68It.js → objectivec-PkUOhxeb.js} +2 -2
- package/dist/web/assets/{php-JTON0zp9.js → php-CfWLJZIj.js} +2 -2
- package/dist/web/assets/{plugin-definition-8Exesd6T.js → plugin-definition-D1EImXIf.js} +9 -10
- package/dist/web/assets/plugin-definition-lw-gB4hU.js +10 -0
- package/dist/web/assets/{rolldown-runtime-FZ4Itg2g.js → rolldown-runtime-7_rZTKki.js} +1 -1
- package/dist/web/assets/{ruby-BoFHz67P.js → ruby-BlM93DKO.js} +2 -2
- package/dist/web/assets/{styles-Cc26Bbxc.css → styles-DIj1cIPB.css} +119 -1
- package/dist/web/assets/{styles-Cuq4wgvD.js → styles-EOyEbGA4.js} +9 -10
- package/dist/web/assets/{typescript-CDkIWcT8.js → typescript-C5BVqltI.js} +2 -2
- package/dist/web/assets/{virtualExposes-BwIds34r.js → virtualExposes-DWORnjyA.js} +1 -1
- package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-t-KnBiUh.js +747 -0
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DM6Ir1_S.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DZfE3QCR.js} +15 -15
- package/dist/web/assets/{vite-preload-helper-iIio8xkS.js → vite-preload-helper-ARKYL6bp.js} +5 -1
- package/dist/web/assets/{web-DHv2aVpi.js → web-CBVepebK.js} +24 -24
- package/dist/web/assets/{web-CnB-sqCR.js → web-Dgb85jhs.js} +54 -53
- package/dist/web/assets/{web-BZd3bM0n.js → web-EDeSquSP.js} +38 -38
- package/dist/web/assets/{web-DNrWXjpS.js → web-PqAcfBSy.js} +9 -9
- package/dist/web/assets/{web-BgWG7dYl.js → web-RhChfBw_.js} +23 -23
- package/dist/web/assets/web-kaD9AzNS.js +59 -0
- package/dist/web/assets/web-xJ-GnSkC.js +148 -0
- package/dist/web/assets/{workerBundle-GFUata9j.js → workerBundle-BjsY-uXx.js} +2 -2
- package/dist/web/index.html +5 -2
- package/dist/web/remoteEntry.js +1 -1
- package/package.json +36 -39
- 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-BfSk5vRC.js +0 -384
- 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-DZIcwf2B.js +0 -125
- package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-Do-7VDVw.js +0 -13567
- package/dist/web/assets/auth-8qJtXAgU.js +0 -1
- package/dist/web/assets/common-23-wvKrM.js +0 -39
- package/dist/web/assets/common-B-NI9TR-.js +0 -37
- package/dist/web/assets/common-DBBUvtGu.js +0 -37
- package/dist/web/assets/index-qso1IsKy.js +0 -2
- package/dist/web/assets/model-utils-dNFTOjqi.js +0 -1599
- package/dist/web/assets/plugin-definition-ChBrbazJ.js +0 -11
- package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-BBt5f0I7.js +0 -259
- package/dist/web/assets/virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-RzPgl37a.js +0 -129
- package/dist/web/assets/web-CXHw8SK7.js +0 -118
- package/dist/web/assets/web-D_H-MoGI.js +0 -46
- package/dist/web/remoteEntry.ssr.js +0 -43
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { h as __mf_23 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Cx7TvZ_H.js";
|
|
2
2
|
//#region src/auth/utils/get-auth-plugin-definition.ts
|
|
3
3
|
/**
|
|
4
4
|
* Get the auth plugin definition from the project definition.
|
|
@@ -6,9 +6,9 @@ import { f as __mf_26 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__lo
|
|
|
6
6
|
* @returns The auth plugin definition.
|
|
7
7
|
*/
|
|
8
8
|
function getAuthPluginDefinition(definition) {
|
|
9
|
-
return
|
|
9
|
+
return __mf_23.configByKeyOrThrow(definition, "baseplate-dev_plugin-auth_auth");
|
|
10
10
|
}
|
|
11
11
|
//#endregion
|
|
12
12
|
export { getAuthPluginDefinition as t };
|
|
13
13
|
|
|
14
|
-
//# sourceMappingURL=get-auth-plugin-definition-
|
|
14
|
+
//# sourceMappingURL=get-auth-plugin-definition-DyokUVjX.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as clike } from "./clike-
|
|
1
|
+
import { t as clike } from "./clike-Ds9lUsCq.js";
|
|
2
2
|
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/go.js
|
|
3
3
|
/**
|
|
4
4
|
* @import {Refractor} from '../lib/core.js'
|
|
@@ -33,4 +33,4 @@ function go(Prism) {
|
|
|
33
33
|
//#endregion
|
|
34
34
|
export { go as default };
|
|
35
35
|
|
|
36
|
-
//# sourceMappingURL=go-
|
|
36
|
+
//# sourceMappingURL=go-D9nlw8GJ.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as __vitePreload } from "./vite-preload-helper-
|
|
2
|
-
//#region \0virtual:mf:
|
|
1
|
+
import { t as __vitePreload } from "./vite-preload-helper-ARKYL6bp.js";
|
|
2
|
+
//#region \0virtual:mf:__mfe_internal__plugin_mf_2_auth__mf_owner__1__H_A_I__hostAutoInit__H_A_I__.js
|
|
3
3
|
var __mfCacheGlobalKey = "__mf_module_cache__";
|
|
4
4
|
globalThis[__mfCacheGlobalKey] ||= {
|
|
5
5
|
share: {},
|
|
@@ -30,6 +30,7 @@ async function initHost() {
|
|
|
30
30
|
if (value !== void 0) return value;
|
|
31
31
|
const aliases = descriptor.aliases || [];
|
|
32
32
|
for (const alias of aliases) {
|
|
33
|
+
if (!Object.prototype.hasOwnProperty.call(cache, alias)) continue;
|
|
33
34
|
const aliasValue = cache[alias];
|
|
34
35
|
if (aliasValue !== void 0) {
|
|
35
36
|
cache[descriptor.canonical] = aliasValue;
|
|
@@ -37,15 +38,41 @@ async function initHost() {
|
|
|
37
38
|
}
|
|
38
39
|
}
|
|
39
40
|
};
|
|
40
|
-
const
|
|
41
|
+
const __mfSharedCacheListenersKey = Symbol.for("module-federation.shared-cache-listeners");
|
|
42
|
+
const __mfSharedCacheOwnersKey = Symbol.for("module-federation.shared-cache-owners");
|
|
43
|
+
const __mfGetSharedCacheOwners = (cache) => {
|
|
44
|
+
let owners = cache[__mfSharedCacheOwnersKey];
|
|
45
|
+
if (owners === void 0) {
|
|
46
|
+
owners = Object.create(null);
|
|
47
|
+
Object.defineProperty(cache, __mfSharedCacheOwnersKey, {
|
|
48
|
+
value: owners,
|
|
49
|
+
enumerable: false,
|
|
50
|
+
configurable: false,
|
|
51
|
+
writable: false
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
return owners;
|
|
55
|
+
};
|
|
56
|
+
const __mfWriteSharedCache = (cache, descriptor, value, owner) => {
|
|
41
57
|
cache[descriptor.canonical] = value;
|
|
42
58
|
const aliases = descriptor.aliases || [];
|
|
43
|
-
for (const alias of aliases)
|
|
59
|
+
for (const alias of aliases) Object.defineProperty(cache, alias, {
|
|
60
|
+
value,
|
|
61
|
+
enumerable: true,
|
|
62
|
+
configurable: true,
|
|
63
|
+
writable: true
|
|
64
|
+
});
|
|
65
|
+
const owners = cache[__mfSharedCacheOwnersKey];
|
|
66
|
+
if (owner === void 0) {
|
|
67
|
+
if (owners) delete owners[descriptor.canonical];
|
|
68
|
+
} else __mfGetSharedCacheOwners(cache)[descriptor.canonical] = owner;
|
|
69
|
+
const listeners = cache[__mfSharedCacheListenersKey]?.[descriptor.canonical];
|
|
70
|
+
if (listeners) for (const listener of listeners) listener(value);
|
|
44
71
|
return value;
|
|
45
72
|
};
|
|
46
73
|
const runtime = await (await __vitePreload(() => import("../remoteEntry.js"), [], import.meta.url)).init();
|
|
47
74
|
const { usedShared } = await __vitePreload(async () => {
|
|
48
|
-
const { usedShared } = await import("./_virtual_mf-
|
|
75
|
+
const { usedShared } = await import("./_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth__mf_owner__1-CKKmnLep.js");
|
|
49
76
|
return { usedShared };
|
|
50
77
|
}, [], import.meta.url);
|
|
51
78
|
const __mfNormalizeRuntimeShare = (mod) => {
|
|
@@ -85,7 +112,7 @@ async function initHost() {
|
|
|
85
112
|
await runtime.loadShare(pkg, { customShareInfo: { shareConfig: share.shareConfig } }).then((factory) => {
|
|
86
113
|
const mod = typeof factory === "function" ? factory() : factory;
|
|
87
114
|
return Promise.resolve(mod).then((resolved) => {
|
|
88
|
-
__mfWriteSharedCache(__mfModuleCache.share, cacheDescriptor, __mfNormalizeRuntimeShare(resolved));
|
|
115
|
+
__mfWriteSharedCache(__mfModuleCache.share, cacheDescriptor, __mfNormalizeRuntimeShare(resolved), "plugin-auth");
|
|
89
116
|
});
|
|
90
117
|
});
|
|
91
118
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as clike } from "./clike-
|
|
1
|
+
import { t as clike } from "./clike-Ds9lUsCq.js";
|
|
2
2
|
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/java.js
|
|
3
3
|
/**
|
|
4
4
|
* @import {Refractor} from '../lib/core.js'
|
|
@@ -113,4 +113,4 @@ function java(Prism) {
|
|
|
113
113
|
//#endregion
|
|
114
114
|
export { java as default };
|
|
115
115
|
|
|
116
|
-
//# sourceMappingURL=java-
|
|
116
|
+
//# sourceMappingURL=java-Asfw0WtJ.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as clike } from "./clike-
|
|
1
|
+
import { t as clike } from "./clike-Ds9lUsCq.js";
|
|
2
2
|
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/javascript.js
|
|
3
3
|
/**
|
|
4
4
|
* @import {Refractor} from '../lib/core.js'
|
|
@@ -121,4 +121,4 @@ function javascript(Prism) {
|
|
|
121
121
|
//#endregion
|
|
122
122
|
export { javascript as default };
|
|
123
123
|
|
|
124
|
-
//# sourceMappingURL=javascript-
|
|
124
|
+
//# sourceMappingURL=javascript-fpnGEVws.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as clike } from "./clike-
|
|
1
|
+
import { t as clike } from "./clike-Ds9lUsCq.js";
|
|
2
2
|
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/kotlin.js
|
|
3
3
|
/**
|
|
4
4
|
* @import {Refractor} from '../lib/core.js'
|
|
@@ -80,4 +80,4 @@ function kotlin(Prism) {
|
|
|
80
80
|
//#endregion
|
|
81
81
|
export { kotlin as default };
|
|
82
82
|
|
|
83
|
-
//# sourceMappingURL=kotlin-
|
|
83
|
+
//# sourceMappingURL=kotlin-zNWfDPVY.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as markup } from "./markup-
|
|
1
|
+
import { t as markup } from "./markup-D2krQlDZ.js";
|
|
2
2
|
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/markdown.js
|
|
3
3
|
/**
|
|
4
4
|
* @import {Refractor} from '../lib/core.js'
|
|
@@ -275,4 +275,4 @@ function markdown(Prism) {
|
|
|
275
275
|
//#endregion
|
|
276
276
|
export { markdown as default };
|
|
277
277
|
|
|
278
|
-
//# sourceMappingURL=markdown-
|
|
278
|
+
//# sourceMappingURL=markdown-ewV-vLcZ.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as __exportAll } from "./rolldown-runtime-
|
|
1
|
+
import { r as __exportAll } from "./rolldown-runtime-7_rZTKki.js";
|
|
2
2
|
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/markup.js
|
|
3
3
|
var markup_exports = /* @__PURE__ */ __exportAll({ default: () => markup });
|
|
4
4
|
/**
|
|
@@ -173,4 +173,4 @@ value: function(attrName, lang) {
|
|
|
173
173
|
//#endregion
|
|
174
174
|
export { markup_exports as n, markup as t };
|
|
175
175
|
|
|
176
|
-
//# sourceMappingURL=markup-
|
|
176
|
+
//# sourceMappingURL=markup-D2krQlDZ.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as markup } from "./markup-
|
|
1
|
+
import { t as markup } from "./markup-D2krQlDZ.js";
|
|
2
2
|
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/markup-templating.js
|
|
3
3
|
/**
|
|
4
4
|
* @import {Refractor} from '../lib/core.js'
|
|
@@ -91,4 +91,4 @@ value: function(env, language) {
|
|
|
91
91
|
//#endregion
|
|
92
92
|
export { markupTemplating as default };
|
|
93
93
|
|
|
94
|
-
//# sourceMappingURL=markup-templating-
|
|
94
|
+
//# sourceMappingURL=markup-templating-c_XBo6vX.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
const __mfCacheGlobalKey = "__mf_module_cache__";
|
|
3
|
+
globalThis[__mfCacheGlobalKey] ||= { share: {}, remote: {} };
|
|
4
|
+
globalThis[__mfCacheGlobalKey].share ||= {};
|
|
5
|
+
globalThis[__mfCacheGlobalKey].remote ||= {};
|
|
6
|
+
const __mfModuleCache = globalThis[__mfCacheGlobalKey];
|
|
7
|
+
for (const __mfShareKey of Object.keys(__mfModuleCache.share)) {
|
|
8
|
+
if (__mfShareKey.startsWith("default:")) {
|
|
9
|
+
const __mfLegacyShareKey = __mfShareKey.slice("default:".length);
|
|
10
|
+
if (__mfModuleCache.share[__mfLegacyShareKey] === undefined) {
|
|
11
|
+
__mfModuleCache.share[__mfLegacyShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
12
|
+
}
|
|
13
|
+
} else if (!__mfShareKey.includes(":")) {
|
|
14
|
+
const __mfDefaultShareKey = "default:" + __mfShareKey;
|
|
15
|
+
if (__mfModuleCache.share[__mfDefaultShareKey] === undefined) {
|
|
16
|
+
__mfModuleCache.share[__mfDefaultShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const __mfImport = (src) =>
|
|
22
|
+
globalThis.System && typeof globalThis.System.import === 'function'
|
|
23
|
+
? globalThis.System.import(src)
|
|
24
|
+
: import(src);
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
(async () => {
|
|
29
|
+
const __mfHostInit = await __mfImport("./hostInit-BCYmw0H5.js");
|
|
30
|
+
await __mfHostInit.__tla;
|
|
31
|
+
const { initHost } = __mfHostInit;
|
|
32
|
+
await initHost();
|
|
33
|
+
if (__mfModuleCache.pendingShareLoads) {
|
|
34
|
+
await Promise.all(__mfModuleCache.pendingShareLoads);
|
|
35
|
+
}
|
|
36
|
+
})().then(() => __mfImport("./vite-preload-helper-ARKYL6bp.js"));
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
const __mfCacheGlobalKey = "__mf_module_cache__";
|
|
3
|
+
globalThis[__mfCacheGlobalKey] ||= { share: {}, remote: {} };
|
|
4
|
+
globalThis[__mfCacheGlobalKey].share ||= {};
|
|
5
|
+
globalThis[__mfCacheGlobalKey].remote ||= {};
|
|
6
|
+
const __mfModuleCache = globalThis[__mfCacheGlobalKey];
|
|
7
|
+
for (const __mfShareKey of Object.keys(__mfModuleCache.share)) {
|
|
8
|
+
if (__mfShareKey.startsWith("default:")) {
|
|
9
|
+
const __mfLegacyShareKey = __mfShareKey.slice("default:".length);
|
|
10
|
+
if (__mfModuleCache.share[__mfLegacyShareKey] === undefined) {
|
|
11
|
+
__mfModuleCache.share[__mfLegacyShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
12
|
+
}
|
|
13
|
+
} else if (!__mfShareKey.includes(":")) {
|
|
14
|
+
const __mfDefaultShareKey = "default:" + __mfShareKey;
|
|
15
|
+
if (__mfModuleCache.share[__mfDefaultShareKey] === undefined) {
|
|
16
|
+
__mfModuleCache.share[__mfDefaultShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const __mfImport = (src) =>
|
|
22
|
+
globalThis.System && typeof globalThis.System.import === 'function'
|
|
23
|
+
? globalThis.System.import(src)
|
|
24
|
+
: import(src);
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
(async () => {
|
|
29
|
+
const __mfHostInit = await __mfImport("./hostInit-BCYmw0H5.js");
|
|
30
|
+
await __mfHostInit.__tla;
|
|
31
|
+
const { initHost } = __mfHostInit;
|
|
32
|
+
await initHost();
|
|
33
|
+
if (__mfModuleCache.pendingShareLoads) {
|
|
34
|
+
await Promise.all(__mfModuleCache.pendingShareLoads);
|
|
35
|
+
}
|
|
36
|
+
})().then(() => __mfImport("./virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DZfE3QCR.js"));
|
package/dist/web/assets/{mf-entry-bootstrap-0-659c976f.js → mf-entry-bootstrap-2-32e24e11.js}
RENAMED
|
@@ -24,12 +24,13 @@ const __mfImport = (src) =>
|
|
|
24
24
|
: import(src);
|
|
25
25
|
|
|
26
26
|
|
|
27
|
+
|
|
27
28
|
(async () => {
|
|
28
|
-
const __mfHostInit = await __mfImport("./hostInit-
|
|
29
|
+
const __mfHostInit = await __mfImport("./hostInit-BCYmw0H5.js");
|
|
29
30
|
await __mfHostInit.__tla;
|
|
30
31
|
const { initHost } = __mfHostInit;
|
|
31
32
|
await initHost();
|
|
32
33
|
if (__mfModuleCache.pendingShareLoads) {
|
|
33
34
|
await Promise.all(__mfModuleCache.pendingShareLoads);
|
|
34
35
|
}
|
|
35
|
-
})().then(() => __mfImport("./
|
|
36
|
+
})().then(() => __mfImport("./dist-DQd1TAJX.js"));
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
const __mfCacheGlobalKey = "__mf_module_cache__";
|
|
3
|
+
globalThis[__mfCacheGlobalKey] ||= { share: {}, remote: {} };
|
|
4
|
+
globalThis[__mfCacheGlobalKey].share ||= {};
|
|
5
|
+
globalThis[__mfCacheGlobalKey].remote ||= {};
|
|
6
|
+
const __mfModuleCache = globalThis[__mfCacheGlobalKey];
|
|
7
|
+
for (const __mfShareKey of Object.keys(__mfModuleCache.share)) {
|
|
8
|
+
if (__mfShareKey.startsWith("default:")) {
|
|
9
|
+
const __mfLegacyShareKey = __mfShareKey.slice("default:".length);
|
|
10
|
+
if (__mfModuleCache.share[__mfLegacyShareKey] === undefined) {
|
|
11
|
+
__mfModuleCache.share[__mfLegacyShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
12
|
+
}
|
|
13
|
+
} else if (!__mfShareKey.includes(":")) {
|
|
14
|
+
const __mfDefaultShareKey = "default:" + __mfShareKey;
|
|
15
|
+
if (__mfModuleCache.share[__mfDefaultShareKey] === undefined) {
|
|
16
|
+
__mfModuleCache.share[__mfDefaultShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const __mfImport = (src) =>
|
|
22
|
+
globalThis.System && typeof globalThis.System.import === 'function'
|
|
23
|
+
? globalThis.System.import(src)
|
|
24
|
+
: import(src);
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
(async () => {
|
|
29
|
+
const __mfHostInit = await __mfImport("./hostInit-BCYmw0H5.js");
|
|
30
|
+
await __mfHostInit.__tla;
|
|
31
|
+
const { initHost } = __mfHostInit;
|
|
32
|
+
await initHost();
|
|
33
|
+
if (__mfModuleCache.pendingShareLoads) {
|
|
34
|
+
await Promise.all(__mfModuleCache.pendingShareLoads);
|
|
35
|
+
}
|
|
36
|
+
})().then(() => __mfImport("./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-t-KnBiUh.js"));
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { i as __mf_163, y as __mf_59 } from "./_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-BfSk5vRC.js";
|
|
1
|
+
import { M as __mf_0, c as __mf_145, u as __mf_155 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Cx7TvZ_H.js";
|
|
3
2
|
import { t as BETTER_AUTH_MODELS } from "./model-names-CUS5rSei.js";
|
|
4
3
|
//#region src/better-auth/core/schema/plugin-definition.ts
|
|
5
|
-
var createBetterAuthPluginDefinitionSchema =
|
|
6
|
-
type:
|
|
4
|
+
var createBetterAuthPluginDefinitionSchema = __mf_155((ctx) => __mf_0.object({ additionalUserAdminRoles: ctx.withDefault(__mf_0.array(ctx.withRef({
|
|
5
|
+
type: __mf_145,
|
|
7
6
|
onDelete: "DELETE"
|
|
8
7
|
})), []) }));
|
|
9
8
|
//#endregion
|
|
@@ -301,4 +300,4 @@ function createBetterAuthPartialDefinition(authFeatureName, accountsFeatureName)
|
|
|
301
300
|
//#endregion
|
|
302
301
|
export { createBetterAuthPluginDefinitionSchema as n, createBetterAuthPartialDefinition as t };
|
|
303
302
|
|
|
304
|
-
//# sourceMappingURL=models-
|
|
303
|
+
//# sourceMappingURL=models-BcPOQC5p.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { i as __mf_163, y as __mf_59 } from "./_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-BfSk5vRC.js";
|
|
1
|
+
import { M as __mf_0, c as __mf_145, u as __mf_155 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Cx7TvZ_H.js";
|
|
3
2
|
import { t as LOCAL_AUTH_MODELS } from "./model-names-BluImOzu.js";
|
|
4
3
|
//#region src/local-auth/core/schema/plugin-definition.ts
|
|
5
|
-
var createLocalAuthPluginDefinitionSchema =
|
|
4
|
+
var createLocalAuthPluginDefinitionSchema = __mf_155((ctx) => __mf_0.object({
|
|
6
5
|
additionalUserAdminRoles: ctx.withDefault(__mf_0.array(ctx.withRef({
|
|
7
|
-
type:
|
|
6
|
+
type: __mf_145,
|
|
8
7
|
onDelete: "DELETE"
|
|
9
8
|
})), []),
|
|
10
|
-
requireNameOnRegistration: __mf_0.boolean().default(false)
|
|
9
|
+
requireNameOnRegistration: __mf_0.boolean().default(false),
|
|
10
|
+
emailOtp: __mf_0.boolean().default(false)
|
|
11
11
|
}));
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/local-auth/core/schema/models.ts
|
|
@@ -252,6 +252,11 @@ function createLocalAuthPartialDefinition(authFeatureName, accountsFeatureName)
|
|
|
252
252
|
type: "json",
|
|
253
253
|
isOptional: true
|
|
254
254
|
},
|
|
255
|
+
{
|
|
256
|
+
name: "attempts",
|
|
257
|
+
type: "int",
|
|
258
|
+
options: { default: "0" }
|
|
259
|
+
},
|
|
255
260
|
{
|
|
256
261
|
name: "expiresAt",
|
|
257
262
|
type: "dateTime"
|
|
@@ -282,4 +287,4 @@ function createLocalAuthPartialDefinition(authFeatureName, accountsFeatureName)
|
|
|
282
287
|
//#endregion
|
|
283
288
|
export { createLocalAuthPluginDefinitionSchema as n, createLocalAuthPartialDefinition as t };
|
|
284
289
|
|
|
285
|
-
//# sourceMappingURL=models-
|
|
290
|
+
//# sourceMappingURL=models-BcUgOGGn.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as c } from "./c-
|
|
1
|
+
import { t as c } from "./c-6gdx-Hqg.js";
|
|
2
2
|
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/objectivec.js
|
|
3
3
|
/**
|
|
4
4
|
* @import {Refractor} from '../lib/core.js'
|
|
@@ -22,4 +22,4 @@ function objectivec(Prism) {
|
|
|
22
22
|
//#endregion
|
|
23
23
|
export { objectivec as default };
|
|
24
24
|
|
|
25
|
-
//# sourceMappingURL=objectivec-
|
|
25
|
+
//# sourceMappingURL=objectivec-PkUOhxeb.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import markupTemplating from "./markup-templating-
|
|
1
|
+
import markupTemplating from "./markup-templating-c_XBo6vX.js";
|
|
2
2
|
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/php.js
|
|
3
3
|
/**
|
|
4
4
|
* @import {Refractor} from '../lib/core.js'
|
|
@@ -295,4 +295,4 @@ function php(Prism) {
|
|
|
295
295
|
//#endregion
|
|
296
296
|
export { php as default };
|
|
297
297
|
|
|
298
|
-
//# sourceMappingURL=php-
|
|
298
|
+
//# sourceMappingURL=php-CfWLJZIj.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { i as __mf_163, s as __mf_172, y as __mf_59 } from "./_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-BfSk5vRC.js";
|
|
1
|
+
import { M as __mf_0, c as __mf_145, d as __mf_158, u as __mf_155 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Cx7TvZ_H.js";
|
|
3
2
|
//#region src/auth/core/schema/roles/constants.ts
|
|
4
3
|
var AUTH_DEFAULT_ROLES = [
|
|
5
4
|
{
|
|
@@ -30,23 +29,23 @@ var AUTH_DEFAULT_ROLES = [
|
|
|
30
29
|
function createDefaultAuthRoles() {
|
|
31
30
|
return AUTH_DEFAULT_ROLES.map((role) => ({
|
|
32
31
|
...role,
|
|
33
|
-
id:
|
|
32
|
+
id: __mf_145.generateNewId()
|
|
34
33
|
}));
|
|
35
34
|
}
|
|
36
35
|
//#endregion
|
|
37
36
|
//#region src/auth/core/schema/roles/schema.ts
|
|
38
|
-
var createAuthRoleSchema =
|
|
37
|
+
var createAuthRoleSchema = __mf_155((ctx) => ctx.withEnt(__mf_0.object({
|
|
39
38
|
id: __mf_0.string(),
|
|
40
39
|
name: __mf_0.string().min(1),
|
|
41
40
|
comment: __mf_0.string().min(1),
|
|
42
41
|
builtIn: __mf_0.boolean().default(false),
|
|
43
42
|
autoAssigned: __mf_0.boolean().default(false)
|
|
44
|
-
}), { type:
|
|
43
|
+
}), { type: __mf_145 }));
|
|
45
44
|
/**
|
|
46
45
|
* Defines the schema for an array of roles ensuring that there are no duplicate
|
|
47
46
|
* role names and that the built-in roles are included.
|
|
48
47
|
*/
|
|
49
|
-
var createAuthRolesSchema =
|
|
48
|
+
var createAuthRolesSchema = __mf_155((ctx) => __mf_0.array(createAuthRoleSchema(ctx)).superRefine((roles, ctx) => {
|
|
50
49
|
const dup = roles.map((r) => r.name).filter((v, i, a) => a.indexOf(v) !== i);
|
|
51
50
|
if (dup.length > 0) ctx.addIssue({
|
|
52
51
|
code: "custom",
|
|
@@ -60,14 +59,14 @@ var createAuthRolesSchema = __mf_163((ctx) => __mf_0.array(createAuthRoleSchema(
|
|
|
60
59
|
}));
|
|
61
60
|
//#endregion
|
|
62
61
|
//#region src/auth/core/schema/plugin-definition.ts
|
|
63
|
-
var createAuthPluginDefinitionSchema =
|
|
62
|
+
var createAuthPluginDefinitionSchema = __mf_155((ctx) => __mf_0.object({
|
|
64
63
|
implementationPluginKey: __mf_0.string().min(1, "Auth implementation plugin must be selected"),
|
|
65
64
|
authFeatureRef: ctx.withRef({
|
|
66
|
-
type:
|
|
65
|
+
type: __mf_158,
|
|
67
66
|
onDelete: "RESTRICT"
|
|
68
67
|
}),
|
|
69
68
|
accountsFeatureRef: ctx.withRef({
|
|
70
|
-
type:
|
|
69
|
+
type: __mf_158,
|
|
71
70
|
onDelete: "RESTRICT"
|
|
72
71
|
}),
|
|
73
72
|
roles: createAuthRolesSchema(ctx)
|
|
@@ -75,4 +74,4 @@ var createAuthPluginDefinitionSchema = __mf_163((ctx) => __mf_0.object({
|
|
|
75
74
|
//#endregion
|
|
76
75
|
export { createAuthRoleSchema as n, createDefaultAuthRoles as r, createAuthPluginDefinitionSchema as t };
|
|
77
76
|
|
|
78
|
-
//# sourceMappingURL=plugin-definition-
|
|
77
|
+
//# sourceMappingURL=plugin-definition-D1EImXIf.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { M as __mf_0, u as __mf_155 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Cx7TvZ_H.js";
|
|
2
|
+
//#region src/placeholder-auth/constants/model-names.ts
|
|
3
|
+
var PLACEHOLDER_AUTH_MODELS = { user: "User" };
|
|
4
|
+
//#endregion
|
|
5
|
+
//#region src/placeholder-auth/core/schema/plugin-definition.ts
|
|
6
|
+
var createPlaceholderAuthPluginDefinitionSchema = __mf_155(() => __mf_0.object({}));
|
|
7
|
+
//#endregion
|
|
8
|
+
export { PLACEHOLDER_AUTH_MODELS as n, createPlaceholderAuthPluginDefinitionSchema as t };
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=plugin-definition-lw-gB4hU.js.map
|
|
@@ -33,7 +33,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
33
33
|
}
|
|
34
34
|
return to;
|
|
35
35
|
};
|
|
36
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
36
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule || !__hasOwnProp.call(mod, "default") ? __defProp(target, "default", {
|
|
37
37
|
value: mod,
|
|
38
38
|
enumerable: true
|
|
39
39
|
}) : target, mod));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as clike } from "./clike-
|
|
1
|
+
import { t as clike } from "./clike-Ds9lUsCq.js";
|
|
2
2
|
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/ruby.js
|
|
3
3
|
/**
|
|
4
4
|
* @import {Refractor} from '../lib/core.js'
|
|
@@ -172,4 +172,4 @@ function ruby(Prism) {
|
|
|
172
172
|
//#endregion
|
|
173
173
|
export { ruby as default };
|
|
174
174
|
|
|
175
|
-
//# sourceMappingURL=ruby-
|
|
175
|
+
//# sourceMappingURL=ruby-BlM93DKO.js.map
|
|
@@ -1,9 +1,26 @@
|
|
|
1
|
-
/*! tailwindcss v4.3.
|
|
1
|
+
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|
|
5
5
|
--tw-space-y-reverse: 0;
|
|
6
6
|
--tw-font-weight: initial;
|
|
7
|
+
--tw-animation-delay: 0s;
|
|
8
|
+
--tw-animation-direction: normal;
|
|
9
|
+
--tw-animation-duration: initial;
|
|
10
|
+
--tw-animation-fill-mode: none;
|
|
11
|
+
--tw-animation-iteration-count: 1;
|
|
12
|
+
--tw-enter-blur: 0;
|
|
13
|
+
--tw-enter-opacity: 1;
|
|
14
|
+
--tw-enter-rotate: 0;
|
|
15
|
+
--tw-enter-scale: 1;
|
|
16
|
+
--tw-enter-translate-x: 0;
|
|
17
|
+
--tw-enter-translate-y: 0;
|
|
18
|
+
--tw-exit-blur: 0;
|
|
19
|
+
--tw-exit-opacity: 1;
|
|
20
|
+
--tw-exit-rotate: 0;
|
|
21
|
+
--tw-exit-scale: 1;
|
|
22
|
+
--tw-exit-translate-x: 0;
|
|
23
|
+
--tw-exit-translate-y: 0;
|
|
7
24
|
}
|
|
8
25
|
}
|
|
9
26
|
}
|
|
@@ -108,6 +125,107 @@
|
|
|
108
125
|
}
|
|
109
126
|
}
|
|
110
127
|
|
|
128
|
+
@property --tw-animation-delay {
|
|
129
|
+
syntax: "*";
|
|
130
|
+
inherits: false;
|
|
131
|
+
initial-value: 0s;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
@property --tw-animation-direction {
|
|
135
|
+
syntax: "*";
|
|
136
|
+
inherits: false;
|
|
137
|
+
initial-value: normal;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
@property --tw-animation-duration {
|
|
141
|
+
syntax: "*";
|
|
142
|
+
inherits: false
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@property --tw-animation-fill-mode {
|
|
146
|
+
syntax: "*";
|
|
147
|
+
inherits: false;
|
|
148
|
+
initial-value: none;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
@property --tw-animation-iteration-count {
|
|
152
|
+
syntax: "*";
|
|
153
|
+
inherits: false;
|
|
154
|
+
initial-value: 1;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@property --tw-enter-blur {
|
|
158
|
+
syntax: "*";
|
|
159
|
+
inherits: false;
|
|
160
|
+
initial-value: 0;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
@property --tw-enter-opacity {
|
|
164
|
+
syntax: "*";
|
|
165
|
+
inherits: false;
|
|
166
|
+
initial-value: 1;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
@property --tw-enter-rotate {
|
|
170
|
+
syntax: "*";
|
|
171
|
+
inherits: false;
|
|
172
|
+
initial-value: 0;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
@property --tw-enter-scale {
|
|
176
|
+
syntax: "*";
|
|
177
|
+
inherits: false;
|
|
178
|
+
initial-value: 1;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
@property --tw-enter-translate-x {
|
|
182
|
+
syntax: "*";
|
|
183
|
+
inherits: false;
|
|
184
|
+
initial-value: 0;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
@property --tw-enter-translate-y {
|
|
188
|
+
syntax: "*";
|
|
189
|
+
inherits: false;
|
|
190
|
+
initial-value: 0;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
@property --tw-exit-blur {
|
|
194
|
+
syntax: "*";
|
|
195
|
+
inherits: false;
|
|
196
|
+
initial-value: 0;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
@property --tw-exit-opacity {
|
|
200
|
+
syntax: "*";
|
|
201
|
+
inherits: false;
|
|
202
|
+
initial-value: 1;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
@property --tw-exit-rotate {
|
|
206
|
+
syntax: "*";
|
|
207
|
+
inherits: false;
|
|
208
|
+
initial-value: 0;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
@property --tw-exit-scale {
|
|
212
|
+
syntax: "*";
|
|
213
|
+
inherits: false;
|
|
214
|
+
initial-value: 1;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
@property --tw-exit-translate-x {
|
|
218
|
+
syntax: "*";
|
|
219
|
+
inherits: false;
|
|
220
|
+
initial-value: 0;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
@property --tw-exit-translate-y {
|
|
224
|
+
syntax: "*";
|
|
225
|
+
inherits: false;
|
|
226
|
+
initial-value: 0;
|
|
227
|
+
}
|
|
228
|
+
|
|
111
229
|
@property --tw-space-y-reverse {
|
|
112
230
|
syntax: "*";
|
|
113
231
|
inherits: false;
|