@baseplate-dev/plugin-auth 0.6.2 → 0.6.3
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 +18 -0
- package/LICENSE +114 -123
- package/dist/auth/core/common.d.ts.map +1 -1
- package/dist/auth/core/common.js +1 -0
- package/dist/auth/core/common.js.map +1 -1
- package/dist/auth/core/components/role-editor-form/role-dialog.d.ts +1 -3
- package/dist/auth/core/components/role-editor-form/role-dialog.d.ts.map +1 -1
- package/dist/auth/core/components/role-editor-form/role-dialog.js +10 -10
- package/dist/auth/core/components/role-editor-form/role-dialog.js.map +1 -1
- package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-log-out.ts +2 -4
- package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-session.ts +1 -2
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +37 -25
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +111 -75
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +37 -25
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +148 -100
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js +2 -2
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js.map +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/{auth/login.tsx → login.tsx} +11 -13
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/{auth/register.tsx → register.tsx} +11 -13
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +74 -50
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +37 -25
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +37 -25
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +37 -25
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts.map +1 -1
- package/dist/better-auth/generators/react/react-better-auth/templates/src/app/auth-loaded-gate.tsx +3 -6
- package/dist/better-auth/generators/react/react-better-auth/templates/src/services/auth-client.ts +0 -2
- package/dist/common/components/auth-config-tabs.d.ts.map +1 -1
- package/dist/common/components/auth-config-tabs.js +1 -1
- package/dist/common/components/auth-config-tabs.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js +5 -3
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +39 -32
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +39 -32
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts +2 -2
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +6 -6
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +9 -12
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js +5 -3
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +39 -32
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +78 -64
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts +2 -2
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +6 -6
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +9 -12
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +37 -25
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts +2 -7
- package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts +6 -21
- package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts +2 -7
- package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts +8 -28
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts +2 -2
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.ts +3 -3
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +39 -32
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +234 -192
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +39 -32
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +351 -288
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +78 -64
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +39 -32
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +78 -64
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +39 -32
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -1
- package/dist/web/assets/{__federation_expose_authCoreCommon-CIVhaGqo.js → __federation_expose_authCoreCommon-CnNoa4tF.js} +4 -3
- package/dist/web/assets/__federation_expose_authCoreCommon-CnNoa4tF.js.map +1 -0
- package/dist/web/assets/{__federation_expose_authCoreWeb-N-mh42Bs.js → __federation_expose_authCoreWeb-BL_U7yuj.js} +60 -65
- package/dist/web/assets/__federation_expose_authCoreWeb-BL_U7yuj.js.map +1 -0
- package/dist/web/assets/{__federation_expose_better-authCoreCommon-BIU3Fg7K.js → __federation_expose_better-authCoreCommon-D-mTcxYO.js} +3 -3
- package/dist/web/assets/{__federation_expose_better-authCoreCommon-BIU3Fg7K.js.map → __federation_expose_better-authCoreCommon-D-mTcxYO.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_better-authCoreWeb-CMhPrXPA.js → __federation_expose_better-authCoreWeb-CXHL-Ghf.js} +5 -5
- package/dist/web/assets/{__federation_expose_better-authCoreWeb-CMhPrXPA.js.map → __federation_expose_better-authCoreWeb-CXHL-Ghf.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-DvHe9w29.js → __federation_expose_local-authAdminCommon-LIsARRNU.js} +2 -2
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-DvHe9w29.js.map → __federation_expose_local-authAdminCommon-LIsARRNU.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminWeb-CLU9aEy9.js → __federation_expose_local-authAdminWeb-DyYUDLm9.js} +2 -2
- package/dist/web/assets/{__federation_expose_local-authAdminWeb-CLU9aEy9.js.map → __federation_expose_local-authAdminWeb-DyYUDLm9.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-DbuvGG7o.js → __federation_expose_local-authCoreCommon-p_UbExc7.js} +3 -3
- package/dist/web/assets/{__federation_expose_local-authCoreCommon-DbuvGG7o.js.map → __federation_expose_local-authCoreCommon-p_UbExc7.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authCoreWeb-BY-mP3uS.js → __federation_expose_local-authCoreWeb-8TcUJFT6.js} +5 -5
- package/dist/web/assets/{__federation_expose_local-authCoreWeb-BY-mP3uS.js.map → __federation_expose_local-authCoreWeb-8TcUJFT6.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js → __federation_expose_placeholder-authCoreCommon-CtZXaDUc.js} +3 -3
- package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js.map → __federation_expose_placeholder-authCoreCommon-CtZXaDUc.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js → __federation_expose_placeholder-authCoreWeb-CZAKokTb.js} +5 -5
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js.map → __federation_expose_placeholder-authCoreWeb-CZAKokTb.js.map} +1 -1
- package/dist/web/assets/{__federation_fn_import-BLFDCY-V.js → __federation_fn_import-3DENgil8.js} +2 -2
- package/dist/web/assets/{__federation_fn_import-BLFDCY-V.js.map → __federation_fn_import-3DENgil8.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-bRU6KpPk.js → web-B5bdbzFj.js} +8 -8
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-B5bdbzFj.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-CQKLkNsU.js → project-builder-lib-DCA3vO4J.js} +319 -34
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-DCA3vO4J.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-DhyoEUTy.js → ui-components-BvL7RO9S.js} +49747 -33379
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BvL7RO9S.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-9w-0yxVZ.js → utils-0-N5BG4T.js} +3 -2
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-0-N5BG4T.js.map +1 -0
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-CbExBaoL.js → react-router-DSniiJ6U.js} +3 -200
- package/dist/web/assets/__federation_shared_@tanstack/react-router-DSniiJ6U.js.map +1 -0
- package/dist/web/assets/{get-auth-plugin-definition-BL50g0cJ.js → get-auth-plugin-definition-DHcbFujw.js} +2 -2
- package/dist/web/assets/{get-auth-plugin-definition-BL50g0cJ.js.map → get-auth-plugin-definition-DHcbFujw.js.map} +1 -1
- package/dist/web/assets/{index-B_A3cgiy.js → index-DQKNnI1w.js} +5 -5
- package/dist/web/assets/{index-B_A3cgiy.js.map → index-DQKNnI1w.js.map} +1 -1
- package/dist/web/assets/{index.esm-BraHxHLB.js → index.esm-Dpqxgpya.js} +2 -2
- package/dist/web/assets/{index.esm-BraHxHLB.js.map → index.esm-Dpqxgpya.js.map} +1 -1
- package/dist/web/assets/{model-utils-BfcjfzCn.js → model-utils-BFX3c3dn.js} +2 -2
- package/dist/web/assets/{model-utils-BfcjfzCn.js.map → model-utils-BFX3c3dn.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-DJzXScRp.js → plugin-definition-B86WQ7Ni.js} +2 -2
- package/dist/web/assets/{plugin-definition-DJzXScRp.js.map → plugin-definition-B86WQ7Ni.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-CXnKUJ1l.js → plugin-definition-CEQb6mWV.js} +2 -2
- package/dist/web/assets/{plugin-definition-CXnKUJ1l.js.map → plugin-definition-CEQb6mWV.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-Ckl5hjD1.js → plugin-definition-DrsKbcJc.js} +2 -2
- package/dist/web/assets/{plugin-definition-Ckl5hjD1.js.map → plugin-definition-DrsKbcJc.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-D26rR8AB.js → plugin-definition-KEpaSB6p.js} +2 -2
- package/dist/web/assets/{plugin-definition-D26rR8AB.js.map → plugin-definition-KEpaSB6p.js.map} +1 -1
- package/dist/web/assets/{react-CL9M_wyN.js → react-hu8Hx0R4.js} +2 -2
- package/dist/web/assets/{react-CL9M_wyN.js.map → react-hu8Hx0R4.js.map} +1 -1
- package/dist/web/assets/remoteEntry.js +10 -10
- package/dist/web/assets/{styles-tkrWV-ZE.js → styles-CpKtlIgU.js} +24 -14
- package/dist/web/assets/styles-CpKtlIgU.js.map +1 -0
- package/dist/web/assets/with-selector-DTXBONcE.js +201 -0
- package/dist/web/assets/with-selector-DTXBONcE.js.map +1 -0
- package/package.json +19 -22
- package/dist/web/assets/__federation_expose_authCoreCommon-CIVhaGqo.js.map +0 -1
- package/dist/web/assets/__federation_expose_authCoreWeb-N-mh42Bs.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-bRU6KpPk.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CQKLkNsU.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DhyoEUTy.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-9w-0yxVZ.js.map +0 -1
- package/dist/web/assets/__federation_shared_@tanstack/react-router-CbExBaoL.js.map +0 -1
- package/dist/web/assets/styles-tkrWV-ZE.js.map +0 -1
|
@@ -26,15 +26,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
26
26
|
getApolloErrorCode: {};
|
|
27
27
|
}>>;
|
|
28
28
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
29
|
+
'*': {};
|
|
29
30
|
graphql: {};
|
|
30
31
|
readFragment: {};
|
|
31
|
-
|
|
32
|
-
isTypeOnly: true;
|
|
33
|
-
};
|
|
34
|
-
ResultOf: {
|
|
35
|
-
isTypeOnly: true;
|
|
36
|
-
};
|
|
37
|
-
VariablesOf: {
|
|
32
|
+
FragmentType: {
|
|
38
33
|
isTypeOnly: true;
|
|
39
34
|
};
|
|
40
35
|
}>>;
|
|
@@ -46,6 +41,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
46
41
|
Alert: {};
|
|
47
42
|
AlertDescription: {};
|
|
48
43
|
AlertTitle: {};
|
|
44
|
+
Autocomplete: {};
|
|
45
|
+
AutocompleteClear: {};
|
|
46
|
+
AutocompleteCollection: {};
|
|
47
|
+
AutocompleteContent: {};
|
|
48
|
+
AutocompleteEmpty: {};
|
|
49
|
+
AutocompleteGroup: {};
|
|
50
|
+
AutocompleteInput: {};
|
|
51
|
+
AutocompleteItem: {};
|
|
52
|
+
AutocompleteLabel: {};
|
|
53
|
+
AutocompleteList: {};
|
|
54
|
+
AutocompleteSeparator: {};
|
|
55
|
+
AutocompleteStatus: {};
|
|
56
|
+
AutocompleteTrigger: {};
|
|
57
|
+
AutocompleteValue: {};
|
|
49
58
|
Badge: {};
|
|
50
59
|
badgeVariants: {};
|
|
51
60
|
BadgeWithIcon: {};
|
|
@@ -74,18 +83,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
74
83
|
CheckedInput: {};
|
|
75
84
|
CircularProgress: {};
|
|
76
85
|
cn: {};
|
|
86
|
+
Collapsible: {};
|
|
87
|
+
CollapsibleContent: {};
|
|
88
|
+
CollapsibleTrigger: {};
|
|
77
89
|
Combobox: {};
|
|
78
90
|
ComboboxField: {};
|
|
79
91
|
ComboboxFieldController: {};
|
|
80
|
-
Command: {};
|
|
81
|
-
CommandDialog: {};
|
|
82
|
-
CommandEmpty: {};
|
|
83
|
-
CommandGroup: {};
|
|
84
|
-
CommandInput: {};
|
|
85
|
-
CommandItem: {};
|
|
86
|
-
CommandList: {};
|
|
87
|
-
CommandSeparator: {};
|
|
88
|
-
CommandShortcut: {};
|
|
89
92
|
ConfirmDialog: {};
|
|
90
93
|
DatePickerField: {};
|
|
91
94
|
DatePickerFieldController: {};
|
|
@@ -122,37 +125,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
122
125
|
EmptyDisplay: {};
|
|
123
126
|
ErrorableLoader: {};
|
|
124
127
|
ErrorDisplay: {};
|
|
125
|
-
|
|
126
|
-
|
|
128
|
+
Field: {};
|
|
129
|
+
FieldContent: {};
|
|
130
|
+
FieldDescription: {};
|
|
131
|
+
FieldError: {};
|
|
132
|
+
FieldGroup: {};
|
|
133
|
+
FieldLabel: {};
|
|
134
|
+
FieldLegend: {};
|
|
135
|
+
FieldSeparator: {};
|
|
136
|
+
FieldSet: {};
|
|
137
|
+
FieldTitle: {};
|
|
138
|
+
fieldVariants: {};
|
|
127
139
|
FormFieldProps: {
|
|
128
140
|
isTypeOnly: true;
|
|
129
141
|
};
|
|
130
|
-
FormItem: {};
|
|
131
|
-
FormLabel: {};
|
|
132
|
-
FormMessage: {};
|
|
133
142
|
IconElement: {
|
|
134
143
|
isTypeOnly: true;
|
|
135
144
|
};
|
|
136
145
|
Input: {};
|
|
137
146
|
InputField: {};
|
|
138
147
|
InputFieldController: {};
|
|
148
|
+
InputGroup: {};
|
|
149
|
+
InputGroupAddon: {};
|
|
150
|
+
InputGroupButton: {};
|
|
151
|
+
InputGroupInput: {};
|
|
152
|
+
InputGroupText: {};
|
|
153
|
+
InputGroupTextarea: {};
|
|
139
154
|
inputVariants: {};
|
|
140
155
|
Label: {};
|
|
141
156
|
LinkButton: {};
|
|
142
157
|
Loader: {};
|
|
143
158
|
mergeRefs: {};
|
|
144
159
|
Modal: {};
|
|
145
|
-
MultiCombobox: {};
|
|
146
|
-
MultiComboboxContent: {};
|
|
147
|
-
MultiComboboxEmpty: {};
|
|
148
160
|
MultiComboboxField: {};
|
|
149
161
|
MultiComboboxFieldController: {};
|
|
150
162
|
MultiComboboxFieldProps: {
|
|
151
163
|
isTypeOnly: true;
|
|
152
164
|
};
|
|
153
|
-
MultiComboboxGroup: {};
|
|
154
|
-
MultiComboboxInput: {};
|
|
155
|
-
MultiComboboxItem: {};
|
|
156
165
|
MultiSelectOptionProps: {
|
|
157
166
|
isTypeOnly: true;
|
|
158
167
|
};
|
|
@@ -175,16 +184,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
175
184
|
ReactSelectInput: {};
|
|
176
185
|
ScrollArea: {};
|
|
177
186
|
Select: {};
|
|
178
|
-
selectCheckVariants: {};
|
|
179
|
-
selectContentVariants: {};
|
|
180
187
|
SelectField: {};
|
|
181
188
|
SelectFieldController: {};
|
|
182
189
|
SelectInput: {};
|
|
183
|
-
selectItemVariants: {};
|
|
184
190
|
SelectOptionProps: {
|
|
185
191
|
isTypeOnly: true;
|
|
186
192
|
};
|
|
187
|
-
selectTriggerVariants: {};
|
|
188
193
|
Separator: {};
|
|
189
194
|
Sheet: {};
|
|
190
195
|
SheetClose: {};
|
|
@@ -218,6 +223,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
218
223
|
SidebarSeparator: {};
|
|
219
224
|
SidebarTrigger: {};
|
|
220
225
|
Skeleton: {};
|
|
226
|
+
Slider: {};
|
|
227
|
+
Spinner: {};
|
|
221
228
|
Switch: {};
|
|
222
229
|
SwitchField: {};
|
|
223
230
|
SwitchFieldController: {};
|
|
@@ -239,6 +246,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
239
246
|
TooltipContent: {};
|
|
240
247
|
TooltipProvider: {};
|
|
241
248
|
TooltipTrigger: {};
|
|
249
|
+
useAutocompleteFilter: {};
|
|
242
250
|
useConfirmDialog: {};
|
|
243
251
|
UseConfirmDialogRequestOptions: {
|
|
244
252
|
isTypeOnly: true;
|
|
@@ -247,7 +255,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
247
255
|
useControlledState: {};
|
|
248
256
|
useControllerMerged: {};
|
|
249
257
|
useIsMobile: {};
|
|
250
|
-
useMultiComboboxContext: {};
|
|
251
258
|
useSidebar: {};
|
|
252
259
|
}>>;
|
|
253
260
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -267,15 +274,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
267
274
|
constants: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
268
275
|
forgotPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
269
276
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
277
|
+
'*': {};
|
|
270
278
|
graphql: {};
|
|
271
279
|
readFragment: {};
|
|
272
|
-
|
|
273
|
-
isTypeOnly: true;
|
|
274
|
-
};
|
|
275
|
-
ResultOf: {
|
|
276
|
-
isTypeOnly: true;
|
|
277
|
-
};
|
|
278
|
-
VariablesOf: {
|
|
280
|
+
FragmentType: {
|
|
279
281
|
isTypeOnly: true;
|
|
280
282
|
};
|
|
281
283
|
}>>;
|
|
@@ -286,6 +288,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
286
288
|
Alert: {};
|
|
287
289
|
AlertDescription: {};
|
|
288
290
|
AlertTitle: {};
|
|
291
|
+
Autocomplete: {};
|
|
292
|
+
AutocompleteClear: {};
|
|
293
|
+
AutocompleteCollection: {};
|
|
294
|
+
AutocompleteContent: {};
|
|
295
|
+
AutocompleteEmpty: {};
|
|
296
|
+
AutocompleteGroup: {};
|
|
297
|
+
AutocompleteInput: {};
|
|
298
|
+
AutocompleteItem: {};
|
|
299
|
+
AutocompleteLabel: {};
|
|
300
|
+
AutocompleteList: {};
|
|
301
|
+
AutocompleteSeparator: {};
|
|
302
|
+
AutocompleteStatus: {};
|
|
303
|
+
AutocompleteTrigger: {};
|
|
304
|
+
AutocompleteValue: {};
|
|
289
305
|
Badge: {};
|
|
290
306
|
badgeVariants: {};
|
|
291
307
|
BadgeWithIcon: {};
|
|
@@ -314,18 +330,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
314
330
|
CheckedInput: {};
|
|
315
331
|
CircularProgress: {};
|
|
316
332
|
cn: {};
|
|
333
|
+
Collapsible: {};
|
|
334
|
+
CollapsibleContent: {};
|
|
335
|
+
CollapsibleTrigger: {};
|
|
317
336
|
Combobox: {};
|
|
318
337
|
ComboboxField: {};
|
|
319
338
|
ComboboxFieldController: {};
|
|
320
|
-
Command: {};
|
|
321
|
-
CommandDialog: {};
|
|
322
|
-
CommandEmpty: {};
|
|
323
|
-
CommandGroup: {};
|
|
324
|
-
CommandInput: {};
|
|
325
|
-
CommandItem: {};
|
|
326
|
-
CommandList: {};
|
|
327
|
-
CommandSeparator: {};
|
|
328
|
-
CommandShortcut: {};
|
|
329
339
|
ConfirmDialog: {};
|
|
330
340
|
DatePickerField: {};
|
|
331
341
|
DatePickerFieldController: {};
|
|
@@ -362,37 +372,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
362
372
|
EmptyDisplay: {};
|
|
363
373
|
ErrorableLoader: {};
|
|
364
374
|
ErrorDisplay: {};
|
|
365
|
-
|
|
366
|
-
|
|
375
|
+
Field: {};
|
|
376
|
+
FieldContent: {};
|
|
377
|
+
FieldDescription: {};
|
|
378
|
+
FieldError: {};
|
|
379
|
+
FieldGroup: {};
|
|
380
|
+
FieldLabel: {};
|
|
381
|
+
FieldLegend: {};
|
|
382
|
+
FieldSeparator: {};
|
|
383
|
+
FieldSet: {};
|
|
384
|
+
FieldTitle: {};
|
|
385
|
+
fieldVariants: {};
|
|
367
386
|
FormFieldProps: {
|
|
368
387
|
isTypeOnly: true;
|
|
369
388
|
};
|
|
370
|
-
FormItem: {};
|
|
371
|
-
FormLabel: {};
|
|
372
|
-
FormMessage: {};
|
|
373
389
|
IconElement: {
|
|
374
390
|
isTypeOnly: true;
|
|
375
391
|
};
|
|
376
392
|
Input: {};
|
|
377
393
|
InputField: {};
|
|
378
394
|
InputFieldController: {};
|
|
395
|
+
InputGroup: {};
|
|
396
|
+
InputGroupAddon: {};
|
|
397
|
+
InputGroupButton: {};
|
|
398
|
+
InputGroupInput: {};
|
|
399
|
+
InputGroupText: {};
|
|
400
|
+
InputGroupTextarea: {};
|
|
379
401
|
inputVariants: {};
|
|
380
402
|
Label: {};
|
|
381
403
|
LinkButton: {};
|
|
382
404
|
Loader: {};
|
|
383
405
|
mergeRefs: {};
|
|
384
406
|
Modal: {};
|
|
385
|
-
MultiCombobox: {};
|
|
386
|
-
MultiComboboxContent: {};
|
|
387
|
-
MultiComboboxEmpty: {};
|
|
388
407
|
MultiComboboxField: {};
|
|
389
408
|
MultiComboboxFieldController: {};
|
|
390
409
|
MultiComboboxFieldProps: {
|
|
391
410
|
isTypeOnly: true;
|
|
392
411
|
};
|
|
393
|
-
MultiComboboxGroup: {};
|
|
394
|
-
MultiComboboxInput: {};
|
|
395
|
-
MultiComboboxItem: {};
|
|
396
412
|
MultiSelectOptionProps: {
|
|
397
413
|
isTypeOnly: true;
|
|
398
414
|
};
|
|
@@ -415,16 +431,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
415
431
|
ReactSelectInput: {};
|
|
416
432
|
ScrollArea: {};
|
|
417
433
|
Select: {};
|
|
418
|
-
selectCheckVariants: {};
|
|
419
|
-
selectContentVariants: {};
|
|
420
434
|
SelectField: {};
|
|
421
435
|
SelectFieldController: {};
|
|
422
436
|
SelectInput: {};
|
|
423
|
-
selectItemVariants: {};
|
|
424
437
|
SelectOptionProps: {
|
|
425
438
|
isTypeOnly: true;
|
|
426
439
|
};
|
|
427
|
-
selectTriggerVariants: {};
|
|
428
440
|
Separator: {};
|
|
429
441
|
Sheet: {};
|
|
430
442
|
SheetClose: {};
|
|
@@ -458,6 +470,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
458
470
|
SidebarSeparator: {};
|
|
459
471
|
SidebarTrigger: {};
|
|
460
472
|
Skeleton: {};
|
|
473
|
+
Slider: {};
|
|
474
|
+
Spinner: {};
|
|
461
475
|
Switch: {};
|
|
462
476
|
SwitchField: {};
|
|
463
477
|
SwitchFieldController: {};
|
|
@@ -479,6 +493,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
479
493
|
TooltipContent: {};
|
|
480
494
|
TooltipProvider: {};
|
|
481
495
|
TooltipTrigger: {};
|
|
496
|
+
useAutocompleteFilter: {};
|
|
482
497
|
useConfirmDialog: {};
|
|
483
498
|
UseConfirmDialogRequestOptions: {
|
|
484
499
|
isTypeOnly: true;
|
|
@@ -487,7 +502,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
487
502
|
useControlledState: {};
|
|
488
503
|
useControllerMerged: {};
|
|
489
504
|
useIsMobile: {};
|
|
490
|
-
useMultiComboboxContext: {};
|
|
491
505
|
useSidebar: {};
|
|
492
506
|
}>>;
|
|
493
507
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -503,15 +517,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
503
517
|
getApolloErrorCode: {};
|
|
504
518
|
}>>;
|
|
505
519
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
520
|
+
'*': {};
|
|
506
521
|
graphql: {};
|
|
507
522
|
readFragment: {};
|
|
508
|
-
|
|
509
|
-
isTypeOnly: true;
|
|
510
|
-
};
|
|
511
|
-
ResultOf: {
|
|
512
|
-
isTypeOnly: true;
|
|
513
|
-
};
|
|
514
|
-
VariablesOf: {
|
|
523
|
+
FragmentType: {
|
|
515
524
|
isTypeOnly: true;
|
|
516
525
|
};
|
|
517
526
|
}>>;
|
|
@@ -522,6 +531,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
522
531
|
Alert: {};
|
|
523
532
|
AlertDescription: {};
|
|
524
533
|
AlertTitle: {};
|
|
534
|
+
Autocomplete: {};
|
|
535
|
+
AutocompleteClear: {};
|
|
536
|
+
AutocompleteCollection: {};
|
|
537
|
+
AutocompleteContent: {};
|
|
538
|
+
AutocompleteEmpty: {};
|
|
539
|
+
AutocompleteGroup: {};
|
|
540
|
+
AutocompleteInput: {};
|
|
541
|
+
AutocompleteItem: {};
|
|
542
|
+
AutocompleteLabel: {};
|
|
543
|
+
AutocompleteList: {};
|
|
544
|
+
AutocompleteSeparator: {};
|
|
545
|
+
AutocompleteStatus: {};
|
|
546
|
+
AutocompleteTrigger: {};
|
|
547
|
+
AutocompleteValue: {};
|
|
525
548
|
Badge: {};
|
|
526
549
|
badgeVariants: {};
|
|
527
550
|
BadgeWithIcon: {};
|
|
@@ -550,18 +573,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
550
573
|
CheckedInput: {};
|
|
551
574
|
CircularProgress: {};
|
|
552
575
|
cn: {};
|
|
576
|
+
Collapsible: {};
|
|
577
|
+
CollapsibleContent: {};
|
|
578
|
+
CollapsibleTrigger: {};
|
|
553
579
|
Combobox: {};
|
|
554
580
|
ComboboxField: {};
|
|
555
581
|
ComboboxFieldController: {};
|
|
556
|
-
Command: {};
|
|
557
|
-
CommandDialog: {};
|
|
558
|
-
CommandEmpty: {};
|
|
559
|
-
CommandGroup: {};
|
|
560
|
-
CommandInput: {};
|
|
561
|
-
CommandItem: {};
|
|
562
|
-
CommandList: {};
|
|
563
|
-
CommandSeparator: {};
|
|
564
|
-
CommandShortcut: {};
|
|
565
582
|
ConfirmDialog: {};
|
|
566
583
|
DatePickerField: {};
|
|
567
584
|
DatePickerFieldController: {};
|
|
@@ -598,37 +615,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
598
615
|
EmptyDisplay: {};
|
|
599
616
|
ErrorableLoader: {};
|
|
600
617
|
ErrorDisplay: {};
|
|
601
|
-
|
|
602
|
-
|
|
618
|
+
Field: {};
|
|
619
|
+
FieldContent: {};
|
|
620
|
+
FieldDescription: {};
|
|
621
|
+
FieldError: {};
|
|
622
|
+
FieldGroup: {};
|
|
623
|
+
FieldLabel: {};
|
|
624
|
+
FieldLegend: {};
|
|
625
|
+
FieldSeparator: {};
|
|
626
|
+
FieldSet: {};
|
|
627
|
+
FieldTitle: {};
|
|
628
|
+
fieldVariants: {};
|
|
603
629
|
FormFieldProps: {
|
|
604
630
|
isTypeOnly: true;
|
|
605
631
|
};
|
|
606
|
-
FormItem: {};
|
|
607
|
-
FormLabel: {};
|
|
608
|
-
FormMessage: {};
|
|
609
632
|
IconElement: {
|
|
610
633
|
isTypeOnly: true;
|
|
611
634
|
};
|
|
612
635
|
Input: {};
|
|
613
636
|
InputField: {};
|
|
614
637
|
InputFieldController: {};
|
|
638
|
+
InputGroup: {};
|
|
639
|
+
InputGroupAddon: {};
|
|
640
|
+
InputGroupButton: {};
|
|
641
|
+
InputGroupInput: {};
|
|
642
|
+
InputGroupText: {};
|
|
643
|
+
InputGroupTextarea: {};
|
|
615
644
|
inputVariants: {};
|
|
616
645
|
Label: {};
|
|
617
646
|
LinkButton: {};
|
|
618
647
|
Loader: {};
|
|
619
648
|
mergeRefs: {};
|
|
620
649
|
Modal: {};
|
|
621
|
-
MultiCombobox: {};
|
|
622
|
-
MultiComboboxContent: {};
|
|
623
|
-
MultiComboboxEmpty: {};
|
|
624
650
|
MultiComboboxField: {};
|
|
625
651
|
MultiComboboxFieldController: {};
|
|
626
652
|
MultiComboboxFieldProps: {
|
|
627
653
|
isTypeOnly: true;
|
|
628
654
|
};
|
|
629
|
-
MultiComboboxGroup: {};
|
|
630
|
-
MultiComboboxInput: {};
|
|
631
|
-
MultiComboboxItem: {};
|
|
632
655
|
MultiSelectOptionProps: {
|
|
633
656
|
isTypeOnly: true;
|
|
634
657
|
};
|
|
@@ -651,16 +674,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
651
674
|
ReactSelectInput: {};
|
|
652
675
|
ScrollArea: {};
|
|
653
676
|
Select: {};
|
|
654
|
-
selectCheckVariants: {};
|
|
655
|
-
selectContentVariants: {};
|
|
656
677
|
SelectField: {};
|
|
657
678
|
SelectFieldController: {};
|
|
658
679
|
SelectInput: {};
|
|
659
|
-
selectItemVariants: {};
|
|
660
680
|
SelectOptionProps: {
|
|
661
681
|
isTypeOnly: true;
|
|
662
682
|
};
|
|
663
|
-
selectTriggerVariants: {};
|
|
664
683
|
Separator: {};
|
|
665
684
|
Sheet: {};
|
|
666
685
|
SheetClose: {};
|
|
@@ -694,6 +713,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
694
713
|
SidebarSeparator: {};
|
|
695
714
|
SidebarTrigger: {};
|
|
696
715
|
Skeleton: {};
|
|
716
|
+
Slider: {};
|
|
717
|
+
Spinner: {};
|
|
697
718
|
Switch: {};
|
|
698
719
|
SwitchField: {};
|
|
699
720
|
SwitchFieldController: {};
|
|
@@ -715,6 +736,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
715
736
|
TooltipContent: {};
|
|
716
737
|
TooltipProvider: {};
|
|
717
738
|
TooltipTrigger: {};
|
|
739
|
+
useAutocompleteFilter: {};
|
|
718
740
|
useConfirmDialog: {};
|
|
719
741
|
UseConfirmDialogRequestOptions: {
|
|
720
742
|
isTypeOnly: true;
|
|
@@ -723,7 +745,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
723
745
|
useControlledState: {};
|
|
724
746
|
useControllerMerged: {};
|
|
725
747
|
useIsMobile: {};
|
|
726
|
-
useMultiComboboxContext: {};
|
|
727
748
|
useSidebar: {};
|
|
728
749
|
}>>;
|
|
729
750
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -743,15 +764,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
743
764
|
getApolloErrorCode: {};
|
|
744
765
|
}>>;
|
|
745
766
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
767
|
+
'*': {};
|
|
746
768
|
graphql: {};
|
|
747
769
|
readFragment: {};
|
|
748
|
-
|
|
749
|
-
isTypeOnly: true;
|
|
750
|
-
};
|
|
751
|
-
ResultOf: {
|
|
752
|
-
isTypeOnly: true;
|
|
753
|
-
};
|
|
754
|
-
VariablesOf: {
|
|
770
|
+
FragmentType: {
|
|
755
771
|
isTypeOnly: true;
|
|
756
772
|
};
|
|
757
773
|
}>>;
|
|
@@ -762,6 +778,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
762
778
|
Alert: {};
|
|
763
779
|
AlertDescription: {};
|
|
764
780
|
AlertTitle: {};
|
|
781
|
+
Autocomplete: {};
|
|
782
|
+
AutocompleteClear: {};
|
|
783
|
+
AutocompleteCollection: {};
|
|
784
|
+
AutocompleteContent: {};
|
|
785
|
+
AutocompleteEmpty: {};
|
|
786
|
+
AutocompleteGroup: {};
|
|
787
|
+
AutocompleteInput: {};
|
|
788
|
+
AutocompleteItem: {};
|
|
789
|
+
AutocompleteLabel: {};
|
|
790
|
+
AutocompleteList: {};
|
|
791
|
+
AutocompleteSeparator: {};
|
|
792
|
+
AutocompleteStatus: {};
|
|
793
|
+
AutocompleteTrigger: {};
|
|
794
|
+
AutocompleteValue: {};
|
|
765
795
|
Badge: {};
|
|
766
796
|
badgeVariants: {};
|
|
767
797
|
BadgeWithIcon: {};
|
|
@@ -790,18 +820,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
790
820
|
CheckedInput: {};
|
|
791
821
|
CircularProgress: {};
|
|
792
822
|
cn: {};
|
|
823
|
+
Collapsible: {};
|
|
824
|
+
CollapsibleContent: {};
|
|
825
|
+
CollapsibleTrigger: {};
|
|
793
826
|
Combobox: {};
|
|
794
827
|
ComboboxField: {};
|
|
795
828
|
ComboboxFieldController: {};
|
|
796
|
-
Command: {};
|
|
797
|
-
CommandDialog: {};
|
|
798
|
-
CommandEmpty: {};
|
|
799
|
-
CommandGroup: {};
|
|
800
|
-
CommandInput: {};
|
|
801
|
-
CommandItem: {};
|
|
802
|
-
CommandList: {};
|
|
803
|
-
CommandSeparator: {};
|
|
804
|
-
CommandShortcut: {};
|
|
805
829
|
ConfirmDialog: {};
|
|
806
830
|
DatePickerField: {};
|
|
807
831
|
DatePickerFieldController: {};
|
|
@@ -838,37 +862,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
838
862
|
EmptyDisplay: {};
|
|
839
863
|
ErrorableLoader: {};
|
|
840
864
|
ErrorDisplay: {};
|
|
841
|
-
|
|
842
|
-
|
|
865
|
+
Field: {};
|
|
866
|
+
FieldContent: {};
|
|
867
|
+
FieldDescription: {};
|
|
868
|
+
FieldError: {};
|
|
869
|
+
FieldGroup: {};
|
|
870
|
+
FieldLabel: {};
|
|
871
|
+
FieldLegend: {};
|
|
872
|
+
FieldSeparator: {};
|
|
873
|
+
FieldSet: {};
|
|
874
|
+
FieldTitle: {};
|
|
875
|
+
fieldVariants: {};
|
|
843
876
|
FormFieldProps: {
|
|
844
877
|
isTypeOnly: true;
|
|
845
878
|
};
|
|
846
|
-
FormItem: {};
|
|
847
|
-
FormLabel: {};
|
|
848
|
-
FormMessage: {};
|
|
849
879
|
IconElement: {
|
|
850
880
|
isTypeOnly: true;
|
|
851
881
|
};
|
|
852
882
|
Input: {};
|
|
853
883
|
InputField: {};
|
|
854
884
|
InputFieldController: {};
|
|
885
|
+
InputGroup: {};
|
|
886
|
+
InputGroupAddon: {};
|
|
887
|
+
InputGroupButton: {};
|
|
888
|
+
InputGroupInput: {};
|
|
889
|
+
InputGroupText: {};
|
|
890
|
+
InputGroupTextarea: {};
|
|
855
891
|
inputVariants: {};
|
|
856
892
|
Label: {};
|
|
857
893
|
LinkButton: {};
|
|
858
894
|
Loader: {};
|
|
859
895
|
mergeRefs: {};
|
|
860
896
|
Modal: {};
|
|
861
|
-
MultiCombobox: {};
|
|
862
|
-
MultiComboboxContent: {};
|
|
863
|
-
MultiComboboxEmpty: {};
|
|
864
897
|
MultiComboboxField: {};
|
|
865
898
|
MultiComboboxFieldController: {};
|
|
866
899
|
MultiComboboxFieldProps: {
|
|
867
900
|
isTypeOnly: true;
|
|
868
901
|
};
|
|
869
|
-
MultiComboboxGroup: {};
|
|
870
|
-
MultiComboboxInput: {};
|
|
871
|
-
MultiComboboxItem: {};
|
|
872
902
|
MultiSelectOptionProps: {
|
|
873
903
|
isTypeOnly: true;
|
|
874
904
|
};
|
|
@@ -891,16 +921,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
891
921
|
ReactSelectInput: {};
|
|
892
922
|
ScrollArea: {};
|
|
893
923
|
Select: {};
|
|
894
|
-
selectCheckVariants: {};
|
|
895
|
-
selectContentVariants: {};
|
|
896
924
|
SelectField: {};
|
|
897
925
|
SelectFieldController: {};
|
|
898
926
|
SelectInput: {};
|
|
899
|
-
selectItemVariants: {};
|
|
900
927
|
SelectOptionProps: {
|
|
901
928
|
isTypeOnly: true;
|
|
902
929
|
};
|
|
903
|
-
selectTriggerVariants: {};
|
|
904
930
|
Separator: {};
|
|
905
931
|
Sheet: {};
|
|
906
932
|
SheetClose: {};
|
|
@@ -934,6 +960,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
934
960
|
SidebarSeparator: {};
|
|
935
961
|
SidebarTrigger: {};
|
|
936
962
|
Skeleton: {};
|
|
963
|
+
Slider: {};
|
|
964
|
+
Spinner: {};
|
|
937
965
|
Switch: {};
|
|
938
966
|
SwitchField: {};
|
|
939
967
|
SwitchFieldController: {};
|
|
@@ -955,6 +983,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
955
983
|
TooltipContent: {};
|
|
956
984
|
TooltipProvider: {};
|
|
957
985
|
TooltipTrigger: {};
|
|
986
|
+
useAutocompleteFilter: {};
|
|
958
987
|
useConfirmDialog: {};
|
|
959
988
|
UseConfirmDialogRequestOptions: {
|
|
960
989
|
isTypeOnly: true;
|
|
@@ -963,7 +992,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
963
992
|
useControlledState: {};
|
|
964
993
|
useControllerMerged: {};
|
|
965
994
|
useIsMobile: {};
|
|
966
|
-
useMultiComboboxContext: {};
|
|
967
995
|
useSidebar: {};
|
|
968
996
|
}>>;
|
|
969
997
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -983,15 +1011,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
983
1011
|
getApolloErrorCode: {};
|
|
984
1012
|
}>>;
|
|
985
1013
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1014
|
+
'*': {};
|
|
986
1015
|
graphql: {};
|
|
987
1016
|
readFragment: {};
|
|
988
|
-
|
|
989
|
-
isTypeOnly: true;
|
|
990
|
-
};
|
|
991
|
-
ResultOf: {
|
|
992
|
-
isTypeOnly: true;
|
|
993
|
-
};
|
|
994
|
-
VariablesOf: {
|
|
1017
|
+
FragmentType: {
|
|
995
1018
|
isTypeOnly: true;
|
|
996
1019
|
};
|
|
997
1020
|
}>>;
|
|
@@ -1002,6 +1025,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1002
1025
|
Alert: {};
|
|
1003
1026
|
AlertDescription: {};
|
|
1004
1027
|
AlertTitle: {};
|
|
1028
|
+
Autocomplete: {};
|
|
1029
|
+
AutocompleteClear: {};
|
|
1030
|
+
AutocompleteCollection: {};
|
|
1031
|
+
AutocompleteContent: {};
|
|
1032
|
+
AutocompleteEmpty: {};
|
|
1033
|
+
AutocompleteGroup: {};
|
|
1034
|
+
AutocompleteInput: {};
|
|
1035
|
+
AutocompleteItem: {};
|
|
1036
|
+
AutocompleteLabel: {};
|
|
1037
|
+
AutocompleteList: {};
|
|
1038
|
+
AutocompleteSeparator: {};
|
|
1039
|
+
AutocompleteStatus: {};
|
|
1040
|
+
AutocompleteTrigger: {};
|
|
1041
|
+
AutocompleteValue: {};
|
|
1005
1042
|
Badge: {};
|
|
1006
1043
|
badgeVariants: {};
|
|
1007
1044
|
BadgeWithIcon: {};
|
|
@@ -1030,18 +1067,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1030
1067
|
CheckedInput: {};
|
|
1031
1068
|
CircularProgress: {};
|
|
1032
1069
|
cn: {};
|
|
1070
|
+
Collapsible: {};
|
|
1071
|
+
CollapsibleContent: {};
|
|
1072
|
+
CollapsibleTrigger: {};
|
|
1033
1073
|
Combobox: {};
|
|
1034
1074
|
ComboboxField: {};
|
|
1035
1075
|
ComboboxFieldController: {};
|
|
1036
|
-
Command: {};
|
|
1037
|
-
CommandDialog: {};
|
|
1038
|
-
CommandEmpty: {};
|
|
1039
|
-
CommandGroup: {};
|
|
1040
|
-
CommandInput: {};
|
|
1041
|
-
CommandItem: {};
|
|
1042
|
-
CommandList: {};
|
|
1043
|
-
CommandSeparator: {};
|
|
1044
|
-
CommandShortcut: {};
|
|
1045
1076
|
ConfirmDialog: {};
|
|
1046
1077
|
DatePickerField: {};
|
|
1047
1078
|
DatePickerFieldController: {};
|
|
@@ -1078,37 +1109,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1078
1109
|
EmptyDisplay: {};
|
|
1079
1110
|
ErrorableLoader: {};
|
|
1080
1111
|
ErrorDisplay: {};
|
|
1081
|
-
|
|
1082
|
-
|
|
1112
|
+
Field: {};
|
|
1113
|
+
FieldContent: {};
|
|
1114
|
+
FieldDescription: {};
|
|
1115
|
+
FieldError: {};
|
|
1116
|
+
FieldGroup: {};
|
|
1117
|
+
FieldLabel: {};
|
|
1118
|
+
FieldLegend: {};
|
|
1119
|
+
FieldSeparator: {};
|
|
1120
|
+
FieldSet: {};
|
|
1121
|
+
FieldTitle: {};
|
|
1122
|
+
fieldVariants: {};
|
|
1083
1123
|
FormFieldProps: {
|
|
1084
1124
|
isTypeOnly: true;
|
|
1085
1125
|
};
|
|
1086
|
-
FormItem: {};
|
|
1087
|
-
FormLabel: {};
|
|
1088
|
-
FormMessage: {};
|
|
1089
1126
|
IconElement: {
|
|
1090
1127
|
isTypeOnly: true;
|
|
1091
1128
|
};
|
|
1092
1129
|
Input: {};
|
|
1093
1130
|
InputField: {};
|
|
1094
1131
|
InputFieldController: {};
|
|
1132
|
+
InputGroup: {};
|
|
1133
|
+
InputGroupAddon: {};
|
|
1134
|
+
InputGroupButton: {};
|
|
1135
|
+
InputGroupInput: {};
|
|
1136
|
+
InputGroupText: {};
|
|
1137
|
+
InputGroupTextarea: {};
|
|
1095
1138
|
inputVariants: {};
|
|
1096
1139
|
Label: {};
|
|
1097
1140
|
LinkButton: {};
|
|
1098
1141
|
Loader: {};
|
|
1099
1142
|
mergeRefs: {};
|
|
1100
1143
|
Modal: {};
|
|
1101
|
-
MultiCombobox: {};
|
|
1102
|
-
MultiComboboxContent: {};
|
|
1103
|
-
MultiComboboxEmpty: {};
|
|
1104
1144
|
MultiComboboxField: {};
|
|
1105
1145
|
MultiComboboxFieldController: {};
|
|
1106
1146
|
MultiComboboxFieldProps: {
|
|
1107
1147
|
isTypeOnly: true;
|
|
1108
1148
|
};
|
|
1109
|
-
MultiComboboxGroup: {};
|
|
1110
|
-
MultiComboboxInput: {};
|
|
1111
|
-
MultiComboboxItem: {};
|
|
1112
1149
|
MultiSelectOptionProps: {
|
|
1113
1150
|
isTypeOnly: true;
|
|
1114
1151
|
};
|
|
@@ -1131,16 +1168,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1131
1168
|
ReactSelectInput: {};
|
|
1132
1169
|
ScrollArea: {};
|
|
1133
1170
|
Select: {};
|
|
1134
|
-
selectCheckVariants: {};
|
|
1135
|
-
selectContentVariants: {};
|
|
1136
1171
|
SelectField: {};
|
|
1137
1172
|
SelectFieldController: {};
|
|
1138
1173
|
SelectInput: {};
|
|
1139
|
-
selectItemVariants: {};
|
|
1140
1174
|
SelectOptionProps: {
|
|
1141
1175
|
isTypeOnly: true;
|
|
1142
1176
|
};
|
|
1143
|
-
selectTriggerVariants: {};
|
|
1144
1177
|
Separator: {};
|
|
1145
1178
|
Sheet: {};
|
|
1146
1179
|
SheetClose: {};
|
|
@@ -1174,6 +1207,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1174
1207
|
SidebarSeparator: {};
|
|
1175
1208
|
SidebarTrigger: {};
|
|
1176
1209
|
Skeleton: {};
|
|
1210
|
+
Slider: {};
|
|
1211
|
+
Spinner: {};
|
|
1177
1212
|
Switch: {};
|
|
1178
1213
|
SwitchField: {};
|
|
1179
1214
|
SwitchFieldController: {};
|
|
@@ -1195,6 +1230,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1195
1230
|
TooltipContent: {};
|
|
1196
1231
|
TooltipProvider: {};
|
|
1197
1232
|
TooltipTrigger: {};
|
|
1233
|
+
useAutocompleteFilter: {};
|
|
1198
1234
|
useConfirmDialog: {};
|
|
1199
1235
|
UseConfirmDialogRequestOptions: {
|
|
1200
1236
|
isTypeOnly: true;
|
|
@@ -1203,7 +1239,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1203
1239
|
useControlledState: {};
|
|
1204
1240
|
useControllerMerged: {};
|
|
1205
1241
|
useIsMobile: {};
|
|
1206
|
-
useMultiComboboxContext: {};
|
|
1207
1242
|
useSidebar: {};
|
|
1208
1243
|
}>>;
|
|
1209
1244
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -1221,15 +1256,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1221
1256
|
getApolloErrorCode: {};
|
|
1222
1257
|
}>>;
|
|
1223
1258
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1259
|
+
'*': {};
|
|
1224
1260
|
graphql: {};
|
|
1225
1261
|
readFragment: {};
|
|
1226
|
-
|
|
1227
|
-
isTypeOnly: true;
|
|
1228
|
-
};
|
|
1229
|
-
ResultOf: {
|
|
1230
|
-
isTypeOnly: true;
|
|
1231
|
-
};
|
|
1232
|
-
VariablesOf: {
|
|
1262
|
+
FragmentType: {
|
|
1233
1263
|
isTypeOnly: true;
|
|
1234
1264
|
};
|
|
1235
1265
|
}>>;
|
|
@@ -1240,6 +1270,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1240
1270
|
Alert: {};
|
|
1241
1271
|
AlertDescription: {};
|
|
1242
1272
|
AlertTitle: {};
|
|
1273
|
+
Autocomplete: {};
|
|
1274
|
+
AutocompleteClear: {};
|
|
1275
|
+
AutocompleteCollection: {};
|
|
1276
|
+
AutocompleteContent: {};
|
|
1277
|
+
AutocompleteEmpty: {};
|
|
1278
|
+
AutocompleteGroup: {};
|
|
1279
|
+
AutocompleteInput: {};
|
|
1280
|
+
AutocompleteItem: {};
|
|
1281
|
+
AutocompleteLabel: {};
|
|
1282
|
+
AutocompleteList: {};
|
|
1283
|
+
AutocompleteSeparator: {};
|
|
1284
|
+
AutocompleteStatus: {};
|
|
1285
|
+
AutocompleteTrigger: {};
|
|
1286
|
+
AutocompleteValue: {};
|
|
1243
1287
|
Badge: {};
|
|
1244
1288
|
badgeVariants: {};
|
|
1245
1289
|
BadgeWithIcon: {};
|
|
@@ -1268,18 +1312,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1268
1312
|
CheckedInput: {};
|
|
1269
1313
|
CircularProgress: {};
|
|
1270
1314
|
cn: {};
|
|
1315
|
+
Collapsible: {};
|
|
1316
|
+
CollapsibleContent: {};
|
|
1317
|
+
CollapsibleTrigger: {};
|
|
1271
1318
|
Combobox: {};
|
|
1272
1319
|
ComboboxField: {};
|
|
1273
1320
|
ComboboxFieldController: {};
|
|
1274
|
-
Command: {};
|
|
1275
|
-
CommandDialog: {};
|
|
1276
|
-
CommandEmpty: {};
|
|
1277
|
-
CommandGroup: {};
|
|
1278
|
-
CommandInput: {};
|
|
1279
|
-
CommandItem: {};
|
|
1280
|
-
CommandList: {};
|
|
1281
|
-
CommandSeparator: {};
|
|
1282
|
-
CommandShortcut: {};
|
|
1283
1321
|
ConfirmDialog: {};
|
|
1284
1322
|
DatePickerField: {};
|
|
1285
1323
|
DatePickerFieldController: {};
|
|
@@ -1316,37 +1354,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1316
1354
|
EmptyDisplay: {};
|
|
1317
1355
|
ErrorableLoader: {};
|
|
1318
1356
|
ErrorDisplay: {};
|
|
1319
|
-
|
|
1320
|
-
|
|
1357
|
+
Field: {};
|
|
1358
|
+
FieldContent: {};
|
|
1359
|
+
FieldDescription: {};
|
|
1360
|
+
FieldError: {};
|
|
1361
|
+
FieldGroup: {};
|
|
1362
|
+
FieldLabel: {};
|
|
1363
|
+
FieldLegend: {};
|
|
1364
|
+
FieldSeparator: {};
|
|
1365
|
+
FieldSet: {};
|
|
1366
|
+
FieldTitle: {};
|
|
1367
|
+
fieldVariants: {};
|
|
1321
1368
|
FormFieldProps: {
|
|
1322
1369
|
isTypeOnly: true;
|
|
1323
1370
|
};
|
|
1324
|
-
FormItem: {};
|
|
1325
|
-
FormLabel: {};
|
|
1326
|
-
FormMessage: {};
|
|
1327
1371
|
IconElement: {
|
|
1328
1372
|
isTypeOnly: true;
|
|
1329
1373
|
};
|
|
1330
1374
|
Input: {};
|
|
1331
1375
|
InputField: {};
|
|
1332
1376
|
InputFieldController: {};
|
|
1377
|
+
InputGroup: {};
|
|
1378
|
+
InputGroupAddon: {};
|
|
1379
|
+
InputGroupButton: {};
|
|
1380
|
+
InputGroupInput: {};
|
|
1381
|
+
InputGroupText: {};
|
|
1382
|
+
InputGroupTextarea: {};
|
|
1333
1383
|
inputVariants: {};
|
|
1334
1384
|
Label: {};
|
|
1335
1385
|
LinkButton: {};
|
|
1336
1386
|
Loader: {};
|
|
1337
1387
|
mergeRefs: {};
|
|
1338
1388
|
Modal: {};
|
|
1339
|
-
MultiCombobox: {};
|
|
1340
|
-
MultiComboboxContent: {};
|
|
1341
|
-
MultiComboboxEmpty: {};
|
|
1342
1389
|
MultiComboboxField: {};
|
|
1343
1390
|
MultiComboboxFieldController: {};
|
|
1344
1391
|
MultiComboboxFieldProps: {
|
|
1345
1392
|
isTypeOnly: true;
|
|
1346
1393
|
};
|
|
1347
|
-
MultiComboboxGroup: {};
|
|
1348
|
-
MultiComboboxInput: {};
|
|
1349
|
-
MultiComboboxItem: {};
|
|
1350
1394
|
MultiSelectOptionProps: {
|
|
1351
1395
|
isTypeOnly: true;
|
|
1352
1396
|
};
|
|
@@ -1369,16 +1413,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1369
1413
|
ReactSelectInput: {};
|
|
1370
1414
|
ScrollArea: {};
|
|
1371
1415
|
Select: {};
|
|
1372
|
-
selectCheckVariants: {};
|
|
1373
|
-
selectContentVariants: {};
|
|
1374
1416
|
SelectField: {};
|
|
1375
1417
|
SelectFieldController: {};
|
|
1376
1418
|
SelectInput: {};
|
|
1377
|
-
selectItemVariants: {};
|
|
1378
1419
|
SelectOptionProps: {
|
|
1379
1420
|
isTypeOnly: true;
|
|
1380
1421
|
};
|
|
1381
|
-
selectTriggerVariants: {};
|
|
1382
1422
|
Separator: {};
|
|
1383
1423
|
Sheet: {};
|
|
1384
1424
|
SheetClose: {};
|
|
@@ -1412,6 +1452,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1412
1452
|
SidebarSeparator: {};
|
|
1413
1453
|
SidebarTrigger: {};
|
|
1414
1454
|
Skeleton: {};
|
|
1455
|
+
Slider: {};
|
|
1456
|
+
Spinner: {};
|
|
1415
1457
|
Switch: {};
|
|
1416
1458
|
SwitchField: {};
|
|
1417
1459
|
SwitchFieldController: {};
|
|
@@ -1433,6 +1475,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1433
1475
|
TooltipContent: {};
|
|
1434
1476
|
TooltipProvider: {};
|
|
1435
1477
|
TooltipTrigger: {};
|
|
1478
|
+
useAutocompleteFilter: {};
|
|
1436
1479
|
useConfirmDialog: {};
|
|
1437
1480
|
UseConfirmDialogRequestOptions: {
|
|
1438
1481
|
isTypeOnly: true;
|
|
@@ -1441,7 +1484,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_GENERATED: {
|
|
|
1441
1484
|
useControlledState: {};
|
|
1442
1485
|
useControllerMerged: {};
|
|
1443
1486
|
useIsMobile: {};
|
|
1444
|
-
useMultiComboboxContext: {};
|
|
1445
1487
|
useSidebar: {};
|
|
1446
1488
|
}>>;
|
|
1447
1489
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|