@baseplate-dev/plugin-auth 0.6.15 → 0.6.17
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 +14 -28
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -14
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -14
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -14
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -14
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +9 -2
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +6 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +16 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +8 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +8 -1
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +5 -1
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +7 -14
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +42 -84
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +7 -14
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +70 -140
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +14 -28
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +7 -14
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +7 -14
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +7 -14
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -14
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -14
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -14
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -14
- 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 +2 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +6 -3
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +2 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +6 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +6 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +6 -3
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +7 -2
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +3 -1
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +18 -3
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +6 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +14 -3
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +18 -16
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +18 -16
- package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js +6 -6
- package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.ts +6 -6
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +7 -14
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +42 -84
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +7 -14
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +63 -126
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +14 -28
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +7 -14
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +14 -28
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +7 -14
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/placeholder-auth-module.generator.d.ts +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/placeholder-auth-module.generator.js +3 -1
- package/dist/web/assets/{_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-D2O_GHnM.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-ChkXxpXe.js} +24 -24
- 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-DPxqayXr.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-CO5Pvo0y.js} +6 -5
- 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-DGL7vJhO.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-37vlYRxk.js} +2 -2
- 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-IL2CfUDN.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-DRSNXPPo.js} +11120 -4828
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-olZgW088.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-DfiQqvVC.js} +4179 -2900
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-Do-7VDVw.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-BEZ7A-cz.js} +2 -3
- package/dist/web/assets/arduino-BXtgMpyb.js +21 -0
- package/dist/web/assets/auth-BxAE0rgh.js +1 -0
- package/dist/web/assets/bash-Zh_IyzBN.js +192 -0
- package/dist/web/assets/basic-3mvohyEL.js +28 -0
- package/dist/web/assets/c-6gdx-Hqg.js +74 -0
- package/dist/web/assets/clike-Ds9lUsCq.js +41 -0
- package/dist/web/assets/{common-2qsch56z.js → common-ByxS61u8.js} +8 -6
- package/dist/web/assets/{common-D-CUPN3f.js → common-CKl_XlvH.js} +3 -3
- package/dist/web/assets/{common-BJslFOaI.js → common-TDf_PrjX.js} +3 -3
- package/dist/web/assets/{common-2sTWj7X2.js → common-UpVCKZeW.js} +8 -6
- package/dist/web/assets/{common-DtVPzGI9.js → common-crSwCD36.js} +3 -3
- package/dist/web/assets/{common-BY8yEk1M.js → common-iHaemino.js} +3 -3
- package/dist/web/assets/cpp-DRYAY5P6.js +82 -0
- package/dist/web/assets/csharp-RJBSoHJ6.js +301 -0
- package/dist/web/assets/css-D7TbgetL.js +70 -0
- package/dist/web/assets/diff-CtSa_15w.js +54 -0
- package/dist/web/assets/{dist-SBfmsOB2.js → dist-CrLSslv6.js} +2 -2
- package/dist/web/assets/{dist-DiQ4J8N0.js → dist-DY7ZXvq4.js} +1408 -916
- package/dist/web/assets/{get-auth-plugin-definition-gCzcUybB.js → get-auth-plugin-definition-kDCtXq_6.js} +2 -2
- package/dist/web/assets/go-D9nlw8GJ.js +36 -0
- package/dist/web/assets/{hostInit-BPDI3Q4j.js → hostInit-Cruek6c6.js} +2 -2
- package/dist/web/assets/ini-CU-wHLTy.js +51 -0
- package/dist/web/assets/java-Asfw0WtJ.js +116 -0
- package/dist/web/assets/javascript-fpnGEVws.js +124 -0
- package/dist/web/assets/json-DN8T4yFI.js +38 -0
- package/dist/web/assets/kotlin-zNWfDPVY.js +83 -0
- package/dist/web/assets/less-ZXX1tgaG.js +42 -0
- package/dist/web/assets/lua-D9bD4wrb.js +28 -0
- package/dist/web/assets/makefile-CKoRpler.js +40 -0
- package/dist/web/assets/markdown-ewV-vLcZ.js +278 -0
- package/dist/web/assets/markup-D2krQlDZ.js +176 -0
- package/dist/web/assets/markup-templating-c_XBo6vX.js +94 -0
- package/dist/web/assets/mf-entry-bootstrap-0-dfed0275.js +35 -0
- package/dist/web/assets/mf-entry-bootstrap-1-5275674a.js +35 -0
- package/dist/web/assets/{mf-entry-bootstrap-0-b337c957.js → mf-entry-bootstrap-2-39fb9255.js} +2 -2
- package/dist/web/assets/mf-entry-bootstrap-3-49e64336.js +35 -0
- package/dist/web/assets/{model-utils-BoeoBppL.js → model-utils-C0WDb_Ec.js} +269 -26
- package/dist/web/assets/{models-Bb8Sa9xa.js → models-BZmCbizK.js} +3 -3
- package/dist/web/assets/{models-CExR9mVk.js → models-DSvs_3bA.js} +3 -3
- package/dist/web/assets/objectivec-PkUOhxeb.js +25 -0
- package/dist/web/assets/perl-Cul_ma_h.js +92 -0
- package/dist/web/assets/php-CfWLJZIj.js +298 -0
- package/dist/web/assets/{plugin-definition-BSgRuyCf.js → plugin-definition-CYj29S3q.js} +3 -3
- package/dist/web/assets/{plugin-definition-DoLu-enC.js → plugin-definition-DOMmPL2Z.js} +3 -3
- package/dist/web/assets/python-CURlmZ7M.js +73 -0
- package/dist/web/assets/r-8lr7pbGm.js +30 -0
- package/dist/web/assets/regex-CxQ7DXCx.js +96 -0
- package/dist/web/assets/{rolldown-runtime-FZ4Itg2g.js → rolldown-runtime-7_rZTKki.js} +1 -1
- package/dist/web/assets/ruby-BlM93DKO.js +175 -0
- package/dist/web/assets/rust-CpZXpaj0.js +107 -0
- package/dist/web/assets/sass-DG0YAnL7.js +65 -0
- package/dist/web/assets/scss-BDRIqhak.js +70 -0
- package/dist/web/assets/sql-C-bL8_gT.js +40 -0
- package/dist/web/assets/{styles-Cc26Bbxc.css → styles-DIj1cIPB.css} +119 -1
- package/dist/web/assets/{styles-DWNihayS.js → styles-yjbHBTlw.js} +8 -8
- package/dist/web/assets/swift-rQ52kfab.js +107 -0
- package/dist/web/assets/typescript-C5BVqltI.js +57 -0
- package/dist/web/assets/vbnet-_PL7-T9d.js +32 -0
- package/dist/web/assets/{virtualExposes-ZQ3-2Iup.js → virtualExposes-CbPBmicF.js} +1 -1
- package/dist/web/assets/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-joyeTHHj.js → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-XM6iYVxf.js} +5 -5
- package/dist/web/assets/{virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-Cxtxsg7w.js → virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-DGjg7Brm.js} +15 -15
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-BzJkYZS3.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-B6BXIeF1.js} +15 -15
- package/dist/web/assets/{vite-preload-helper-iIio8xkS.js → vite-preload-helper-ARKYL6bp.js} +5 -1
- package/dist/web/assets/{web-pdVFZ-id.js → web-1eTcxMhf.js} +3 -3
- package/dist/web/assets/{web-sVeHdqQo.js → web-CDAKPPK9.js} +13 -13
- package/dist/web/assets/{web-CbftiK5A.js → web-CXAHKjIY.js} +19 -19
- package/dist/web/assets/{web-DUQ-iyMI.js → web-D0MSKfyv.js} +31 -30
- package/dist/web/assets/{web-BbZNg5Ko.js → web-DbeAaDTV.js} +16 -16
- package/dist/web/assets/{web-QvGnMr85.js → web-VqBA3jxZ.js} +13 -13
- package/dist/web/assets/{web-BWF6Fc7g.js → web-miDovYk_.js} +3 -3
- package/dist/web/assets/workerBundle-BjsY-uXx.js +10 -0
- package/dist/web/assets/yaml-C9m3vuV5.js +90 -0
- package/dist/web/index.html +5 -2
- package/dist/web/remoteEntry.js +1 -1
- package/dist/web/remoteEntry.ssr.js +2 -2
- package/package.json +38 -41
- package/dist/web/assets/auth-BA-e6ORB.js +0 -1
- package/dist/web/assets/index-BocHdii2.js +0 -2
|
@@ -33,10 +33,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
33
33
|
AutocompleteValue: {};
|
|
34
34
|
Badge: {};
|
|
35
35
|
badgeVariants: {};
|
|
36
|
-
BadgeWithIcon: {};
|
|
37
|
-
BadgeWithIconProps: {
|
|
38
|
-
isTypeOnly: true;
|
|
39
|
-
};
|
|
40
36
|
Breadcrumb: {};
|
|
41
37
|
BreadcrumbEllipsis: {};
|
|
42
38
|
BreadcrumbItem: {};
|
|
@@ -56,7 +52,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
56
52
|
Checkbox: {};
|
|
57
53
|
CheckboxField: {};
|
|
58
54
|
CheckboxFieldController: {};
|
|
59
|
-
CheckedInput: {};
|
|
60
55
|
CircularProgress: {};
|
|
61
56
|
cn: {};
|
|
62
57
|
Collapsible: {};
|
|
@@ -147,10 +142,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
147
142
|
ItemTitle: {};
|
|
148
143
|
itemVariants: {};
|
|
149
144
|
Label: {};
|
|
150
|
-
LinkButton: {};
|
|
151
145
|
Loader: {};
|
|
152
146
|
mergeRefs: {};
|
|
153
|
-
Modal: {};
|
|
154
147
|
MultiComboboxField: {};
|
|
155
148
|
MultiComboboxFieldController: {};
|
|
156
149
|
MultiComboboxFieldProps: {
|
|
@@ -168,19 +161,21 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
168
161
|
NavigationMenuList: {};
|
|
169
162
|
NavigationMenuTrigger: {};
|
|
170
163
|
navigationMenuTriggerStyle: {};
|
|
171
|
-
NavigationMenuViewport: {};
|
|
172
164
|
NotFoundCard: {};
|
|
165
|
+
NumberField: {};
|
|
166
|
+
NumberFieldController: {};
|
|
173
167
|
Popover: {};
|
|
174
|
-
PopoverAnchor: {};
|
|
175
168
|
PopoverContent: {};
|
|
176
169
|
PopoverTrigger: {};
|
|
177
|
-
|
|
178
|
-
|
|
170
|
+
RadioField: {};
|
|
171
|
+
RadioFieldController: {};
|
|
172
|
+
RadioOptionProps: {
|
|
173
|
+
isTypeOnly: true;
|
|
174
|
+
};
|
|
179
175
|
ScrollArea: {};
|
|
180
176
|
Select: {};
|
|
181
177
|
SelectField: {};
|
|
182
178
|
SelectFieldController: {};
|
|
183
|
-
SelectInput: {};
|
|
184
179
|
SelectOptionProps: {
|
|
185
180
|
isTypeOnly: true;
|
|
186
181
|
};
|
|
@@ -233,8 +228,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
233
228
|
Textarea: {};
|
|
234
229
|
TextareaField: {};
|
|
235
230
|
TextareaFieldController: {};
|
|
236
|
-
TextAreaInput: {};
|
|
237
|
-
TextInput: {};
|
|
238
231
|
Toaster: {};
|
|
239
232
|
Tooltip: {};
|
|
240
233
|
TooltipContent: {};
|
|
@@ -45,10 +45,6 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
45
45
|
AutocompleteValue: {};
|
|
46
46
|
Badge: {};
|
|
47
47
|
badgeVariants: {};
|
|
48
|
-
BadgeWithIcon: {};
|
|
49
|
-
BadgeWithIconProps: {
|
|
50
|
-
isTypeOnly: true;
|
|
51
|
-
};
|
|
52
48
|
Breadcrumb: {};
|
|
53
49
|
BreadcrumbEllipsis: {};
|
|
54
50
|
BreadcrumbItem: {};
|
|
@@ -68,7 +64,6 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
68
64
|
Checkbox: {};
|
|
69
65
|
CheckboxField: {};
|
|
70
66
|
CheckboxFieldController: {};
|
|
71
|
-
CheckedInput: {};
|
|
72
67
|
CircularProgress: {};
|
|
73
68
|
cn: {};
|
|
74
69
|
Collapsible: {};
|
|
@@ -159,10 +154,8 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
159
154
|
ItemTitle: {};
|
|
160
155
|
itemVariants: {};
|
|
161
156
|
Label: {};
|
|
162
|
-
LinkButton: {};
|
|
163
157
|
Loader: {};
|
|
164
158
|
mergeRefs: {};
|
|
165
|
-
Modal: {};
|
|
166
159
|
MultiComboboxField: {};
|
|
167
160
|
MultiComboboxFieldController: {};
|
|
168
161
|
MultiComboboxFieldProps: {
|
|
@@ -180,19 +173,21 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
180
173
|
NavigationMenuList: {};
|
|
181
174
|
NavigationMenuTrigger: {};
|
|
182
175
|
navigationMenuTriggerStyle: {};
|
|
183
|
-
NavigationMenuViewport: {};
|
|
184
176
|
NotFoundCard: {};
|
|
177
|
+
NumberField: {};
|
|
178
|
+
NumberFieldController: {};
|
|
185
179
|
Popover: {};
|
|
186
|
-
PopoverAnchor: {};
|
|
187
180
|
PopoverContent: {};
|
|
188
181
|
PopoverTrigger: {};
|
|
189
|
-
|
|
190
|
-
|
|
182
|
+
RadioField: {};
|
|
183
|
+
RadioFieldController: {};
|
|
184
|
+
RadioOptionProps: {
|
|
185
|
+
isTypeOnly: true;
|
|
186
|
+
};
|
|
191
187
|
ScrollArea: {};
|
|
192
188
|
Select: {};
|
|
193
189
|
SelectField: {};
|
|
194
190
|
SelectFieldController: {};
|
|
195
|
-
SelectInput: {};
|
|
196
191
|
SelectOptionProps: {
|
|
197
192
|
isTypeOnly: true;
|
|
198
193
|
};
|
|
@@ -245,8 +240,6 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
245
240
|
Textarea: {};
|
|
246
241
|
TextareaField: {};
|
|
247
242
|
TextareaFieldController: {};
|
|
248
|
-
TextAreaInput: {};
|
|
249
|
-
TextInput: {};
|
|
250
243
|
Toaster: {};
|
|
251
244
|
Tooltip: {};
|
|
252
245
|
TooltipContent: {};
|
|
@@ -290,10 +283,6 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
290
283
|
AutocompleteValue: {};
|
|
291
284
|
Badge: {};
|
|
292
285
|
badgeVariants: {};
|
|
293
|
-
BadgeWithIcon: {};
|
|
294
|
-
BadgeWithIconProps: {
|
|
295
|
-
isTypeOnly: true;
|
|
296
|
-
};
|
|
297
286
|
Breadcrumb: {};
|
|
298
287
|
BreadcrumbEllipsis: {};
|
|
299
288
|
BreadcrumbItem: {};
|
|
@@ -313,7 +302,6 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
313
302
|
Checkbox: {};
|
|
314
303
|
CheckboxField: {};
|
|
315
304
|
CheckboxFieldController: {};
|
|
316
|
-
CheckedInput: {};
|
|
317
305
|
CircularProgress: {};
|
|
318
306
|
cn: {};
|
|
319
307
|
Collapsible: {};
|
|
@@ -404,10 +392,8 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
404
392
|
ItemTitle: {};
|
|
405
393
|
itemVariants: {};
|
|
406
394
|
Label: {};
|
|
407
|
-
LinkButton: {};
|
|
408
395
|
Loader: {};
|
|
409
396
|
mergeRefs: {};
|
|
410
|
-
Modal: {};
|
|
411
397
|
MultiComboboxField: {};
|
|
412
398
|
MultiComboboxFieldController: {};
|
|
413
399
|
MultiComboboxFieldProps: {
|
|
@@ -425,19 +411,21 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
425
411
|
NavigationMenuList: {};
|
|
426
412
|
NavigationMenuTrigger: {};
|
|
427
413
|
navigationMenuTriggerStyle: {};
|
|
428
|
-
NavigationMenuViewport: {};
|
|
429
414
|
NotFoundCard: {};
|
|
415
|
+
NumberField: {};
|
|
416
|
+
NumberFieldController: {};
|
|
430
417
|
Popover: {};
|
|
431
|
-
PopoverAnchor: {};
|
|
432
418
|
PopoverContent: {};
|
|
433
419
|
PopoverTrigger: {};
|
|
434
|
-
|
|
435
|
-
|
|
420
|
+
RadioField: {};
|
|
421
|
+
RadioFieldController: {};
|
|
422
|
+
RadioOptionProps: {
|
|
423
|
+
isTypeOnly: true;
|
|
424
|
+
};
|
|
436
425
|
ScrollArea: {};
|
|
437
426
|
Select: {};
|
|
438
427
|
SelectField: {};
|
|
439
428
|
SelectFieldController: {};
|
|
440
|
-
SelectInput: {};
|
|
441
429
|
SelectOptionProps: {
|
|
442
430
|
isTypeOnly: true;
|
|
443
431
|
};
|
|
@@ -490,8 +478,6 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
490
478
|
Textarea: {};
|
|
491
479
|
TextareaField: {};
|
|
492
480
|
TextareaFieldController: {};
|
|
493
|
-
TextAreaInput: {};
|
|
494
|
-
TextInput: {};
|
|
495
481
|
Toaster: {};
|
|
496
482
|
Tooltip: {};
|
|
497
483
|
TooltipContent: {};
|
package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts
CHANGED
|
@@ -44,10 +44,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
44
44
|
AutocompleteValue: {};
|
|
45
45
|
Badge: {};
|
|
46
46
|
badgeVariants: {};
|
|
47
|
-
BadgeWithIcon: {};
|
|
48
|
-
BadgeWithIconProps: {
|
|
49
|
-
isTypeOnly: true;
|
|
50
|
-
};
|
|
51
47
|
Breadcrumb: {};
|
|
52
48
|
BreadcrumbEllipsis: {};
|
|
53
49
|
BreadcrumbItem: {};
|
|
@@ -67,7 +63,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
67
63
|
Checkbox: {};
|
|
68
64
|
CheckboxField: {};
|
|
69
65
|
CheckboxFieldController: {};
|
|
70
|
-
CheckedInput: {};
|
|
71
66
|
CircularProgress: {};
|
|
72
67
|
cn: {};
|
|
73
68
|
Collapsible: {};
|
|
@@ -158,10 +153,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
158
153
|
ItemTitle: {};
|
|
159
154
|
itemVariants: {};
|
|
160
155
|
Label: {};
|
|
161
|
-
LinkButton: {};
|
|
162
156
|
Loader: {};
|
|
163
157
|
mergeRefs: {};
|
|
164
|
-
Modal: {};
|
|
165
158
|
MultiComboboxField: {};
|
|
166
159
|
MultiComboboxFieldController: {};
|
|
167
160
|
MultiComboboxFieldProps: {
|
|
@@ -179,19 +172,21 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
179
172
|
NavigationMenuList: {};
|
|
180
173
|
NavigationMenuTrigger: {};
|
|
181
174
|
navigationMenuTriggerStyle: {};
|
|
182
|
-
NavigationMenuViewport: {};
|
|
183
175
|
NotFoundCard: {};
|
|
176
|
+
NumberField: {};
|
|
177
|
+
NumberFieldController: {};
|
|
184
178
|
Popover: {};
|
|
185
|
-
PopoverAnchor: {};
|
|
186
179
|
PopoverContent: {};
|
|
187
180
|
PopoverTrigger: {};
|
|
188
|
-
|
|
189
|
-
|
|
181
|
+
RadioField: {};
|
|
182
|
+
RadioFieldController: {};
|
|
183
|
+
RadioOptionProps: {
|
|
184
|
+
isTypeOnly: true;
|
|
185
|
+
};
|
|
190
186
|
ScrollArea: {};
|
|
191
187
|
Select: {};
|
|
192
188
|
SelectField: {};
|
|
193
189
|
SelectFieldController: {};
|
|
194
|
-
SelectInput: {};
|
|
195
190
|
SelectOptionProps: {
|
|
196
191
|
isTypeOnly: true;
|
|
197
192
|
};
|
|
@@ -244,8 +239,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
244
239
|
Textarea: {};
|
|
245
240
|
TextareaField: {};
|
|
246
241
|
TextareaFieldController: {};
|
|
247
|
-
TextAreaInput: {};
|
|
248
|
-
TextInput: {};
|
|
249
242
|
Toaster: {};
|
|
250
243
|
Tooltip: {};
|
|
251
244
|
TooltipContent: {};
|
|
@@ -299,10 +292,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
299
292
|
AutocompleteValue: {};
|
|
300
293
|
Badge: {};
|
|
301
294
|
badgeVariants: {};
|
|
302
|
-
BadgeWithIcon: {};
|
|
303
|
-
BadgeWithIconProps: {
|
|
304
|
-
isTypeOnly: true;
|
|
305
|
-
};
|
|
306
295
|
Breadcrumb: {};
|
|
307
296
|
BreadcrumbEllipsis: {};
|
|
308
297
|
BreadcrumbItem: {};
|
|
@@ -322,7 +311,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
322
311
|
Checkbox: {};
|
|
323
312
|
CheckboxField: {};
|
|
324
313
|
CheckboxFieldController: {};
|
|
325
|
-
CheckedInput: {};
|
|
326
314
|
CircularProgress: {};
|
|
327
315
|
cn: {};
|
|
328
316
|
Collapsible: {};
|
|
@@ -413,10 +401,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
413
401
|
ItemTitle: {};
|
|
414
402
|
itemVariants: {};
|
|
415
403
|
Label: {};
|
|
416
|
-
LinkButton: {};
|
|
417
404
|
Loader: {};
|
|
418
405
|
mergeRefs: {};
|
|
419
|
-
Modal: {};
|
|
420
406
|
MultiComboboxField: {};
|
|
421
407
|
MultiComboboxFieldController: {};
|
|
422
408
|
MultiComboboxFieldProps: {
|
|
@@ -434,19 +420,21 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
434
420
|
NavigationMenuList: {};
|
|
435
421
|
NavigationMenuTrigger: {};
|
|
436
422
|
navigationMenuTriggerStyle: {};
|
|
437
|
-
NavigationMenuViewport: {};
|
|
438
423
|
NotFoundCard: {};
|
|
424
|
+
NumberField: {};
|
|
425
|
+
NumberFieldController: {};
|
|
439
426
|
Popover: {};
|
|
440
|
-
PopoverAnchor: {};
|
|
441
427
|
PopoverContent: {};
|
|
442
428
|
PopoverTrigger: {};
|
|
443
|
-
|
|
444
|
-
|
|
429
|
+
RadioField: {};
|
|
430
|
+
RadioFieldController: {};
|
|
431
|
+
RadioOptionProps: {
|
|
432
|
+
isTypeOnly: true;
|
|
433
|
+
};
|
|
445
434
|
ScrollArea: {};
|
|
446
435
|
Select: {};
|
|
447
436
|
SelectField: {};
|
|
448
437
|
SelectFieldController: {};
|
|
449
|
-
SelectInput: {};
|
|
450
438
|
SelectOptionProps: {
|
|
451
439
|
isTypeOnly: true;
|
|
452
440
|
};
|
|
@@ -499,8 +487,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
499
487
|
Textarea: {};
|
|
500
488
|
TextareaField: {};
|
|
501
489
|
TextareaFieldController: {};
|
|
502
|
-
TextAreaInput: {};
|
|
503
|
-
TextInput: {};
|
|
504
490
|
Toaster: {};
|
|
505
491
|
Tooltip: {};
|
|
506
492
|
TooltipContent: {};
|
|
@@ -43,10 +43,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_RENDERERS
|
|
|
43
43
|
AutocompleteValue: {};
|
|
44
44
|
Badge: {};
|
|
45
45
|
badgeVariants: {};
|
|
46
|
-
BadgeWithIcon: {};
|
|
47
|
-
BadgeWithIconProps: {
|
|
48
|
-
isTypeOnly: true;
|
|
49
|
-
};
|
|
50
46
|
Breadcrumb: {};
|
|
51
47
|
BreadcrumbEllipsis: {};
|
|
52
48
|
BreadcrumbItem: {};
|
|
@@ -66,7 +62,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_RENDERERS
|
|
|
66
62
|
Checkbox: {};
|
|
67
63
|
CheckboxField: {};
|
|
68
64
|
CheckboxFieldController: {};
|
|
69
|
-
CheckedInput: {};
|
|
70
65
|
CircularProgress: {};
|
|
71
66
|
cn: {};
|
|
72
67
|
Collapsible: {};
|
|
@@ -157,10 +152,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_RENDERERS
|
|
|
157
152
|
ItemTitle: {};
|
|
158
153
|
itemVariants: {};
|
|
159
154
|
Label: {};
|
|
160
|
-
LinkButton: {};
|
|
161
155
|
Loader: {};
|
|
162
156
|
mergeRefs: {};
|
|
163
|
-
Modal: {};
|
|
164
157
|
MultiComboboxField: {};
|
|
165
158
|
MultiComboboxFieldController: {};
|
|
166
159
|
MultiComboboxFieldProps: {
|
|
@@ -178,19 +171,21 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_RENDERERS
|
|
|
178
171
|
NavigationMenuList: {};
|
|
179
172
|
NavigationMenuTrigger: {};
|
|
180
173
|
navigationMenuTriggerStyle: {};
|
|
181
|
-
NavigationMenuViewport: {};
|
|
182
174
|
NotFoundCard: {};
|
|
175
|
+
NumberField: {};
|
|
176
|
+
NumberFieldController: {};
|
|
183
177
|
Popover: {};
|
|
184
|
-
PopoverAnchor: {};
|
|
185
178
|
PopoverContent: {};
|
|
186
179
|
PopoverTrigger: {};
|
|
187
|
-
|
|
188
|
-
|
|
180
|
+
RadioField: {};
|
|
181
|
+
RadioFieldController: {};
|
|
182
|
+
RadioOptionProps: {
|
|
183
|
+
isTypeOnly: true;
|
|
184
|
+
};
|
|
189
185
|
ScrollArea: {};
|
|
190
186
|
Select: {};
|
|
191
187
|
SelectField: {};
|
|
192
188
|
SelectFieldController: {};
|
|
193
|
-
SelectInput: {};
|
|
194
189
|
SelectOptionProps: {
|
|
195
190
|
isTypeOnly: true;
|
|
196
191
|
};
|
|
@@ -243,8 +238,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_RENDERERS
|
|
|
243
238
|
Textarea: {};
|
|
244
239
|
TextareaField: {};
|
|
245
240
|
TextareaFieldController: {};
|
|
246
|
-
TextAreaInput: {};
|
|
247
|
-
TextInput: {};
|
|
248
241
|
Toaster: {};
|
|
249
242
|
Tooltip: {};
|
|
250
243
|
TooltipContent: {};
|
|
@@ -31,10 +31,6 @@ export declare const mainGroup: {
|
|
|
31
31
|
AutocompleteValue: {};
|
|
32
32
|
Badge: {};
|
|
33
33
|
badgeVariants: {};
|
|
34
|
-
BadgeWithIcon: {};
|
|
35
|
-
BadgeWithIconProps: {
|
|
36
|
-
isTypeOnly: true;
|
|
37
|
-
};
|
|
38
34
|
Breadcrumb: {};
|
|
39
35
|
BreadcrumbEllipsis: {};
|
|
40
36
|
BreadcrumbItem: {};
|
|
@@ -54,7 +50,6 @@ export declare const mainGroup: {
|
|
|
54
50
|
Checkbox: {};
|
|
55
51
|
CheckboxField: {};
|
|
56
52
|
CheckboxFieldController: {};
|
|
57
|
-
CheckedInput: {};
|
|
58
53
|
CircularProgress: {};
|
|
59
54
|
cn: {};
|
|
60
55
|
Collapsible: {};
|
|
@@ -145,10 +140,8 @@ export declare const mainGroup: {
|
|
|
145
140
|
ItemTitle: {};
|
|
146
141
|
itemVariants: {};
|
|
147
142
|
Label: {};
|
|
148
|
-
LinkButton: {};
|
|
149
143
|
Loader: {};
|
|
150
144
|
mergeRefs: {};
|
|
151
|
-
Modal: {};
|
|
152
145
|
MultiComboboxField: {};
|
|
153
146
|
MultiComboboxFieldController: {};
|
|
154
147
|
MultiComboboxFieldProps: {
|
|
@@ -166,19 +159,21 @@ export declare const mainGroup: {
|
|
|
166
159
|
NavigationMenuList: {};
|
|
167
160
|
NavigationMenuTrigger: {};
|
|
168
161
|
navigationMenuTriggerStyle: {};
|
|
169
|
-
NavigationMenuViewport: {};
|
|
170
162
|
NotFoundCard: {};
|
|
163
|
+
NumberField: {};
|
|
164
|
+
NumberFieldController: {};
|
|
171
165
|
Popover: {};
|
|
172
|
-
PopoverAnchor: {};
|
|
173
166
|
PopoverContent: {};
|
|
174
167
|
PopoverTrigger: {};
|
|
175
|
-
|
|
176
|
-
|
|
168
|
+
RadioField: {};
|
|
169
|
+
RadioFieldController: {};
|
|
170
|
+
RadioOptionProps: {
|
|
171
|
+
isTypeOnly: true;
|
|
172
|
+
};
|
|
177
173
|
ScrollArea: {};
|
|
178
174
|
Select: {};
|
|
179
175
|
SelectField: {};
|
|
180
176
|
SelectFieldController: {};
|
|
181
|
-
SelectInput: {};
|
|
182
177
|
SelectOptionProps: {
|
|
183
178
|
isTypeOnly: true;
|
|
184
179
|
};
|
|
@@ -231,8 +226,6 @@ export declare const mainGroup: {
|
|
|
231
226
|
Textarea: {};
|
|
232
227
|
TextareaField: {};
|
|
233
228
|
TextareaFieldController: {};
|
|
234
|
-
TextAreaInput: {};
|
|
235
|
-
TextInput: {};
|
|
236
229
|
Toaster: {};
|
|
237
230
|
Tooltip: {};
|
|
238
231
|
TooltipContent: {};
|
|
@@ -285,10 +278,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
285
278
|
AutocompleteValue: {};
|
|
286
279
|
Badge: {};
|
|
287
280
|
badgeVariants: {};
|
|
288
|
-
BadgeWithIcon: {};
|
|
289
|
-
BadgeWithIconProps: {
|
|
290
|
-
isTypeOnly: true;
|
|
291
|
-
};
|
|
292
281
|
Breadcrumb: {};
|
|
293
282
|
BreadcrumbEllipsis: {};
|
|
294
283
|
BreadcrumbItem: {};
|
|
@@ -308,7 +297,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
308
297
|
Checkbox: {};
|
|
309
298
|
CheckboxField: {};
|
|
310
299
|
CheckboxFieldController: {};
|
|
311
|
-
CheckedInput: {};
|
|
312
300
|
CircularProgress: {};
|
|
313
301
|
cn: {};
|
|
314
302
|
Collapsible: {};
|
|
@@ -399,10 +387,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
399
387
|
ItemTitle: {};
|
|
400
388
|
itemVariants: {};
|
|
401
389
|
Label: {};
|
|
402
|
-
LinkButton: {};
|
|
403
390
|
Loader: {};
|
|
404
391
|
mergeRefs: {};
|
|
405
|
-
Modal: {};
|
|
406
392
|
MultiComboboxField: {};
|
|
407
393
|
MultiComboboxFieldController: {};
|
|
408
394
|
MultiComboboxFieldProps: {
|
|
@@ -420,19 +406,21 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
420
406
|
NavigationMenuList: {};
|
|
421
407
|
NavigationMenuTrigger: {};
|
|
422
408
|
navigationMenuTriggerStyle: {};
|
|
423
|
-
NavigationMenuViewport: {};
|
|
424
409
|
NotFoundCard: {};
|
|
410
|
+
NumberField: {};
|
|
411
|
+
NumberFieldController: {};
|
|
425
412
|
Popover: {};
|
|
426
|
-
PopoverAnchor: {};
|
|
427
413
|
PopoverContent: {};
|
|
428
414
|
PopoverTrigger: {};
|
|
429
|
-
|
|
430
|
-
|
|
415
|
+
RadioField: {};
|
|
416
|
+
RadioFieldController: {};
|
|
417
|
+
RadioOptionProps: {
|
|
418
|
+
isTypeOnly: true;
|
|
419
|
+
};
|
|
431
420
|
ScrollArea: {};
|
|
432
421
|
Select: {};
|
|
433
422
|
SelectField: {};
|
|
434
423
|
SelectFieldController: {};
|
|
435
|
-
SelectInput: {};
|
|
436
424
|
SelectOptionProps: {
|
|
437
425
|
isTypeOnly: true;
|
|
438
426
|
};
|
|
@@ -485,8 +473,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
485
473
|
Textarea: {};
|
|
486
474
|
TextareaField: {};
|
|
487
475
|
TextareaFieldController: {};
|
|
488
|
-
TextAreaInput: {};
|
|
489
|
-
TextInput: {};
|
|
490
476
|
Toaster: {};
|
|
491
477
|
Tooltip: {};
|
|
492
478
|
TooltipContent: {};
|
|
@@ -28,10 +28,6 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
28
28
|
AutocompleteValue: {};
|
|
29
29
|
Badge: {};
|
|
30
30
|
badgeVariants: {};
|
|
31
|
-
BadgeWithIcon: {};
|
|
32
|
-
BadgeWithIconProps: {
|
|
33
|
-
isTypeOnly: true;
|
|
34
|
-
};
|
|
35
31
|
Breadcrumb: {};
|
|
36
32
|
BreadcrumbEllipsis: {};
|
|
37
33
|
BreadcrumbItem: {};
|
|
@@ -51,7 +47,6 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
51
47
|
Checkbox: {};
|
|
52
48
|
CheckboxField: {};
|
|
53
49
|
CheckboxFieldController: {};
|
|
54
|
-
CheckedInput: {};
|
|
55
50
|
CircularProgress: {};
|
|
56
51
|
cn: {};
|
|
57
52
|
Collapsible: {};
|
|
@@ -142,10 +137,8 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
142
137
|
ItemTitle: {};
|
|
143
138
|
itemVariants: {};
|
|
144
139
|
Label: {};
|
|
145
|
-
LinkButton: {};
|
|
146
140
|
Loader: {};
|
|
147
141
|
mergeRefs: {};
|
|
148
|
-
Modal: {};
|
|
149
142
|
MultiComboboxField: {};
|
|
150
143
|
MultiComboboxFieldController: {};
|
|
151
144
|
MultiComboboxFieldProps: {
|
|
@@ -163,19 +156,21 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
163
156
|
NavigationMenuList: {};
|
|
164
157
|
NavigationMenuTrigger: {};
|
|
165
158
|
navigationMenuTriggerStyle: {};
|
|
166
|
-
NavigationMenuViewport: {};
|
|
167
159
|
NotFoundCard: {};
|
|
160
|
+
NumberField: {};
|
|
161
|
+
NumberFieldController: {};
|
|
168
162
|
Popover: {};
|
|
169
|
-
PopoverAnchor: {};
|
|
170
163
|
PopoverContent: {};
|
|
171
164
|
PopoverTrigger: {};
|
|
172
|
-
|
|
173
|
-
|
|
165
|
+
RadioField: {};
|
|
166
|
+
RadioFieldController: {};
|
|
167
|
+
RadioOptionProps: {
|
|
168
|
+
isTypeOnly: true;
|
|
169
|
+
};
|
|
174
170
|
ScrollArea: {};
|
|
175
171
|
Select: {};
|
|
176
172
|
SelectField: {};
|
|
177
173
|
SelectFieldController: {};
|
|
178
|
-
SelectInput: {};
|
|
179
174
|
SelectOptionProps: {
|
|
180
175
|
isTypeOnly: true;
|
|
181
176
|
};
|
|
@@ -228,8 +223,6 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
228
223
|
Textarea: {};
|
|
229
224
|
TextareaField: {};
|
|
230
225
|
TextareaFieldController: {};
|
|
231
|
-
TextAreaInput: {};
|
|
232
|
-
TextInput: {};
|
|
233
226
|
Toaster: {};
|
|
234
227
|
Tooltip: {};
|
|
235
228
|
TooltipContent: {};
|
|
@@ -3,6 +3,7 @@ export declare const authApolloGenerator: import("@baseplate-dev/sync").Generato
|
|
|
3
3
|
reactApolloConfig: import("@baseplate-dev/sync").ProviderType<Omit<import("@baseplate-dev/utils").FieldMap<{
|
|
4
4
|
createApolloClientArguments: import("@baseplate-dev/utils").NamedArrayFieldContainer<import("@baseplate-dev/react-generators").ApolloCreateArgument>;
|
|
5
5
|
apolloLinks: import("@baseplate-dev/utils").NamedArrayFieldContainer<import("@baseplate-dev/react-generators").ApolloLink>;
|
|
6
|
+
typePolicies: import("@baseplate-dev/utils").MapOfMapsContainer<string, string, import("@baseplate-dev/core-generators").TsCodeFragment>;
|
|
6
7
|
}>, "getValues">>;
|
|
7
8
|
reactSession: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
8
9
|
UserSessionClient: {};
|
package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts
CHANGED
|
@@ -40,7 +40,8 @@ export declare const authEmailPasswordGenerator: import("@baseplate-dev/sync").G
|
|
|
40
40
|
validateAuthVerification: {};
|
|
41
41
|
}>>;
|
|
42
42
|
configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
43
|
-
|
|
43
|
+
getConfig: {};
|
|
44
|
+
isDevelopment: {};
|
|
44
45
|
}>>;
|
|
45
46
|
errorHandlerServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
46
47
|
BadRequestError: {};
|
|
@@ -40,7 +40,8 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
40
40
|
validateAuthVerification: {};
|
|
41
41
|
}>>;
|
|
42
42
|
configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
43
|
-
|
|
43
|
+
getConfig: {};
|
|
44
|
+
isDevelopment: {};
|
|
44
45
|
}>>;
|
|
45
46
|
errorHandlerServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
46
47
|
BadRequestError: {};
|
|
@@ -147,7 +148,8 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
147
148
|
validateAuthVerification: {};
|
|
148
149
|
}>>;
|
|
149
150
|
configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
150
|
-
|
|
151
|
+
getConfig: {};
|
|
152
|
+
isDevelopment: {};
|
|
151
153
|
}>>;
|
|
152
154
|
errorHandlerServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
153
155
|
BadRequestError: {};
|
|
@@ -277,7 +279,8 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
277
279
|
validateAuthVerification: {};
|
|
278
280
|
}>>;
|
|
279
281
|
configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
280
|
-
|
|
282
|
+
getConfig: {};
|
|
283
|
+
isDevelopment: {};
|
|
281
284
|
}>>;
|
|
282
285
|
errorHandlerServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
283
286
|
BadRequestError: {};
|
package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts
CHANGED
|
@@ -27,7 +27,8 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_RENDERERS: {
|
|
|
27
27
|
validateAuthVerification: {};
|
|
28
28
|
}>>;
|
|
29
29
|
configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
30
|
-
|
|
30
|
+
getConfig: {};
|
|
31
|
+
isDevelopment: {};
|
|
31
32
|
}>>;
|
|
32
33
|
errorHandlerServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
33
34
|
BadRequestError: {};
|
|
@@ -40,7 +40,8 @@ export declare const moduleGroup: {
|
|
|
40
40
|
validateAuthVerification: {};
|
|
41
41
|
}>>;
|
|
42
42
|
configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
43
|
-
|
|
43
|
+
getConfig: {};
|
|
44
|
+
isDevelopment: {};
|
|
44
45
|
}>>;
|
|
45
46
|
errorHandlerServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
46
47
|
BadRequestError: {};
|
|
@@ -193,7 +194,8 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_TEMPLATES: {
|
|
|
193
194
|
validateAuthVerification: {};
|
|
194
195
|
}>>;
|
|
195
196
|
configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
196
|
-
|
|
197
|
+
getConfig: {};
|
|
198
|
+
isDevelopment: {};
|
|
197
199
|
}>>;
|
|
198
200
|
errorHandlerServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
199
201
|
BadRequestError: {};
|
|
@@ -323,7 +325,8 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_TEMPLATES: {
|
|
|
323
325
|
validateAuthVerification: {};
|
|
324
326
|
}>>;
|
|
325
327
|
configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
326
|
-
|
|
328
|
+
getConfig: {};
|
|
329
|
+
isDevelopment: {};
|
|
327
330
|
}>>;
|
|
328
331
|
errorHandlerServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
329
332
|
BadRequestError: {};
|