@baseplate-dev/plugin-auth 0.6.14 → 0.6.16
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 +42 -0
- package/dist/auth/core/components/auth-definition-editor.js +3 -0
- package/dist/auth/core/components/role-editor-form/role-editor-form.js +2 -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/fastify/seed-initial-user/seed-initial-user.generator.js +4 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/templates/src/prisma/seed-initial-user.ts +3 -2
- 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-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 +8 -5
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +8 -8
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +10 -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 +27 -3
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +9 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +20 -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/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js +4 -0
- package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js +2 -1
- package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.ts +3 -1
- 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-3sV-KVGF.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-04_7KkB1.js} +15 -15
- 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-0m3QgjSy.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-BfSk5vRC.js} +5 -4
- 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-QrOyqu9V.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-DZIcwf2B.js} +1 -1
- 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-BTSgZGcl.js → _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} +10053 -3750
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CJ027_El.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-Ci5_qYaj.js} +3823 -2545
- package/dist/web/assets/arduino-BP2nYunF.js +21 -0
- package/dist/web/assets/auth-8qJtXAgU.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-C7Ey31hW.js +74 -0
- package/dist/web/assets/clike-D9YNFwtw.js +41 -0
- package/dist/web/assets/{common-Aq-HXybV.js → common-23-wvKrM.js} +5 -5
- package/dist/web/assets/{common-7-ZtKO5B.js → common-B-NI9TR-.js} +2 -2
- package/dist/web/assets/{common-CDrUdhRf.js → common-BBriDRRy.js} +3 -3
- package/dist/web/assets/{common-BPbNs2A1.js → common-BvU-7KsV.js} +5 -5
- package/dist/web/assets/{common-B_XZ3l9w.js → common-DBBUvtGu.js} +2 -2
- package/dist/web/assets/{common-B8N9gx2s.js → common-eFh2vwGb.js} +3 -3
- package/dist/web/assets/cpp-_RjA_yNA.js +82 -0
- package/dist/web/assets/csharp-0LZzOc6Q.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-D3CkiDKT.js → dist-BjxypexQ.js} +1672 -992
- package/dist/web/assets/{get-auth-plugin-definition-D3ocnNxw.js → get-auth-plugin-definition-x8oAsN1R.js} +2 -2
- package/dist/web/assets/go-CzER04EZ.js +36 -0
- package/dist/web/assets/{hostInit-D3RxwboF.js → hostInit-Bay0Y9UX.js} +1 -1
- package/dist/web/assets/{index-CozZxQl1.js → index-qso1IsKy.js} +2 -2
- package/dist/web/assets/ini-CU-wHLTy.js +51 -0
- package/dist/web/assets/java-HAvRESj1.js +116 -0
- package/dist/web/assets/javascript-BVAr0eZH.js +124 -0
- package/dist/web/assets/json-DN8T4yFI.js +38 -0
- package/dist/web/assets/kotlin-DkCMjTKK.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-_2_uVr2L.js +278 -0
- package/dist/web/assets/markup-BVZ8HhdW.js +176 -0
- package/dist/web/assets/markup-templating-BDIRuVJH.js +94 -0
- package/dist/web/assets/{mf-entry-bootstrap-0-069a3ab2.js → mf-entry-bootstrap-0-659c976f.js} +2 -2
- package/dist/web/assets/{model-utils-CYaLYwoX.js → model-utils-dNFTOjqi.js} +305 -27
- package/dist/web/assets/{models-BX4xFiEn.js → models-BpslIbU7.js} +2 -2
- package/dist/web/assets/{models-k-iaCft-.js → models-CKab4MTC.js} +2 -2
- package/dist/web/assets/objectivec-DPgB68It.js +25 -0
- package/dist/web/assets/perl-Cul_ma_h.js +92 -0
- package/dist/web/assets/php-JTON0zp9.js +298 -0
- package/dist/web/assets/{plugin-definition-CI1aEVGv.js → plugin-definition-8Exesd6T.js} +2 -2
- package/dist/web/assets/{plugin-definition-BI565qFo.js → plugin-definition-ChBrbazJ.js} +2 -2
- 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/ruby-BoFHz67P.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-f4jHVv0S.js → styles-Cuq4wgvD.js} +7 -7
- package/dist/web/assets/swift-rQ52kfab.js +107 -0
- package/dist/web/assets/typescript-CDkIWcT8.js +57 -0
- package/dist/web/assets/vbnet-_PL7-T9d.js +32 -0
- package/dist/web/assets/{virtualExposes-BHQhgLE-.js → virtualExposes-BwIds34r.js} +1 -1
- package/dist/web/assets/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-aH8n-Nbe.js → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-BBt5f0I7.js} +3 -3
- package/dist/web/assets/{virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-I_SxfvGj.js → virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-RzPgl37a.js} +13 -13
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-BQ0UMKSv.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DM6Ir1_S.js} +13 -13
- package/dist/web/assets/{web-DCK_tLVa.js → web-BZd3bM0n.js} +6 -6
- package/dist/web/assets/{web-CkbTu31Q.js → web-BgWG7dYl.js} +10 -10
- package/dist/web/assets/{web-Dh6pUTrF.js → web-CXHw8SK7.js} +13 -13
- package/dist/web/assets/{web-Cn3uvuFs.js → web-CnB-sqCR.js} +20 -18
- package/dist/web/assets/{web-BRvS0HRS.js → web-DHv2aVpi.js} +10 -10
- package/dist/web/assets/{web-YXVJWeXy.js → web-DNrWXjpS.js} +3 -3
- package/dist/web/assets/{web-nLSlkJy_.js → web-D_H-MoGI.js} +3 -3
- package/dist/web/assets/workerBundle-GFUata9j.js +10 -0
- package/dist/web/assets/yaml-C9m3vuV5.js +90 -0
- package/dist/web/index.html +2 -2
- package/dist/web/remoteEntry.js +1 -1
- package/dist/web/remoteEntry.ssr.js +1 -1
- package/package.json +18 -17
- package/dist/web/assets/auth-D8BnFQKk.js +0 -1
|
@@ -32,10 +32,6 @@ export declare const mainGroup: {
|
|
|
32
32
|
AutocompleteValue: {};
|
|
33
33
|
Badge: {};
|
|
34
34
|
badgeVariants: {};
|
|
35
|
-
BadgeWithIcon: {};
|
|
36
|
-
BadgeWithIconProps: {
|
|
37
|
-
isTypeOnly: true;
|
|
38
|
-
};
|
|
39
35
|
Breadcrumb: {};
|
|
40
36
|
BreadcrumbEllipsis: {};
|
|
41
37
|
BreadcrumbItem: {};
|
|
@@ -55,7 +51,6 @@ export declare const mainGroup: {
|
|
|
55
51
|
Checkbox: {};
|
|
56
52
|
CheckboxField: {};
|
|
57
53
|
CheckboxFieldController: {};
|
|
58
|
-
CheckedInput: {};
|
|
59
54
|
CircularProgress: {};
|
|
60
55
|
cn: {};
|
|
61
56
|
Collapsible: {};
|
|
@@ -146,10 +141,8 @@ export declare const mainGroup: {
|
|
|
146
141
|
ItemTitle: {};
|
|
147
142
|
itemVariants: {};
|
|
148
143
|
Label: {};
|
|
149
|
-
LinkButton: {};
|
|
150
144
|
Loader: {};
|
|
151
145
|
mergeRefs: {};
|
|
152
|
-
Modal: {};
|
|
153
146
|
MultiComboboxField: {};
|
|
154
147
|
MultiComboboxFieldController: {};
|
|
155
148
|
MultiComboboxFieldProps: {
|
|
@@ -167,19 +160,21 @@ export declare const mainGroup: {
|
|
|
167
160
|
NavigationMenuList: {};
|
|
168
161
|
NavigationMenuTrigger: {};
|
|
169
162
|
navigationMenuTriggerStyle: {};
|
|
170
|
-
NavigationMenuViewport: {};
|
|
171
163
|
NotFoundCard: {};
|
|
164
|
+
NumberField: {};
|
|
165
|
+
NumberFieldController: {};
|
|
172
166
|
Popover: {};
|
|
173
|
-
PopoverAnchor: {};
|
|
174
167
|
PopoverContent: {};
|
|
175
168
|
PopoverTrigger: {};
|
|
176
|
-
|
|
177
|
-
|
|
169
|
+
RadioField: {};
|
|
170
|
+
RadioFieldController: {};
|
|
171
|
+
RadioOptionProps: {
|
|
172
|
+
isTypeOnly: true;
|
|
173
|
+
};
|
|
178
174
|
ScrollArea: {};
|
|
179
175
|
Select: {};
|
|
180
176
|
SelectField: {};
|
|
181
177
|
SelectFieldController: {};
|
|
182
|
-
SelectInput: {};
|
|
183
178
|
SelectOptionProps: {
|
|
184
179
|
isTypeOnly: true;
|
|
185
180
|
};
|
|
@@ -232,8 +227,6 @@ export declare const mainGroup: {
|
|
|
232
227
|
Textarea: {};
|
|
233
228
|
TextareaField: {};
|
|
234
229
|
TextareaFieldController: {};
|
|
235
|
-
TextAreaInput: {};
|
|
236
|
-
TextInput: {};
|
|
237
230
|
Toaster: {};
|
|
238
231
|
Tooltip: {};
|
|
239
232
|
TooltipContent: {};
|
|
@@ -295,10 +288,6 @@ export declare const mainGroup: {
|
|
|
295
288
|
AutocompleteValue: {};
|
|
296
289
|
Badge: {};
|
|
297
290
|
badgeVariants: {};
|
|
298
|
-
BadgeWithIcon: {};
|
|
299
|
-
BadgeWithIconProps: {
|
|
300
|
-
isTypeOnly: true;
|
|
301
|
-
};
|
|
302
291
|
Breadcrumb: {};
|
|
303
292
|
BreadcrumbEllipsis: {};
|
|
304
293
|
BreadcrumbItem: {};
|
|
@@ -318,7 +307,6 @@ export declare const mainGroup: {
|
|
|
318
307
|
Checkbox: {};
|
|
319
308
|
CheckboxField: {};
|
|
320
309
|
CheckboxFieldController: {};
|
|
321
|
-
CheckedInput: {};
|
|
322
310
|
CircularProgress: {};
|
|
323
311
|
cn: {};
|
|
324
312
|
Collapsible: {};
|
|
@@ -409,10 +397,8 @@ export declare const mainGroup: {
|
|
|
409
397
|
ItemTitle: {};
|
|
410
398
|
itemVariants: {};
|
|
411
399
|
Label: {};
|
|
412
|
-
LinkButton: {};
|
|
413
400
|
Loader: {};
|
|
414
401
|
mergeRefs: {};
|
|
415
|
-
Modal: {};
|
|
416
402
|
MultiComboboxField: {};
|
|
417
403
|
MultiComboboxFieldController: {};
|
|
418
404
|
MultiComboboxFieldProps: {
|
|
@@ -430,19 +416,21 @@ export declare const mainGroup: {
|
|
|
430
416
|
NavigationMenuList: {};
|
|
431
417
|
NavigationMenuTrigger: {};
|
|
432
418
|
navigationMenuTriggerStyle: {};
|
|
433
|
-
NavigationMenuViewport: {};
|
|
434
419
|
NotFoundCard: {};
|
|
420
|
+
NumberField: {};
|
|
421
|
+
NumberFieldController: {};
|
|
435
422
|
Popover: {};
|
|
436
|
-
PopoverAnchor: {};
|
|
437
423
|
PopoverContent: {};
|
|
438
424
|
PopoverTrigger: {};
|
|
439
|
-
|
|
440
|
-
|
|
425
|
+
RadioField: {};
|
|
426
|
+
RadioFieldController: {};
|
|
427
|
+
RadioOptionProps: {
|
|
428
|
+
isTypeOnly: true;
|
|
429
|
+
};
|
|
441
430
|
ScrollArea: {};
|
|
442
431
|
Select: {};
|
|
443
432
|
SelectField: {};
|
|
444
433
|
SelectFieldController: {};
|
|
445
|
-
SelectInput: {};
|
|
446
434
|
SelectOptionProps: {
|
|
447
435
|
isTypeOnly: true;
|
|
448
436
|
};
|
|
@@ -495,8 +483,6 @@ export declare const mainGroup: {
|
|
|
495
483
|
Textarea: {};
|
|
496
484
|
TextareaField: {};
|
|
497
485
|
TextareaFieldController: {};
|
|
498
|
-
TextAreaInput: {};
|
|
499
|
-
TextInput: {};
|
|
500
486
|
Toaster: {};
|
|
501
487
|
Tooltip: {};
|
|
502
488
|
TooltipContent: {};
|
|
@@ -566,10 +552,6 @@ export declare const mainGroup: {
|
|
|
566
552
|
AutocompleteValue: {};
|
|
567
553
|
Badge: {};
|
|
568
554
|
badgeVariants: {};
|
|
569
|
-
BadgeWithIcon: {};
|
|
570
|
-
BadgeWithIconProps: {
|
|
571
|
-
isTypeOnly: true;
|
|
572
|
-
};
|
|
573
555
|
Breadcrumb: {};
|
|
574
556
|
BreadcrumbEllipsis: {};
|
|
575
557
|
BreadcrumbItem: {};
|
|
@@ -589,7 +571,6 @@ export declare const mainGroup: {
|
|
|
589
571
|
Checkbox: {};
|
|
590
572
|
CheckboxField: {};
|
|
591
573
|
CheckboxFieldController: {};
|
|
592
|
-
CheckedInput: {};
|
|
593
574
|
CircularProgress: {};
|
|
594
575
|
cn: {};
|
|
595
576
|
Collapsible: {};
|
|
@@ -680,10 +661,8 @@ export declare const mainGroup: {
|
|
|
680
661
|
ItemTitle: {};
|
|
681
662
|
itemVariants: {};
|
|
682
663
|
Label: {};
|
|
683
|
-
LinkButton: {};
|
|
684
664
|
Loader: {};
|
|
685
665
|
mergeRefs: {};
|
|
686
|
-
Modal: {};
|
|
687
666
|
MultiComboboxField: {};
|
|
688
667
|
MultiComboboxFieldController: {};
|
|
689
668
|
MultiComboboxFieldProps: {
|
|
@@ -701,19 +680,21 @@ export declare const mainGroup: {
|
|
|
701
680
|
NavigationMenuList: {};
|
|
702
681
|
NavigationMenuTrigger: {};
|
|
703
682
|
navigationMenuTriggerStyle: {};
|
|
704
|
-
NavigationMenuViewport: {};
|
|
705
683
|
NotFoundCard: {};
|
|
684
|
+
NumberField: {};
|
|
685
|
+
NumberFieldController: {};
|
|
706
686
|
Popover: {};
|
|
707
|
-
PopoverAnchor: {};
|
|
708
687
|
PopoverContent: {};
|
|
709
688
|
PopoverTrigger: {};
|
|
710
|
-
|
|
711
|
-
|
|
689
|
+
RadioField: {};
|
|
690
|
+
RadioFieldController: {};
|
|
691
|
+
RadioOptionProps: {
|
|
692
|
+
isTypeOnly: true;
|
|
693
|
+
};
|
|
712
694
|
ScrollArea: {};
|
|
713
695
|
Select: {};
|
|
714
696
|
SelectField: {};
|
|
715
697
|
SelectFieldController: {};
|
|
716
|
-
SelectInput: {};
|
|
717
698
|
SelectOptionProps: {
|
|
718
699
|
isTypeOnly: true;
|
|
719
700
|
};
|
|
@@ -766,8 +747,6 @@ export declare const mainGroup: {
|
|
|
766
747
|
Textarea: {};
|
|
767
748
|
TextareaField: {};
|
|
768
749
|
TextareaFieldController: {};
|
|
769
|
-
TextAreaInput: {};
|
|
770
|
-
TextInput: {};
|
|
771
750
|
Toaster: {};
|
|
772
751
|
Tooltip: {};
|
|
773
752
|
TooltipContent: {};
|
|
@@ -831,10 +810,6 @@ export declare const mainGroup: {
|
|
|
831
810
|
AutocompleteValue: {};
|
|
832
811
|
Badge: {};
|
|
833
812
|
badgeVariants: {};
|
|
834
|
-
BadgeWithIcon: {};
|
|
835
|
-
BadgeWithIconProps: {
|
|
836
|
-
isTypeOnly: true;
|
|
837
|
-
};
|
|
838
813
|
Breadcrumb: {};
|
|
839
814
|
BreadcrumbEllipsis: {};
|
|
840
815
|
BreadcrumbItem: {};
|
|
@@ -854,7 +829,6 @@ export declare const mainGroup: {
|
|
|
854
829
|
Checkbox: {};
|
|
855
830
|
CheckboxField: {};
|
|
856
831
|
CheckboxFieldController: {};
|
|
857
|
-
CheckedInput: {};
|
|
858
832
|
CircularProgress: {};
|
|
859
833
|
cn: {};
|
|
860
834
|
Collapsible: {};
|
|
@@ -945,10 +919,8 @@ export declare const mainGroup: {
|
|
|
945
919
|
ItemTitle: {};
|
|
946
920
|
itemVariants: {};
|
|
947
921
|
Label: {};
|
|
948
|
-
LinkButton: {};
|
|
949
922
|
Loader: {};
|
|
950
923
|
mergeRefs: {};
|
|
951
|
-
Modal: {};
|
|
952
924
|
MultiComboboxField: {};
|
|
953
925
|
MultiComboboxFieldController: {};
|
|
954
926
|
MultiComboboxFieldProps: {
|
|
@@ -966,19 +938,21 @@ export declare const mainGroup: {
|
|
|
966
938
|
NavigationMenuList: {};
|
|
967
939
|
NavigationMenuTrigger: {};
|
|
968
940
|
navigationMenuTriggerStyle: {};
|
|
969
|
-
NavigationMenuViewport: {};
|
|
970
941
|
NotFoundCard: {};
|
|
942
|
+
NumberField: {};
|
|
943
|
+
NumberFieldController: {};
|
|
971
944
|
Popover: {};
|
|
972
|
-
PopoverAnchor: {};
|
|
973
945
|
PopoverContent: {};
|
|
974
946
|
PopoverTrigger: {};
|
|
975
|
-
|
|
976
|
-
|
|
947
|
+
RadioField: {};
|
|
948
|
+
RadioFieldController: {};
|
|
949
|
+
RadioOptionProps: {
|
|
950
|
+
isTypeOnly: true;
|
|
951
|
+
};
|
|
977
952
|
ScrollArea: {};
|
|
978
953
|
Select: {};
|
|
979
954
|
SelectField: {};
|
|
980
955
|
SelectFieldController: {};
|
|
981
|
-
SelectInput: {};
|
|
982
956
|
SelectOptionProps: {
|
|
983
957
|
isTypeOnly: true;
|
|
984
958
|
};
|
|
@@ -1031,8 +1005,6 @@ export declare const mainGroup: {
|
|
|
1031
1005
|
Textarea: {};
|
|
1032
1006
|
TextareaField: {};
|
|
1033
1007
|
TextareaFieldController: {};
|
|
1034
|
-
TextAreaInput: {};
|
|
1035
|
-
TextInput: {};
|
|
1036
1008
|
Toaster: {};
|
|
1037
1009
|
Tooltip: {};
|
|
1038
1010
|
TooltipContent: {};
|
|
@@ -1094,10 +1066,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1094
1066
|
AutocompleteValue: {};
|
|
1095
1067
|
Badge: {};
|
|
1096
1068
|
badgeVariants: {};
|
|
1097
|
-
BadgeWithIcon: {};
|
|
1098
|
-
BadgeWithIconProps: {
|
|
1099
|
-
isTypeOnly: true;
|
|
1100
|
-
};
|
|
1101
1069
|
Breadcrumb: {};
|
|
1102
1070
|
BreadcrumbEllipsis: {};
|
|
1103
1071
|
BreadcrumbItem: {};
|
|
@@ -1117,7 +1085,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1117
1085
|
Checkbox: {};
|
|
1118
1086
|
CheckboxField: {};
|
|
1119
1087
|
CheckboxFieldController: {};
|
|
1120
|
-
CheckedInput: {};
|
|
1121
1088
|
CircularProgress: {};
|
|
1122
1089
|
cn: {};
|
|
1123
1090
|
Collapsible: {};
|
|
@@ -1208,10 +1175,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1208
1175
|
ItemTitle: {};
|
|
1209
1176
|
itemVariants: {};
|
|
1210
1177
|
Label: {};
|
|
1211
|
-
LinkButton: {};
|
|
1212
1178
|
Loader: {};
|
|
1213
1179
|
mergeRefs: {};
|
|
1214
|
-
Modal: {};
|
|
1215
1180
|
MultiComboboxField: {};
|
|
1216
1181
|
MultiComboboxFieldController: {};
|
|
1217
1182
|
MultiComboboxFieldProps: {
|
|
@@ -1229,19 +1194,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1229
1194
|
NavigationMenuList: {};
|
|
1230
1195
|
NavigationMenuTrigger: {};
|
|
1231
1196
|
navigationMenuTriggerStyle: {};
|
|
1232
|
-
NavigationMenuViewport: {};
|
|
1233
1197
|
NotFoundCard: {};
|
|
1198
|
+
NumberField: {};
|
|
1199
|
+
NumberFieldController: {};
|
|
1234
1200
|
Popover: {};
|
|
1235
|
-
PopoverAnchor: {};
|
|
1236
1201
|
PopoverContent: {};
|
|
1237
1202
|
PopoverTrigger: {};
|
|
1238
|
-
|
|
1239
|
-
|
|
1203
|
+
RadioField: {};
|
|
1204
|
+
RadioFieldController: {};
|
|
1205
|
+
RadioOptionProps: {
|
|
1206
|
+
isTypeOnly: true;
|
|
1207
|
+
};
|
|
1240
1208
|
ScrollArea: {};
|
|
1241
1209
|
Select: {};
|
|
1242
1210
|
SelectField: {};
|
|
1243
1211
|
SelectFieldController: {};
|
|
1244
|
-
SelectInput: {};
|
|
1245
1212
|
SelectOptionProps: {
|
|
1246
1213
|
isTypeOnly: true;
|
|
1247
1214
|
};
|
|
@@ -1294,8 +1261,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1294
1261
|
Textarea: {};
|
|
1295
1262
|
TextareaField: {};
|
|
1296
1263
|
TextareaFieldController: {};
|
|
1297
|
-
TextAreaInput: {};
|
|
1298
|
-
TextInput: {};
|
|
1299
1264
|
Toaster: {};
|
|
1300
1265
|
Tooltip: {};
|
|
1301
1266
|
TooltipContent: {};
|
|
@@ -1357,10 +1322,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1357
1322
|
AutocompleteValue: {};
|
|
1358
1323
|
Badge: {};
|
|
1359
1324
|
badgeVariants: {};
|
|
1360
|
-
BadgeWithIcon: {};
|
|
1361
|
-
BadgeWithIconProps: {
|
|
1362
|
-
isTypeOnly: true;
|
|
1363
|
-
};
|
|
1364
1325
|
Breadcrumb: {};
|
|
1365
1326
|
BreadcrumbEllipsis: {};
|
|
1366
1327
|
BreadcrumbItem: {};
|
|
@@ -1380,7 +1341,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1380
1341
|
Checkbox: {};
|
|
1381
1342
|
CheckboxField: {};
|
|
1382
1343
|
CheckboxFieldController: {};
|
|
1383
|
-
CheckedInput: {};
|
|
1384
1344
|
CircularProgress: {};
|
|
1385
1345
|
cn: {};
|
|
1386
1346
|
Collapsible: {};
|
|
@@ -1471,10 +1431,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1471
1431
|
ItemTitle: {};
|
|
1472
1432
|
itemVariants: {};
|
|
1473
1433
|
Label: {};
|
|
1474
|
-
LinkButton: {};
|
|
1475
1434
|
Loader: {};
|
|
1476
1435
|
mergeRefs: {};
|
|
1477
|
-
Modal: {};
|
|
1478
1436
|
MultiComboboxField: {};
|
|
1479
1437
|
MultiComboboxFieldController: {};
|
|
1480
1438
|
MultiComboboxFieldProps: {
|
|
@@ -1492,19 +1450,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1492
1450
|
NavigationMenuList: {};
|
|
1493
1451
|
NavigationMenuTrigger: {};
|
|
1494
1452
|
navigationMenuTriggerStyle: {};
|
|
1495
|
-
NavigationMenuViewport: {};
|
|
1496
1453
|
NotFoundCard: {};
|
|
1454
|
+
NumberField: {};
|
|
1455
|
+
NumberFieldController: {};
|
|
1497
1456
|
Popover: {};
|
|
1498
|
-
PopoverAnchor: {};
|
|
1499
1457
|
PopoverContent: {};
|
|
1500
1458
|
PopoverTrigger: {};
|
|
1501
|
-
|
|
1502
|
-
|
|
1459
|
+
RadioField: {};
|
|
1460
|
+
RadioFieldController: {};
|
|
1461
|
+
RadioOptionProps: {
|
|
1462
|
+
isTypeOnly: true;
|
|
1463
|
+
};
|
|
1503
1464
|
ScrollArea: {};
|
|
1504
1465
|
Select: {};
|
|
1505
1466
|
SelectField: {};
|
|
1506
1467
|
SelectFieldController: {};
|
|
1507
|
-
SelectInput: {};
|
|
1508
1468
|
SelectOptionProps: {
|
|
1509
1469
|
isTypeOnly: true;
|
|
1510
1470
|
};
|
|
@@ -1557,8 +1517,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1557
1517
|
Textarea: {};
|
|
1558
1518
|
TextareaField: {};
|
|
1559
1519
|
TextareaFieldController: {};
|
|
1560
|
-
TextAreaInput: {};
|
|
1561
|
-
TextInput: {};
|
|
1562
1520
|
Toaster: {};
|
|
1563
1521
|
Tooltip: {};
|
|
1564
1522
|
TooltipContent: {};
|
|
@@ -1628,10 +1586,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1628
1586
|
AutocompleteValue: {};
|
|
1629
1587
|
Badge: {};
|
|
1630
1588
|
badgeVariants: {};
|
|
1631
|
-
BadgeWithIcon: {};
|
|
1632
|
-
BadgeWithIconProps: {
|
|
1633
|
-
isTypeOnly: true;
|
|
1634
|
-
};
|
|
1635
1589
|
Breadcrumb: {};
|
|
1636
1590
|
BreadcrumbEllipsis: {};
|
|
1637
1591
|
BreadcrumbItem: {};
|
|
@@ -1651,7 +1605,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1651
1605
|
Checkbox: {};
|
|
1652
1606
|
CheckboxField: {};
|
|
1653
1607
|
CheckboxFieldController: {};
|
|
1654
|
-
CheckedInput: {};
|
|
1655
1608
|
CircularProgress: {};
|
|
1656
1609
|
cn: {};
|
|
1657
1610
|
Collapsible: {};
|
|
@@ -1742,10 +1695,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1742
1695
|
ItemTitle: {};
|
|
1743
1696
|
itemVariants: {};
|
|
1744
1697
|
Label: {};
|
|
1745
|
-
LinkButton: {};
|
|
1746
1698
|
Loader: {};
|
|
1747
1699
|
mergeRefs: {};
|
|
1748
|
-
Modal: {};
|
|
1749
1700
|
MultiComboboxField: {};
|
|
1750
1701
|
MultiComboboxFieldController: {};
|
|
1751
1702
|
MultiComboboxFieldProps: {
|
|
@@ -1763,19 +1714,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1763
1714
|
NavigationMenuList: {};
|
|
1764
1715
|
NavigationMenuTrigger: {};
|
|
1765
1716
|
navigationMenuTriggerStyle: {};
|
|
1766
|
-
NavigationMenuViewport: {};
|
|
1767
1717
|
NotFoundCard: {};
|
|
1718
|
+
NumberField: {};
|
|
1719
|
+
NumberFieldController: {};
|
|
1768
1720
|
Popover: {};
|
|
1769
|
-
PopoverAnchor: {};
|
|
1770
1721
|
PopoverContent: {};
|
|
1771
1722
|
PopoverTrigger: {};
|
|
1772
|
-
|
|
1773
|
-
|
|
1723
|
+
RadioField: {};
|
|
1724
|
+
RadioFieldController: {};
|
|
1725
|
+
RadioOptionProps: {
|
|
1726
|
+
isTypeOnly: true;
|
|
1727
|
+
};
|
|
1774
1728
|
ScrollArea: {};
|
|
1775
1729
|
Select: {};
|
|
1776
1730
|
SelectField: {};
|
|
1777
1731
|
SelectFieldController: {};
|
|
1778
|
-
SelectInput: {};
|
|
1779
1732
|
SelectOptionProps: {
|
|
1780
1733
|
isTypeOnly: true;
|
|
1781
1734
|
};
|
|
@@ -1828,8 +1781,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1828
1781
|
Textarea: {};
|
|
1829
1782
|
TextareaField: {};
|
|
1830
1783
|
TextareaFieldController: {};
|
|
1831
|
-
TextAreaInput: {};
|
|
1832
|
-
TextInput: {};
|
|
1833
1784
|
Toaster: {};
|
|
1834
1785
|
Tooltip: {};
|
|
1835
1786
|
TooltipContent: {};
|
|
@@ -1893,10 +1844,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1893
1844
|
AutocompleteValue: {};
|
|
1894
1845
|
Badge: {};
|
|
1895
1846
|
badgeVariants: {};
|
|
1896
|
-
BadgeWithIcon: {};
|
|
1897
|
-
BadgeWithIconProps: {
|
|
1898
|
-
isTypeOnly: true;
|
|
1899
|
-
};
|
|
1900
1847
|
Breadcrumb: {};
|
|
1901
1848
|
BreadcrumbEllipsis: {};
|
|
1902
1849
|
BreadcrumbItem: {};
|
|
@@ -1916,7 +1863,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1916
1863
|
Checkbox: {};
|
|
1917
1864
|
CheckboxField: {};
|
|
1918
1865
|
CheckboxFieldController: {};
|
|
1919
|
-
CheckedInput: {};
|
|
1920
1866
|
CircularProgress: {};
|
|
1921
1867
|
cn: {};
|
|
1922
1868
|
Collapsible: {};
|
|
@@ -2007,10 +1953,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2007
1953
|
ItemTitle: {};
|
|
2008
1954
|
itemVariants: {};
|
|
2009
1955
|
Label: {};
|
|
2010
|
-
LinkButton: {};
|
|
2011
1956
|
Loader: {};
|
|
2012
1957
|
mergeRefs: {};
|
|
2013
|
-
Modal: {};
|
|
2014
1958
|
MultiComboboxField: {};
|
|
2015
1959
|
MultiComboboxFieldController: {};
|
|
2016
1960
|
MultiComboboxFieldProps: {
|
|
@@ -2028,19 +1972,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2028
1972
|
NavigationMenuList: {};
|
|
2029
1973
|
NavigationMenuTrigger: {};
|
|
2030
1974
|
navigationMenuTriggerStyle: {};
|
|
2031
|
-
NavigationMenuViewport: {};
|
|
2032
1975
|
NotFoundCard: {};
|
|
1976
|
+
NumberField: {};
|
|
1977
|
+
NumberFieldController: {};
|
|
2033
1978
|
Popover: {};
|
|
2034
|
-
PopoverAnchor: {};
|
|
2035
1979
|
PopoverContent: {};
|
|
2036
1980
|
PopoverTrigger: {};
|
|
2037
|
-
|
|
2038
|
-
|
|
1981
|
+
RadioField: {};
|
|
1982
|
+
RadioFieldController: {};
|
|
1983
|
+
RadioOptionProps: {
|
|
1984
|
+
isTypeOnly: true;
|
|
1985
|
+
};
|
|
2039
1986
|
ScrollArea: {};
|
|
2040
1987
|
Select: {};
|
|
2041
1988
|
SelectField: {};
|
|
2042
1989
|
SelectFieldController: {};
|
|
2043
|
-
SelectInput: {};
|
|
2044
1990
|
SelectOptionProps: {
|
|
2045
1991
|
isTypeOnly: true;
|
|
2046
1992
|
};
|
|
@@ -2093,8 +2039,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2093
2039
|
Textarea: {};
|
|
2094
2040
|
TextareaField: {};
|
|
2095
2041
|
TextareaFieldController: {};
|
|
2096
|
-
TextAreaInput: {};
|
|
2097
|
-
TextInput: {};
|
|
2098
2042
|
Toaster: {};
|
|
2099
2043
|
Tooltip: {};
|
|
2100
2044
|
TooltipContent: {};
|
|
@@ -2158,10 +2102,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2158
2102
|
AutocompleteValue: {};
|
|
2159
2103
|
Badge: {};
|
|
2160
2104
|
badgeVariants: {};
|
|
2161
|
-
BadgeWithIcon: {};
|
|
2162
|
-
BadgeWithIconProps: {
|
|
2163
|
-
isTypeOnly: true;
|
|
2164
|
-
};
|
|
2165
2105
|
Breadcrumb: {};
|
|
2166
2106
|
BreadcrumbEllipsis: {};
|
|
2167
2107
|
BreadcrumbItem: {};
|
|
@@ -2181,7 +2121,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2181
2121
|
Checkbox: {};
|
|
2182
2122
|
CheckboxField: {};
|
|
2183
2123
|
CheckboxFieldController: {};
|
|
2184
|
-
CheckedInput: {};
|
|
2185
2124
|
CircularProgress: {};
|
|
2186
2125
|
cn: {};
|
|
2187
2126
|
Collapsible: {};
|
|
@@ -2272,10 +2211,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2272
2211
|
ItemTitle: {};
|
|
2273
2212
|
itemVariants: {};
|
|
2274
2213
|
Label: {};
|
|
2275
|
-
LinkButton: {};
|
|
2276
2214
|
Loader: {};
|
|
2277
2215
|
mergeRefs: {};
|
|
2278
|
-
Modal: {};
|
|
2279
2216
|
MultiComboboxField: {};
|
|
2280
2217
|
MultiComboboxFieldController: {};
|
|
2281
2218
|
MultiComboboxFieldProps: {
|
|
@@ -2293,19 +2230,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2293
2230
|
NavigationMenuList: {};
|
|
2294
2231
|
NavigationMenuTrigger: {};
|
|
2295
2232
|
navigationMenuTriggerStyle: {};
|
|
2296
|
-
NavigationMenuViewport: {};
|
|
2297
2233
|
NotFoundCard: {};
|
|
2234
|
+
NumberField: {};
|
|
2235
|
+
NumberFieldController: {};
|
|
2298
2236
|
Popover: {};
|
|
2299
|
-
PopoverAnchor: {};
|
|
2300
2237
|
PopoverContent: {};
|
|
2301
2238
|
PopoverTrigger: {};
|
|
2302
|
-
|
|
2303
|
-
|
|
2239
|
+
RadioField: {};
|
|
2240
|
+
RadioFieldController: {};
|
|
2241
|
+
RadioOptionProps: {
|
|
2242
|
+
isTypeOnly: true;
|
|
2243
|
+
};
|
|
2304
2244
|
ScrollArea: {};
|
|
2305
2245
|
Select: {};
|
|
2306
2246
|
SelectField: {};
|
|
2307
2247
|
SelectFieldController: {};
|
|
2308
|
-
SelectInput: {};
|
|
2309
2248
|
SelectOptionProps: {
|
|
2310
2249
|
isTypeOnly: true;
|
|
2311
2250
|
};
|
|
@@ -2358,8 +2297,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2358
2297
|
Textarea: {};
|
|
2359
2298
|
TextareaField: {};
|
|
2360
2299
|
TextareaFieldController: {};
|
|
2361
|
-
TextAreaInput: {};
|
|
2362
|
-
TextInput: {};
|
|
2363
2300
|
Toaster: {};
|
|
2364
2301
|
Tooltip: {};
|
|
2365
2302
|
TooltipContent: {};
|
|
@@ -68,10 +68,6 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
68
68
|
AutocompleteValue: {};
|
|
69
69
|
Badge: {};
|
|
70
70
|
badgeVariants: {};
|
|
71
|
-
BadgeWithIcon: {};
|
|
72
|
-
BadgeWithIconProps: {
|
|
73
|
-
isTypeOnly: true;
|
|
74
|
-
};
|
|
75
71
|
Breadcrumb: {};
|
|
76
72
|
BreadcrumbEllipsis: {};
|
|
77
73
|
BreadcrumbItem: {};
|
|
@@ -91,7 +87,6 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
91
87
|
Checkbox: {};
|
|
92
88
|
CheckboxField: {};
|
|
93
89
|
CheckboxFieldController: {};
|
|
94
|
-
CheckedInput: {};
|
|
95
90
|
CircularProgress: {};
|
|
96
91
|
cn: {};
|
|
97
92
|
Collapsible: {};
|
|
@@ -182,10 +177,8 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
182
177
|
ItemTitle: {};
|
|
183
178
|
itemVariants: {};
|
|
184
179
|
Label: {};
|
|
185
|
-
LinkButton: {};
|
|
186
180
|
Loader: {};
|
|
187
181
|
mergeRefs: {};
|
|
188
|
-
Modal: {};
|
|
189
182
|
MultiComboboxField: {};
|
|
190
183
|
MultiComboboxFieldController: {};
|
|
191
184
|
MultiComboboxFieldProps: {
|
|
@@ -203,19 +196,21 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
203
196
|
NavigationMenuList: {};
|
|
204
197
|
NavigationMenuTrigger: {};
|
|
205
198
|
navigationMenuTriggerStyle: {};
|
|
206
|
-
NavigationMenuViewport: {};
|
|
207
199
|
NotFoundCard: {};
|
|
200
|
+
NumberField: {};
|
|
201
|
+
NumberFieldController: {};
|
|
208
202
|
Popover: {};
|
|
209
|
-
PopoverAnchor: {};
|
|
210
203
|
PopoverContent: {};
|
|
211
204
|
PopoverTrigger: {};
|
|
212
|
-
|
|
213
|
-
|
|
205
|
+
RadioField: {};
|
|
206
|
+
RadioFieldController: {};
|
|
207
|
+
RadioOptionProps: {
|
|
208
|
+
isTypeOnly: true;
|
|
209
|
+
};
|
|
214
210
|
ScrollArea: {};
|
|
215
211
|
Select: {};
|
|
216
212
|
SelectField: {};
|
|
217
213
|
SelectFieldController: {};
|
|
218
|
-
SelectInput: {};
|
|
219
214
|
SelectOptionProps: {
|
|
220
215
|
isTypeOnly: true;
|
|
221
216
|
};
|
|
@@ -268,8 +263,6 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
268
263
|
Textarea: {};
|
|
269
264
|
TextareaField: {};
|
|
270
265
|
TextareaFieldController: {};
|
|
271
|
-
TextAreaInput: {};
|
|
272
|
-
TextInput: {};
|
|
273
266
|
Toaster: {};
|
|
274
267
|
Tooltip: {};
|
|
275
268
|
TooltipContent: {};
|
|
@@ -350,10 +343,6 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
350
343
|
AutocompleteValue: {};
|
|
351
344
|
Badge: {};
|
|
352
345
|
badgeVariants: {};
|
|
353
|
-
BadgeWithIcon: {};
|
|
354
|
-
BadgeWithIconProps: {
|
|
355
|
-
isTypeOnly: true;
|
|
356
|
-
};
|
|
357
346
|
Breadcrumb: {};
|
|
358
347
|
BreadcrumbEllipsis: {};
|
|
359
348
|
BreadcrumbItem: {};
|
|
@@ -373,7 +362,6 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
373
362
|
Checkbox: {};
|
|
374
363
|
CheckboxField: {};
|
|
375
364
|
CheckboxFieldController: {};
|
|
376
|
-
CheckedInput: {};
|
|
377
365
|
CircularProgress: {};
|
|
378
366
|
cn: {};
|
|
379
367
|
Collapsible: {};
|
|
@@ -464,10 +452,8 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
464
452
|
ItemTitle: {};
|
|
465
453
|
itemVariants: {};
|
|
466
454
|
Label: {};
|
|
467
|
-
LinkButton: {};
|
|
468
455
|
Loader: {};
|
|
469
456
|
mergeRefs: {};
|
|
470
|
-
Modal: {};
|
|
471
457
|
MultiComboboxField: {};
|
|
472
458
|
MultiComboboxFieldController: {};
|
|
473
459
|
MultiComboboxFieldProps: {
|
|
@@ -485,19 +471,21 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
485
471
|
NavigationMenuList: {};
|
|
486
472
|
NavigationMenuTrigger: {};
|
|
487
473
|
navigationMenuTriggerStyle: {};
|
|
488
|
-
NavigationMenuViewport: {};
|
|
489
474
|
NotFoundCard: {};
|
|
475
|
+
NumberField: {};
|
|
476
|
+
NumberFieldController: {};
|
|
490
477
|
Popover: {};
|
|
491
|
-
PopoverAnchor: {};
|
|
492
478
|
PopoverContent: {};
|
|
493
479
|
PopoverTrigger: {};
|
|
494
|
-
|
|
495
|
-
|
|
480
|
+
RadioField: {};
|
|
481
|
+
RadioFieldController: {};
|
|
482
|
+
RadioOptionProps: {
|
|
483
|
+
isTypeOnly: true;
|
|
484
|
+
};
|
|
496
485
|
ScrollArea: {};
|
|
497
486
|
Select: {};
|
|
498
487
|
SelectField: {};
|
|
499
488
|
SelectFieldController: {};
|
|
500
|
-
SelectInput: {};
|
|
501
489
|
SelectOptionProps: {
|
|
502
490
|
isTypeOnly: true;
|
|
503
491
|
};
|
|
@@ -550,8 +538,6 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
|
|
|
550
538
|
Textarea: {};
|
|
551
539
|
TextareaField: {};
|
|
552
540
|
TextareaFieldController: {};
|
|
553
|
-
TextAreaInput: {};
|
|
554
|
-
TextInput: {};
|
|
555
541
|
Toaster: {};
|
|
556
542
|
Tooltip: {};
|
|
557
543
|
TooltipContent: {};
|