@hardimpactdev/craft-ui 0.0.7 → 0.0.9
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/dist/craft-ui.css +1 -1
- package/dist/craft-ui.js +38145 -35186
- package/dist/index.d.ts +22 -1
- package/dist/src/components/AppContent.vue.d.ts +21 -0
- package/dist/src/components/AppHeader.vue.d.ts +45 -0
- package/dist/src/components/AppLogo.vue.d.ts +5 -0
- package/dist/src/components/AppLogoIcon.vue.d.ts +6 -0
- package/dist/src/components/AppShell.vue.d.ts +21 -0
- package/dist/src/components/AppSidebar.vue.d.ts +33 -0
- package/dist/src/components/AppSidebarHeader.vue.d.ts +6 -0
- package/dist/src/components/Breadcrumbs.vue.d.ts +13 -0
- package/dist/src/components/InputError.vue.d.ts +5 -0
- package/dist/src/components/NavFooter.vue.d.ts +9 -0
- package/dist/src/components/NavMain.vue.d.ts +11 -0
- package/dist/src/components/NavUser.vue.d.ts +6 -0
- package/dist/src/components/TextLink.vue.d.ts +27 -0
- package/dist/src/components/UserInfo.vue.d.ts +11 -0
- package/dist/src/components/UserMenuContent.vue.d.ts +7 -0
- package/dist/src/components/alert-dialog/AlertDialogContent.vue.d.ts +2 -2
- package/dist/src/components/button/buttonVariants.d.ts +1 -1
- package/dist/src/components/carousel/CarouselNext.vue.d.ts +1 -1
- package/dist/src/components/carousel/CarouselPrevious.vue.d.ts +1 -1
- package/dist/src/components/combobox/Combobox.vue.d.ts +2 -2
- package/dist/src/components/combobox/ComboboxList.vue.d.ts +1 -1
- package/dist/src/components/command/Command.vue.d.ts +2 -2
- package/dist/src/components/context-menu/ContextMenuSubContent.vue.d.ts +4 -4
- package/dist/src/components/dialog/DialogContent.vue.d.ts +2 -2
- package/dist/src/components/dialog/DialogScrollContent.vue.d.ts +2 -2
- package/dist/src/components/drawer/Drawer.vue.d.ts +2 -2
- package/dist/src/components/drawer/DrawerContent.vue.d.ts +2 -2
- package/dist/src/components/dropdown-menu/DropdownMenuSubContent.vue.d.ts +4 -4
- package/dist/src/components/input-otp/InputOTP.vue.d.ts +2 -2
- package/dist/src/components/menubar/MenubarContent.vue.d.ts +1 -1
- package/dist/src/components/menubar/MenubarSubContent.vue.d.ts +4 -4
- package/dist/src/components/native-select/NativeSelectOptGroup.vue.d.ts +8 -8
- package/dist/src/components/native-select/NativeSelectOption.vue.d.ts +8 -8
- package/dist/src/components/pagination/PaginationFirst.vue.d.ts +1 -1
- package/dist/src/components/pagination/PaginationItem.vue.d.ts +1 -1
- package/dist/src/components/pagination/PaginationLast.vue.d.ts +1 -1
- package/dist/src/components/pagination/PaginationLink.vue.d.ts +1 -1
- package/dist/src/components/pagination/PaginationNext.vue.d.ts +1 -1
- package/dist/src/components/pagination/PaginationPrevious.vue.d.ts +1 -1
- package/dist/src/components/popover/PopoverContent.vue.d.ts +3 -3
- package/dist/src/components/select/Select.vue.d.ts +2 -2
- package/dist/src/components/sheet/SheetContent.vue.d.ts +2 -2
- package/dist/src/components/sidebar/Sidebar.vue.d.ts +1 -1
- package/dist/src/components/sidebar/SidebarProvider.vue.d.ts +1 -1
- package/dist/src/components/tags-input/TagsInput.vue.d.ts +2 -2
- package/dist/src/components/toggle/Toggle.vue.d.ts +1 -1
- package/dist/src/layouts/app/AppHeaderLayout.vue.d.ts +46 -0
- package/dist/src/layouts/app/AppSidebarLayout.vue.d.ts +36 -0
- package/dist/src/layouts/auth/AuthCardLayout.vue.d.ts +28 -0
- package/dist/src/layouts/auth/AuthLayout.vue.d.ts +27 -0
- package/dist/src/layouts/auth/AuthSimpleLayout.vue.d.ts +2 -1
- package/dist/src/layouts/auth/AuthSplitLayout.vue.d.ts +29 -0
- package/dist/src/pages/auth/ConfirmPassword.vue.d.ts +38 -0
- package/dist/src/pages/auth/ForgotPassword.vue.d.ts +47 -0
- package/dist/src/pages/auth/Login.vue.d.ts +59 -0
- package/dist/src/pages/auth/Register.vue.d.ts +51 -0
- package/dist/src/pages/auth/ResetPassword.vue.d.ts +47 -0
- package/dist/src/pages/auth/TwoFactorChallenge.vue.d.ts +44 -0
- package/dist/src/pages/auth/VerifyEmail.vue.d.ts +37 -0
- package/dist/src/pages/auth/index.d.ts +8 -0
- package/dist/src/pages/auth/types.d.ts +54 -0
- package/package.json +1 -1
|
@@ -14,13 +14,13 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
14
14
|
innerHTML?: string | undefined | undefined;
|
|
15
15
|
style?: import('vue').StyleValue;
|
|
16
16
|
accesskey?: string | undefined | undefined;
|
|
17
|
-
contenteditable?: (boolean | "true" | "false") | "
|
|
17
|
+
contenteditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
18
18
|
contextmenu?: string | undefined | undefined;
|
|
19
19
|
dir?: string | undefined | undefined;
|
|
20
20
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
21
21
|
enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
22
22
|
enterKeyHint?: "done" | "search" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
23
|
-
hidden?: "" | (boolean | "true" | "false") | "
|
|
23
|
+
hidden?: "" | "hidden" | (boolean | "true" | "false") | "until-found" | undefined;
|
|
24
24
|
id?: string | undefined | undefined;
|
|
25
25
|
inert?: (boolean | "true" | "false") | undefined;
|
|
26
26
|
lang?: string | undefined | undefined;
|
|
@@ -64,7 +64,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
64
64
|
'aria-colindex'?: (string | number) | undefined;
|
|
65
65
|
'aria-colspan'?: (string | number) | undefined;
|
|
66
66
|
'aria-controls'?: string | undefined | undefined;
|
|
67
|
-
'aria-current'?: "time" | (boolean | "true" | "false") | "
|
|
67
|
+
'aria-current'?: "time" | "page" | (boolean | "true" | "false") | "step" | "location" | "date" | undefined;
|
|
68
68
|
'aria-describedby'?: string | undefined | undefined;
|
|
69
69
|
'aria-details'?: string | undefined | undefined;
|
|
70
70
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
@@ -73,7 +73,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
73
73
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
74
74
|
'aria-flowto'?: string | undefined | undefined;
|
|
75
75
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
76
|
-
'aria-haspopup'?: "dialog" | "menu" | (boolean | "true" | "false") | "listbox" | "tree" |
|
|
76
|
+
'aria-haspopup'?: "dialog" | "menu" | "grid" | (boolean | "true" | "false") | "listbox" | "tree" | undefined;
|
|
77
77
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
78
78
|
'aria-invalid'?: (boolean | "true" | "false") | "grammar" | "spelling" | undefined;
|
|
79
79
|
'aria-keyshortcuts'?: string | undefined | undefined;
|
|
@@ -208,13 +208,13 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
208
208
|
innerHTML?: string | undefined | undefined;
|
|
209
209
|
style?: import('vue').StyleValue;
|
|
210
210
|
accesskey?: string | undefined | undefined;
|
|
211
|
-
contenteditable?: (boolean | "true" | "false") | "
|
|
211
|
+
contenteditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
212
212
|
contextmenu?: string | undefined | undefined;
|
|
213
213
|
dir?: string | undefined | undefined;
|
|
214
214
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
215
215
|
enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
216
216
|
enterKeyHint?: "done" | "search" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
217
|
-
hidden?: "" | (boolean | "true" | "false") | "
|
|
217
|
+
hidden?: "" | "hidden" | (boolean | "true" | "false") | "until-found" | undefined;
|
|
218
218
|
id?: string | undefined | undefined;
|
|
219
219
|
inert?: (boolean | "true" | "false") | undefined;
|
|
220
220
|
lang?: string | undefined | undefined;
|
|
@@ -258,7 +258,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
258
258
|
'aria-colindex'?: (string | number) | undefined;
|
|
259
259
|
'aria-colspan'?: (string | number) | undefined;
|
|
260
260
|
'aria-controls'?: string | undefined | undefined;
|
|
261
|
-
'aria-current'?: "time" | (boolean | "true" | "false") | "
|
|
261
|
+
'aria-current'?: "time" | "page" | (boolean | "true" | "false") | "step" | "location" | "date" | undefined;
|
|
262
262
|
'aria-describedby'?: string | undefined | undefined;
|
|
263
263
|
'aria-details'?: string | undefined | undefined;
|
|
264
264
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
@@ -267,7 +267,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
267
267
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
268
268
|
'aria-flowto'?: string | undefined | undefined;
|
|
269
269
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
270
|
-
'aria-haspopup'?: "dialog" | "menu" | (boolean | "true" | "false") | "listbox" | "tree" |
|
|
270
|
+
'aria-haspopup'?: "dialog" | "menu" | "grid" | (boolean | "true" | "false") | "listbox" | "tree" | undefined;
|
|
271
271
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
272
272
|
'aria-invalid'?: (boolean | "true" | "false") | "grammar" | "spelling" | undefined;
|
|
273
273
|
'aria-keyshortcuts'?: string | undefined | undefined;
|
|
@@ -16,13 +16,13 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
16
16
|
innerHTML?: string | undefined | undefined;
|
|
17
17
|
style?: import('vue').StyleValue;
|
|
18
18
|
accesskey?: string | undefined | undefined;
|
|
19
|
-
contenteditable?: (boolean | "true" | "false") | "
|
|
19
|
+
contenteditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
20
20
|
contextmenu?: string | undefined | undefined;
|
|
21
21
|
dir?: string | undefined | undefined;
|
|
22
22
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
23
23
|
enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
24
24
|
enterKeyHint?: "done" | "search" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
25
|
-
hidden?: "" | (boolean | "true" | "false") | "
|
|
25
|
+
hidden?: "" | "hidden" | (boolean | "true" | "false") | "until-found" | undefined;
|
|
26
26
|
id?: string | undefined | undefined;
|
|
27
27
|
inert?: (boolean | "true" | "false") | undefined;
|
|
28
28
|
lang?: string | undefined | undefined;
|
|
@@ -66,7 +66,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
66
66
|
'aria-colindex'?: (string | number) | undefined;
|
|
67
67
|
'aria-colspan'?: (string | number) | undefined;
|
|
68
68
|
'aria-controls'?: string | undefined | undefined;
|
|
69
|
-
'aria-current'?: "time" | (boolean | "true" | "false") | "
|
|
69
|
+
'aria-current'?: "time" | "page" | (boolean | "true" | "false") | "step" | "location" | "date" | undefined;
|
|
70
70
|
'aria-describedby'?: string | undefined | undefined;
|
|
71
71
|
'aria-details'?: string | undefined | undefined;
|
|
72
72
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
@@ -75,7 +75,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
75
75
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
76
76
|
'aria-flowto'?: string | undefined | undefined;
|
|
77
77
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
78
|
-
'aria-haspopup'?: "dialog" | "menu" | (boolean | "true" | "false") | "listbox" | "tree" |
|
|
78
|
+
'aria-haspopup'?: "dialog" | "menu" | "grid" | (boolean | "true" | "false") | "listbox" | "tree" | undefined;
|
|
79
79
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
80
80
|
'aria-invalid'?: (boolean | "true" | "false") | "grammar" | "spelling" | undefined;
|
|
81
81
|
'aria-keyshortcuts'?: string | undefined | undefined;
|
|
@@ -212,13 +212,13 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
212
212
|
innerHTML?: string | undefined | undefined;
|
|
213
213
|
style?: import('vue').StyleValue;
|
|
214
214
|
accesskey?: string | undefined | undefined;
|
|
215
|
-
contenteditable?: (boolean | "true" | "false") | "
|
|
215
|
+
contenteditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
216
216
|
contextmenu?: string | undefined | undefined;
|
|
217
217
|
dir?: string | undefined | undefined;
|
|
218
218
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
219
219
|
enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
220
220
|
enterKeyHint?: "done" | "search" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
221
|
-
hidden?: "" | (boolean | "true" | "false") | "
|
|
221
|
+
hidden?: "" | "hidden" | (boolean | "true" | "false") | "until-found" | undefined;
|
|
222
222
|
id?: string | undefined | undefined;
|
|
223
223
|
inert?: (boolean | "true" | "false") | undefined;
|
|
224
224
|
lang?: string | undefined | undefined;
|
|
@@ -262,7 +262,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
262
262
|
'aria-colindex'?: (string | number) | undefined;
|
|
263
263
|
'aria-colspan'?: (string | number) | undefined;
|
|
264
264
|
'aria-controls'?: string | undefined | undefined;
|
|
265
|
-
'aria-current'?: "time" | (boolean | "true" | "false") | "
|
|
265
|
+
'aria-current'?: "time" | "page" | (boolean | "true" | "false") | "step" | "location" | "date" | undefined;
|
|
266
266
|
'aria-describedby'?: string | undefined | undefined;
|
|
267
267
|
'aria-details'?: string | undefined | undefined;
|
|
268
268
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
@@ -271,7 +271,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
271
271
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
272
272
|
'aria-flowto'?: string | undefined | undefined;
|
|
273
273
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
274
|
-
'aria-haspopup'?: "dialog" | "menu" | (boolean | "true" | "false") | "listbox" | "tree" |
|
|
274
|
+
'aria-haspopup'?: "dialog" | "menu" | "grid" | (boolean | "true" | "false") | "listbox" | "tree" | undefined;
|
|
275
275
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
276
276
|
'aria-invalid'?: (boolean | "true" | "false") | "grammar" | "spelling" | undefined;
|
|
277
277
|
'aria-keyshortcuts'?: string | undefined | undefined;
|
|
@@ -15,7 +15,7 @@ declare function __VLS_template(): {
|
|
|
15
15
|
};
|
|
16
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
17
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
|
-
size: "default" | "
|
|
18
|
+
size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
|
|
19
19
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
21
|
export default _default;
|
|
@@ -16,7 +16,7 @@ declare function __VLS_template(): {
|
|
|
16
16
|
};
|
|
17
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
18
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
-
size: "default" | "
|
|
19
|
+
size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
|
|
20
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
22
|
export default _default;
|
|
@@ -15,7 +15,7 @@ declare function __VLS_template(): {
|
|
|
15
15
|
};
|
|
16
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
17
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
|
-
size: "default" | "
|
|
18
|
+
size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
|
|
19
19
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
21
|
export default _default;
|
|
@@ -16,7 +16,7 @@ declare function __VLS_template(): {
|
|
|
16
16
|
};
|
|
17
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
18
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
-
size: "default" | "
|
|
19
|
+
size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
|
|
20
20
|
isActive: boolean;
|
|
21
21
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -15,7 +15,7 @@ declare function __VLS_template(): {
|
|
|
15
15
|
};
|
|
16
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
17
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
|
-
size: "default" | "
|
|
18
|
+
size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
|
|
19
19
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
21
|
export default _default;
|
|
@@ -15,7 +15,7 @@ declare function __VLS_template(): {
|
|
|
15
15
|
};
|
|
16
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
17
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
|
-
size: "default" | "
|
|
18
|
+
size: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null;
|
|
19
19
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
21
|
export default _default;
|
|
@@ -13,22 +13,22 @@ declare function __VLS_template(): {
|
|
|
13
13
|
};
|
|
14
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
15
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
openAutoFocus: (event: Event) => any;
|
|
16
17
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
17
18
|
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
18
19
|
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
19
20
|
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
20
|
-
openAutoFocus: (event: Event) => any;
|
|
21
21
|
closeAutoFocus: (event: Event) => any;
|
|
22
22
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
23
24
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
24
25
|
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
25
26
|
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
26
27
|
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
27
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
28
28
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
29
29
|
}>, {
|
|
30
|
-
align: "start" | "end" | "center";
|
|
31
30
|
sideOffset: number;
|
|
31
|
+
align: "start" | "end" | "center";
|
|
32
32
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
33
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
34
|
export default _default;
|
|
@@ -13,11 +13,11 @@ declare function __VLS_template(): {
|
|
|
13
13
|
};
|
|
14
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
15
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
-
"update:modelValue": (value: import('reka-ui').AcceptableValue) => any;
|
|
17
16
|
"update:open": (value: boolean) => any;
|
|
17
|
+
"update:modelValue": (value: import('reka-ui').AcceptableValue) => any;
|
|
18
18
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
-
"onUpdate:modelValue"?: ((value: import('reka-ui').AcceptableValue) => any) | undefined;
|
|
20
19
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
20
|
+
"onUpdate:modelValue"?: ((value: import('reka-ui').AcceptableValue) => any) | undefined;
|
|
21
21
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
23
|
export default _default;
|
|
@@ -14,18 +14,18 @@ declare function __VLS_template(): {
|
|
|
14
14
|
};
|
|
15
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
16
|
declare const __VLS_component: import('vue').DefineComponent<SheetContentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
openAutoFocus: (event: Event) => any;
|
|
17
18
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
18
19
|
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
19
20
|
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
20
21
|
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
21
|
-
openAutoFocus: (event: Event) => any;
|
|
22
22
|
closeAutoFocus: (event: Event) => any;
|
|
23
23
|
}, string, import('vue').PublicProps, Readonly<SheetContentProps> & Readonly<{
|
|
24
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
24
25
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
25
26
|
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
26
27
|
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
27
28
|
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
28
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
29
29
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
30
30
|
}>, {
|
|
31
31
|
side: "top" | "right" | "bottom" | "left";
|
|
@@ -11,9 +11,9 @@ declare function __VLS_template(): {
|
|
|
11
11
|
};
|
|
12
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
13
|
declare const __VLS_component: import('vue').DefineComponent<SidebarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SidebarProps> & Readonly<{}>, {
|
|
14
|
-
collapsible: "offcanvas" | "icon" | "none";
|
|
15
14
|
variant: "sidebar" | "floating" | "inset";
|
|
16
15
|
side: "left" | "right";
|
|
16
|
+
collapsible: "offcanvas" | "icon" | "none";
|
|
17
17
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
19
|
export default _default;
|
|
@@ -18,8 +18,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
18
18
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
19
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
|
-
open: boolean;
|
|
22
21
|
defaultOpen: boolean;
|
|
22
|
+
open: boolean;
|
|
23
23
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
24
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
25
|
export default _default;
|
|
@@ -15,13 +15,13 @@ declare function __VLS_template(): {
|
|
|
15
15
|
};
|
|
16
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
17
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
-
invalid: (payload: import('reka-ui').AcceptableInputValue) => any;
|
|
19
18
|
"update:modelValue": (payload: import('reka-ui').AcceptableInputValue[]) => any;
|
|
19
|
+
invalid: (payload: import('reka-ui').AcceptableInputValue) => any;
|
|
20
20
|
addTag: (payload: import('reka-ui').AcceptableInputValue) => any;
|
|
21
21
|
removeTag: (payload: import('reka-ui').AcceptableInputValue) => any;
|
|
22
22
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
|
-
onInvalid?: ((payload: import('reka-ui').AcceptableInputValue) => any) | undefined;
|
|
24
23
|
"onUpdate:modelValue"?: ((payload: import('reka-ui').AcceptableInputValue[]) => any) | undefined;
|
|
24
|
+
onInvalid?: ((payload: import('reka-ui').AcceptableInputValue) => any) | undefined;
|
|
25
25
|
onAddTag?: ((payload: import('reka-ui').AcceptableInputValue) => any) | undefined;
|
|
26
26
|
onRemoveTag?: ((payload: import('reka-ui').AcceptableInputValue) => any) | undefined;
|
|
27
27
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -21,8 +21,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
21
21
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
22
22
|
}>, {
|
|
23
23
|
size: "default" | "sm" | "lg" | null;
|
|
24
|
-
disabled: boolean;
|
|
25
24
|
variant: "default" | "outline" | null;
|
|
25
|
+
disabled: boolean;
|
|
26
26
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
27
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
28
|
export default _default;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { BreadcrumbItem, NavItem, User } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Breadcrumb items */
|
|
4
|
+
breadcrumbs?: BreadcrumbItem[];
|
|
5
|
+
/** Main navigation items */
|
|
6
|
+
mainNavItems?: NavItem[];
|
|
7
|
+
/** Right side navigation items (external links) */
|
|
8
|
+
rightNavItems?: NavItem[];
|
|
9
|
+
/** Current user */
|
|
10
|
+
user?: User;
|
|
11
|
+
/** Home/dashboard URL */
|
|
12
|
+
homeUrl?: string;
|
|
13
|
+
/** Current active URL for highlighting */
|
|
14
|
+
currentUrl?: string;
|
|
15
|
+
/** Show search button */
|
|
16
|
+
showSearch?: boolean;
|
|
17
|
+
};
|
|
18
|
+
declare function __VLS_template(): {
|
|
19
|
+
attrs: Partial<{}>;
|
|
20
|
+
slots: {
|
|
21
|
+
logo?(_: {}): any;
|
|
22
|
+
'mobile-logo'?(_: {}): any;
|
|
23
|
+
default?(_: {}): any;
|
|
24
|
+
};
|
|
25
|
+
refs: {};
|
|
26
|
+
rootEl: any;
|
|
27
|
+
};
|
|
28
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
29
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
+
search: () => any;
|
|
31
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
32
|
+
onSearch?: (() => any) | undefined;
|
|
33
|
+
}>, {
|
|
34
|
+
breadcrumbs: BreadcrumbItem[];
|
|
35
|
+
mainNavItems: NavItem[];
|
|
36
|
+
rightNavItems: NavItem[];
|
|
37
|
+
homeUrl: string;
|
|
38
|
+
showSearch: boolean;
|
|
39
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
40
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
|
+
export default _default;
|
|
42
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
43
|
+
new (): {
|
|
44
|
+
$slots: S;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { BreadcrumbItem, NavItem, User } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Breadcrumb items */
|
|
4
|
+
breadcrumbs?: BreadcrumbItem[];
|
|
5
|
+
/** Main navigation items */
|
|
6
|
+
mainNavItems?: NavItem[];
|
|
7
|
+
/** Footer navigation items */
|
|
8
|
+
footerNavItems?: NavItem[];
|
|
9
|
+
/** Current user */
|
|
10
|
+
user?: User;
|
|
11
|
+
/** Home/dashboard URL */
|
|
12
|
+
homeUrl?: string;
|
|
13
|
+
};
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
logo?(_: {}): any;
|
|
18
|
+
default?(_: {}): any;
|
|
19
|
+
};
|
|
20
|
+
refs: {};
|
|
21
|
+
rootEl: any;
|
|
22
|
+
};
|
|
23
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
24
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
25
|
+
breadcrumbs: BreadcrumbItem[];
|
|
26
|
+
mainNavItems: NavItem[];
|
|
27
|
+
homeUrl: string;
|
|
28
|
+
footerNavItems: NavItem[];
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Method } from '@inertiajs/core';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
title?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
logoLink?: string | {
|
|
6
|
+
url: string;
|
|
7
|
+
method: Method;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
logo?(_: {}): any;
|
|
14
|
+
logo?(_: {}): any;
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
refs: {};
|
|
18
|
+
rootEl: HTMLDivElement;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Method } from '@inertiajs/core';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
title?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
logoLink?: string | {
|
|
6
|
+
url: string;
|
|
7
|
+
method: Method;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
logo?(_: {}): any;
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {};
|
|
17
|
+
rootEl: HTMLDivElement;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -2,7 +2,7 @@ import { Method } from '@inertiajs/core';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
title?: string;
|
|
4
4
|
description?: string;
|
|
5
|
-
logoLink
|
|
5
|
+
logoLink?: string | {
|
|
6
6
|
url: string;
|
|
7
7
|
method: Method;
|
|
8
8
|
};
|
|
@@ -10,6 +10,7 @@ type __VLS_Props = {
|
|
|
10
10
|
declare function __VLS_template(): {
|
|
11
11
|
attrs: Partial<{}>;
|
|
12
12
|
slots: {
|
|
13
|
+
logo?(_: {}): any;
|
|
13
14
|
logo?(_: {}): any;
|
|
14
15
|
default?(_: {}): any;
|
|
15
16
|
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Method } from '@inertiajs/core';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
title?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
name?: string;
|
|
6
|
+
logoLink?: string | {
|
|
7
|
+
url: string;
|
|
8
|
+
method: Method;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
logo?(_: {}): any;
|
|
15
|
+
logo?(_: {}): any;
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {};
|
|
19
|
+
rootEl: HTMLDivElement;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export interface ConfirmPasswordForm {
|
|
2
|
+
password: string;
|
|
3
|
+
}
|
|
4
|
+
export interface ConfirmPasswordErrors {
|
|
5
|
+
password?: string;
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = {
|
|
8
|
+
/** URL for home/logo link */
|
|
9
|
+
logoLink?: string;
|
|
10
|
+
/** Form validation errors */
|
|
11
|
+
errors?: ConfirmPasswordErrors;
|
|
12
|
+
/** Whether form is submitting */
|
|
13
|
+
processing?: boolean;
|
|
14
|
+
};
|
|
15
|
+
declare function __VLS_template(): {
|
|
16
|
+
attrs: Partial<{}>;
|
|
17
|
+
slots: {
|
|
18
|
+
logo?(_: {}): any;
|
|
19
|
+
};
|
|
20
|
+
refs: {};
|
|
21
|
+
rootEl: HTMLDivElement;
|
|
22
|
+
};
|
|
23
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
24
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
+
submit: (form: ConfirmPasswordForm) => any;
|
|
26
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
27
|
+
onSubmit?: ((form: ConfirmPasswordForm) => any) | undefined;
|
|
28
|
+
}>, {
|
|
29
|
+
logoLink: string;
|
|
30
|
+
processing: boolean;
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
32
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export interface ForgotPasswordForm {
|
|
2
|
+
email: string;
|
|
3
|
+
}
|
|
4
|
+
export interface ForgotPasswordErrors {
|
|
5
|
+
email?: string;
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = {
|
|
8
|
+
/** Status message (e.g., "Password reset link sent") */
|
|
9
|
+
status?: string;
|
|
10
|
+
/** URL for login page */
|
|
11
|
+
loginUrl?: string;
|
|
12
|
+
/** URL for home/logo link */
|
|
13
|
+
logoLink?: string;
|
|
14
|
+
/** Form validation errors */
|
|
15
|
+
errors?: ForgotPasswordErrors;
|
|
16
|
+
/** Whether form is submitting */
|
|
17
|
+
processing?: boolean;
|
|
18
|
+
/** Initial form values */
|
|
19
|
+
modelValue?: Partial<ForgotPasswordForm>;
|
|
20
|
+
};
|
|
21
|
+
declare function __VLS_template(): {
|
|
22
|
+
attrs: Partial<{}>;
|
|
23
|
+
slots: {
|
|
24
|
+
logo?(_: {}): any;
|
|
25
|
+
};
|
|
26
|
+
refs: {};
|
|
27
|
+
rootEl: HTMLDivElement;
|
|
28
|
+
};
|
|
29
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
31
|
+
"update:modelValue": (form: ForgotPasswordForm) => any;
|
|
32
|
+
submit: (form: ForgotPasswordForm) => any;
|
|
33
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
34
|
+
"onUpdate:modelValue"?: ((form: ForgotPasswordForm) => any) | undefined;
|
|
35
|
+
onSubmit?: ((form: ForgotPasswordForm) => any) | undefined;
|
|
36
|
+
}>, {
|
|
37
|
+
logoLink: string;
|
|
38
|
+
processing: boolean;
|
|
39
|
+
loginUrl: string;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
|
+
export default _default;
|
|
43
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
44
|
+
new (): {
|
|
45
|
+
$slots: S;
|
|
46
|
+
};
|
|
47
|
+
};
|