@agrotools1/at-components 1.0.91 → 1.0.92
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/CardWithInsights/CardWithInsights.vue.d.ts +1 -1
- package/dist/Dropdown/Dropdown.core.vue.d.ts.map +1 -1
- package/dist/Illustration/Illustration.d.ts +5 -5
- package/dist/Illustration/Illustration.vue.d.ts +1 -1
- package/dist/Upload/MultipleUpload/MultipleUpload.vue.d.ts +1 -1
- package/dist/Upload/SingleUpload/SingleUpload.vue.d.ts +2 -2
- package/dist/Upload/Upload.vue.d.ts +3 -3
- package/dist/Upload/UploaderInfoProgress/UploaderInfoProgress.vue.d.ts +1 -1
- package/dist/Upload/UploaderInput/UploaderInput.vue.d.ts +1 -1
- package/dist/components/ui/accordion/AccordionItem.vue.d.ts.map +1 -1
- package/dist/components/ui/avatar/Avatar.vue.d.ts +28 -0
- package/dist/components/ui/avatar/Avatar.vue.d.ts.map +1 -0
- package/dist/components/ui/avatar/AvatarFallback.vue.d.ts +23 -0
- package/dist/components/ui/avatar/AvatarFallback.vue.d.ts.map +1 -0
- package/dist/components/ui/avatar/AvatarImage.vue.d.ts +19 -0
- package/dist/components/ui/avatar/AvatarImage.vue.d.ts.map +1 -0
- package/dist/components/ui/avatar/index.d.ts +4 -0
- package/dist/components/ui/avatar/index.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts +22 -0
- package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts +22 -0
- package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +26 -0
- package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts +22 -0
- package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +22 -0
- package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/index.d.ts +6 -0
- package/dist/components/ui/breadcrumb/index.d.ts.map +1 -0
- package/dist/components/ui/button/Button.vue.d.ts +1 -1
- package/dist/components/ui/calendar/Calendar.vue.d.ts +1 -1
- package/dist/components/ui/calendar/CalendarCell.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts +1 -1
- package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/card/Card.vue.d.ts +1 -1
- package/dist/components/ui/card/CardDescription.vue.d.ts +1 -1
- package/dist/components/ui/card/CardTitle.vue.d.ts +1 -1
- package/dist/components/ui/combobox/Combobox.vue.d.ts +34 -0
- package/dist/components/ui/combobox/Combobox.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxAnchor.vue.d.ts +23 -0
- package/dist/components/ui/combobox/ComboboxAnchor.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxEmpty.vue.d.ts +23 -0
- package/dist/components/ui/combobox/ComboboxEmpty.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxGroup.vue.d.ts +24 -0
- package/dist/components/ui/combobox/ComboboxGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxInput.vue.d.ts +29 -0
- package/dist/components/ui/combobox/ComboboxInput.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxItem.vue.d.ts +27 -0
- package/dist/components/ui/combobox/ComboboxItem.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxItemIndicator.vue.d.ts +23 -0
- package/dist/components/ui/combobox/ComboboxItemIndicator.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxList.vue.d.ts +37 -0
- package/dist/components/ui/combobox/ComboboxList.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxSeparator.vue.d.ts +23 -0
- package/dist/components/ui/combobox/ComboboxSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxViewport.vue.d.ts +23 -0
- package/dist/components/ui/combobox/ComboboxViewport.vue.d.ts.map +1 -0
- package/dist/components/ui/combobox/index.d.ts +12 -0
- package/dist/components/ui/combobox/index.d.ts.map +1 -0
- package/dist/components/ui/command/Command.vue.d.ts +31 -0
- package/dist/components/ui/command/Command.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandDialog.vue.d.ts +30 -0
- package/dist/components/ui/command/CommandDialog.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandEmpty.vue.d.ts +23 -0
- package/dist/components/ui/command/CommandEmpty.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandGroup.vue.d.ts +24 -0
- package/dist/components/ui/command/CommandGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandInput.vue.d.ts +8 -0
- package/dist/components/ui/command/CommandInput.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandItem.vue.d.ts +31 -0
- package/dist/components/ui/command/CommandItem.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandList.vue.d.ts +23 -0
- package/dist/components/ui/command/CommandList.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandSeparator.vue.d.ts +23 -0
- package/dist/components/ui/command/CommandSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/command/CommandShortcut.vue.d.ts +22 -0
- package/dist/components/ui/command/CommandShortcut.vue.d.ts.map +1 -0
- package/dist/components/ui/command/contexts.d.ts +28 -0
- package/dist/components/ui/command/contexts.d.ts.map +1 -0
- package/dist/components/ui/command/index.d.ts +10 -0
- package/dist/components/ui/command/index.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts.map +1 -1
- package/dist/components/ui/illustration/Illustration.vue.d.ts +9 -0
- package/dist/components/ui/illustration/Illustration.vue.d.ts.map +1 -0
- package/dist/components/ui/illustration/illustrations.d.ts +65 -0
- package/dist/components/ui/illustration/illustrations.d.ts.map +1 -0
- package/dist/components/ui/illustration/index.d.ts +3 -0
- package/dist/components/ui/illustration/index.d.ts.map +1 -0
- package/dist/components/ui/input/Input.vue.d.ts +8 -5
- package/dist/components/ui/input/Input.vue.d.ts.map +1 -1
- package/dist/components/ui/multi-select/MultiSelectContent.vue.d.ts +44 -0
- package/dist/components/ui/multi-select/MultiSelectContent.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectEmpty.vue.d.ts +23 -0
- package/dist/components/ui/multi-select/MultiSelectEmpty.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectGroup.vue.d.ts +21 -0
- package/dist/components/ui/multi-select/MultiSelectGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectItem.vue.d.ts +47 -0
- package/dist/components/ui/multi-select/MultiSelectItem.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectLabel.vue.d.ts +26 -0
- package/dist/components/ui/multi-select/MultiSelectLabel.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectRoot.vue.d.ts +52 -0
- package/dist/components/ui/multi-select/MultiSelectRoot.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectSeparator.vue.d.ts +23 -0
- package/dist/components/ui/multi-select/MultiSelectSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectTrigger.vue.d.ts +27 -0
- package/dist/components/ui/multi-select/MultiSelectTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/MultiSelectValue.vue.d.ts +14 -0
- package/dist/components/ui/multi-select/MultiSelectValue.vue.d.ts.map +1 -0
- package/dist/components/ui/multi-select/contexts.d.ts +32 -0
- package/dist/components/ui/multi-select/contexts.d.ts.map +1 -0
- package/dist/components/ui/multi-select/index.d.ts +11 -0
- package/dist/components/ui/multi-select/index.d.ts.map +1 -0
- package/dist/components/ui/multi-select/utils.d.ts +3 -0
- package/dist/components/ui/multi-select/utils.d.ts.map +1 -0
- package/dist/components/ui/pagination/Pagination.vue.d.ts.map +1 -1
- package/dist/components/ui/range-calendar/RangeCalendar.vue.d.ts +3 -1
- package/dist/components/ui/range-calendar/RangeCalendar.vue.d.ts.map +1 -1
- package/dist/components/ui/range-calendar/RangeCalendarCell.vue.d.ts.map +1 -1
- package/dist/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +1 -1
- package/dist/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/select/SelectContent.vue.d.ts.map +1 -1
- package/dist/components/ui/separator/Separator.vue.d.ts +11 -0
- package/dist/components/ui/separator/Separator.vue.d.ts.map +1 -0
- package/dist/components/ui/separator/index.d.ts +2 -0
- package/dist/components/ui/separator/index.d.ts.map +1 -0
- package/dist/components/ui/sheet/Sheet.vue.d.ts +23 -0
- package/dist/components/ui/sheet/Sheet.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetClose.vue.d.ts +19 -0
- package/dist/components/ui/sheet/SheetClose.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetContent.vue.d.ts +40 -0
- package/dist/components/ui/sheet/SheetContent.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetDescription.vue.d.ts +23 -0
- package/dist/components/ui/sheet/SheetDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetFooter.vue.d.ts +22 -0
- package/dist/components/ui/sheet/SheetFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetHeader.vue.d.ts +22 -0
- package/dist/components/ui/sheet/SheetHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetOverlay.vue.d.ts +23 -0
- package/dist/components/ui/sheet/SheetOverlay.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetTitle.vue.d.ts +23 -0
- package/dist/components/ui/sheet/SheetTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetTrigger.vue.d.ts +19 -0
- package/dist/components/ui/sheet/SheetTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/index.d.ts +9 -0
- package/dist/components/ui/sheet/index.d.ts.map +1 -0
- package/dist/components/ui/sidebar/Sidebar.vue.d.ts +23 -0
- package/dist/components/ui/sidebar/Sidebar.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarContent.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarContent.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts +23 -0
- package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +23 -0
- package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarInput.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarInput.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarInset.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarInset.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts +26 -0
- package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts +28 -0
- package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +31 -0
- package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts +8 -0
- package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +28 -0
- package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/index.d.ts +35 -0
- package/dist/components/ui/sidebar/index.d.ts.map +1 -0
- package/dist/components/ui/sidebar/utils.d.ts +29 -0
- package/dist/components/ui/sidebar/utils.d.ts.map +1 -0
- package/dist/components/ui/sonner/Sonner.vue.d.ts +41 -0
- package/dist/components/ui/sonner/Sonner.vue.d.ts.map +1 -0
- package/dist/components/ui/sonner/Toast.vue.d.ts +50 -0
- package/dist/components/ui/sonner/Toast.vue.d.ts.map +1 -0
- package/dist/components/ui/sonner/index.d.ts +10 -0
- package/dist/components/ui/sonner/index.d.ts.map +1 -0
- package/dist/components/ui/sonner/toast.d.ts +11 -0
- package/dist/components/ui/sonner/toast.d.ts.map +1 -0
- package/dist/components/ui/switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/ui/tabs/TabsList.vue.d.ts.map +1 -1
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts +2 -0
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/tabs/index.d.ts +5 -0
- package/dist/components/ui/tabs/index.d.ts.map +1 -1
- package/dist/components/ui/tag/Tag.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContent.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContent.vue.d.ts.map +1 -1
- package/dist/components/ui/upload/UploadContentDescription.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContentLoadingDescription.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContentSuccessDescription.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContentTitle.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadFileItem.vue.d.ts +1 -1
- package/dist/examples/sidebar/data.d.ts +9 -0
- package/dist/examples/sidebar/data.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +7651 -7501
- package/package.json +9 -5
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ComboboxAnchorProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxAnchorProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
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, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# 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":"AA2BA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAOzC,KAAK,WAAW,GAAG,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAS7E,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,23 @@
|
|
|
1
|
+
import { ComboboxEmptyProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxEmptyProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
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, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# 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":"AAyBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAOzC,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAO5E,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,24 @@
|
|
|
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 function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: any;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
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, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
//# 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":"AAiCA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,KAAK,WAAW,GAAG,kBAAkB,GAAG;IACpC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AASJ,iBAAS,cAAc;WAmDT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,29 @@
|
|
|
1
|
+
import { ComboboxInputProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxInputProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
withIcon?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
"update:modelValue": (args_0: string) => any;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
20
|
+
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
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
|
+
};
|
|
29
|
+
//# 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":"AAiEA,OAAO,KAAK,EAAsB,kBAAkB,EAAE,MAAM,SAAS,CAAA;AACrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAWzC,KAAK,WAAW,GAAG,kBAAkB,GAAG;IACpC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAcJ,iBAAS,cAAc;WA2FT,OAAO,IAA6B;;yBAXpB,GAAG;yBACH,GAAG;;;;EAehC;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,27 @@
|
|
|
1
|
+
import { ComboboxItemProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxItemProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
select: (event: import('reka-ui').ListboxItemSelectEvent<import('reka-ui').AcceptableValue>) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
onSelect?: ((event: import('reka-ui').ListboxItemSelectEvent<import('reka-ui').AcceptableValue>) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
//# 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":"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;AAW3E,iBAAS,cAAc;WA8CT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,23 @@
|
|
|
1
|
+
import { ComboboxItemIndicatorProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxItemIndicatorProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
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, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=ComboboxItemIndicator.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComboboxItemIndicator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/combobox/ComboboxItemIndicator.vue"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAA;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,KAAK,WAAW,GAAG,0BAA0B,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AASpF,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,37 @@
|
|
|
1
|
+
import { ComboboxContentProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxContentProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
17
|
+
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
18
|
+
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
19
|
+
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
22
|
+
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
23
|
+
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
24
|
+
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
25
|
+
}>, {
|
|
26
|
+
position: "inline" | "popper";
|
|
27
|
+
sideOffset: number;
|
|
28
|
+
align: "center" | "end" | "start";
|
|
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
|
+
};
|
|
37
|
+
//# sourceMappingURL=ComboboxList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComboboxList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/combobox/ComboboxList.vue"],"names":[],"mappings":"AAwCA,OAAO,KAAK,EAAwB,oBAAoB,EAAE,MAAM,SAAS,CAAA;AACzE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,KAAK,WAAW,GAAG,oBAAoB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAsB9E,iBAAS,cAAc;WAuDT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;6EASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,23 @@
|
|
|
1
|
+
import { ComboboxSeparatorProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxSeparatorProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
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, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=ComboboxSeparator.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComboboxSeparator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/combobox/ComboboxSeparator.vue"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,KAAK,WAAW,GAAG,sBAAsB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAOhF,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,23 @@
|
|
|
1
|
+
import { ComboboxViewportProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ComboboxViewportProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
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, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=ComboboxViewport.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComboboxViewport.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/combobox/ComboboxViewport.vue"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,KAAK,WAAW,GAAG,qBAAqB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAS/E,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,12 @@
|
|
|
1
|
+
export { default as AtCombobox } from './Combobox.vue';
|
|
2
|
+
export { default as AtComboboxAnchor } from './ComboboxAnchor.vue';
|
|
3
|
+
export { default as AtComboboxEmpty } from './ComboboxEmpty.vue';
|
|
4
|
+
export { default as AtComboboxGroup } from './ComboboxGroup.vue';
|
|
5
|
+
export { default as AtComboboxInput } from './ComboboxInput.vue';
|
|
6
|
+
export { default as AtComboboxItem } from './ComboboxItem.vue';
|
|
7
|
+
export { default as AtComboboxItemIndicator } from './ComboboxItemIndicator.vue';
|
|
8
|
+
export { default as AtComboboxList } from './ComboboxList.vue';
|
|
9
|
+
export { default as AtComboboxSeparator } from './ComboboxSeparator.vue';
|
|
10
|
+
export { default as AtComboboxViewport } from './ComboboxViewport.vue';
|
|
11
|
+
export { ComboboxCancel as AtComboboxCancel, ComboboxTrigger as AtComboboxTrigger } from 'reka-ui';
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/combobox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,gBAAgB,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,6BAA6B,CAAA;AAChF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAA;AACxE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAEtE,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,eAAe,IAAI,iBAAiB,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AcceptableValue, ListboxRootProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
declare const _default: <T extends AcceptableValue = AcceptableValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
|
+
readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
6
|
+
readonly onHighlight?: ((payload: {
|
|
7
|
+
ref: HTMLElement;
|
|
8
|
+
value: T;
|
|
9
|
+
} | undefined) => any) | undefined;
|
|
10
|
+
readonly onEntryFocus?: ((event: CustomEvent<any>) => any) | undefined;
|
|
11
|
+
readonly onLeave?: ((event: Event) => any) | undefined;
|
|
12
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onLeave" | "onHighlight" | "onEntryFocus"> & (ListboxRootProps<T> & {
|
|
13
|
+
class?: HTMLAttributes["class"];
|
|
14
|
+
}) & Partial<{}>> & import('vue').PublicProps;
|
|
15
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
16
|
+
attrs: any;
|
|
17
|
+
slots: {
|
|
18
|
+
default?(_: {}): any;
|
|
19
|
+
};
|
|
20
|
+
emit: ((evt: "update:modelValue", value: T) => void) & ((evt: "highlight", payload: {
|
|
21
|
+
ref: HTMLElement;
|
|
22
|
+
value: T;
|
|
23
|
+
} | undefined) => void) & ((evt: "entryFocus", event: CustomEvent<any>) => void) & ((evt: "leave", event: Event) => void);
|
|
24
|
+
}>) => import('vue').VNode & {
|
|
25
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_PrettifyLocal<T> = {
|
|
29
|
+
[K in keyof T]: T[K];
|
|
30
|
+
} & {};
|
|
31
|
+
//# sourceMappingURL=Command.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Command.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/command/Command.vue"],"names":[],"mappings":"AA6IA,OAAO,KAAK,EAAE,eAAe,EAAoB,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAClF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;yBAUxB,CAAC,SAAS,eAAe,GAAG,eAAe,EAC3D,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA+LO,mBAAmB,CAAC;;;;;;;;;gBA9LuB,cAAc,CAAC,OAAO,CAAC;oBA8LoB,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;yBAhCkB,GAAG;;;;;;EAoC5B,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA1MzE,wBA0M4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { DialogRootProps } from 'reka-ui';
|
|
2
|
+
type __VLS_Props = DialogRootProps & {
|
|
3
|
+
title?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
"update:open": (value: boolean) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
title: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
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
|
+
};
|
|
30
|
+
//# sourceMappingURL=CommandDialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/command/CommandDialog.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAmB,eAAe,EAAE,MAAM,SAAS,CAAA;AAa/D,KAAK,WAAW,GAAG,eAAe,GAAG;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;AAqBN,iBAAS,cAAc;WAoFT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WAlIP,MAAM;iBACA,MAAM;6EA0IxB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,23 @@
|
|
|
1
|
+
import { PrimitiveProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = PrimitiveProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
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, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=CommandEmpty.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandEmpty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/command/CommandEmpty.vue"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAQzC,KAAK,WAAW,GAAG,cAAc,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AASxE,iBAAS,cAAc;WAqCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,24 @@
|
|
|
1
|
+
import { ListboxGroupProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ListboxGroupProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
heading?: string;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: any;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
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, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=CommandGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/command/CommandGroup.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AASzC,KAAK,WAAW,GAAG,iBAAiB,GAAG;IACnC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AAkBJ,iBAAS,cAAc;WAuDT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,8 @@
|
|
|
1
|
+
import { ListboxFilterProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ListboxFilterProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: 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
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=CommandInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/command/CommandInput.vue"],"names":[],"mappings":"AAoDA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAczC,KAAK,WAAW,GAAG,kBAAkB,GAAG;IACpC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;;AA6FJ,wBAMG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ListboxItemProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ListboxItemProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {
|
|
12
|
+
itemRef: import('@vue/reactivity').ShallowUnwrapRef<{}> | null;
|
|
13
|
+
};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
select: (event: import('reka-ui').ListboxItemSelectEvent<import('reka-ui').AcceptableValue>) => any;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
20
|
+
onSelect?: ((event: import('reka-ui').ListboxItemSelectEvent<import('reka-ui').AcceptableValue>) => any) | undefined;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
22
|
+
itemRef: import('@vue/reactivity').ShallowUnwrapRef<{}> | null;
|
|
23
|
+
}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=CommandItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/command/CommandItem.vue"],"names":[],"mappings":"AAwEA,OAAO,KAAK,EAAoB,gBAAgB,EAAE,MAAM,SAAS,CAAA;AACjE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAUzC,KAAK,WAAW,GAAG,gBAAgB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAyC1E,iBAAS,cAAc;WA8DT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;OAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,23 @@
|
|
|
1
|
+
import { ListboxContentProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ListboxContentProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
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, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=CommandList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/command/CommandList.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,KAAK,WAAW,GAAG,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAS7E,iBAAS,cAAc;WAuCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,23 @@
|
|
|
1
|
+
import { SeparatorProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = SeparatorProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
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, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=CommandSeparator.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandSeparator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/command/CommandSeparator.vue"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,KAAK,WAAW,GAAG,cAAc,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAOxE,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,22 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
class?: HTMLAttributes['class'];
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: HTMLSpanElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
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, {}, HTMLSpanElement>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=CommandShortcut.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandShortcut.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/command/CommandShortcut.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAKF,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,8SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,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,28 @@
|
|
|
1
|
+
import { AcceptableValue, ListboxItemSelectEvent } from 'reka-ui';
|
|
2
|
+
import { MaybeRefOrGetter, Ref } from 'vue';
|
|
3
|
+
export interface CommandOption {
|
|
4
|
+
groupId?: string;
|
|
5
|
+
value: any;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
textContent: string;
|
|
8
|
+
}
|
|
9
|
+
export interface CommandRootContext {
|
|
10
|
+
search: MaybeRefOrGetter<string>;
|
|
11
|
+
onSearch: (value: string) => void;
|
|
12
|
+
isEmptySearchResult: Ref<boolean>;
|
|
13
|
+
itemsMap: Ref<Map<string, CommandOption>>;
|
|
14
|
+
groupsMap: Ref<Map<string, Set<string>>>;
|
|
15
|
+
isGroupVisible: (id: string) => boolean;
|
|
16
|
+
isItemVisible: (id: string) => boolean;
|
|
17
|
+
onGroupAdd: (id: string) => void;
|
|
18
|
+
onGroupRemove: (id: string) => void;
|
|
19
|
+
onItemAdd: (id: string, option: CommandOption) => void;
|
|
20
|
+
onItemRemove: (id: string, option: CommandOption) => void;
|
|
21
|
+
onSelect: (event: ListboxItemSelectEvent<AcceptableValue>) => void;
|
|
22
|
+
}
|
|
23
|
+
export declare const injectCommandContext: <T extends CommandRootContext | null | undefined = CommandRootContext>(fallback?: T | undefined) => T extends null ? CommandRootContext | null : CommandRootContext, provideCommandContext: (contextValue: CommandRootContext) => CommandRootContext;
|
|
24
|
+
export interface CommandGroupContext {
|
|
25
|
+
id: string;
|
|
26
|
+
}
|
|
27
|
+
export declare const injectCommandGroupContext: <T extends CommandGroupContext | null | undefined = CommandGroupContext>(fallback?: T | undefined) => T extends null ? CommandGroupContext | null : CommandGroupContext, provideCommandGroupContext: (contextValue: CommandGroupContext) => CommandGroupContext;
|
|
28
|
+
//# sourceMappingURL=contexts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contexts.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/command/contexts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AACtE,OAAO,KAAK,EAAE,gBAAgB,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAGhD,MAAM,WAAW,aAAa;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,GAAG,CAAA;IACV,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,EAAE,MAAM,CAAA;CACpB;AAED,MAAM,WAAW,kBAAkB;IACjC,MAAM,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACjC,mBAAmB,EAAE,GAAG,CAAC,OAAO,CAAC,CAAA;IAEjC,QAAQ,EAAE,GAAG,CAAC,GAAG,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC,CAAA;IACzC,SAAS,EAAE,GAAG,CAAC,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAA;IACxC,cAAc,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,OAAO,CAAA;IACvC,aAAa,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,OAAO,CAAA;IACtC,UAAU,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;IAChC,aAAa,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;IACnC,SAAS,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,aAAa,KAAK,IAAI,CAAA;IACtD,YAAY,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,aAAa,KAAK,IAAI,CAAA;IACzD,QAAQ,EAAE,CAAC,KAAK,EAAE,sBAAsB,CAAC,eAAe,CAAC,KAAK,IAAI,CAAA;CACnE;AAED,eAAO,MAAO,oBAAoB,uKAAE,qBAAqB,0DACP,CAAA;AAElD,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAA;CACX;AAED,eAAO,MAAO,yBAAyB,2KAAE,0BAA0B,4DACf,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { default as AtCommand } from './Command.vue';
|
|
2
|
+
export { default as AtCommandDialog } from './CommandDialog.vue';
|
|
3
|
+
export { default as AtCommandEmpty } from './CommandEmpty.vue';
|
|
4
|
+
export { default as AtCommandGroup } from './CommandGroup.vue';
|
|
5
|
+
export { default as AtCommandInput } from './CommandInput.vue';
|
|
6
|
+
export { default as AtCommandItem } from './CommandItem.vue';
|
|
7
|
+
export { default as AtCommandList } from './CommandList.vue';
|
|
8
|
+
export { default as AtCommandSeparator } from './CommandSeparator.vue';
|
|
9
|
+
export { default as AtCommandShortcut } from './CommandShortcut.vue';
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/command/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAA;AACpD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAA"}
|