@outtalent-dev/shared 1.1.0
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/README.md +77 -0
- package/dist/components/ui/badge/Badge.d.ts +15 -0
- package/dist/components/ui/badge/Badge.d.ts.map +1 -0
- package/dist/components/ui/badge/index.d.ts +2 -0
- package/dist/components/ui/badge/index.d.ts.map +1 -0
- package/dist/components/ui/button/Button.d.ts +20 -0
- package/dist/components/ui/button/Button.d.ts.map +1 -0
- package/dist/components/ui/button/index.d.ts +8 -0
- package/dist/components/ui/button/index.d.ts.map +1 -0
- package/dist/components/ui/calendar/Calendar.d.ts +14 -0
- package/dist/components/ui/calendar/Calendar.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarCell.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarCell.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarCellTrigger.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarCellTrigger.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarGrid.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarGrid.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarGridBody.d.ts +11 -0
- package/dist/components/ui/calendar/CalendarGridBody.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarGridHead.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarGridHead.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarGridRow.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarGridRow.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarHeadCell.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarHeadCell.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarHeader.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarHeader.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarHeading.d.ts +21 -0
- package/dist/components/ui/calendar/CalendarHeading.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarNextButton.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarNextButton.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarPrevButton.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarPrevButton.d.ts.map +1 -0
- package/dist/components/ui/calendar/index.d.ts +13 -0
- package/dist/components/ui/calendar/index.d.ts.map +1 -0
- package/dist/components/ui/checkbox/Checkbox.d.ts +19 -0
- package/dist/components/ui/checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/ui/checkbox/index.d.ts +2 -0
- package/dist/components/ui/checkbox/index.d.ts.map +1 -0
- package/dist/components/ui/combobox/Combobox.d.ts +26 -0
- package/dist/components/ui/combobox/Combobox.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxAnchor.d.ts +15 -0
- package/dist/components/ui/combobox/ComboboxAnchor.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxEmpty.d.ts +15 -0
- package/dist/components/ui/combobox/ComboboxEmpty.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxGroup.d.ts +16 -0
- package/dist/components/ui/combobox/ComboboxGroup.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxInput.d.ts +19 -0
- package/dist/components/ui/combobox/ComboboxInput.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxItem.d.ts +19 -0
- package/dist/components/ui/combobox/ComboboxItem.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxList.d.ts +29 -0
- package/dist/components/ui/combobox/ComboboxList.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxSeparator.d.ts +15 -0
- package/dist/components/ui/combobox/ComboboxSeparator.d.ts.map +1 -0
- package/dist/components/ui/combobox/index.d.ts +10 -0
- package/dist/components/ui/combobox/index.d.ts.map +1 -0
- package/dist/components/ui/dialog/Dialog.d.ts +15 -0
- package/dist/components/ui/dialog/Dialog.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogClose.d.ts +11 -0
- package/dist/components/ui/dialog/DialogClose.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogContent.d.ts +29 -0
- package/dist/components/ui/dialog/DialogContent.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogDescription.d.ts +15 -0
- package/dist/components/ui/dialog/DialogDescription.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogFooter.d.ts +14 -0
- package/dist/components/ui/dialog/DialogFooter.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogHeader.d.ts +14 -0
- package/dist/components/ui/dialog/DialogHeader.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogScrollContent.d.ts +29 -0
- package/dist/components/ui/dialog/DialogScrollContent.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTitle.d.ts +15 -0
- package/dist/components/ui/dialog/DialogTitle.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTrigger.d.ts +11 -0
- package/dist/components/ui/dialog/DialogTrigger.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +10 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/form/FormControl.d.ts +10 -0
- package/dist/components/ui/form/FormControl.d.ts.map +1 -0
- package/dist/components/ui/form/FormDescription.d.ts +14 -0
- package/dist/components/ui/form/FormDescription.d.ts.map +1 -0
- package/dist/components/ui/form/FormItem.d.ts +14 -0
- package/dist/components/ui/form/FormItem.d.ts.map +1 -0
- package/dist/components/ui/form/FormLabel.d.ts +15 -0
- package/dist/components/ui/form/FormLabel.d.ts.map +1 -0
- package/dist/components/ui/form/FormMessage.d.ts +3 -0
- package/dist/components/ui/form/FormMessage.d.ts.map +1 -0
- package/dist/components/ui/form/index.d.ts +9 -0
- package/dist/components/ui/form/index.d.ts.map +1 -0
- package/dist/components/ui/form/injectionKeys.d.ts +3 -0
- package/dist/components/ui/form/injectionKeys.d.ts.map +1 -0
- package/dist/components/ui/form/useFormField.d.ts +12 -0
- package/dist/components/ui/form/useFormField.d.ts.map +1 -0
- package/dist/components/ui/hover-card/HoverCard.d.ts +15 -0
- package/dist/components/ui/hover-card/HoverCard.d.ts.map +1 -0
- package/dist/components/ui/hover-card/HoverCardContent.d.ts +17 -0
- package/dist/components/ui/hover-card/HoverCardContent.d.ts.map +1 -0
- package/dist/components/ui/hover-card/HoverCardTrigger.d.ts +11 -0
- package/dist/components/ui/hover-card/HoverCardTrigger.d.ts.map +1 -0
- package/dist/components/ui/hover-card/index.d.ts +4 -0
- package/dist/components/ui/hover-card/index.d.ts.map +1 -0
- package/dist/components/ui/input/Input.d.ts +19 -0
- package/dist/components/ui/input/Input.d.ts.map +1 -0
- package/dist/components/ui/input/index.d.ts +2 -0
- package/dist/components/ui/input/index.d.ts.map +1 -0
- package/dist/components/ui/label/Label.d.ts +15 -0
- package/dist/components/ui/label/Label.d.ts.map +1 -0
- package/dist/components/ui/label/index.d.ts +2 -0
- package/dist/components/ui/label/index.d.ts.map +1 -0
- package/dist/components/ui/popover/Popover.d.ts +15 -0
- package/dist/components/ui/popover/Popover.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.d.ts +32 -0
- package/dist/components/ui/popover/PopoverContent.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverTrigger.d.ts +11 -0
- package/dist/components/ui/popover/PopoverTrigger.d.ts.map +1 -0
- package/dist/components/ui/popover/index.d.ts +5 -0
- package/dist/components/ui/popover/index.d.ts.map +1 -0
- package/dist/components/ui/select/Select.d.ts +18 -0
- package/dist/components/ui/select/Select.d.ts.map +1 -0
- package/dist/components/ui/select/SelectContent.d.ts +25 -0
- package/dist/components/ui/select/SelectContent.d.ts.map +1 -0
- package/dist/components/ui/select/SelectGroup.d.ts +15 -0
- package/dist/components/ui/select/SelectGroup.d.ts.map +1 -0
- package/dist/components/ui/select/SelectItem.d.ts +15 -0
- package/dist/components/ui/select/SelectItem.d.ts.map +1 -0
- package/dist/components/ui/select/SelectItemText.d.ts +11 -0
- package/dist/components/ui/select/SelectItemText.d.ts.map +1 -0
- package/dist/components/ui/select/SelectLabel.d.ts +15 -0
- package/dist/components/ui/select/SelectLabel.d.ts.map +1 -0
- package/dist/components/ui/select/SelectScrollDownButton.d.ts +15 -0
- package/dist/components/ui/select/SelectScrollDownButton.d.ts.map +1 -0
- package/dist/components/ui/select/SelectScrollUpButton.d.ts +15 -0
- package/dist/components/ui/select/SelectScrollUpButton.d.ts.map +1 -0
- package/dist/components/ui/select/SelectSeparator.d.ts +8 -0
- package/dist/components/ui/select/SelectSeparator.d.ts.map +1 -0
- package/dist/components/ui/select/SelectTrigger.d.ts +15 -0
- package/dist/components/ui/select/SelectTrigger.d.ts.map +1 -0
- package/dist/components/ui/select/SelectValue.d.ts +11 -0
- package/dist/components/ui/select/SelectValue.d.ts.map +1 -0
- package/dist/components/ui/select/index.d.ts +12 -0
- package/dist/components/ui/select/index.d.ts.map +1 -0
- package/dist/components/ui/switch/Switch.d.ts +19 -0
- package/dist/components/ui/switch/Switch.d.ts.map +1 -0
- package/dist/components/ui/switch/index.d.ts +2 -0
- package/dist/components/ui/switch/index.d.ts.map +1 -0
- package/dist/components/ui/textarea/Textarea.d.ts +13 -0
- package/dist/components/ui/textarea/Textarea.d.ts.map +1 -0
- package/dist/components/ui/textarea/index.d.ts +2 -0
- package/dist/components/ui/textarea/index.d.ts.map +1 -0
- package/dist/components/ui/toast/Toast.d.ts +93 -0
- package/dist/components/ui/toast/Toast.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastAction.d.ts +15 -0
- package/dist/components/ui/toast/ToastAction.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastClose.d.ts +8 -0
- package/dist/components/ui/toast/ToastClose.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastDescription.d.ts +15 -0
- package/dist/components/ui/toast/ToastDescription.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastProvider.d.ts +11 -0
- package/dist/components/ui/toast/ToastProvider.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastTitle.d.ts +15 -0
- package/dist/components/ui/toast/ToastTitle.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastViewport.d.ts +8 -0
- package/dist/components/ui/toast/ToastViewport.d.ts.map +1 -0
- package/dist/components/ui/toast/Toaster.d.ts +3 -0
- package/dist/components/ui/toast/Toaster.d.ts.map +1 -0
- package/dist/components/ui/toast/index.d.ts +22 -0
- package/dist/components/ui/toast/index.d.ts.map +1 -0
- package/dist/components/ui/toast/use-toast.d.ts +275 -0
- package/dist/components/ui/toast/use-toast.d.ts.map +1 -0
- package/dist/composables/usePrivacy.d.ts +5 -0
- package/dist/composables/usePrivacy.d.ts.map +1 -0
- package/dist/composables/useSidebarStateSync.d.ts +20 -0
- package/dist/composables/useSidebarStateSync.d.ts.map +1 -0
- package/dist/constants/platformLinks.d.ts +9 -0
- package/dist/constants/platformLinks.d.ts.map +1 -0
- package/dist/index.d.ts +24 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2010 -0
- package/dist/types/user.d.ts +84 -0
- package/dist/types/user.d.ts.map +1 -0
- package/dist/utils/api.d.ts +27 -0
- package/dist/utils/api.d.ts.map +1 -0
- package/dist/utils/cn.d.ts +3 -0
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils/debounce.d.ts +4 -0
- package/dist/utils/debounce.d.ts.map +1 -0
- package/dist/utils/jwtDecoder.d.ts +7 -0
- package/dist/utils/jwtDecoder.d.ts.map +1 -0
- package/package.json +75 -0
package/README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# @outtalent/shared
|
|
2
|
+
|
|
3
|
+
Shared UI components, composables, and utilities for Outtalent Vue 3 applications.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install @outtalent/shared
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
### UI Components
|
|
14
|
+
|
|
15
|
+
```vue
|
|
16
|
+
<script setup>
|
|
17
|
+
import { Button, Dialog, DialogContent, DialogHeader, DialogTitle, Input } from '@outtalent/shared'
|
|
18
|
+
</script>
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
### Utilities
|
|
22
|
+
|
|
23
|
+
```ts
|
|
24
|
+
import { cn, decodeJWT, createApi } from '@outtalent/shared'
|
|
25
|
+
|
|
26
|
+
// Tailwind class merging
|
|
27
|
+
const classes = cn('px-4 py-2', condition && 'bg-primary')
|
|
28
|
+
|
|
29
|
+
// JWT decoding
|
|
30
|
+
const payload = decodeJWT(token)
|
|
31
|
+
|
|
32
|
+
// Create configured axios instance
|
|
33
|
+
const api = createApi({
|
|
34
|
+
baseURL: 'https://api.outtalent.com',
|
|
35
|
+
refreshEndpoint: 'https://api.outtalent.com/user-jwt-refresh',
|
|
36
|
+
getToken: () => localStorage.getItem('token'),
|
|
37
|
+
setToken: (t) => localStorage.setItem('token', t),
|
|
38
|
+
onUnauthorized: () => window.location.href = '/login',
|
|
39
|
+
})
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Composables
|
|
43
|
+
|
|
44
|
+
```ts
|
|
45
|
+
import { usePrivacy, useToast, useSidebarStateSync } from '@outtalent/shared'
|
|
46
|
+
|
|
47
|
+
const { isBlurred, toggleBlur } = usePrivacy()
|
|
48
|
+
const { toast } = useToast()
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Types
|
|
52
|
+
|
|
53
|
+
```ts
|
|
54
|
+
import type { User, Credentials, PlatformLink } from '@outtalent/shared'
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
## Development
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
npm install
|
|
61
|
+
npm run build
|
|
62
|
+
npm run dev # watch mode
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
## Release
|
|
66
|
+
|
|
67
|
+
Releases are automated via GitHub Actions + semantic-release.
|
|
68
|
+
Commit messages must follow [Conventional Commits](https://www.conventionalcommits.org/):
|
|
69
|
+
|
|
70
|
+
- `fix: ...` — patch release (1.0.0 → 1.0.1)
|
|
71
|
+
- `feat: ...` — minor release (1.0.0 → 1.1.0)
|
|
72
|
+
- `feat!: ...` or `BREAKING CHANGE:` — major release (1.0.0 → 2.0.0)
|
|
73
|
+
|
|
74
|
+
### Setup (one-time)
|
|
75
|
+
|
|
76
|
+
1. Ensure `@outtalent` npm organization exists
|
|
77
|
+
2. Add `NPM_TOKEN` secret to GitHub repo settings (automation token from npmjs.com)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
variant?: 'default' | 'secondary' | 'destructive' | 'outline';
|
|
3
|
+
};
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
variant: "default" | "secondary" | "destructive" | "outline";
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Badge.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Badge.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/badge/Badge.vue"],"names":[],"mappings":"AAUA;AA2BA,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,aAAa,GAAG,SAAS,CAAA;CAC9D,CAAC;;;;;;AAqEF,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { PrimitiveProps } from 'reka-ui';
|
|
3
|
+
import { ButtonVariants } from '.';
|
|
4
|
+
interface Props extends PrimitiveProps {
|
|
5
|
+
variant?: ButtonVariants['variant'];
|
|
6
|
+
size?: ButtonVariants['size'];
|
|
7
|
+
class?: HTMLAttributes['class'];
|
|
8
|
+
}
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
10
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
}>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=Button.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AACzC,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,SAAS,CAAA;AAExD,OAAO,EAAE,KAAK,cAAc,EAAkB,MAAM,GAAG,CAAA;AAEvD,UAAU,KAAM,SAAQ,cAAc;IACpC,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAA;IACnC,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAA;IAC7B,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC;;;;;;AA2ED,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
export { default as Button } from './Button';
|
|
3
|
+
export declare const buttonVariants: (props?: ({
|
|
4
|
+
variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
|
|
5
|
+
size?: "default" | "xs" | "sm" | "lg" | "icon" | null | undefined;
|
|
6
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
7
|
+
export type ButtonVariants = VariantProps<typeof buttonVariants>;
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAEjE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAA;AAEhD,eAAO,MAAM,cAAc;;;8EA4B1B,CAAA;AAED,MAAM,MAAM,cAAc,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { CalendarRootProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = CalendarRootProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (date: import('reka-ui').DateValue | undefined) => any;
|
|
8
|
+
"update:placeholder": (date: import('reka-ui').DateValue) => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((date: import('reka-ui').DateValue | undefined) => any) | undefined;
|
|
11
|
+
"onUpdate:placeholder"?: ((date: import('reka-ui').DateValue) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
export default _default;
|
|
14
|
+
//# sourceMappingURL=Calendar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Calendar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/Calendar.vue"],"names":[],"mappings":"AA2DA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAwC,KAAK,iBAAiB,EAAwB,MAAM,SAAS,CAAA;AAI5G,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;;;;;AA6M3E,wBAQG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { CalendarCellProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = CalendarCellProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CalendarCell.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarCell.vue"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAgB,KAAK,iBAAiB,EAAmB,MAAM,SAAS,CAAA;AAG/E,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAoE3E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { CalendarCellTriggerProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = CalendarCellTriggerProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CalendarCellTrigger.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarCellTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarCellTrigger.vue"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAuB,KAAK,wBAAwB,EAAmB,MAAM,SAAS,CAAA;AAI7F,KAAK,WAAW,GAAG,wBAAwB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAuFlF,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { CalendarGridProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = CalendarGridProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CalendarGrid.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarGrid.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGrid.vue"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAgB,KAAK,iBAAiB,EAAmB,MAAM,SAAS,CAAA;AAG/E,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAoE3E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CalendarGridBodyProps } from 'reka-ui';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<CalendarGridBodyProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CalendarGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
}>;
|
|
5
|
+
export default _default;
|
|
6
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
7
|
+
new (): {
|
|
8
|
+
$slots: S;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=CalendarGridBody.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarGridBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGridBody.vue"],"names":[],"mappings":"AAaA,OAAO,EAAoB,KAAK,qBAAqB,EAAE,MAAM,SAAS,CAAA;;;;AA8DtE,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { CalendarGridHeadProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = CalendarGridHeadProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CalendarGridHead.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarGridHead.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGridHead.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AACzC,OAAO,EAAoB,KAAK,qBAAqB,EAAE,MAAM,SAAS,CAAA;AAEtE,KAAK,WAAW,GAAG,qBAAqB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AA4D/E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { CalendarGridRowProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = CalendarGridRowProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CalendarGridRow.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarGridRow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGridRow.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAmB,KAAK,oBAAoB,EAAmB,MAAM,SAAS,CAAA;AAGrF,KAAK,WAAW,GAAG,oBAAoB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAoE9E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { CalendarHeadCellProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = CalendarHeadCellProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CalendarHeadCell.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarHeadCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarHeadCell.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAoB,KAAK,qBAAqB,EAAmB,MAAM,SAAS,CAAA;AAGvF,KAAK,WAAW,GAAG,qBAAqB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAoE/E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { CalendarHeaderProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = CalendarHeaderProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CalendarHeader.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarHeader.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAkB,KAAK,mBAAmB,EAAmB,MAAM,SAAS,CAAA;AAGnF,KAAK,WAAW,GAAG,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAoE7E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { CalendarHeadingProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = CalendarHeadingProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
7
|
+
default: (props: {
|
|
8
|
+
headingValue: string;
|
|
9
|
+
}) => any;
|
|
10
|
+
}> & {
|
|
11
|
+
default: (props: {
|
|
12
|
+
headingValue: string;
|
|
13
|
+
}) => any;
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=CalendarHeading.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarHeading.vue"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAmB,KAAK,oBAAoB,EAAmB,MAAM,SAAS,CAAA;AAGrF,KAAK,WAAW,GAAG,oBAAoB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;;;;;;;AA4E9E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { CalendarNextProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = CalendarNextProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CalendarNextButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarNextButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarNextButton.vue"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAGzC,OAAO,EAAgB,KAAK,iBAAiB,EAAmB,MAAM,SAAS,CAAA;AAI/E,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAyF3E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { CalendarPrevProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = CalendarPrevProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CalendarPrevButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarPrevButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarPrevButton.vue"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAGzC,OAAO,EAAgB,KAAK,iBAAiB,EAAmB,MAAM,SAAS,CAAA;AAI/E,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAyF3E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { default as Calendar } from './Calendar';
|
|
2
|
+
export { default as CalendarCell } from './CalendarCell';
|
|
3
|
+
export { default as CalendarCellTrigger } from './CalendarCellTrigger';
|
|
4
|
+
export { default as CalendarGrid } from './CalendarGrid';
|
|
5
|
+
export { default as CalendarGridBody } from './CalendarGridBody';
|
|
6
|
+
export { default as CalendarGridHead } from './CalendarGridHead';
|
|
7
|
+
export { default as CalendarGridRow } from './CalendarGridRow';
|
|
8
|
+
export { default as CalendarHeadCell } from './CalendarHeadCell';
|
|
9
|
+
export { default as CalendarHeader } from './CalendarHeader';
|
|
10
|
+
export { default as CalendarHeading } from './CalendarHeading';
|
|
11
|
+
export { default as CalendarNextButton } from './CalendarNextButton';
|
|
12
|
+
export { default as CalendarPrevButton } from './CalendarPrevButton';
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACpD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,2BAA2B,CAAA;AAC1E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AACxE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { CheckboxRootProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = CheckboxRootProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: boolean | "indeterminate") => any;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: boolean | "indeterminate") => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=Checkbox.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/checkbox/Checkbox.vue"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAqB,iBAAiB,EAAE,MAAM,SAAS,CAAA;AACnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;;;;;AAoG3E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ComboboxRootProps } from 'reka-ui';
|
|
2
|
+
type __VLS_Props = ComboboxRootProps;
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
|
+
"update:modelValue": (value: import('reka-ui').AcceptableValue) => any;
|
|
5
|
+
highlight: (payload: {
|
|
6
|
+
ref: HTMLElement;
|
|
7
|
+
value: import('reka-ui').AcceptableValue;
|
|
8
|
+
} | undefined) => any;
|
|
9
|
+
"update:open": (value: boolean) => any;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
+
"onUpdate:modelValue"?: ((value: import('reka-ui').AcceptableValue) => any) | undefined;
|
|
12
|
+
onHighlight?: ((payload: {
|
|
13
|
+
ref: HTMLElement;
|
|
14
|
+
value: import('reka-ui').AcceptableValue;
|
|
15
|
+
} | undefined) => any) | undefined;
|
|
16
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
18
|
+
default?(_: {}): any;
|
|
19
|
+
}>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=Combobox.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Combobox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/combobox/Combobox.vue"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAqB,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAGnE,KAAK,WAAW,GAAG,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;AAmErC,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ComboboxAnchorProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxAnchorProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=ComboboxAnchor.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComboboxAnchor.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/combobox/ComboboxAnchor.vue"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAoE7E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ComboboxEmptyProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxEmptyProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=ComboboxEmpty.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComboboxEmpty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/combobox/ComboboxEmpty.vue"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAkE5E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ComboboxGroupProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxGroupProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
heading?: string;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ComboboxGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComboboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/combobox/ComboboxGroup.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG,kBAAkB,GAAG;IACtC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;;;;AAkFF,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ComboboxInputProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxInputProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (args_0: string) => any;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=ComboboxInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComboboxInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/combobox/ComboboxInput.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAsB,kBAAkB,EAAE,MAAM,SAAS,CAAA;AACrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG,kBAAkB,GAAG;IACtC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;;;;;;;;AAyEF,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ComboboxItemProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxItemProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
select: (event: import('reka-ui').ListboxItemSelectEvent<import('reka-ui').AcceptableValue>) => any;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
+
onSelect?: ((event: import('reka-ui').ListboxItemSelectEvent<import('reka-ui').AcceptableValue>) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=ComboboxItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComboboxItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/combobox/ComboboxItem.vue"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAqB,iBAAiB,EAAE,MAAM,SAAS,CAAA;AACnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;;;;;AAwE3E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|