primitive-app 1.0.2
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/LICENSE +5 -0
- package/README.md +1202 -0
- package/dist/PrimitiveNotFound.vue.d.ts +4 -0
- package/dist/PrimitiveNotFound.vue.d.ts.map +1 -0
- package/dist/components/auth/PrimitiveLogin.vue.d.ts +108 -0
- package/dist/components/auth/PrimitiveLogin.vue.d.ts.map +1 -0
- package/dist/components/auth/PrimitiveLogout.vue.d.ts +32 -0
- package/dist/components/auth/PrimitiveLogout.vue.d.ts.map +1 -0
- package/dist/components/auth/PrimitiveOauthCallback.vue.d.ts +39 -0
- package/dist/components/auth/PrimitiveOauthCallback.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/EphemeralDocService.d.ts +46 -0
- package/dist/components/debug-suite/EphemeralDocService.d.ts.map +1 -0
- package/dist/components/debug-suite/PrimitiveDebuggingSuite.vue.d.ts +15 -0
- package/dist/components/debug-suite/PrimitiveDebuggingSuite.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/PrimitiveTestRunner.vue.d.ts +19 -0
- package/dist/components/debug-suite/PrimitiveTestRunner.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/document-debugger/DocumentDebuggerIndex.vue.d.ts +4 -0
- package/dist/components/debug-suite/document-debugger/DocumentDebuggerIndex.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/document-debugger/DocumentDebuggerModel.vue.d.ts +4 -0
- package/dist/components/debug-suite/document-debugger/DocumentDebuggerModel.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/document-debugger/DocumentSidebar.vue.d.ts +48 -0
- package/dist/components/debug-suite/document-debugger/DocumentSidebar.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteDocsDialog.vue.d.ts +28 -0
- package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteDocsDialog.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteRecordsDialog.vue.d.ts +32 -0
- package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteRecordsDialog.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/document-debugger/types.d.ts +67 -0
- package/dist/components/debug-suite/document-debugger/types.d.ts.map +1 -0
- package/dist/components/debug-suite/document-debugger/utils.d.ts +38 -0
- package/dist/components/debug-suite/document-debugger/utils.d.ts.map +1 -0
- package/dist/components/debug-suite/pages/DebugSuiteLayout.vue.d.ts +15 -0
- package/dist/components/debug-suite/pages/DebugSuiteLayout.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/pages/DebuggingSuiteDocuments.vue.d.ts +4 -0
- package/dist/components/debug-suite/pages/DebuggingSuiteDocuments.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/pages/DebuggingSuiteDocumentsModel.vue.d.ts +4 -0
- package/dist/components/debug-suite/pages/DebuggingSuiteDocumentsModel.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/pages/DebuggingSuiteHome.vue.d.ts +4 -0
- package/dist/components/debug-suite/pages/DebuggingSuiteHome.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/pages/DebuggingSuiteTests.vue.d.ts +4 -0
- package/dist/components/debug-suite/pages/DebuggingSuiteTests.vue.d.ts.map +1 -0
- package/dist/components/debug-suite/testTypes.d.ts +18 -0
- package/dist/components/debug-suite/testTypes.d.ts.map +1 -0
- package/dist/components/documents/PrimitiveManageDocuments.vue.d.ts +4 -0
- package/dist/components/documents/PrimitiveManageDocuments.vue.d.ts.map +1 -0
- package/dist/components/documents/PrimitiveShareDocumentDialog.vue.d.ts +26 -0
- package/dist/components/documents/PrimitiveShareDocumentDialog.vue.d.ts.map +1 -0
- package/dist/components/documents/PrimitiveSingleDocumentSwitcher.vue.d.ts +4 -0
- package/dist/components/documents/PrimitiveSingleDocumentSwitcher.vue.d.ts.map +1 -0
- package/dist/components/navigation/PrimitiveAppBreadcrumb.vue.d.ts +4 -0
- package/dist/components/navigation/PrimitiveAppBreadcrumb.vue.d.ts.map +1 -0
- package/dist/components/navigation/PrimitiveAppSidebarHeader.vue.d.ts +4 -0
- package/dist/components/navigation/PrimitiveAppSidebarHeader.vue.d.ts.map +1 -0
- package/dist/components/navigation/PrimitiveBottomNav.vue.d.ts +4 -0
- package/dist/components/navigation/PrimitiveBottomNav.vue.d.ts.map +1 -0
- package/dist/components/navigation/PrimitiveNavigationBadge.vue.d.ts +14 -0
- package/dist/components/navigation/PrimitiveNavigationBadge.vue.d.ts.map +1 -0
- package/dist/components/navigation/PrimitiveSidebarNav.vue.d.ts +4 -0
- package/dist/components/navigation/PrimitiveSidebarNav.vue.d.ts.map +1 -0
- package/dist/components/navigation/PrimitiveUserMenu.vue.d.ts +35 -0
- package/dist/components/navigation/PrimitiveUserMenu.vue.d.ts.map +1 -0
- package/dist/components/shared/DeleteConfirmationDialog.vue.d.ts +55 -0
- package/dist/components/shared/DeleteConfirmationDialog.vue.d.ts.map +1 -0
- package/dist/components/shared/PrimitiveLogoSpinner.vue.d.ts +22 -0
- package/dist/components/shared/PrimitiveLogoSpinner.vue.d.ts.map +1 -0
- package/dist/components/shared/PrimitiveSkeletonGate.vue.d.ts +34 -0
- package/dist/components/shared/PrimitiveSkeletonGate.vue.d.ts.map +1 -0
- package/dist/components/ui/avatar/Avatar.vue.d.ts +18 -0
- package/dist/components/ui/avatar/Avatar.vue.d.ts.map +1 -0
- package/dist/components/ui/avatar/AvatarFallback.vue.d.ts +19 -0
- package/dist/components/ui/avatar/AvatarFallback.vue.d.ts.map +1 -0
- package/dist/components/ui/avatar/AvatarImage.vue.d.ts +15 -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/badge/Badge.vue.d.ts +21 -0
- package/dist/components/ui/badge/Badge.vue.d.ts.map +1 -0
- package/dist/components/ui/badge/index.d.ts +7 -0
- package/dist/components/ui/badge/index.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts +18 -0
- package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts +18 -0
- package/dist/components/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts +18 -0
- package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +21 -0
- package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts +18 -0
- package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbPage.vue.d.ts +18 -0
- package/dist/components/ui/breadcrumb/BreadcrumbPage.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +18 -0
- package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb/index.d.ts +8 -0
- package/dist/components/ui/breadcrumb/index.d.ts.map +1 -0
- package/dist/components/ui/button/Button.vue.d.ts +24 -0
- package/dist/components/ui/button/Button.vue.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.vue.d.ts +43 -0
- package/dist/components/ui/calendar/Calendar.vue.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarCell.vue.d.ts +19 -0
- package/dist/components/ui/calendar/CalendarCell.vue.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts +21 -0
- package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarGrid.vue.d.ts +19 -0
- package/dist/components/ui/calendar/CalendarGrid.vue.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarGridBody.vue.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarGridBody.vue.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarGridHead.vue.d.ts +19 -0
- package/dist/components/ui/calendar/CalendarGridHead.vue.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarGridRow.vue.d.ts +19 -0
- package/dist/components/ui/calendar/CalendarGridRow.vue.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarHeadCell.vue.d.ts +19 -0
- package/dist/components/ui/calendar/CalendarHeadCell.vue.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarHeader.vue.d.ts +19 -0
- package/dist/components/ui/calendar/CalendarHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarHeading.vue.d.ts +20 -0
- package/dist/components/ui/calendar/CalendarHeading.vue.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarNextButton.vue.d.ts +19 -0
- package/dist/components/ui/calendar/CalendarNextButton.vue.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarPrevButton.vue.d.ts +19 -0
- package/dist/components/ui/calendar/CalendarPrevButton.vue.d.ts.map +1 -0
- package/dist/components/ui/calendar/index.d.ts +14 -0
- package/dist/components/ui/calendar/index.d.ts.map +1 -0
- package/dist/components/ui/card/Card.vue.d.ts +18 -0
- package/dist/components/ui/card/Card.vue.d.ts.map +1 -0
- package/dist/components/ui/card/CardAction.vue.d.ts +18 -0
- package/dist/components/ui/card/CardAction.vue.d.ts.map +1 -0
- package/dist/components/ui/card/CardContent.vue.d.ts +18 -0
- package/dist/components/ui/card/CardContent.vue.d.ts.map +1 -0
- package/dist/components/ui/card/CardDescription.vue.d.ts +18 -0
- package/dist/components/ui/card/CardDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/card/CardFooter.vue.d.ts +18 -0
- package/dist/components/ui/card/CardFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/card/CardHeader.vue.d.ts +18 -0
- package/dist/components/ui/card/CardHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/card/CardTitle.vue.d.ts +18 -0
- package/dist/components/ui/card/CardTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/card/index.d.ts +8 -0
- package/dist/components/ui/card/index.d.ts.map +1 -0
- package/dist/components/ui/carousel/Carousel.vue.d.ts +38 -0
- package/dist/components/ui/carousel/Carousel.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/CarouselContent.vue.d.ts +15 -0
- package/dist/components/ui/carousel/CarouselContent.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/CarouselItem.vue.d.ts +15 -0
- package/dist/components/ui/carousel/CarouselItem.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts +23 -0
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +23 -0
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/index.d.ts +8 -0
- package/dist/components/ui/carousel/index.d.ts.map +1 -0
- package/dist/components/ui/carousel/interface.d.ts +21 -0
- package/dist/components/ui/carousel/interface.d.ts.map +1 -0
- package/dist/components/ui/carousel/useCarousel.d.ts +21 -0
- package/dist/components/ui/carousel/useCarousel.d.ts.map +1 -0
- package/dist/components/ui/checkbox/Checkbox.vue.d.ts +26 -0
- package/dist/components/ui/checkbox/Checkbox.vue.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/collapsible/Collapsible.vue.d.ts +21 -0
- package/dist/components/ui/collapsible/Collapsible.vue.d.ts.map +1 -0
- package/dist/components/ui/collapsible/CollapsibleContent.vue.d.ts +15 -0
- package/dist/components/ui/collapsible/CollapsibleContent.vue.d.ts.map +1 -0
- package/dist/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +15 -0
- package/dist/components/ui/collapsible/CollapsibleTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/collapsible/index.d.ts +4 -0
- package/dist/components/ui/collapsible/index.d.ts.map +1 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts +22 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +15 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +36 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogDescription.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +18 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +18 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogOverlay.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogOverlay.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogScrollContent.vue.d.ts +33 -0
- package/dist/components/ui/dialog/DialogScrollContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +15 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +11 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +21 -0
- package/dist/components/ui/dropdown-menu/DropdownMenu.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +27 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +33 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +15 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +23 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +20 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +19 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +25 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +9 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +18 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +21 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +35 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +20 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +15 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/index.d.ts +16 -0
- package/dist/components/ui/dropdown-menu/index.d.ts.map +1 -0
- package/dist/components/ui/empty/Empty.vue.d.ts +18 -0
- package/dist/components/ui/empty/Empty.vue.d.ts.map +1 -0
- package/dist/components/ui/empty/EmptyContent.vue.d.ts +18 -0
- package/dist/components/ui/empty/EmptyContent.vue.d.ts.map +1 -0
- package/dist/components/ui/empty/EmptyDescription.vue.d.ts +18 -0
- package/dist/components/ui/empty/EmptyDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/empty/EmptyHeader.vue.d.ts +18 -0
- package/dist/components/ui/empty/EmptyHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/empty/EmptyMedia.vue.d.ts +20 -0
- package/dist/components/ui/empty/EmptyMedia.vue.d.ts.map +1 -0
- package/dist/components/ui/empty/EmptyTitle.vue.d.ts +18 -0
- package/dist/components/ui/empty/EmptyTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/empty/index.d.ts +12 -0
- package/dist/components/ui/empty/index.d.ts.map +1 -0
- package/dist/components/ui/input/Input.vue.d.ts +14 -0
- package/dist/components/ui/input/Input.vue.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.vue.d.ts +19 -0
- package/dist/components/ui/label/Label.vue.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/native-select/NativeSelect.vue.d.ts +24 -0
- package/dist/components/ui/native-select/NativeSelect.vue.d.ts.map +1 -0
- package/dist/components/ui/native-select/NativeSelectOptGroup.vue.d.ts +402 -0
- package/dist/components/ui/native-select/NativeSelectOptGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/native-select/NativeSelectOption.vue.d.ts +406 -0
- package/dist/components/ui/native-select/NativeSelectOption.vue.d.ts.map +1 -0
- package/dist/components/ui/native-select/index.d.ts +4 -0
- package/dist/components/ui/native-select/index.d.ts.map +1 -0
- package/dist/components/ui/popover/Popover.vue.d.ts +22 -0
- package/dist/components/ui/popover/Popover.vue.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverAnchor.vue.d.ts +15 -0
- package/dist/components/ui/popover/PopoverAnchor.vue.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +36 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +15 -0
- package/dist/components/ui/popover/PopoverTrigger.vue.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.vue.d.ts +25 -0
- package/dist/components/ui/select/Select.vue.d.ts.map +1 -0
- package/dist/components/ui/select/SelectContent.vue.d.ts +29 -0
- package/dist/components/ui/select/SelectContent.vue.d.ts.map +1 -0
- package/dist/components/ui/select/SelectGroup.vue.d.ts +15 -0
- package/dist/components/ui/select/SelectGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/select/SelectItem.vue.d.ts +21 -0
- package/dist/components/ui/select/SelectItem.vue.d.ts.map +1 -0
- package/dist/components/ui/select/SelectItemText.vue.d.ts +15 -0
- package/dist/components/ui/select/SelectItemText.vue.d.ts.map +1 -0
- package/dist/components/ui/select/SelectLabel.vue.d.ts +19 -0
- package/dist/components/ui/select/SelectLabel.vue.d.ts.map +1 -0
- package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts +19 -0
- package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts.map +1 -0
- package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts +19 -0
- package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts.map +1 -0
- package/dist/components/ui/select/SelectSeparator.vue.d.ts +9 -0
- package/dist/components/ui/select/SelectSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/select/SelectTrigger.vue.d.ts +22 -0
- package/dist/components/ui/select/SelectTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/select/SelectValue.vue.d.ts +15 -0
- package/dist/components/ui/select/SelectValue.vue.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/separator/Separator.vue.d.ts +12 -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 +22 -0
- package/dist/components/ui/sheet/Sheet.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetClose.vue.d.ts +15 -0
- package/dist/components/ui/sheet/SheetClose.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetContent.vue.d.ts +36 -0
- package/dist/components/ui/sheet/SheetContent.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetDescription.vue.d.ts +19 -0
- package/dist/components/ui/sheet/SheetDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetFooter.vue.d.ts +18 -0
- package/dist/components/ui/sheet/SheetFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetHeader.vue.d.ts +18 -0
- package/dist/components/ui/sheet/SheetHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetOverlay.vue.d.ts +19 -0
- package/dist/components/ui/sheet/SheetOverlay.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetTitle.vue.d.ts +19 -0
- package/dist/components/ui/sheet/SheetTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/sheet/SheetTrigger.vue.d.ts +15 -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 +18 -0
- package/dist/components/ui/sidebar/SidebarContent.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts +19 -0
- package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +19 -0
- package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarInput.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarInput.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarInset.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarInset.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts +25 -0
- package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +27 -0
- package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts +9 -0
- package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +24 -0
- package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts +27 -0
- package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarRail.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarRail.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts +18 -0
- package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarTrigger.vue.d.ts +8 -0
- package/dist/components/ui/sidebar/SidebarTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/index.d.ts +38 -0
- package/dist/components/ui/sidebar/index.d.ts.map +1 -0
- package/dist/components/ui/sidebar/utils.d.ts +57 -0
- package/dist/components/ui/sidebar/utils.d.ts.map +1 -0
- package/dist/components/ui/skeleton/Skeleton.vue.d.ts +8 -0
- package/dist/components/ui/skeleton/Skeleton.vue.d.ts.map +1 -0
- package/dist/components/ui/skeleton/index.d.ts +2 -0
- package/dist/components/ui/skeleton/index.d.ts.map +1 -0
- package/dist/components/ui/switch/Switch.vue.d.ts +25 -0
- package/dist/components/ui/switch/Switch.vue.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/table/Table.vue.d.ts +18 -0
- package/dist/components/ui/table/Table.vue.d.ts.map +1 -0
- package/dist/components/ui/table/TableBody.vue.d.ts +18 -0
- package/dist/components/ui/table/TableBody.vue.d.ts.map +1 -0
- package/dist/components/ui/table/TableCaption.vue.d.ts +18 -0
- package/dist/components/ui/table/TableCaption.vue.d.ts.map +1 -0
- package/dist/components/ui/table/TableCell.vue.d.ts +18 -0
- package/dist/components/ui/table/TableCell.vue.d.ts.map +1 -0
- package/dist/components/ui/table/TableEmpty.vue.d.ts +21 -0
- package/dist/components/ui/table/TableEmpty.vue.d.ts.map +1 -0
- package/dist/components/ui/table/TableFooter.vue.d.ts +18 -0
- package/dist/components/ui/table/TableFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/table/TableHead.vue.d.ts +18 -0
- package/dist/components/ui/table/TableHead.vue.d.ts.map +1 -0
- package/dist/components/ui/table/TableHeader.vue.d.ts +18 -0
- package/dist/components/ui/table/TableHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/table/TableRow.vue.d.ts +18 -0
- package/dist/components/ui/table/TableRow.vue.d.ts.map +1 -0
- package/dist/components/ui/table/index.d.ts +10 -0
- package/dist/components/ui/table/index.d.ts.map +1 -0
- package/dist/components/ui/table/utils.d.ts +4 -0
- package/dist/components/ui/table/utils.d.ts.map +1 -0
- package/dist/components/ui/textarea/Textarea.vue.d.ts +14 -0
- package/dist/components/ui/textarea/Textarea.vue.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/tooltip/Tooltip.vue.d.ts +21 -0
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +27 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +17 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +15 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/index.d.ts +5 -0
- package/dist/components/ui/tooltip/index.d.ts.map +1 -0
- package/dist/composables/useJsBaoDataLoader.d.ts +79 -0
- package/dist/composables/useJsBaoDataLoader.d.ts.map +1 -0
- package/dist/composables/useTheme.d.ts +34 -0
- package/dist/composables/useTheme.d.ts.map +1 -0
- package/dist/createPrimitiveApp.d.ts +74 -0
- package/dist/createPrimitiveApp.d.ts.map +1 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +29781 -0
- package/dist/index.umd.cjs +8 -0
- package/dist/layouts/PrimitiveAppLayout.vue.d.ts +34 -0
- package/dist/layouts/PrimitiveAppLayout.vue.d.ts.map +1 -0
- package/dist/layouts/PrimitiveLoginLayout.vue.d.ts +24 -0
- package/dist/layouts/PrimitiveLoginLayout.vue.d.ts.map +1 -0
- package/dist/layouts/PrimitiveStaticLayout.vue.d.ts +17 -0
- package/dist/layouts/PrimitiveStaticLayout.vue.d.ts.map +1 -0
- package/dist/lib/logger.d.ts +20 -0
- package/dist/lib/logger.d.ts.map +1 -0
- package/dist/lib/routeOrUrl.d.ts +25 -0
- package/dist/lib/routeOrUrl.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/models/UserPref.d.ts +10 -0
- package/dist/models/UserPref.d.ts.map +1 -0
- package/dist/models/generated/index.d.ts +3 -0
- package/dist/models/generated/index.d.ts.map +1 -0
- package/dist/models/generated/relationships.d.ts +2 -0
- package/dist/models/generated/relationships.d.ts.map +1 -0
- package/dist/pages/PrimitiveNotFound.vue.d.ts +4 -0
- package/dist/pages/PrimitiveNotFound.vue.d.ts.map +1 -0
- package/dist/router/primitiveRouter.d.ts +105 -0
- package/dist/router/primitiveRouter.d.ts.map +1 -0
- package/dist/services/JsBaoClientService.d.ts +85 -0
- package/dist/services/JsBaoClientService.d.ts.map +1 -0
- package/dist/stores/appConfigStore.d.ts +98 -0
- package/dist/stores/appConfigStore.d.ts.map +1 -0
- package/dist/stores/breadcrumbsStore.d.ts +52 -0
- package/dist/stores/breadcrumbsStore.d.ts.map +1 -0
- package/dist/stores/documentDebuggerStore.d.ts +43 -0
- package/dist/stores/documentDebuggerStore.d.ts.map +1 -0
- package/dist/stores/jsBaoDocumentsStore.d.ts +320 -0
- package/dist/stores/jsBaoDocumentsStore.d.ts.map +1 -0
- package/dist/stores/multiDocumentStore.d.ts +68 -0
- package/dist/stores/multiDocumentStore.d.ts.map +1 -0
- package/dist/stores/navigationStore.d.ts +192 -0
- package/dist/stores/navigationStore.d.ts.map +1 -0
- package/dist/stores/singleDocumentStore.d.ts +109 -0
- package/dist/stores/singleDocumentStore.d.ts.map +1 -0
- package/dist/stores/userStore.d.ts +142 -0
- package/dist/stores/userStore.d.ts.map +1 -0
- package/dist/types/app.d.ts +23 -0
- package/dist/types/app.d.ts.map +1 -0
- package/dist/types/navigation.d.ts +143 -0
- package/dist/types/navigation.d.ts.map +1 -0
- package/dist/types/router.d.ts +14 -0
- package/dist/types/router.d.ts.map +1 -0
- package/package.json +107 -0
- package/src/style.css +164 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { SelectItemProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = SelectItemProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_14: {}, __VLS_27: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
'indicator-icon'?: (props: typeof __VLS_14) => any;
|
|
9
|
+
} & {
|
|
10
|
+
default?: (props: typeof __VLS_27) => any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_base: 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>;
|
|
13
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=SelectItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectItem.vue"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAW1C,KAAK,WAAW,GAAG,eAAe,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA4GzE,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACtD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { SelectItemTextProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<SelectItemTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SelectItemText.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectItemText.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectItemText.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAwCnD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,kTAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { SelectLabelProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = SelectLabelProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: 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>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=SelectLabel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectLabel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectLabel.vue"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAI1C,KAAK,WAAW,GAAG,gBAAgB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA0C1E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { SelectScrollDownButtonProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = SelectScrollDownButtonProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: 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>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=SelectScrollDownButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectScrollDownButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectScrollDownButton.vue"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAM1C,KAAK,WAAW,GAAG,2BAA2B,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAiErF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { SelectScrollUpButtonProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = SelectScrollUpButtonProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: 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>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=SelectScrollUpButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectScrollUpButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectScrollUpButton.vue"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAM1C,KAAK,WAAW,GAAG,yBAAyB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAiEnF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SelectSeparatorProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = SelectSeparatorProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_export: 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
|
+
declare const _default: typeof __VLS_export;
|
|
8
|
+
export default _default;
|
|
9
|
+
//# sourceMappingURL=SelectSeparator.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectSeparator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectSeparator.vue"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAK1C,KAAK,WAAW,GAAG,oBAAoB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA6C9E,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { SelectTriggerProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = SelectTriggerProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
size?: "sm" | "default";
|
|
6
|
+
};
|
|
7
|
+
declare var __VLS_8: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
+
size: "sm" | "default";
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=SelectTrigger.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectTrigger.vue"],"names":[],"mappings":"AA0CA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAM1C,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAClC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CACzB,CAAC;AA4FN,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;UApGH,IAAI,GAAG,SAAS;6EAuG3B,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { SelectValueProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<SelectValueProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SelectValue.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectValue.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectValue.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAwChD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,4SAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { default as Select } from "./Select.vue";
|
|
2
|
+
export { default as SelectContent } from "./SelectContent.vue";
|
|
3
|
+
export { default as SelectGroup } from "./SelectGroup.vue";
|
|
4
|
+
export { default as SelectItem } from "./SelectItem.vue";
|
|
5
|
+
export { default as SelectItemText } from "./SelectItemText.vue";
|
|
6
|
+
export { default as SelectLabel } from "./SelectLabel.vue";
|
|
7
|
+
export { default as SelectScrollDownButton } from "./SelectScrollDownButton.vue";
|
|
8
|
+
export { default as SelectScrollUpButton } from "./SelectScrollUpButton.vue";
|
|
9
|
+
export { default as SelectSeparator } from "./SelectSeparator.vue";
|
|
10
|
+
export { default as SelectTrigger } from "./SelectTrigger.vue";
|
|
11
|
+
export { default as SelectValue } from "./SelectValue.vue";
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { SeparatorProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = SeparatorProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
+
orientation: "horizontal" | "vertical";
|
|
8
|
+
decorative: boolean;
|
|
9
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=Separator.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Separator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/separator/Separator.vue"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAK1C,KAAK,WAAW,GAAG,cAAc,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA+DxE,QAAA,MAAM,YAAY;;;6EAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/separator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { DialogRootProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {
|
|
3
|
+
open: boolean;
|
|
4
|
+
close: () => void;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_8) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: import("vue").DefineComponent<DialogRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
"update:open": (value: boolean) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<DialogRootProps> & Readonly<{
|
|
12
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=Sheet.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sheet.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/Sheet.vue"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAmB,eAAe,EAAE,MAAM,SAAS,CAAC;AAsDhE,QAAA,IAAI,OAAO;;;CAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { DialogCloseProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<DialogCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SheetClose.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SheetClose.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetClose.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAwChD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,4SAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { DialogContentProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
interface SheetContentProps extends DialogContentProps {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
side?: "top" | "right" | "bottom" | "left";
|
|
6
|
+
}
|
|
7
|
+
declare var __VLS_19: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_19) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<SheetContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
13
|
+
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
14
|
+
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
15
|
+
interactOutside: (event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any;
|
|
16
|
+
openAutoFocus: (event: Event) => any;
|
|
17
|
+
closeAutoFocus: (event: Event) => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<SheetContentProps> & Readonly<{
|
|
19
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
20
|
+
onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
|
|
21
|
+
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
22
|
+
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
23
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
24
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
25
|
+
}>, {
|
|
26
|
+
side: "top" | "right" | "bottom" | "left";
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
29
|
+
declare const _default: typeof __VLS_export;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=SheetContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SheetContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetContent.vue"],"names":[],"mappings":"AAmEA,OAAO,KAAK,EAAsB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAY1C,UAAU,iBAAkB,SAAQ,kBAAkB;IACpD,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;CAC5C;AAwJD,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;UAhKP,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;6EAoK1C,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { DialogDescriptionProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = DialogDescriptionProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: 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>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=SheetDescription.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SheetDescription.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetDescription.vue"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AACtD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAK1C,KAAK,WAAW,GAAG,sBAAsB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA+ChF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { HTMLAttributes } from "vue";
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
class?: HTMLAttributes["class"];
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: 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>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=SheetFooter.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SheetFooter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetFooter.vue"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA0BvD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { HTMLAttributes } from "vue";
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
class?: HTMLAttributes["class"];
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: 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>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=SheetHeader.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SheetHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetHeader.vue"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA0BvD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { DialogOverlayProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = DialogOverlayProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: 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>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=SheetOverlay.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SheetOverlay.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetOverlay.vue"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAK1C,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAyD5E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { DialogTitleProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = DialogTitleProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: 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>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=SheetTitle.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SheetTitle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetTitle.vue"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAK1C,KAAK,WAAW,GAAG,gBAAgB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA+C1E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { DialogTriggerProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<DialogTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SheetTrigger.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SheetTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/SheetTrigger.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAwClD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,gTAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { default as Sheet } from "./Sheet.vue";
|
|
2
|
+
export { default as SheetClose } from "./SheetClose.vue";
|
|
3
|
+
export { default as SheetContent } from "./SheetContent.vue";
|
|
4
|
+
export { default as SheetDescription } from "./SheetDescription.vue";
|
|
5
|
+
export { default as SheetFooter } from "./SheetFooter.vue";
|
|
6
|
+
export { default as SheetHeader } from "./SheetHeader.vue";
|
|
7
|
+
export { default as SheetTitle } from "./SheetTitle.vue";
|
|
8
|
+
export { default as SheetTrigger } from "./SheetTrigger.vue";
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { SidebarProps } from ".";
|
|
2
|
+
declare var __VLS_1: {}, __VLS_36: {}, __VLS_38: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_36) => any;
|
|
7
|
+
} & {
|
|
8
|
+
default?: (props: typeof __VLS_38) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {
|
|
11
|
+
variant: "sidebar" | "floating" | "inset";
|
|
12
|
+
side: "left" | "right";
|
|
13
|
+
collapsible: "offcanvas" | "icon" | "none";
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=Sidebar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/Sidebar.vue"],"names":[],"mappings":"AAgHA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AA8NtC,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAClE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAMhD,QAAA,MAAM,UAAU;;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { HTMLAttributes } from "vue";
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
class?: HTMLAttributes["class"];
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: 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>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=SidebarContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarContent.vue"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AAgCF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { HTMLAttributes } from "vue";
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
class?: HTMLAttributes["class"];
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: 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>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=SidebarFooter.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarFooter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarFooter.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA2BF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { HTMLAttributes } from "vue";
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
class?: HTMLAttributes["class"];
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: 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>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=SidebarGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarGroup.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA2BF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { PrimitiveProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = PrimitiveProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: 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>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=SidebarGroupAction.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarGroupAction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar/SidebarGroupAction.vue"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAI1C,KAAK,WAAW,GAAG,cAAc,GAAG;IAChC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA8DJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|