@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
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
export declare const mainGroup: {
|
|
2
2
|
passwordResetDialog: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
3
3
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
4
|
+
'*': {};
|
|
4
5
|
graphql: {};
|
|
5
6
|
readFragment: {};
|
|
6
|
-
|
|
7
|
-
isTypeOnly: true;
|
|
8
|
-
};
|
|
9
|
-
ResultOf: {
|
|
10
|
-
isTypeOnly: true;
|
|
11
|
-
};
|
|
12
|
-
VariablesOf: {
|
|
7
|
+
FragmentType: {
|
|
13
8
|
isTypeOnly: true;
|
|
14
9
|
};
|
|
15
10
|
}>>;
|
|
@@ -20,6 +15,20 @@ export declare const mainGroup: {
|
|
|
20
15
|
Alert: {};
|
|
21
16
|
AlertDescription: {};
|
|
22
17
|
AlertTitle: {};
|
|
18
|
+
Autocomplete: {};
|
|
19
|
+
AutocompleteClear: {};
|
|
20
|
+
AutocompleteCollection: {};
|
|
21
|
+
AutocompleteContent: {};
|
|
22
|
+
AutocompleteEmpty: {};
|
|
23
|
+
AutocompleteGroup: {};
|
|
24
|
+
AutocompleteInput: {};
|
|
25
|
+
AutocompleteItem: {};
|
|
26
|
+
AutocompleteLabel: {};
|
|
27
|
+
AutocompleteList: {};
|
|
28
|
+
AutocompleteSeparator: {};
|
|
29
|
+
AutocompleteStatus: {};
|
|
30
|
+
AutocompleteTrigger: {};
|
|
31
|
+
AutocompleteValue: {};
|
|
23
32
|
Badge: {};
|
|
24
33
|
badgeVariants: {};
|
|
25
34
|
BadgeWithIcon: {};
|
|
@@ -48,18 +57,12 @@ export declare const mainGroup: {
|
|
|
48
57
|
CheckedInput: {};
|
|
49
58
|
CircularProgress: {};
|
|
50
59
|
cn: {};
|
|
60
|
+
Collapsible: {};
|
|
61
|
+
CollapsibleContent: {};
|
|
62
|
+
CollapsibleTrigger: {};
|
|
51
63
|
Combobox: {};
|
|
52
64
|
ComboboxField: {};
|
|
53
65
|
ComboboxFieldController: {};
|
|
54
|
-
Command: {};
|
|
55
|
-
CommandDialog: {};
|
|
56
|
-
CommandEmpty: {};
|
|
57
|
-
CommandGroup: {};
|
|
58
|
-
CommandInput: {};
|
|
59
|
-
CommandItem: {};
|
|
60
|
-
CommandList: {};
|
|
61
|
-
CommandSeparator: {};
|
|
62
|
-
CommandShortcut: {};
|
|
63
66
|
ConfirmDialog: {};
|
|
64
67
|
DatePickerField: {};
|
|
65
68
|
DatePickerFieldController: {};
|
|
@@ -96,37 +99,43 @@ export declare const mainGroup: {
|
|
|
96
99
|
EmptyDisplay: {};
|
|
97
100
|
ErrorableLoader: {};
|
|
98
101
|
ErrorDisplay: {};
|
|
99
|
-
|
|
100
|
-
|
|
102
|
+
Field: {};
|
|
103
|
+
FieldContent: {};
|
|
104
|
+
FieldDescription: {};
|
|
105
|
+
FieldError: {};
|
|
106
|
+
FieldGroup: {};
|
|
107
|
+
FieldLabel: {};
|
|
108
|
+
FieldLegend: {};
|
|
109
|
+
FieldSeparator: {};
|
|
110
|
+
FieldSet: {};
|
|
111
|
+
FieldTitle: {};
|
|
112
|
+
fieldVariants: {};
|
|
101
113
|
FormFieldProps: {
|
|
102
114
|
isTypeOnly: true;
|
|
103
115
|
};
|
|
104
|
-
FormItem: {};
|
|
105
|
-
FormLabel: {};
|
|
106
|
-
FormMessage: {};
|
|
107
116
|
IconElement: {
|
|
108
117
|
isTypeOnly: true;
|
|
109
118
|
};
|
|
110
119
|
Input: {};
|
|
111
120
|
InputField: {};
|
|
112
121
|
InputFieldController: {};
|
|
122
|
+
InputGroup: {};
|
|
123
|
+
InputGroupAddon: {};
|
|
124
|
+
InputGroupButton: {};
|
|
125
|
+
InputGroupInput: {};
|
|
126
|
+
InputGroupText: {};
|
|
127
|
+
InputGroupTextarea: {};
|
|
113
128
|
inputVariants: {};
|
|
114
129
|
Label: {};
|
|
115
130
|
LinkButton: {};
|
|
116
131
|
Loader: {};
|
|
117
132
|
mergeRefs: {};
|
|
118
133
|
Modal: {};
|
|
119
|
-
MultiCombobox: {};
|
|
120
|
-
MultiComboboxContent: {};
|
|
121
|
-
MultiComboboxEmpty: {};
|
|
122
134
|
MultiComboboxField: {};
|
|
123
135
|
MultiComboboxFieldController: {};
|
|
124
136
|
MultiComboboxFieldProps: {
|
|
125
137
|
isTypeOnly: true;
|
|
126
138
|
};
|
|
127
|
-
MultiComboboxGroup: {};
|
|
128
|
-
MultiComboboxInput: {};
|
|
129
|
-
MultiComboboxItem: {};
|
|
130
139
|
MultiSelectOptionProps: {
|
|
131
140
|
isTypeOnly: true;
|
|
132
141
|
};
|
|
@@ -149,16 +158,12 @@ export declare const mainGroup: {
|
|
|
149
158
|
ReactSelectInput: {};
|
|
150
159
|
ScrollArea: {};
|
|
151
160
|
Select: {};
|
|
152
|
-
selectCheckVariants: {};
|
|
153
|
-
selectContentVariants: {};
|
|
154
161
|
SelectField: {};
|
|
155
162
|
SelectFieldController: {};
|
|
156
163
|
SelectInput: {};
|
|
157
|
-
selectItemVariants: {};
|
|
158
164
|
SelectOptionProps: {
|
|
159
165
|
isTypeOnly: true;
|
|
160
166
|
};
|
|
161
|
-
selectTriggerVariants: {};
|
|
162
167
|
Separator: {};
|
|
163
168
|
Sheet: {};
|
|
164
169
|
SheetClose: {};
|
|
@@ -192,6 +197,8 @@ export declare const mainGroup: {
|
|
|
192
197
|
SidebarSeparator: {};
|
|
193
198
|
SidebarTrigger: {};
|
|
194
199
|
Skeleton: {};
|
|
200
|
+
Slider: {};
|
|
201
|
+
Spinner: {};
|
|
195
202
|
Switch: {};
|
|
196
203
|
SwitchField: {};
|
|
197
204
|
SwitchFieldController: {};
|
|
@@ -213,6 +220,7 @@ export declare const mainGroup: {
|
|
|
213
220
|
TooltipContent: {};
|
|
214
221
|
TooltipProvider: {};
|
|
215
222
|
TooltipTrigger: {};
|
|
223
|
+
useAutocompleteFilter: {};
|
|
216
224
|
useConfirmDialog: {};
|
|
217
225
|
UseConfirmDialogRequestOptions: {
|
|
218
226
|
isTypeOnly: true;
|
|
@@ -221,7 +229,6 @@ export declare const mainGroup: {
|
|
|
221
229
|
useControlledState: {};
|
|
222
230
|
useControllerMerged: {};
|
|
223
231
|
useIsMobile: {};
|
|
224
|
-
useMultiComboboxContext: {};
|
|
225
232
|
useSidebar: {};
|
|
226
233
|
}>>;
|
|
227
234
|
}, Record<never, Record<never, never>>>;
|
|
@@ -230,15 +237,10 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
230
237
|
mainGroup: {
|
|
231
238
|
passwordResetDialog: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
232
239
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
240
|
+
'*': {};
|
|
233
241
|
graphql: {};
|
|
234
242
|
readFragment: {};
|
|
235
|
-
|
|
236
|
-
isTypeOnly: true;
|
|
237
|
-
};
|
|
238
|
-
ResultOf: {
|
|
239
|
-
isTypeOnly: true;
|
|
240
|
-
};
|
|
241
|
-
VariablesOf: {
|
|
243
|
+
FragmentType: {
|
|
242
244
|
isTypeOnly: true;
|
|
243
245
|
};
|
|
244
246
|
}>>;
|
|
@@ -249,6 +251,20 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
249
251
|
Alert: {};
|
|
250
252
|
AlertDescription: {};
|
|
251
253
|
AlertTitle: {};
|
|
254
|
+
Autocomplete: {};
|
|
255
|
+
AutocompleteClear: {};
|
|
256
|
+
AutocompleteCollection: {};
|
|
257
|
+
AutocompleteContent: {};
|
|
258
|
+
AutocompleteEmpty: {};
|
|
259
|
+
AutocompleteGroup: {};
|
|
260
|
+
AutocompleteInput: {};
|
|
261
|
+
AutocompleteItem: {};
|
|
262
|
+
AutocompleteLabel: {};
|
|
263
|
+
AutocompleteList: {};
|
|
264
|
+
AutocompleteSeparator: {};
|
|
265
|
+
AutocompleteStatus: {};
|
|
266
|
+
AutocompleteTrigger: {};
|
|
267
|
+
AutocompleteValue: {};
|
|
252
268
|
Badge: {};
|
|
253
269
|
badgeVariants: {};
|
|
254
270
|
BadgeWithIcon: {};
|
|
@@ -277,18 +293,12 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
277
293
|
CheckedInput: {};
|
|
278
294
|
CircularProgress: {};
|
|
279
295
|
cn: {};
|
|
296
|
+
Collapsible: {};
|
|
297
|
+
CollapsibleContent: {};
|
|
298
|
+
CollapsibleTrigger: {};
|
|
280
299
|
Combobox: {};
|
|
281
300
|
ComboboxField: {};
|
|
282
301
|
ComboboxFieldController: {};
|
|
283
|
-
Command: {};
|
|
284
|
-
CommandDialog: {};
|
|
285
|
-
CommandEmpty: {};
|
|
286
|
-
CommandGroup: {};
|
|
287
|
-
CommandInput: {};
|
|
288
|
-
CommandItem: {};
|
|
289
|
-
CommandList: {};
|
|
290
|
-
CommandSeparator: {};
|
|
291
|
-
CommandShortcut: {};
|
|
292
302
|
ConfirmDialog: {};
|
|
293
303
|
DatePickerField: {};
|
|
294
304
|
DatePickerFieldController: {};
|
|
@@ -325,37 +335,43 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
325
335
|
EmptyDisplay: {};
|
|
326
336
|
ErrorableLoader: {};
|
|
327
337
|
ErrorDisplay: {};
|
|
328
|
-
|
|
329
|
-
|
|
338
|
+
Field: {};
|
|
339
|
+
FieldContent: {};
|
|
340
|
+
FieldDescription: {};
|
|
341
|
+
FieldError: {};
|
|
342
|
+
FieldGroup: {};
|
|
343
|
+
FieldLabel: {};
|
|
344
|
+
FieldLegend: {};
|
|
345
|
+
FieldSeparator: {};
|
|
346
|
+
FieldSet: {};
|
|
347
|
+
FieldTitle: {};
|
|
348
|
+
fieldVariants: {};
|
|
330
349
|
FormFieldProps: {
|
|
331
350
|
isTypeOnly: true;
|
|
332
351
|
};
|
|
333
|
-
FormItem: {};
|
|
334
|
-
FormLabel: {};
|
|
335
|
-
FormMessage: {};
|
|
336
352
|
IconElement: {
|
|
337
353
|
isTypeOnly: true;
|
|
338
354
|
};
|
|
339
355
|
Input: {};
|
|
340
356
|
InputField: {};
|
|
341
357
|
InputFieldController: {};
|
|
358
|
+
InputGroup: {};
|
|
359
|
+
InputGroupAddon: {};
|
|
360
|
+
InputGroupButton: {};
|
|
361
|
+
InputGroupInput: {};
|
|
362
|
+
InputGroupText: {};
|
|
363
|
+
InputGroupTextarea: {};
|
|
342
364
|
inputVariants: {};
|
|
343
365
|
Label: {};
|
|
344
366
|
LinkButton: {};
|
|
345
367
|
Loader: {};
|
|
346
368
|
mergeRefs: {};
|
|
347
369
|
Modal: {};
|
|
348
|
-
MultiCombobox: {};
|
|
349
|
-
MultiComboboxContent: {};
|
|
350
|
-
MultiComboboxEmpty: {};
|
|
351
370
|
MultiComboboxField: {};
|
|
352
371
|
MultiComboboxFieldController: {};
|
|
353
372
|
MultiComboboxFieldProps: {
|
|
354
373
|
isTypeOnly: true;
|
|
355
374
|
};
|
|
356
|
-
MultiComboboxGroup: {};
|
|
357
|
-
MultiComboboxInput: {};
|
|
358
|
-
MultiComboboxItem: {};
|
|
359
375
|
MultiSelectOptionProps: {
|
|
360
376
|
isTypeOnly: true;
|
|
361
377
|
};
|
|
@@ -378,16 +394,12 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
378
394
|
ReactSelectInput: {};
|
|
379
395
|
ScrollArea: {};
|
|
380
396
|
Select: {};
|
|
381
|
-
selectCheckVariants: {};
|
|
382
|
-
selectContentVariants: {};
|
|
383
397
|
SelectField: {};
|
|
384
398
|
SelectFieldController: {};
|
|
385
399
|
SelectInput: {};
|
|
386
|
-
selectItemVariants: {};
|
|
387
400
|
SelectOptionProps: {
|
|
388
401
|
isTypeOnly: true;
|
|
389
402
|
};
|
|
390
|
-
selectTriggerVariants: {};
|
|
391
403
|
Separator: {};
|
|
392
404
|
Sheet: {};
|
|
393
405
|
SheetClose: {};
|
|
@@ -421,6 +433,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
421
433
|
SidebarSeparator: {};
|
|
422
434
|
SidebarTrigger: {};
|
|
423
435
|
Skeleton: {};
|
|
436
|
+
Slider: {};
|
|
437
|
+
Spinner: {};
|
|
424
438
|
Switch: {};
|
|
425
439
|
SwitchField: {};
|
|
426
440
|
SwitchFieldController: {};
|
|
@@ -442,6 +456,7 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
442
456
|
TooltipContent: {};
|
|
443
457
|
TooltipProvider: {};
|
|
444
458
|
TooltipTrigger: {};
|
|
459
|
+
useAutocompleteFilter: {};
|
|
445
460
|
useConfirmDialog: {};
|
|
446
461
|
UseConfirmDialogRequestOptions: {
|
|
447
462
|
isTypeOnly: true;
|
|
@@ -450,7 +465,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
450
465
|
useControlledState: {};
|
|
451
466
|
useControllerMerged: {};
|
|
452
467
|
useIsMobile: {};
|
|
453
|
-
useMultiComboboxContext: {};
|
|
454
468
|
useSidebar: {};
|
|
455
469
|
}>>;
|
|
456
470
|
}, Record<never, Record<never, never>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"typed-templates.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AAEjD,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEvE,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { FragmentType } from '%graphqlImports';
|
|
2
2
|
import type { ReactElement } from 'react';
|
|
3
3
|
export declare const passwordResetDialogUserFragment: any;
|
|
4
4
|
interface PasswordResetDialogProps {
|
|
5
|
-
user:
|
|
5
|
+
user: FragmentType<typeof passwordResetDialogUserFragment>;
|
|
6
6
|
open: boolean;
|
|
7
7
|
onOpenChange: (open: boolean) => void;
|
|
8
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"password-reset-dialog.d.ts","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"password-reset-dialog.d.ts","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAwC1C,eAAO,MAAM,+BAA+B,KAM1C,CAAC;AAYH,UAAU,wBAAwB;IAChC,IAAI,EAAE,YAAY,CAAC,OAAO,+BAA+B,CAAC,CAAC;IAC3D,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,IAAI,EACJ,IAAI,EACJ,YAAY,GACb,EAAE,wBAAwB,GAAG,YAAY,CAwFzC"}
|
|
@@ -28,14 +28,14 @@ export const passwordResetDialogUserFragment = graphql(`
|
|
|
28
28
|
}
|
|
29
29
|
`);
|
|
30
30
|
const resetUserPasswordMutation = graphql(`
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
31
|
+
mutation ResetUserPassword($input: ResetUserPasswordInput!) {
|
|
32
|
+
resetUserPassword(input: $input) {
|
|
33
|
+
user {
|
|
34
|
+
...PasswordResetDialog_user
|
|
36
35
|
}
|
|
37
36
|
}
|
|
38
|
-
|
|
37
|
+
}
|
|
38
|
+
`);
|
|
39
39
|
/**
|
|
40
40
|
* Dialog for resetting a user's password.
|
|
41
41
|
* Allows admins to set a new password for any user without requiring the current password.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"password-reset-dialog.js","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EACL,MAAM,EACN,MAAM,EACN,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,oBAAoB,GACrB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAC/B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,mBAAmB,GAAG,CAAC,CAAC;AAE9B,MAAM,mBAAmB,GAAG,CAAC;KAC1B,MAAM,CAAC;IACN,WAAW,EAAE,CAAC;SACX,MAAM,EAAE;SACR,GAAG,CACF,mBAAmB,EACnB,6BAA6B,mBAAmB,aAAa,CAC9D;SACA,GAAG,CAAC,GAAG,EAAE,sBAAsB,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE;CAC5B,CAAC;KACD,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,KAAK,IAAI,CAAC,eAAe,EAAE;IAC3D,OAAO,EAAE,uBAAuB;IAChC,IAAI,EAAE,CAAC,iBAAiB,CAAC;CAC1B,CAAC,CAAC;AAIL,MAAM,CAAC,MAAM,+BAA+B,GAAG,OAAO,CAAC;;;;;;CAMtD,CAAC,CAAC;AAEH,MAAM,yBAAyB,GAAG,OAAO,
|
|
1
|
+
{"version":3,"file":"password-reset-dialog.js","sourceRoot":"","sources":["../../../../../../../../src/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
|
|
3
|
-
import type {
|
|
3
|
+
import type { FragmentType } from '%graphqlImports';
|
|
4
4
|
import type { ReactElement } from 'react';
|
|
5
5
|
|
|
6
6
|
import { graphql, readFragment } from '%graphqlImports';
|
|
@@ -49,21 +49,18 @@ export const passwordResetDialogUserFragment = graphql(`
|
|
|
49
49
|
}
|
|
50
50
|
`);
|
|
51
51
|
|
|
52
|
-
const resetUserPasswordMutation = graphql(
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
...PasswordResetDialog_user
|
|
58
|
-
}
|
|
52
|
+
const resetUserPasswordMutation = graphql(`
|
|
53
|
+
mutation ResetUserPassword($input: ResetUserPasswordInput!) {
|
|
54
|
+
resetUserPassword(input: $input) {
|
|
55
|
+
user {
|
|
56
|
+
...PasswordResetDialog_user
|
|
59
57
|
}
|
|
60
58
|
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
);
|
|
59
|
+
}
|
|
60
|
+
`);
|
|
64
61
|
|
|
65
62
|
interface PasswordResetDialogProps {
|
|
66
|
-
user:
|
|
63
|
+
user: FragmentType<typeof passwordResetDialogUserFragment>;
|
|
67
64
|
open: boolean;
|
|
68
65
|
onOpenChange: (open: boolean) => void;
|
|
69
66
|
}
|
|
@@ -12,6 +12,20 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
12
12
|
Alert: {};
|
|
13
13
|
AlertDescription: {};
|
|
14
14
|
AlertTitle: {};
|
|
15
|
+
Autocomplete: {};
|
|
16
|
+
AutocompleteClear: {};
|
|
17
|
+
AutocompleteCollection: {};
|
|
18
|
+
AutocompleteContent: {};
|
|
19
|
+
AutocompleteEmpty: {};
|
|
20
|
+
AutocompleteGroup: {};
|
|
21
|
+
AutocompleteInput: {};
|
|
22
|
+
AutocompleteItem: {};
|
|
23
|
+
AutocompleteLabel: {};
|
|
24
|
+
AutocompleteList: {};
|
|
25
|
+
AutocompleteSeparator: {};
|
|
26
|
+
AutocompleteStatus: {};
|
|
27
|
+
AutocompleteTrigger: {};
|
|
28
|
+
AutocompleteValue: {};
|
|
15
29
|
Badge: {};
|
|
16
30
|
badgeVariants: {};
|
|
17
31
|
BadgeWithIcon: {};
|
|
@@ -40,18 +54,12 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
40
54
|
CheckedInput: {};
|
|
41
55
|
CircularProgress: {};
|
|
42
56
|
cn: {};
|
|
57
|
+
Collapsible: {};
|
|
58
|
+
CollapsibleContent: {};
|
|
59
|
+
CollapsibleTrigger: {};
|
|
43
60
|
Combobox: {};
|
|
44
61
|
ComboboxField: {};
|
|
45
62
|
ComboboxFieldController: {};
|
|
46
|
-
Command: {};
|
|
47
|
-
CommandDialog: {};
|
|
48
|
-
CommandEmpty: {};
|
|
49
|
-
CommandGroup: {};
|
|
50
|
-
CommandInput: {};
|
|
51
|
-
CommandItem: {};
|
|
52
|
-
CommandList: {};
|
|
53
|
-
CommandSeparator: {};
|
|
54
|
-
CommandShortcut: {};
|
|
55
63
|
ConfirmDialog: {};
|
|
56
64
|
DatePickerField: {};
|
|
57
65
|
DatePickerFieldController: {};
|
|
@@ -88,37 +96,43 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
88
96
|
EmptyDisplay: {};
|
|
89
97
|
ErrorableLoader: {};
|
|
90
98
|
ErrorDisplay: {};
|
|
91
|
-
|
|
92
|
-
|
|
99
|
+
Field: {};
|
|
100
|
+
FieldContent: {};
|
|
101
|
+
FieldDescription: {};
|
|
102
|
+
FieldError: {};
|
|
103
|
+
FieldGroup: {};
|
|
104
|
+
FieldLabel: {};
|
|
105
|
+
FieldLegend: {};
|
|
106
|
+
FieldSeparator: {};
|
|
107
|
+
FieldSet: {};
|
|
108
|
+
FieldTitle: {};
|
|
109
|
+
fieldVariants: {};
|
|
93
110
|
FormFieldProps: {
|
|
94
111
|
isTypeOnly: true;
|
|
95
112
|
};
|
|
96
|
-
FormItem: {};
|
|
97
|
-
FormLabel: {};
|
|
98
|
-
FormMessage: {};
|
|
99
113
|
IconElement: {
|
|
100
114
|
isTypeOnly: true;
|
|
101
115
|
};
|
|
102
116
|
Input: {};
|
|
103
117
|
InputField: {};
|
|
104
118
|
InputFieldController: {};
|
|
119
|
+
InputGroup: {};
|
|
120
|
+
InputGroupAddon: {};
|
|
121
|
+
InputGroupButton: {};
|
|
122
|
+
InputGroupInput: {};
|
|
123
|
+
InputGroupText: {};
|
|
124
|
+
InputGroupTextarea: {};
|
|
105
125
|
inputVariants: {};
|
|
106
126
|
Label: {};
|
|
107
127
|
LinkButton: {};
|
|
108
128
|
Loader: {};
|
|
109
129
|
mergeRefs: {};
|
|
110
130
|
Modal: {};
|
|
111
|
-
MultiCombobox: {};
|
|
112
|
-
MultiComboboxContent: {};
|
|
113
|
-
MultiComboboxEmpty: {};
|
|
114
131
|
MultiComboboxField: {};
|
|
115
132
|
MultiComboboxFieldController: {};
|
|
116
133
|
MultiComboboxFieldProps: {
|
|
117
134
|
isTypeOnly: true;
|
|
118
135
|
};
|
|
119
|
-
MultiComboboxGroup: {};
|
|
120
|
-
MultiComboboxInput: {};
|
|
121
|
-
MultiComboboxItem: {};
|
|
122
136
|
MultiSelectOptionProps: {
|
|
123
137
|
isTypeOnly: true;
|
|
124
138
|
};
|
|
@@ -141,16 +155,12 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
141
155
|
ReactSelectInput: {};
|
|
142
156
|
ScrollArea: {};
|
|
143
157
|
Select: {};
|
|
144
|
-
selectCheckVariants: {};
|
|
145
|
-
selectContentVariants: {};
|
|
146
158
|
SelectField: {};
|
|
147
159
|
SelectFieldController: {};
|
|
148
160
|
SelectInput: {};
|
|
149
|
-
selectItemVariants: {};
|
|
150
161
|
SelectOptionProps: {
|
|
151
162
|
isTypeOnly: true;
|
|
152
163
|
};
|
|
153
|
-
selectTriggerVariants: {};
|
|
154
164
|
Separator: {};
|
|
155
165
|
Sheet: {};
|
|
156
166
|
SheetClose: {};
|
|
@@ -184,6 +194,8 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
184
194
|
SidebarSeparator: {};
|
|
185
195
|
SidebarTrigger: {};
|
|
186
196
|
Skeleton: {};
|
|
197
|
+
Slider: {};
|
|
198
|
+
Spinner: {};
|
|
187
199
|
Switch: {};
|
|
188
200
|
SwitchField: {};
|
|
189
201
|
SwitchFieldController: {};
|
|
@@ -205,6 +217,7 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
205
217
|
TooltipContent: {};
|
|
206
218
|
TooltipProvider: {};
|
|
207
219
|
TooltipTrigger: {};
|
|
220
|
+
useAutocompleteFilter: {};
|
|
208
221
|
useConfirmDialog: {};
|
|
209
222
|
UseConfirmDialogRequestOptions: {
|
|
210
223
|
isTypeOnly: true;
|
|
@@ -213,7 +226,6 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
213
226
|
useControlledState: {};
|
|
214
227
|
useControllerMerged: {};
|
|
215
228
|
useIsMobile: {};
|
|
216
|
-
useMultiComboboxContext: {};
|
|
217
229
|
useSidebar: {};
|
|
218
230
|
}>>;
|
|
219
231
|
}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin-crud-roles-column.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"admin-crud-roles-column.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4CxC,CAAC"}
|
|
@@ -31,15 +31,10 @@ export declare const authHooksGenerator: import("@baseplate-dev/sync").Generator
|
|
|
31
31
|
localAuthCoreAuthHooksRenderers: import("@baseplate-dev/sync").ProviderExport<import("./generated/template-renderers.js").LocalAuthCoreAuthHooksRenderers>;
|
|
32
32
|
}, {
|
|
33
33
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
34
|
+
'*': {};
|
|
34
35
|
graphql: {};
|
|
35
36
|
readFragment: {};
|
|
36
|
-
|
|
37
|
-
isTypeOnly: true;
|
|
38
|
-
};
|
|
39
|
-
ResultOf: {
|
|
40
|
-
isTypeOnly: true;
|
|
41
|
-
};
|
|
42
|
-
VariablesOf: {
|
|
37
|
+
FragmentType: {
|
|
43
38
|
isTypeOnly: true;
|
|
44
39
|
};
|
|
45
40
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth-hooks.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/core/generators/auth-hooks/auth-hooks.generator.ts"],"names":[],"mappings":"AAOA;;;;GAIG;AACH,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"auth-hooks.generator.d.ts","sourceRoot":"","sources":["../../../../../src/local-auth/core/generators/auth-hooks/auth-hooks.generator.ts"],"names":[],"mappings":"AAOA;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqB7B,CAAC"}
|
|
@@ -33,15 +33,10 @@ export declare const LOCAL_AUTH_CORE_AUTH_HOOKS_GENERATED: {
|
|
|
33
33
|
localAuthCoreAuthHooksRenderers: import("@baseplate-dev/sync").ProviderExport<import("./template-renderers.js").LocalAuthCoreAuthHooksRenderers>;
|
|
34
34
|
}, {
|
|
35
35
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
36
|
+
'*': {};
|
|
36
37
|
graphql: {};
|
|
37
38
|
readFragment: {};
|
|
38
|
-
|
|
39
|
-
isTypeOnly: true;
|
|
40
|
-
};
|
|
41
|
-
ResultOf: {
|
|
42
|
-
isTypeOnly: true;
|
|
43
|
-
};
|
|
44
|
-
VariablesOf: {
|
|
39
|
+
FragmentType: {
|
|
45
40
|
isTypeOnly: true;
|
|
46
41
|
};
|
|
47
42
|
}>>;
|
|
@@ -62,15 +57,10 @@ export declare const LOCAL_AUTH_CORE_AUTH_HOOKS_GENERATED: {
|
|
|
62
57
|
hooksGroup: {
|
|
63
58
|
useLogOut: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
64
59
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
60
|
+
'*': {};
|
|
65
61
|
graphql: {};
|
|
66
62
|
readFragment: {};
|
|
67
|
-
|
|
68
|
-
isTypeOnly: true;
|
|
69
|
-
};
|
|
70
|
-
ResultOf: {
|
|
71
|
-
isTypeOnly: true;
|
|
72
|
-
};
|
|
73
|
-
VariablesOf: {
|
|
63
|
+
FragmentType: {
|
|
74
64
|
isTypeOnly: true;
|
|
75
65
|
};
|
|
76
66
|
}>>;
|
|
@@ -89,15 +79,10 @@ export declare const LOCAL_AUTH_CORE_AUTH_HOOKS_GENERATED: {
|
|
|
89
79
|
}>;
|
|
90
80
|
useSession: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
91
81
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
82
|
+
'*': {};
|
|
92
83
|
graphql: {};
|
|
93
84
|
readFragment: {};
|
|
94
|
-
|
|
95
|
-
isTypeOnly: true;
|
|
96
|
-
};
|
|
97
|
-
ResultOf: {
|
|
98
|
-
isTypeOnly: true;
|
|
99
|
-
};
|
|
100
|
-
VariablesOf: {
|
|
85
|
+
FragmentType: {
|
|
101
86
|
isTypeOnly: true;
|
|
102
87
|
};
|
|
103
88
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/core/generators/auth-hooks/generated/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/core/generators/auth-hooks/generated/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKhD,CAAC"}
|
|
@@ -12,15 +12,10 @@ export declare const LOCAL_AUTH_CORE_AUTH_HOOKS_RENDERERS: {
|
|
|
12
12
|
localAuthCoreAuthHooksRenderers: import("@baseplate-dev/sync").ProviderExport<LocalAuthCoreAuthHooksRenderers>;
|
|
13
13
|
}, {
|
|
14
14
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
15
|
+
'*': {};
|
|
15
16
|
graphql: {};
|
|
16
17
|
readFragment: {};
|
|
17
|
-
|
|
18
|
-
isTypeOnly: true;
|
|
19
|
-
};
|
|
20
|
-
ResultOf: {
|
|
21
|
-
isTypeOnly: true;
|
|
22
|
-
};
|
|
23
|
-
VariablesOf: {
|
|
18
|
+
FragmentType: {
|
|
24
19
|
isTypeOnly: true;
|
|
25
20
|
};
|
|
26
21
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/core/generators/auth-hooks/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAYzD,OAAO,EAAE,oCAAoC,EAAE,MAAM,sBAAsB,CAAC;AAE5E,MAAM,WAAW,+BAA+B;IAC9C,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,oCAAoC,CAAC,UAAU,CACvD,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAgDD,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"template-renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/local-auth/core/generators/auth-hooks/generated/template-renderers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAYzD,OAAO,EAAE,oCAAoC,EAAE,MAAM,sBAAsB,CAAC;AAE5E,MAAM,WAAW,+BAA+B;IAC9C,UAAU,EAAE;QACV,MAAM,EAAE,CACN,OAAO,EAAE,IAAI,CACX,gCAAgC,CAC9B,OAAO,oCAAoC,CAAC,UAAU,CACvD,EACD,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,gBAAgB,CAC5D,KACE,aAAa,CAAC;KACpB,CAAC;CACH;AAgDD,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;CAGhD,CAAC"}
|