@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
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
import type { RenderTsTemplateFileActionInput } from '@baseplate-dev/core-generators';
|
|
2
|
+
import type { BuilderAction } from '@baseplate-dev/sync';
|
|
3
|
+
import { LOCAL_AUTH_ADMIN_ADMIN_CRUD_INVITE_USER_ACTION_TEMPLATES } from './typed-templates.js';
|
|
4
|
+
export interface LocalAuthAdminAdminCrudInviteUserActionRenderers {
|
|
5
|
+
inviteUserDialog: {
|
|
6
|
+
render: (options: Omit<RenderTsTemplateFileActionInput<typeof LOCAL_AUTH_ADMIN_ADMIN_CRUD_INVITE_USER_ACTION_TEMPLATES.inviteUserDialog>, 'destination' | 'importMapProviders' | 'template' | 'generatorPaths'>) => BuilderAction;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_INVITE_USER_ACTION_RENDERERS: {
|
|
10
|
+
provider: import("@baseplate-dev/sync").ProviderType<LocalAuthAdminAdminCrudInviteUserActionRenderers>;
|
|
11
|
+
task: import("@baseplate-dev/sync").GeneratorTask<{
|
|
12
|
+
localAuthAdminAdminCrudInviteUserActionRenderers: import("@baseplate-dev/sync").ProviderExport<LocalAuthAdminAdminCrudInviteUserActionRenderers>;
|
|
13
|
+
}, {
|
|
14
|
+
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
15
|
+
getApolloErrorCode: {};
|
|
16
|
+
getApolloErrorData: {};
|
|
17
|
+
getApolloErrorDetails: {};
|
|
18
|
+
}>>;
|
|
19
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
20
|
+
'*': {};
|
|
21
|
+
graphql: {};
|
|
22
|
+
readFragment: {};
|
|
23
|
+
FragmentType: {
|
|
24
|
+
isTypeOnly: true;
|
|
25
|
+
};
|
|
26
|
+
}>>;
|
|
27
|
+
paths: import("@baseplate-dev/sync").ProviderType<import("./template-paths.js").LocalAuthAdminAdminCrudInviteUserActionPaths>;
|
|
28
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
29
|
+
AddOptionRequiredFields: {
|
|
30
|
+
isTypeOnly: true;
|
|
31
|
+
};
|
|
32
|
+
Alert: {};
|
|
33
|
+
AlertDescription: {};
|
|
34
|
+
AlertTitle: {};
|
|
35
|
+
Autocomplete: {};
|
|
36
|
+
AutocompleteClear: {};
|
|
37
|
+
AutocompleteCollection: {};
|
|
38
|
+
AutocompleteContent: {};
|
|
39
|
+
AutocompleteEmpty: {};
|
|
40
|
+
AutocompleteGroup: {};
|
|
41
|
+
AutocompleteInput: {};
|
|
42
|
+
AutocompleteItem: {};
|
|
43
|
+
AutocompleteLabel: {};
|
|
44
|
+
AutocompleteList: {};
|
|
45
|
+
AutocompleteSeparator: {};
|
|
46
|
+
AutocompleteStatus: {};
|
|
47
|
+
AutocompleteTrigger: {};
|
|
48
|
+
AutocompleteValue: {};
|
|
49
|
+
Badge: {};
|
|
50
|
+
badgeVariants: {};
|
|
51
|
+
Breadcrumb: {};
|
|
52
|
+
BreadcrumbEllipsis: {};
|
|
53
|
+
BreadcrumbItem: {};
|
|
54
|
+
BreadcrumbLink: {};
|
|
55
|
+
BreadcrumbList: {};
|
|
56
|
+
BreadcrumbPage: {};
|
|
57
|
+
BreadcrumbSeparator: {};
|
|
58
|
+
Button: {};
|
|
59
|
+
buttonVariants: {};
|
|
60
|
+
Calendar: {};
|
|
61
|
+
Card: {};
|
|
62
|
+
CardContent: {};
|
|
63
|
+
CardDescription: {};
|
|
64
|
+
CardFooter: {};
|
|
65
|
+
CardHeader: {};
|
|
66
|
+
CardTitle: {};
|
|
67
|
+
Checkbox: {};
|
|
68
|
+
CheckboxField: {};
|
|
69
|
+
CheckboxFieldController: {};
|
|
70
|
+
CircularProgress: {};
|
|
71
|
+
cn: {};
|
|
72
|
+
Collapsible: {};
|
|
73
|
+
CollapsibleContent: {};
|
|
74
|
+
CollapsibleTrigger: {};
|
|
75
|
+
Combobox: {};
|
|
76
|
+
ComboboxField: {};
|
|
77
|
+
ComboboxFieldController: {};
|
|
78
|
+
ConfirmDialog: {};
|
|
79
|
+
DatePickerField: {};
|
|
80
|
+
DatePickerFieldController: {};
|
|
81
|
+
DateTimePickerField: {};
|
|
82
|
+
DateTimePickerFieldController: {};
|
|
83
|
+
Dialog: {};
|
|
84
|
+
DialogClose: {};
|
|
85
|
+
DialogContent: {};
|
|
86
|
+
DialogDescription: {};
|
|
87
|
+
DialogFooter: {};
|
|
88
|
+
DialogHeader: {};
|
|
89
|
+
DialogOverlay: {};
|
|
90
|
+
DialogPortal: {};
|
|
91
|
+
DialogTitle: {};
|
|
92
|
+
DialogTrigger: {};
|
|
93
|
+
DialogWidth: {
|
|
94
|
+
isTypeOnly: true;
|
|
95
|
+
};
|
|
96
|
+
DropdownMenu: {};
|
|
97
|
+
DropdownMenuCheckboxItem: {};
|
|
98
|
+
DropdownMenuContent: {};
|
|
99
|
+
DropdownMenuGroup: {};
|
|
100
|
+
DropdownMenuItem: {};
|
|
101
|
+
DropdownMenuLabel: {};
|
|
102
|
+
DropdownMenuPortal: {};
|
|
103
|
+
DropdownMenuRadioGroup: {};
|
|
104
|
+
DropdownMenuRadioItem: {};
|
|
105
|
+
DropdownMenuSeparator: {};
|
|
106
|
+
DropdownMenuShortcut: {};
|
|
107
|
+
DropdownMenuSub: {};
|
|
108
|
+
DropdownMenuSubContent: {};
|
|
109
|
+
DropdownMenuSubTrigger: {};
|
|
110
|
+
DropdownMenuTrigger: {};
|
|
111
|
+
Empty: {};
|
|
112
|
+
EmptyContent: {};
|
|
113
|
+
EmptyDescription: {};
|
|
114
|
+
EmptyHeader: {};
|
|
115
|
+
EmptyMedia: {};
|
|
116
|
+
emptyMediaVariants: {};
|
|
117
|
+
EmptyTitle: {};
|
|
118
|
+
ErrorableLoader: {};
|
|
119
|
+
ErrorDisplay: {};
|
|
120
|
+
Field: {};
|
|
121
|
+
FieldContent: {};
|
|
122
|
+
FieldDescription: {};
|
|
123
|
+
FieldError: {};
|
|
124
|
+
FieldGroup: {};
|
|
125
|
+
FieldLabel: {};
|
|
126
|
+
FieldLegend: {};
|
|
127
|
+
FieldSeparator: {};
|
|
128
|
+
FieldSet: {};
|
|
129
|
+
FieldTitle: {};
|
|
130
|
+
fieldVariants: {};
|
|
131
|
+
FormFieldProps: {
|
|
132
|
+
isTypeOnly: true;
|
|
133
|
+
};
|
|
134
|
+
IconElement: {
|
|
135
|
+
isTypeOnly: true;
|
|
136
|
+
};
|
|
137
|
+
Input: {};
|
|
138
|
+
InputField: {};
|
|
139
|
+
InputFieldController: {};
|
|
140
|
+
InputGroup: {};
|
|
141
|
+
InputGroupAddon: {};
|
|
142
|
+
InputGroupButton: {};
|
|
143
|
+
InputGroupInput: {};
|
|
144
|
+
InputGroupText: {};
|
|
145
|
+
InputGroupTextarea: {};
|
|
146
|
+
InputOtp: {};
|
|
147
|
+
InputOtpField: {};
|
|
148
|
+
InputOtpFieldController: {};
|
|
149
|
+
InputOtpGroup: {};
|
|
150
|
+
InputOtpSeparator: {};
|
|
151
|
+
InputOtpSlot: {};
|
|
152
|
+
inputVariants: {};
|
|
153
|
+
Item: {};
|
|
154
|
+
ItemActions: {};
|
|
155
|
+
ItemContent: {};
|
|
156
|
+
ItemDescription: {};
|
|
157
|
+
ItemFooter: {};
|
|
158
|
+
ItemGroup: {};
|
|
159
|
+
ItemHeader: {};
|
|
160
|
+
ItemMedia: {};
|
|
161
|
+
itemMediaVariants: {};
|
|
162
|
+
ItemSeparator: {};
|
|
163
|
+
ItemTitle: {};
|
|
164
|
+
itemVariants: {};
|
|
165
|
+
Label: {};
|
|
166
|
+
Loader: {};
|
|
167
|
+
mergeRefs: {};
|
|
168
|
+
MultiComboboxField: {};
|
|
169
|
+
MultiComboboxFieldController: {};
|
|
170
|
+
MultiComboboxFieldProps: {
|
|
171
|
+
isTypeOnly: true;
|
|
172
|
+
};
|
|
173
|
+
MultiSelectOptionProps: {
|
|
174
|
+
isTypeOnly: true;
|
|
175
|
+
};
|
|
176
|
+
NavigationMenu: {};
|
|
177
|
+
NavigationMenuContent: {};
|
|
178
|
+
NavigationMenuIndicator: {};
|
|
179
|
+
NavigationMenuItem: {};
|
|
180
|
+
NavigationMenuItemWithLink: {};
|
|
181
|
+
NavigationMenuLink: {};
|
|
182
|
+
NavigationMenuList: {};
|
|
183
|
+
NavigationMenuTrigger: {};
|
|
184
|
+
navigationMenuTriggerStyle: {};
|
|
185
|
+
NotFoundCard: {};
|
|
186
|
+
NumberField: {};
|
|
187
|
+
NumberFieldController: {};
|
|
188
|
+
Popover: {};
|
|
189
|
+
PopoverContent: {};
|
|
190
|
+
PopoverTrigger: {};
|
|
191
|
+
RadioField: {};
|
|
192
|
+
RadioFieldController: {};
|
|
193
|
+
RadioOptionProps: {
|
|
194
|
+
isTypeOnly: true;
|
|
195
|
+
};
|
|
196
|
+
ScrollArea: {};
|
|
197
|
+
Select: {};
|
|
198
|
+
SelectField: {};
|
|
199
|
+
SelectFieldController: {};
|
|
200
|
+
SelectOptionProps: {
|
|
201
|
+
isTypeOnly: true;
|
|
202
|
+
};
|
|
203
|
+
Separator: {};
|
|
204
|
+
Sheet: {};
|
|
205
|
+
SheetClose: {};
|
|
206
|
+
SheetContent: {};
|
|
207
|
+
SheetDescription: {};
|
|
208
|
+
SheetFooter: {};
|
|
209
|
+
SheetHeader: {};
|
|
210
|
+
SheetTitle: {};
|
|
211
|
+
SheetTrigger: {};
|
|
212
|
+
Sidebar: {};
|
|
213
|
+
SidebarContent: {};
|
|
214
|
+
SidebarFooter: {};
|
|
215
|
+
SidebarGroup: {};
|
|
216
|
+
SidebarGroupAction: {};
|
|
217
|
+
SidebarGroupContent: {};
|
|
218
|
+
SidebarGroupLabel: {};
|
|
219
|
+
SidebarHeader: {};
|
|
220
|
+
SidebarInput: {};
|
|
221
|
+
SidebarInset: {};
|
|
222
|
+
SidebarMenu: {};
|
|
223
|
+
SidebarMenuAction: {};
|
|
224
|
+
SidebarMenuBadge: {};
|
|
225
|
+
SidebarMenuButton: {};
|
|
226
|
+
SidebarMenuItem: {};
|
|
227
|
+
SidebarMenuSkeleton: {};
|
|
228
|
+
SidebarMenuSub: {};
|
|
229
|
+
SidebarMenuSubButton: {};
|
|
230
|
+
SidebarMenuSubItem: {};
|
|
231
|
+
SidebarProvider: {};
|
|
232
|
+
SidebarRail: {};
|
|
233
|
+
SidebarSeparator: {};
|
|
234
|
+
SidebarTrigger: {};
|
|
235
|
+
Skeleton: {};
|
|
236
|
+
Slider: {};
|
|
237
|
+
Spinner: {};
|
|
238
|
+
Switch: {};
|
|
239
|
+
SwitchField: {};
|
|
240
|
+
SwitchFieldController: {};
|
|
241
|
+
Table: {};
|
|
242
|
+
TableBody: {};
|
|
243
|
+
TableCaption: {};
|
|
244
|
+
TableCell: {};
|
|
245
|
+
TableFooter: {};
|
|
246
|
+
TableHead: {};
|
|
247
|
+
TableHeader: {};
|
|
248
|
+
TableRow: {};
|
|
249
|
+
Textarea: {};
|
|
250
|
+
TextareaField: {};
|
|
251
|
+
TextareaFieldController: {};
|
|
252
|
+
Toaster: {};
|
|
253
|
+
Tooltip: {};
|
|
254
|
+
TooltipContent: {};
|
|
255
|
+
TooltipProvider: {};
|
|
256
|
+
TooltipTrigger: {};
|
|
257
|
+
useAutocompleteFilter: {};
|
|
258
|
+
useConfirmDialog: {};
|
|
259
|
+
UseConfirmDialogRequestOptions: {
|
|
260
|
+
isTypeOnly: true;
|
|
261
|
+
};
|
|
262
|
+
useConfirmDialogState: {};
|
|
263
|
+
useControlledState: {};
|
|
264
|
+
useControllerMerged: {};
|
|
265
|
+
useIsMobile: {};
|
|
266
|
+
useSidebar: {};
|
|
267
|
+
}>>;
|
|
268
|
+
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
269
|
+
formatError: {};
|
|
270
|
+
logAndFormatError: {};
|
|
271
|
+
logError: {};
|
|
272
|
+
}>>;
|
|
273
|
+
typescriptFile: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").TypescriptFileProvider>;
|
|
274
|
+
}, undefined>;
|
|
275
|
+
};
|
|
276
|
+
//# sourceMappingURL=template-renderers.d.ts.map
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { typescriptFileProvider } from '@baseplate-dev/core-generators';
|
|
2
|
+
import { apolloErrorImportsProvider, graphqlImportsProvider, reactComponentsImportsProvider, reactErrorImportsProvider, } from '@baseplate-dev/react-generators';
|
|
3
|
+
import { createGeneratorTask, createProviderType } from '@baseplate-dev/sync';
|
|
4
|
+
import { LOCAL_AUTH_ADMIN_ADMIN_CRUD_INVITE_USER_ACTION_PATHS } from './template-paths.js';
|
|
5
|
+
import { LOCAL_AUTH_ADMIN_ADMIN_CRUD_INVITE_USER_ACTION_TEMPLATES } from './typed-templates.js';
|
|
6
|
+
const localAuthAdminAdminCrudInviteUserActionRenderers = createProviderType('local-auth-admin-admin-crud-invite-user-action-renderers');
|
|
7
|
+
const localAuthAdminAdminCrudInviteUserActionRenderersTask = createGeneratorTask({
|
|
8
|
+
dependencies: {
|
|
9
|
+
apolloErrorImports: apolloErrorImportsProvider,
|
|
10
|
+
graphqlImports: graphqlImportsProvider,
|
|
11
|
+
paths: LOCAL_AUTH_ADMIN_ADMIN_CRUD_INVITE_USER_ACTION_PATHS.provider,
|
|
12
|
+
reactComponentsImports: reactComponentsImportsProvider,
|
|
13
|
+
reactErrorImports: reactErrorImportsProvider,
|
|
14
|
+
typescriptFile: typescriptFileProvider,
|
|
15
|
+
},
|
|
16
|
+
exports: {
|
|
17
|
+
localAuthAdminAdminCrudInviteUserActionRenderers: localAuthAdminAdminCrudInviteUserActionRenderers.export(),
|
|
18
|
+
},
|
|
19
|
+
run({ apolloErrorImports, graphqlImports, paths, reactComponentsImports, reactErrorImports, typescriptFile, }) {
|
|
20
|
+
return {
|
|
21
|
+
providers: {
|
|
22
|
+
localAuthAdminAdminCrudInviteUserActionRenderers: {
|
|
23
|
+
inviteUserDialog: {
|
|
24
|
+
render: (options) => typescriptFile.renderTemplateFile({
|
|
25
|
+
template: LOCAL_AUTH_ADMIN_ADMIN_CRUD_INVITE_USER_ACTION_TEMPLATES.inviteUserDialog,
|
|
26
|
+
destination: paths.inviteUserDialog,
|
|
27
|
+
importMapProviders: {
|
|
28
|
+
apolloErrorImports,
|
|
29
|
+
graphqlImports,
|
|
30
|
+
reactComponentsImports,
|
|
31
|
+
reactErrorImports,
|
|
32
|
+
},
|
|
33
|
+
...options,
|
|
34
|
+
}),
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
},
|
|
40
|
+
});
|
|
41
|
+
export const LOCAL_AUTH_ADMIN_ADMIN_CRUD_INVITE_USER_ACTION_RENDERERS = {
|
|
42
|
+
provider: localAuthAdminAdminCrudInviteUserActionRenderers,
|
|
43
|
+
task: localAuthAdminAdminCrudInviteUserActionRenderersTask,
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=template-renderers.js.map
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_INVITE_USER_ACTION_TEMPLATES: {
|
|
2
|
+
inviteUserDialog: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
3
|
+
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
4
|
+
getApolloErrorCode: {};
|
|
5
|
+
getApolloErrorData: {};
|
|
6
|
+
getApolloErrorDetails: {};
|
|
7
|
+
}>>;
|
|
8
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
9
|
+
'*': {};
|
|
10
|
+
graphql: {};
|
|
11
|
+
readFragment: {};
|
|
12
|
+
FragmentType: {
|
|
13
|
+
isTypeOnly: true;
|
|
14
|
+
};
|
|
15
|
+
}>>;
|
|
16
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
17
|
+
AddOptionRequiredFields: {
|
|
18
|
+
isTypeOnly: true;
|
|
19
|
+
};
|
|
20
|
+
Alert: {};
|
|
21
|
+
AlertDescription: {};
|
|
22
|
+
AlertTitle: {};
|
|
23
|
+
Autocomplete: {};
|
|
24
|
+
AutocompleteClear: {};
|
|
25
|
+
AutocompleteCollection: {};
|
|
26
|
+
AutocompleteContent: {};
|
|
27
|
+
AutocompleteEmpty: {};
|
|
28
|
+
AutocompleteGroup: {};
|
|
29
|
+
AutocompleteInput: {};
|
|
30
|
+
AutocompleteItem: {};
|
|
31
|
+
AutocompleteLabel: {};
|
|
32
|
+
AutocompleteList: {};
|
|
33
|
+
AutocompleteSeparator: {};
|
|
34
|
+
AutocompleteStatus: {};
|
|
35
|
+
AutocompleteTrigger: {};
|
|
36
|
+
AutocompleteValue: {};
|
|
37
|
+
Badge: {};
|
|
38
|
+
badgeVariants: {};
|
|
39
|
+
Breadcrumb: {};
|
|
40
|
+
BreadcrumbEllipsis: {};
|
|
41
|
+
BreadcrumbItem: {};
|
|
42
|
+
BreadcrumbLink: {};
|
|
43
|
+
BreadcrumbList: {};
|
|
44
|
+
BreadcrumbPage: {};
|
|
45
|
+
BreadcrumbSeparator: {};
|
|
46
|
+
Button: {};
|
|
47
|
+
buttonVariants: {};
|
|
48
|
+
Calendar: {};
|
|
49
|
+
Card: {};
|
|
50
|
+
CardContent: {};
|
|
51
|
+
CardDescription: {};
|
|
52
|
+
CardFooter: {};
|
|
53
|
+
CardHeader: {};
|
|
54
|
+
CardTitle: {};
|
|
55
|
+
Checkbox: {};
|
|
56
|
+
CheckboxField: {};
|
|
57
|
+
CheckboxFieldController: {};
|
|
58
|
+
CircularProgress: {};
|
|
59
|
+
cn: {};
|
|
60
|
+
Collapsible: {};
|
|
61
|
+
CollapsibleContent: {};
|
|
62
|
+
CollapsibleTrigger: {};
|
|
63
|
+
Combobox: {};
|
|
64
|
+
ComboboxField: {};
|
|
65
|
+
ComboboxFieldController: {};
|
|
66
|
+
ConfirmDialog: {};
|
|
67
|
+
DatePickerField: {};
|
|
68
|
+
DatePickerFieldController: {};
|
|
69
|
+
DateTimePickerField: {};
|
|
70
|
+
DateTimePickerFieldController: {};
|
|
71
|
+
Dialog: {};
|
|
72
|
+
DialogClose: {};
|
|
73
|
+
DialogContent: {};
|
|
74
|
+
DialogDescription: {};
|
|
75
|
+
DialogFooter: {};
|
|
76
|
+
DialogHeader: {};
|
|
77
|
+
DialogOverlay: {};
|
|
78
|
+
DialogPortal: {};
|
|
79
|
+
DialogTitle: {};
|
|
80
|
+
DialogTrigger: {};
|
|
81
|
+
DialogWidth: {
|
|
82
|
+
isTypeOnly: true;
|
|
83
|
+
};
|
|
84
|
+
DropdownMenu: {};
|
|
85
|
+
DropdownMenuCheckboxItem: {};
|
|
86
|
+
DropdownMenuContent: {};
|
|
87
|
+
DropdownMenuGroup: {};
|
|
88
|
+
DropdownMenuItem: {};
|
|
89
|
+
DropdownMenuLabel: {};
|
|
90
|
+
DropdownMenuPortal: {};
|
|
91
|
+
DropdownMenuRadioGroup: {};
|
|
92
|
+
DropdownMenuRadioItem: {};
|
|
93
|
+
DropdownMenuSeparator: {};
|
|
94
|
+
DropdownMenuShortcut: {};
|
|
95
|
+
DropdownMenuSub: {};
|
|
96
|
+
DropdownMenuSubContent: {};
|
|
97
|
+
DropdownMenuSubTrigger: {};
|
|
98
|
+
DropdownMenuTrigger: {};
|
|
99
|
+
Empty: {};
|
|
100
|
+
EmptyContent: {};
|
|
101
|
+
EmptyDescription: {};
|
|
102
|
+
EmptyHeader: {};
|
|
103
|
+
EmptyMedia: {};
|
|
104
|
+
emptyMediaVariants: {};
|
|
105
|
+
EmptyTitle: {};
|
|
106
|
+
ErrorableLoader: {};
|
|
107
|
+
ErrorDisplay: {};
|
|
108
|
+
Field: {};
|
|
109
|
+
FieldContent: {};
|
|
110
|
+
FieldDescription: {};
|
|
111
|
+
FieldError: {};
|
|
112
|
+
FieldGroup: {};
|
|
113
|
+
FieldLabel: {};
|
|
114
|
+
FieldLegend: {};
|
|
115
|
+
FieldSeparator: {};
|
|
116
|
+
FieldSet: {};
|
|
117
|
+
FieldTitle: {};
|
|
118
|
+
fieldVariants: {};
|
|
119
|
+
FormFieldProps: {
|
|
120
|
+
isTypeOnly: true;
|
|
121
|
+
};
|
|
122
|
+
IconElement: {
|
|
123
|
+
isTypeOnly: true;
|
|
124
|
+
};
|
|
125
|
+
Input: {};
|
|
126
|
+
InputField: {};
|
|
127
|
+
InputFieldController: {};
|
|
128
|
+
InputGroup: {};
|
|
129
|
+
InputGroupAddon: {};
|
|
130
|
+
InputGroupButton: {};
|
|
131
|
+
InputGroupInput: {};
|
|
132
|
+
InputGroupText: {};
|
|
133
|
+
InputGroupTextarea: {};
|
|
134
|
+
InputOtp: {};
|
|
135
|
+
InputOtpField: {};
|
|
136
|
+
InputOtpFieldController: {};
|
|
137
|
+
InputOtpGroup: {};
|
|
138
|
+
InputOtpSeparator: {};
|
|
139
|
+
InputOtpSlot: {};
|
|
140
|
+
inputVariants: {};
|
|
141
|
+
Item: {};
|
|
142
|
+
ItemActions: {};
|
|
143
|
+
ItemContent: {};
|
|
144
|
+
ItemDescription: {};
|
|
145
|
+
ItemFooter: {};
|
|
146
|
+
ItemGroup: {};
|
|
147
|
+
ItemHeader: {};
|
|
148
|
+
ItemMedia: {};
|
|
149
|
+
itemMediaVariants: {};
|
|
150
|
+
ItemSeparator: {};
|
|
151
|
+
ItemTitle: {};
|
|
152
|
+
itemVariants: {};
|
|
153
|
+
Label: {};
|
|
154
|
+
Loader: {};
|
|
155
|
+
mergeRefs: {};
|
|
156
|
+
MultiComboboxField: {};
|
|
157
|
+
MultiComboboxFieldController: {};
|
|
158
|
+
MultiComboboxFieldProps: {
|
|
159
|
+
isTypeOnly: true;
|
|
160
|
+
};
|
|
161
|
+
MultiSelectOptionProps: {
|
|
162
|
+
isTypeOnly: true;
|
|
163
|
+
};
|
|
164
|
+
NavigationMenu: {};
|
|
165
|
+
NavigationMenuContent: {};
|
|
166
|
+
NavigationMenuIndicator: {};
|
|
167
|
+
NavigationMenuItem: {};
|
|
168
|
+
NavigationMenuItemWithLink: {};
|
|
169
|
+
NavigationMenuLink: {};
|
|
170
|
+
NavigationMenuList: {};
|
|
171
|
+
NavigationMenuTrigger: {};
|
|
172
|
+
navigationMenuTriggerStyle: {};
|
|
173
|
+
NotFoundCard: {};
|
|
174
|
+
NumberField: {};
|
|
175
|
+
NumberFieldController: {};
|
|
176
|
+
Popover: {};
|
|
177
|
+
PopoverContent: {};
|
|
178
|
+
PopoverTrigger: {};
|
|
179
|
+
RadioField: {};
|
|
180
|
+
RadioFieldController: {};
|
|
181
|
+
RadioOptionProps: {
|
|
182
|
+
isTypeOnly: true;
|
|
183
|
+
};
|
|
184
|
+
ScrollArea: {};
|
|
185
|
+
Select: {};
|
|
186
|
+
SelectField: {};
|
|
187
|
+
SelectFieldController: {};
|
|
188
|
+
SelectOptionProps: {
|
|
189
|
+
isTypeOnly: true;
|
|
190
|
+
};
|
|
191
|
+
Separator: {};
|
|
192
|
+
Sheet: {};
|
|
193
|
+
SheetClose: {};
|
|
194
|
+
SheetContent: {};
|
|
195
|
+
SheetDescription: {};
|
|
196
|
+
SheetFooter: {};
|
|
197
|
+
SheetHeader: {};
|
|
198
|
+
SheetTitle: {};
|
|
199
|
+
SheetTrigger: {};
|
|
200
|
+
Sidebar: {};
|
|
201
|
+
SidebarContent: {};
|
|
202
|
+
SidebarFooter: {};
|
|
203
|
+
SidebarGroup: {};
|
|
204
|
+
SidebarGroupAction: {};
|
|
205
|
+
SidebarGroupContent: {};
|
|
206
|
+
SidebarGroupLabel: {};
|
|
207
|
+
SidebarHeader: {};
|
|
208
|
+
SidebarInput: {};
|
|
209
|
+
SidebarInset: {};
|
|
210
|
+
SidebarMenu: {};
|
|
211
|
+
SidebarMenuAction: {};
|
|
212
|
+
SidebarMenuBadge: {};
|
|
213
|
+
SidebarMenuButton: {};
|
|
214
|
+
SidebarMenuItem: {};
|
|
215
|
+
SidebarMenuSkeleton: {};
|
|
216
|
+
SidebarMenuSub: {};
|
|
217
|
+
SidebarMenuSubButton: {};
|
|
218
|
+
SidebarMenuSubItem: {};
|
|
219
|
+
SidebarProvider: {};
|
|
220
|
+
SidebarRail: {};
|
|
221
|
+
SidebarSeparator: {};
|
|
222
|
+
SidebarTrigger: {};
|
|
223
|
+
Skeleton: {};
|
|
224
|
+
Slider: {};
|
|
225
|
+
Spinner: {};
|
|
226
|
+
Switch: {};
|
|
227
|
+
SwitchField: {};
|
|
228
|
+
SwitchFieldController: {};
|
|
229
|
+
Table: {};
|
|
230
|
+
TableBody: {};
|
|
231
|
+
TableCaption: {};
|
|
232
|
+
TableCell: {};
|
|
233
|
+
TableFooter: {};
|
|
234
|
+
TableHead: {};
|
|
235
|
+
TableHeader: {};
|
|
236
|
+
TableRow: {};
|
|
237
|
+
Textarea: {};
|
|
238
|
+
TextareaField: {};
|
|
239
|
+
TextareaFieldController: {};
|
|
240
|
+
Toaster: {};
|
|
241
|
+
Tooltip: {};
|
|
242
|
+
TooltipContent: {};
|
|
243
|
+
TooltipProvider: {};
|
|
244
|
+
TooltipTrigger: {};
|
|
245
|
+
useAutocompleteFilter: {};
|
|
246
|
+
useConfirmDialog: {};
|
|
247
|
+
UseConfirmDialogRequestOptions: {
|
|
248
|
+
isTypeOnly: true;
|
|
249
|
+
};
|
|
250
|
+
useConfirmDialogState: {};
|
|
251
|
+
useControlledState: {};
|
|
252
|
+
useControllerMerged: {};
|
|
253
|
+
useIsMobile: {};
|
|
254
|
+
useSidebar: {};
|
|
255
|
+
}>>;
|
|
256
|
+
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
257
|
+
formatError: {};
|
|
258
|
+
logAndFormatError: {};
|
|
259
|
+
logError: {};
|
|
260
|
+
}>>;
|
|
261
|
+
}, Record<never, Record<never, never>>>;
|
|
262
|
+
};
|
|
263
|
+
//# sourceMappingURL=typed-templates.d.ts.map
|
package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/typed-templates.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createTsTemplateFile } from '@baseplate-dev/core-generators';
|
|
2
|
+
import { apolloErrorImportsProvider, graphqlImportsProvider, reactComponentsImportsProvider, reactErrorImportsProvider, } from '@baseplate-dev/react-generators';
|
|
3
|
+
import path from 'node:path';
|
|
4
|
+
const inviteUserDialog = createTsTemplateFile({
|
|
5
|
+
fileOptions: { kind: 'singleton' },
|
|
6
|
+
importMapProviders: {
|
|
7
|
+
apolloErrorImports: apolloErrorImportsProvider,
|
|
8
|
+
graphqlImports: graphqlImportsProvider,
|
|
9
|
+
reactComponentsImports: reactComponentsImportsProvider,
|
|
10
|
+
reactErrorImports: reactErrorImportsProvider,
|
|
11
|
+
},
|
|
12
|
+
name: 'invite-user-dialog',
|
|
13
|
+
source: {
|
|
14
|
+
path: path.join(import.meta.dirname, '../templates/routes/-components/invite-user-dialog.tsx'),
|
|
15
|
+
},
|
|
16
|
+
variables: {},
|
|
17
|
+
});
|
|
18
|
+
export const LOCAL_AUTH_ADMIN_ADMIN_CRUD_INVITE_USER_ACTION_TEMPLATES = {
|
|
19
|
+
inviteUserDialog,
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=typed-templates.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { FragmentType } from '%graphqlImports';
|
|
2
|
+
import type { ReactElement } from 'react';
|
|
3
|
+
export declare const inviteUserDialogUserFragment: any;
|
|
4
|
+
interface InviteUserDialogProps {
|
|
5
|
+
user: FragmentType<typeof inviteUserDialogUserFragment>;
|
|
6
|
+
open: boolean;
|
|
7
|
+
onOpenChange: (open: boolean) => void;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Dialog for sending an invite email so a user can set their password and sign in.
|
|
11
|
+
* Self-contained component that handles its own mutation logic.
|
|
12
|
+
*
|
|
13
|
+
* @param props - The component props
|
|
14
|
+
* @param props.user - The user to invite
|
|
15
|
+
* @param props.open - Whether the dialog is open
|
|
16
|
+
* @param props.onOpenChange - Callback when dialog open state changes
|
|
17
|
+
* @returns The invite user dialog component
|
|
18
|
+
*/
|
|
19
|
+
export declare function InviteUserDialog({ user, open, onOpenChange, }: InviteUserDialogProps): ReactElement;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=invite-user-dialog.d.ts.map
|