@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
|
@@ -2,15 +2,10 @@ export declare const mainGroup: {
|
|
|
2
2
|
constants: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
3
3
|
forgotPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
4
4
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
5
|
+
'*': {};
|
|
5
6
|
graphql: {};
|
|
6
7
|
readFragment: {};
|
|
7
|
-
|
|
8
|
-
isTypeOnly: true;
|
|
9
|
-
};
|
|
10
|
-
ResultOf: {
|
|
11
|
-
isTypeOnly: true;
|
|
12
|
-
};
|
|
13
|
-
VariablesOf: {
|
|
8
|
+
FragmentType: {
|
|
14
9
|
isTypeOnly: true;
|
|
15
10
|
};
|
|
16
11
|
}>>;
|
|
@@ -21,6 +16,20 @@ export declare const mainGroup: {
|
|
|
21
16
|
Alert: {};
|
|
22
17
|
AlertDescription: {};
|
|
23
18
|
AlertTitle: {};
|
|
19
|
+
Autocomplete: {};
|
|
20
|
+
AutocompleteClear: {};
|
|
21
|
+
AutocompleteCollection: {};
|
|
22
|
+
AutocompleteContent: {};
|
|
23
|
+
AutocompleteEmpty: {};
|
|
24
|
+
AutocompleteGroup: {};
|
|
25
|
+
AutocompleteInput: {};
|
|
26
|
+
AutocompleteItem: {};
|
|
27
|
+
AutocompleteLabel: {};
|
|
28
|
+
AutocompleteList: {};
|
|
29
|
+
AutocompleteSeparator: {};
|
|
30
|
+
AutocompleteStatus: {};
|
|
31
|
+
AutocompleteTrigger: {};
|
|
32
|
+
AutocompleteValue: {};
|
|
24
33
|
Badge: {};
|
|
25
34
|
badgeVariants: {};
|
|
26
35
|
BadgeWithIcon: {};
|
|
@@ -49,18 +58,12 @@ export declare const mainGroup: {
|
|
|
49
58
|
CheckedInput: {};
|
|
50
59
|
CircularProgress: {};
|
|
51
60
|
cn: {};
|
|
61
|
+
Collapsible: {};
|
|
62
|
+
CollapsibleContent: {};
|
|
63
|
+
CollapsibleTrigger: {};
|
|
52
64
|
Combobox: {};
|
|
53
65
|
ComboboxField: {};
|
|
54
66
|
ComboboxFieldController: {};
|
|
55
|
-
Command: {};
|
|
56
|
-
CommandDialog: {};
|
|
57
|
-
CommandEmpty: {};
|
|
58
|
-
CommandGroup: {};
|
|
59
|
-
CommandInput: {};
|
|
60
|
-
CommandItem: {};
|
|
61
|
-
CommandList: {};
|
|
62
|
-
CommandSeparator: {};
|
|
63
|
-
CommandShortcut: {};
|
|
64
67
|
ConfirmDialog: {};
|
|
65
68
|
DatePickerField: {};
|
|
66
69
|
DatePickerFieldController: {};
|
|
@@ -97,37 +100,43 @@ export declare const mainGroup: {
|
|
|
97
100
|
EmptyDisplay: {};
|
|
98
101
|
ErrorableLoader: {};
|
|
99
102
|
ErrorDisplay: {};
|
|
100
|
-
|
|
101
|
-
|
|
103
|
+
Field: {};
|
|
104
|
+
FieldContent: {};
|
|
105
|
+
FieldDescription: {};
|
|
106
|
+
FieldError: {};
|
|
107
|
+
FieldGroup: {};
|
|
108
|
+
FieldLabel: {};
|
|
109
|
+
FieldLegend: {};
|
|
110
|
+
FieldSeparator: {};
|
|
111
|
+
FieldSet: {};
|
|
112
|
+
FieldTitle: {};
|
|
113
|
+
fieldVariants: {};
|
|
102
114
|
FormFieldProps: {
|
|
103
115
|
isTypeOnly: true;
|
|
104
116
|
};
|
|
105
|
-
FormItem: {};
|
|
106
|
-
FormLabel: {};
|
|
107
|
-
FormMessage: {};
|
|
108
117
|
IconElement: {
|
|
109
118
|
isTypeOnly: true;
|
|
110
119
|
};
|
|
111
120
|
Input: {};
|
|
112
121
|
InputField: {};
|
|
113
122
|
InputFieldController: {};
|
|
123
|
+
InputGroup: {};
|
|
124
|
+
InputGroupAddon: {};
|
|
125
|
+
InputGroupButton: {};
|
|
126
|
+
InputGroupInput: {};
|
|
127
|
+
InputGroupText: {};
|
|
128
|
+
InputGroupTextarea: {};
|
|
114
129
|
inputVariants: {};
|
|
115
130
|
Label: {};
|
|
116
131
|
LinkButton: {};
|
|
117
132
|
Loader: {};
|
|
118
133
|
mergeRefs: {};
|
|
119
134
|
Modal: {};
|
|
120
|
-
MultiCombobox: {};
|
|
121
|
-
MultiComboboxContent: {};
|
|
122
|
-
MultiComboboxEmpty: {};
|
|
123
135
|
MultiComboboxField: {};
|
|
124
136
|
MultiComboboxFieldController: {};
|
|
125
137
|
MultiComboboxFieldProps: {
|
|
126
138
|
isTypeOnly: true;
|
|
127
139
|
};
|
|
128
|
-
MultiComboboxGroup: {};
|
|
129
|
-
MultiComboboxInput: {};
|
|
130
|
-
MultiComboboxItem: {};
|
|
131
140
|
MultiSelectOptionProps: {
|
|
132
141
|
isTypeOnly: true;
|
|
133
142
|
};
|
|
@@ -150,16 +159,12 @@ export declare const mainGroup: {
|
|
|
150
159
|
ReactSelectInput: {};
|
|
151
160
|
ScrollArea: {};
|
|
152
161
|
Select: {};
|
|
153
|
-
selectCheckVariants: {};
|
|
154
|
-
selectContentVariants: {};
|
|
155
162
|
SelectField: {};
|
|
156
163
|
SelectFieldController: {};
|
|
157
164
|
SelectInput: {};
|
|
158
|
-
selectItemVariants: {};
|
|
159
165
|
SelectOptionProps: {
|
|
160
166
|
isTypeOnly: true;
|
|
161
167
|
};
|
|
162
|
-
selectTriggerVariants: {};
|
|
163
168
|
Separator: {};
|
|
164
169
|
Sheet: {};
|
|
165
170
|
SheetClose: {};
|
|
@@ -193,6 +198,8 @@ export declare const mainGroup: {
|
|
|
193
198
|
SidebarSeparator: {};
|
|
194
199
|
SidebarTrigger: {};
|
|
195
200
|
Skeleton: {};
|
|
201
|
+
Slider: {};
|
|
202
|
+
Spinner: {};
|
|
196
203
|
Switch: {};
|
|
197
204
|
SwitchField: {};
|
|
198
205
|
SwitchFieldController: {};
|
|
@@ -214,6 +221,7 @@ export declare const mainGroup: {
|
|
|
214
221
|
TooltipContent: {};
|
|
215
222
|
TooltipProvider: {};
|
|
216
223
|
TooltipTrigger: {};
|
|
224
|
+
useAutocompleteFilter: {};
|
|
217
225
|
useConfirmDialog: {};
|
|
218
226
|
UseConfirmDialogRequestOptions: {
|
|
219
227
|
isTypeOnly: true;
|
|
@@ -222,7 +230,6 @@ export declare const mainGroup: {
|
|
|
222
230
|
useControlledState: {};
|
|
223
231
|
useControllerMerged: {};
|
|
224
232
|
useIsMobile: {};
|
|
225
|
-
useMultiComboboxContext: {};
|
|
226
233
|
useSidebar: {};
|
|
227
234
|
}>>;
|
|
228
235
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -238,15 +245,10 @@ export declare const mainGroup: {
|
|
|
238
245
|
getApolloErrorCode: {};
|
|
239
246
|
}>>;
|
|
240
247
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
248
|
+
'*': {};
|
|
241
249
|
graphql: {};
|
|
242
250
|
readFragment: {};
|
|
243
|
-
|
|
244
|
-
isTypeOnly: true;
|
|
245
|
-
};
|
|
246
|
-
ResultOf: {
|
|
247
|
-
isTypeOnly: true;
|
|
248
|
-
};
|
|
249
|
-
VariablesOf: {
|
|
251
|
+
FragmentType: {
|
|
250
252
|
isTypeOnly: true;
|
|
251
253
|
};
|
|
252
254
|
}>>;
|
|
@@ -257,6 +259,20 @@ export declare const mainGroup: {
|
|
|
257
259
|
Alert: {};
|
|
258
260
|
AlertDescription: {};
|
|
259
261
|
AlertTitle: {};
|
|
262
|
+
Autocomplete: {};
|
|
263
|
+
AutocompleteClear: {};
|
|
264
|
+
AutocompleteCollection: {};
|
|
265
|
+
AutocompleteContent: {};
|
|
266
|
+
AutocompleteEmpty: {};
|
|
267
|
+
AutocompleteGroup: {};
|
|
268
|
+
AutocompleteInput: {};
|
|
269
|
+
AutocompleteItem: {};
|
|
270
|
+
AutocompleteLabel: {};
|
|
271
|
+
AutocompleteList: {};
|
|
272
|
+
AutocompleteSeparator: {};
|
|
273
|
+
AutocompleteStatus: {};
|
|
274
|
+
AutocompleteTrigger: {};
|
|
275
|
+
AutocompleteValue: {};
|
|
260
276
|
Badge: {};
|
|
261
277
|
badgeVariants: {};
|
|
262
278
|
BadgeWithIcon: {};
|
|
@@ -285,18 +301,12 @@ export declare const mainGroup: {
|
|
|
285
301
|
CheckedInput: {};
|
|
286
302
|
CircularProgress: {};
|
|
287
303
|
cn: {};
|
|
304
|
+
Collapsible: {};
|
|
305
|
+
CollapsibleContent: {};
|
|
306
|
+
CollapsibleTrigger: {};
|
|
288
307
|
Combobox: {};
|
|
289
308
|
ComboboxField: {};
|
|
290
309
|
ComboboxFieldController: {};
|
|
291
|
-
Command: {};
|
|
292
|
-
CommandDialog: {};
|
|
293
|
-
CommandEmpty: {};
|
|
294
|
-
CommandGroup: {};
|
|
295
|
-
CommandInput: {};
|
|
296
|
-
CommandItem: {};
|
|
297
|
-
CommandList: {};
|
|
298
|
-
CommandSeparator: {};
|
|
299
|
-
CommandShortcut: {};
|
|
300
310
|
ConfirmDialog: {};
|
|
301
311
|
DatePickerField: {};
|
|
302
312
|
DatePickerFieldController: {};
|
|
@@ -333,37 +343,43 @@ export declare const mainGroup: {
|
|
|
333
343
|
EmptyDisplay: {};
|
|
334
344
|
ErrorableLoader: {};
|
|
335
345
|
ErrorDisplay: {};
|
|
336
|
-
|
|
337
|
-
|
|
346
|
+
Field: {};
|
|
347
|
+
FieldContent: {};
|
|
348
|
+
FieldDescription: {};
|
|
349
|
+
FieldError: {};
|
|
350
|
+
FieldGroup: {};
|
|
351
|
+
FieldLabel: {};
|
|
352
|
+
FieldLegend: {};
|
|
353
|
+
FieldSeparator: {};
|
|
354
|
+
FieldSet: {};
|
|
355
|
+
FieldTitle: {};
|
|
356
|
+
fieldVariants: {};
|
|
338
357
|
FormFieldProps: {
|
|
339
358
|
isTypeOnly: true;
|
|
340
359
|
};
|
|
341
|
-
FormItem: {};
|
|
342
|
-
FormLabel: {};
|
|
343
|
-
FormMessage: {};
|
|
344
360
|
IconElement: {
|
|
345
361
|
isTypeOnly: true;
|
|
346
362
|
};
|
|
347
363
|
Input: {};
|
|
348
364
|
InputField: {};
|
|
349
365
|
InputFieldController: {};
|
|
366
|
+
InputGroup: {};
|
|
367
|
+
InputGroupAddon: {};
|
|
368
|
+
InputGroupButton: {};
|
|
369
|
+
InputGroupInput: {};
|
|
370
|
+
InputGroupText: {};
|
|
371
|
+
InputGroupTextarea: {};
|
|
350
372
|
inputVariants: {};
|
|
351
373
|
Label: {};
|
|
352
374
|
LinkButton: {};
|
|
353
375
|
Loader: {};
|
|
354
376
|
mergeRefs: {};
|
|
355
377
|
Modal: {};
|
|
356
|
-
MultiCombobox: {};
|
|
357
|
-
MultiComboboxContent: {};
|
|
358
|
-
MultiComboboxEmpty: {};
|
|
359
378
|
MultiComboboxField: {};
|
|
360
379
|
MultiComboboxFieldController: {};
|
|
361
380
|
MultiComboboxFieldProps: {
|
|
362
381
|
isTypeOnly: true;
|
|
363
382
|
};
|
|
364
|
-
MultiComboboxGroup: {};
|
|
365
|
-
MultiComboboxInput: {};
|
|
366
|
-
MultiComboboxItem: {};
|
|
367
383
|
MultiSelectOptionProps: {
|
|
368
384
|
isTypeOnly: true;
|
|
369
385
|
};
|
|
@@ -386,16 +402,12 @@ export declare const mainGroup: {
|
|
|
386
402
|
ReactSelectInput: {};
|
|
387
403
|
ScrollArea: {};
|
|
388
404
|
Select: {};
|
|
389
|
-
selectCheckVariants: {};
|
|
390
|
-
selectContentVariants: {};
|
|
391
405
|
SelectField: {};
|
|
392
406
|
SelectFieldController: {};
|
|
393
407
|
SelectInput: {};
|
|
394
|
-
selectItemVariants: {};
|
|
395
408
|
SelectOptionProps: {
|
|
396
409
|
isTypeOnly: true;
|
|
397
410
|
};
|
|
398
|
-
selectTriggerVariants: {};
|
|
399
411
|
Separator: {};
|
|
400
412
|
Sheet: {};
|
|
401
413
|
SheetClose: {};
|
|
@@ -429,6 +441,8 @@ export declare const mainGroup: {
|
|
|
429
441
|
SidebarSeparator: {};
|
|
430
442
|
SidebarTrigger: {};
|
|
431
443
|
Skeleton: {};
|
|
444
|
+
Slider: {};
|
|
445
|
+
Spinner: {};
|
|
432
446
|
Switch: {};
|
|
433
447
|
SwitchField: {};
|
|
434
448
|
SwitchFieldController: {};
|
|
@@ -450,6 +464,7 @@ export declare const mainGroup: {
|
|
|
450
464
|
TooltipContent: {};
|
|
451
465
|
TooltipProvider: {};
|
|
452
466
|
TooltipTrigger: {};
|
|
467
|
+
useAutocompleteFilter: {};
|
|
453
468
|
useConfirmDialog: {};
|
|
454
469
|
UseConfirmDialogRequestOptions: {
|
|
455
470
|
isTypeOnly: true;
|
|
@@ -458,7 +473,6 @@ export declare const mainGroup: {
|
|
|
458
473
|
useControlledState: {};
|
|
459
474
|
useControllerMerged: {};
|
|
460
475
|
useIsMobile: {};
|
|
461
|
-
useMultiComboboxContext: {};
|
|
462
476
|
useSidebar: {};
|
|
463
477
|
}>>;
|
|
464
478
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -478,15 +492,10 @@ export declare const mainGroup: {
|
|
|
478
492
|
getApolloErrorCode: {};
|
|
479
493
|
}>>;
|
|
480
494
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
495
|
+
'*': {};
|
|
481
496
|
graphql: {};
|
|
482
497
|
readFragment: {};
|
|
483
|
-
|
|
484
|
-
isTypeOnly: true;
|
|
485
|
-
};
|
|
486
|
-
ResultOf: {
|
|
487
|
-
isTypeOnly: true;
|
|
488
|
-
};
|
|
489
|
-
VariablesOf: {
|
|
498
|
+
FragmentType: {
|
|
490
499
|
isTypeOnly: true;
|
|
491
500
|
};
|
|
492
501
|
}>>;
|
|
@@ -497,6 +506,20 @@ export declare const mainGroup: {
|
|
|
497
506
|
Alert: {};
|
|
498
507
|
AlertDescription: {};
|
|
499
508
|
AlertTitle: {};
|
|
509
|
+
Autocomplete: {};
|
|
510
|
+
AutocompleteClear: {};
|
|
511
|
+
AutocompleteCollection: {};
|
|
512
|
+
AutocompleteContent: {};
|
|
513
|
+
AutocompleteEmpty: {};
|
|
514
|
+
AutocompleteGroup: {};
|
|
515
|
+
AutocompleteInput: {};
|
|
516
|
+
AutocompleteItem: {};
|
|
517
|
+
AutocompleteLabel: {};
|
|
518
|
+
AutocompleteList: {};
|
|
519
|
+
AutocompleteSeparator: {};
|
|
520
|
+
AutocompleteStatus: {};
|
|
521
|
+
AutocompleteTrigger: {};
|
|
522
|
+
AutocompleteValue: {};
|
|
500
523
|
Badge: {};
|
|
501
524
|
badgeVariants: {};
|
|
502
525
|
BadgeWithIcon: {};
|
|
@@ -525,18 +548,12 @@ export declare const mainGroup: {
|
|
|
525
548
|
CheckedInput: {};
|
|
526
549
|
CircularProgress: {};
|
|
527
550
|
cn: {};
|
|
551
|
+
Collapsible: {};
|
|
552
|
+
CollapsibleContent: {};
|
|
553
|
+
CollapsibleTrigger: {};
|
|
528
554
|
Combobox: {};
|
|
529
555
|
ComboboxField: {};
|
|
530
556
|
ComboboxFieldController: {};
|
|
531
|
-
Command: {};
|
|
532
|
-
CommandDialog: {};
|
|
533
|
-
CommandEmpty: {};
|
|
534
|
-
CommandGroup: {};
|
|
535
|
-
CommandInput: {};
|
|
536
|
-
CommandItem: {};
|
|
537
|
-
CommandList: {};
|
|
538
|
-
CommandSeparator: {};
|
|
539
|
-
CommandShortcut: {};
|
|
540
557
|
ConfirmDialog: {};
|
|
541
558
|
DatePickerField: {};
|
|
542
559
|
DatePickerFieldController: {};
|
|
@@ -573,37 +590,43 @@ export declare const mainGroup: {
|
|
|
573
590
|
EmptyDisplay: {};
|
|
574
591
|
ErrorableLoader: {};
|
|
575
592
|
ErrorDisplay: {};
|
|
576
|
-
|
|
577
|
-
|
|
593
|
+
Field: {};
|
|
594
|
+
FieldContent: {};
|
|
595
|
+
FieldDescription: {};
|
|
596
|
+
FieldError: {};
|
|
597
|
+
FieldGroup: {};
|
|
598
|
+
FieldLabel: {};
|
|
599
|
+
FieldLegend: {};
|
|
600
|
+
FieldSeparator: {};
|
|
601
|
+
FieldSet: {};
|
|
602
|
+
FieldTitle: {};
|
|
603
|
+
fieldVariants: {};
|
|
578
604
|
FormFieldProps: {
|
|
579
605
|
isTypeOnly: true;
|
|
580
606
|
};
|
|
581
|
-
FormItem: {};
|
|
582
|
-
FormLabel: {};
|
|
583
|
-
FormMessage: {};
|
|
584
607
|
IconElement: {
|
|
585
608
|
isTypeOnly: true;
|
|
586
609
|
};
|
|
587
610
|
Input: {};
|
|
588
611
|
InputField: {};
|
|
589
612
|
InputFieldController: {};
|
|
613
|
+
InputGroup: {};
|
|
614
|
+
InputGroupAddon: {};
|
|
615
|
+
InputGroupButton: {};
|
|
616
|
+
InputGroupInput: {};
|
|
617
|
+
InputGroupText: {};
|
|
618
|
+
InputGroupTextarea: {};
|
|
590
619
|
inputVariants: {};
|
|
591
620
|
Label: {};
|
|
592
621
|
LinkButton: {};
|
|
593
622
|
Loader: {};
|
|
594
623
|
mergeRefs: {};
|
|
595
624
|
Modal: {};
|
|
596
|
-
MultiCombobox: {};
|
|
597
|
-
MultiComboboxContent: {};
|
|
598
|
-
MultiComboboxEmpty: {};
|
|
599
625
|
MultiComboboxField: {};
|
|
600
626
|
MultiComboboxFieldController: {};
|
|
601
627
|
MultiComboboxFieldProps: {
|
|
602
628
|
isTypeOnly: true;
|
|
603
629
|
};
|
|
604
|
-
MultiComboboxGroup: {};
|
|
605
|
-
MultiComboboxInput: {};
|
|
606
|
-
MultiComboboxItem: {};
|
|
607
630
|
MultiSelectOptionProps: {
|
|
608
631
|
isTypeOnly: true;
|
|
609
632
|
};
|
|
@@ -626,16 +649,12 @@ export declare const mainGroup: {
|
|
|
626
649
|
ReactSelectInput: {};
|
|
627
650
|
ScrollArea: {};
|
|
628
651
|
Select: {};
|
|
629
|
-
selectCheckVariants: {};
|
|
630
|
-
selectContentVariants: {};
|
|
631
652
|
SelectField: {};
|
|
632
653
|
SelectFieldController: {};
|
|
633
654
|
SelectInput: {};
|
|
634
|
-
selectItemVariants: {};
|
|
635
655
|
SelectOptionProps: {
|
|
636
656
|
isTypeOnly: true;
|
|
637
657
|
};
|
|
638
|
-
selectTriggerVariants: {};
|
|
639
658
|
Separator: {};
|
|
640
659
|
Sheet: {};
|
|
641
660
|
SheetClose: {};
|
|
@@ -669,6 +688,8 @@ export declare const mainGroup: {
|
|
|
669
688
|
SidebarSeparator: {};
|
|
670
689
|
SidebarTrigger: {};
|
|
671
690
|
Skeleton: {};
|
|
691
|
+
Slider: {};
|
|
692
|
+
Spinner: {};
|
|
672
693
|
Switch: {};
|
|
673
694
|
SwitchField: {};
|
|
674
695
|
SwitchFieldController: {};
|
|
@@ -690,6 +711,7 @@ export declare const mainGroup: {
|
|
|
690
711
|
TooltipContent: {};
|
|
691
712
|
TooltipProvider: {};
|
|
692
713
|
TooltipTrigger: {};
|
|
714
|
+
useAutocompleteFilter: {};
|
|
693
715
|
useConfirmDialog: {};
|
|
694
716
|
UseConfirmDialogRequestOptions: {
|
|
695
717
|
isTypeOnly: true;
|
|
@@ -698,7 +720,6 @@ export declare const mainGroup: {
|
|
|
698
720
|
useControlledState: {};
|
|
699
721
|
useControllerMerged: {};
|
|
700
722
|
useIsMobile: {};
|
|
701
|
-
useMultiComboboxContext: {};
|
|
702
723
|
useSidebar: {};
|
|
703
724
|
}>>;
|
|
704
725
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -718,15 +739,10 @@ export declare const mainGroup: {
|
|
|
718
739
|
getApolloErrorCode: {};
|
|
719
740
|
}>>;
|
|
720
741
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
742
|
+
'*': {};
|
|
721
743
|
graphql: {};
|
|
722
744
|
readFragment: {};
|
|
723
|
-
|
|
724
|
-
isTypeOnly: true;
|
|
725
|
-
};
|
|
726
|
-
ResultOf: {
|
|
727
|
-
isTypeOnly: true;
|
|
728
|
-
};
|
|
729
|
-
VariablesOf: {
|
|
745
|
+
FragmentType: {
|
|
730
746
|
isTypeOnly: true;
|
|
731
747
|
};
|
|
732
748
|
}>>;
|
|
@@ -737,6 +753,20 @@ export declare const mainGroup: {
|
|
|
737
753
|
Alert: {};
|
|
738
754
|
AlertDescription: {};
|
|
739
755
|
AlertTitle: {};
|
|
756
|
+
Autocomplete: {};
|
|
757
|
+
AutocompleteClear: {};
|
|
758
|
+
AutocompleteCollection: {};
|
|
759
|
+
AutocompleteContent: {};
|
|
760
|
+
AutocompleteEmpty: {};
|
|
761
|
+
AutocompleteGroup: {};
|
|
762
|
+
AutocompleteInput: {};
|
|
763
|
+
AutocompleteItem: {};
|
|
764
|
+
AutocompleteLabel: {};
|
|
765
|
+
AutocompleteList: {};
|
|
766
|
+
AutocompleteSeparator: {};
|
|
767
|
+
AutocompleteStatus: {};
|
|
768
|
+
AutocompleteTrigger: {};
|
|
769
|
+
AutocompleteValue: {};
|
|
740
770
|
Badge: {};
|
|
741
771
|
badgeVariants: {};
|
|
742
772
|
BadgeWithIcon: {};
|
|
@@ -765,18 +795,12 @@ export declare const mainGroup: {
|
|
|
765
795
|
CheckedInput: {};
|
|
766
796
|
CircularProgress: {};
|
|
767
797
|
cn: {};
|
|
798
|
+
Collapsible: {};
|
|
799
|
+
CollapsibleContent: {};
|
|
800
|
+
CollapsibleTrigger: {};
|
|
768
801
|
Combobox: {};
|
|
769
802
|
ComboboxField: {};
|
|
770
803
|
ComboboxFieldController: {};
|
|
771
|
-
Command: {};
|
|
772
|
-
CommandDialog: {};
|
|
773
|
-
CommandEmpty: {};
|
|
774
|
-
CommandGroup: {};
|
|
775
|
-
CommandInput: {};
|
|
776
|
-
CommandItem: {};
|
|
777
|
-
CommandList: {};
|
|
778
|
-
CommandSeparator: {};
|
|
779
|
-
CommandShortcut: {};
|
|
780
804
|
ConfirmDialog: {};
|
|
781
805
|
DatePickerField: {};
|
|
782
806
|
DatePickerFieldController: {};
|
|
@@ -813,37 +837,43 @@ export declare const mainGroup: {
|
|
|
813
837
|
EmptyDisplay: {};
|
|
814
838
|
ErrorableLoader: {};
|
|
815
839
|
ErrorDisplay: {};
|
|
816
|
-
|
|
817
|
-
|
|
840
|
+
Field: {};
|
|
841
|
+
FieldContent: {};
|
|
842
|
+
FieldDescription: {};
|
|
843
|
+
FieldError: {};
|
|
844
|
+
FieldGroup: {};
|
|
845
|
+
FieldLabel: {};
|
|
846
|
+
FieldLegend: {};
|
|
847
|
+
FieldSeparator: {};
|
|
848
|
+
FieldSet: {};
|
|
849
|
+
FieldTitle: {};
|
|
850
|
+
fieldVariants: {};
|
|
818
851
|
FormFieldProps: {
|
|
819
852
|
isTypeOnly: true;
|
|
820
853
|
};
|
|
821
|
-
FormItem: {};
|
|
822
|
-
FormLabel: {};
|
|
823
|
-
FormMessage: {};
|
|
824
854
|
IconElement: {
|
|
825
855
|
isTypeOnly: true;
|
|
826
856
|
};
|
|
827
857
|
Input: {};
|
|
828
858
|
InputField: {};
|
|
829
859
|
InputFieldController: {};
|
|
860
|
+
InputGroup: {};
|
|
861
|
+
InputGroupAddon: {};
|
|
862
|
+
InputGroupButton: {};
|
|
863
|
+
InputGroupInput: {};
|
|
864
|
+
InputGroupText: {};
|
|
865
|
+
InputGroupTextarea: {};
|
|
830
866
|
inputVariants: {};
|
|
831
867
|
Label: {};
|
|
832
868
|
LinkButton: {};
|
|
833
869
|
Loader: {};
|
|
834
870
|
mergeRefs: {};
|
|
835
871
|
Modal: {};
|
|
836
|
-
MultiCombobox: {};
|
|
837
|
-
MultiComboboxContent: {};
|
|
838
|
-
MultiComboboxEmpty: {};
|
|
839
872
|
MultiComboboxField: {};
|
|
840
873
|
MultiComboboxFieldController: {};
|
|
841
874
|
MultiComboboxFieldProps: {
|
|
842
875
|
isTypeOnly: true;
|
|
843
876
|
};
|
|
844
|
-
MultiComboboxGroup: {};
|
|
845
|
-
MultiComboboxInput: {};
|
|
846
|
-
MultiComboboxItem: {};
|
|
847
877
|
MultiSelectOptionProps: {
|
|
848
878
|
isTypeOnly: true;
|
|
849
879
|
};
|
|
@@ -866,16 +896,12 @@ export declare const mainGroup: {
|
|
|
866
896
|
ReactSelectInput: {};
|
|
867
897
|
ScrollArea: {};
|
|
868
898
|
Select: {};
|
|
869
|
-
selectCheckVariants: {};
|
|
870
|
-
selectContentVariants: {};
|
|
871
899
|
SelectField: {};
|
|
872
900
|
SelectFieldController: {};
|
|
873
901
|
SelectInput: {};
|
|
874
|
-
selectItemVariants: {};
|
|
875
902
|
SelectOptionProps: {
|
|
876
903
|
isTypeOnly: true;
|
|
877
904
|
};
|
|
878
|
-
selectTriggerVariants: {};
|
|
879
905
|
Separator: {};
|
|
880
906
|
Sheet: {};
|
|
881
907
|
SheetClose: {};
|
|
@@ -909,6 +935,8 @@ export declare const mainGroup: {
|
|
|
909
935
|
SidebarSeparator: {};
|
|
910
936
|
SidebarTrigger: {};
|
|
911
937
|
Skeleton: {};
|
|
938
|
+
Slider: {};
|
|
939
|
+
Spinner: {};
|
|
912
940
|
Switch: {};
|
|
913
941
|
SwitchField: {};
|
|
914
942
|
SwitchFieldController: {};
|
|
@@ -930,6 +958,7 @@ export declare const mainGroup: {
|
|
|
930
958
|
TooltipContent: {};
|
|
931
959
|
TooltipProvider: {};
|
|
932
960
|
TooltipTrigger: {};
|
|
961
|
+
useAutocompleteFilter: {};
|
|
933
962
|
useConfirmDialog: {};
|
|
934
963
|
UseConfirmDialogRequestOptions: {
|
|
935
964
|
isTypeOnly: true;
|
|
@@ -938,7 +967,6 @@ export declare const mainGroup: {
|
|
|
938
967
|
useControlledState: {};
|
|
939
968
|
useControllerMerged: {};
|
|
940
969
|
useIsMobile: {};
|
|
941
|
-
useMultiComboboxContext: {};
|
|
942
970
|
useSidebar: {};
|
|
943
971
|
}>>;
|
|
944
972
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -956,15 +984,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
956
984
|
constants: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
957
985
|
forgotPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
958
986
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
987
|
+
'*': {};
|
|
959
988
|
graphql: {};
|
|
960
989
|
readFragment: {};
|
|
961
|
-
|
|
962
|
-
isTypeOnly: true;
|
|
963
|
-
};
|
|
964
|
-
ResultOf: {
|
|
965
|
-
isTypeOnly: true;
|
|
966
|
-
};
|
|
967
|
-
VariablesOf: {
|
|
990
|
+
FragmentType: {
|
|
968
991
|
isTypeOnly: true;
|
|
969
992
|
};
|
|
970
993
|
}>>;
|
|
@@ -975,6 +998,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
975
998
|
Alert: {};
|
|
976
999
|
AlertDescription: {};
|
|
977
1000
|
AlertTitle: {};
|
|
1001
|
+
Autocomplete: {};
|
|
1002
|
+
AutocompleteClear: {};
|
|
1003
|
+
AutocompleteCollection: {};
|
|
1004
|
+
AutocompleteContent: {};
|
|
1005
|
+
AutocompleteEmpty: {};
|
|
1006
|
+
AutocompleteGroup: {};
|
|
1007
|
+
AutocompleteInput: {};
|
|
1008
|
+
AutocompleteItem: {};
|
|
1009
|
+
AutocompleteLabel: {};
|
|
1010
|
+
AutocompleteList: {};
|
|
1011
|
+
AutocompleteSeparator: {};
|
|
1012
|
+
AutocompleteStatus: {};
|
|
1013
|
+
AutocompleteTrigger: {};
|
|
1014
|
+
AutocompleteValue: {};
|
|
978
1015
|
Badge: {};
|
|
979
1016
|
badgeVariants: {};
|
|
980
1017
|
BadgeWithIcon: {};
|
|
@@ -1003,18 +1040,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1003
1040
|
CheckedInput: {};
|
|
1004
1041
|
CircularProgress: {};
|
|
1005
1042
|
cn: {};
|
|
1043
|
+
Collapsible: {};
|
|
1044
|
+
CollapsibleContent: {};
|
|
1045
|
+
CollapsibleTrigger: {};
|
|
1006
1046
|
Combobox: {};
|
|
1007
1047
|
ComboboxField: {};
|
|
1008
1048
|
ComboboxFieldController: {};
|
|
1009
|
-
Command: {};
|
|
1010
|
-
CommandDialog: {};
|
|
1011
|
-
CommandEmpty: {};
|
|
1012
|
-
CommandGroup: {};
|
|
1013
|
-
CommandInput: {};
|
|
1014
|
-
CommandItem: {};
|
|
1015
|
-
CommandList: {};
|
|
1016
|
-
CommandSeparator: {};
|
|
1017
|
-
CommandShortcut: {};
|
|
1018
1049
|
ConfirmDialog: {};
|
|
1019
1050
|
DatePickerField: {};
|
|
1020
1051
|
DatePickerFieldController: {};
|
|
@@ -1051,37 +1082,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1051
1082
|
EmptyDisplay: {};
|
|
1052
1083
|
ErrorableLoader: {};
|
|
1053
1084
|
ErrorDisplay: {};
|
|
1054
|
-
|
|
1055
|
-
|
|
1085
|
+
Field: {};
|
|
1086
|
+
FieldContent: {};
|
|
1087
|
+
FieldDescription: {};
|
|
1088
|
+
FieldError: {};
|
|
1089
|
+
FieldGroup: {};
|
|
1090
|
+
FieldLabel: {};
|
|
1091
|
+
FieldLegend: {};
|
|
1092
|
+
FieldSeparator: {};
|
|
1093
|
+
FieldSet: {};
|
|
1094
|
+
FieldTitle: {};
|
|
1095
|
+
fieldVariants: {};
|
|
1056
1096
|
FormFieldProps: {
|
|
1057
1097
|
isTypeOnly: true;
|
|
1058
1098
|
};
|
|
1059
|
-
FormItem: {};
|
|
1060
|
-
FormLabel: {};
|
|
1061
|
-
FormMessage: {};
|
|
1062
1099
|
IconElement: {
|
|
1063
1100
|
isTypeOnly: true;
|
|
1064
1101
|
};
|
|
1065
1102
|
Input: {};
|
|
1066
1103
|
InputField: {};
|
|
1067
1104
|
InputFieldController: {};
|
|
1105
|
+
InputGroup: {};
|
|
1106
|
+
InputGroupAddon: {};
|
|
1107
|
+
InputGroupButton: {};
|
|
1108
|
+
InputGroupInput: {};
|
|
1109
|
+
InputGroupText: {};
|
|
1110
|
+
InputGroupTextarea: {};
|
|
1068
1111
|
inputVariants: {};
|
|
1069
1112
|
Label: {};
|
|
1070
1113
|
LinkButton: {};
|
|
1071
1114
|
Loader: {};
|
|
1072
1115
|
mergeRefs: {};
|
|
1073
1116
|
Modal: {};
|
|
1074
|
-
MultiCombobox: {};
|
|
1075
|
-
MultiComboboxContent: {};
|
|
1076
|
-
MultiComboboxEmpty: {};
|
|
1077
1117
|
MultiComboboxField: {};
|
|
1078
1118
|
MultiComboboxFieldController: {};
|
|
1079
1119
|
MultiComboboxFieldProps: {
|
|
1080
1120
|
isTypeOnly: true;
|
|
1081
1121
|
};
|
|
1082
|
-
MultiComboboxGroup: {};
|
|
1083
|
-
MultiComboboxInput: {};
|
|
1084
|
-
MultiComboboxItem: {};
|
|
1085
1122
|
MultiSelectOptionProps: {
|
|
1086
1123
|
isTypeOnly: true;
|
|
1087
1124
|
};
|
|
@@ -1104,16 +1141,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1104
1141
|
ReactSelectInput: {};
|
|
1105
1142
|
ScrollArea: {};
|
|
1106
1143
|
Select: {};
|
|
1107
|
-
selectCheckVariants: {};
|
|
1108
|
-
selectContentVariants: {};
|
|
1109
1144
|
SelectField: {};
|
|
1110
1145
|
SelectFieldController: {};
|
|
1111
1146
|
SelectInput: {};
|
|
1112
|
-
selectItemVariants: {};
|
|
1113
1147
|
SelectOptionProps: {
|
|
1114
1148
|
isTypeOnly: true;
|
|
1115
1149
|
};
|
|
1116
|
-
selectTriggerVariants: {};
|
|
1117
1150
|
Separator: {};
|
|
1118
1151
|
Sheet: {};
|
|
1119
1152
|
SheetClose: {};
|
|
@@ -1147,6 +1180,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1147
1180
|
SidebarSeparator: {};
|
|
1148
1181
|
SidebarTrigger: {};
|
|
1149
1182
|
Skeleton: {};
|
|
1183
|
+
Slider: {};
|
|
1184
|
+
Spinner: {};
|
|
1150
1185
|
Switch: {};
|
|
1151
1186
|
SwitchField: {};
|
|
1152
1187
|
SwitchFieldController: {};
|
|
@@ -1168,6 +1203,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1168
1203
|
TooltipContent: {};
|
|
1169
1204
|
TooltipProvider: {};
|
|
1170
1205
|
TooltipTrigger: {};
|
|
1206
|
+
useAutocompleteFilter: {};
|
|
1171
1207
|
useConfirmDialog: {};
|
|
1172
1208
|
UseConfirmDialogRequestOptions: {
|
|
1173
1209
|
isTypeOnly: true;
|
|
@@ -1176,7 +1212,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1176
1212
|
useControlledState: {};
|
|
1177
1213
|
useControllerMerged: {};
|
|
1178
1214
|
useIsMobile: {};
|
|
1179
|
-
useMultiComboboxContext: {};
|
|
1180
1215
|
useSidebar: {};
|
|
1181
1216
|
}>>;
|
|
1182
1217
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -1192,15 +1227,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1192
1227
|
getApolloErrorCode: {};
|
|
1193
1228
|
}>>;
|
|
1194
1229
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1230
|
+
'*': {};
|
|
1195
1231
|
graphql: {};
|
|
1196
1232
|
readFragment: {};
|
|
1197
|
-
|
|
1198
|
-
isTypeOnly: true;
|
|
1199
|
-
};
|
|
1200
|
-
ResultOf: {
|
|
1201
|
-
isTypeOnly: true;
|
|
1202
|
-
};
|
|
1203
|
-
VariablesOf: {
|
|
1233
|
+
FragmentType: {
|
|
1204
1234
|
isTypeOnly: true;
|
|
1205
1235
|
};
|
|
1206
1236
|
}>>;
|
|
@@ -1211,6 +1241,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1211
1241
|
Alert: {};
|
|
1212
1242
|
AlertDescription: {};
|
|
1213
1243
|
AlertTitle: {};
|
|
1244
|
+
Autocomplete: {};
|
|
1245
|
+
AutocompleteClear: {};
|
|
1246
|
+
AutocompleteCollection: {};
|
|
1247
|
+
AutocompleteContent: {};
|
|
1248
|
+
AutocompleteEmpty: {};
|
|
1249
|
+
AutocompleteGroup: {};
|
|
1250
|
+
AutocompleteInput: {};
|
|
1251
|
+
AutocompleteItem: {};
|
|
1252
|
+
AutocompleteLabel: {};
|
|
1253
|
+
AutocompleteList: {};
|
|
1254
|
+
AutocompleteSeparator: {};
|
|
1255
|
+
AutocompleteStatus: {};
|
|
1256
|
+
AutocompleteTrigger: {};
|
|
1257
|
+
AutocompleteValue: {};
|
|
1214
1258
|
Badge: {};
|
|
1215
1259
|
badgeVariants: {};
|
|
1216
1260
|
BadgeWithIcon: {};
|
|
@@ -1239,18 +1283,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1239
1283
|
CheckedInput: {};
|
|
1240
1284
|
CircularProgress: {};
|
|
1241
1285
|
cn: {};
|
|
1286
|
+
Collapsible: {};
|
|
1287
|
+
CollapsibleContent: {};
|
|
1288
|
+
CollapsibleTrigger: {};
|
|
1242
1289
|
Combobox: {};
|
|
1243
1290
|
ComboboxField: {};
|
|
1244
1291
|
ComboboxFieldController: {};
|
|
1245
|
-
Command: {};
|
|
1246
|
-
CommandDialog: {};
|
|
1247
|
-
CommandEmpty: {};
|
|
1248
|
-
CommandGroup: {};
|
|
1249
|
-
CommandInput: {};
|
|
1250
|
-
CommandItem: {};
|
|
1251
|
-
CommandList: {};
|
|
1252
|
-
CommandSeparator: {};
|
|
1253
|
-
CommandShortcut: {};
|
|
1254
1292
|
ConfirmDialog: {};
|
|
1255
1293
|
DatePickerField: {};
|
|
1256
1294
|
DatePickerFieldController: {};
|
|
@@ -1287,37 +1325,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1287
1325
|
EmptyDisplay: {};
|
|
1288
1326
|
ErrorableLoader: {};
|
|
1289
1327
|
ErrorDisplay: {};
|
|
1290
|
-
|
|
1291
|
-
|
|
1328
|
+
Field: {};
|
|
1329
|
+
FieldContent: {};
|
|
1330
|
+
FieldDescription: {};
|
|
1331
|
+
FieldError: {};
|
|
1332
|
+
FieldGroup: {};
|
|
1333
|
+
FieldLabel: {};
|
|
1334
|
+
FieldLegend: {};
|
|
1335
|
+
FieldSeparator: {};
|
|
1336
|
+
FieldSet: {};
|
|
1337
|
+
FieldTitle: {};
|
|
1338
|
+
fieldVariants: {};
|
|
1292
1339
|
FormFieldProps: {
|
|
1293
1340
|
isTypeOnly: true;
|
|
1294
1341
|
};
|
|
1295
|
-
FormItem: {};
|
|
1296
|
-
FormLabel: {};
|
|
1297
|
-
FormMessage: {};
|
|
1298
1342
|
IconElement: {
|
|
1299
1343
|
isTypeOnly: true;
|
|
1300
1344
|
};
|
|
1301
1345
|
Input: {};
|
|
1302
1346
|
InputField: {};
|
|
1303
1347
|
InputFieldController: {};
|
|
1348
|
+
InputGroup: {};
|
|
1349
|
+
InputGroupAddon: {};
|
|
1350
|
+
InputGroupButton: {};
|
|
1351
|
+
InputGroupInput: {};
|
|
1352
|
+
InputGroupText: {};
|
|
1353
|
+
InputGroupTextarea: {};
|
|
1304
1354
|
inputVariants: {};
|
|
1305
1355
|
Label: {};
|
|
1306
1356
|
LinkButton: {};
|
|
1307
1357
|
Loader: {};
|
|
1308
1358
|
mergeRefs: {};
|
|
1309
1359
|
Modal: {};
|
|
1310
|
-
MultiCombobox: {};
|
|
1311
|
-
MultiComboboxContent: {};
|
|
1312
|
-
MultiComboboxEmpty: {};
|
|
1313
1360
|
MultiComboboxField: {};
|
|
1314
1361
|
MultiComboboxFieldController: {};
|
|
1315
1362
|
MultiComboboxFieldProps: {
|
|
1316
1363
|
isTypeOnly: true;
|
|
1317
1364
|
};
|
|
1318
|
-
MultiComboboxGroup: {};
|
|
1319
|
-
MultiComboboxInput: {};
|
|
1320
|
-
MultiComboboxItem: {};
|
|
1321
1365
|
MultiSelectOptionProps: {
|
|
1322
1366
|
isTypeOnly: true;
|
|
1323
1367
|
};
|
|
@@ -1340,16 +1384,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1340
1384
|
ReactSelectInput: {};
|
|
1341
1385
|
ScrollArea: {};
|
|
1342
1386
|
Select: {};
|
|
1343
|
-
selectCheckVariants: {};
|
|
1344
|
-
selectContentVariants: {};
|
|
1345
1387
|
SelectField: {};
|
|
1346
1388
|
SelectFieldController: {};
|
|
1347
1389
|
SelectInput: {};
|
|
1348
|
-
selectItemVariants: {};
|
|
1349
1390
|
SelectOptionProps: {
|
|
1350
1391
|
isTypeOnly: true;
|
|
1351
1392
|
};
|
|
1352
|
-
selectTriggerVariants: {};
|
|
1353
1393
|
Separator: {};
|
|
1354
1394
|
Sheet: {};
|
|
1355
1395
|
SheetClose: {};
|
|
@@ -1383,6 +1423,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1383
1423
|
SidebarSeparator: {};
|
|
1384
1424
|
SidebarTrigger: {};
|
|
1385
1425
|
Skeleton: {};
|
|
1426
|
+
Slider: {};
|
|
1427
|
+
Spinner: {};
|
|
1386
1428
|
Switch: {};
|
|
1387
1429
|
SwitchField: {};
|
|
1388
1430
|
SwitchFieldController: {};
|
|
@@ -1404,6 +1446,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1404
1446
|
TooltipContent: {};
|
|
1405
1447
|
TooltipProvider: {};
|
|
1406
1448
|
TooltipTrigger: {};
|
|
1449
|
+
useAutocompleteFilter: {};
|
|
1407
1450
|
useConfirmDialog: {};
|
|
1408
1451
|
UseConfirmDialogRequestOptions: {
|
|
1409
1452
|
isTypeOnly: true;
|
|
@@ -1412,7 +1455,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1412
1455
|
useControlledState: {};
|
|
1413
1456
|
useControllerMerged: {};
|
|
1414
1457
|
useIsMobile: {};
|
|
1415
|
-
useMultiComboboxContext: {};
|
|
1416
1458
|
useSidebar: {};
|
|
1417
1459
|
}>>;
|
|
1418
1460
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -1432,15 +1474,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1432
1474
|
getApolloErrorCode: {};
|
|
1433
1475
|
}>>;
|
|
1434
1476
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1477
|
+
'*': {};
|
|
1435
1478
|
graphql: {};
|
|
1436
1479
|
readFragment: {};
|
|
1437
|
-
|
|
1438
|
-
isTypeOnly: true;
|
|
1439
|
-
};
|
|
1440
|
-
ResultOf: {
|
|
1441
|
-
isTypeOnly: true;
|
|
1442
|
-
};
|
|
1443
|
-
VariablesOf: {
|
|
1480
|
+
FragmentType: {
|
|
1444
1481
|
isTypeOnly: true;
|
|
1445
1482
|
};
|
|
1446
1483
|
}>>;
|
|
@@ -1451,6 +1488,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1451
1488
|
Alert: {};
|
|
1452
1489
|
AlertDescription: {};
|
|
1453
1490
|
AlertTitle: {};
|
|
1491
|
+
Autocomplete: {};
|
|
1492
|
+
AutocompleteClear: {};
|
|
1493
|
+
AutocompleteCollection: {};
|
|
1494
|
+
AutocompleteContent: {};
|
|
1495
|
+
AutocompleteEmpty: {};
|
|
1496
|
+
AutocompleteGroup: {};
|
|
1497
|
+
AutocompleteInput: {};
|
|
1498
|
+
AutocompleteItem: {};
|
|
1499
|
+
AutocompleteLabel: {};
|
|
1500
|
+
AutocompleteList: {};
|
|
1501
|
+
AutocompleteSeparator: {};
|
|
1502
|
+
AutocompleteStatus: {};
|
|
1503
|
+
AutocompleteTrigger: {};
|
|
1504
|
+
AutocompleteValue: {};
|
|
1454
1505
|
Badge: {};
|
|
1455
1506
|
badgeVariants: {};
|
|
1456
1507
|
BadgeWithIcon: {};
|
|
@@ -1479,18 +1530,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1479
1530
|
CheckedInput: {};
|
|
1480
1531
|
CircularProgress: {};
|
|
1481
1532
|
cn: {};
|
|
1533
|
+
Collapsible: {};
|
|
1534
|
+
CollapsibleContent: {};
|
|
1535
|
+
CollapsibleTrigger: {};
|
|
1482
1536
|
Combobox: {};
|
|
1483
1537
|
ComboboxField: {};
|
|
1484
1538
|
ComboboxFieldController: {};
|
|
1485
|
-
Command: {};
|
|
1486
|
-
CommandDialog: {};
|
|
1487
|
-
CommandEmpty: {};
|
|
1488
|
-
CommandGroup: {};
|
|
1489
|
-
CommandInput: {};
|
|
1490
|
-
CommandItem: {};
|
|
1491
|
-
CommandList: {};
|
|
1492
|
-
CommandSeparator: {};
|
|
1493
|
-
CommandShortcut: {};
|
|
1494
1539
|
ConfirmDialog: {};
|
|
1495
1540
|
DatePickerField: {};
|
|
1496
1541
|
DatePickerFieldController: {};
|
|
@@ -1527,37 +1572,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1527
1572
|
EmptyDisplay: {};
|
|
1528
1573
|
ErrorableLoader: {};
|
|
1529
1574
|
ErrorDisplay: {};
|
|
1530
|
-
|
|
1531
|
-
|
|
1575
|
+
Field: {};
|
|
1576
|
+
FieldContent: {};
|
|
1577
|
+
FieldDescription: {};
|
|
1578
|
+
FieldError: {};
|
|
1579
|
+
FieldGroup: {};
|
|
1580
|
+
FieldLabel: {};
|
|
1581
|
+
FieldLegend: {};
|
|
1582
|
+
FieldSeparator: {};
|
|
1583
|
+
FieldSet: {};
|
|
1584
|
+
FieldTitle: {};
|
|
1585
|
+
fieldVariants: {};
|
|
1532
1586
|
FormFieldProps: {
|
|
1533
1587
|
isTypeOnly: true;
|
|
1534
1588
|
};
|
|
1535
|
-
FormItem: {};
|
|
1536
|
-
FormLabel: {};
|
|
1537
|
-
FormMessage: {};
|
|
1538
1589
|
IconElement: {
|
|
1539
1590
|
isTypeOnly: true;
|
|
1540
1591
|
};
|
|
1541
1592
|
Input: {};
|
|
1542
1593
|
InputField: {};
|
|
1543
1594
|
InputFieldController: {};
|
|
1595
|
+
InputGroup: {};
|
|
1596
|
+
InputGroupAddon: {};
|
|
1597
|
+
InputGroupButton: {};
|
|
1598
|
+
InputGroupInput: {};
|
|
1599
|
+
InputGroupText: {};
|
|
1600
|
+
InputGroupTextarea: {};
|
|
1544
1601
|
inputVariants: {};
|
|
1545
1602
|
Label: {};
|
|
1546
1603
|
LinkButton: {};
|
|
1547
1604
|
Loader: {};
|
|
1548
1605
|
mergeRefs: {};
|
|
1549
1606
|
Modal: {};
|
|
1550
|
-
MultiCombobox: {};
|
|
1551
|
-
MultiComboboxContent: {};
|
|
1552
|
-
MultiComboboxEmpty: {};
|
|
1553
1607
|
MultiComboboxField: {};
|
|
1554
1608
|
MultiComboboxFieldController: {};
|
|
1555
1609
|
MultiComboboxFieldProps: {
|
|
1556
1610
|
isTypeOnly: true;
|
|
1557
1611
|
};
|
|
1558
|
-
MultiComboboxGroup: {};
|
|
1559
|
-
MultiComboboxInput: {};
|
|
1560
|
-
MultiComboboxItem: {};
|
|
1561
1612
|
MultiSelectOptionProps: {
|
|
1562
1613
|
isTypeOnly: true;
|
|
1563
1614
|
};
|
|
@@ -1580,16 +1631,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1580
1631
|
ReactSelectInput: {};
|
|
1581
1632
|
ScrollArea: {};
|
|
1582
1633
|
Select: {};
|
|
1583
|
-
selectCheckVariants: {};
|
|
1584
|
-
selectContentVariants: {};
|
|
1585
1634
|
SelectField: {};
|
|
1586
1635
|
SelectFieldController: {};
|
|
1587
1636
|
SelectInput: {};
|
|
1588
|
-
selectItemVariants: {};
|
|
1589
1637
|
SelectOptionProps: {
|
|
1590
1638
|
isTypeOnly: true;
|
|
1591
1639
|
};
|
|
1592
|
-
selectTriggerVariants: {};
|
|
1593
1640
|
Separator: {};
|
|
1594
1641
|
Sheet: {};
|
|
1595
1642
|
SheetClose: {};
|
|
@@ -1623,6 +1670,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1623
1670
|
SidebarSeparator: {};
|
|
1624
1671
|
SidebarTrigger: {};
|
|
1625
1672
|
Skeleton: {};
|
|
1673
|
+
Slider: {};
|
|
1674
|
+
Spinner: {};
|
|
1626
1675
|
Switch: {};
|
|
1627
1676
|
SwitchField: {};
|
|
1628
1677
|
SwitchFieldController: {};
|
|
@@ -1644,6 +1693,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1644
1693
|
TooltipContent: {};
|
|
1645
1694
|
TooltipProvider: {};
|
|
1646
1695
|
TooltipTrigger: {};
|
|
1696
|
+
useAutocompleteFilter: {};
|
|
1647
1697
|
useConfirmDialog: {};
|
|
1648
1698
|
UseConfirmDialogRequestOptions: {
|
|
1649
1699
|
isTypeOnly: true;
|
|
@@ -1652,7 +1702,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1652
1702
|
useControlledState: {};
|
|
1653
1703
|
useControllerMerged: {};
|
|
1654
1704
|
useIsMobile: {};
|
|
1655
|
-
useMultiComboboxContext: {};
|
|
1656
1705
|
useSidebar: {};
|
|
1657
1706
|
}>>;
|
|
1658
1707
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -1672,15 +1721,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1672
1721
|
getApolloErrorCode: {};
|
|
1673
1722
|
}>>;
|
|
1674
1723
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1724
|
+
'*': {};
|
|
1675
1725
|
graphql: {};
|
|
1676
1726
|
readFragment: {};
|
|
1677
|
-
|
|
1678
|
-
isTypeOnly: true;
|
|
1679
|
-
};
|
|
1680
|
-
ResultOf: {
|
|
1681
|
-
isTypeOnly: true;
|
|
1682
|
-
};
|
|
1683
|
-
VariablesOf: {
|
|
1727
|
+
FragmentType: {
|
|
1684
1728
|
isTypeOnly: true;
|
|
1685
1729
|
};
|
|
1686
1730
|
}>>;
|
|
@@ -1691,6 +1735,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1691
1735
|
Alert: {};
|
|
1692
1736
|
AlertDescription: {};
|
|
1693
1737
|
AlertTitle: {};
|
|
1738
|
+
Autocomplete: {};
|
|
1739
|
+
AutocompleteClear: {};
|
|
1740
|
+
AutocompleteCollection: {};
|
|
1741
|
+
AutocompleteContent: {};
|
|
1742
|
+
AutocompleteEmpty: {};
|
|
1743
|
+
AutocompleteGroup: {};
|
|
1744
|
+
AutocompleteInput: {};
|
|
1745
|
+
AutocompleteItem: {};
|
|
1746
|
+
AutocompleteLabel: {};
|
|
1747
|
+
AutocompleteList: {};
|
|
1748
|
+
AutocompleteSeparator: {};
|
|
1749
|
+
AutocompleteStatus: {};
|
|
1750
|
+
AutocompleteTrigger: {};
|
|
1751
|
+
AutocompleteValue: {};
|
|
1694
1752
|
Badge: {};
|
|
1695
1753
|
badgeVariants: {};
|
|
1696
1754
|
BadgeWithIcon: {};
|
|
@@ -1719,18 +1777,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1719
1777
|
CheckedInput: {};
|
|
1720
1778
|
CircularProgress: {};
|
|
1721
1779
|
cn: {};
|
|
1780
|
+
Collapsible: {};
|
|
1781
|
+
CollapsibleContent: {};
|
|
1782
|
+
CollapsibleTrigger: {};
|
|
1722
1783
|
Combobox: {};
|
|
1723
1784
|
ComboboxField: {};
|
|
1724
1785
|
ComboboxFieldController: {};
|
|
1725
|
-
Command: {};
|
|
1726
|
-
CommandDialog: {};
|
|
1727
|
-
CommandEmpty: {};
|
|
1728
|
-
CommandGroup: {};
|
|
1729
|
-
CommandInput: {};
|
|
1730
|
-
CommandItem: {};
|
|
1731
|
-
CommandList: {};
|
|
1732
|
-
CommandSeparator: {};
|
|
1733
|
-
CommandShortcut: {};
|
|
1734
1786
|
ConfirmDialog: {};
|
|
1735
1787
|
DatePickerField: {};
|
|
1736
1788
|
DatePickerFieldController: {};
|
|
@@ -1767,37 +1819,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1767
1819
|
EmptyDisplay: {};
|
|
1768
1820
|
ErrorableLoader: {};
|
|
1769
1821
|
ErrorDisplay: {};
|
|
1770
|
-
|
|
1771
|
-
|
|
1822
|
+
Field: {};
|
|
1823
|
+
FieldContent: {};
|
|
1824
|
+
FieldDescription: {};
|
|
1825
|
+
FieldError: {};
|
|
1826
|
+
FieldGroup: {};
|
|
1827
|
+
FieldLabel: {};
|
|
1828
|
+
FieldLegend: {};
|
|
1829
|
+
FieldSeparator: {};
|
|
1830
|
+
FieldSet: {};
|
|
1831
|
+
FieldTitle: {};
|
|
1832
|
+
fieldVariants: {};
|
|
1772
1833
|
FormFieldProps: {
|
|
1773
1834
|
isTypeOnly: true;
|
|
1774
1835
|
};
|
|
1775
|
-
FormItem: {};
|
|
1776
|
-
FormLabel: {};
|
|
1777
|
-
FormMessage: {};
|
|
1778
1836
|
IconElement: {
|
|
1779
1837
|
isTypeOnly: true;
|
|
1780
1838
|
};
|
|
1781
1839
|
Input: {};
|
|
1782
1840
|
InputField: {};
|
|
1783
1841
|
InputFieldController: {};
|
|
1842
|
+
InputGroup: {};
|
|
1843
|
+
InputGroupAddon: {};
|
|
1844
|
+
InputGroupButton: {};
|
|
1845
|
+
InputGroupInput: {};
|
|
1846
|
+
InputGroupText: {};
|
|
1847
|
+
InputGroupTextarea: {};
|
|
1784
1848
|
inputVariants: {};
|
|
1785
1849
|
Label: {};
|
|
1786
1850
|
LinkButton: {};
|
|
1787
1851
|
Loader: {};
|
|
1788
1852
|
mergeRefs: {};
|
|
1789
1853
|
Modal: {};
|
|
1790
|
-
MultiCombobox: {};
|
|
1791
|
-
MultiComboboxContent: {};
|
|
1792
|
-
MultiComboboxEmpty: {};
|
|
1793
1854
|
MultiComboboxField: {};
|
|
1794
1855
|
MultiComboboxFieldController: {};
|
|
1795
1856
|
MultiComboboxFieldProps: {
|
|
1796
1857
|
isTypeOnly: true;
|
|
1797
1858
|
};
|
|
1798
|
-
MultiComboboxGroup: {};
|
|
1799
|
-
MultiComboboxInput: {};
|
|
1800
|
-
MultiComboboxItem: {};
|
|
1801
1859
|
MultiSelectOptionProps: {
|
|
1802
1860
|
isTypeOnly: true;
|
|
1803
1861
|
};
|
|
@@ -1820,16 +1878,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1820
1878
|
ReactSelectInput: {};
|
|
1821
1879
|
ScrollArea: {};
|
|
1822
1880
|
Select: {};
|
|
1823
|
-
selectCheckVariants: {};
|
|
1824
|
-
selectContentVariants: {};
|
|
1825
1881
|
SelectField: {};
|
|
1826
1882
|
SelectFieldController: {};
|
|
1827
1883
|
SelectInput: {};
|
|
1828
|
-
selectItemVariants: {};
|
|
1829
1884
|
SelectOptionProps: {
|
|
1830
1885
|
isTypeOnly: true;
|
|
1831
1886
|
};
|
|
1832
|
-
selectTriggerVariants: {};
|
|
1833
1887
|
Separator: {};
|
|
1834
1888
|
Sheet: {};
|
|
1835
1889
|
SheetClose: {};
|
|
@@ -1863,6 +1917,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1863
1917
|
SidebarSeparator: {};
|
|
1864
1918
|
SidebarTrigger: {};
|
|
1865
1919
|
Skeleton: {};
|
|
1920
|
+
Slider: {};
|
|
1921
|
+
Spinner: {};
|
|
1866
1922
|
Switch: {};
|
|
1867
1923
|
SwitchField: {};
|
|
1868
1924
|
SwitchFieldController: {};
|
|
@@ -1884,6 +1940,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1884
1940
|
TooltipContent: {};
|
|
1885
1941
|
TooltipProvider: {};
|
|
1886
1942
|
TooltipTrigger: {};
|
|
1943
|
+
useAutocompleteFilter: {};
|
|
1887
1944
|
useConfirmDialog: {};
|
|
1888
1945
|
UseConfirmDialogRequestOptions: {
|
|
1889
1946
|
isTypeOnly: true;
|
|
@@ -1892,7 +1949,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1892
1949
|
useControlledState: {};
|
|
1893
1950
|
useControllerMerged: {};
|
|
1894
1951
|
useIsMobile: {};
|
|
1895
|
-
useMultiComboboxContext: {};
|
|
1896
1952
|
useSidebar: {};
|
|
1897
1953
|
}>>;
|
|
1898
1954
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
@@ -1910,15 +1966,10 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1910
1966
|
getApolloErrorCode: {};
|
|
1911
1967
|
}>>;
|
|
1912
1968
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1969
|
+
'*': {};
|
|
1913
1970
|
graphql: {};
|
|
1914
1971
|
readFragment: {};
|
|
1915
|
-
|
|
1916
|
-
isTypeOnly: true;
|
|
1917
|
-
};
|
|
1918
|
-
ResultOf: {
|
|
1919
|
-
isTypeOnly: true;
|
|
1920
|
-
};
|
|
1921
|
-
VariablesOf: {
|
|
1972
|
+
FragmentType: {
|
|
1922
1973
|
isTypeOnly: true;
|
|
1923
1974
|
};
|
|
1924
1975
|
}>>;
|
|
@@ -1929,6 +1980,20 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1929
1980
|
Alert: {};
|
|
1930
1981
|
AlertDescription: {};
|
|
1931
1982
|
AlertTitle: {};
|
|
1983
|
+
Autocomplete: {};
|
|
1984
|
+
AutocompleteClear: {};
|
|
1985
|
+
AutocompleteCollection: {};
|
|
1986
|
+
AutocompleteContent: {};
|
|
1987
|
+
AutocompleteEmpty: {};
|
|
1988
|
+
AutocompleteGroup: {};
|
|
1989
|
+
AutocompleteInput: {};
|
|
1990
|
+
AutocompleteItem: {};
|
|
1991
|
+
AutocompleteLabel: {};
|
|
1992
|
+
AutocompleteList: {};
|
|
1993
|
+
AutocompleteSeparator: {};
|
|
1994
|
+
AutocompleteStatus: {};
|
|
1995
|
+
AutocompleteTrigger: {};
|
|
1996
|
+
AutocompleteValue: {};
|
|
1932
1997
|
Badge: {};
|
|
1933
1998
|
badgeVariants: {};
|
|
1934
1999
|
BadgeWithIcon: {};
|
|
@@ -1957,18 +2022,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1957
2022
|
CheckedInput: {};
|
|
1958
2023
|
CircularProgress: {};
|
|
1959
2024
|
cn: {};
|
|
2025
|
+
Collapsible: {};
|
|
2026
|
+
CollapsibleContent: {};
|
|
2027
|
+
CollapsibleTrigger: {};
|
|
1960
2028
|
Combobox: {};
|
|
1961
2029
|
ComboboxField: {};
|
|
1962
2030
|
ComboboxFieldController: {};
|
|
1963
|
-
Command: {};
|
|
1964
|
-
CommandDialog: {};
|
|
1965
|
-
CommandEmpty: {};
|
|
1966
|
-
CommandGroup: {};
|
|
1967
|
-
CommandInput: {};
|
|
1968
|
-
CommandItem: {};
|
|
1969
|
-
CommandList: {};
|
|
1970
|
-
CommandSeparator: {};
|
|
1971
|
-
CommandShortcut: {};
|
|
1972
2031
|
ConfirmDialog: {};
|
|
1973
2032
|
DatePickerField: {};
|
|
1974
2033
|
DatePickerFieldController: {};
|
|
@@ -2005,37 +2064,43 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2005
2064
|
EmptyDisplay: {};
|
|
2006
2065
|
ErrorableLoader: {};
|
|
2007
2066
|
ErrorDisplay: {};
|
|
2008
|
-
|
|
2009
|
-
|
|
2067
|
+
Field: {};
|
|
2068
|
+
FieldContent: {};
|
|
2069
|
+
FieldDescription: {};
|
|
2070
|
+
FieldError: {};
|
|
2071
|
+
FieldGroup: {};
|
|
2072
|
+
FieldLabel: {};
|
|
2073
|
+
FieldLegend: {};
|
|
2074
|
+
FieldSeparator: {};
|
|
2075
|
+
FieldSet: {};
|
|
2076
|
+
FieldTitle: {};
|
|
2077
|
+
fieldVariants: {};
|
|
2010
2078
|
FormFieldProps: {
|
|
2011
2079
|
isTypeOnly: true;
|
|
2012
2080
|
};
|
|
2013
|
-
FormItem: {};
|
|
2014
|
-
FormLabel: {};
|
|
2015
|
-
FormMessage: {};
|
|
2016
2081
|
IconElement: {
|
|
2017
2082
|
isTypeOnly: true;
|
|
2018
2083
|
};
|
|
2019
2084
|
Input: {};
|
|
2020
2085
|
InputField: {};
|
|
2021
2086
|
InputFieldController: {};
|
|
2087
|
+
InputGroup: {};
|
|
2088
|
+
InputGroupAddon: {};
|
|
2089
|
+
InputGroupButton: {};
|
|
2090
|
+
InputGroupInput: {};
|
|
2091
|
+
InputGroupText: {};
|
|
2092
|
+
InputGroupTextarea: {};
|
|
2022
2093
|
inputVariants: {};
|
|
2023
2094
|
Label: {};
|
|
2024
2095
|
LinkButton: {};
|
|
2025
2096
|
Loader: {};
|
|
2026
2097
|
mergeRefs: {};
|
|
2027
2098
|
Modal: {};
|
|
2028
|
-
MultiCombobox: {};
|
|
2029
|
-
MultiComboboxContent: {};
|
|
2030
|
-
MultiComboboxEmpty: {};
|
|
2031
2099
|
MultiComboboxField: {};
|
|
2032
2100
|
MultiComboboxFieldController: {};
|
|
2033
2101
|
MultiComboboxFieldProps: {
|
|
2034
2102
|
isTypeOnly: true;
|
|
2035
2103
|
};
|
|
2036
|
-
MultiComboboxGroup: {};
|
|
2037
|
-
MultiComboboxInput: {};
|
|
2038
|
-
MultiComboboxItem: {};
|
|
2039
2104
|
MultiSelectOptionProps: {
|
|
2040
2105
|
isTypeOnly: true;
|
|
2041
2106
|
};
|
|
@@ -2058,16 +2123,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2058
2123
|
ReactSelectInput: {};
|
|
2059
2124
|
ScrollArea: {};
|
|
2060
2125
|
Select: {};
|
|
2061
|
-
selectCheckVariants: {};
|
|
2062
|
-
selectContentVariants: {};
|
|
2063
2126
|
SelectField: {};
|
|
2064
2127
|
SelectFieldController: {};
|
|
2065
2128
|
SelectInput: {};
|
|
2066
|
-
selectItemVariants: {};
|
|
2067
2129
|
SelectOptionProps: {
|
|
2068
2130
|
isTypeOnly: true;
|
|
2069
2131
|
};
|
|
2070
|
-
selectTriggerVariants: {};
|
|
2071
2132
|
Separator: {};
|
|
2072
2133
|
Sheet: {};
|
|
2073
2134
|
SheetClose: {};
|
|
@@ -2101,6 +2162,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2101
2162
|
SidebarSeparator: {};
|
|
2102
2163
|
SidebarTrigger: {};
|
|
2103
2164
|
Skeleton: {};
|
|
2165
|
+
Slider: {};
|
|
2166
|
+
Spinner: {};
|
|
2104
2167
|
Switch: {};
|
|
2105
2168
|
SwitchField: {};
|
|
2106
2169
|
SwitchFieldController: {};
|
|
@@ -2122,6 +2185,7 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2122
2185
|
TooltipContent: {};
|
|
2123
2186
|
TooltipProvider: {};
|
|
2124
2187
|
TooltipTrigger: {};
|
|
2188
|
+
useAutocompleteFilter: {};
|
|
2125
2189
|
useConfirmDialog: {};
|
|
2126
2190
|
UseConfirmDialogRequestOptions: {
|
|
2127
2191
|
isTypeOnly: true;
|
|
@@ -2130,7 +2194,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2130
2194
|
useControlledState: {};
|
|
2131
2195
|
useControllerMerged: {};
|
|
2132
2196
|
useIsMobile: {};
|
|
2133
|
-
useMultiComboboxContext: {};
|
|
2134
2197
|
useSidebar: {};
|
|
2135
2198
|
}>>;
|
|
2136
2199
|
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|