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,15 @@
|
|
|
1
|
+
import type { WithClassAsProps } from "./interface";
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<WithClassAsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<WithClassAsProps> & 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=CarouselContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CarouselContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/CarouselContent.vue"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAiDpD,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;AAO/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,15 @@
|
|
|
1
|
+
import type { WithClassAsProps } from "./interface";
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<WithClassAsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<WithClassAsProps> & 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=CarouselItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CarouselItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/CarouselItem.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAyCpD,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,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,23 @@
|
|
|
1
|
+
import type { WithClassAsProps } from "./interface";
|
|
2
|
+
import type { ButtonVariants } from "@/components/ui/button";
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
variant?: ButtonVariants["variant"];
|
|
5
|
+
size?: ButtonVariants["size"];
|
|
6
|
+
} & WithClassAsProps;
|
|
7
|
+
declare var __VLS_10: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_10) => 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: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
|
|
13
|
+
variant: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null;
|
|
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=CarouselNext.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CarouselNext.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/CarouselNext.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAM7D,KAAK,WAAW,GAAG;IACb,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;CAC/B,GAAG,gBAAgB,CAAC;AAmGzB,QAAA,IAAI,QAAQ,IAAW,CAAE;AACzB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,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,23 @@
|
|
|
1
|
+
import type { WithClassAsProps } from "./interface";
|
|
2
|
+
import type { ButtonVariants } from "@/components/ui/button";
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
variant?: ButtonVariants["variant"];
|
|
5
|
+
size?: ButtonVariants["size"];
|
|
6
|
+
} & WithClassAsProps;
|
|
7
|
+
declare var __VLS_10: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_10) => 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: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
|
|
13
|
+
variant: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null;
|
|
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=CarouselPrevious.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CarouselPrevious.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/CarouselPrevious.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAM7D,KAAK,WAAW,GAAG;IACb,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;CAC/B,GAAG,gBAAgB,CAAC;AAmGzB,QAAA,IAAI,QAAQ,IAAW,CAAE;AACzB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,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,8 @@
|
|
|
1
|
+
export { default as Carousel } from "./Carousel.vue";
|
|
2
|
+
export { default as CarouselContent } from "./CarouselContent.vue";
|
|
3
|
+
export { default as CarouselItem } from "./CarouselItem.vue";
|
|
4
|
+
export { default as CarouselNext } from "./CarouselNext.vue";
|
|
5
|
+
export { default as CarouselPrevious } from "./CarouselPrevious.vue";
|
|
6
|
+
export type { UnwrapRefCarouselApi as CarouselApi } from "./interface";
|
|
7
|
+
export { useCarousel } from "./useCarousel";
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,YAAY,EAAE,oBAAoB,IAAI,WAAW,EAAE,MAAM,aAAa,CAAC;AAEvE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type useEmblaCarousel from "embla-carousel-vue";
|
|
2
|
+
import type { EmblaCarouselVueType } from "embla-carousel-vue";
|
|
3
|
+
import type { HTMLAttributes, UnwrapRef } from "vue";
|
|
4
|
+
type CarouselApi = EmblaCarouselVueType[1];
|
|
5
|
+
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
6
|
+
type CarouselOptions = UseCarouselParameters[0];
|
|
7
|
+
type CarouselPlugin = UseCarouselParameters[1];
|
|
8
|
+
export type UnwrapRefCarouselApi = UnwrapRef<CarouselApi>;
|
|
9
|
+
export interface CarouselProps {
|
|
10
|
+
opts?: CarouselOptions;
|
|
11
|
+
plugins?: CarouselPlugin;
|
|
12
|
+
orientation?: "horizontal" | "vertical";
|
|
13
|
+
}
|
|
14
|
+
export interface CarouselEmits {
|
|
15
|
+
(e: "init-api", payload: UnwrapRefCarouselApi): void;
|
|
16
|
+
}
|
|
17
|
+
export interface WithClassAsProps {
|
|
18
|
+
class?: HTMLAttributes["class"];
|
|
19
|
+
}
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,oBAAoB,CAAC;AACvD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErD,KAAK,WAAW,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAAC;AAC3C,KAAK,qBAAqB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,KAAK,eAAe,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAC;AAChD,KAAK,cAAc,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAC;AAE/C,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AAE1D,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CACzC;AAED,MAAM,WAAW,aAAa;IAC5B,CAAC,CAAC,EAAE,UAAU,EAAE,OAAO,EAAE,oBAAoB,GAAG,IAAI,CAAC;CACtD;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { CarouselEmits, CarouselProps } from "./interface";
|
|
2
|
+
declare const useProvideCarousel: (args_0: CarouselProps, emits: CarouselEmits) => {
|
|
3
|
+
carouselRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
4
|
+
carouselApi: import("vue").Ref<import("embla-carousel").EmblaCarouselType | undefined, import("embla-carousel").EmblaCarouselType | undefined>;
|
|
5
|
+
canScrollPrev: import("vue").Ref<boolean, boolean>;
|
|
6
|
+
canScrollNext: import("vue").Ref<boolean, boolean>;
|
|
7
|
+
scrollPrev: () => void;
|
|
8
|
+
scrollNext: () => void;
|
|
9
|
+
orientation: "horizontal" | "vertical" | undefined;
|
|
10
|
+
};
|
|
11
|
+
declare function useCarousel(): {
|
|
12
|
+
carouselRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
13
|
+
carouselApi: import("vue").Ref<import("embla-carousel").EmblaCarouselType | undefined, import("embla-carousel").EmblaCarouselType | undefined>;
|
|
14
|
+
canScrollPrev: import("vue").Ref<boolean, boolean>;
|
|
15
|
+
canScrollNext: import("vue").Ref<boolean, boolean>;
|
|
16
|
+
scrollPrev: () => void;
|
|
17
|
+
scrollNext: () => void;
|
|
18
|
+
orientation: "horizontal" | "vertical" | undefined;
|
|
19
|
+
};
|
|
20
|
+
export { useCarousel, useProvideCarousel };
|
|
21
|
+
//# sourceMappingURL=useCarousel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/useCarousel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,aAAa,EACb,aAAa,EACd,MAAM,aAAa,CAAC;AAKrB,QAAA,MAAO,kBAAkB;;;;;;;;CA6CxB,CAAC;AAEF,iBAAS,WAAW;;;;;;;;EAOnB;AAED,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { CheckboxRootProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = CheckboxRootProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_14: {
|
|
7
|
+
modelValue: import("reka-ui").CheckboxCheckedState;
|
|
8
|
+
state: import("reka-ui").CheckboxCheckedState;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_14) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
"update:modelValue": (value: boolean | "indeterminate") => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
+
"onUpdate:modelValue"?: ((value: boolean | "indeterminate") => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=Checkbox.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/checkbox/Checkbox.vue"],"names":[],"mappings":"AA6CA,OAAO,KAAK,EAAqB,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAqG3E,QAAA,IAAI,QAAQ;;;CAAY,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;;;;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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { CollapsibleRootProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {
|
|
3
|
+
open: boolean;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_8) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
"update:open": (value: boolean) => any;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
|
|
11
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, 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=Collapsible.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Collapsible.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/collapsible/Collapsible.vue"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAwB,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAsD1E,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 { CollapsibleContentProps } 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<CollapsibleContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CollapsibleContentProps> & 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=CollapsibleContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CollapsibleContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/collapsible/CollapsibleContent.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAwCvD,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,0TAEd,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 { CollapsibleTriggerProps } 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<CollapsibleTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CollapsibleTriggerProps> & 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=CollapsibleTrigger.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CollapsibleTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/collapsible/CollapsibleTrigger.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAwCvD,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,0TAEd,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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/collapsible/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,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=Dialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/Dialog.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=DialogClose.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogClose.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogClose.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
|
+
type __VLS_Props = DialogContentProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
showCloseButton?: boolean;
|
|
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<__VLS_Props, {}, {}, {}, {}, 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<__VLS_Props> & 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
|
+
showCloseButton: boolean;
|
|
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=DialogContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogContent.vue"],"names":[],"mappings":"AAgEA,OAAO,KAAK,EAAsB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAgB1C,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAClC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AA4IN,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;;;;;;;;;;;;;;;qBApJQ,OAAO;6EAwJ7B,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=DialogDescription.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogDescription.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogDescription.vue"],"names":[],"mappings":"AA2BA,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;AAiDhF,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=DialogFooter.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogFooter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogFooter.vue"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA4BvD,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=DialogHeader.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogHeader.vue"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA0BF,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=DialogOverlay.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogOverlay.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogOverlay.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,33 @@
|
|
|
1
|
+
import type { DialogContentProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = DialogContentProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_22: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_22) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
12
|
+
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
13
|
+
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
14
|
+
interactOutside: (event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any;
|
|
15
|
+
openAutoFocus: (event: Event) => any;
|
|
16
|
+
closeAutoFocus: (event: Event) => any;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
19
|
+
onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
|
|
20
|
+
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
21
|
+
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
22
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
23
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
26
|
+
declare const _default: typeof __VLS_export;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=DialogScrollContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogScrollContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogScrollContent.vue"],"names":[],"mappings":"AAoEA,OAAO,KAAK,EAAsB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAgB1C,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA6J5E,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;;;;;;;;;;;;;;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,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=DialogTitle.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogTitle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogTitle.vue"],"names":[],"mappings":"AA2BA,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;AAiD1E,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=DialogTrigger.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogTrigger.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,11 @@
|
|
|
1
|
+
export { default as Dialog } from "./Dialog.vue";
|
|
2
|
+
export { default as DialogClose } from "./DialogClose.vue";
|
|
3
|
+
export { default as DialogContent } from "./DialogContent.vue";
|
|
4
|
+
export { default as DialogDescription } from "./DialogDescription.vue";
|
|
5
|
+
export { default as DialogFooter } from "./DialogFooter.vue";
|
|
6
|
+
export { default as DialogHeader } from "./DialogHeader.vue";
|
|
7
|
+
export { default as DialogOverlay } from "./DialogOverlay.vue";
|
|
8
|
+
export { default as DialogScrollContent } from "./DialogScrollContent.vue";
|
|
9
|
+
export { default as DialogTitle } from "./DialogTitle.vue";
|
|
10
|
+
export { default as DialogTrigger } from "./DialogTrigger.vue";
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { DropdownMenuRootProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {
|
|
3
|
+
open: boolean;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_8) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<DropdownMenuRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
"update:open": (payload: boolean) => any;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<DropdownMenuRootProps> & Readonly<{
|
|
11
|
+
"onUpdate:open"?: ((payload: boolean) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, 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=DropdownMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dropdown-menu/DropdownMenu.vue"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAyB,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAsD5E,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"}
|