@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
|
@@ -59,10 +59,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
59
59
|
AutocompleteValue: {};
|
|
60
60
|
Badge: {};
|
|
61
61
|
badgeVariants: {};
|
|
62
|
-
BadgeWithIcon: {};
|
|
63
|
-
BadgeWithIconProps: {
|
|
64
|
-
isTypeOnly: true;
|
|
65
|
-
};
|
|
66
62
|
Breadcrumb: {};
|
|
67
63
|
BreadcrumbEllipsis: {};
|
|
68
64
|
BreadcrumbItem: {};
|
|
@@ -82,7 +78,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
82
78
|
Checkbox: {};
|
|
83
79
|
CheckboxField: {};
|
|
84
80
|
CheckboxFieldController: {};
|
|
85
|
-
CheckedInput: {};
|
|
86
81
|
CircularProgress: {};
|
|
87
82
|
cn: {};
|
|
88
83
|
Collapsible: {};
|
|
@@ -173,10 +168,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
173
168
|
ItemTitle: {};
|
|
174
169
|
itemVariants: {};
|
|
175
170
|
Label: {};
|
|
176
|
-
LinkButton: {};
|
|
177
171
|
Loader: {};
|
|
178
172
|
mergeRefs: {};
|
|
179
|
-
Modal: {};
|
|
180
173
|
MultiComboboxField: {};
|
|
181
174
|
MultiComboboxFieldController: {};
|
|
182
175
|
MultiComboboxFieldProps: {
|
|
@@ -194,19 +187,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
194
187
|
NavigationMenuList: {};
|
|
195
188
|
NavigationMenuTrigger: {};
|
|
196
189
|
navigationMenuTriggerStyle: {};
|
|
197
|
-
NavigationMenuViewport: {};
|
|
198
190
|
NotFoundCard: {};
|
|
191
|
+
NumberField: {};
|
|
192
|
+
NumberFieldController: {};
|
|
199
193
|
Popover: {};
|
|
200
|
-
PopoverAnchor: {};
|
|
201
194
|
PopoverContent: {};
|
|
202
195
|
PopoverTrigger: {};
|
|
203
|
-
|
|
204
|
-
|
|
196
|
+
RadioField: {};
|
|
197
|
+
RadioFieldController: {};
|
|
198
|
+
RadioOptionProps: {
|
|
199
|
+
isTypeOnly: true;
|
|
200
|
+
};
|
|
205
201
|
ScrollArea: {};
|
|
206
202
|
Select: {};
|
|
207
203
|
SelectField: {};
|
|
208
204
|
SelectFieldController: {};
|
|
209
|
-
SelectInput: {};
|
|
210
205
|
SelectOptionProps: {
|
|
211
206
|
isTypeOnly: true;
|
|
212
207
|
};
|
|
@@ -259,8 +254,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
259
254
|
Textarea: {};
|
|
260
255
|
TextareaField: {};
|
|
261
256
|
TextareaFieldController: {};
|
|
262
|
-
TextAreaInput: {};
|
|
263
|
-
TextInput: {};
|
|
264
257
|
Toaster: {};
|
|
265
258
|
Tooltip: {};
|
|
266
259
|
TooltipContent: {};
|
|
@@ -324,10 +317,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
324
317
|
AutocompleteValue: {};
|
|
325
318
|
Badge: {};
|
|
326
319
|
badgeVariants: {};
|
|
327
|
-
BadgeWithIcon: {};
|
|
328
|
-
BadgeWithIconProps: {
|
|
329
|
-
isTypeOnly: true;
|
|
330
|
-
};
|
|
331
320
|
Breadcrumb: {};
|
|
332
321
|
BreadcrumbEllipsis: {};
|
|
333
322
|
BreadcrumbItem: {};
|
|
@@ -347,7 +336,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
347
336
|
Checkbox: {};
|
|
348
337
|
CheckboxField: {};
|
|
349
338
|
CheckboxFieldController: {};
|
|
350
|
-
CheckedInput: {};
|
|
351
339
|
CircularProgress: {};
|
|
352
340
|
cn: {};
|
|
353
341
|
Collapsible: {};
|
|
@@ -438,10 +426,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
438
426
|
ItemTitle: {};
|
|
439
427
|
itemVariants: {};
|
|
440
428
|
Label: {};
|
|
441
|
-
LinkButton: {};
|
|
442
429
|
Loader: {};
|
|
443
430
|
mergeRefs: {};
|
|
444
|
-
Modal: {};
|
|
445
431
|
MultiComboboxField: {};
|
|
446
432
|
MultiComboboxFieldController: {};
|
|
447
433
|
MultiComboboxFieldProps: {
|
|
@@ -459,19 +445,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
459
445
|
NavigationMenuList: {};
|
|
460
446
|
NavigationMenuTrigger: {};
|
|
461
447
|
navigationMenuTriggerStyle: {};
|
|
462
|
-
NavigationMenuViewport: {};
|
|
463
448
|
NotFoundCard: {};
|
|
449
|
+
NumberField: {};
|
|
450
|
+
NumberFieldController: {};
|
|
464
451
|
Popover: {};
|
|
465
|
-
PopoverAnchor: {};
|
|
466
452
|
PopoverContent: {};
|
|
467
453
|
PopoverTrigger: {};
|
|
468
|
-
|
|
469
|
-
|
|
454
|
+
RadioField: {};
|
|
455
|
+
RadioFieldController: {};
|
|
456
|
+
RadioOptionProps: {
|
|
457
|
+
isTypeOnly: true;
|
|
458
|
+
};
|
|
470
459
|
ScrollArea: {};
|
|
471
460
|
Select: {};
|
|
472
461
|
SelectField: {};
|
|
473
462
|
SelectFieldController: {};
|
|
474
|
-
SelectInput: {};
|
|
475
463
|
SelectOptionProps: {
|
|
476
464
|
isTypeOnly: true;
|
|
477
465
|
};
|
|
@@ -524,8 +512,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
524
512
|
Textarea: {};
|
|
525
513
|
TextareaField: {};
|
|
526
514
|
TextareaFieldController: {};
|
|
527
|
-
TextAreaInput: {};
|
|
528
|
-
TextInput: {};
|
|
529
515
|
Toaster: {};
|
|
530
516
|
Tooltip: {};
|
|
531
517
|
TooltipContent: {};
|
|
@@ -587,10 +573,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
587
573
|
AutocompleteValue: {};
|
|
588
574
|
Badge: {};
|
|
589
575
|
badgeVariants: {};
|
|
590
|
-
BadgeWithIcon: {};
|
|
591
|
-
BadgeWithIconProps: {
|
|
592
|
-
isTypeOnly: true;
|
|
593
|
-
};
|
|
594
576
|
Breadcrumb: {};
|
|
595
577
|
BreadcrumbEllipsis: {};
|
|
596
578
|
BreadcrumbItem: {};
|
|
@@ -610,7 +592,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
610
592
|
Checkbox: {};
|
|
611
593
|
CheckboxField: {};
|
|
612
594
|
CheckboxFieldController: {};
|
|
613
|
-
CheckedInput: {};
|
|
614
595
|
CircularProgress: {};
|
|
615
596
|
cn: {};
|
|
616
597
|
Collapsible: {};
|
|
@@ -701,10 +682,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
701
682
|
ItemTitle: {};
|
|
702
683
|
itemVariants: {};
|
|
703
684
|
Label: {};
|
|
704
|
-
LinkButton: {};
|
|
705
685
|
Loader: {};
|
|
706
686
|
mergeRefs: {};
|
|
707
|
-
Modal: {};
|
|
708
687
|
MultiComboboxField: {};
|
|
709
688
|
MultiComboboxFieldController: {};
|
|
710
689
|
MultiComboboxFieldProps: {
|
|
@@ -722,19 +701,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
722
701
|
NavigationMenuList: {};
|
|
723
702
|
NavigationMenuTrigger: {};
|
|
724
703
|
navigationMenuTriggerStyle: {};
|
|
725
|
-
NavigationMenuViewport: {};
|
|
726
704
|
NotFoundCard: {};
|
|
705
|
+
NumberField: {};
|
|
706
|
+
NumberFieldController: {};
|
|
727
707
|
Popover: {};
|
|
728
|
-
PopoverAnchor: {};
|
|
729
708
|
PopoverContent: {};
|
|
730
709
|
PopoverTrigger: {};
|
|
731
|
-
|
|
732
|
-
|
|
710
|
+
RadioField: {};
|
|
711
|
+
RadioFieldController: {};
|
|
712
|
+
RadioOptionProps: {
|
|
713
|
+
isTypeOnly: true;
|
|
714
|
+
};
|
|
733
715
|
ScrollArea: {};
|
|
734
716
|
Select: {};
|
|
735
717
|
SelectField: {};
|
|
736
718
|
SelectFieldController: {};
|
|
737
|
-
SelectInput: {};
|
|
738
719
|
SelectOptionProps: {
|
|
739
720
|
isTypeOnly: true;
|
|
740
721
|
};
|
|
@@ -787,8 +768,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
787
768
|
Textarea: {};
|
|
788
769
|
TextareaField: {};
|
|
789
770
|
TextareaFieldController: {};
|
|
790
|
-
TextAreaInput: {};
|
|
791
|
-
TextInput: {};
|
|
792
771
|
Toaster: {};
|
|
793
772
|
Tooltip: {};
|
|
794
773
|
TooltipContent: {};
|
|
@@ -858,10 +837,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
858
837
|
AutocompleteValue: {};
|
|
859
838
|
Badge: {};
|
|
860
839
|
badgeVariants: {};
|
|
861
|
-
BadgeWithIcon: {};
|
|
862
|
-
BadgeWithIconProps: {
|
|
863
|
-
isTypeOnly: true;
|
|
864
|
-
};
|
|
865
840
|
Breadcrumb: {};
|
|
866
841
|
BreadcrumbEllipsis: {};
|
|
867
842
|
BreadcrumbItem: {};
|
|
@@ -881,7 +856,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
881
856
|
Checkbox: {};
|
|
882
857
|
CheckboxField: {};
|
|
883
858
|
CheckboxFieldController: {};
|
|
884
|
-
CheckedInput: {};
|
|
885
859
|
CircularProgress: {};
|
|
886
860
|
cn: {};
|
|
887
861
|
Collapsible: {};
|
|
@@ -972,10 +946,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
972
946
|
ItemTitle: {};
|
|
973
947
|
itemVariants: {};
|
|
974
948
|
Label: {};
|
|
975
|
-
LinkButton: {};
|
|
976
949
|
Loader: {};
|
|
977
950
|
mergeRefs: {};
|
|
978
|
-
Modal: {};
|
|
979
951
|
MultiComboboxField: {};
|
|
980
952
|
MultiComboboxFieldController: {};
|
|
981
953
|
MultiComboboxFieldProps: {
|
|
@@ -993,19 +965,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
993
965
|
NavigationMenuList: {};
|
|
994
966
|
NavigationMenuTrigger: {};
|
|
995
967
|
navigationMenuTriggerStyle: {};
|
|
996
|
-
NavigationMenuViewport: {};
|
|
997
968
|
NotFoundCard: {};
|
|
969
|
+
NumberField: {};
|
|
970
|
+
NumberFieldController: {};
|
|
998
971
|
Popover: {};
|
|
999
|
-
PopoverAnchor: {};
|
|
1000
972
|
PopoverContent: {};
|
|
1001
973
|
PopoverTrigger: {};
|
|
1002
|
-
|
|
1003
|
-
|
|
974
|
+
RadioField: {};
|
|
975
|
+
RadioFieldController: {};
|
|
976
|
+
RadioOptionProps: {
|
|
977
|
+
isTypeOnly: true;
|
|
978
|
+
};
|
|
1004
979
|
ScrollArea: {};
|
|
1005
980
|
Select: {};
|
|
1006
981
|
SelectField: {};
|
|
1007
982
|
SelectFieldController: {};
|
|
1008
|
-
SelectInput: {};
|
|
1009
983
|
SelectOptionProps: {
|
|
1010
984
|
isTypeOnly: true;
|
|
1011
985
|
};
|
|
@@ -1058,8 +1032,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1058
1032
|
Textarea: {};
|
|
1059
1033
|
TextareaField: {};
|
|
1060
1034
|
TextareaFieldController: {};
|
|
1061
|
-
TextAreaInput: {};
|
|
1062
|
-
TextInput: {};
|
|
1063
1035
|
Toaster: {};
|
|
1064
1036
|
Tooltip: {};
|
|
1065
1037
|
TooltipContent: {};
|
|
@@ -1123,10 +1095,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1123
1095
|
AutocompleteValue: {};
|
|
1124
1096
|
Badge: {};
|
|
1125
1097
|
badgeVariants: {};
|
|
1126
|
-
BadgeWithIcon: {};
|
|
1127
|
-
BadgeWithIconProps: {
|
|
1128
|
-
isTypeOnly: true;
|
|
1129
|
-
};
|
|
1130
1098
|
Breadcrumb: {};
|
|
1131
1099
|
BreadcrumbEllipsis: {};
|
|
1132
1100
|
BreadcrumbItem: {};
|
|
@@ -1146,7 +1114,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1146
1114
|
Checkbox: {};
|
|
1147
1115
|
CheckboxField: {};
|
|
1148
1116
|
CheckboxFieldController: {};
|
|
1149
|
-
CheckedInput: {};
|
|
1150
1117
|
CircularProgress: {};
|
|
1151
1118
|
cn: {};
|
|
1152
1119
|
Collapsible: {};
|
|
@@ -1237,10 +1204,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1237
1204
|
ItemTitle: {};
|
|
1238
1205
|
itemVariants: {};
|
|
1239
1206
|
Label: {};
|
|
1240
|
-
LinkButton: {};
|
|
1241
1207
|
Loader: {};
|
|
1242
1208
|
mergeRefs: {};
|
|
1243
|
-
Modal: {};
|
|
1244
1209
|
MultiComboboxField: {};
|
|
1245
1210
|
MultiComboboxFieldController: {};
|
|
1246
1211
|
MultiComboboxFieldProps: {
|
|
@@ -1258,19 +1223,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1258
1223
|
NavigationMenuList: {};
|
|
1259
1224
|
NavigationMenuTrigger: {};
|
|
1260
1225
|
navigationMenuTriggerStyle: {};
|
|
1261
|
-
NavigationMenuViewport: {};
|
|
1262
1226
|
NotFoundCard: {};
|
|
1227
|
+
NumberField: {};
|
|
1228
|
+
NumberFieldController: {};
|
|
1263
1229
|
Popover: {};
|
|
1264
|
-
PopoverAnchor: {};
|
|
1265
1230
|
PopoverContent: {};
|
|
1266
1231
|
PopoverTrigger: {};
|
|
1267
|
-
|
|
1268
|
-
|
|
1232
|
+
RadioField: {};
|
|
1233
|
+
RadioFieldController: {};
|
|
1234
|
+
RadioOptionProps: {
|
|
1235
|
+
isTypeOnly: true;
|
|
1236
|
+
};
|
|
1269
1237
|
ScrollArea: {};
|
|
1270
1238
|
Select: {};
|
|
1271
1239
|
SelectField: {};
|
|
1272
1240
|
SelectFieldController: {};
|
|
1273
|
-
SelectInput: {};
|
|
1274
1241
|
SelectOptionProps: {
|
|
1275
1242
|
isTypeOnly: true;
|
|
1276
1243
|
};
|
|
@@ -1323,8 +1290,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1323
1290
|
Textarea: {};
|
|
1324
1291
|
TextareaField: {};
|
|
1325
1292
|
TextareaFieldController: {};
|
|
1326
|
-
TextAreaInput: {};
|
|
1327
|
-
TextInput: {};
|
|
1328
1293
|
Toaster: {};
|
|
1329
1294
|
Tooltip: {};
|
|
1330
1295
|
TooltipContent: {};
|
|
@@ -1388,10 +1353,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1388
1353
|
AutocompleteValue: {};
|
|
1389
1354
|
Badge: {};
|
|
1390
1355
|
badgeVariants: {};
|
|
1391
|
-
BadgeWithIcon: {};
|
|
1392
|
-
BadgeWithIconProps: {
|
|
1393
|
-
isTypeOnly: true;
|
|
1394
|
-
};
|
|
1395
1356
|
Breadcrumb: {};
|
|
1396
1357
|
BreadcrumbEllipsis: {};
|
|
1397
1358
|
BreadcrumbItem: {};
|
|
@@ -1411,7 +1372,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1411
1372
|
Checkbox: {};
|
|
1412
1373
|
CheckboxField: {};
|
|
1413
1374
|
CheckboxFieldController: {};
|
|
1414
|
-
CheckedInput: {};
|
|
1415
1375
|
CircularProgress: {};
|
|
1416
1376
|
cn: {};
|
|
1417
1377
|
Collapsible: {};
|
|
@@ -1502,10 +1462,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1502
1462
|
ItemTitle: {};
|
|
1503
1463
|
itemVariants: {};
|
|
1504
1464
|
Label: {};
|
|
1505
|
-
LinkButton: {};
|
|
1506
1465
|
Loader: {};
|
|
1507
1466
|
mergeRefs: {};
|
|
1508
|
-
Modal: {};
|
|
1509
1467
|
MultiComboboxField: {};
|
|
1510
1468
|
MultiComboboxFieldController: {};
|
|
1511
1469
|
MultiComboboxFieldProps: {
|
|
@@ -1523,19 +1481,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1523
1481
|
NavigationMenuList: {};
|
|
1524
1482
|
NavigationMenuTrigger: {};
|
|
1525
1483
|
navigationMenuTriggerStyle: {};
|
|
1526
|
-
NavigationMenuViewport: {};
|
|
1527
1484
|
NotFoundCard: {};
|
|
1485
|
+
NumberField: {};
|
|
1486
|
+
NumberFieldController: {};
|
|
1528
1487
|
Popover: {};
|
|
1529
|
-
PopoverAnchor: {};
|
|
1530
1488
|
PopoverContent: {};
|
|
1531
1489
|
PopoverTrigger: {};
|
|
1532
|
-
|
|
1533
|
-
|
|
1490
|
+
RadioField: {};
|
|
1491
|
+
RadioFieldController: {};
|
|
1492
|
+
RadioOptionProps: {
|
|
1493
|
+
isTypeOnly: true;
|
|
1494
|
+
};
|
|
1534
1495
|
ScrollArea: {};
|
|
1535
1496
|
Select: {};
|
|
1536
1497
|
SelectField: {};
|
|
1537
1498
|
SelectFieldController: {};
|
|
1538
|
-
SelectInput: {};
|
|
1539
1499
|
SelectOptionProps: {
|
|
1540
1500
|
isTypeOnly: true;
|
|
1541
1501
|
};
|
|
@@ -1588,8 +1548,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1588
1548
|
Textarea: {};
|
|
1589
1549
|
TextareaField: {};
|
|
1590
1550
|
TextareaFieldController: {};
|
|
1591
|
-
TextAreaInput: {};
|
|
1592
|
-
TextInput: {};
|
|
1593
1551
|
Toaster: {};
|
|
1594
1552
|
Tooltip: {};
|
|
1595
1553
|
TooltipContent: {};
|
|
@@ -51,10 +51,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
51
51
|
AutocompleteValue: {};
|
|
52
52
|
Badge: {};
|
|
53
53
|
badgeVariants: {};
|
|
54
|
-
BadgeWithIcon: {};
|
|
55
|
-
BadgeWithIconProps: {
|
|
56
|
-
isTypeOnly: true;
|
|
57
|
-
};
|
|
58
54
|
Breadcrumb: {};
|
|
59
55
|
BreadcrumbEllipsis: {};
|
|
60
56
|
BreadcrumbItem: {};
|
|
@@ -74,7 +70,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
74
70
|
Checkbox: {};
|
|
75
71
|
CheckboxField: {};
|
|
76
72
|
CheckboxFieldController: {};
|
|
77
|
-
CheckedInput: {};
|
|
78
73
|
CircularProgress: {};
|
|
79
74
|
cn: {};
|
|
80
75
|
Collapsible: {};
|
|
@@ -165,10 +160,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
165
160
|
ItemTitle: {};
|
|
166
161
|
itemVariants: {};
|
|
167
162
|
Label: {};
|
|
168
|
-
LinkButton: {};
|
|
169
163
|
Loader: {};
|
|
170
164
|
mergeRefs: {};
|
|
171
|
-
Modal: {};
|
|
172
165
|
MultiComboboxField: {};
|
|
173
166
|
MultiComboboxFieldController: {};
|
|
174
167
|
MultiComboboxFieldProps: {
|
|
@@ -186,19 +179,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
186
179
|
NavigationMenuList: {};
|
|
187
180
|
NavigationMenuTrigger: {};
|
|
188
181
|
navigationMenuTriggerStyle: {};
|
|
189
|
-
NavigationMenuViewport: {};
|
|
190
182
|
NotFoundCard: {};
|
|
183
|
+
NumberField: {};
|
|
184
|
+
NumberFieldController: {};
|
|
191
185
|
Popover: {};
|
|
192
|
-
PopoverAnchor: {};
|
|
193
186
|
PopoverContent: {};
|
|
194
187
|
PopoverTrigger: {};
|
|
195
|
-
|
|
196
|
-
|
|
188
|
+
RadioField: {};
|
|
189
|
+
RadioFieldController: {};
|
|
190
|
+
RadioOptionProps: {
|
|
191
|
+
isTypeOnly: true;
|
|
192
|
+
};
|
|
197
193
|
ScrollArea: {};
|
|
198
194
|
Select: {};
|
|
199
195
|
SelectField: {};
|
|
200
196
|
SelectFieldController: {};
|
|
201
|
-
SelectInput: {};
|
|
202
197
|
SelectOptionProps: {
|
|
203
198
|
isTypeOnly: true;
|
|
204
199
|
};
|
|
@@ -251,8 +246,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_RENDERERS: {
|
|
|
251
246
|
Textarea: {};
|
|
252
247
|
TextareaField: {};
|
|
253
248
|
TextareaFieldController: {};
|
|
254
|
-
TextAreaInput: {};
|
|
255
|
-
TextInput: {};
|
|
256
249
|
Toaster: {};
|
|
257
250
|
Tooltip: {};
|
|
258
251
|
TooltipContent: {};
|