@skdx/web-components 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +74 -0
- package/custom-elements.json +54237 -0
- package/dist/accordion/Accordion.cjs +5 -0
- package/dist/accordion/Accordion.d.cts +82 -0
- package/dist/accordion/Accordion.d.ts +82 -0
- package/dist/accordion/Accordion.js +5 -0
- package/dist/accordion/AccordionContent.cjs +13 -0
- package/dist/accordion/AccordionContent.d.cts +49 -0
- package/dist/accordion/AccordionContent.d.ts +49 -0
- package/dist/accordion/AccordionContent.js +13 -0
- package/dist/accordion/AccordionHeader.cjs +5 -0
- package/dist/accordion/AccordionHeader.d.cts +16 -0
- package/dist/accordion/AccordionHeader.d.ts +16 -0
- package/dist/accordion/AccordionHeader.js +5 -0
- package/dist/accordion/AccordionItem.cjs +5 -0
- package/dist/accordion/AccordionItem.d.cts +45 -0
- package/dist/accordion/AccordionItem.d.ts +45 -0
- package/dist/accordion/AccordionItem.js +5 -0
- package/dist/accordion/AccordionTrigger.cjs +9 -0
- package/dist/accordion/AccordionTrigger.d.cts +28 -0
- package/dist/accordion/AccordionTrigger.d.ts +28 -0
- package/dist/accordion/AccordionTrigger.js +9 -0
- package/dist/accordion/index.cjs +1 -0
- package/dist/accordion/index.d.cts +5 -0
- package/dist/accordion/index.d.ts +5 -0
- package/dist/accordion/index.js +1 -0
- package/dist/affix/Affix.cjs +5 -0
- package/dist/affix/Affix.d.cts +123 -0
- package/dist/affix/Affix.d.ts +123 -0
- package/dist/affix/Affix.js +5 -0
- package/dist/affix/index.cjs +1 -0
- package/dist/affix/index.d.cts +1 -0
- package/dist/affix/index.d.ts +1 -0
- package/dist/affix/index.js +1 -0
- package/dist/alert/Alert.cjs +9 -0
- package/dist/alert/Alert.d.cts +70 -0
- package/dist/alert/Alert.d.ts +70 -0
- package/dist/alert/Alert.js +9 -0
- package/dist/alert/AlertAction.cjs +5 -0
- package/dist/alert/AlertAction.d.cts +18 -0
- package/dist/alert/AlertAction.d.ts +18 -0
- package/dist/alert/AlertAction.js +5 -0
- package/dist/alert/AlertClose.cjs +9 -0
- package/dist/alert/AlertClose.d.cts +27 -0
- package/dist/alert/AlertClose.d.ts +27 -0
- package/dist/alert/AlertClose.js +9 -0
- package/dist/alert/AlertDescription.cjs +5 -0
- package/dist/alert/AlertDescription.d.cts +17 -0
- package/dist/alert/AlertDescription.d.ts +17 -0
- package/dist/alert/AlertDescription.js +5 -0
- package/dist/alert/AlertIcon.cjs +5 -0
- package/dist/alert/AlertIcon.d.cts +16 -0
- package/dist/alert/AlertIcon.d.ts +16 -0
- package/dist/alert/AlertIcon.js +5 -0
- package/dist/alert/AlertTitle.cjs +5 -0
- package/dist/alert/AlertTitle.d.cts +17 -0
- package/dist/alert/AlertTitle.d.ts +17 -0
- package/dist/alert/AlertTitle.js +5 -0
- package/dist/alert/index.cjs +1 -0
- package/dist/alert/index.d.cts +6 -0
- package/dist/alert/index.d.ts +6 -0
- package/dist/alert/index.js +1 -0
- package/dist/alert-dialog/AlertDialog.cjs +5 -0
- package/dist/alert-dialog/AlertDialog.d.cts +56 -0
- package/dist/alert-dialog/AlertDialog.d.ts +56 -0
- package/dist/alert-dialog/AlertDialog.js +5 -0
- package/dist/alert-dialog/AlertDialogAction.cjs +9 -0
- package/dist/alert-dialog/AlertDialogAction.d.cts +22 -0
- package/dist/alert-dialog/AlertDialogAction.d.ts +22 -0
- package/dist/alert-dialog/AlertDialogAction.js +9 -0
- package/dist/alert-dialog/AlertDialogCancel.cjs +9 -0
- package/dist/alert-dialog/AlertDialogCancel.d.cts +23 -0
- package/dist/alert-dialog/AlertDialogCancel.d.ts +23 -0
- package/dist/alert-dialog/AlertDialogCancel.js +9 -0
- package/dist/alert-dialog/AlertDialogContent.cjs +1 -0
- package/dist/alert-dialog/AlertDialogContent.d.cts +90 -0
- package/dist/alert-dialog/AlertDialogContent.d.ts +90 -0
- package/dist/alert-dialog/AlertDialogContent.js +1 -0
- package/dist/alert-dialog/AlertDialogDescription.cjs +5 -0
- package/dist/alert-dialog/AlertDialogDescription.d.cts +18 -0
- package/dist/alert-dialog/AlertDialogDescription.d.ts +18 -0
- package/dist/alert-dialog/AlertDialogDescription.js +5 -0
- package/dist/alert-dialog/AlertDialogOverlay.cjs +15 -0
- package/dist/alert-dialog/AlertDialogOverlay.d.cts +45 -0
- package/dist/alert-dialog/AlertDialogOverlay.d.ts +45 -0
- package/dist/alert-dialog/AlertDialogOverlay.js +15 -0
- package/dist/alert-dialog/AlertDialogPortal.cjs +1 -0
- package/dist/alert-dialog/AlertDialogPortal.d.cts +33 -0
- package/dist/alert-dialog/AlertDialogPortal.d.ts +33 -0
- package/dist/alert-dialog/AlertDialogPortal.js +1 -0
- package/dist/alert-dialog/AlertDialogTitle.cjs +5 -0
- package/dist/alert-dialog/AlertDialogTitle.d.cts +17 -0
- package/dist/alert-dialog/AlertDialogTitle.d.ts +17 -0
- package/dist/alert-dialog/AlertDialogTitle.js +5 -0
- package/dist/alert-dialog/AlertDialogTrigger.cjs +17 -0
- package/dist/alert-dialog/AlertDialogTrigger.d.cts +23 -0
- package/dist/alert-dialog/AlertDialogTrigger.d.ts +23 -0
- package/dist/alert-dialog/AlertDialogTrigger.js +17 -0
- package/dist/alert-dialog/index.cjs +1 -0
- package/dist/alert-dialog/index.d.cts +9 -0
- package/dist/alert-dialog/index.d.ts +9 -0
- package/dist/alert-dialog/index.js +1 -0
- package/dist/angle-slider/AngleSlider.cjs +7 -0
- package/dist/angle-slider/AngleSlider.d.cts +143 -0
- package/dist/angle-slider/AngleSlider.d.ts +143 -0
- package/dist/angle-slider/AngleSlider.js +7 -0
- package/dist/angle-slider/AngleSliderMark.cjs +5 -0
- package/dist/angle-slider/AngleSliderMark.d.cts +56 -0
- package/dist/angle-slider/AngleSliderMark.d.ts +56 -0
- package/dist/angle-slider/AngleSliderMark.js +5 -0
- package/dist/angle-slider/AngleSliderMarks.cjs +5 -0
- package/dist/angle-slider/AngleSliderMarks.d.cts +39 -0
- package/dist/angle-slider/AngleSliderMarks.d.ts +39 -0
- package/dist/angle-slider/AngleSliderMarks.js +5 -0
- package/dist/angle-slider/AngleSliderThumb.cjs +5 -0
- package/dist/angle-slider/AngleSliderThumb.d.cts +44 -0
- package/dist/angle-slider/AngleSliderThumb.d.ts +44 -0
- package/dist/angle-slider/AngleSliderThumb.js +5 -0
- package/dist/angle-slider/index.cjs +1 -0
- package/dist/angle-slider/index.d.cts +4 -0
- package/dist/angle-slider/index.d.ts +4 -0
- package/dist/angle-slider/index.js +1 -0
- package/dist/aspect-ratio/AspectRatio.cjs +15 -0
- package/dist/aspect-ratio/AspectRatio.d.cts +33 -0
- package/dist/aspect-ratio/AspectRatio.d.ts +33 -0
- package/dist/aspect-ratio/AspectRatio.js +15 -0
- package/dist/aspect-ratio/index.cjs +1 -0
- package/dist/aspect-ratio/index.d.cts +1 -0
- package/dist/aspect-ratio/index.d.ts +1 -0
- package/dist/aspect-ratio/index.js +1 -0
- package/dist/autocomplete/Autocomplete.cjs +5 -0
- package/dist/autocomplete/Autocomplete.d.cts +293 -0
- package/dist/autocomplete/Autocomplete.d.ts +293 -0
- package/dist/autocomplete/Autocomplete.js +5 -0
- package/dist/autocomplete/AutocompleteContent.cjs +5 -0
- package/dist/autocomplete/AutocompleteContent.d.cts +89 -0
- package/dist/autocomplete/AutocompleteContent.d.ts +89 -0
- package/dist/autocomplete/AutocompleteContent.js +5 -0
- package/dist/autocomplete/AutocompleteEmpty.cjs +5 -0
- package/dist/autocomplete/AutocompleteEmpty.d.cts +42 -0
- package/dist/autocomplete/AutocompleteEmpty.d.ts +42 -0
- package/dist/autocomplete/AutocompleteEmpty.js +5 -0
- package/dist/autocomplete/AutocompleteInput.cjs +27 -0
- package/dist/autocomplete/AutocompleteInput.d.cts +77 -0
- package/dist/autocomplete/AutocompleteInput.d.ts +77 -0
- package/dist/autocomplete/AutocompleteInput.js +27 -0
- package/dist/autocomplete/AutocompleteItem.cjs +8 -0
- package/dist/autocomplete/AutocompleteItem.d.cts +66 -0
- package/dist/autocomplete/AutocompleteItem.d.ts +66 -0
- package/dist/autocomplete/AutocompleteItem.js +8 -0
- package/dist/autocomplete/AutocompleteList.cjs +5 -0
- package/dist/autocomplete/AutocompleteList.d.cts +39 -0
- package/dist/autocomplete/AutocompleteList.d.ts +39 -0
- package/dist/autocomplete/AutocompleteList.js +5 -0
- package/dist/autocomplete/AutocompletePortal.cjs +1 -0
- package/dist/autocomplete/AutocompletePortal.d.cts +36 -0
- package/dist/autocomplete/AutocompletePortal.d.ts +36 -0
- package/dist/autocomplete/AutocompletePortal.js +1 -0
- package/dist/autocomplete/AutocompleteTrigger.cjs +22 -0
- package/dist/autocomplete/AutocompleteTrigger.d.cts +43 -0
- package/dist/autocomplete/AutocompleteTrigger.d.ts +43 -0
- package/dist/autocomplete/AutocompleteTrigger.js +22 -0
- package/dist/autocomplete/index.cjs +1 -0
- package/dist/autocomplete/index.d.cts +9 -0
- package/dist/autocomplete/index.d.ts +9 -0
- package/dist/autocomplete/index.js +1 -0
- package/dist/avatar/Avatar.cjs +9 -0
- package/dist/avatar/Avatar.d.cts +36 -0
- package/dist/avatar/Avatar.d.ts +36 -0
- package/dist/avatar/Avatar.js +9 -0
- package/dist/avatar/AvatarFallback.cjs +5 -0
- package/dist/avatar/AvatarFallback.d.cts +27 -0
- package/dist/avatar/AvatarFallback.d.ts +27 -0
- package/dist/avatar/AvatarFallback.js +5 -0
- package/dist/avatar/AvatarImage.cjs +5 -0
- package/dist/avatar/AvatarImage.d.cts +33 -0
- package/dist/avatar/AvatarImage.d.ts +33 -0
- package/dist/avatar/AvatarImage.js +5 -0
- package/dist/avatar/index.cjs +1 -0
- package/dist/avatar/index.d.cts +3 -0
- package/dist/avatar/index.d.ts +3 -0
- package/dist/avatar/index.js +1 -0
- package/dist/badge/Badge.cjs +9 -0
- package/dist/badge/Badge.d.cts +23 -0
- package/dist/badge/Badge.d.ts +23 -0
- package/dist/badge/Badge.js +9 -0
- package/dist/badge/index.cjs +1 -0
- package/dist/badge/index.d.cts +1 -0
- package/dist/badge/index.d.ts +1 -0
- package/dist/badge/index.js +1 -0
- package/dist/breadcrumb/Breadcrumb.cjs +9 -0
- package/dist/breadcrumb/Breadcrumb.d.cts +31 -0
- package/dist/breadcrumb/Breadcrumb.d.ts +31 -0
- package/dist/breadcrumb/Breadcrumb.js +9 -0
- package/dist/breadcrumb/BreadcrumbEllipsis.cjs +9 -0
- package/dist/breadcrumb/BreadcrumbEllipsis.d.cts +23 -0
- package/dist/breadcrumb/BreadcrumbEllipsis.d.ts +23 -0
- package/dist/breadcrumb/BreadcrumbEllipsis.js +9 -0
- package/dist/breadcrumb/BreadcrumbItem.cjs +11 -0
- package/dist/breadcrumb/BreadcrumbItem.d.cts +18 -0
- package/dist/breadcrumb/BreadcrumbItem.d.ts +18 -0
- package/dist/breadcrumb/BreadcrumbItem.js +11 -0
- package/dist/breadcrumb/BreadcrumbLink.cjs +9 -0
- package/dist/breadcrumb/BreadcrumbLink.d.cts +24 -0
- package/dist/breadcrumb/BreadcrumbLink.d.ts +24 -0
- package/dist/breadcrumb/BreadcrumbLink.js +9 -0
- package/dist/breadcrumb/BreadcrumbList.cjs +14 -0
- package/dist/breadcrumb/BreadcrumbList.d.cts +17 -0
- package/dist/breadcrumb/BreadcrumbList.d.ts +17 -0
- package/dist/breadcrumb/BreadcrumbList.js +14 -0
- package/dist/breadcrumb/BreadcrumbPage.cjs +9 -0
- package/dist/breadcrumb/BreadcrumbPage.d.cts +16 -0
- package/dist/breadcrumb/BreadcrumbPage.d.ts +16 -0
- package/dist/breadcrumb/BreadcrumbPage.js +9 -0
- package/dist/breadcrumb/BreadcrumbSeparator.cjs +9 -0
- package/dist/breadcrumb/BreadcrumbSeparator.d.cts +19 -0
- package/dist/breadcrumb/BreadcrumbSeparator.d.ts +19 -0
- package/dist/breadcrumb/BreadcrumbSeparator.js +9 -0
- package/dist/breadcrumb/index.cjs +1 -0
- package/dist/breadcrumb/index.d.cts +7 -0
- package/dist/breadcrumb/index.d.ts +7 -0
- package/dist/breadcrumb/index.js +1 -0
- package/dist/button/Button.cjs +17 -0
- package/dist/button/Button.d.cts +48 -0
- package/dist/button/Button.d.ts +48 -0
- package/dist/button/Button.js +17 -0
- package/dist/button/index.cjs +1 -0
- package/dist/button/index.d.cts +1 -0
- package/dist/button/index.d.ts +1 -0
- package/dist/button/index.js +1 -0
- package/dist/calendar/Calendar.cjs +5 -0
- package/dist/calendar/Calendar.d.cts +248 -0
- package/dist/calendar/Calendar.d.ts +248 -0
- package/dist/calendar/Calendar.js +5 -0
- package/dist/calendar/CalendarCell.cjs +27 -0
- package/dist/calendar/CalendarCell.d.cts +46 -0
- package/dist/calendar/CalendarCell.d.ts +46 -0
- package/dist/calendar/CalendarCell.js +27 -0
- package/dist/calendar/CalendarGrid.cjs +5 -0
- package/dist/calendar/CalendarGrid.d.cts +41 -0
- package/dist/calendar/CalendarGrid.d.ts +41 -0
- package/dist/calendar/CalendarGrid.js +5 -0
- package/dist/calendar/CalendarGridBody.cjs +5 -0
- package/dist/calendar/CalendarGridBody.d.cts +42 -0
- package/dist/calendar/CalendarGridBody.d.ts +42 -0
- package/dist/calendar/CalendarGridBody.js +5 -0
- package/dist/calendar/CalendarGridHead.cjs +5 -0
- package/dist/calendar/CalendarGridHead.d.cts +43 -0
- package/dist/calendar/CalendarGridHead.d.ts +43 -0
- package/dist/calendar/CalendarGridHead.js +5 -0
- package/dist/calendar/CalendarHeader.cjs +5 -0
- package/dist/calendar/CalendarHeader.d.cts +14 -0
- package/dist/calendar/CalendarHeader.d.ts +14 -0
- package/dist/calendar/CalendarHeader.js +5 -0
- package/dist/calendar/CalendarHeading.cjs +5 -0
- package/dist/calendar/CalendarHeading.d.cts +36 -0
- package/dist/calendar/CalendarHeading.d.ts +36 -0
- package/dist/calendar/CalendarHeading.js +5 -0
- package/dist/calendar/CalendarNextButton.cjs +9 -0
- package/dist/calendar/CalendarNextButton.d.cts +32 -0
- package/dist/calendar/CalendarNextButton.d.ts +32 -0
- package/dist/calendar/CalendarNextButton.js +9 -0
- package/dist/calendar/CalendarPreviousButton.cjs +9 -0
- package/dist/calendar/CalendarPreviousButton.d.cts +32 -0
- package/dist/calendar/CalendarPreviousButton.d.ts +32 -0
- package/dist/calendar/CalendarPreviousButton.js +9 -0
- package/dist/calendar/CalendarRow.cjs +5 -0
- package/dist/calendar/CalendarRow.d.cts +12 -0
- package/dist/calendar/CalendarRow.d.ts +12 -0
- package/dist/calendar/CalendarRow.js +5 -0
- package/dist/calendar/CalendarWeekDay.cjs +5 -0
- package/dist/calendar/CalendarWeekDay.d.cts +12 -0
- package/dist/calendar/CalendarWeekDay.d.ts +12 -0
- package/dist/calendar/CalendarWeekDay.js +5 -0
- package/dist/calendar/index.cjs +1 -0
- package/dist/calendar/index.d.cts +13 -0
- package/dist/calendar/index.d.ts +13 -0
- package/dist/calendar/index.js +1 -0
- package/dist/calendar/locale.cjs +1 -0
- package/dist/calendar/locale.d.cts +45 -0
- package/dist/calendar/locale.d.ts +45 -0
- package/dist/calendar/locale.js +1 -0
- package/dist/card/Card.cjs +9 -0
- package/dist/card/Card.d.cts +30 -0
- package/dist/card/Card.d.ts +30 -0
- package/dist/card/Card.js +9 -0
- package/dist/card/CardContent.cjs +9 -0
- package/dist/card/CardContent.d.cts +17 -0
- package/dist/card/CardContent.d.ts +17 -0
- package/dist/card/CardContent.js +9 -0
- package/dist/card/CardDescription.cjs +10 -0
- package/dist/card/CardDescription.d.cts +17 -0
- package/dist/card/CardDescription.d.ts +17 -0
- package/dist/card/CardDescription.js +10 -0
- package/dist/card/CardFooter.cjs +9 -0
- package/dist/card/CardFooter.d.cts +17 -0
- package/dist/card/CardFooter.d.ts +17 -0
- package/dist/card/CardFooter.js +9 -0
- package/dist/card/CardHeader.cjs +9 -0
- package/dist/card/CardHeader.d.cts +17 -0
- package/dist/card/CardHeader.d.ts +17 -0
- package/dist/card/CardHeader.js +9 -0
- package/dist/card/CardTitle.cjs +10 -0
- package/dist/card/CardTitle.d.cts +16 -0
- package/dist/card/CardTitle.d.ts +16 -0
- package/dist/card/CardTitle.js +10 -0
- package/dist/card/index.cjs +1 -0
- package/dist/card/index.d.cts +6 -0
- package/dist/card/index.d.ts +6 -0
- package/dist/card/index.js +1 -0
- package/dist/carousel/Carousel.cjs +5 -0
- package/dist/carousel/Carousel.d.cts +123 -0
- package/dist/carousel/Carousel.d.ts +123 -0
- package/dist/carousel/Carousel.js +5 -0
- package/dist/carousel/CarouselContent.cjs +5 -0
- package/dist/carousel/CarouselContent.d.cts +21 -0
- package/dist/carousel/CarouselContent.d.ts +21 -0
- package/dist/carousel/CarouselContent.js +5 -0
- package/dist/carousel/CarouselItem.cjs +8 -0
- package/dist/carousel/CarouselItem.d.cts +24 -0
- package/dist/carousel/CarouselItem.d.ts +24 -0
- package/dist/carousel/CarouselItem.js +8 -0
- package/dist/carousel/CarouselNext.cjs +15 -0
- package/dist/carousel/CarouselNext.d.cts +34 -0
- package/dist/carousel/CarouselNext.d.ts +34 -0
- package/dist/carousel/CarouselNext.js +15 -0
- package/dist/carousel/CarouselPlayPause.cjs +15 -0
- package/dist/carousel/CarouselPlayPause.d.cts +40 -0
- package/dist/carousel/CarouselPlayPause.d.ts +40 -0
- package/dist/carousel/CarouselPlayPause.js +15 -0
- package/dist/carousel/CarouselPrevious.cjs +15 -0
- package/dist/carousel/CarouselPrevious.d.cts +34 -0
- package/dist/carousel/CarouselPrevious.d.ts +34 -0
- package/dist/carousel/CarouselPrevious.js +15 -0
- package/dist/carousel/index.cjs +1 -0
- package/dist/carousel/index.d.cts +6 -0
- package/dist/carousel/index.d.ts +6 -0
- package/dist/carousel/index.js +1 -0
- package/dist/checkbox/Checkbox.cjs +22 -0
- package/dist/checkbox/Checkbox.d.cts +68 -0
- package/dist/checkbox/Checkbox.d.ts +68 -0
- package/dist/checkbox/Checkbox.js +22 -0
- package/dist/checkbox/CheckboxIndicator.cjs +5 -0
- package/dist/checkbox/CheckboxIndicator.d.cts +51 -0
- package/dist/checkbox/CheckboxIndicator.d.ts +51 -0
- package/dist/checkbox/CheckboxIndicator.js +5 -0
- package/dist/checkbox/index.cjs +1 -0
- package/dist/checkbox/index.d.cts +2 -0
- package/dist/checkbox/index.d.ts +2 -0
- package/dist/checkbox/index.js +1 -0
- package/dist/checkbox-card/CheckboxCard.cjs +13 -0
- package/dist/checkbox-card/CheckboxCard.d.cts +136 -0
- package/dist/checkbox-card/CheckboxCard.d.ts +136 -0
- package/dist/checkbox-card/CheckboxCard.js +13 -0
- package/dist/checkbox-card/CheckboxCardControl.cjs +13 -0
- package/dist/checkbox-card/CheckboxCardControl.d.cts +39 -0
- package/dist/checkbox-card/CheckboxCardControl.d.ts +39 -0
- package/dist/checkbox-card/CheckboxCardControl.js +13 -0
- package/dist/checkbox-card/CheckboxCardDescription.cjs +8 -0
- package/dist/checkbox-card/CheckboxCardDescription.d.cts +31 -0
- package/dist/checkbox-card/CheckboxCardDescription.d.ts +31 -0
- package/dist/checkbox-card/CheckboxCardDescription.js +8 -0
- package/dist/checkbox-card/CheckboxCardIndicator.cjs +8 -0
- package/dist/checkbox-card/CheckboxCardIndicator.d.cts +32 -0
- package/dist/checkbox-card/CheckboxCardIndicator.d.ts +32 -0
- package/dist/checkbox-card/CheckboxCardIndicator.js +8 -0
- package/dist/checkbox-card/CheckboxCardLabel.cjs +8 -0
- package/dist/checkbox-card/CheckboxCardLabel.d.cts +34 -0
- package/dist/checkbox-card/CheckboxCardLabel.d.ts +34 -0
- package/dist/checkbox-card/CheckboxCardLabel.js +8 -0
- package/dist/checkbox-card/index.cjs +1 -0
- package/dist/checkbox-card/index.d.cts +5 -0
- package/dist/checkbox-card/index.d.ts +5 -0
- package/dist/checkbox-card/index.js +1 -0
- package/dist/checkbox-group/CheckboxGroup.cjs +5 -0
- package/dist/checkbox-group/CheckboxGroup.d.cts +122 -0
- package/dist/checkbox-group/CheckboxGroup.d.ts +122 -0
- package/dist/checkbox-group/CheckboxGroup.js +5 -0
- package/dist/checkbox-group/CheckboxGroupItem.cjs +9 -0
- package/dist/checkbox-group/CheckboxGroupItem.d.cts +48 -0
- package/dist/checkbox-group/CheckboxGroupItem.d.ts +48 -0
- package/dist/checkbox-group/CheckboxGroupItem.js +9 -0
- package/dist/checkbox-group/CheckboxGroupSelectAll.cjs +9 -0
- package/dist/checkbox-group/CheckboxGroupSelectAll.d.cts +45 -0
- package/dist/checkbox-group/CheckboxGroupSelectAll.d.ts +45 -0
- package/dist/checkbox-group/CheckboxGroupSelectAll.js +9 -0
- package/dist/checkbox-group/index.cjs +1 -0
- package/dist/checkbox-group/index.d.cts +3 -0
- package/dist/checkbox-group/index.d.ts +3 -0
- package/dist/checkbox-group/index.js +1 -0
- package/dist/clipboard/Clipboard.cjs +5 -0
- package/dist/clipboard/Clipboard.d.cts +96 -0
- package/dist/clipboard/Clipboard.d.ts +96 -0
- package/dist/clipboard/Clipboard.js +5 -0
- package/dist/clipboard/ClipboardIndicator.cjs +33 -0
- package/dist/clipboard/ClipboardIndicator.d.cts +51 -0
- package/dist/clipboard/ClipboardIndicator.d.ts +51 -0
- package/dist/clipboard/ClipboardIndicator.js +33 -0
- package/dist/clipboard/ClipboardInput.cjs +12 -0
- package/dist/clipboard/ClipboardInput.d.cts +62 -0
- package/dist/clipboard/ClipboardInput.d.ts +62 -0
- package/dist/clipboard/ClipboardInput.js +12 -0
- package/dist/clipboard/ClipboardTrigger.cjs +17 -0
- package/dist/clipboard/ClipboardTrigger.d.cts +51 -0
- package/dist/clipboard/ClipboardTrigger.d.ts +51 -0
- package/dist/clipboard/ClipboardTrigger.js +17 -0
- package/dist/clipboard/index.cjs +1 -0
- package/dist/clipboard/index.d.cts +4 -0
- package/dist/clipboard/index.d.ts +4 -0
- package/dist/clipboard/index.js +1 -0
- package/dist/collapsible/Collapsible.cjs +5 -0
- package/dist/collapsible/Collapsible.d.cts +49 -0
- package/dist/collapsible/Collapsible.d.ts +49 -0
- package/dist/collapsible/Collapsible.js +5 -0
- package/dist/collapsible/CollapsibleContent.cjs +8 -0
- package/dist/collapsible/CollapsibleContent.d.cts +24 -0
- package/dist/collapsible/CollapsibleContent.d.ts +24 -0
- package/dist/collapsible/CollapsibleContent.js +8 -0
- package/dist/collapsible/CollapsibleTrigger.cjs +18 -0
- package/dist/collapsible/CollapsibleTrigger.d.cts +24 -0
- package/dist/collapsible/CollapsibleTrigger.d.ts +24 -0
- package/dist/collapsible/CollapsibleTrigger.js +18 -0
- package/dist/collapsible/index.cjs +1 -0
- package/dist/collapsible/index.d.cts +3 -0
- package/dist/collapsible/index.d.ts +3 -0
- package/dist/collapsible/index.js +1 -0
- package/dist/color-picker/ColorPicker.cjs +5 -0
- package/dist/color-picker/ColorPicker.d.cts +192 -0
- package/dist/color-picker/ColorPicker.d.ts +192 -0
- package/dist/color-picker/ColorPicker.js +5 -0
- package/dist/color-picker/ColorPickerAlphaSlider.cjs +1 -0
- package/dist/color-picker/ColorPickerAlphaSlider.d.cts +54 -0
- package/dist/color-picker/ColorPickerAlphaSlider.d.ts +54 -0
- package/dist/color-picker/ColorPickerAlphaSlider.js +1 -0
- package/dist/color-picker/ColorPickerAlphaSliderThumb.cjs +1 -0
- package/dist/color-picker/ColorPickerAlphaSliderThumb.d.cts +37 -0
- package/dist/color-picker/ColorPickerAlphaSliderThumb.d.ts +37 -0
- package/dist/color-picker/ColorPickerAlphaSliderThumb.js +1 -0
- package/dist/color-picker/ColorPickerArea.cjs +8 -0
- package/dist/color-picker/ColorPickerArea.d.cts +67 -0
- package/dist/color-picker/ColorPickerArea.d.ts +67 -0
- package/dist/color-picker/ColorPickerArea.js +8 -0
- package/dist/color-picker/ColorPickerAreaThumb.cjs +17 -0
- package/dist/color-picker/ColorPickerAreaThumb.d.cts +98 -0
- package/dist/color-picker/ColorPickerAreaThumb.d.ts +98 -0
- package/dist/color-picker/ColorPickerAreaThumb.js +17 -0
- package/dist/color-picker/ColorPickerEyeDropper.cjs +13 -0
- package/dist/color-picker/ColorPickerEyeDropper.d.cts +50 -0
- package/dist/color-picker/ColorPickerEyeDropper.d.ts +50 -0
- package/dist/color-picker/ColorPickerEyeDropper.js +13 -0
- package/dist/color-picker/ColorPickerFormatSelect.cjs +11 -0
- package/dist/color-picker/ColorPickerFormatSelect.d.cts +94 -0
- package/dist/color-picker/ColorPickerFormatSelect.d.ts +94 -0
- package/dist/color-picker/ColorPickerFormatSelect.js +11 -0
- package/dist/color-picker/ColorPickerHueSlider.cjs +1 -0
- package/dist/color-picker/ColorPickerHueSlider.d.cts +61 -0
- package/dist/color-picker/ColorPickerHueSlider.d.ts +61 -0
- package/dist/color-picker/ColorPickerHueSlider.js +1 -0
- package/dist/color-picker/ColorPickerHueSliderThumb.cjs +1 -0
- package/dist/color-picker/ColorPickerHueSliderThumb.d.cts +36 -0
- package/dist/color-picker/ColorPickerHueSliderThumb.d.ts +36 -0
- package/dist/color-picker/ColorPickerHueSliderThumb.js +1 -0
- package/dist/color-picker/ColorPickerInput.cjs +14 -0
- package/dist/color-picker/ColorPickerInput.d.cts +86 -0
- package/dist/color-picker/ColorPickerInput.d.ts +86 -0
- package/dist/color-picker/ColorPickerInput.js +14 -0
- package/dist/color-picker/ColorPickerSwatch.cjs +40 -0
- package/dist/color-picker/ColorPickerSwatch.d.cts +84 -0
- package/dist/color-picker/ColorPickerSwatch.d.ts +84 -0
- package/dist/color-picker/ColorPickerSwatch.js +40 -0
- package/dist/color-picker/ColorPickerSwatchGroup.cjs +5 -0
- package/dist/color-picker/ColorPickerSwatchGroup.d.cts +82 -0
- package/dist/color-picker/ColorPickerSwatchGroup.d.ts +82 -0
- package/dist/color-picker/ColorPickerSwatchGroup.js +5 -0
- package/dist/color-picker/channel-slider.cjs +12 -0
- package/dist/color-picker/channel-slider.d.cts +116 -0
- package/dist/color-picker/channel-slider.d.ts +116 -0
- package/dist/color-picker/channel-slider.js +12 -0
- package/dist/color-picker/index.cjs +1 -0
- package/dist/color-picker/index.d.cts +12 -0
- package/dist/color-picker/index.d.ts +12 -0
- package/dist/color-picker/index.js +1 -0
- package/dist/color-picker/pointer-ratio.cjs +1 -0
- package/dist/color-picker/pointer-ratio.d.cts +93 -0
- package/dist/color-picker/pointer-ratio.d.ts +93 -0
- package/dist/color-picker/pointer-ratio.js +1 -0
- package/dist/combobox/Combobox.cjs +5 -0
- package/dist/combobox/Combobox.d.cts +238 -0
- package/dist/combobox/Combobox.d.ts +238 -0
- package/dist/combobox/Combobox.js +5 -0
- package/dist/combobox/ComboboxContent.cjs +5 -0
- package/dist/combobox/ComboboxContent.d.cts +82 -0
- package/dist/combobox/ComboboxContent.d.ts +82 -0
- package/dist/combobox/ComboboxContent.js +5 -0
- package/dist/combobox/ComboboxEmpty.cjs +5 -0
- package/dist/combobox/ComboboxEmpty.d.cts +28 -0
- package/dist/combobox/ComboboxEmpty.d.ts +28 -0
- package/dist/combobox/ComboboxEmpty.js +5 -0
- package/dist/combobox/ComboboxInput.cjs +27 -0
- package/dist/combobox/ComboboxInput.d.cts +56 -0
- package/dist/combobox/ComboboxInput.d.ts +56 -0
- package/dist/combobox/ComboboxInput.js +27 -0
- package/dist/combobox/ComboboxItem.cjs +8 -0
- package/dist/combobox/ComboboxItem.d.cts +53 -0
- package/dist/combobox/ComboboxItem.d.ts +53 -0
- package/dist/combobox/ComboboxItem.js +8 -0
- package/dist/combobox/ComboboxPortal.cjs +1 -0
- package/dist/combobox/ComboboxPortal.d.cts +35 -0
- package/dist/combobox/ComboboxPortal.d.ts +35 -0
- package/dist/combobox/ComboboxPortal.js +1 -0
- package/dist/combobox/index.cjs +1 -0
- package/dist/combobox/index.d.cts +7 -0
- package/dist/combobox/index.d.ts +7 -0
- package/dist/combobox/index.js +1 -0
- package/dist/command/Command.cjs +5 -0
- package/dist/command/Command.d.cts +126 -0
- package/dist/command/Command.d.ts +126 -0
- package/dist/command/Command.js +5 -0
- package/dist/command/CommandEmpty.cjs +5 -0
- package/dist/command/CommandEmpty.d.cts +22 -0
- package/dist/command/CommandEmpty.d.ts +22 -0
- package/dist/command/CommandEmpty.js +5 -0
- package/dist/command/CommandGroup.cjs +6 -0
- package/dist/command/CommandGroup.d.cts +28 -0
- package/dist/command/CommandGroup.d.ts +28 -0
- package/dist/command/CommandGroup.js +6 -0
- package/dist/command/CommandInput.cjs +14 -0
- package/dist/command/CommandInput.d.cts +66 -0
- package/dist/command/CommandInput.d.ts +66 -0
- package/dist/command/CommandInput.js +14 -0
- package/dist/command/CommandItem.cjs +5 -0
- package/dist/command/CommandItem.d.cts +40 -0
- package/dist/command/CommandItem.d.ts +40 -0
- package/dist/command/CommandItem.js +5 -0
- package/dist/command/CommandList.cjs +5 -0
- package/dist/command/CommandList.d.cts +28 -0
- package/dist/command/CommandList.d.ts +28 -0
- package/dist/command/CommandList.js +5 -0
- package/dist/command/CommandLoading.cjs +5 -0
- package/dist/command/CommandLoading.d.cts +32 -0
- package/dist/command/CommandLoading.d.ts +32 -0
- package/dist/command/CommandLoading.js +5 -0
- package/dist/command/CommandSeparator.cjs +5 -0
- package/dist/command/CommandSeparator.d.cts +15 -0
- package/dist/command/CommandSeparator.d.ts +15 -0
- package/dist/command/CommandSeparator.js +5 -0
- package/dist/command/index.cjs +1 -0
- package/dist/command/index.d.cts +8 -0
- package/dist/command/index.d.ts +8 -0
- package/dist/command/index.js +1 -0
- package/dist/context-menu/ContextMenu.cjs +5 -0
- package/dist/context-menu/ContextMenu.d.cts +78 -0
- package/dist/context-menu/ContextMenu.d.ts +78 -0
- package/dist/context-menu/ContextMenu.js +5 -0
- package/dist/context-menu/ContextMenuCheckboxItem.cjs +1 -0
- package/dist/context-menu/ContextMenuCheckboxItem.d.cts +31 -0
- package/dist/context-menu/ContextMenuCheckboxItem.d.ts +31 -0
- package/dist/context-menu/ContextMenuCheckboxItem.js +1 -0
- package/dist/context-menu/ContextMenuContent.cjs +5 -0
- package/dist/context-menu/ContextMenuContent.d.cts +51 -0
- package/dist/context-menu/ContextMenuContent.d.ts +51 -0
- package/dist/context-menu/ContextMenuContent.js +5 -0
- package/dist/context-menu/ContextMenuGroup.cjs +5 -0
- package/dist/context-menu/ContextMenuGroup.d.cts +16 -0
- package/dist/context-menu/ContextMenuGroup.d.ts +16 -0
- package/dist/context-menu/ContextMenuGroup.js +5 -0
- package/dist/context-menu/ContextMenuItem.cjs +5 -0
- package/dist/context-menu/ContextMenuItem.d.cts +43 -0
- package/dist/context-menu/ContextMenuItem.d.ts +43 -0
- package/dist/context-menu/ContextMenuItem.js +5 -0
- package/dist/context-menu/ContextMenuItemIndicator.cjs +5 -0
- package/dist/context-menu/ContextMenuItemIndicator.d.cts +24 -0
- package/dist/context-menu/ContextMenuItemIndicator.d.ts +24 -0
- package/dist/context-menu/ContextMenuItemIndicator.js +5 -0
- package/dist/context-menu/ContextMenuLabel.cjs +5 -0
- package/dist/context-menu/ContextMenuLabel.d.cts +15 -0
- package/dist/context-menu/ContextMenuLabel.d.ts +15 -0
- package/dist/context-menu/ContextMenuLabel.js +5 -0
- package/dist/context-menu/ContextMenuPortal.cjs +1 -0
- package/dist/context-menu/ContextMenuPortal.d.cts +35 -0
- package/dist/context-menu/ContextMenuPortal.d.ts +35 -0
- package/dist/context-menu/ContextMenuPortal.js +1 -0
- package/dist/context-menu/ContextMenuRadioGroup.cjs +5 -0
- package/dist/context-menu/ContextMenuRadioGroup.d.cts +28 -0
- package/dist/context-menu/ContextMenuRadioGroup.d.ts +28 -0
- package/dist/context-menu/ContextMenuRadioGroup.js +5 -0
- package/dist/context-menu/ContextMenuRadioItem.cjs +1 -0
- package/dist/context-menu/ContextMenuRadioItem.d.cts +27 -0
- package/dist/context-menu/ContextMenuRadioItem.d.ts +27 -0
- package/dist/context-menu/ContextMenuRadioItem.js +1 -0
- package/dist/context-menu/ContextMenuSeparator.cjs +5 -0
- package/dist/context-menu/ContextMenuSeparator.d.cts +16 -0
- package/dist/context-menu/ContextMenuSeparator.d.ts +16 -0
- package/dist/context-menu/ContextMenuSeparator.js +5 -0
- package/dist/context-menu/ContextMenuSub.cjs +1 -0
- package/dist/context-menu/ContextMenuSub.d.cts +55 -0
- package/dist/context-menu/ContextMenuSub.d.ts +55 -0
- package/dist/context-menu/ContextMenuSub.js +1 -0
- package/dist/context-menu/ContextMenuTrigger.cjs +5 -0
- package/dist/context-menu/ContextMenuTrigger.d.cts +38 -0
- package/dist/context-menu/ContextMenuTrigger.d.ts +38 -0
- package/dist/context-menu/ContextMenuTrigger.js +5 -0
- package/dist/context-menu/index.cjs +1 -0
- package/dist/context-menu/index.d.cts +13 -0
- package/dist/context-menu/index.d.ts +13 -0
- package/dist/context-menu/index.js +1 -0
- package/dist/data-list/DataList.cjs +12 -0
- package/dist/data-list/DataList.d.cts +155 -0
- package/dist/data-list/DataList.d.ts +155 -0
- package/dist/data-list/DataList.js +12 -0
- package/dist/data-list/index.cjs +1 -0
- package/dist/data-list/index.d.cts +2 -0
- package/dist/data-list/index.d.ts +2 -0
- package/dist/data-list/index.js +1 -0
- package/dist/date-field/DateField.cjs +1 -0
- package/dist/date-field/DateField.d.cts +158 -0
- package/dist/date-field/DateField.d.ts +158 -0
- package/dist/date-field/DateField.js +1 -0
- package/dist/date-field/index.cjs +1 -0
- package/dist/date-field/index.d.cts +1 -0
- package/dist/date-field/index.d.ts +1 -0
- package/dist/date-field/index.js +1 -0
- package/dist/date-picker/DatePicker.cjs +5 -0
- package/dist/date-picker/DatePicker.d.cts +117 -0
- package/dist/date-picker/DatePicker.d.ts +117 -0
- package/dist/date-picker/DatePicker.js +5 -0
- package/dist/date-picker/DatePickerCalendar.cjs +7 -0
- package/dist/date-picker/DatePickerCalendar.d.cts +37 -0
- package/dist/date-picker/DatePickerCalendar.d.ts +37 -0
- package/dist/date-picker/DatePickerCalendar.js +7 -0
- package/dist/date-picker/DatePickerClose.cjs +9 -0
- package/dist/date-picker/DatePickerClose.d.cts +21 -0
- package/dist/date-picker/DatePickerClose.d.ts +21 -0
- package/dist/date-picker/DatePickerClose.js +9 -0
- package/dist/date-picker/DatePickerContent.cjs +5 -0
- package/dist/date-picker/DatePickerContent.d.cts +64 -0
- package/dist/date-picker/DatePickerContent.d.ts +64 -0
- package/dist/date-picker/DatePickerContent.js +5 -0
- package/dist/date-picker/DatePickerInput.cjs +10 -0
- package/dist/date-picker/DatePickerInput.d.cts +66 -0
- package/dist/date-picker/DatePickerInput.d.ts +66 -0
- package/dist/date-picker/DatePickerInput.js +10 -0
- package/dist/date-picker/DatePickerPortal.cjs +1 -0
- package/dist/date-picker/DatePickerPortal.d.cts +36 -0
- package/dist/date-picker/DatePickerPortal.d.ts +36 -0
- package/dist/date-picker/DatePickerPortal.js +1 -0
- package/dist/date-picker/DatePickerTimeField.cjs +10 -0
- package/dist/date-picker/DatePickerTimeField.d.cts +44 -0
- package/dist/date-picker/DatePickerTimeField.d.ts +44 -0
- package/dist/date-picker/DatePickerTimeField.js +10 -0
- package/dist/date-picker/DatePickerTrigger.cjs +18 -0
- package/dist/date-picker/DatePickerTrigger.d.cts +40 -0
- package/dist/date-picker/DatePickerTrigger.d.ts +40 -0
- package/dist/date-picker/DatePickerTrigger.js +18 -0
- package/dist/date-picker/index.cjs +1 -0
- package/dist/date-picker/index.d.cts +8 -0
- package/dist/date-picker/index.d.ts +8 -0
- package/dist/date-picker/index.js +1 -0
- package/dist/dialog/Dialog.cjs +5 -0
- package/dist/dialog/Dialog.d.cts +63 -0
- package/dist/dialog/Dialog.d.ts +63 -0
- package/dist/dialog/Dialog.js +5 -0
- package/dist/dialog/DialogClose.cjs +9 -0
- package/dist/dialog/DialogClose.d.cts +21 -0
- package/dist/dialog/DialogClose.d.ts +21 -0
- package/dist/dialog/DialogClose.js +9 -0
- package/dist/dialog/DialogContent.cjs +1 -0
- package/dist/dialog/DialogContent.d.cts +97 -0
- package/dist/dialog/DialogContent.d.ts +97 -0
- package/dist/dialog/DialogContent.js +1 -0
- package/dist/dialog/DialogDescription.cjs +5 -0
- package/dist/dialog/DialogDescription.d.cts +17 -0
- package/dist/dialog/DialogDescription.d.ts +17 -0
- package/dist/dialog/DialogDescription.js +5 -0
- package/dist/dialog/DialogOverlay.cjs +15 -0
- package/dist/dialog/DialogOverlay.d.cts +63 -0
- package/dist/dialog/DialogOverlay.d.ts +63 -0
- package/dist/dialog/DialogOverlay.js +15 -0
- package/dist/dialog/DialogPortal.cjs +1 -0
- package/dist/dialog/DialogPortal.d.cts +33 -0
- package/dist/dialog/DialogPortal.d.ts +33 -0
- package/dist/dialog/DialogPortal.js +1 -0
- package/dist/dialog/DialogTitle.cjs +5 -0
- package/dist/dialog/DialogTitle.d.cts +17 -0
- package/dist/dialog/DialogTitle.d.ts +17 -0
- package/dist/dialog/DialogTitle.js +5 -0
- package/dist/dialog/DialogTrigger.cjs +17 -0
- package/dist/dialog/DialogTrigger.d.cts +23 -0
- package/dist/dialog/DialogTrigger.d.ts +23 -0
- package/dist/dialog/DialogTrigger.js +17 -0
- package/dist/dialog/index.cjs +1 -0
- package/dist/dialog/index.d.cts +8 -0
- package/dist/dialog/index.d.ts +8 -0
- package/dist/dialog/index.js +1 -0
- package/dist/drawer/Drawer.cjs +5 -0
- package/dist/drawer/Drawer.d.cts +86 -0
- package/dist/drawer/Drawer.d.ts +86 -0
- package/dist/drawer/Drawer.js +5 -0
- package/dist/drawer/DrawerClose.cjs +9 -0
- package/dist/drawer/DrawerClose.d.cts +21 -0
- package/dist/drawer/DrawerClose.d.ts +21 -0
- package/dist/drawer/DrawerClose.js +9 -0
- package/dist/drawer/DrawerContent.cjs +8 -0
- package/dist/drawer/DrawerContent.d.cts +64 -0
- package/dist/drawer/DrawerContent.d.ts +64 -0
- package/dist/drawer/DrawerContent.js +8 -0
- package/dist/drawer/DrawerDescription.cjs +5 -0
- package/dist/drawer/DrawerDescription.d.cts +17 -0
- package/dist/drawer/DrawerDescription.d.ts +17 -0
- package/dist/drawer/DrawerDescription.js +5 -0
- package/dist/drawer/DrawerOverlay.cjs +14 -0
- package/dist/drawer/DrawerOverlay.d.cts +28 -0
- package/dist/drawer/DrawerOverlay.d.ts +28 -0
- package/dist/drawer/DrawerOverlay.js +14 -0
- package/dist/drawer/DrawerPortal.cjs +1 -0
- package/dist/drawer/DrawerPortal.d.cts +36 -0
- package/dist/drawer/DrawerPortal.d.ts +36 -0
- package/dist/drawer/DrawerPortal.js +1 -0
- package/dist/drawer/DrawerTitle.cjs +5 -0
- package/dist/drawer/DrawerTitle.d.cts +17 -0
- package/dist/drawer/DrawerTitle.d.ts +17 -0
- package/dist/drawer/DrawerTitle.js +5 -0
- package/dist/drawer/DrawerTrigger.cjs +17 -0
- package/dist/drawer/DrawerTrigger.d.cts +25 -0
- package/dist/drawer/DrawerTrigger.d.ts +25 -0
- package/dist/drawer/DrawerTrigger.js +17 -0
- package/dist/drawer/index.cjs +1 -0
- package/dist/drawer/index.d.cts +8 -0
- package/dist/drawer/index.d.ts +8 -0
- package/dist/drawer/index.js +1 -0
- package/dist/dropdown-menu/DropdownMenu.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenu.d.cts +64 -0
- package/dist/dropdown-menu/DropdownMenu.d.ts +64 -0
- package/dist/dropdown-menu/DropdownMenu.js +5 -0
- package/dist/dropdown-menu/DropdownMenuArrow.cjs +1 -0
- package/dist/dropdown-menu/DropdownMenuArrow.d.cts +23 -0
- package/dist/dropdown-menu/DropdownMenuArrow.d.ts +23 -0
- package/dist/dropdown-menu/DropdownMenuArrow.js +1 -0
- package/dist/dropdown-menu/DropdownMenuCheckboxItem.cjs +1 -0
- package/dist/dropdown-menu/DropdownMenuCheckboxItem.d.cts +31 -0
- package/dist/dropdown-menu/DropdownMenuCheckboxItem.d.ts +31 -0
- package/dist/dropdown-menu/DropdownMenuCheckboxItem.js +1 -0
- package/dist/dropdown-menu/DropdownMenuContent.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuContent.d.cts +88 -0
- package/dist/dropdown-menu/DropdownMenuContent.d.ts +88 -0
- package/dist/dropdown-menu/DropdownMenuContent.js +5 -0
- package/dist/dropdown-menu/DropdownMenuGroup.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuGroup.d.cts +16 -0
- package/dist/dropdown-menu/DropdownMenuGroup.d.ts +16 -0
- package/dist/dropdown-menu/DropdownMenuGroup.js +5 -0
- package/dist/dropdown-menu/DropdownMenuItem.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuItem.d.cts +41 -0
- package/dist/dropdown-menu/DropdownMenuItem.d.ts +41 -0
- package/dist/dropdown-menu/DropdownMenuItem.js +5 -0
- package/dist/dropdown-menu/DropdownMenuItemIndicator.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuItemIndicator.d.cts +24 -0
- package/dist/dropdown-menu/DropdownMenuItemIndicator.d.ts +24 -0
- package/dist/dropdown-menu/DropdownMenuItemIndicator.js +5 -0
- package/dist/dropdown-menu/DropdownMenuLabel.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuLabel.d.cts +15 -0
- package/dist/dropdown-menu/DropdownMenuLabel.d.ts +15 -0
- package/dist/dropdown-menu/DropdownMenuLabel.js +5 -0
- package/dist/dropdown-menu/DropdownMenuPortal.cjs +1 -0
- package/dist/dropdown-menu/DropdownMenuPortal.d.cts +35 -0
- package/dist/dropdown-menu/DropdownMenuPortal.d.ts +35 -0
- package/dist/dropdown-menu/DropdownMenuPortal.js +1 -0
- package/dist/dropdown-menu/DropdownMenuRadioGroup.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuRadioGroup.d.cts +28 -0
- package/dist/dropdown-menu/DropdownMenuRadioGroup.d.ts +28 -0
- package/dist/dropdown-menu/DropdownMenuRadioGroup.js +5 -0
- package/dist/dropdown-menu/DropdownMenuRadioItem.cjs +1 -0
- package/dist/dropdown-menu/DropdownMenuRadioItem.d.cts +27 -0
- package/dist/dropdown-menu/DropdownMenuRadioItem.d.ts +27 -0
- package/dist/dropdown-menu/DropdownMenuRadioItem.js +1 -0
- package/dist/dropdown-menu/DropdownMenuSeparator.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuSeparator.d.cts +16 -0
- package/dist/dropdown-menu/DropdownMenuSeparator.d.ts +16 -0
- package/dist/dropdown-menu/DropdownMenuSeparator.js +5 -0
- package/dist/dropdown-menu/DropdownMenuSub.cjs +1 -0
- package/dist/dropdown-menu/DropdownMenuSub.d.cts +55 -0
- package/dist/dropdown-menu/DropdownMenuSub.d.ts +55 -0
- package/dist/dropdown-menu/DropdownMenuSub.js +1 -0
- package/dist/dropdown-menu/DropdownMenuTrigger.cjs +20 -0
- package/dist/dropdown-menu/DropdownMenuTrigger.d.cts +30 -0
- package/dist/dropdown-menu/DropdownMenuTrigger.d.ts +30 -0
- package/dist/dropdown-menu/DropdownMenuTrigger.js +20 -0
- package/dist/dropdown-menu/index.cjs +1 -0
- package/dist/dropdown-menu/index.d.cts +14 -0
- package/dist/dropdown-menu/index.d.ts +14 -0
- package/dist/dropdown-menu/index.js +1 -0
- package/dist/editable/Editable.cjs +5 -0
- package/dist/editable/Editable.d.cts +238 -0
- package/dist/editable/Editable.d.ts +238 -0
- package/dist/editable/Editable.js +5 -0
- package/dist/editable/EditableCancelTrigger.cjs +17 -0
- package/dist/editable/EditableCancelTrigger.d.cts +39 -0
- package/dist/editable/EditableCancelTrigger.d.ts +39 -0
- package/dist/editable/EditableCancelTrigger.js +17 -0
- package/dist/editable/EditableEditTrigger.cjs +18 -0
- package/dist/editable/EditableEditTrigger.d.cts +41 -0
- package/dist/editable/EditableEditTrigger.d.ts +41 -0
- package/dist/editable/EditableEditTrigger.js +18 -0
- package/dist/editable/EditableInput.cjs +18 -0
- package/dist/editable/EditableInput.d.cts +70 -0
- package/dist/editable/EditableInput.d.ts +70 -0
- package/dist/editable/EditableInput.js +18 -0
- package/dist/editable/EditablePreview.cjs +5 -0
- package/dist/editable/EditablePreview.d.cts +46 -0
- package/dist/editable/EditablePreview.d.ts +46 -0
- package/dist/editable/EditablePreview.js +5 -0
- package/dist/editable/EditableSubmitTrigger.cjs +17 -0
- package/dist/editable/EditableSubmitTrigger.d.cts +46 -0
- package/dist/editable/EditableSubmitTrigger.d.ts +46 -0
- package/dist/editable/EditableSubmitTrigger.js +17 -0
- package/dist/editable/EditableTextarea.cjs +17 -0
- package/dist/editable/EditableTextarea.d.cts +68 -0
- package/dist/editable/EditableTextarea.d.ts +68 -0
- package/dist/editable/EditableTextarea.js +17 -0
- package/dist/editable/index.cjs +1 -0
- package/dist/editable/index.d.cts +8 -0
- package/dist/editable/index.d.ts +8 -0
- package/dist/editable/index.js +1 -0
- package/dist/field/Field.cjs +5 -0
- package/dist/field/Field.d.cts +180 -0
- package/dist/field/Field.d.ts +180 -0
- package/dist/field/Field.js +5 -0
- package/dist/field/FieldCharacterCount.cjs +10 -0
- package/dist/field/FieldCharacterCount.d.cts +72 -0
- package/dist/field/FieldCharacterCount.d.ts +72 -0
- package/dist/field/FieldCharacterCount.js +10 -0
- package/dist/field/FieldDescription.cjs +5 -0
- package/dist/field/FieldDescription.d.cts +34 -0
- package/dist/field/FieldDescription.d.ts +34 -0
- package/dist/field/FieldDescription.js +5 -0
- package/dist/field/FieldError.cjs +8 -0
- package/dist/field/FieldError.d.cts +46 -0
- package/dist/field/FieldError.d.ts +46 -0
- package/dist/field/FieldError.js +8 -0
- package/dist/field/FieldLabel.cjs +5 -0
- package/dist/field/FieldLabel.d.cts +52 -0
- package/dist/field/FieldLabel.d.ts +52 -0
- package/dist/field/FieldLabel.js +5 -0
- package/dist/field/Fieldset.cjs +1 -0
- package/dist/field/Fieldset.d.cts +43 -0
- package/dist/field/Fieldset.d.ts +43 -0
- package/dist/field/Fieldset.js +1 -0
- package/dist/field/field-core.cjs +1 -0
- package/dist/field/field-core.d.cts +284 -0
- package/dist/field/field-core.d.ts +284 -0
- package/dist/field/field-core.js +1 -0
- package/dist/field/index.cjs +1 -0
- package/dist/field/index.d.cts +7 -0
- package/dist/field/index.d.ts +7 -0
- package/dist/field/index.js +1 -0
- package/dist/file-upload/FileUpload.cjs +5 -0
- package/dist/file-upload/FileUpload.d.cts +129 -0
- package/dist/file-upload/FileUpload.d.ts +129 -0
- package/dist/file-upload/FileUpload.js +5 -0
- package/dist/file-upload/FileUploadDropzone.cjs +5 -0
- package/dist/file-upload/FileUploadDropzone.d.cts +37 -0
- package/dist/file-upload/FileUploadDropzone.d.ts +37 -0
- package/dist/file-upload/FileUploadDropzone.js +5 -0
- package/dist/file-upload/FileUploadInput.cjs +27 -0
- package/dist/file-upload/FileUploadInput.d.cts +37 -0
- package/dist/file-upload/FileUploadInput.d.ts +37 -0
- package/dist/file-upload/FileUploadInput.js +27 -0
- package/dist/file-upload/FileUploadItem.cjs +5 -0
- package/dist/file-upload/FileUploadItem.d.cts +38 -0
- package/dist/file-upload/FileUploadItem.d.ts +38 -0
- package/dist/file-upload/FileUploadItem.js +5 -0
- package/dist/file-upload/FileUploadItemDelete.cjs +15 -0
- package/dist/file-upload/FileUploadItemDelete.d.cts +28 -0
- package/dist/file-upload/FileUploadItemDelete.d.ts +28 -0
- package/dist/file-upload/FileUploadItemDelete.js +15 -0
- package/dist/file-upload/FileUploadTrigger.cjs +15 -0
- package/dist/file-upload/FileUploadTrigger.d.cts +25 -0
- package/dist/file-upload/FileUploadTrigger.d.ts +25 -0
- package/dist/file-upload/FileUploadTrigger.js +15 -0
- package/dist/file-upload/index.cjs +1 -0
- package/dist/file-upload/index.d.cts +6 -0
- package/dist/file-upload/index.d.ts +6 -0
- package/dist/file-upload/index.js +1 -0
- package/dist/floating-panel/FloatingPanel.cjs +5 -0
- package/dist/floating-panel/FloatingPanel.d.cts +262 -0
- package/dist/floating-panel/FloatingPanel.d.ts +262 -0
- package/dist/floating-panel/FloatingPanel.js +5 -0
- package/dist/floating-panel/FloatingPanelCloseTrigger.cjs +14 -0
- package/dist/floating-panel/FloatingPanelCloseTrigger.d.cts +32 -0
- package/dist/floating-panel/FloatingPanelCloseTrigger.d.ts +32 -0
- package/dist/floating-panel/FloatingPanelCloseTrigger.js +14 -0
- package/dist/floating-panel/FloatingPanelContent.cjs +5 -0
- package/dist/floating-panel/FloatingPanelContent.d.cts +62 -0
- package/dist/floating-panel/FloatingPanelContent.d.ts +62 -0
- package/dist/floating-panel/FloatingPanelContent.js +5 -0
- package/dist/floating-panel/FloatingPanelHeader.cjs +7 -0
- package/dist/floating-panel/FloatingPanelHeader.d.cts +60 -0
- package/dist/floating-panel/FloatingPanelHeader.d.ts +60 -0
- package/dist/floating-panel/FloatingPanelHeader.js +7 -0
- package/dist/floating-panel/FloatingPanelPortal.cjs +1 -0
- package/dist/floating-panel/FloatingPanelPortal.d.cts +30 -0
- package/dist/floating-panel/FloatingPanelPortal.d.ts +30 -0
- package/dist/floating-panel/FloatingPanelPortal.js +1 -0
- package/dist/floating-panel/FloatingPanelResizeTrigger.cjs +7 -0
- package/dist/floating-panel/FloatingPanelResizeTrigger.d.cts +64 -0
- package/dist/floating-panel/FloatingPanelResizeTrigger.d.ts +64 -0
- package/dist/floating-panel/FloatingPanelResizeTrigger.js +7 -0
- package/dist/floating-panel/FloatingPanelStageTrigger.cjs +16 -0
- package/dist/floating-panel/FloatingPanelStageTrigger.d.cts +52 -0
- package/dist/floating-panel/FloatingPanelStageTrigger.d.ts +52 -0
- package/dist/floating-panel/FloatingPanelStageTrigger.js +16 -0
- package/dist/floating-panel/FloatingPanelTitle.cjs +5 -0
- package/dist/floating-panel/FloatingPanelTitle.d.cts +23 -0
- package/dist/floating-panel/FloatingPanelTitle.d.ts +23 -0
- package/dist/floating-panel/FloatingPanelTitle.js +5 -0
- package/dist/floating-panel/FloatingPanelTrigger.cjs +16 -0
- package/dist/floating-panel/FloatingPanelTrigger.d.cts +30 -0
- package/dist/floating-panel/FloatingPanelTrigger.d.ts +30 -0
- package/dist/floating-panel/FloatingPanelTrigger.js +16 -0
- package/dist/floating-panel/gesture.cjs +1 -0
- package/dist/floating-panel/gesture.d.cts +25 -0
- package/dist/floating-panel/gesture.d.ts +25 -0
- package/dist/floating-panel/gesture.js +1 -0
- package/dist/floating-panel/index.cjs +1 -0
- package/dist/floating-panel/index.d.cts +9 -0
- package/dist/floating-panel/index.d.ts +9 -0
- package/dist/floating-panel/index.js +1 -0
- package/dist/form/Form.cjs +5 -0
- package/dist/form/Form.d.cts +48 -0
- package/dist/form/Form.d.ts +48 -0
- package/dist/form/Form.js +5 -0
- package/dist/form/FormControl.cjs +5 -0
- package/dist/form/FormControl.d.cts +41 -0
- package/dist/form/FormControl.d.ts +41 -0
- package/dist/form/FormControl.js +5 -0
- package/dist/form/FormErrorSummary.cjs +15 -0
- package/dist/form/FormErrorSummary.d.cts +79 -0
- package/dist/form/FormErrorSummary.d.ts +79 -0
- package/dist/form/FormErrorSummary.js +15 -0
- package/dist/form/FormField.cjs +5 -0
- package/dist/form/FormField.d.cts +47 -0
- package/dist/form/FormField.d.ts +47 -0
- package/dist/form/FormField.js +5 -0
- package/dist/form/FormLabel.cjs +5 -0
- package/dist/form/FormLabel.d.cts +25 -0
- package/dist/form/FormLabel.d.ts +25 -0
- package/dist/form/FormLabel.js +5 -0
- package/dist/form/FormMessage.cjs +8 -0
- package/dist/form/FormMessage.d.cts +38 -0
- package/dist/form/FormMessage.d.ts +38 -0
- package/dist/form/FormMessage.js +8 -0
- package/dist/form/FormSubmit.cjs +9 -0
- package/dist/form/FormSubmit.d.cts +21 -0
- package/dist/form/FormSubmit.d.ts +21 -0
- package/dist/form/FormSubmit.js +9 -0
- package/dist/form/index.cjs +1 -0
- package/dist/form/index.d.cts +7 -0
- package/dist/form/index.d.ts +7 -0
- package/dist/form/index.js +1 -0
- package/dist/form/validity.cjs +1 -0
- package/dist/form/validity.d.cts +21 -0
- package/dist/form/validity.d.ts +21 -0
- package/dist/form/validity.js +1 -0
- package/dist/hover-card/HoverCard.cjs +5 -0
- package/dist/hover-card/HoverCard.d.cts +85 -0
- package/dist/hover-card/HoverCard.d.ts +85 -0
- package/dist/hover-card/HoverCard.js +5 -0
- package/dist/hover-card/HoverCardArrow.cjs +1 -0
- package/dist/hover-card/HoverCardArrow.d.cts +23 -0
- package/dist/hover-card/HoverCardArrow.d.ts +23 -0
- package/dist/hover-card/HoverCardArrow.js +1 -0
- package/dist/hover-card/HoverCardContent.cjs +5 -0
- package/dist/hover-card/HoverCardContent.d.cts +85 -0
- package/dist/hover-card/HoverCardContent.d.ts +85 -0
- package/dist/hover-card/HoverCardContent.js +5 -0
- package/dist/hover-card/HoverCardPortal.cjs +1 -0
- package/dist/hover-card/HoverCardPortal.d.cts +33 -0
- package/dist/hover-card/HoverCardPortal.d.ts +33 -0
- package/dist/hover-card/HoverCardPortal.js +1 -0
- package/dist/hover-card/HoverCardTrigger.cjs +22 -0
- package/dist/hover-card/HoverCardTrigger.d.cts +36 -0
- package/dist/hover-card/HoverCardTrigger.d.ts +36 -0
- package/dist/hover-card/HoverCardTrigger.js +22 -0
- package/dist/hover-card/index.cjs +1 -0
- package/dist/hover-card/index.d.cts +5 -0
- package/dist/hover-card/index.d.ts +5 -0
- package/dist/hover-card/index.js +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.cts +101 -0
- package/dist/index.d.ts +101 -0
- package/dist/index.js +1 -0
- package/dist/internal/aria-label.cjs +1 -0
- package/dist/internal/aria-label.d.cts +17 -0
- package/dist/internal/aria-label.d.ts +17 -0
- package/dist/internal/aria-label.js +1 -0
- package/dist/internal/authored.cjs +1 -0
- package/dist/internal/authored.d.cts +33 -0
- package/dist/internal/authored.d.ts +33 -0
- package/dist/internal/authored.js +1 -0
- package/dist/internal/closest.cjs +1 -0
- package/dist/internal/closest.d.cts +53 -0
- package/dist/internal/closest.d.ts +53 -0
- package/dist/internal/closest.js +1 -0
- package/dist/internal/color.cjs +1 -0
- package/dist/internal/color.d.cts +149 -0
- package/dist/internal/color.d.ts +149 -0
- package/dist/internal/color.js +1 -0
- package/dist/internal/date-segments.cjs +1 -0
- package/dist/internal/date-segments.d.cts +163 -0
- package/dist/internal/date-segments.d.ts +163 -0
- package/dist/internal/date-segments.js +1 -0
- package/dist/internal/define.cjs +1 -0
- package/dist/internal/define.d.cts +38 -0
- package/dist/internal/define.d.ts +38 -0
- package/dist/internal/define.js +1 -0
- package/dist/internal/direction.cjs +1 -0
- package/dist/internal/direction.d.cts +54 -0
- package/dist/internal/direction.d.ts +54 -0
- package/dist/internal/direction.js +1 -0
- package/dist/internal/dismiss.cjs +1 -0
- package/dist/internal/dismiss.d.cts +128 -0
- package/dist/internal/dismiss.d.ts +128 -0
- package/dist/internal/dismiss.js +1 -0
- package/dist/internal/form-associated.cjs +1 -0
- package/dist/internal/form-associated.d.cts +101 -0
- package/dist/internal/form-associated.d.ts +101 -0
- package/dist/internal/form-associated.js +1 -0
- package/dist/internal/ids.cjs +1 -0
- package/dist/internal/ids.d.cts +4 -0
- package/dist/internal/ids.d.ts +4 -0
- package/dist/internal/ids.js +1 -0
- package/dist/internal/menu-sub.cjs +5 -0
- package/dist/internal/menu-sub.d.cts +140 -0
- package/dist/internal/menu-sub.d.ts +140 -0
- package/dist/internal/menu-sub.js +5 -0
- package/dist/internal/number-format.cjs +1 -0
- package/dist/internal/number-format.d.cts +19 -0
- package/dist/internal/number-format.d.ts +19 -0
- package/dist/internal/number-format.js +1 -0
- package/dist/internal/open-change-complete.cjs +1 -0
- package/dist/internal/open-change-complete.d.cts +23 -0
- package/dist/internal/open-change-complete.d.ts +23 -0
- package/dist/internal/open-change-complete.js +1 -0
- package/dist/internal/overlay-arrow.cjs +6 -0
- package/dist/internal/overlay-arrow.d.cts +25 -0
- package/dist/internal/overlay-arrow.d.ts +25 -0
- package/dist/internal/overlay-arrow.js +6 -0
- package/dist/internal/part.cjs +1 -0
- package/dist/internal/part.d.cts +72 -0
- package/dist/internal/part.d.ts +72 -0
- package/dist/internal/part.js +1 -0
- package/dist/internal/pointer-angle.cjs +1 -0
- package/dist/internal/pointer-angle.d.cts +105 -0
- package/dist/internal/pointer-angle.d.ts +105 -0
- package/dist/internal/pointer-angle.js +1 -0
- package/dist/internal/positioning.cjs +1 -0
- package/dist/internal/positioning.d.cts +98 -0
- package/dist/internal/positioning.d.ts +98 -0
- package/dist/internal/positioning.js +1 -0
- package/dist/internal/segmented-field.cjs +21 -0
- package/dist/internal/segmented-field.d.cts +63 -0
- package/dist/internal/segmented-field.d.ts +63 -0
- package/dist/internal/segmented-field.js +21 -0
- package/dist/internal/selection.cjs +1 -0
- package/dist/internal/selection.d.cts +38 -0
- package/dist/internal/selection.d.ts +38 -0
- package/dist/internal/selection.js +1 -0
- package/dist/internal/styles.cjs +244 -0
- package/dist/internal/styles.d.cts +105 -0
- package/dist/internal/styles.d.ts +105 -0
- package/dist/internal/styles.js +244 -0
- package/dist/internal/typeahead.cjs +1 -0
- package/dist/internal/typeahead.d.cts +46 -0
- package/dist/internal/typeahead.d.ts +46 -0
- package/dist/internal/typeahead.js +1 -0
- package/dist/kbd/Kbd.cjs +9 -0
- package/dist/kbd/Kbd.d.cts +24 -0
- package/dist/kbd/Kbd.d.ts +24 -0
- package/dist/kbd/Kbd.js +9 -0
- package/dist/kbd/index.cjs +1 -0
- package/dist/kbd/index.d.cts +1 -0
- package/dist/kbd/index.d.ts +1 -0
- package/dist/kbd/index.js +1 -0
- package/dist/label/Label.cjs +1 -0
- package/dist/label/Label.d.cts +55 -0
- package/dist/label/Label.d.ts +55 -0
- package/dist/label/Label.js +1 -0
- package/dist/label/index.cjs +1 -0
- package/dist/label/index.d.cts +1 -0
- package/dist/label/index.d.ts +1 -0
- package/dist/label/index.js +1 -0
- package/dist/listbox/Listbox.cjs +5 -0
- package/dist/listbox/Listbox.d.cts +130 -0
- package/dist/listbox/Listbox.d.ts +130 -0
- package/dist/listbox/Listbox.js +5 -0
- package/dist/listbox/ListboxGroup.cjs +5 -0
- package/dist/listbox/ListboxGroup.d.cts +34 -0
- package/dist/listbox/ListboxGroup.d.ts +34 -0
- package/dist/listbox/ListboxGroup.js +5 -0
- package/dist/listbox/ListboxItem.cjs +5 -0
- package/dist/listbox/ListboxItem.d.cts +64 -0
- package/dist/listbox/ListboxItem.d.ts +64 -0
- package/dist/listbox/ListboxItem.js +5 -0
- package/dist/listbox/ListboxItemIndicator.cjs +5 -0
- package/dist/listbox/ListboxItemIndicator.d.cts +49 -0
- package/dist/listbox/ListboxItemIndicator.d.ts +49 -0
- package/dist/listbox/ListboxItemIndicator.js +5 -0
- package/dist/listbox/ListboxLabel.cjs +5 -0
- package/dist/listbox/ListboxLabel.d.cts +27 -0
- package/dist/listbox/ListboxLabel.d.ts +27 -0
- package/dist/listbox/ListboxLabel.js +5 -0
- package/dist/listbox/index.cjs +1 -0
- package/dist/listbox/index.d.cts +5 -0
- package/dist/listbox/index.d.ts +5 -0
- package/dist/listbox/index.js +1 -0
- package/dist/loading-overlay/LoadingOverlay.cjs +5 -0
- package/dist/loading-overlay/LoadingOverlay.d.cts +120 -0
- package/dist/loading-overlay/LoadingOverlay.d.ts +120 -0
- package/dist/loading-overlay/LoadingOverlay.js +5 -0
- package/dist/loading-overlay/LoadingOverlayBackdrop.cjs +5 -0
- package/dist/loading-overlay/LoadingOverlayBackdrop.d.cts +40 -0
- package/dist/loading-overlay/LoadingOverlayBackdrop.d.ts +40 -0
- package/dist/loading-overlay/LoadingOverlayBackdrop.js +5 -0
- package/dist/loading-overlay/LoadingOverlayContent.cjs +7 -0
- package/dist/loading-overlay/LoadingOverlayContent.d.cts +46 -0
- package/dist/loading-overlay/LoadingOverlayContent.d.ts +46 -0
- package/dist/loading-overlay/LoadingOverlayContent.js +7 -0
- package/dist/loading-overlay/index.cjs +1 -0
- package/dist/loading-overlay/index.d.cts +3 -0
- package/dist/loading-overlay/index.d.ts +3 -0
- package/dist/loading-overlay/index.js +1 -0
- package/dist/menubar/Menubar.cjs +5 -0
- package/dist/menubar/Menubar.d.cts +53 -0
- package/dist/menubar/Menubar.d.ts +53 -0
- package/dist/menubar/Menubar.js +5 -0
- package/dist/menubar/MenubarArrow.cjs +1 -0
- package/dist/menubar/MenubarArrow.d.cts +22 -0
- package/dist/menubar/MenubarArrow.d.ts +22 -0
- package/dist/menubar/MenubarArrow.js +1 -0
- package/dist/menubar/MenubarCheckboxItem.cjs +5 -0
- package/dist/menubar/MenubarCheckboxItem.d.cts +25 -0
- package/dist/menubar/MenubarCheckboxItem.d.ts +25 -0
- package/dist/menubar/MenubarCheckboxItem.js +5 -0
- package/dist/menubar/MenubarContent.cjs +5 -0
- package/dist/menubar/MenubarContent.d.cts +86 -0
- package/dist/menubar/MenubarContent.d.ts +86 -0
- package/dist/menubar/MenubarContent.js +5 -0
- package/dist/menubar/MenubarGroup.cjs +5 -0
- package/dist/menubar/MenubarGroup.d.cts +12 -0
- package/dist/menubar/MenubarGroup.d.ts +12 -0
- package/dist/menubar/MenubarGroup.js +5 -0
- package/dist/menubar/MenubarItem.cjs +5 -0
- package/dist/menubar/MenubarItem.d.cts +28 -0
- package/dist/menubar/MenubarItem.d.ts +28 -0
- package/dist/menubar/MenubarItem.js +5 -0
- package/dist/menubar/MenubarItemIndicator.cjs +5 -0
- package/dist/menubar/MenubarItemIndicator.d.cts +24 -0
- package/dist/menubar/MenubarItemIndicator.d.ts +24 -0
- package/dist/menubar/MenubarItemIndicator.js +5 -0
- package/dist/menubar/MenubarLabel.cjs +5 -0
- package/dist/menubar/MenubarLabel.d.cts +11 -0
- package/dist/menubar/MenubarLabel.d.ts +11 -0
- package/dist/menubar/MenubarLabel.js +5 -0
- package/dist/menubar/MenubarMenu.cjs +5 -0
- package/dist/menubar/MenubarMenu.d.cts +52 -0
- package/dist/menubar/MenubarMenu.d.ts +52 -0
- package/dist/menubar/MenubarMenu.js +5 -0
- package/dist/menubar/MenubarPortal.cjs +1 -0
- package/dist/menubar/MenubarPortal.d.cts +40 -0
- package/dist/menubar/MenubarPortal.d.ts +40 -0
- package/dist/menubar/MenubarPortal.js +1 -0
- package/dist/menubar/MenubarRadioGroup.cjs +5 -0
- package/dist/menubar/MenubarRadioGroup.d.cts +23 -0
- package/dist/menubar/MenubarRadioGroup.d.ts +23 -0
- package/dist/menubar/MenubarRadioGroup.js +5 -0
- package/dist/menubar/MenubarRadioItem.cjs +5 -0
- package/dist/menubar/MenubarRadioItem.d.cts +28 -0
- package/dist/menubar/MenubarRadioItem.d.ts +28 -0
- package/dist/menubar/MenubarRadioItem.js +5 -0
- package/dist/menubar/MenubarSeparator.cjs +5 -0
- package/dist/menubar/MenubarSeparator.d.cts +12 -0
- package/dist/menubar/MenubarSeparator.d.ts +12 -0
- package/dist/menubar/MenubarSeparator.js +5 -0
- package/dist/menubar/MenubarSub.cjs +1 -0
- package/dist/menubar/MenubarSub.d.cts +56 -0
- package/dist/menubar/MenubarSub.d.ts +56 -0
- package/dist/menubar/MenubarSub.js +1 -0
- package/dist/menubar/MenubarTrigger.cjs +23 -0
- package/dist/menubar/MenubarTrigger.d.cts +34 -0
- package/dist/menubar/MenubarTrigger.d.ts +34 -0
- package/dist/menubar/MenubarTrigger.js +23 -0
- package/dist/menubar/index.cjs +1 -0
- package/dist/menubar/index.d.cts +15 -0
- package/dist/menubar/index.d.ts +15 -0
- package/dist/menubar/index.js +1 -0
- package/dist/meter/Meter.cjs +5 -0
- package/dist/meter/Meter.d.cts +73 -0
- package/dist/meter/Meter.d.ts +73 -0
- package/dist/meter/Meter.js +5 -0
- package/dist/meter/MeterIndicator.cjs +5 -0
- package/dist/meter/MeterIndicator.d.cts +30 -0
- package/dist/meter/MeterIndicator.d.ts +30 -0
- package/dist/meter/MeterIndicator.js +5 -0
- package/dist/meter/index.cjs +1 -0
- package/dist/meter/index.d.cts +2 -0
- package/dist/meter/index.d.ts +2 -0
- package/dist/meter/index.js +1 -0
- package/dist/multi-select/MultiSelect.cjs +5 -0
- package/dist/multi-select/MultiSelect.d.cts +252 -0
- package/dist/multi-select/MultiSelect.d.ts +252 -0
- package/dist/multi-select/MultiSelect.js +5 -0
- package/dist/multi-select/MultiSelectContent.cjs +5 -0
- package/dist/multi-select/MultiSelectContent.d.cts +87 -0
- package/dist/multi-select/MultiSelectContent.d.ts +87 -0
- package/dist/multi-select/MultiSelectContent.js +5 -0
- package/dist/multi-select/MultiSelectInput.cjs +26 -0
- package/dist/multi-select/MultiSelectInput.d.cts +69 -0
- package/dist/multi-select/MultiSelectInput.d.ts +69 -0
- package/dist/multi-select/MultiSelectInput.js +26 -0
- package/dist/multi-select/MultiSelectItem.cjs +8 -0
- package/dist/multi-select/MultiSelectItem.d.cts +65 -0
- package/dist/multi-select/MultiSelectItem.d.ts +65 -0
- package/dist/multi-select/MultiSelectItem.js +8 -0
- package/dist/multi-select/MultiSelectList.cjs +5 -0
- package/dist/multi-select/MultiSelectList.d.cts +35 -0
- package/dist/multi-select/MultiSelectList.d.ts +35 -0
- package/dist/multi-select/MultiSelectList.js +5 -0
- package/dist/multi-select/MultiSelectPortal.cjs +1 -0
- package/dist/multi-select/MultiSelectPortal.d.cts +37 -0
- package/dist/multi-select/MultiSelectPortal.d.ts +37 -0
- package/dist/multi-select/MultiSelectPortal.js +1 -0
- package/dist/multi-select/MultiSelectTag.cjs +5 -0
- package/dist/multi-select/MultiSelectTag.d.cts +61 -0
- package/dist/multi-select/MultiSelectTag.d.ts +61 -0
- package/dist/multi-select/MultiSelectTag.js +5 -0
- package/dist/multi-select/MultiSelectTagList.cjs +1 -0
- package/dist/multi-select/MultiSelectTagList.d.cts +40 -0
- package/dist/multi-select/MultiSelectTagList.d.ts +40 -0
- package/dist/multi-select/MultiSelectTagList.js +1 -0
- package/dist/multi-select/MultiSelectTagRemove.cjs +17 -0
- package/dist/multi-select/MultiSelectTagRemove.d.cts +50 -0
- package/dist/multi-select/MultiSelectTagRemove.d.ts +50 -0
- package/dist/multi-select/MultiSelectTagRemove.js +17 -0
- package/dist/multi-select/index.cjs +1 -0
- package/dist/multi-select/index.d.cts +10 -0
- package/dist/multi-select/index.d.ts +10 -0
- package/dist/multi-select/index.js +1 -0
- package/dist/navigation-menu/NavigationMenu.cjs +5 -0
- package/dist/navigation-menu/NavigationMenu.d.cts +125 -0
- package/dist/navigation-menu/NavigationMenu.d.ts +125 -0
- package/dist/navigation-menu/NavigationMenu.js +5 -0
- package/dist/navigation-menu/NavigationMenuContent.cjs +5 -0
- package/dist/navigation-menu/NavigationMenuContent.d.cts +31 -0
- package/dist/navigation-menu/NavigationMenuContent.d.ts +31 -0
- package/dist/navigation-menu/NavigationMenuContent.js +5 -0
- package/dist/navigation-menu/NavigationMenuIndicator.cjs +5 -0
- package/dist/navigation-menu/NavigationMenuIndicator.d.cts +24 -0
- package/dist/navigation-menu/NavigationMenuIndicator.d.ts +24 -0
- package/dist/navigation-menu/NavigationMenuIndicator.js +5 -0
- package/dist/navigation-menu/NavigationMenuItem.cjs +5 -0
- package/dist/navigation-menu/NavigationMenuItem.d.cts +20 -0
- package/dist/navigation-menu/NavigationMenuItem.d.ts +20 -0
- package/dist/navigation-menu/NavigationMenuItem.js +5 -0
- package/dist/navigation-menu/NavigationMenuLink.cjs +19 -0
- package/dist/navigation-menu/NavigationMenuLink.d.cts +30 -0
- package/dist/navigation-menu/NavigationMenuLink.d.ts +30 -0
- package/dist/navigation-menu/NavigationMenuLink.js +19 -0
- package/dist/navigation-menu/NavigationMenuList.cjs +5 -0
- package/dist/navigation-menu/NavigationMenuList.d.cts +21 -0
- package/dist/navigation-menu/NavigationMenuList.d.ts +21 -0
- package/dist/navigation-menu/NavigationMenuList.js +5 -0
- package/dist/navigation-menu/NavigationMenuTrigger.cjs +14 -0
- package/dist/navigation-menu/NavigationMenuTrigger.d.cts +54 -0
- package/dist/navigation-menu/NavigationMenuTrigger.d.ts +54 -0
- package/dist/navigation-menu/NavigationMenuTrigger.js +14 -0
- package/dist/navigation-menu/index.cjs +1 -0
- package/dist/navigation-menu/index.d.cts +7 -0
- package/dist/navigation-menu/index.d.ts +7 -0
- package/dist/navigation-menu/index.js +1 -0
- package/dist/number-field/NumberField.cjs +5 -0
- package/dist/number-field/NumberField.d.cts +80 -0
- package/dist/number-field/NumberField.d.ts +80 -0
- package/dist/number-field/NumberField.js +5 -0
- package/dist/number-field/NumberFieldDecrement.cjs +19 -0
- package/dist/number-field/NumberFieldDecrement.d.cts +42 -0
- package/dist/number-field/NumberFieldDecrement.d.ts +42 -0
- package/dist/number-field/NumberFieldDecrement.js +19 -0
- package/dist/number-field/NumberFieldIncrement.cjs +19 -0
- package/dist/number-field/NumberFieldIncrement.d.cts +42 -0
- package/dist/number-field/NumberFieldIncrement.d.ts +42 -0
- package/dist/number-field/NumberFieldIncrement.js +19 -0
- package/dist/number-field/NumberFieldInput.cjs +23 -0
- package/dist/number-field/NumberFieldInput.d.cts +60 -0
- package/dist/number-field/NumberFieldInput.d.ts +60 -0
- package/dist/number-field/NumberFieldInput.js +23 -0
- package/dist/number-field/index.cjs +1 -0
- package/dist/number-field/index.d.cts +4 -0
- package/dist/number-field/index.d.ts +4 -0
- package/dist/number-field/index.js +1 -0
- package/dist/pagination/Pagination.cjs +5 -0
- package/dist/pagination/Pagination.d.cts +71 -0
- package/dist/pagination/Pagination.d.ts +71 -0
- package/dist/pagination/Pagination.js +5 -0
- package/dist/pagination/PaginationEllipsis.cjs +5 -0
- package/dist/pagination/PaginationEllipsis.d.cts +24 -0
- package/dist/pagination/PaginationEllipsis.d.ts +24 -0
- package/dist/pagination/PaginationEllipsis.js +5 -0
- package/dist/pagination/PaginationFirst.cjs +9 -0
- package/dist/pagination/PaginationFirst.d.cts +32 -0
- package/dist/pagination/PaginationFirst.d.ts +32 -0
- package/dist/pagination/PaginationFirst.js +9 -0
- package/dist/pagination/PaginationItem.cjs +5 -0
- package/dist/pagination/PaginationItem.d.cts +24 -0
- package/dist/pagination/PaginationItem.d.ts +24 -0
- package/dist/pagination/PaginationItem.js +5 -0
- package/dist/pagination/PaginationLast.cjs +9 -0
- package/dist/pagination/PaginationLast.d.cts +34 -0
- package/dist/pagination/PaginationLast.d.ts +34 -0
- package/dist/pagination/PaginationLast.js +9 -0
- package/dist/pagination/PaginationLink.cjs +9 -0
- package/dist/pagination/PaginationLink.d.cts +53 -0
- package/dist/pagination/PaginationLink.d.ts +53 -0
- package/dist/pagination/PaginationLink.js +9 -0
- package/dist/pagination/PaginationList.cjs +5 -0
- package/dist/pagination/PaginationList.d.cts +23 -0
- package/dist/pagination/PaginationList.d.ts +23 -0
- package/dist/pagination/PaginationList.js +5 -0
- package/dist/pagination/PaginationNext.cjs +9 -0
- package/dist/pagination/PaginationNext.d.cts +32 -0
- package/dist/pagination/PaginationNext.d.ts +32 -0
- package/dist/pagination/PaginationNext.js +9 -0
- package/dist/pagination/PaginationPrevious.cjs +9 -0
- package/dist/pagination/PaginationPrevious.d.cts +32 -0
- package/dist/pagination/PaginationPrevious.d.ts +32 -0
- package/dist/pagination/PaginationPrevious.js +9 -0
- package/dist/pagination/index.cjs +1 -0
- package/dist/pagination/index.d.cts +10 -0
- package/dist/pagination/index.d.ts +10 -0
- package/dist/pagination/index.js +1 -0
- package/dist/pagination/pages.cjs +1 -0
- package/dist/pagination/pages.d.cts +41 -0
- package/dist/pagination/pages.d.ts +41 -0
- package/dist/pagination/pages.js +1 -0
- package/dist/password-input/PasswordInput.cjs +1 -0
- package/dist/password-input/PasswordInput.d.cts +107 -0
- package/dist/password-input/PasswordInput.d.ts +107 -0
- package/dist/password-input/PasswordInput.js +1 -0
- package/dist/password-input/PasswordInputField.cjs +18 -0
- package/dist/password-input/PasswordInputField.d.cts +94 -0
- package/dist/password-input/PasswordInputField.d.ts +94 -0
- package/dist/password-input/PasswordInputField.js +18 -0
- package/dist/password-input/PasswordInputToggle.cjs +18 -0
- package/dist/password-input/PasswordInputToggle.d.cts +52 -0
- package/dist/password-input/PasswordInputToggle.d.ts +52 -0
- package/dist/password-input/PasswordInputToggle.js +18 -0
- package/dist/password-input/index.cjs +1 -0
- package/dist/password-input/index.d.cts +3 -0
- package/dist/password-input/index.d.ts +3 -0
- package/dist/password-input/index.js +1 -0
- package/dist/pin-input/PinInput.cjs +5 -0
- package/dist/pin-input/PinInput.d.cts +110 -0
- package/dist/pin-input/PinInput.d.ts +110 -0
- package/dist/pin-input/PinInput.js +5 -0
- package/dist/pin-input/PinInputField.cjs +21 -0
- package/dist/pin-input/PinInputField.d.cts +58 -0
- package/dist/pin-input/PinInputField.d.ts +58 -0
- package/dist/pin-input/PinInputField.js +21 -0
- package/dist/pin-input/index.cjs +1 -0
- package/dist/pin-input/index.d.cts +2 -0
- package/dist/pin-input/index.d.ts +2 -0
- package/dist/pin-input/index.js +1 -0
- package/dist/popover/Popover.cjs +5 -0
- package/dist/popover/Popover.d.cts +67 -0
- package/dist/popover/Popover.d.ts +67 -0
- package/dist/popover/Popover.js +5 -0
- package/dist/popover/PopoverArrow.cjs +1 -0
- package/dist/popover/PopoverArrow.d.cts +22 -0
- package/dist/popover/PopoverArrow.d.ts +22 -0
- package/dist/popover/PopoverArrow.js +1 -0
- package/dist/popover/PopoverClose.cjs +9 -0
- package/dist/popover/PopoverClose.d.cts +19 -0
- package/dist/popover/PopoverClose.d.ts +19 -0
- package/dist/popover/PopoverClose.js +9 -0
- package/dist/popover/PopoverContent.cjs +5 -0
- package/dist/popover/PopoverContent.d.cts +88 -0
- package/dist/popover/PopoverContent.d.ts +88 -0
- package/dist/popover/PopoverContent.js +5 -0
- package/dist/popover/PopoverPortal.cjs +1 -0
- package/dist/popover/PopoverPortal.d.cts +33 -0
- package/dist/popover/PopoverPortal.d.ts +33 -0
- package/dist/popover/PopoverPortal.js +1 -0
- package/dist/popover/PopoverTrigger.cjs +17 -0
- package/dist/popover/PopoverTrigger.d.cts +26 -0
- package/dist/popover/PopoverTrigger.d.ts +26 -0
- package/dist/popover/PopoverTrigger.js +17 -0
- package/dist/popover/index.cjs +1 -0
- package/dist/popover/index.d.cts +6 -0
- package/dist/popover/index.d.ts +6 -0
- package/dist/popover/index.js +1 -0
- package/dist/progress/Progress.cjs +5 -0
- package/dist/progress/Progress.d.cts +40 -0
- package/dist/progress/Progress.d.ts +40 -0
- package/dist/progress/Progress.js +5 -0
- package/dist/progress/ProgressCircle.cjs +5 -0
- package/dist/progress/ProgressCircle.d.cts +93 -0
- package/dist/progress/ProgressCircle.d.ts +93 -0
- package/dist/progress/ProgressCircle.js +5 -0
- package/dist/progress/ProgressCircleIndicator.cjs +5 -0
- package/dist/progress/ProgressCircleIndicator.d.cts +55 -0
- package/dist/progress/ProgressCircleIndicator.d.ts +55 -0
- package/dist/progress/ProgressCircleIndicator.js +5 -0
- package/dist/progress/ProgressIndicator.cjs +5 -0
- package/dist/progress/ProgressIndicator.d.cts +30 -0
- package/dist/progress/ProgressIndicator.d.ts +30 -0
- package/dist/progress/ProgressIndicator.js +5 -0
- package/dist/progress/index.cjs +1 -0
- package/dist/progress/index.d.cts +4 -0
- package/dist/progress/index.d.ts +4 -0
- package/dist/progress/index.js +1 -0
- package/dist/qr-code/QrCode.cjs +8 -0
- package/dist/qr-code/QrCode.d.cts +105 -0
- package/dist/qr-code/QrCode.d.ts +105 -0
- package/dist/qr-code/QrCode.js +8 -0
- package/dist/qr-code/QrCodeFrame.cjs +7 -0
- package/dist/qr-code/QrCodeFrame.d.cts +49 -0
- package/dist/qr-code/QrCodeFrame.d.ts +49 -0
- package/dist/qr-code/QrCodeFrame.js +7 -0
- package/dist/qr-code/QrCodeOverlay.cjs +7 -0
- package/dist/qr-code/QrCodeOverlay.d.cts +55 -0
- package/dist/qr-code/QrCodeOverlay.d.ts +55 -0
- package/dist/qr-code/QrCodeOverlay.js +7 -0
- package/dist/qr-code/QrCodePattern.cjs +20 -0
- package/dist/qr-code/QrCodePattern.d.cts +53 -0
- package/dist/qr-code/QrCodePattern.d.ts +53 -0
- package/dist/qr-code/QrCodePattern.js +20 -0
- package/dist/qr-code/encoder.cjs +1 -0
- package/dist/qr-code/encoder.d.cts +73 -0
- package/dist/qr-code/encoder.d.ts +73 -0
- package/dist/qr-code/encoder.js +1 -0
- package/dist/qr-code/index.cjs +1 -0
- package/dist/qr-code/index.d.cts +5 -0
- package/dist/qr-code/index.d.ts +5 -0
- package/dist/qr-code/index.js +1 -0
- package/dist/qr-code/types.cjs +1 -0
- package/dist/qr-code/types.d.cts +6 -0
- package/dist/qr-code/types.d.ts +6 -0
- package/dist/qr-code/types.js +0 -0
- package/dist/radio-card/RadioCard.cjs +13 -0
- package/dist/radio-card/RadioCard.d.cts +91 -0
- package/dist/radio-card/RadioCard.d.ts +91 -0
- package/dist/radio-card/RadioCard.js +13 -0
- package/dist/radio-card/RadioCardControl.cjs +13 -0
- package/dist/radio-card/RadioCardControl.d.cts +43 -0
- package/dist/radio-card/RadioCardControl.d.ts +43 -0
- package/dist/radio-card/RadioCardControl.js +13 -0
- package/dist/radio-card/RadioCardDescription.cjs +8 -0
- package/dist/radio-card/RadioCardDescription.d.cts +31 -0
- package/dist/radio-card/RadioCardDescription.d.ts +31 -0
- package/dist/radio-card/RadioCardDescription.js +8 -0
- package/dist/radio-card/RadioCardIndicator.cjs +8 -0
- package/dist/radio-card/RadioCardIndicator.d.cts +32 -0
- package/dist/radio-card/RadioCardIndicator.d.ts +32 -0
- package/dist/radio-card/RadioCardIndicator.js +8 -0
- package/dist/radio-card/RadioCardLabel.cjs +8 -0
- package/dist/radio-card/RadioCardLabel.d.cts +34 -0
- package/dist/radio-card/RadioCardLabel.d.ts +34 -0
- package/dist/radio-card/RadioCardLabel.js +8 -0
- package/dist/radio-card/index.cjs +1 -0
- package/dist/radio-card/index.d.cts +5 -0
- package/dist/radio-card/index.d.ts +5 -0
- package/dist/radio-card/index.js +1 -0
- package/dist/radio-group/RadioGroup.cjs +5 -0
- package/dist/radio-group/RadioGroup.d.cts +115 -0
- package/dist/radio-group/RadioGroup.d.ts +115 -0
- package/dist/radio-group/RadioGroup.js +5 -0
- package/dist/radio-group/RadioGroupIndicator.cjs +8 -0
- package/dist/radio-group/RadioGroupIndicator.d.cts +32 -0
- package/dist/radio-group/RadioGroupIndicator.d.ts +32 -0
- package/dist/radio-group/RadioGroupIndicator.js +8 -0
- package/dist/radio-group/RadioGroupItem.cjs +9 -0
- package/dist/radio-group/RadioGroupItem.d.cts +69 -0
- package/dist/radio-group/RadioGroupItem.d.ts +69 -0
- package/dist/radio-group/RadioGroupItem.js +9 -0
- package/dist/radio-group/index.cjs +1 -0
- package/dist/radio-group/index.d.cts +3 -0
- package/dist/radio-group/index.d.ts +3 -0
- package/dist/radio-group/index.js +1 -0
- package/dist/rating/Rating.cjs +5 -0
- package/dist/rating/Rating.d.cts +111 -0
- package/dist/rating/Rating.d.ts +111 -0
- package/dist/rating/Rating.js +5 -0
- package/dist/rating/RatingItem.cjs +26 -0
- package/dist/rating/RatingItem.d.cts +63 -0
- package/dist/rating/RatingItem.d.ts +63 -0
- package/dist/rating/RatingItem.js +26 -0
- package/dist/rating/index.cjs +1 -0
- package/dist/rating/index.d.cts +2 -0
- package/dist/rating/index.d.ts +2 -0
- package/dist/rating/index.js +1 -0
- package/dist/resizable/ResizableHandle.cjs +12 -0
- package/dist/resizable/ResizableHandle.d.cts +34 -0
- package/dist/resizable/ResizableHandle.d.ts +34 -0
- package/dist/resizable/ResizableHandle.js +12 -0
- package/dist/resizable/ResizablePanel.cjs +6 -0
- package/dist/resizable/ResizablePanel.d.cts +27 -0
- package/dist/resizable/ResizablePanel.d.ts +27 -0
- package/dist/resizable/ResizablePanel.js +6 -0
- package/dist/resizable/ResizablePanelGroup.cjs +5 -0
- package/dist/resizable/ResizablePanelGroup.d.cts +63 -0
- package/dist/resizable/ResizablePanelGroup.d.ts +63 -0
- package/dist/resizable/ResizablePanelGroup.js +5 -0
- package/dist/resizable/index.cjs +1 -0
- package/dist/resizable/index.d.cts +3 -0
- package/dist/resizable/index.d.ts +3 -0
- package/dist/resizable/index.js +1 -0
- package/dist/scroll-area/ScrollArea.cjs +6 -0
- package/dist/scroll-area/ScrollArea.d.cts +58 -0
- package/dist/scroll-area/ScrollArea.d.ts +58 -0
- package/dist/scroll-area/ScrollArea.js +6 -0
- package/dist/scroll-area/ScrollAreaCorner.cjs +5 -0
- package/dist/scroll-area/ScrollAreaCorner.d.cts +38 -0
- package/dist/scroll-area/ScrollAreaCorner.d.ts +38 -0
- package/dist/scroll-area/ScrollAreaCorner.js +5 -0
- package/dist/scroll-area/ScrollAreaScrollbar.cjs +5 -0
- package/dist/scroll-area/ScrollAreaScrollbar.d.cts +39 -0
- package/dist/scroll-area/ScrollAreaScrollbar.d.ts +39 -0
- package/dist/scroll-area/ScrollAreaScrollbar.js +5 -0
- package/dist/scroll-area/ScrollAreaThumb.cjs +7 -0
- package/dist/scroll-area/ScrollAreaThumb.d.cts +52 -0
- package/dist/scroll-area/ScrollAreaThumb.d.ts +52 -0
- package/dist/scroll-area/ScrollAreaThumb.js +7 -0
- package/dist/scroll-area/ScrollAreaViewport.cjs +19 -0
- package/dist/scroll-area/ScrollAreaViewport.d.cts +30 -0
- package/dist/scroll-area/ScrollAreaViewport.d.ts +30 -0
- package/dist/scroll-area/ScrollAreaViewport.js +19 -0
- package/dist/scroll-area/index.cjs +1 -0
- package/dist/scroll-area/index.d.cts +5 -0
- package/dist/scroll-area/index.d.ts +5 -0
- package/dist/scroll-area/index.js +1 -0
- package/dist/segmented-control/SegmentedControl.cjs +5 -0
- package/dist/segmented-control/SegmentedControl.d.cts +128 -0
- package/dist/segmented-control/SegmentedControl.d.ts +128 -0
- package/dist/segmented-control/SegmentedControl.js +5 -0
- package/dist/segmented-control/SegmentedControlIndicator.cjs +5 -0
- package/dist/segmented-control/SegmentedControlIndicator.d.cts +78 -0
- package/dist/segmented-control/SegmentedControlIndicator.d.ts +78 -0
- package/dist/segmented-control/SegmentedControlIndicator.js +5 -0
- package/dist/segmented-control/SegmentedControlItem.cjs +9 -0
- package/dist/segmented-control/SegmentedControlItem.d.cts +66 -0
- package/dist/segmented-control/SegmentedControlItem.d.ts +66 -0
- package/dist/segmented-control/SegmentedControlItem.js +9 -0
- package/dist/segmented-control/index.cjs +1 -0
- package/dist/segmented-control/index.d.cts +3 -0
- package/dist/segmented-control/index.d.ts +3 -0
- package/dist/segmented-control/index.js +1 -0
- package/dist/select/Select.cjs +17 -0
- package/dist/select/Select.d.cts +197 -0
- package/dist/select/Select.d.ts +197 -0
- package/dist/select/Select.js +17 -0
- package/dist/select/SelectContent.cjs +5 -0
- package/dist/select/SelectContent.d.cts +85 -0
- package/dist/select/SelectContent.d.ts +85 -0
- package/dist/select/SelectContent.js +5 -0
- package/dist/select/SelectGroup.cjs +5 -0
- package/dist/select/SelectGroup.d.cts +16 -0
- package/dist/select/SelectGroup.d.ts +16 -0
- package/dist/select/SelectGroup.js +5 -0
- package/dist/select/SelectIcon.cjs +5 -0
- package/dist/select/SelectIcon.d.cts +15 -0
- package/dist/select/SelectIcon.d.ts +15 -0
- package/dist/select/SelectIcon.js +5 -0
- package/dist/select/SelectItemIndicator.cjs +5 -0
- package/dist/select/SelectItemIndicator.d.cts +48 -0
- package/dist/select/SelectItemIndicator.d.ts +48 -0
- package/dist/select/SelectItemIndicator.js +5 -0
- package/dist/select/SelectItemText.cjs +5 -0
- package/dist/select/SelectItemText.d.cts +46 -0
- package/dist/select/SelectItemText.d.ts +46 -0
- package/dist/select/SelectItemText.js +5 -0
- package/dist/select/SelectLabel.cjs +5 -0
- package/dist/select/SelectLabel.d.cts +14 -0
- package/dist/select/SelectLabel.d.ts +14 -0
- package/dist/select/SelectLabel.js +5 -0
- package/dist/select/SelectOption.cjs +5 -0
- package/dist/select/SelectOption.d.cts +44 -0
- package/dist/select/SelectOption.d.ts +44 -0
- package/dist/select/SelectOption.js +5 -0
- package/dist/select/SelectPortal.cjs +1 -0
- package/dist/select/SelectPortal.d.cts +35 -0
- package/dist/select/SelectPortal.d.ts +35 -0
- package/dist/select/SelectPortal.js +1 -0
- package/dist/select/SelectSeparator.cjs +5 -0
- package/dist/select/SelectSeparator.d.cts +16 -0
- package/dist/select/SelectSeparator.d.ts +16 -0
- package/dist/select/SelectSeparator.js +5 -0
- package/dist/select/SelectTrigger.cjs +27 -0
- package/dist/select/SelectTrigger.d.cts +50 -0
- package/dist/select/SelectTrigger.d.ts +50 -0
- package/dist/select/SelectTrigger.js +27 -0
- package/dist/select/SelectValue.cjs +6 -0
- package/dist/select/SelectValue.d.cts +41 -0
- package/dist/select/SelectValue.d.ts +41 -0
- package/dist/select/SelectValue.js +6 -0
- package/dist/select/SelectViewport.cjs +10 -0
- package/dist/select/SelectViewport.d.cts +38 -0
- package/dist/select/SelectViewport.d.ts +38 -0
- package/dist/select/SelectViewport.js +10 -0
- package/dist/select/index.cjs +1 -0
- package/dist/select/index.d.cts +14 -0
- package/dist/select/index.d.ts +14 -0
- package/dist/select/index.js +1 -0
- package/dist/separator/Separator.cjs +10 -0
- package/dist/separator/Separator.d.cts +32 -0
- package/dist/separator/Separator.d.ts +32 -0
- package/dist/separator/Separator.js +10 -0
- package/dist/separator/index.cjs +1 -0
- package/dist/separator/index.d.cts +1 -0
- package/dist/separator/index.d.ts +1 -0
- package/dist/separator/index.js +1 -0
- package/dist/skeleton/Skeleton.cjs +9 -0
- package/dist/skeleton/Skeleton.d.cts +25 -0
- package/dist/skeleton/Skeleton.d.ts +25 -0
- package/dist/skeleton/Skeleton.js +9 -0
- package/dist/skeleton/index.cjs +1 -0
- package/dist/skeleton/index.d.cts +1 -0
- package/dist/skeleton/index.d.ts +1 -0
- package/dist/skeleton/index.js +1 -0
- package/dist/skip-link/SkipLink.cjs +9 -0
- package/dist/skip-link/SkipLink.d.cts +95 -0
- package/dist/skip-link/SkipLink.d.ts +95 -0
- package/dist/skip-link/SkipLink.js +9 -0
- package/dist/skip-link/index.cjs +1 -0
- package/dist/skip-link/index.d.cts +1 -0
- package/dist/skip-link/index.d.ts +1 -0
- package/dist/skip-link/index.js +1 -0
- package/dist/slider/Slider.cjs +7 -0
- package/dist/slider/Slider.d.cts +87 -0
- package/dist/slider/Slider.d.ts +87 -0
- package/dist/slider/Slider.js +7 -0
- package/dist/slider/SliderRange.cjs +6 -0
- package/dist/slider/SliderRange.d.cts +31 -0
- package/dist/slider/SliderRange.d.ts +31 -0
- package/dist/slider/SliderRange.js +6 -0
- package/dist/slider/SliderThumb.cjs +6 -0
- package/dist/slider/SliderThumb.d.cts +48 -0
- package/dist/slider/SliderThumb.d.ts +48 -0
- package/dist/slider/SliderThumb.js +6 -0
- package/dist/slider/SliderTrack.cjs +6 -0
- package/dist/slider/SliderTrack.d.cts +22 -0
- package/dist/slider/SliderTrack.d.ts +22 -0
- package/dist/slider/SliderTrack.js +6 -0
- package/dist/slider/index.cjs +1 -0
- package/dist/slider/index.d.cts +4 -0
- package/dist/slider/index.d.ts +4 -0
- package/dist/slider/index.js +1 -0
- package/dist/speed-dial/SpeedDial.cjs +5 -0
- package/dist/speed-dial/SpeedDial.d.cts +144 -0
- package/dist/speed-dial/SpeedDial.d.ts +144 -0
- package/dist/speed-dial/SpeedDial.js +5 -0
- package/dist/speed-dial/SpeedDialContent.cjs +5 -0
- package/dist/speed-dial/SpeedDialContent.d.cts +137 -0
- package/dist/speed-dial/SpeedDialContent.d.ts +137 -0
- package/dist/speed-dial/SpeedDialContent.js +5 -0
- package/dist/speed-dial/SpeedDialItem.cjs +5 -0
- package/dist/speed-dial/SpeedDialItem.d.cts +73 -0
- package/dist/speed-dial/SpeedDialItem.d.ts +73 -0
- package/dist/speed-dial/SpeedDialItem.js +5 -0
- package/dist/speed-dial/SpeedDialItemLabel.cjs +5 -0
- package/dist/speed-dial/SpeedDialItemLabel.d.cts +59 -0
- package/dist/speed-dial/SpeedDialItemLabel.d.ts +59 -0
- package/dist/speed-dial/SpeedDialItemLabel.js +5 -0
- package/dist/speed-dial/SpeedDialPortal.cjs +1 -0
- package/dist/speed-dial/SpeedDialPortal.d.cts +36 -0
- package/dist/speed-dial/SpeedDialPortal.d.ts +36 -0
- package/dist/speed-dial/SpeedDialPortal.js +1 -0
- package/dist/speed-dial/SpeedDialTrigger.cjs +23 -0
- package/dist/speed-dial/SpeedDialTrigger.d.cts +51 -0
- package/dist/speed-dial/SpeedDialTrigger.d.ts +51 -0
- package/dist/speed-dial/SpeedDialTrigger.js +23 -0
- package/dist/speed-dial/index.cjs +1 -0
- package/dist/speed-dial/index.d.cts +6 -0
- package/dist/speed-dial/index.d.ts +6 -0
- package/dist/speed-dial/index.js +1 -0
- package/dist/spinner/Spinner.cjs +5 -0
- package/dist/spinner/Spinner.d.cts +30 -0
- package/dist/spinner/Spinner.d.ts +30 -0
- package/dist/spinner/Spinner.js +5 -0
- package/dist/spinner/index.cjs +1 -0
- package/dist/spinner/index.d.cts +1 -0
- package/dist/spinner/index.d.ts +1 -0
- package/dist/spinner/index.js +1 -0
- package/dist/split-button/SplitButton.cjs +5 -0
- package/dist/split-button/SplitButton.d.cts +28 -0
- package/dist/split-button/SplitButton.d.ts +28 -0
- package/dist/split-button/SplitButton.js +5 -0
- package/dist/split-button/SplitButtonAction.cjs +9 -0
- package/dist/split-button/SplitButtonAction.d.cts +21 -0
- package/dist/split-button/SplitButtonAction.d.ts +21 -0
- package/dist/split-button/SplitButtonAction.js +9 -0
- package/dist/split-button/SplitButtonTrigger.cjs +9 -0
- package/dist/split-button/SplitButtonTrigger.d.cts +23 -0
- package/dist/split-button/SplitButtonTrigger.d.ts +23 -0
- package/dist/split-button/SplitButtonTrigger.js +9 -0
- package/dist/split-button/index.cjs +1 -0
- package/dist/split-button/index.d.cts +3 -0
- package/dist/split-button/index.d.ts +3 -0
- package/dist/split-button/index.js +1 -0
- package/dist/steps/Steps.cjs +27 -0
- package/dist/steps/Steps.d.cts +142 -0
- package/dist/steps/Steps.d.ts +142 -0
- package/dist/steps/Steps.js +27 -0
- package/dist/steps/StepsItem.cjs +8 -0
- package/dist/steps/StepsItem.d.cts +51 -0
- package/dist/steps/StepsItem.d.ts +51 -0
- package/dist/steps/StepsItem.js +8 -0
- package/dist/steps/StepsTrigger.cjs +9 -0
- package/dist/steps/StepsTrigger.d.cts +41 -0
- package/dist/steps/StepsTrigger.d.ts +41 -0
- package/dist/steps/StepsTrigger.js +9 -0
- package/dist/steps/index.cjs +1 -0
- package/dist/steps/index.d.cts +4 -0
- package/dist/steps/index.d.ts +4 -0
- package/dist/steps/index.js +1 -0
- package/dist/steps/steps-core.cjs +1 -0
- package/dist/steps/steps-core.d.cts +30 -0
- package/dist/steps/steps-core.d.ts +30 -0
- package/dist/steps/steps-core.js +1 -0
- package/dist/switch/Switch.cjs +22 -0
- package/dist/switch/Switch.d.cts +75 -0
- package/dist/switch/Switch.d.ts +75 -0
- package/dist/switch/Switch.js +22 -0
- package/dist/switch/SwitchThumb.cjs +5 -0
- package/dist/switch/SwitchThumb.d.cts +40 -0
- package/dist/switch/SwitchThumb.d.ts +40 -0
- package/dist/switch/SwitchThumb.js +5 -0
- package/dist/switch/index.cjs +1 -0
- package/dist/switch/index.d.cts +2 -0
- package/dist/switch/index.d.ts +2 -0
- package/dist/switch/index.js +1 -0
- package/dist/table/Table.cjs +20 -0
- package/dist/table/Table.d.cts +192 -0
- package/dist/table/Table.d.ts +192 -0
- package/dist/table/Table.js +20 -0
- package/dist/table/TableBody.cjs +12 -0
- package/dist/table/TableBody.d.cts +15 -0
- package/dist/table/TableBody.d.ts +15 -0
- package/dist/table/TableBody.js +12 -0
- package/dist/table/TableCaption.cjs +12 -0
- package/dist/table/TableCaption.d.cts +16 -0
- package/dist/table/TableCaption.d.ts +16 -0
- package/dist/table/TableCaption.js +12 -0
- package/dist/table/TableCell.cjs +10 -0
- package/dist/table/TableCell.d.cts +15 -0
- package/dist/table/TableCell.d.ts +15 -0
- package/dist/table/TableCell.js +10 -0
- package/dist/table/TableColumnHeaderSortTrigger.cjs +16 -0
- package/dist/table/TableColumnHeaderSortTrigger.d.cts +67 -0
- package/dist/table/TableColumnHeaderSortTrigger.d.ts +67 -0
- package/dist/table/TableColumnHeaderSortTrigger.js +16 -0
- package/dist/table/TableColumnResizeTrigger.cjs +40 -0
- package/dist/table/TableColumnResizeTrigger.d.cts +83 -0
- package/dist/table/TableColumnResizeTrigger.d.ts +83 -0
- package/dist/table/TableColumnResizeTrigger.js +40 -0
- package/dist/table/TableEmpty.cjs +14 -0
- package/dist/table/TableEmpty.d.cts +30 -0
- package/dist/table/TableEmpty.d.ts +30 -0
- package/dist/table/TableEmpty.js +14 -0
- package/dist/table/TableExpandTrigger.cjs +18 -0
- package/dist/table/TableExpandTrigger.d.cts +50 -0
- package/dist/table/TableExpandTrigger.d.ts +50 -0
- package/dist/table/TableExpandTrigger.js +18 -0
- package/dist/table/TableExpandedRow.cjs +7 -0
- package/dist/table/TableExpandedRow.d.cts +45 -0
- package/dist/table/TableExpandedRow.d.ts +45 -0
- package/dist/table/TableExpandedRow.js +7 -0
- package/dist/table/TableFooter.cjs +12 -0
- package/dist/table/TableFooter.d.cts +15 -0
- package/dist/table/TableFooter.d.ts +15 -0
- package/dist/table/TableFooter.js +12 -0
- package/dist/table/TableHeader.cjs +12 -0
- package/dist/table/TableHeader.d.cts +16 -0
- package/dist/table/TableHeader.d.ts +16 -0
- package/dist/table/TableHeader.js +12 -0
- package/dist/table/TableHeaderCell.cjs +49 -0
- package/dist/table/TableHeaderCell.d.cts +106 -0
- package/dist/table/TableHeaderCell.d.ts +106 -0
- package/dist/table/TableHeaderCell.js +49 -0
- package/dist/table/TableRow.cjs +12 -0
- package/dist/table/TableRow.d.cts +36 -0
- package/dist/table/TableRow.d.ts +36 -0
- package/dist/table/TableRow.js +12 -0
- package/dist/table/TableRowSelectCheckbox.cjs +1 -0
- package/dist/table/TableRowSelectCheckbox.d.cts +50 -0
- package/dist/table/TableRowSelectCheckbox.d.ts +50 -0
- package/dist/table/TableRowSelectCheckbox.js +1 -0
- package/dist/table/TableSelectAllCheckbox.cjs +1 -0
- package/dist/table/TableSelectAllCheckbox.d.cts +78 -0
- package/dist/table/TableSelectAllCheckbox.d.ts +78 -0
- package/dist/table/TableSelectAllCheckbox.js +1 -0
- package/dist/table/TableSortIndicator.cjs +15 -0
- package/dist/table/TableSortIndicator.d.cts +46 -0
- package/dist/table/TableSortIndicator.d.ts +46 -0
- package/dist/table/TableSortIndicator.js +15 -0
- package/dist/table/column-context.cjs +1 -0
- package/dist/table/column-context.d.cts +36 -0
- package/dist/table/column-context.d.ts +36 -0
- package/dist/table/column-context.js +1 -0
- package/dist/table/column-resize.cjs +1 -0
- package/dist/table/column-resize.d.cts +57 -0
- package/dist/table/column-resize.d.ts +57 -0
- package/dist/table/column-resize.js +1 -0
- package/dist/table/index.cjs +1 -0
- package/dist/table/index.d.cts +17 -0
- package/dist/table/index.d.ts +17 -0
- package/dist/table/index.js +1 -0
- package/dist/table/selection-checkbox.cjs +1 -0
- package/dist/table/selection-checkbox.d.cts +37 -0
- package/dist/table/selection-checkbox.d.ts +37 -0
- package/dist/table/selection-checkbox.js +1 -0
- package/dist/table/types.cjs +1 -0
- package/dist/table/types.d.cts +26 -0
- package/dist/table/types.d.ts +26 -0
- package/dist/table/types.js +0 -0
- package/dist/tabs/Tabs.cjs +5 -0
- package/dist/tabs/Tabs.d.cts +90 -0
- package/dist/tabs/Tabs.d.ts +90 -0
- package/dist/tabs/Tabs.js +5 -0
- package/dist/tabs/TabsContent.cjs +8 -0
- package/dist/tabs/TabsContent.d.cts +35 -0
- package/dist/tabs/TabsContent.d.ts +35 -0
- package/dist/tabs/TabsContent.js +8 -0
- package/dist/tabs/TabsList.cjs +5 -0
- package/dist/tabs/TabsList.d.cts +36 -0
- package/dist/tabs/TabsList.d.ts +36 -0
- package/dist/tabs/TabsList.js +5 -0
- package/dist/tabs/TabsTrigger.cjs +9 -0
- package/dist/tabs/TabsTrigger.d.cts +45 -0
- package/dist/tabs/TabsTrigger.d.ts +45 -0
- package/dist/tabs/TabsTrigger.js +9 -0
- package/dist/tabs/ids.cjs +1 -0
- package/dist/tabs/ids.d.cts +11 -0
- package/dist/tabs/ids.d.ts +11 -0
- package/dist/tabs/ids.js +1 -0
- package/dist/tabs/index.cjs +1 -0
- package/dist/tabs/index.d.cts +4 -0
- package/dist/tabs/index.d.ts +4 -0
- package/dist/tabs/index.js +1 -0
- package/dist/tag/Tag.cjs +5 -0
- package/dist/tag/Tag.d.cts +66 -0
- package/dist/tag/Tag.d.ts +66 -0
- package/dist/tag/Tag.js +5 -0
- package/dist/tag/TagDelete.cjs +17 -0
- package/dist/tag/TagDelete.d.cts +47 -0
- package/dist/tag/TagDelete.d.ts +47 -0
- package/dist/tag/TagDelete.js +17 -0
- package/dist/tag/index.cjs +1 -0
- package/dist/tag/index.d.cts +2 -0
- package/dist/tag/index.d.ts +2 -0
- package/dist/tag/index.js +1 -0
- package/dist/tag-group/TagGroup.cjs +5 -0
- package/dist/tag-group/TagGroup.d.cts +86 -0
- package/dist/tag-group/TagGroup.d.ts +86 -0
- package/dist/tag-group/TagGroup.js +5 -0
- package/dist/tag-group/index.cjs +1 -0
- package/dist/tag-group/index.d.cts +3 -0
- package/dist/tag-group/index.d.ts +3 -0
- package/dist/tag-group/index.js +1 -0
- package/dist/tags-input/TagsInput.cjs +5 -0
- package/dist/tags-input/TagsInput.d.cts +151 -0
- package/dist/tags-input/TagsInput.d.ts +151 -0
- package/dist/tags-input/TagsInput.js +5 -0
- package/dist/tags-input/TagsInputInput.cjs +18 -0
- package/dist/tags-input/TagsInputInput.d.cts +59 -0
- package/dist/tags-input/TagsInputInput.d.ts +59 -0
- package/dist/tags-input/TagsInputInput.js +18 -0
- package/dist/tags-input/TagsInputItem.cjs +5 -0
- package/dist/tags-input/TagsInputItem.d.cts +24 -0
- package/dist/tags-input/TagsInputItem.d.ts +24 -0
- package/dist/tags-input/TagsInputItem.js +5 -0
- package/dist/tags-input/TagsInputItemDelete.cjs +16 -0
- package/dist/tags-input/TagsInputItemDelete.d.cts +42 -0
- package/dist/tags-input/TagsInputItemDelete.d.ts +42 -0
- package/dist/tags-input/TagsInputItemDelete.js +16 -0
- package/dist/tags-input/index.cjs +1 -0
- package/dist/tags-input/index.d.cts +4 -0
- package/dist/tags-input/index.d.ts +4 -0
- package/dist/tags-input/index.js +1 -0
- package/dist/text-field/TextField.cjs +16 -0
- package/dist/text-field/TextField.d.cts +79 -0
- package/dist/text-field/TextField.d.ts +79 -0
- package/dist/text-field/TextField.js +16 -0
- package/dist/text-field/TextFieldClearButton.cjs +9 -0
- package/dist/text-field/TextFieldClearButton.d.cts +40 -0
- package/dist/text-field/TextFieldClearButton.d.ts +40 -0
- package/dist/text-field/TextFieldClearButton.js +9 -0
- package/dist/text-field/TextFieldInput.cjs +15 -0
- package/dist/text-field/TextFieldInput.d.cts +112 -0
- package/dist/text-field/TextFieldInput.d.ts +112 -0
- package/dist/text-field/TextFieldInput.js +15 -0
- package/dist/text-field/TextFieldSlot.cjs +5 -0
- package/dist/text-field/TextFieldSlot.d.cts +27 -0
- package/dist/text-field/TextFieldSlot.d.ts +27 -0
- package/dist/text-field/TextFieldSlot.js +5 -0
- package/dist/text-field/index.cjs +1 -0
- package/dist/text-field/index.d.cts +4 -0
- package/dist/text-field/index.d.ts +4 -0
- package/dist/text-field/index.js +1 -0
- package/dist/textarea/Textarea.cjs +24 -0
- package/dist/textarea/Textarea.d.cts +69 -0
- package/dist/textarea/Textarea.d.ts +69 -0
- package/dist/textarea/Textarea.js +24 -0
- package/dist/textarea/index.cjs +1 -0
- package/dist/textarea/index.d.cts +1 -0
- package/dist/textarea/index.d.ts +1 -0
- package/dist/textarea/index.js +1 -0
- package/dist/time-field/TimeField.cjs +1 -0
- package/dist/time-field/TimeField.d.cts +151 -0
- package/dist/time-field/TimeField.d.ts +151 -0
- package/dist/time-field/TimeField.js +1 -0
- package/dist/time-field/index.cjs +1 -0
- package/dist/time-field/index.d.cts +1 -0
- package/dist/time-field/index.d.ts +1 -0
- package/dist/time-field/index.js +1 -0
- package/dist/timeline/Timeline.cjs +7 -0
- package/dist/timeline/Timeline.d.cts +39 -0
- package/dist/timeline/Timeline.d.ts +39 -0
- package/dist/timeline/Timeline.js +7 -0
- package/dist/timeline/TimelineContent.cjs +5 -0
- package/dist/timeline/TimelineContent.d.cts +11 -0
- package/dist/timeline/TimelineContent.d.ts +11 -0
- package/dist/timeline/TimelineContent.js +5 -0
- package/dist/timeline/TimelineIndicator.cjs +5 -0
- package/dist/timeline/TimelineIndicator.d.cts +11 -0
- package/dist/timeline/TimelineIndicator.d.ts +11 -0
- package/dist/timeline/TimelineIndicator.js +5 -0
- package/dist/timeline/TimelineItem.cjs +5 -0
- package/dist/timeline/TimelineItem.d.cts +19 -0
- package/dist/timeline/TimelineItem.d.ts +19 -0
- package/dist/timeline/TimelineItem.js +5 -0
- package/dist/timeline/TimelineSeparator.cjs +5 -0
- package/dist/timeline/TimelineSeparator.d.cts +16 -0
- package/dist/timeline/TimelineSeparator.d.ts +16 -0
- package/dist/timeline/TimelineSeparator.js +5 -0
- package/dist/timeline/index.cjs +1 -0
- package/dist/timeline/index.d.cts +5 -0
- package/dist/timeline/index.d.ts +5 -0
- package/dist/timeline/index.js +1 -0
- package/dist/toast/Toast.cjs +5 -0
- package/dist/toast/Toast.d.cts +80 -0
- package/dist/toast/Toast.d.ts +80 -0
- package/dist/toast/Toast.js +5 -0
- package/dist/toast/ToastAction.cjs +9 -0
- package/dist/toast/ToastAction.d.cts +26 -0
- package/dist/toast/ToastAction.d.ts +26 -0
- package/dist/toast/ToastAction.js +9 -0
- package/dist/toast/ToastClose.cjs +9 -0
- package/dist/toast/ToastClose.d.cts +26 -0
- package/dist/toast/ToastClose.d.ts +26 -0
- package/dist/toast/ToastClose.js +9 -0
- package/dist/toast/ToastDescription.cjs +5 -0
- package/dist/toast/ToastDescription.d.cts +11 -0
- package/dist/toast/ToastDescription.d.ts +11 -0
- package/dist/toast/ToastDescription.js +5 -0
- package/dist/toast/ToastProvider.cjs +22 -0
- package/dist/toast/ToastProvider.d.cts +38 -0
- package/dist/toast/ToastProvider.d.ts +38 -0
- package/dist/toast/ToastProvider.js +22 -0
- package/dist/toast/ToastRegion.cjs +26 -0
- package/dist/toast/ToastRegion.d.cts +58 -0
- package/dist/toast/ToastRegion.d.ts +58 -0
- package/dist/toast/ToastRegion.js +26 -0
- package/dist/toast/ToastTitle.cjs +5 -0
- package/dist/toast/ToastTitle.d.cts +11 -0
- package/dist/toast/ToastTitle.d.ts +11 -0
- package/dist/toast/ToastTitle.js +5 -0
- package/dist/toast/ToastViewport.cjs +7 -0
- package/dist/toast/ToastViewport.d.cts +23 -0
- package/dist/toast/ToastViewport.d.ts +23 -0
- package/dist/toast/ToastViewport.js +7 -0
- package/dist/toast/index.cjs +1 -0
- package/dist/toast/index.d.cts +10 -0
- package/dist/toast/index.d.ts +10 -0
- package/dist/toast/index.js +1 -0
- package/dist/toast/region-focus.cjs +1 -0
- package/dist/toast/region-focus.d.cts +13 -0
- package/dist/toast/region-focus.d.ts +13 -0
- package/dist/toast/region-focus.js +1 -0
- package/dist/toast/toaster.cjs +1 -0
- package/dist/toast/toaster.d.cts +132 -0
- package/dist/toast/toaster.d.ts +132 -0
- package/dist/toast/toaster.js +1 -0
- package/dist/toggle/Toggle.cjs +17 -0
- package/dist/toggle/Toggle.d.cts +36 -0
- package/dist/toggle/Toggle.d.ts +36 -0
- package/dist/toggle/Toggle.js +17 -0
- package/dist/toggle/index.cjs +1 -0
- package/dist/toggle/index.d.cts +1 -0
- package/dist/toggle/index.d.ts +1 -0
- package/dist/toggle/index.js +1 -0
- package/dist/toggle-group/ToggleGroup.cjs +5 -0
- package/dist/toggle-group/ToggleGroup.d.cts +97 -0
- package/dist/toggle-group/ToggleGroup.d.ts +97 -0
- package/dist/toggle-group/ToggleGroup.js +5 -0
- package/dist/toggle-group/ToggleGroupItem.cjs +9 -0
- package/dist/toggle-group/ToggleGroupItem.d.cts +42 -0
- package/dist/toggle-group/ToggleGroupItem.d.ts +42 -0
- package/dist/toggle-group/ToggleGroupItem.js +9 -0
- package/dist/toggle-group/index.cjs +1 -0
- package/dist/toggle-group/index.d.cts +2 -0
- package/dist/toggle-group/index.d.ts +2 -0
- package/dist/toggle-group/index.js +1 -0
- package/dist/toolbar/Toolbar.cjs +5 -0
- package/dist/toolbar/Toolbar.d.cts +53 -0
- package/dist/toolbar/Toolbar.d.ts +53 -0
- package/dist/toolbar/Toolbar.js +5 -0
- package/dist/toolbar/ToolbarButton.cjs +9 -0
- package/dist/toolbar/ToolbarButton.d.cts +32 -0
- package/dist/toolbar/ToolbarButton.d.ts +32 -0
- package/dist/toolbar/ToolbarButton.js +9 -0
- package/dist/toolbar/ToolbarLink.cjs +6 -0
- package/dist/toolbar/ToolbarLink.d.cts +32 -0
- package/dist/toolbar/ToolbarLink.d.ts +32 -0
- package/dist/toolbar/ToolbarLink.js +6 -0
- package/dist/toolbar/ToolbarSeparator.cjs +5 -0
- package/dist/toolbar/ToolbarSeparator.d.cts +18 -0
- package/dist/toolbar/ToolbarSeparator.d.ts +18 -0
- package/dist/toolbar/ToolbarSeparator.js +5 -0
- package/dist/toolbar/ToolbarToggleGroup.cjs +5 -0
- package/dist/toolbar/ToolbarToggleGroup.d.cts +62 -0
- package/dist/toolbar/ToolbarToggleGroup.d.ts +62 -0
- package/dist/toolbar/ToolbarToggleGroup.js +5 -0
- package/dist/toolbar/ToolbarToggleItem.cjs +9 -0
- package/dist/toolbar/ToolbarToggleItem.d.cts +43 -0
- package/dist/toolbar/ToolbarToggleItem.d.ts +43 -0
- package/dist/toolbar/ToolbarToggleItem.js +9 -0
- package/dist/toolbar/index.cjs +1 -0
- package/dist/toolbar/index.d.cts +6 -0
- package/dist/toolbar/index.d.ts +6 -0
- package/dist/toolbar/index.js +1 -0
- package/dist/toolbar/toolbarItem.cjs +1 -0
- package/dist/toolbar/toolbarItem.d.cts +19 -0
- package/dist/toolbar/toolbarItem.d.ts +19 -0
- package/dist/toolbar/toolbarItem.js +1 -0
- package/dist/tooltip/Tooltip.cjs +5 -0
- package/dist/tooltip/Tooltip.d.cts +111 -0
- package/dist/tooltip/Tooltip.d.ts +111 -0
- package/dist/tooltip/Tooltip.js +5 -0
- package/dist/tooltip/TooltipArrow.cjs +1 -0
- package/dist/tooltip/TooltipArrow.d.cts +22 -0
- package/dist/tooltip/TooltipArrow.d.ts +22 -0
- package/dist/tooltip/TooltipArrow.js +1 -0
- package/dist/tooltip/TooltipContent.cjs +10 -0
- package/dist/tooltip/TooltipContent.d.cts +74 -0
- package/dist/tooltip/TooltipContent.d.ts +74 -0
- package/dist/tooltip/TooltipContent.js +10 -0
- package/dist/tooltip/TooltipPortal.cjs +1 -0
- package/dist/tooltip/TooltipPortal.d.cts +33 -0
- package/dist/tooltip/TooltipPortal.d.ts +33 -0
- package/dist/tooltip/TooltipPortal.js +1 -0
- package/dist/tooltip/TooltipTrigger.cjs +20 -0
- package/dist/tooltip/TooltipTrigger.d.cts +34 -0
- package/dist/tooltip/TooltipTrigger.d.ts +34 -0
- package/dist/tooltip/TooltipTrigger.js +20 -0
- package/dist/tooltip/index.cjs +1 -0
- package/dist/tooltip/index.d.cts +5 -0
- package/dist/tooltip/index.d.ts +5 -0
- package/dist/tooltip/index.js +1 -0
- package/dist/tour/Tour.cjs +5 -0
- package/dist/tour/Tour.d.cts +299 -0
- package/dist/tour/Tour.d.ts +299 -0
- package/dist/tour/Tour.js +5 -0
- package/dist/tour/TourArrow.cjs +1 -0
- package/dist/tour/TourArrow.d.cts +32 -0
- package/dist/tour/TourArrow.d.ts +32 -0
- package/dist/tour/TourArrow.js +1 -0
- package/dist/tour/TourBackdrop.cjs +5 -0
- package/dist/tour/TourBackdrop.d.cts +50 -0
- package/dist/tour/TourBackdrop.d.ts +50 -0
- package/dist/tour/TourBackdrop.js +5 -0
- package/dist/tour/TourCloseTrigger.cjs +14 -0
- package/dist/tour/TourCloseTrigger.d.cts +33 -0
- package/dist/tour/TourCloseTrigger.d.ts +33 -0
- package/dist/tour/TourCloseTrigger.js +14 -0
- package/dist/tour/TourContent.cjs +5 -0
- package/dist/tour/TourContent.d.cts +110 -0
- package/dist/tour/TourContent.d.ts +110 -0
- package/dist/tour/TourContent.js +5 -0
- package/dist/tour/TourDescription.cjs +5 -0
- package/dist/tour/TourDescription.d.cts +26 -0
- package/dist/tour/TourDescription.d.ts +26 -0
- package/dist/tour/TourDescription.js +5 -0
- package/dist/tour/TourNextTrigger.cjs +9 -0
- package/dist/tour/TourNextTrigger.d.cts +33 -0
- package/dist/tour/TourNextTrigger.d.ts +33 -0
- package/dist/tour/TourNextTrigger.js +9 -0
- package/dist/tour/TourPortal.cjs +1 -0
- package/dist/tour/TourPortal.d.cts +58 -0
- package/dist/tour/TourPortal.d.ts +58 -0
- package/dist/tour/TourPortal.js +1 -0
- package/dist/tour/TourPrevTrigger.cjs +15 -0
- package/dist/tour/TourPrevTrigger.d.cts +39 -0
- package/dist/tour/TourPrevTrigger.d.ts +39 -0
- package/dist/tour/TourPrevTrigger.js +15 -0
- package/dist/tour/TourProgressText.cjs +7 -0
- package/dist/tour/TourProgressText.d.cts +42 -0
- package/dist/tour/TourProgressText.d.ts +42 -0
- package/dist/tour/TourProgressText.js +7 -0
- package/dist/tour/TourSkipTrigger.cjs +9 -0
- package/dist/tour/TourSkipTrigger.d.cts +27 -0
- package/dist/tour/TourSkipTrigger.d.ts +27 -0
- package/dist/tour/TourSkipTrigger.js +9 -0
- package/dist/tour/TourSpotlight.cjs +5 -0
- package/dist/tour/TourSpotlight.d.cts +40 -0
- package/dist/tour/TourSpotlight.d.ts +40 -0
- package/dist/tour/TourSpotlight.js +5 -0
- package/dist/tour/TourTitle.cjs +5 -0
- package/dist/tour/TourTitle.d.cts +29 -0
- package/dist/tour/TourTitle.d.ts +29 -0
- package/dist/tour/TourTitle.js +5 -0
- package/dist/tour/TourTrigger.cjs +17 -0
- package/dist/tour/TourTrigger.d.cts +33 -0
- package/dist/tour/TourTrigger.d.ts +33 -0
- package/dist/tour/TourTrigger.js +17 -0
- package/dist/tour/index.cjs +1 -0
- package/dist/tour/index.d.cts +15 -0
- package/dist/tour/index.d.ts +15 -0
- package/dist/tour/index.js +1 -0
- package/dist/transfer/Transfer.cjs +5 -0
- package/dist/transfer/Transfer.d.cts +200 -0
- package/dist/transfer/Transfer.d.ts +200 -0
- package/dist/transfer/Transfer.js +5 -0
- package/dist/transfer/TransferControls.cjs +5 -0
- package/dist/transfer/TransferControls.d.cts +35 -0
- package/dist/transfer/TransferControls.d.ts +35 -0
- package/dist/transfer/TransferControls.js +5 -0
- package/dist/transfer/TransferEmpty.cjs +5 -0
- package/dist/transfer/TransferEmpty.d.cts +36 -0
- package/dist/transfer/TransferEmpty.d.ts +36 -0
- package/dist/transfer/TransferEmpty.js +5 -0
- package/dist/transfer/TransferItem.cjs +1 -0
- package/dist/transfer/TransferItem.d.cts +39 -0
- package/dist/transfer/TransferItem.d.ts +39 -0
- package/dist/transfer/TransferItem.js +1 -0
- package/dist/transfer/TransferList.cjs +1 -0
- package/dist/transfer/TransferList.d.cts +81 -0
- package/dist/transfer/TransferList.d.ts +81 -0
- package/dist/transfer/TransferList.js +1 -0
- package/dist/transfer/TransferListHeader.cjs +5 -0
- package/dist/transfer/TransferListHeader.d.cts +37 -0
- package/dist/transfer/TransferListHeader.d.ts +37 -0
- package/dist/transfer/TransferListHeader.js +5 -0
- package/dist/transfer/TransferListSearch.cjs +12 -0
- package/dist/transfer/TransferListSearch.d.cts +69 -0
- package/dist/transfer/TransferListSearch.d.ts +69 -0
- package/dist/transfer/TransferListSearch.js +12 -0
- package/dist/transfer/TransferMoveAllTrigger.cjs +1 -0
- package/dist/transfer/TransferMoveAllTrigger.d.cts +29 -0
- package/dist/transfer/TransferMoveAllTrigger.d.ts +29 -0
- package/dist/transfer/TransferMoveAllTrigger.js +1 -0
- package/dist/transfer/TransferMoveTrigger.cjs +1 -0
- package/dist/transfer/TransferMoveTrigger.d.cts +33 -0
- package/dist/transfer/TransferMoveTrigger.d.ts +33 -0
- package/dist/transfer/TransferMoveTrigger.js +1 -0
- package/dist/transfer/index.cjs +1 -0
- package/dist/transfer/index.d.cts +10 -0
- package/dist/transfer/index.d.ts +10 -0
- package/dist/transfer/index.js +1 -0
- package/dist/transfer/move-trigger.cjs +17 -0
- package/dist/transfer/move-trigger.d.cts +42 -0
- package/dist/transfer/move-trigger.d.ts +42 -0
- package/dist/transfer/move-trigger.js +17 -0
- package/dist/transfer/types.cjs +1 -0
- package/dist/transfer/types.d.cts +39 -0
- package/dist/transfer/types.d.ts +39 -0
- package/dist/transfer/types.js +0 -0
- package/dist/tree/Tree.cjs +5 -0
- package/dist/tree/Tree.d.cts +253 -0
- package/dist/tree/Tree.d.ts +253 -0
- package/dist/tree/Tree.js +5 -0
- package/dist/tree/TreeGroup.cjs +5 -0
- package/dist/tree/TreeGroup.d.cts +39 -0
- package/dist/tree/TreeGroup.d.ts +39 -0
- package/dist/tree/TreeGroup.js +5 -0
- package/dist/tree/TreeItem.cjs +5 -0
- package/dist/tree/TreeItem.d.cts +71 -0
- package/dist/tree/TreeItem.d.ts +71 -0
- package/dist/tree/TreeItem.js +5 -0
- package/dist/tree/TreeItemIndicator.cjs +5 -0
- package/dist/tree/TreeItemIndicator.d.cts +31 -0
- package/dist/tree/TreeItemIndicator.d.ts +31 -0
- package/dist/tree/TreeItemIndicator.js +5 -0
- package/dist/tree/index.cjs +1 -0
- package/dist/tree/index.d.cts +5 -0
- package/dist/tree/index.d.ts +5 -0
- package/dist/tree/index.js +1 -0
- package/dist/tree-select/TreeSelect.cjs +5 -0
- package/dist/tree-select/TreeSelect.d.cts +305 -0
- package/dist/tree-select/TreeSelect.d.ts +305 -0
- package/dist/tree-select/TreeSelect.js +5 -0
- package/dist/tree-select/TreeSelectContent.cjs +5 -0
- package/dist/tree-select/TreeSelectContent.d.cts +92 -0
- package/dist/tree-select/TreeSelectContent.d.ts +92 -0
- package/dist/tree-select/TreeSelectContent.js +5 -0
- package/dist/tree-select/TreeSelectEmpty.cjs +5 -0
- package/dist/tree-select/TreeSelectEmpty.d.cts +33 -0
- package/dist/tree-select/TreeSelectEmpty.d.ts +33 -0
- package/dist/tree-select/TreeSelectEmpty.js +5 -0
- package/dist/tree-select/TreeSelectInput.cjs +17 -0
- package/dist/tree-select/TreeSelectInput.d.cts +69 -0
- package/dist/tree-select/TreeSelectInput.d.ts +69 -0
- package/dist/tree-select/TreeSelectInput.js +17 -0
- package/dist/tree-select/TreeSelectItem.cjs +1 -0
- package/dist/tree-select/TreeSelectItem.d.cts +73 -0
- package/dist/tree-select/TreeSelectItem.d.ts +73 -0
- package/dist/tree-select/TreeSelectItem.js +1 -0
- package/dist/tree-select/TreeSelectItemIndicator.cjs +5 -0
- package/dist/tree-select/TreeSelectItemIndicator.d.cts +48 -0
- package/dist/tree-select/TreeSelectItemIndicator.d.ts +48 -0
- package/dist/tree-select/TreeSelectItemIndicator.js +5 -0
- package/dist/tree-select/TreeSelectPortal.cjs +1 -0
- package/dist/tree-select/TreeSelectPortal.d.cts +49 -0
- package/dist/tree-select/TreeSelectPortal.d.ts +49 -0
- package/dist/tree-select/TreeSelectPortal.js +1 -0
- package/dist/tree-select/TreeSelectTree.cjs +11 -0
- package/dist/tree-select/TreeSelectTree.d.cts +52 -0
- package/dist/tree-select/TreeSelectTree.d.ts +52 -0
- package/dist/tree-select/TreeSelectTree.js +11 -0
- package/dist/tree-select/TreeSelectTrigger.cjs +17 -0
- package/dist/tree-select/TreeSelectTrigger.d.cts +98 -0
- package/dist/tree-select/TreeSelectTrigger.d.ts +98 -0
- package/dist/tree-select/TreeSelectTrigger.js +17 -0
- package/dist/tree-select/TreeSelectValue.cjs +9 -0
- package/dist/tree-select/TreeSelectValue.d.cts +49 -0
- package/dist/tree-select/TreeSelectValue.d.ts +49 -0
- package/dist/tree-select/TreeSelectValue.js +9 -0
- package/dist/tree-select/collection.cjs +1 -0
- package/dist/tree-select/collection.d.cts +91 -0
- package/dist/tree-select/collection.d.ts +91 -0
- package/dist/tree-select/collection.js +1 -0
- package/dist/tree-select/index.cjs +1 -0
- package/dist/tree-select/index.d.cts +11 -0
- package/dist/tree-select/index.d.ts +11 -0
- package/dist/tree-select/index.js +1 -0
- package/dist/tree-select/types.cjs +1 -0
- package/dist/tree-select/types.d.cts +53 -0
- package/dist/tree-select/types.d.ts +53 -0
- package/dist/tree-select/types.js +0 -0
- package/dist/utils/live-announcer.cjs +1 -0
- package/dist/utils/live-announcer.d.cts +36 -0
- package/dist/utils/live-announcer.d.ts +36 -0
- package/dist/utils/live-announcer.js +1 -0
- package/dist/utils/portal.cjs +5 -0
- package/dist/utils/portal.d.cts +58 -0
- package/dist/utils/portal.d.ts +58 -0
- package/dist/utils/portal.js +5 -0
- package/dist/utils/visually-hidden.cjs +8 -0
- package/dist/utils/visually-hidden.d.cts +30 -0
- package/dist/utils/visually-hidden.d.ts +30 -0
- package/dist/utils/visually-hidden.js +8 -0
- package/package.json +940 -0
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pointer-drag-to-angle, for any element whose input is a *direction* rather
|
|
3
|
+
* than a distance — an angle slider, a hue wheel, a gradient-angle picker, a
|
|
4
|
+
* compass. Mirrors `packages/react/src/utils/usePointerAngle.ts`, shaped like
|
|
5
|
+
* the other helpers in this directory: a plain function over an element that
|
|
6
|
+
* returns a disposer, not a transliterated hook.
|
|
7
|
+
*
|
|
8
|
+
* **Convention: 0° is at 12 o'clock and the angle increases clockwise**, so
|
|
9
|
+
* 90° is 3 o'clock, 180° is 6 o'clock and 270° is 9 o'clock. Values are always
|
|
10
|
+
* in `[0, 360)`; 360 is never emitted.
|
|
11
|
+
*
|
|
12
|
+
* It knows nothing about what the angle *means*: no value range, no ARIA, no
|
|
13
|
+
* `disabled`/`read-only` policy beyond the `enabled` gate the caller supplies.
|
|
14
|
+
* That is what lets one helper serve both `<skdx-angle-slider>` (0–359 degrees)
|
|
15
|
+
* and a hue wheel (0–359 hue) without either leaking into the other.
|
|
16
|
+
*
|
|
17
|
+
* @internal
|
|
18
|
+
*/
|
|
19
|
+
/**
|
|
20
|
+
* Options for {@link trackPointerAngle}. Every callback is read at call time
|
|
21
|
+
* rather than captured at subscribe time, so an element that rebinds a handler
|
|
22
|
+
* (or changes its `step`) mid-drag is honoured by the drag already in flight.
|
|
23
|
+
*
|
|
24
|
+
* @internal
|
|
25
|
+
*/
|
|
26
|
+
export interface PointerAngleOptions {
|
|
27
|
+
/**
|
|
28
|
+
* Snap increment in degrees, or a getter for one. Angles are rounded to the
|
|
29
|
+
* nearest multiple before any callback sees them, and a drag that stays
|
|
30
|
+
* within one increment emits nothing — which is what keeps a per-pixel
|
|
31
|
+
* `pointermove` from becoming a per-pixel render. Pass a getter when the
|
|
32
|
+
* increment is derived from live state (`<skdx-angle-slider>` passes
|
|
33
|
+
* `() => restrictToMarks ? 0 : step`).
|
|
34
|
+
* @default 0 — continuous; every pixel of movement reports a fresh angle.
|
|
35
|
+
*/
|
|
36
|
+
step?: number | (() => number);
|
|
37
|
+
/**
|
|
38
|
+
* Consulted on `pointerdown`; returning `false` ignores the gesture
|
|
39
|
+
* entirely — no capture, no callbacks, no drag. This is where a
|
|
40
|
+
* `disabled`/`read-only` policy lives, since a custom element cannot simply
|
|
41
|
+
* decline to wire up its own listener the way a React component can.
|
|
42
|
+
* @default undefined — every gesture starts a drag.
|
|
43
|
+
*/
|
|
44
|
+
enabled?: () => boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Fires with the angle in `[0, 360)` on pointer down and on every subsequent
|
|
47
|
+
* move that changes it, plus the native event that produced it.
|
|
48
|
+
*/
|
|
49
|
+
onAngleChange: (angle: number, event: PointerEvent) => void;
|
|
50
|
+
/**
|
|
51
|
+
* Fires once with the final angle when the drag ends — `pointerup` or
|
|
52
|
+
* `pointercancel`. This is the hook that lets a consumer avoid one network
|
|
53
|
+
* call per frame; `onAngleChange` is the per-frame signal.
|
|
54
|
+
* @default undefined — no-op if omitted.
|
|
55
|
+
*/
|
|
56
|
+
onAngleChangeEnd?: (angle: number, event: PointerEvent) => void;
|
|
57
|
+
/**
|
|
58
|
+
* Fires with `true` when a drag starts and `false` when it ends, for a
|
|
59
|
+
* `data-dragging` styling hook. Called twice per drag, never per move.
|
|
60
|
+
* @default undefined — no-op if omitted.
|
|
61
|
+
*/
|
|
62
|
+
onDraggingChange?: (dragging: boolean) => void;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Turns pointer gestures on `element` into normalized angles. `element`'s
|
|
66
|
+
* border box is the measurement source: its centre is the pivot, and it is
|
|
67
|
+
* re-measured on every move, so a page that scrolls or resizes mid-drag stays
|
|
68
|
+
* correct.
|
|
69
|
+
*
|
|
70
|
+
* It takes pointer capture on the element so a drag survives leaving it, and
|
|
71
|
+
* tracks the drag through document-level listeners so it survives leaving the
|
|
72
|
+
* *window* too. Those listeners are removed on pointer up, on `pointercancel`
|
|
73
|
+
* (which also fires `onAngleChangeEnd`, so a drag interrupted by a system
|
|
74
|
+
* gesture still commits rather than hanging), and by the returned disposer —
|
|
75
|
+
* where nothing is fired, because a disconnected element has no value to
|
|
76
|
+
* commit to.
|
|
77
|
+
*
|
|
78
|
+
* A second pointer landing while a drag is in flight is ignored: the first one
|
|
79
|
+
* owns the drag until it ends, so its listeners can never be stranded.
|
|
80
|
+
*
|
|
81
|
+
* @returns A disposer that unsubscribes the `pointerdown` listener and any
|
|
82
|
+
* in-flight drag. Call it from `disconnectedCallback`.
|
|
83
|
+
*
|
|
84
|
+
* @example
|
|
85
|
+
* ```ts
|
|
86
|
+
* override connectedCallback(): void {
|
|
87
|
+
* super.connectedCallback();
|
|
88
|
+
* this.disposePointer = trackPointerAngle(this, {
|
|
89
|
+
* step: () => this.step,
|
|
90
|
+
* enabled: () => !this.disabled,
|
|
91
|
+
* onAngleChange: (angle) => this.commit(angle),
|
|
92
|
+
* onAngleChangeEnd: () => this.dispatchEvent(new CustomEvent('value-commit', { detail: this.value })),
|
|
93
|
+
* onDraggingChange: (dragging) => { this.dragging = dragging; },
|
|
94
|
+
* });
|
|
95
|
+
* }
|
|
96
|
+
*
|
|
97
|
+
* override disconnectedCallback(): void {
|
|
98
|
+
* this.disposePointer?.();
|
|
99
|
+
* super.disconnectedCallback();
|
|
100
|
+
* }
|
|
101
|
+
* ```
|
|
102
|
+
*
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
105
|
+
export declare function trackPointerAngle(element: HTMLElement, options: PointerAngleOptions): () => void;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pointer-drag-to-angle, for any element whose input is a *direction* rather
|
|
3
|
+
* than a distance — an angle slider, a hue wheel, a gradient-angle picker, a
|
|
4
|
+
* compass. Mirrors `packages/react/src/utils/usePointerAngle.ts`, shaped like
|
|
5
|
+
* the other helpers in this directory: a plain function over an element that
|
|
6
|
+
* returns a disposer, not a transliterated hook.
|
|
7
|
+
*
|
|
8
|
+
* **Convention: 0° is at 12 o'clock and the angle increases clockwise**, so
|
|
9
|
+
* 90° is 3 o'clock, 180° is 6 o'clock and 270° is 9 o'clock. Values are always
|
|
10
|
+
* in `[0, 360)`; 360 is never emitted.
|
|
11
|
+
*
|
|
12
|
+
* It knows nothing about what the angle *means*: no value range, no ARIA, no
|
|
13
|
+
* `disabled`/`read-only` policy beyond the `enabled` gate the caller supplies.
|
|
14
|
+
* That is what lets one helper serve both `<skdx-angle-slider>` (0–359 degrees)
|
|
15
|
+
* and a hue wheel (0–359 hue) without either leaking into the other.
|
|
16
|
+
*
|
|
17
|
+
* @internal
|
|
18
|
+
*/
|
|
19
|
+
/**
|
|
20
|
+
* Options for {@link trackPointerAngle}. Every callback is read at call time
|
|
21
|
+
* rather than captured at subscribe time, so an element that rebinds a handler
|
|
22
|
+
* (or changes its `step`) mid-drag is honoured by the drag already in flight.
|
|
23
|
+
*
|
|
24
|
+
* @internal
|
|
25
|
+
*/
|
|
26
|
+
export interface PointerAngleOptions {
|
|
27
|
+
/**
|
|
28
|
+
* Snap increment in degrees, or a getter for one. Angles are rounded to the
|
|
29
|
+
* nearest multiple before any callback sees them, and a drag that stays
|
|
30
|
+
* within one increment emits nothing — which is what keeps a per-pixel
|
|
31
|
+
* `pointermove` from becoming a per-pixel render. Pass a getter when the
|
|
32
|
+
* increment is derived from live state (`<skdx-angle-slider>` passes
|
|
33
|
+
* `() => restrictToMarks ? 0 : step`).
|
|
34
|
+
* @default 0 — continuous; every pixel of movement reports a fresh angle.
|
|
35
|
+
*/
|
|
36
|
+
step?: number | (() => number);
|
|
37
|
+
/**
|
|
38
|
+
* Consulted on `pointerdown`; returning `false` ignores the gesture
|
|
39
|
+
* entirely — no capture, no callbacks, no drag. This is where a
|
|
40
|
+
* `disabled`/`read-only` policy lives, since a custom element cannot simply
|
|
41
|
+
* decline to wire up its own listener the way a React component can.
|
|
42
|
+
* @default undefined — every gesture starts a drag.
|
|
43
|
+
*/
|
|
44
|
+
enabled?: () => boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Fires with the angle in `[0, 360)` on pointer down and on every subsequent
|
|
47
|
+
* move that changes it, plus the native event that produced it.
|
|
48
|
+
*/
|
|
49
|
+
onAngleChange: (angle: number, event: PointerEvent) => void;
|
|
50
|
+
/**
|
|
51
|
+
* Fires once with the final angle when the drag ends — `pointerup` or
|
|
52
|
+
* `pointercancel`. This is the hook that lets a consumer avoid one network
|
|
53
|
+
* call per frame; `onAngleChange` is the per-frame signal.
|
|
54
|
+
* @default undefined — no-op if omitted.
|
|
55
|
+
*/
|
|
56
|
+
onAngleChangeEnd?: (angle: number, event: PointerEvent) => void;
|
|
57
|
+
/**
|
|
58
|
+
* Fires with `true` when a drag starts and `false` when it ends, for a
|
|
59
|
+
* `data-dragging` styling hook. Called twice per drag, never per move.
|
|
60
|
+
* @default undefined — no-op if omitted.
|
|
61
|
+
*/
|
|
62
|
+
onDraggingChange?: (dragging: boolean) => void;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Turns pointer gestures on `element` into normalized angles. `element`'s
|
|
66
|
+
* border box is the measurement source: its centre is the pivot, and it is
|
|
67
|
+
* re-measured on every move, so a page that scrolls or resizes mid-drag stays
|
|
68
|
+
* correct.
|
|
69
|
+
*
|
|
70
|
+
* It takes pointer capture on the element so a drag survives leaving it, and
|
|
71
|
+
* tracks the drag through document-level listeners so it survives leaving the
|
|
72
|
+
* *window* too. Those listeners are removed on pointer up, on `pointercancel`
|
|
73
|
+
* (which also fires `onAngleChangeEnd`, so a drag interrupted by a system
|
|
74
|
+
* gesture still commits rather than hanging), and by the returned disposer —
|
|
75
|
+
* where nothing is fired, because a disconnected element has no value to
|
|
76
|
+
* commit to.
|
|
77
|
+
*
|
|
78
|
+
* A second pointer landing while a drag is in flight is ignored: the first one
|
|
79
|
+
* owns the drag until it ends, so its listeners can never be stranded.
|
|
80
|
+
*
|
|
81
|
+
* @returns A disposer that unsubscribes the `pointerdown` listener and any
|
|
82
|
+
* in-flight drag. Call it from `disconnectedCallback`.
|
|
83
|
+
*
|
|
84
|
+
* @example
|
|
85
|
+
* ```ts
|
|
86
|
+
* override connectedCallback(): void {
|
|
87
|
+
* super.connectedCallback();
|
|
88
|
+
* this.disposePointer = trackPointerAngle(this, {
|
|
89
|
+
* step: () => this.step,
|
|
90
|
+
* enabled: () => !this.disabled,
|
|
91
|
+
* onAngleChange: (angle) => this.commit(angle),
|
|
92
|
+
* onAngleChangeEnd: () => this.dispatchEvent(new CustomEvent('value-commit', { detail: this.value })),
|
|
93
|
+
* onDraggingChange: (dragging) => { this.dragging = dragging; },
|
|
94
|
+
* });
|
|
95
|
+
* }
|
|
96
|
+
*
|
|
97
|
+
* override disconnectedCallback(): void {
|
|
98
|
+
* this.disposePointer?.();
|
|
99
|
+
* super.disconnectedCallback();
|
|
100
|
+
* }
|
|
101
|
+
* ```
|
|
102
|
+
*
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
105
|
+
export declare function trackPointerAngle(element: HTMLElement, options: PointerAngleOptions): () => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function b(e,n){return(Math.atan2(e,-n)*180/Math.PI+360)%360}function s(e,n){return n?Math.round(Math.round(e/n)*n*1e6)/1e6%360:e}function h(e,n){let g=null,c=r=>{let t=e.getBoundingClientRect(),o=r.clientX-(t.left+t.width/2),d=r.clientY-(t.top+t.height/2),i=typeof n.step=="function"?n.step():n.step??0;return s(b(o,d),i)},v=r=>{if(g||n.enabled&&!n.enabled())return;let{pointerId:t}=r;e.setPointerCapture?.(t);let o=c(r);n.onDraggingChange?.(!0),n.onAngleChange(o,r);let d=u=>{if(u.pointerId!==t)return;let l=c(u);l!==o&&(o=l,n.onAngleChange(l,u))},i=u=>{u.pointerId===t&&(g?.(),n.onDraggingChange?.(!1),n.onAngleChangeEnd?.(o,u))},a=e.ownerDocument;a.addEventListener("pointermove",d),a.addEventListener("pointerup",i),a.addEventListener("pointercancel",i),g=()=>{a.removeEventListener("pointermove",d),a.removeEventListener("pointerup",i),a.removeEventListener("pointercancel",i),g=null}};return e.addEventListener("pointerdown",v),()=>{e.removeEventListener("pointerdown",v),g?.()}}export{h as trackPointerAngle};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var x=Object.defineProperty;var E=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var M=Object.prototype.hasOwnProperty;var L=(t,e)=>{for(var r in e)x(t,r,{get:e[r],enumerable:!0})},T=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of H(e))!M.call(t,o)&&o!==r&&x(t,o,{get:()=>e[o],enumerable:!(n=E(e,o))||n.enumerable});return t};var I=t=>T(x({},"__esModule",{value:!0}),t);var C={};L(C,{optOutBoolean:()=>W,positionFloating:()=>j,setMeasurementProperties:()=>$});module.exports=I(C);var i=require("@floating-ui/dom"),p=require("./direction.cjs"),W={fromAttribute:t=>t!=="false"};function k(t,e){return e==="center"?t:`${t}-${e}`}var D={start:"0%",center:"50%",end:"100%"};function $(t,e,r){let{availableWidth:n,availableHeight:o,triggerWidth:g,side:l,align:m}=r,s=D[m],a=l==="top"||l==="bottom"?`${s} ${l==="top"?"100%":"0%"}`:`${l==="left"?"100%":"0%"} ${s}`;t.style.setProperty(`--skdx-${e}-available-width`,`${n}px`),t.style.setProperty(`--skdx-${e}-available-height`,`${o}px`),t.style.setProperty(`--skdx-${e}-trigger-width`,`${g}px`),t.style.setProperty(`--skdx-${e}-transform-origin`,a)}var R={top:"bottom",right:"left",bottom:"top",left:"right"};function B(t,e,r){let n=R[r];Object.assign(t.style,{position:"absolute",left:e?.x!=null?`${e.x}px`:"",top:e?.y!=null?`${e.y}px`:"",right:"",bottom:"",transform:n==="top"||n==="bottom"?`translateY(${n==="top"?"-100%":"100%"})`:`translateX(${n==="left"?"-100%":"100%"})`,[n]:"0"})}function j(t,e,r={}){let{side:n="bottom",align:o="center",sideOffset:g=0,alignOffset:l=0,avoidCollisions:m=!0,collisionPadding:s=8,collisionBoundary:a,component:S,arrow:A,direction:v}=r,u=a?{boundary:a}:{};return(0,i.autoUpdate)(t,e,()=>{let d=A?.()??null,O=(0,p.resolvePhysicalSide)(n,(0,p.resolveDirection)(t,v));(0,i.computePosition)(t,e,{strategy:"fixed",placement:k(O,o),middleware:[(0,i.offset)({mainAxis:g,alignmentAxis:l}),...m?[(0,i.flip)({padding:s,...u}),(0,i.shift)({padding:s,limiter:(0,i.limitShift)(),...u})]:[],(0,i.size)({padding:s,...u,apply({availableWidth:y,availableHeight:b,elements:P,rects:h,placement:c}){if(!S)return;let[f,w="center"]=c.split("-");$(P.floating,S,{availableWidth:y,availableHeight:b,triggerWidth:h.reference.width,side:f,align:w})}}),...d?[(0,i.arrow)({element:d})]:[]]}).then(({x:y,y:b,placement:P,middlewareData:h})=>{Object.assign(e.style,{position:"fixed",left:`${y}px`,top:`${b}px`});let[c,f="center"]=P.split("-");e.setAttribute("data-side",c),e.setAttribute("data-align",f),d&&B(d,h.arrow,c)})})}0&&(module.exports={optOutBoolean,positionFloating,setMeasurementProperties});
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { type Direction, type PhysicalSide } from './direction.cjs';
|
|
2
|
+
/**
|
|
3
|
+
* @internal Edge of the anchor the floating element is placed against.
|
|
4
|
+
* `start`/`end` are *logical*: they resolve to `left`/`right` under
|
|
5
|
+
* `dir="ltr"` and swap under `dir="rtl"`, so a panel authored as `side="end"`
|
|
6
|
+
* mirrors itself. `left`/`right` are physical and never mirror. `data-side`
|
|
7
|
+
* keeps reporting a physical side — floating-ui's resolved, post-flip
|
|
8
|
+
* placement, exactly as before.
|
|
9
|
+
*/
|
|
10
|
+
export type Side = PhysicalSide | 'start' | 'end';
|
|
11
|
+
/** @internal Alignment of the floating element along the chosen {@link Side}. */
|
|
12
|
+
export type Align = 'start' | 'center' | 'end';
|
|
13
|
+
/** @internal Side/align options mirroring the React popper util's public API. */
|
|
14
|
+
export interface PositionOptions {
|
|
15
|
+
side?: Side;
|
|
16
|
+
align?: Align;
|
|
17
|
+
sideOffset?: number;
|
|
18
|
+
alignOffset?: number;
|
|
19
|
+
avoidCollisions?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Minimum distance in pixels kept from the collision boundary. A number
|
|
22
|
+
* applies to every side; an object sets only the sides it names, the rest
|
|
23
|
+
* falling back to `0`.
|
|
24
|
+
*/
|
|
25
|
+
collisionPadding?: number | Partial<Record<PhysicalSide, number>>;
|
|
26
|
+
/**
|
|
27
|
+
* Element (or elements) collisions are measured against, instead of the
|
|
28
|
+
* floating element's clipping ancestors. Use it to keep an overlay inside a
|
|
29
|
+
* scroll container or one pane of a split layout rather than the whole
|
|
30
|
+
* viewport.
|
|
31
|
+
* @default undefined — the floating element's clipping ancestors.
|
|
32
|
+
*/
|
|
33
|
+
collisionBoundary?: Element | Element[] | null;
|
|
34
|
+
/**
|
|
35
|
+
* Kebab-case component name the measurement CSS custom properties are
|
|
36
|
+
* namespaced under — `"popover"` yields `--skdx-popover-available-width` and
|
|
37
|
+
* friends. The namespace belongs to the component, not to its consumer, so
|
|
38
|
+
* each Content part passes its own slug.
|
|
39
|
+
* @internal
|
|
40
|
+
* @default undefined — an internal popper with no documented namespace writes no measurement properties at all.
|
|
41
|
+
*/
|
|
42
|
+
component?: string;
|
|
43
|
+
/** Writing direction override; omit to resolve from the nearest `[dir]` ancestor of the anchor. */
|
|
44
|
+
direction?: Direction;
|
|
45
|
+
/**
|
|
46
|
+
* Resolves the `<skdx-*-arrow>` element inside `floating`, if one is
|
|
47
|
+
* rendered. Called on every reposition rather than captured once, so an
|
|
48
|
+
* arrow added after the overlay opened is picked up on the next update.
|
|
49
|
+
*/
|
|
50
|
+
arrow?: () => HTMLElement | null | undefined;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Boolean attribute converter for positioning props that default to `true`
|
|
54
|
+
* (`avoid-collisions`). Lit's stock `Boolean` converter reads attribute
|
|
55
|
+
* *presence*, so `avoid-collisions="false"` would come back `true` and the
|
|
56
|
+
* prop could never be switched off from HTML at all — unlike React, where
|
|
57
|
+
* `avoidCollisions={false}` is the documented way to opt out. Here the value
|
|
58
|
+
* wins: only the literal string `"false"` is false.
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
61
|
+
export declare const optOutBoolean: {
|
|
62
|
+
fromAttribute: (value: string | null) => boolean;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* Writes the four measurement custom properties onto the floating element
|
|
66
|
+
* after each reposition, so a consumer can size the panel from CSS alone
|
|
67
|
+
* (`max-height: var(--skdx-select-available-height)`) instead of measuring in
|
|
68
|
+
* JavaScript. Mirrored by `PopperContent`/`usePopperPosition` in the other
|
|
69
|
+
* four packages and asserted by `assertPopperMeasurementProperties`.
|
|
70
|
+
*
|
|
71
|
+
* The transform origin is derived from the *resolved* side and alignment, so
|
|
72
|
+
* a panel that flipped grows from the edge it actually landed on.
|
|
73
|
+
*
|
|
74
|
+
* ponytail: origin is edge-and-alignment accurate but not arrow-accurate —
|
|
75
|
+
* a panel with a shifted arrow scales from the aligned edge rather than from
|
|
76
|
+
* the arrow's tip. Feed the arrow middleware's offset in here if that ever
|
|
77
|
+
* shows.
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
80
|
+
export declare function setMeasurementProperties(floating: HTMLElement, component: string, measurements: {
|
|
81
|
+
availableWidth: number;
|
|
82
|
+
availableHeight: number;
|
|
83
|
+
triggerWidth: number;
|
|
84
|
+
side: PhysicalSide;
|
|
85
|
+
align: Align;
|
|
86
|
+
}): void;
|
|
87
|
+
/**
|
|
88
|
+
* Positions `floating` relative to `anchor` using floating-ui, re-running on
|
|
89
|
+
* scroll/resize while active. Reflects floating-ui's *resolved* (post-flip,
|
|
90
|
+
* post-shift) placement onto `floating` as `data-side`/`data-align`, and
|
|
91
|
+
* positions an optional arrow element from the same resolved placement —
|
|
92
|
+
* the same contract as React's `PopperContent`/`PopperArrow`. Given a
|
|
93
|
+
* `component` namespace it also writes the four measurement custom
|
|
94
|
+
* properties (see {@link setMeasurementProperties}) onto `floating` after
|
|
95
|
+
* each reposition. Returns a cleanup function to call on close.
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
98
|
+
export declare function positionFloating(anchor: HTMLElement, floating: HTMLElement, options?: PositionOptions): () => void;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { type Direction, type PhysicalSide } from './direction.js';
|
|
2
|
+
/**
|
|
3
|
+
* @internal Edge of the anchor the floating element is placed against.
|
|
4
|
+
* `start`/`end` are *logical*: they resolve to `left`/`right` under
|
|
5
|
+
* `dir="ltr"` and swap under `dir="rtl"`, so a panel authored as `side="end"`
|
|
6
|
+
* mirrors itself. `left`/`right` are physical and never mirror. `data-side`
|
|
7
|
+
* keeps reporting a physical side — floating-ui's resolved, post-flip
|
|
8
|
+
* placement, exactly as before.
|
|
9
|
+
*/
|
|
10
|
+
export type Side = PhysicalSide | 'start' | 'end';
|
|
11
|
+
/** @internal Alignment of the floating element along the chosen {@link Side}. */
|
|
12
|
+
export type Align = 'start' | 'center' | 'end';
|
|
13
|
+
/** @internal Side/align options mirroring the React popper util's public API. */
|
|
14
|
+
export interface PositionOptions {
|
|
15
|
+
side?: Side;
|
|
16
|
+
align?: Align;
|
|
17
|
+
sideOffset?: number;
|
|
18
|
+
alignOffset?: number;
|
|
19
|
+
avoidCollisions?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Minimum distance in pixels kept from the collision boundary. A number
|
|
22
|
+
* applies to every side; an object sets only the sides it names, the rest
|
|
23
|
+
* falling back to `0`.
|
|
24
|
+
*/
|
|
25
|
+
collisionPadding?: number | Partial<Record<PhysicalSide, number>>;
|
|
26
|
+
/**
|
|
27
|
+
* Element (or elements) collisions are measured against, instead of the
|
|
28
|
+
* floating element's clipping ancestors. Use it to keep an overlay inside a
|
|
29
|
+
* scroll container or one pane of a split layout rather than the whole
|
|
30
|
+
* viewport.
|
|
31
|
+
* @default undefined — the floating element's clipping ancestors.
|
|
32
|
+
*/
|
|
33
|
+
collisionBoundary?: Element | Element[] | null;
|
|
34
|
+
/**
|
|
35
|
+
* Kebab-case component name the measurement CSS custom properties are
|
|
36
|
+
* namespaced under — `"popover"` yields `--skdx-popover-available-width` and
|
|
37
|
+
* friends. The namespace belongs to the component, not to its consumer, so
|
|
38
|
+
* each Content part passes its own slug.
|
|
39
|
+
* @internal
|
|
40
|
+
* @default undefined — an internal popper with no documented namespace writes no measurement properties at all.
|
|
41
|
+
*/
|
|
42
|
+
component?: string;
|
|
43
|
+
/** Writing direction override; omit to resolve from the nearest `[dir]` ancestor of the anchor. */
|
|
44
|
+
direction?: Direction;
|
|
45
|
+
/**
|
|
46
|
+
* Resolves the `<skdx-*-arrow>` element inside `floating`, if one is
|
|
47
|
+
* rendered. Called on every reposition rather than captured once, so an
|
|
48
|
+
* arrow added after the overlay opened is picked up on the next update.
|
|
49
|
+
*/
|
|
50
|
+
arrow?: () => HTMLElement | null | undefined;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Boolean attribute converter for positioning props that default to `true`
|
|
54
|
+
* (`avoid-collisions`). Lit's stock `Boolean` converter reads attribute
|
|
55
|
+
* *presence*, so `avoid-collisions="false"` would come back `true` and the
|
|
56
|
+
* prop could never be switched off from HTML at all — unlike React, where
|
|
57
|
+
* `avoidCollisions={false}` is the documented way to opt out. Here the value
|
|
58
|
+
* wins: only the literal string `"false"` is false.
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
61
|
+
export declare const optOutBoolean: {
|
|
62
|
+
fromAttribute: (value: string | null) => boolean;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* Writes the four measurement custom properties onto the floating element
|
|
66
|
+
* after each reposition, so a consumer can size the panel from CSS alone
|
|
67
|
+
* (`max-height: var(--skdx-select-available-height)`) instead of measuring in
|
|
68
|
+
* JavaScript. Mirrored by `PopperContent`/`usePopperPosition` in the other
|
|
69
|
+
* four packages and asserted by `assertPopperMeasurementProperties`.
|
|
70
|
+
*
|
|
71
|
+
* The transform origin is derived from the *resolved* side and alignment, so
|
|
72
|
+
* a panel that flipped grows from the edge it actually landed on.
|
|
73
|
+
*
|
|
74
|
+
* ponytail: origin is edge-and-alignment accurate but not arrow-accurate —
|
|
75
|
+
* a panel with a shifted arrow scales from the aligned edge rather than from
|
|
76
|
+
* the arrow's tip. Feed the arrow middleware's offset in here if that ever
|
|
77
|
+
* shows.
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
80
|
+
export declare function setMeasurementProperties(floating: HTMLElement, component: string, measurements: {
|
|
81
|
+
availableWidth: number;
|
|
82
|
+
availableHeight: number;
|
|
83
|
+
triggerWidth: number;
|
|
84
|
+
side: PhysicalSide;
|
|
85
|
+
align: Align;
|
|
86
|
+
}): void;
|
|
87
|
+
/**
|
|
88
|
+
* Positions `floating` relative to `anchor` using floating-ui, re-running on
|
|
89
|
+
* scroll/resize while active. Reflects floating-ui's *resolved* (post-flip,
|
|
90
|
+
* post-shift) placement onto `floating` as `data-side`/`data-align`, and
|
|
91
|
+
* positions an optional arrow element from the same resolved placement —
|
|
92
|
+
* the same contract as React's `PopperContent`/`PopperArrow`. Given a
|
|
93
|
+
* `component` namespace it also writes the four measurement custom
|
|
94
|
+
* properties (see {@link setMeasurementProperties}) onto `floating` after
|
|
95
|
+
* each reposition. Returns a cleanup function to call on close.
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
98
|
+
export declare function positionFloating(anchor: HTMLElement, floating: HTMLElement, options?: PositionOptions): () => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{arrow as A,autoUpdate as v,computePosition as O,flip as w,limitShift as E,offset as H,shift as M,size as L}from"@floating-ui/dom";import{resolveDirection as T,resolvePhysicalSide as I}from"./direction.js";var N={fromAttribute:t=>t!=="false"};function W(t,e){return e==="center"?t:`${t}-${e}`}var k={start:"0%",center:"50%",end:"100%"};function D(t,e,o){let{availableWidth:i,availableHeight:d,triggerWidth:c,side:n,align:p}=o,r=k[p],l=n==="top"||n==="bottom"?`${r} ${n==="top"?"100%":"0%"}`:`${n==="left"?"100%":"0%"} ${r}`;t.style.setProperty(`--skdx-${e}-available-width`,`${i}px`),t.style.setProperty(`--skdx-${e}-available-height`,`${d}px`),t.style.setProperty(`--skdx-${e}-trigger-width`,`${c}px`),t.style.setProperty(`--skdx-${e}-transform-origin`,l)}var R={top:"bottom",right:"left",bottom:"top",left:"right"};function B(t,e,o){let i=R[o];Object.assign(t.style,{position:"absolute",left:e?.x!=null?`${e.x}px`:"",top:e?.y!=null?`${e.y}px`:"",right:"",bottom:"",transform:i==="top"||i==="bottom"?`translateY(${i==="top"?"-100%":"100%"})`:`translateX(${i==="left"?"-100%":"100%"})`,[i]:"0"})}function _(t,e,o={}){let{side:i="bottom",align:d="center",sideOffset:c=0,alignOffset:n=0,avoidCollisions:p=!0,collisionPadding:r=8,collisionBoundary:l,component:h,arrow:f,direction:x}=o,g=l?{boundary:l}:{};return v(t,e,()=>{let s=f?.()??null,S=I(i,T(t,x));O(t,e,{strategy:"fixed",placement:W(S,d),middleware:[H({mainAxis:c,alignmentAxis:n}),...p?[w({padding:r,...g}),M({padding:r,limiter:E(),...g})]:[],L({padding:r,...g,apply({availableWidth:m,availableHeight:u,elements:y,rects:b,placement:a}){if(!h)return;let[P,$="center"]=a.split("-");D(y.floating,h,{availableWidth:m,availableHeight:u,triggerWidth:b.reference.width,side:P,align:$})}}),...s?[A({element:s})]:[]]}).then(({x:m,y:u,placement:y,middlewareData:b})=>{Object.assign(e.style,{position:"fixed",left:`${m}px`,top:`${u}px`});let[a,P="center"]=y.split("-");e.setAttribute("data-side",a),e.setAttribute("data-align",P),s&&B(s,b.arrow,a)})})}export{N as optOutBoolean,_ as positionFloating,D as setMeasurementProperties};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";var f=Object.defineProperty;var T=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var E=Object.prototype.hasOwnProperty;var $=(e,a)=>{for(var r in a)f(e,r,{get:a[r],enumerable:!0})},k=(e,a,r,l)=>{if(a&&typeof a=="object"||typeof a=="function")for(let t of h(a))!E.call(e,t)&&t!==r&&f(e,t,{get:()=>a[t],enumerable:!(l=T(a,t))||l.enumerable});return e};var x=e=>k(f({},"__esModule",{value:!0}),e);var H={};$(H,{renderSegmentedField:()=>M});module.exports=x(H);var i=require("lit"),d=require("./date-segments.cjs"),s=require("./direction.cjs"),b=require("./part.cjs"),A="Empty",L={year:"year",month:"month",day:"day",hour:"hour",minute:"minute",second:"second",dayPeriod:"AM/PM"};function v(e){return e?Array.from(e.querySelectorAll('[role="spinbutton"][data-segment]')):[]}function o(e,a,r){let l=v(e.parentElement),t=l[l.indexOf(e)+a];t&&(r.current=0,t.focus())}function m(e,a,r,l){if(a.readOnly)return;let t={...a.values,[r]:l};(r==="month"||r==="year")&&t.day!=null&&(t.day=Math.min(t.day,(0,d.daysInMonth)(t.year,t.month))),a.onValuesChange(t),(e.parentElement??e).dispatchEvent(new Event("input",{bubbles:!0,composed:!0}))}function w(e,a,r){let l=a.type,t=e.currentTarget,y=(0,s.directionalKey)(e.key,t);if(y==="ArrowLeft"||y==="ArrowRight"){e.preventDefault(),o(t,y==="ArrowRight"?1:-1,r.buffer);return}if(!r.readOnly){if(e.key==="ArrowUp"||e.key==="ArrowDown"){e.preventDefault(),r.buffer.current=0,m(t,r,l,(0,d.stepSegment)(a,e.key==="ArrowUp"?1:-1));return}if(e.key==="Home"||e.key==="End"){e.preventDefault(),r.buffer.current=0,m(t,r,l,e.key==="Home"?a.min:a.max);return}if(e.key==="Backspace"||e.key==="Delete"){e.preventDefault(),r.buffer.current=0,m(t,r,l,null);return}if(l==="dayPeriod"){let u=e.key.toLowerCase();(u==="a"||u==="p")&&(e.preventDefault(),m(t,r,l,u==="a"?0:1));return}if(/^\d$/.test(e.key)){e.preventDefault();let u=(0,d.typeDigit)(a,r.buffer.current,Number(e.key));r.buffer.current=u.buffer,m(t,r,l,u.value),u.advance&&o(t,1,r.buffer)}}}function M(e){let{host:a,disabled:r,readOnly:l,invalid:t,required:y}=e,u=e.getSegmentLabel??(n=>L[n]),g=e.emptySegmentText??A,c=`skdx-${e.part}__segment`,p=(0,d.buildSegments)({kind:e.kind,granularity:e.granularity,locale:e.locale,hourCycle:e.hourCycle,values:e.values});return a.setAttribute("role","group"),a.setAttribute("part",e.part),e.label!=null&&a.setAttribute("aria-label",e.label),(0,b.reflectHostState)(a,{"aria-disabled":r?"true":null,"aria-invalid":t?"true":null,"data-disabled":r?"":null,"data-readonly":l?"":null,"data-invalid":t?"":null}),i.html`${p.map(n=>n.isEditable?i.html`<span
|
|
2
|
+
role="spinbutton"
|
|
3
|
+
part="segment"
|
|
4
|
+
class=${c}
|
|
5
|
+
tabindex=${r?-1:0}
|
|
6
|
+
aria-label=${u(n.type)}
|
|
7
|
+
aria-valuenow=${n.value??n.min}
|
|
8
|
+
aria-valuemin=${n.min}
|
|
9
|
+
aria-valuemax=${n.max}
|
|
10
|
+
aria-valuetext=${n.isPlaceholder?g:n.text}
|
|
11
|
+
aria-disabled=${r?"true":i.nothing}
|
|
12
|
+
aria-readonly=${l?"true":i.nothing}
|
|
13
|
+
aria-required=${y?"true":i.nothing}
|
|
14
|
+
data-segment=${n.type}
|
|
15
|
+
data-placeholder=${n.isPlaceholder?"":i.nothing}
|
|
16
|
+
@keydown=${S=>w(S,n,e)}
|
|
17
|
+
@focus=${()=>{e.buffer.current=0}}
|
|
18
|
+
>${n.text}</span
|
|
19
|
+
>`:i.html`<span part="literal" class=${c} aria-hidden="true" data-segment="literal"
|
|
20
|
+
>${n.text}</span
|
|
21
|
+
>`)}`}0&&(module.exports={renderSegmentedField});
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { type TemplateResult } from 'lit';
|
|
2
|
+
import { type Granularity, type HourCycle, type SegmentType, type SegmentValues } from './date-segments.cjs';
|
|
3
|
+
/**
|
|
4
|
+
* Digits typed into the focused segment so far. A mutable box owned by the
|
|
5
|
+
* component rather than reactive state: it only ever affects the *next*
|
|
6
|
+
* keystroke, so re-rendering on it would be wasted (React holds the same thing
|
|
7
|
+
* in a ref).
|
|
8
|
+
*
|
|
9
|
+
* @internal
|
|
10
|
+
*/
|
|
11
|
+
export interface SegmentTypingBuffer {
|
|
12
|
+
current: number;
|
|
13
|
+
}
|
|
14
|
+
/** Everything {@link renderSegmentedField} needs from the component that owns the value. @internal */
|
|
15
|
+
export interface SegmentedFieldOptions {
|
|
16
|
+
/** The field element itself — the `role="group"` the segments render into. */
|
|
17
|
+
host: HTMLElement;
|
|
18
|
+
/** `'date'` renders year/month/day ahead of the time segments. */
|
|
19
|
+
kind: 'date' | 'time';
|
|
20
|
+
/** Family and `part` name for the root — `date-field` or `time-field`. */
|
|
21
|
+
part: 'date-field' | 'time-field';
|
|
22
|
+
/** How far down the field is editable. */
|
|
23
|
+
granularity: Granularity;
|
|
24
|
+
/** BCP-47 locale deciding segment order, literals and AM/PM names. */
|
|
25
|
+
locale?: string;
|
|
26
|
+
/** Resolved hour cycle (never left to the locale at this point). */
|
|
27
|
+
hourCycle: HourCycle;
|
|
28
|
+
/** Current per-segment values. */
|
|
29
|
+
values: SegmentValues;
|
|
30
|
+
/** Accessible name for the group, forwarded from the host's `aria-label`. */
|
|
31
|
+
label: string | null;
|
|
32
|
+
/** See the host's `getSegmentLabel`; unset falls back to {@link SEGMENT_LABELS}. */
|
|
33
|
+
getSegmentLabel?: (type: SegmentType) => string;
|
|
34
|
+
/** See the host's `emptySegmentText`; unset falls back to {@link EMPTY_VALUE_TEXT}. */
|
|
35
|
+
emptySegmentText?: string;
|
|
36
|
+
disabled: boolean;
|
|
37
|
+
readOnly: boolean;
|
|
38
|
+
invalid: boolean;
|
|
39
|
+
required: boolean;
|
|
40
|
+
/** Per-segment typing buffer, owned by the component so it survives renders. */
|
|
41
|
+
buffer: SegmentTypingBuffer;
|
|
42
|
+
/** Called with the next per-segment values after any edit. */
|
|
43
|
+
onValuesChange: (values: SegmentValues) => void;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The whole rendered content of a segmented field: one `role="spinbutton"` per
|
|
47
|
+
* editable segment, interleaved with the locale's `aria-hidden` literals,
|
|
48
|
+
* rendered into the host's **light DOM** — the host itself is the
|
|
49
|
+
* `role="group"`, exactly like React's root, so the skin's
|
|
50
|
+
* `.skdx-date-field__segment` geometry rules (document-level, unable to cross a
|
|
51
|
+
* shadow boundary) reach the segments.
|
|
52
|
+
*
|
|
53
|
+
* Every segment — literals included, or the run breaks visually at each
|
|
54
|
+
* separator — wears the family's `__segment` class, matching React's
|
|
55
|
+
* `skdxPart(family, 'segment')`.
|
|
56
|
+
*
|
|
57
|
+
* Form submission is *not* here — both fields are form-associated custom
|
|
58
|
+
* elements, so the value goes out through `ElementInternals` rather than
|
|
59
|
+
* through a hidden input the way React's copy has to.
|
|
60
|
+
*
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
63
|
+
export declare function renderSegmentedField(options: SegmentedFieldOptions): TemplateResult;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { type TemplateResult } from 'lit';
|
|
2
|
+
import { type Granularity, type HourCycle, type SegmentType, type SegmentValues } from './date-segments.js';
|
|
3
|
+
/**
|
|
4
|
+
* Digits typed into the focused segment so far. A mutable box owned by the
|
|
5
|
+
* component rather than reactive state: it only ever affects the *next*
|
|
6
|
+
* keystroke, so re-rendering on it would be wasted (React holds the same thing
|
|
7
|
+
* in a ref).
|
|
8
|
+
*
|
|
9
|
+
* @internal
|
|
10
|
+
*/
|
|
11
|
+
export interface SegmentTypingBuffer {
|
|
12
|
+
current: number;
|
|
13
|
+
}
|
|
14
|
+
/** Everything {@link renderSegmentedField} needs from the component that owns the value. @internal */
|
|
15
|
+
export interface SegmentedFieldOptions {
|
|
16
|
+
/** The field element itself — the `role="group"` the segments render into. */
|
|
17
|
+
host: HTMLElement;
|
|
18
|
+
/** `'date'` renders year/month/day ahead of the time segments. */
|
|
19
|
+
kind: 'date' | 'time';
|
|
20
|
+
/** Family and `part` name for the root — `date-field` or `time-field`. */
|
|
21
|
+
part: 'date-field' | 'time-field';
|
|
22
|
+
/** How far down the field is editable. */
|
|
23
|
+
granularity: Granularity;
|
|
24
|
+
/** BCP-47 locale deciding segment order, literals and AM/PM names. */
|
|
25
|
+
locale?: string;
|
|
26
|
+
/** Resolved hour cycle (never left to the locale at this point). */
|
|
27
|
+
hourCycle: HourCycle;
|
|
28
|
+
/** Current per-segment values. */
|
|
29
|
+
values: SegmentValues;
|
|
30
|
+
/** Accessible name for the group, forwarded from the host's `aria-label`. */
|
|
31
|
+
label: string | null;
|
|
32
|
+
/** See the host's `getSegmentLabel`; unset falls back to {@link SEGMENT_LABELS}. */
|
|
33
|
+
getSegmentLabel?: (type: SegmentType) => string;
|
|
34
|
+
/** See the host's `emptySegmentText`; unset falls back to {@link EMPTY_VALUE_TEXT}. */
|
|
35
|
+
emptySegmentText?: string;
|
|
36
|
+
disabled: boolean;
|
|
37
|
+
readOnly: boolean;
|
|
38
|
+
invalid: boolean;
|
|
39
|
+
required: boolean;
|
|
40
|
+
/** Per-segment typing buffer, owned by the component so it survives renders. */
|
|
41
|
+
buffer: SegmentTypingBuffer;
|
|
42
|
+
/** Called with the next per-segment values after any edit. */
|
|
43
|
+
onValuesChange: (values: SegmentValues) => void;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The whole rendered content of a segmented field: one `role="spinbutton"` per
|
|
47
|
+
* editable segment, interleaved with the locale's `aria-hidden` literals,
|
|
48
|
+
* rendered into the host's **light DOM** — the host itself is the
|
|
49
|
+
* `role="group"`, exactly like React's root, so the skin's
|
|
50
|
+
* `.skdx-date-field__segment` geometry rules (document-level, unable to cross a
|
|
51
|
+
* shadow boundary) reach the segments.
|
|
52
|
+
*
|
|
53
|
+
* Every segment — literals included, or the run breaks visually at each
|
|
54
|
+
* separator — wears the family's `__segment` class, matching React's
|
|
55
|
+
* `skdxPart(family, 'segment')`.
|
|
56
|
+
*
|
|
57
|
+
* Form submission is *not* here — both fields are form-associated custom
|
|
58
|
+
* elements, so the value goes out through `ElementInternals` rather than
|
|
59
|
+
* through a hidden input the way React's copy has to.
|
|
60
|
+
*
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
63
|
+
export declare function renderSegmentedField(options: SegmentedFieldOptions): TemplateResult;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import{html as m,nothing as y}from"lit";import{buildSegments as g,daysInMonth as p,stepSegment as S,typeDigit as T}from"./date-segments.js";import{directionalKey as h}from"./direction.js";import{reflectHostState as E}from"./part.js";var $="Empty",k={year:"year",month:"month",day:"day",hour:"hour",minute:"minute",second:"second",dayPeriod:"AM/PM"};function x(e){return e?Array.from(e.querySelectorAll('[role="spinbutton"][data-segment]')):[]}function c(e,a,r){let n=x(e.parentElement),t=n[n.indexOf(e)+a];t&&(r.current=0,t.focus())}function d(e,a,r,n){if(a.readOnly)return;let t={...a.values,[r]:n};(r==="month"||r==="year")&&t.day!=null&&(t.day=Math.min(t.day,p(t.year,t.month))),a.onValuesChange(t),(e.parentElement??e).dispatchEvent(new Event("input",{bubbles:!0,composed:!0}))}function A(e,a,r){let n=a.type,t=e.currentTarget,i=h(e.key,t);if(i==="ArrowLeft"||i==="ArrowRight"){e.preventDefault(),c(t,i==="ArrowRight"?1:-1,r.buffer);return}if(!r.readOnly){if(e.key==="ArrowUp"||e.key==="ArrowDown"){e.preventDefault(),r.buffer.current=0,d(t,r,n,S(a,e.key==="ArrowUp"?1:-1));return}if(e.key==="Home"||e.key==="End"){e.preventDefault(),r.buffer.current=0,d(t,r,n,e.key==="Home"?a.min:a.max);return}if(e.key==="Backspace"||e.key==="Delete"){e.preventDefault(),r.buffer.current=0,d(t,r,n,null);return}if(n==="dayPeriod"){let u=e.key.toLowerCase();(u==="a"||u==="p")&&(e.preventDefault(),d(t,r,n,u==="a"?0:1));return}if(/^\d$/.test(e.key)){e.preventDefault();let u=T(a,r.buffer.current,Number(e.key));r.buffer.current=u.buffer,d(t,r,n,u.value),u.advance&&c(t,1,r.buffer)}}}function H(e){let{host:a,disabled:r,readOnly:n,invalid:t,required:i}=e,u=e.getSegmentLabel??(l=>k[l]),o=e.emptySegmentText??$,f=`skdx-${e.part}__segment`,s=g({kind:e.kind,granularity:e.granularity,locale:e.locale,hourCycle:e.hourCycle,values:e.values});return a.setAttribute("role","group"),a.setAttribute("part",e.part),e.label!=null&&a.setAttribute("aria-label",e.label),E(a,{"aria-disabled":r?"true":null,"aria-invalid":t?"true":null,"data-disabled":r?"":null,"data-readonly":n?"":null,"data-invalid":t?"":null}),m`${s.map(l=>l.isEditable?m`<span
|
|
2
|
+
role="spinbutton"
|
|
3
|
+
part="segment"
|
|
4
|
+
class=${f}
|
|
5
|
+
tabindex=${r?-1:0}
|
|
6
|
+
aria-label=${u(l.type)}
|
|
7
|
+
aria-valuenow=${l.value??l.min}
|
|
8
|
+
aria-valuemin=${l.min}
|
|
9
|
+
aria-valuemax=${l.max}
|
|
10
|
+
aria-valuetext=${l.isPlaceholder?o:l.text}
|
|
11
|
+
aria-disabled=${r?"true":y}
|
|
12
|
+
aria-readonly=${n?"true":y}
|
|
13
|
+
aria-required=${i?"true":y}
|
|
14
|
+
data-segment=${l.type}
|
|
15
|
+
data-placeholder=${l.isPlaceholder?"":y}
|
|
16
|
+
@keydown=${b=>A(b,l,e)}
|
|
17
|
+
@focus=${()=>{e.buffer.current=0}}
|
|
18
|
+
>${l.text}</span
|
|
19
|
+
>`:m`<span part="literal" class=${f} aria-hidden="true" data-segment="literal"
|
|
20
|
+
>${l.text}</span
|
|
21
|
+
>`)}`}export{H as renderSegmentedField};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var g=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var x=Object.prototype.hasOwnProperty;var c=(r,n)=>{for(var t in n)g(r,t,{get:n[t],enumerable:!0})},p=(r,n,t,o)=>{if(n&&typeof n=="object"||typeof n=="function")for(let i of s(n))!x.call(r,i)&&i!==t&&g(r,i,{get:()=>n[i],enumerable:!(o=f(n,i))||o.enumerable});return r};var y=r=>p(g({},"__esModule",{value:!0}),r);var d={};c(d,{nextSelection:()=>b,toValues:()=>A});module.exports=y(d);function A(r){return Array.isArray(r)?r:r?[r]:[]}function b(r,n,t){return t?r.includes(n)?r.filter(o=>o!==n):[...r,n]:n}0&&(module.exports={nextSelection,toValues});
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The single/multiple selection *decision* shared by every option-list element:
|
|
3
|
+
* `<skdx-listbox>`, `<skdx-select>`, and `<skdx-combobox>`.
|
|
4
|
+
*
|
|
5
|
+
* Only the decision lives here. React extracts these two functions out of a
|
|
6
|
+
* `useSelection` hook; there is no hook to port, because the value plumbing in
|
|
7
|
+
* this package is Lit reactive properties, setters, and `CustomEvent`s — and
|
|
8
|
+
* each element's own side effects on commit (Combobox writing the option's text
|
|
9
|
+
* back into its input and closing, Select closing and refocusing its trigger)
|
|
10
|
+
* stay in that element, wrapping `selectItem` rather than being configured in.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Every selected value as an array, whatever shape the consumer passed.
|
|
14
|
+
*
|
|
15
|
+
* The `string | string[] | undefined` public value shape exists because a
|
|
16
|
+
* single-select's value reads better as a bare string, but every consumer
|
|
17
|
+
* downstream — `aria-selected`, chips, hidden inputs, "is this option
|
|
18
|
+
* checked" — wants an array. Normalise once, here.
|
|
19
|
+
*
|
|
20
|
+
* The one deliberate divergence from React's port: an empty string is "nothing
|
|
21
|
+
* selected", not a selection of `''`. React's `value` prop is genuinely absent
|
|
22
|
+
* when unset, but a custom element's reflected `value` property is `''` when
|
|
23
|
+
* unset (`<skdx-combobox>` declares exactly that default), and `['']` would make
|
|
24
|
+
* `selectedValues.length` — which drives `valueMissing`, the placeholder hook,
|
|
25
|
+
* and the chip list — report a selection that isn't there.
|
|
26
|
+
*/
|
|
27
|
+
export declare function toValues(value: string | string[] | undefined): string[];
|
|
28
|
+
/**
|
|
29
|
+
* The value a selection becomes once `value` is chosen: replacing the
|
|
30
|
+
* selection, or toggling `value` within it when `multiple`.
|
|
31
|
+
*
|
|
32
|
+
* Split out because this branch — and only this branch — is what Listbox,
|
|
33
|
+
* Select, and Combobox genuinely share. Their controlled/uncontrolled plumbing
|
|
34
|
+
* is framework-idiomatic and different in every package; this decision is
|
|
35
|
+
* identical in all of them, and the other four framework packages carry a
|
|
36
|
+
* line-for-line port of exactly this function.
|
|
37
|
+
*/
|
|
38
|
+
export declare function nextSelection(selectedValues: string[], value: string, multiple: boolean): string | string[];
|