@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baseplate-dev/plugin-auth",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.18",
|
|
4
4
|
"description": "Contains the auth plugin for Baseplate",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"authentication",
|
|
@@ -11,17 +11,12 @@
|
|
|
11
11
|
"typescript"
|
|
12
12
|
],
|
|
13
13
|
"homepage": "https://www.baseplate.dev",
|
|
14
|
+
"license": "MPL-2.0",
|
|
15
|
+
"author": "Half Dome Labs LLC",
|
|
14
16
|
"repository": {
|
|
15
17
|
"type": "git",
|
|
16
18
|
"url": "https://github.com/halfdomelabs/baseplate"
|
|
17
19
|
},
|
|
18
|
-
"license": "MPL-2.0",
|
|
19
|
-
"author": "Half Dome Labs LLC",
|
|
20
|
-
"type": "module",
|
|
21
|
-
"imports": {
|
|
22
|
-
"#src/*": "./dist/*"
|
|
23
|
-
},
|
|
24
|
-
"main": "dist/index.js",
|
|
25
20
|
"files": [
|
|
26
21
|
"README.md",
|
|
27
22
|
"LICENSE",
|
|
@@ -30,44 +25,52 @@
|
|
|
30
25
|
"!dist/**/*.map",
|
|
31
26
|
"!dist/**/*.tsbuildinfo"
|
|
32
27
|
],
|
|
28
|
+
"type": "module",
|
|
29
|
+
"main": "dist/index.js",
|
|
30
|
+
"imports": {
|
|
31
|
+
"#src/*": "./dist/*"
|
|
32
|
+
},
|
|
33
|
+
"publishConfig": {
|
|
34
|
+
"access": "public",
|
|
35
|
+
"provenance": true
|
|
36
|
+
},
|
|
33
37
|
"dependencies": {
|
|
34
38
|
"@hookform/lenses": "^0.8.1",
|
|
35
39
|
"@hookform/resolvers": "^5.2.2",
|
|
36
|
-
"@tanstack/react-router": "^1.
|
|
37
|
-
"react": "^19.
|
|
38
|
-
"react-dom": "^19.
|
|
40
|
+
"@tanstack/react-router": "^1.168.23",
|
|
41
|
+
"react": "^19.2.8",
|
|
42
|
+
"react-dom": "^19.2.8",
|
|
39
43
|
"react-hook-form": "^7.71.1",
|
|
40
|
-
"react-icons": "^5.
|
|
44
|
+
"react-icons": "^5.7.0",
|
|
41
45
|
"zod": "~4.3.6",
|
|
42
|
-
"@baseplate-dev/core-generators": "0.6.
|
|
43
|
-
"@baseplate-dev/fastify-generators": "0.6.
|
|
44
|
-
"@baseplate-dev/plugin-email": "0.6.
|
|
45
|
-
"@baseplate-dev/plugin-queue": "0.6.
|
|
46
|
-
"@baseplate-dev/plugin-rate-limit": "0.6.
|
|
47
|
-
"@baseplate-dev/project-builder-lib": "0.6.
|
|
48
|
-
"@baseplate-dev/react-generators": "0.6.
|
|
49
|
-
"@baseplate-dev/sync": "0.6.
|
|
50
|
-
"@baseplate-dev/ui-components": "0.6.
|
|
51
|
-
"@baseplate-dev/utils": "0.6.
|
|
46
|
+
"@baseplate-dev/core-generators": "0.6.18",
|
|
47
|
+
"@baseplate-dev/fastify-generators": "0.6.18",
|
|
48
|
+
"@baseplate-dev/plugin-email": "0.6.18",
|
|
49
|
+
"@baseplate-dev/plugin-queue": "0.6.18",
|
|
50
|
+
"@baseplate-dev/plugin-rate-limit": "0.6.18",
|
|
51
|
+
"@baseplate-dev/project-builder-lib": "0.6.18",
|
|
52
|
+
"@baseplate-dev/react-generators": "0.6.18",
|
|
53
|
+
"@baseplate-dev/sync": "0.6.18",
|
|
54
|
+
"@baseplate-dev/ui-components": "0.6.18",
|
|
55
|
+
"@baseplate-dev/utils": "0.6.18"
|
|
52
56
|
},
|
|
53
57
|
"devDependencies": {
|
|
54
|
-
"@module-federation/vite": "1.
|
|
55
|
-
"@tailwindcss/vite": "4.3.
|
|
56
|
-
"@types/node": "^24.
|
|
57
|
-
"@types/react": "^19.
|
|
58
|
-
"@types/react-dom": "^19.
|
|
59
|
-
"@vitejs/plugin-react": "6.0.
|
|
58
|
+
"@module-federation/vite": "1.20.5",
|
|
59
|
+
"@tailwindcss/vite": "4.3.3",
|
|
60
|
+
"@types/node": "^24.13.0",
|
|
61
|
+
"@types/react": "^19.2.18",
|
|
62
|
+
"@types/react-dom": "^19.2.4",
|
|
63
|
+
"@vitejs/plugin-react": "6.0.5",
|
|
60
64
|
"concurrently": "10.0.4",
|
|
61
65
|
"cpx2": "9.0.0",
|
|
62
66
|
"eslint": "^9.39.5",
|
|
63
67
|
"nodemon": "3.1.14",
|
|
64
68
|
"oxlint": "1.76.0",
|
|
65
|
-
"
|
|
66
|
-
"tailwindcss": "4.3.1",
|
|
69
|
+
"tailwindcss": "4.3.3",
|
|
67
70
|
"typescript": "6.0.3",
|
|
68
|
-
"vite": "8.
|
|
69
|
-
"vitest": "4.1.
|
|
70
|
-
"@baseplate-dev/tools": "0.6.
|
|
71
|
+
"vite": "8.2.0",
|
|
72
|
+
"vitest": "4.1.10",
|
|
73
|
+
"@baseplate-dev/tools": "0.6.18"
|
|
71
74
|
},
|
|
72
75
|
"engines": {
|
|
73
76
|
"node": "^24.0.0"
|
|
@@ -75,10 +78,6 @@
|
|
|
75
78
|
"volta": {
|
|
76
79
|
"extends": "../../package.json"
|
|
77
80
|
},
|
|
78
|
-
"publishConfig": {
|
|
79
|
-
"access": "public",
|
|
80
|
-
"provenance": true
|
|
81
|
-
},
|
|
82
81
|
"scripts": {
|
|
83
82
|
"build": "concurrently pnpm:build:*",
|
|
84
83
|
"build:static": "cpx \"src/**/{templates/**,static/**,plugin.json}\" \"dist/\" --clean",
|
|
@@ -86,8 +85,6 @@
|
|
|
86
85
|
"build:vite": "vite build",
|
|
87
86
|
"clean": "rm -rf ./dist",
|
|
88
87
|
"lint": "oxlint && eslint .",
|
|
89
|
-
"prettier:check": "prettier --check .",
|
|
90
|
-
"prettier:write": "prettier -w -l .",
|
|
91
88
|
"test": "vitest --passWithNoTests",
|
|
92
89
|
"tsc:watch": "tsc -p tsconfig.build.json --preserveWatchOutput -w",
|
|
93
90
|
"typecheck": "tsc --noEmit",
|
|
@@ -1,384 +0,0 @@
|
|
|
1
|
-
import { t as __vitePreload } from "./vite-preload-helper-iIio8xkS.js";
|
|
2
|
-
//#region \0virtual: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
|
|
3
|
-
var __mfPromiseGlobalKey = "__mf_init__virtual:mf:__mfe_internal__plugin_mf_2_auth__mf_v__runtimeInit__mf_v__.js__";
|
|
4
|
-
var __mfPromiseState = globalThis[__mfPromiseGlobalKey];
|
|
5
|
-
if (!__mfPromiseState) {
|
|
6
|
-
let initResolve, initReject;
|
|
7
|
-
const initPromise = new Promise((re, rj) => {
|
|
8
|
-
initResolve = re;
|
|
9
|
-
initReject = rj;
|
|
10
|
-
});
|
|
11
|
-
__mfPromiseState = globalThis[__mfPromiseGlobalKey] = {
|
|
12
|
-
initPromise,
|
|
13
|
-
initResolve,
|
|
14
|
-
initReject
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
var initPromise = __mfPromiseState.initPromise;
|
|
18
|
-
var __mfCacheGlobalKey = "__mf_module_cache__";
|
|
19
|
-
globalThis[__mfCacheGlobalKey] ||= {
|
|
20
|
-
share: {},
|
|
21
|
-
remote: {}
|
|
22
|
-
};
|
|
23
|
-
globalThis[__mfCacheGlobalKey].share ||= {};
|
|
24
|
-
globalThis[__mfCacheGlobalKey].remote ||= {};
|
|
25
|
-
var __mfModuleCache = globalThis[__mfCacheGlobalKey];
|
|
26
|
-
for (const __mfShareKey of Object.keys(__mfModuleCache.share)) if (__mfShareKey.startsWith("default:")) {
|
|
27
|
-
const __mfLegacyShareKey = __mfShareKey.slice(8);
|
|
28
|
-
if (__mfModuleCache.share[__mfLegacyShareKey] === void 0) __mfModuleCache.share[__mfLegacyShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
29
|
-
} else if (!__mfShareKey.includes(":")) {
|
|
30
|
-
const __mfDefaultShareKey = "default:" + __mfShareKey;
|
|
31
|
-
if (__mfModuleCache.share[__mfDefaultShareKey] === void 0) __mfModuleCache.share[__mfDefaultShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
32
|
-
}
|
|
33
|
-
var __mfReadSharedCache = (cache, descriptor) => {
|
|
34
|
-
const value = cache[descriptor.canonical];
|
|
35
|
-
if (value !== void 0) return value;
|
|
36
|
-
const aliases = descriptor.aliases || [];
|
|
37
|
-
for (const alias of aliases) {
|
|
38
|
-
const aliasValue = cache[alias];
|
|
39
|
-
if (aliasValue !== void 0) {
|
|
40
|
-
cache[descriptor.canonical] = aliasValue;
|
|
41
|
-
return aliasValue;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
var __mfWriteSharedCache = (cache, descriptor, value) => {
|
|
46
|
-
cache[descriptor.canonical] = value;
|
|
47
|
-
const aliases = descriptor.aliases || [];
|
|
48
|
-
for (const alias of aliases) if (cache[alias] === void 0) cache[alias] = value;
|
|
49
|
-
return value;
|
|
50
|
-
};
|
|
51
|
-
var __mfNormalizeShareModule = (mod) => {
|
|
52
|
-
let current = mod;
|
|
53
|
-
for (let i = 0; i < 5; i++) {
|
|
54
|
-
const defaultExport = current?.default;
|
|
55
|
-
if (!defaultExport || typeof defaultExport !== "object") break;
|
|
56
|
-
const namedValues = Object.keys(current).filter((key) => key !== "default").map((key) => current[key]);
|
|
57
|
-
if (namedValues.length > 0 && namedValues.some((value) => value !== void 0)) break;
|
|
58
|
-
current = defaultExport;
|
|
59
|
-
}
|
|
60
|
-
return current;
|
|
61
|
-
};
|
|
62
|
-
var __mf_17;
|
|
63
|
-
var __mf_22;
|
|
64
|
-
var __mf_26;
|
|
65
|
-
var __mf_38;
|
|
66
|
-
var __mf_41;
|
|
67
|
-
var __mf_55;
|
|
68
|
-
var __mf_57;
|
|
69
|
-
var __mf_58;
|
|
70
|
-
var __mf_59;
|
|
71
|
-
var __mf_61;
|
|
72
|
-
var __mf_62;
|
|
73
|
-
var __mf_88;
|
|
74
|
-
var __mf_91;
|
|
75
|
-
var __mf_141;
|
|
76
|
-
var __mf_142;
|
|
77
|
-
var __mf_161;
|
|
78
|
-
var __mf_163;
|
|
79
|
-
var __mf_167;
|
|
80
|
-
var __mf_172;
|
|
81
|
-
var __mf_189;
|
|
82
|
-
var __mf_232;
|
|
83
|
-
var __mf_233;
|
|
84
|
-
var __mf_263;
|
|
85
|
-
var __mfApplyLazyShareExports = (mod) => {
|
|
86
|
-
mod["AVAILABLE_FLAGS"];
|
|
87
|
-
mod["AppUtils"];
|
|
88
|
-
mod["AuthorizerExpressionParseError"];
|
|
89
|
-
mod["AuthorizerExpressionParser"];
|
|
90
|
-
mod["BUILT_IN_ADMIN_CRUD_ACTIONS"];
|
|
91
|
-
mod["BUILT_IN_ADMIN_CRUD_COLUMNS"];
|
|
92
|
-
mod["BUILT_IN_ADMIN_CRUD_INPUTS"];
|
|
93
|
-
mod["BUILT_IN_TRANSFORMERS"];
|
|
94
|
-
mod["COLOR_PALETTES"];
|
|
95
|
-
mod["DEFAULT_APPS_FOLDER"];
|
|
96
|
-
mod["DEFAULT_LIBRARIES_FOLDER"];
|
|
97
|
-
mod["DefinitionDiffArrayIncludesField"];
|
|
98
|
-
mod["DefinitionDiffKeyedArrayField"];
|
|
99
|
-
mod["DefinitionDiffReplacementField"];
|
|
100
|
-
mod["DefinitionEntityType"];
|
|
101
|
-
mod["EnumUtils"];
|
|
102
|
-
mod["FIXED_COLOR_MAPPINGS"];
|
|
103
|
-
__mf_17 = mod["FeatureUtils"];
|
|
104
|
-
mod["LibraryCompiler"];
|
|
105
|
-
mod["LibraryUtils"];
|
|
106
|
-
mod["ModelFieldUtils"];
|
|
107
|
-
mod["ModelTransformerUtils"];
|
|
108
|
-
__mf_22 = mod["ModelUtils"];
|
|
109
|
-
mod["PALETTE_SHADES"];
|
|
110
|
-
mod["PackageCompiler"];
|
|
111
|
-
mod["PluginSpecStore"];
|
|
112
|
-
__mf_26 = mod["PluginUtils"];
|
|
113
|
-
mod["ProjectDefinitionContainer"];
|
|
114
|
-
mod["REFERENTIAL_ACTIONS"];
|
|
115
|
-
mod["RefExpressionParser"];
|
|
116
|
-
mod["SCALAR_FIELD_TYPES"];
|
|
117
|
-
mod["SCHEMA_MIGRATIONS"];
|
|
118
|
-
mod["SchemaMigrationError"];
|
|
119
|
-
mod["THEME_COLORS"];
|
|
120
|
-
mod["THEME_COLOR_KEYS"];
|
|
121
|
-
mod["VALIDATORS"];
|
|
122
|
-
mod["adminCrudActionCompilerSpec"];
|
|
123
|
-
mod["adminCrudActionEntityType"];
|
|
124
|
-
__mf_38 = mod["adminCrudActionSpec"];
|
|
125
|
-
mod["adminCrudColumnCompilerSpec"];
|
|
126
|
-
mod["adminCrudColumnEntityType"];
|
|
127
|
-
__mf_41 = mod["adminCrudColumnSpec"];
|
|
128
|
-
mod["adminCrudEmbeddedFormEntityType"];
|
|
129
|
-
mod["adminCrudEmbeddedInputType"];
|
|
130
|
-
mod["adminCrudEmbeddedLocalInputType"];
|
|
131
|
-
mod["adminCrudInputCompilerSpec"];
|
|
132
|
-
mod["adminCrudInputEntityType"];
|
|
133
|
-
mod["adminCrudInputSpec"];
|
|
134
|
-
mod["adminCrudSectionColumnEntityType"];
|
|
135
|
-
mod["adminSectionEntityType"];
|
|
136
|
-
mod["appCompilerSpec"];
|
|
137
|
-
mod["appEntityType"];
|
|
138
|
-
mod["applyDefinitionDiff"];
|
|
139
|
-
mod["applyDefinitionFixes"];
|
|
140
|
-
mod["applyExpressionRenames"];
|
|
141
|
-
__mf_55 = mod["applyMergedDefinition"];
|
|
142
|
-
mod["assignEntityIds"];
|
|
143
|
-
__mf_57 = mod["authConfigSpec"];
|
|
144
|
-
__mf_58 = mod["authModelsSpec"];
|
|
145
|
-
__mf_59 = mod["authRoleEntityType"];
|
|
146
|
-
mod["backendAppEntryType"];
|
|
147
|
-
__mf_61 = mod["baseAdminCrudActionSchema"];
|
|
148
|
-
__mf_62 = mod["baseAdminCrudColumnSchema"];
|
|
149
|
-
mod["baseAdminCrudInputSchema"];
|
|
150
|
-
mod["baseAppSchema"];
|
|
151
|
-
mod["baseAppValidators"];
|
|
152
|
-
mod["baseLibrarySchema"];
|
|
153
|
-
mod["baseLibraryValidators"];
|
|
154
|
-
mod["basePluginDefinitionSchema"];
|
|
155
|
-
mod["baseTransformerFields"];
|
|
156
|
-
mod["baseTransformerSchema"];
|
|
157
|
-
mod["buildEnabledPluginFqnSet"];
|
|
158
|
-
mod["buildModelExpressionContext"];
|
|
159
|
-
mod["buildPackageName"];
|
|
160
|
-
mod["checkUniqueField"];
|
|
161
|
-
mod["checkUniqueFieldValue"];
|
|
162
|
-
mod["cleanDefaultValues"];
|
|
163
|
-
mod["collectDefinitionIssues"];
|
|
164
|
-
mod["collectEntityArrays"];
|
|
165
|
-
mod["collectEntityMetadata"];
|
|
166
|
-
mod["collectExpressionIssues"];
|
|
167
|
-
mod["collectFieldIssues"];
|
|
168
|
-
mod["convertColorNameToOklch"];
|
|
169
|
-
mod["convertHexToOklch"];
|
|
170
|
-
mod["convertOklchToColorName"];
|
|
171
|
-
mod["convertOklchToHex"];
|
|
172
|
-
mod["createAdminAppSchema"];
|
|
173
|
-
mod["createAdminCrudActionSchema"];
|
|
174
|
-
__mf_88 = mod["createAdminCrudActionType"];
|
|
175
|
-
mod["createAdminCrudColumnCompiler"];
|
|
176
|
-
mod["createAdminCrudColumnSchema"];
|
|
177
|
-
__mf_91 = mod["createAdminCrudColumnType"];
|
|
178
|
-
mod["createAdminCrudDeleteActionSchema"];
|
|
179
|
-
mod["createAdminCrudEditActionSchema"];
|
|
180
|
-
mod["createAdminCrudEmbeddedFormSchema"];
|
|
181
|
-
mod["createAdminCrudEmbeddedInputSchema"];
|
|
182
|
-
mod["createAdminCrudEmbeddedLocalInputSchema"];
|
|
183
|
-
mod["createAdminCrudEnumInputSchema"];
|
|
184
|
-
mod["createAdminCrudForeignColumnSchema"];
|
|
185
|
-
mod["createAdminCrudForeignInputSchema"];
|
|
186
|
-
mod["createAdminCrudInputSchema"];
|
|
187
|
-
mod["createAdminCrudInputType"];
|
|
188
|
-
mod["createAdminCrudPasswordInputSchema"];
|
|
189
|
-
mod["createAdminCrudSectionSchema"];
|
|
190
|
-
mod["createAdminCrudTextColumnSchema"];
|
|
191
|
-
mod["createAdminCrudTextInputSchema"];
|
|
192
|
-
mod["createAppCompiler"];
|
|
193
|
-
mod["createAppEntryType"];
|
|
194
|
-
mod["createAppSchema"];
|
|
195
|
-
mod["createAuthorizerRoleSchema"];
|
|
196
|
-
mod["createBackendAppSchema"];
|
|
197
|
-
mod["createBaseAdminSectionValidators"];
|
|
198
|
-
mod["createDefinitionDiff"];
|
|
199
|
-
mod["createDefinitionDiffConfig"];
|
|
200
|
-
mod["createDefinitionEntityNameResolver"];
|
|
201
|
-
mod["createDefinitionSchemaParserContext"];
|
|
202
|
-
mod["createEmbeddedRelationTransformerSchema"];
|
|
203
|
-
mod["createEntity"];
|
|
204
|
-
mod["createEntityIssue"];
|
|
205
|
-
mod["createEntityType"];
|
|
206
|
-
mod["createEnumBaseSchema"];
|
|
207
|
-
mod["createEnumSchema"];
|
|
208
|
-
mod["createEnumValueSchema"];
|
|
209
|
-
mod["createExpressionParserRef"];
|
|
210
|
-
mod["createFeatureSchema"];
|
|
211
|
-
mod["createFeaturesSchema"];
|
|
212
|
-
mod["createFieldMapSpec"];
|
|
213
|
-
mod["createIssueFixSetter"];
|
|
214
|
-
mod["createLibraryWebConfig"];
|
|
215
|
-
mod["createModelAuthorizerSchema"];
|
|
216
|
-
mod["createModelBaseSchema"];
|
|
217
|
-
mod["createModelGraphqlSchema"];
|
|
218
|
-
mod["createModelIndexSchema"];
|
|
219
|
-
mod["createModelRelationFieldSchema"];
|
|
220
|
-
mod["createModelScalarFieldSchema"];
|
|
221
|
-
mod["createModelSchema"];
|
|
222
|
-
mod["createModelServiceSchema"];
|
|
223
|
-
mod["createModelTransformerType"];
|
|
224
|
-
mod["createModelUniqueConstraintSchema"];
|
|
225
|
-
mod["createPluginFieldMap"];
|
|
226
|
-
mod["createPluginImplementationStoreWithNewPlugins"];
|
|
227
|
-
__mf_141 = mod["createPluginModelSyncChecker"];
|
|
228
|
-
__mf_142 = mod["createPluginModule"];
|
|
229
|
-
mod["createPluginSpec"];
|
|
230
|
-
mod["createPluginSpecStore"];
|
|
231
|
-
mod["createPluginWithConfigSchema"];
|
|
232
|
-
mod["createPluginsSchema"];
|
|
233
|
-
mod["createProjectDefinitionSchema"];
|
|
234
|
-
mod["createProjectDefinitionSchemaWithContext"];
|
|
235
|
-
mod["createRefContextSlot"];
|
|
236
|
-
mod["createRefContextSlotMap"];
|
|
237
|
-
mod["createRefSchemaCollector"];
|
|
238
|
-
mod["createRefSchemaVisitor"];
|
|
239
|
-
mod["createSettingsSchema"];
|
|
240
|
-
mod["createTemplateExtractorSchema"];
|
|
241
|
-
mod["createThemeSchema"];
|
|
242
|
-
mod["createTransformerSchema"];
|
|
243
|
-
mod["createWebAdminSectionSchema"];
|
|
244
|
-
mod["createWebAppSchema"];
|
|
245
|
-
mod["definitionFieldIssueRegistry"];
|
|
246
|
-
mod["definitionFixRegistry"];
|
|
247
|
-
__mf_161 = mod["definitionIssueCheckerSpec"];
|
|
248
|
-
mod["definitionRefRegistry"];
|
|
249
|
-
__mf_163 = mod["definitionSchema"];
|
|
250
|
-
mod["definitionSchemaWithSlots"];
|
|
251
|
-
mod["deleteEntity"];
|
|
252
|
-
mod["deserializeSchemaWithTransformedReferences"];
|
|
253
|
-
__mf_167 = mod["diffDefinition"];
|
|
254
|
-
mod["diffSerializedDefinitions"];
|
|
255
|
-
mod["expressionParserCoreModule"];
|
|
256
|
-
mod["expressionParserSpec"];
|
|
257
|
-
mod["extractDefinitionRefs"];
|
|
258
|
-
__mf_172 = mod["featureEntityType"];
|
|
259
|
-
mod["featureNameSchema"];
|
|
260
|
-
mod["findDiscriminatedUnionMatch"];
|
|
261
|
-
mod["findOrphanedUnionItems"];
|
|
262
|
-
mod["fixDefinitionRefs"];
|
|
263
|
-
mod["fixRefDeletions"];
|
|
264
|
-
mod["formatOklch"];
|
|
265
|
-
mod["generalSettingsSchema"];
|
|
266
|
-
mod["generateCssBlockFromThemeColors"];
|
|
267
|
-
mod["generateCssFromThemeConfig"];
|
|
268
|
-
mod["generateDefaultTheme"];
|
|
269
|
-
mod["generateThemeColorsFromShade"];
|
|
270
|
-
mod["getBackendRelativePath"];
|
|
271
|
-
mod["getDefaultThemeColorFromShade"];
|
|
272
|
-
mod["getEntity"];
|
|
273
|
-
mod["getEntityName"];
|
|
274
|
-
mod["getLatestMigrationVersion"];
|
|
275
|
-
__mf_189 = mod["getManagedPluginsForPlugin"];
|
|
276
|
-
mod["getMergeRule"];
|
|
277
|
-
mod["getPackageDirectory"];
|
|
278
|
-
mod["getPluginContext"];
|
|
279
|
-
mod["getPluginDependencies"];
|
|
280
|
-
mod["getPluginMetadataByKey"];
|
|
281
|
-
mod["getPluginMetadataByKeyOrThrow"];
|
|
282
|
-
mod["getUnmetPluginDependencies"];
|
|
283
|
-
mod["getWebAppPluginData"];
|
|
284
|
-
mod["infrastructureSettingsSchema"];
|
|
285
|
-
mod["initializePlugins"];
|
|
286
|
-
mod["isMigrateableProjectDefinition"];
|
|
287
|
-
mod["libraryEntityType"];
|
|
288
|
-
mod["libraryTypeSpec"];
|
|
289
|
-
mod["listEntities"];
|
|
290
|
-
mod["mergeDataWithSchema"];
|
|
291
|
-
mod["mergeDefinition"];
|
|
292
|
-
mod["mergeDefinitionContainer"];
|
|
293
|
-
mod["modelAuthorizerRoleEntityType"];
|
|
294
|
-
mod["modelEntityType"];
|
|
295
|
-
mod["modelEnumEntityType"];
|
|
296
|
-
mod["modelEnumValueEntityType"];
|
|
297
|
-
mod["modelForeignRelationEntityType"];
|
|
298
|
-
mod["modelIndexEntityType"];
|
|
299
|
-
mod["modelLocalRelationEntityType"];
|
|
300
|
-
mod["modelScalarFieldEntityType"];
|
|
301
|
-
mod["modelTransformerCompilerSpec"];
|
|
302
|
-
mod["modelTransformerEntityType"];
|
|
303
|
-
mod["modelTransformerSpec"];
|
|
304
|
-
mod["modelUniqueConstraintEntityType"];
|
|
305
|
-
mod["monorepoSettingsSchema"];
|
|
306
|
-
mod["nodeLibraryDefinitionSchemaEntry"];
|
|
307
|
-
mod["normalizeOklch"];
|
|
308
|
-
mod["oklchColor"];
|
|
309
|
-
mod["paletteSchema"];
|
|
310
|
-
mod["palettesSchema"];
|
|
311
|
-
mod["parseAuthorizerExpression"];
|
|
312
|
-
mod["parseOklch"];
|
|
313
|
-
mod["parseProjectDefinitionWithContext"];
|
|
314
|
-
mod["parseProjectDefinitionWithReferences"];
|
|
315
|
-
mod["partitionIssuesBySeverity"];
|
|
316
|
-
mod["patchEntity"];
|
|
317
|
-
mod["pluginAppCompiler"];
|
|
318
|
-
__mf_232 = mod["pluginConfigSpec"];
|
|
319
|
-
__mf_233 = mod["pluginDefaultsSpec"];
|
|
320
|
-
mod["pluginDependencySchema"];
|
|
321
|
-
mod["pluginEntityType"];
|
|
322
|
-
mod["pluginMetadataSchema"];
|
|
323
|
-
mod["pluginSpecDependencySchema"];
|
|
324
|
-
mod["pluginSpecSupportSchema"];
|
|
325
|
-
mod["previewIssueFix"];
|
|
326
|
-
mod["reactLibraryDefinitionSchemaEntry"];
|
|
327
|
-
mod["resolveIssuePath"];
|
|
328
|
-
mod["rootCompilerSpec"];
|
|
329
|
-
mod["runInPluginContext"];
|
|
330
|
-
mod["runPluginMigrations"];
|
|
331
|
-
mod["runSchemaMigrations"];
|
|
332
|
-
mod["serializeSchema"];
|
|
333
|
-
mod["serializeSchemaFromRefPayload"];
|
|
334
|
-
mod["sortEntityArrays"];
|
|
335
|
-
mod["stripEmptyGeneratorChildren"];
|
|
336
|
-
mod["stripUndefinedValues"];
|
|
337
|
-
mod["themeColorSchema"];
|
|
338
|
-
mod["transformDataWithSchema"];
|
|
339
|
-
mod["undefinedIfEmpty"];
|
|
340
|
-
mod["undefinedIfFalsy"];
|
|
341
|
-
mod["updateEntity"];
|
|
342
|
-
mod["validateAuthorizerExpression"];
|
|
343
|
-
mod["validatePluginDependencyGraph"];
|
|
344
|
-
mod["visitAuthorizerExpression"];
|
|
345
|
-
mod["walkDataWithSchema"];
|
|
346
|
-
mod["walkSchemaStructure"];
|
|
347
|
-
mod["webAppEntryType"];
|
|
348
|
-
mod["webAppSchemaExtensionSpec"];
|
|
349
|
-
__mf_263 = mod["webConfigSpec"];
|
|
350
|
-
mod["withByKeyMergeRule"];
|
|
351
|
-
mod["withDefault"];
|
|
352
|
-
mod["withEnt"];
|
|
353
|
-
mod["withFix"];
|
|
354
|
-
mod["withIssueChecker"];
|
|
355
|
-
mod["withMergeRule"];
|
|
356
|
-
mod["withPlaceholderSlots"];
|
|
357
|
-
mod["withRef"];
|
|
358
|
-
mod.default;
|
|
359
|
-
};
|
|
360
|
-
var exportModule = __mfReadSharedCache(__mfModuleCache.share, {
|
|
361
|
-
"canonical": "default:@baseplate-dev/project-builder-lib",
|
|
362
|
-
"aliases": ["@baseplate-dev/project-builder-lib"]
|
|
363
|
-
});
|
|
364
|
-
if (exportModule === void 0) (__mfModuleCache.pendingShareLoads ||= []).push(initPromise.then(() => {
|
|
365
|
-
exportModule = __mfReadSharedCache(__mfModuleCache.share, {
|
|
366
|
-
"canonical": "default:@baseplate-dev/project-builder-lib",
|
|
367
|
-
"aliases": ["@baseplate-dev/project-builder-lib"]
|
|
368
|
-
});
|
|
369
|
-
if (exportModule !== void 0) {
|
|
370
|
-
__mfApplyLazyShareExports(exportModule);
|
|
371
|
-
return;
|
|
372
|
-
}
|
|
373
|
-
return __vitePreload(() => import("./dist-BjxypexQ.js").then((mod) => {
|
|
374
|
-
exportModule = __mfNormalizeShareModule(mod);
|
|
375
|
-
__mfWriteSharedCache(__mfModuleCache.share, {
|
|
376
|
-
"canonical": "default:@baseplate-dev/project-builder-lib",
|
|
377
|
-
"aliases": ["@baseplate-dev/project-builder-lib"]
|
|
378
|
-
}, exportModule);
|
|
379
|
-
__mfApplyLazyShareExports(exportModule);
|
|
380
|
-
}), [], import.meta.url);
|
|
381
|
-
}));
|
|
382
|
-
else __mfApplyLazyShareExports(exportModule);
|
|
383
|
-
//#endregion
|
|
384
|
-
export { __mf_91 as C, __mf_88 as S, __mf_57 as _, __mf_167 as a, __mf_61 as b, __mf_189 as c, __mf_233 as d, __mf_26 as f, __mf_55 as g, __mf_41 as h, __mf_163 as i, __mf_22 as l, __mf_38 as m, __mf_142 as n, __mf_17 as o, __mf_263 as p, __mf_161 as r, __mf_172 as s, __mf_141 as t, __mf_232 as u, __mf_58 as v, __mf_62 as x, __mf_59 as y };
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import { t as __vitePreload } from "./vite-preload-helper-iIio8xkS.js";
|
|
2
|
-
//#region \0virtual: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
|
|
3
|
-
var __mfPromiseGlobalKey = "__mf_init__virtual:mf:__mfe_internal__plugin_mf_2_auth__mf_v__runtimeInit__mf_v__.js__";
|
|
4
|
-
var __mfPromiseState = globalThis[__mfPromiseGlobalKey];
|
|
5
|
-
if (!__mfPromiseState) {
|
|
6
|
-
let initResolve, initReject;
|
|
7
|
-
const initPromise = new Promise((re, rj) => {
|
|
8
|
-
initResolve = re;
|
|
9
|
-
initReject = rj;
|
|
10
|
-
});
|
|
11
|
-
__mfPromiseState = globalThis[__mfPromiseGlobalKey] = {
|
|
12
|
-
initPromise,
|
|
13
|
-
initResolve,
|
|
14
|
-
initReject
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
var initPromise = __mfPromiseState.initPromise;
|
|
18
|
-
var __mfCacheGlobalKey = "__mf_module_cache__";
|
|
19
|
-
globalThis[__mfCacheGlobalKey] ||= {
|
|
20
|
-
share: {},
|
|
21
|
-
remote: {}
|
|
22
|
-
};
|
|
23
|
-
globalThis[__mfCacheGlobalKey].share ||= {};
|
|
24
|
-
globalThis[__mfCacheGlobalKey].remote ||= {};
|
|
25
|
-
var __mfModuleCache = globalThis[__mfCacheGlobalKey];
|
|
26
|
-
for (const __mfShareKey of Object.keys(__mfModuleCache.share)) if (__mfShareKey.startsWith("default:")) {
|
|
27
|
-
const __mfLegacyShareKey = __mfShareKey.slice(8);
|
|
28
|
-
if (__mfModuleCache.share[__mfLegacyShareKey] === void 0) __mfModuleCache.share[__mfLegacyShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
29
|
-
} else if (!__mfShareKey.includes(":")) {
|
|
30
|
-
const __mfDefaultShareKey = "default:" + __mfShareKey;
|
|
31
|
-
if (__mfModuleCache.share[__mfDefaultShareKey] === void 0) __mfModuleCache.share[__mfDefaultShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
32
|
-
}
|
|
33
|
-
var __mfReadSharedCache = (cache, descriptor) => {
|
|
34
|
-
const value = cache[descriptor.canonical];
|
|
35
|
-
if (value !== void 0) return value;
|
|
36
|
-
const aliases = descriptor.aliases || [];
|
|
37
|
-
for (const alias of aliases) {
|
|
38
|
-
const aliasValue = cache[alias];
|
|
39
|
-
if (aliasValue !== void 0) {
|
|
40
|
-
cache[descriptor.canonical] = aliasValue;
|
|
41
|
-
return aliasValue;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
var __mfWriteSharedCache = (cache, descriptor, value) => {
|
|
46
|
-
cache[descriptor.canonical] = value;
|
|
47
|
-
const aliases = descriptor.aliases || [];
|
|
48
|
-
for (const alias of aliases) if (cache[alias] === void 0) cache[alias] = value;
|
|
49
|
-
return value;
|
|
50
|
-
};
|
|
51
|
-
var __mfNormalizeShareModule = (mod) => {
|
|
52
|
-
let current = mod;
|
|
53
|
-
for (let i = 0; i < 5; i++) {
|
|
54
|
-
const defaultExport = current?.default;
|
|
55
|
-
if (!defaultExport || typeof defaultExport !== "object") break;
|
|
56
|
-
const namedValues = Object.keys(current).filter((key) => key !== "default").map((key) => current[key]);
|
|
57
|
-
if (namedValues.length > 0 && namedValues.some((value) => value !== void 0)) break;
|
|
58
|
-
current = defaultExport;
|
|
59
|
-
}
|
|
60
|
-
return current;
|
|
61
|
-
};
|
|
62
|
-
var __mf_0;
|
|
63
|
-
var __mf_3;
|
|
64
|
-
var __mf_7;
|
|
65
|
-
var __mf_8;
|
|
66
|
-
var __mf_20;
|
|
67
|
-
var __mf_23;
|
|
68
|
-
var __mf_25;
|
|
69
|
-
var __mf_26;
|
|
70
|
-
var __mfApplyLazyShareExports = (mod) => {
|
|
71
|
-
__mf_0 = mod["DefinitionDiffAlert"];
|
|
72
|
-
mod["ErrorHandlerContext"];
|
|
73
|
-
mod["FeatureComboboxField"];
|
|
74
|
-
__mf_3 = mod["FeatureComboboxFieldController"];
|
|
75
|
-
mod["ModelComboboxField"];
|
|
76
|
-
mod["ModelComboboxFieldController"];
|
|
77
|
-
mod["ProjectDefinitionContext"];
|
|
78
|
-
__mf_7 = mod["adminCrudActionWebSpec"];
|
|
79
|
-
__mf_8 = mod["adminCrudColumnWebSpec"];
|
|
80
|
-
mod["adminCrudInputWebSpec"];
|
|
81
|
-
mod["createAdminCrudActionWebConfig"];
|
|
82
|
-
mod["createAdminCrudColumnWebConfig"];
|
|
83
|
-
mod["createAdminCrudInputWebConfig"];
|
|
84
|
-
mod["createModelTransformerWebConfig"];
|
|
85
|
-
mod["createWebAppSettingsWebConfig"];
|
|
86
|
-
mod["entityTypeUrlWebSpec"];
|
|
87
|
-
mod["modelTransformerWebSpec"];
|
|
88
|
-
mod["setUndefinedIfEmpty"];
|
|
89
|
-
mod["useBlockBeforeContinue"];
|
|
90
|
-
mod["useBlockDirtyFormNavigate"];
|
|
91
|
-
__mf_20 = mod["useBlockUnsavedChangesNavigate"];
|
|
92
|
-
mod["useBlockerDialog"];
|
|
93
|
-
mod["useBlockerDialogState"];
|
|
94
|
-
__mf_23 = mod["useDefinitionSchema"];
|
|
95
|
-
mod["useErrorHandler"];
|
|
96
|
-
__mf_25 = mod["useProjectDefinition"];
|
|
97
|
-
__mf_26 = mod["useResettableForm"];
|
|
98
|
-
mod["webAppSchemaExtensionWebSpec"];
|
|
99
|
-
mod.default;
|
|
100
|
-
};
|
|
101
|
-
var exportModule = __mfReadSharedCache(__mfModuleCache.share, {
|
|
102
|
-
"canonical": "default:@baseplate-dev/project-builder-lib/web",
|
|
103
|
-
"aliases": ["@baseplate-dev/project-builder-lib/web"]
|
|
104
|
-
});
|
|
105
|
-
if (exportModule === void 0) (__mfModuleCache.pendingShareLoads ||= []).push(initPromise.then(() => {
|
|
106
|
-
exportModule = __mfReadSharedCache(__mfModuleCache.share, {
|
|
107
|
-
"canonical": "default:@baseplate-dev/project-builder-lib/web",
|
|
108
|
-
"aliases": ["@baseplate-dev/project-builder-lib/web"]
|
|
109
|
-
});
|
|
110
|
-
if (exportModule !== void 0) {
|
|
111
|
-
__mfApplyLazyShareExports(exportModule);
|
|
112
|
-
return;
|
|
113
|
-
}
|
|
114
|
-
return __vitePreload(() => import("./web-BZd3bM0n.js").then((mod) => {
|
|
115
|
-
exportModule = __mfNormalizeShareModule(mod);
|
|
116
|
-
__mfWriteSharedCache(__mfModuleCache.share, {
|
|
117
|
-
"canonical": "default:@baseplate-dev/project-builder-lib/web",
|
|
118
|
-
"aliases": ["@baseplate-dev/project-builder-lib/web"]
|
|
119
|
-
}, exportModule);
|
|
120
|
-
__mfApplyLazyShareExports(exportModule);
|
|
121
|
-
}), [], import.meta.url);
|
|
122
|
-
}));
|
|
123
|
-
else __mfApplyLazyShareExports(exportModule);
|
|
124
|
-
//#endregion
|
|
125
|
-
export { __mf_26 as a, __mf_8 as c, __mf_25 as i, __mf_20 as n, __mf_3 as o, __mf_23 as r, __mf_7 as s, __mf_0 as t };
|