@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,27 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* `<skdx-listbox-label>` — the heading naming an `<skdx-listbox-group>`. It
|
|
4
|
+
* carries the id its group points `aria-labelledby` at (the group assigns one
|
|
5
|
+
* if the consumer hasn't), so the group is named without the label itself
|
|
6
|
+
* becoming an option.
|
|
7
|
+
*
|
|
8
|
+
* Must be used inside an `<skdx-listbox-group>` — a label with no group to name
|
|
9
|
+
* has nothing to attach to.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```html
|
|
13
|
+
* <skdx-listbox-group>
|
|
14
|
+
* <skdx-listbox-label>Frameworks</skdx-listbox-label>
|
|
15
|
+
* <skdx-listbox-item value="react">React</skdx-listbox-item>
|
|
16
|
+
* </skdx-listbox-group>
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare class SkdxListboxLabel extends LitElement {
|
|
20
|
+
static styles: import("lit").CSSResult[];
|
|
21
|
+
render(): import("lit").TemplateResult<1>;
|
|
22
|
+
}
|
|
23
|
+
declare global {
|
|
24
|
+
interface HTMLElementTagNameMap {
|
|
25
|
+
'skdx-listbox-label': SkdxListboxLabel;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* `<skdx-listbox-label>` — the heading naming an `<skdx-listbox-group>`. It
|
|
4
|
+
* carries the id its group points `aria-labelledby` at (the group assigns one
|
|
5
|
+
* if the consumer hasn't), so the group is named without the label itself
|
|
6
|
+
* becoming an option.
|
|
7
|
+
*
|
|
8
|
+
* Must be used inside an `<skdx-listbox-group>` — a label with no group to name
|
|
9
|
+
* has nothing to attach to.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```html
|
|
13
|
+
* <skdx-listbox-group>
|
|
14
|
+
* <skdx-listbox-label>Frameworks</skdx-listbox-label>
|
|
15
|
+
* <skdx-listbox-item value="react">React</skdx-listbox-item>
|
|
16
|
+
* </skdx-listbox-group>
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare class SkdxListboxLabel extends LitElement {
|
|
20
|
+
static styles: import("lit").CSSResult[];
|
|
21
|
+
render(): import("lit").TemplateResult<1>;
|
|
22
|
+
}
|
|
23
|
+
declare global {
|
|
24
|
+
interface HTMLElementTagNameMap {
|
|
25
|
+
'skdx-listbox-label': SkdxListboxLabel;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
var n=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var a=(s,l,o,r)=>{for(var e=r>1?void 0:r?c(l,o):l,m=s.length-1,i;m>=0;m--)(i=s[m])&&(e=(r?i(l,o,e):i(e))||e);return r&&e&&n(l,o,e),e};import{css as d,html as p,LitElement as f}from"lit";import{customElement as h}from"../internal/define.js";import{hiddenHostStyles as y}from"../internal/styles.js";var t=class extends f{render(){return p`<slot></slot>`}};t.styles=[y,d`
|
|
2
|
+
:host {
|
|
3
|
+
display: block;
|
|
4
|
+
}
|
|
5
|
+
`],t=a([h("skdx-listbox-label","listbox","label")],t);export{t as SkdxListboxLabel};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var S=(x,o)=>{for(var r in o)e(x,r,{get:o[r],enumerable:!0})},I=(x,o,r,m)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!s.call(x,t)&&t!==r&&e(x,t,{get:()=>o[t],enumerable:!(m=f(o,t))||m.enumerable});return x};var a=x=>I(e({},"__esModule",{value:!0}),x);var c={};S(c,{SkdxListbox:()=>b.SkdxListbox,SkdxListboxGroup:()=>p.SkdxListboxGroup,SkdxListboxItem:()=>d.SkdxListboxItem,SkdxListboxItemIndicator:()=>i.SkdxListboxItemIndicator,SkdxListboxLabel:()=>L.SkdxListboxLabel});module.exports=a(c);var b=require("./Listbox.cjs"),d=require("./ListboxItem.cjs"),i=require("./ListboxItemIndicator.cjs"),p=require("./ListboxGroup.cjs"),L=require("./ListboxLabel.cjs");0&&(module.exports={SkdxListbox,SkdxListboxGroup,SkdxListboxItem,SkdxListboxItemIndicator,SkdxListboxLabel});
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { SkdxListbox } from './Listbox.cjs';
|
|
2
|
+
export { SkdxListboxItem } from './ListboxItem.cjs';
|
|
3
|
+
export { SkdxListboxItemIndicator } from './ListboxItemIndicator.cjs';
|
|
4
|
+
export { SkdxListboxGroup } from './ListboxGroup.cjs';
|
|
5
|
+
export { SkdxListboxLabel } from './ListboxLabel.cjs';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { SkdxListbox } from './Listbox.js';
|
|
2
|
+
export { SkdxListboxItem } from './ListboxItem.js';
|
|
3
|
+
export { SkdxListboxItemIndicator } from './ListboxItemIndicator.js';
|
|
4
|
+
export { SkdxListboxGroup } from './ListboxGroup.js';
|
|
5
|
+
export { SkdxListboxLabel } from './ListboxLabel.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{SkdxListbox as t}from"./Listbox.js";import{SkdxListboxItem as e}from"./ListboxItem.js";import{SkdxListboxItemIndicator as b}from"./ListboxItemIndicator.js";import{SkdxListboxGroup as i}from"./ListboxGroup.js";import{SkdxListboxLabel as L}from"./ListboxLabel.js";export{t as SkdxListbox,i as SkdxListboxGroup,e as SkdxListboxItem,b as SkdxListboxItemIndicator,L as SkdxListboxLabel};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";var c=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var E=Object.prototype.hasOwnProperty;var T=(i,t)=>{for(var e in t)c(i,e,{get:t[e],enumerable:!0})},A=(i,t,e,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let l of g(t))!E.call(i,l)&&l!==e&&c(i,l,{get:()=>t[l],enumerable:!(a=b(t,l))||a.enumerable});return i};var k=i=>A(c({},"__esModule",{value:!0}),i),o=(i,t,e,a)=>{for(var l=a>1?void 0:a?b(t,e):t,u=i.length-1,h;u>=0;u--)(h=i[u])&&(l=(a?h(t,e,l):h(l))||l);return a&&l&&c(t,e,l),l};var B={};T(B,{LOADING_OVERLAY_UPDATE_EVENT:()=>v,SkdxLoadingOverlay:()=>s});module.exports=k(B);var n=require("lit"),r=require("lit/decorators.js"),f=require("../internal/define.cjs"),y=require("../utils/live-announcer.cjs");var d=0,m="",p="";function w(){if(d===0){let i=window.innerWidth-document.documentElement.clientWidth;m=document.body.style.overflow,p=document.body.style.paddingRight,document.body.style.overflow="hidden",i>0&&(document.body.style.paddingRight=`${i}px`)}d++}function V(){d=Math.max(0,d-1),d===0&&(document.body.style.overflow=m,document.body.style.paddingRight=p)}var v="skdx-loading-overlay-internal-update",s=class extends n.LitElement{constructor(){super(...arguments);this.visible=!1;this.defaultVisible=!1;this.fullScreen=!1;this.loadingLabel="Loading";this.delay=0;this.delayElapsed=!1;this.lastVisible=!1;this.hasSynced=!1;this.locked=!1}get effectiveVisible(){return this.visible&&(this.delay<=0||this.delayElapsed)}connectedCallback(){super.connectedCallback(),this.defaultVisible&&!this.hasAttribute("visible")&&(this.visible=!0)}disconnectedCallback(){clearTimeout(this.delayTimer),this.delayTimer=void 0,this.delayElapsed=!1,this.setBodyLock(!1),this.removeAttribute("inert"),this.removeAttribute("aria-busy"),super.disconnectedCallback()}updated(e){(e.has("visible")||e.has("delay"))&&this.rearmDelay(),this.syncState()}rearmDelay(){clearTimeout(this.delayTimer),this.delayTimer=void 0,this.delayElapsed=!1,!(!this.visible||this.delay<=0)&&(this.delayTimer=setTimeout(()=>{this.delayTimer=void 0,this.delayElapsed=!0,this.syncState()},this.delay))}syncState(){let e=this.effectiveVisible;e?this.setAttribute("aria-busy","true"):this.removeAttribute("aria-busy"),this.toggleAttribute("inert",e),this.setAttribute("data-state",e?"visible":"hidden"),this.toggleAttribute("data-full-screen",this.fullScreen),this.setBodyLock(e&&this.fullScreen),e?this.announcedLabel!==this.loadingLabel&&(this.announcedLabel=this.loadingLabel,(0,y.announce)(this.loadingLabel)):this.announcedLabel=void 0,this.dispatchEvent(new CustomEvent(v));let a=!this.hasSynced;this.hasSynced=!0,e!==this.lastVisible&&(this.lastVisible=e,!a&&this.dispatchEvent(new CustomEvent("visible-change",{detail:e,bubbles:!0,composed:!0})))}setBodyLock(e){e!==this.locked&&(this.locked=e,e?w():V())}render(){return n.html`<slot></slot>`}};s.styles=n.css`
|
|
2
|
+
:host {
|
|
3
|
+
display: block;
|
|
4
|
+
}
|
|
5
|
+
`,o([(0,r.property)({type:Boolean,reflect:!0})],s.prototype,"visible",2),o([(0,r.property)({type:Boolean,attribute:"default-visible"})],s.prototype,"defaultVisible",2),o([(0,r.property)({type:Boolean,reflect:!0,attribute:"full-screen"})],s.prototype,"fullScreen",2),o([(0,r.property)({type:String,attribute:"loading-label"})],s.prototype,"loadingLabel",2),o([(0,r.property)({type:Number})],s.prototype,"delay",2),s=o([(0,f.customElement)("skdx-loading-overlay","loading-overlay","root")],s);0&&(module.exports={LOADING_OVERLAY_UPDATE_EVENT,SkdxLoadingOverlay});
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/** Dispatched on the root whenever the parts' view of its state changes. @internal */
|
|
3
|
+
export declare const LOADING_OVERLAY_UPDATE_EVENT = "skdx-loading-overlay-internal-update";
|
|
4
|
+
/**
|
|
5
|
+
* `<skdx-loading-overlay>` — the Web Components implementation of the shared
|
|
6
|
+
* LoadingOverlay contract (see `@skdx/shared`'s `loadingOverlayContract`): a
|
|
7
|
+
* scrim and an indicator over a region whose content is busy. Wraps the
|
|
8
|
+
* content being covered, owns the visibility (`visible` / `default-visible` /
|
|
9
|
+
* the `visible-change` event) and hands the *effective* state down to
|
|
10
|
+
* `<skdx-loading-overlay-backdrop>` and `<skdx-loading-overlay-content>`, which
|
|
11
|
+
* look this element up via `closest('skdx-loading-overlay')` — custom elements
|
|
12
|
+
* have no context API, so the DOM tree itself is the shared context.
|
|
13
|
+
*
|
|
14
|
+
* Renders a plain block box: give it `position: relative` and the layers cover
|
|
15
|
+
* exactly this box; set `full-screen` and they cover the viewport instead.
|
|
16
|
+
*
|
|
17
|
+
* While visible the host is `aria-busy="true"` and carries `inert`, so the
|
|
18
|
+
* pointer and the tab sequence both stop at the overlay rather than walking
|
|
19
|
+
* into the controls it is hiding. Deliberately **not** a focus trap: this is
|
|
20
|
+
* not a dialog, there is nothing inside to focus and nothing to dismiss, so
|
|
21
|
+
* trapping would strand the keyboard on a spinner. Because `inert` also takes
|
|
22
|
+
* the subtree out of the accessibility tree, the announcement is made through
|
|
23
|
+
* the process-wide live region (see `announce`) rather than from the
|
|
24
|
+
* `<skdx-spinner>` inside — a `role="status"` in an inert subtree announces
|
|
25
|
+
* nothing.
|
|
26
|
+
*
|
|
27
|
+
* `delay` exists for the same reason `<skdx-tooltip>` has one: a request that
|
|
28
|
+
* resolves in 80ms should never paint a spinner. The timer is cancelled when
|
|
29
|
+
* `visible` flips back to false before it fires, and on disconnect.
|
|
30
|
+
*
|
|
31
|
+
* `data-state` is `"visible"`/`"hidden"` and reflects the *effective*
|
|
32
|
+
* visibility, i.e. after `delay`.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* ```html
|
|
36
|
+
* <skdx-loading-overlay visible delay="150" loading-label="Loading invoices" style="position: relative">
|
|
37
|
+
* <p>INV-1041 · $2,400</p>
|
|
38
|
+
* <skdx-loading-overlay-backdrop></skdx-loading-overlay-backdrop>
|
|
39
|
+
* <skdx-loading-overlay-content></skdx-loading-overlay-content>
|
|
40
|
+
* </skdx-loading-overlay>
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* @fires visible-change - Fires with the new effective visibility (boolean) when the overlay actually appears or disappears — that is, *after* `delay`. It reports the effective transition rather than echoing the property back, because the moment a delayed overlay paints is the one thing the caller cannot derive for itself. Suppressed when the effective state is unchanged, and never fired for the state the element mounts in.
|
|
44
|
+
*/
|
|
45
|
+
export declare class SkdxLoadingOverlay extends LitElement {
|
|
46
|
+
static styles: import("lit").CSSResult;
|
|
47
|
+
/**
|
|
48
|
+
* Whether work is in flight. The property is the single source of truth,
|
|
49
|
+
* like a native `<input>`'s `checked`: a consumer that wants controlled
|
|
50
|
+
* behaviour listens for `visible-change` and writes it back.
|
|
51
|
+
* @default false — the overlay starts hidden and the wrapped content is
|
|
52
|
+
* interactive.
|
|
53
|
+
*/
|
|
54
|
+
visible: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Initial visibility, for uncontrolled usage. Applied once, on connect, and
|
|
57
|
+
* only if `visible` wasn't already set.
|
|
58
|
+
* @default false — hidden on first paint, so nothing is announced for it.
|
|
59
|
+
*/
|
|
60
|
+
defaultVisible: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Cover the viewport instead of this element's own box. Emits
|
|
63
|
+
* `data-full-screen` (style it `position: fixed; inset: 0`) and locks body
|
|
64
|
+
* scroll while visible.
|
|
65
|
+
* @default false — the overlay covers only this element's box and **never**
|
|
66
|
+
* locks the body, because freezing the whole page for a spinner over one
|
|
67
|
+
* card is a bug, not a feature.
|
|
68
|
+
*/
|
|
69
|
+
fullScreen: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* Text announced politely when the overlay becomes visible, and the default
|
|
72
|
+
* `<skdx-spinner>` label inside `<skdx-loading-overlay-content>`.
|
|
73
|
+
* @default 'Loading' — announced as "Loading"; name the work ("Loading
|
|
74
|
+
* invoices") when the page has more than one thing that can be busy.
|
|
75
|
+
*/
|
|
76
|
+
loadingLabel: string;
|
|
77
|
+
/**
|
|
78
|
+
* Milliseconds to wait after `visible` turns true before the overlay
|
|
79
|
+
* actually appears. A response that arrives inside the window never renders
|
|
80
|
+
* an overlay at all, which is what stops the flash-of-spinner on fast
|
|
81
|
+
* requests. The pending timer is cancelled if `visible` flips back to false
|
|
82
|
+
* first, and on disconnect.
|
|
83
|
+
* @default 0 — shows immediately, so nothing is hidden from a slow
|
|
84
|
+
* connection by accident.
|
|
85
|
+
*/
|
|
86
|
+
delay: number;
|
|
87
|
+
/** Has the `delay` window elapsed for the current show? Not reactive — every write is followed by a manual sync. */
|
|
88
|
+
private delayElapsed;
|
|
89
|
+
private delayTimer?;
|
|
90
|
+
/** Effective visibility as of the last sync, so `visible-change` fires on transitions only. */
|
|
91
|
+
private lastVisible;
|
|
92
|
+
private hasSynced;
|
|
93
|
+
/** Whether *this* element currently holds a body scroll lock, so lock/unlock stay balanced. */
|
|
94
|
+
private locked;
|
|
95
|
+
/** Label last handed to the live region, cleared on hide so the next show announces again. */
|
|
96
|
+
private announcedLabel?;
|
|
97
|
+
/**
|
|
98
|
+
* The *effective* visibility — `visible` after `delay` has elapsed, not the
|
|
99
|
+
* raw property. This is what the parts render against, so a request that
|
|
100
|
+
* resolves inside the delay window never shows an overlay at all.
|
|
101
|
+
*/
|
|
102
|
+
get effectiveVisible(): boolean;
|
|
103
|
+
connectedCallback(): void;
|
|
104
|
+
disconnectedCallback(): void;
|
|
105
|
+
protected updated(changed: Map<string, unknown>): void;
|
|
106
|
+
private rearmDelay;
|
|
107
|
+
/**
|
|
108
|
+
* Writes the effective state onto the host, mirrors it to the parts, and
|
|
109
|
+
* reports the transition. Called from `updated()` and from the delay timer,
|
|
110
|
+
* which fires outside any Lit update.
|
|
111
|
+
*/
|
|
112
|
+
private syncState;
|
|
113
|
+
private setBodyLock;
|
|
114
|
+
render(): import("lit").TemplateResult<1>;
|
|
115
|
+
}
|
|
116
|
+
declare global {
|
|
117
|
+
interface HTMLElementTagNameMap {
|
|
118
|
+
'skdx-loading-overlay': SkdxLoadingOverlay;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/** Dispatched on the root whenever the parts' view of its state changes. @internal */
|
|
3
|
+
export declare const LOADING_OVERLAY_UPDATE_EVENT = "skdx-loading-overlay-internal-update";
|
|
4
|
+
/**
|
|
5
|
+
* `<skdx-loading-overlay>` — the Web Components implementation of the shared
|
|
6
|
+
* LoadingOverlay contract (see `@skdx/shared`'s `loadingOverlayContract`): a
|
|
7
|
+
* scrim and an indicator over a region whose content is busy. Wraps the
|
|
8
|
+
* content being covered, owns the visibility (`visible` / `default-visible` /
|
|
9
|
+
* the `visible-change` event) and hands the *effective* state down to
|
|
10
|
+
* `<skdx-loading-overlay-backdrop>` and `<skdx-loading-overlay-content>`, which
|
|
11
|
+
* look this element up via `closest('skdx-loading-overlay')` — custom elements
|
|
12
|
+
* have no context API, so the DOM tree itself is the shared context.
|
|
13
|
+
*
|
|
14
|
+
* Renders a plain block box: give it `position: relative` and the layers cover
|
|
15
|
+
* exactly this box; set `full-screen` and they cover the viewport instead.
|
|
16
|
+
*
|
|
17
|
+
* While visible the host is `aria-busy="true"` and carries `inert`, so the
|
|
18
|
+
* pointer and the tab sequence both stop at the overlay rather than walking
|
|
19
|
+
* into the controls it is hiding. Deliberately **not** a focus trap: this is
|
|
20
|
+
* not a dialog, there is nothing inside to focus and nothing to dismiss, so
|
|
21
|
+
* trapping would strand the keyboard on a spinner. Because `inert` also takes
|
|
22
|
+
* the subtree out of the accessibility tree, the announcement is made through
|
|
23
|
+
* the process-wide live region (see `announce`) rather than from the
|
|
24
|
+
* `<skdx-spinner>` inside — a `role="status"` in an inert subtree announces
|
|
25
|
+
* nothing.
|
|
26
|
+
*
|
|
27
|
+
* `delay` exists for the same reason `<skdx-tooltip>` has one: a request that
|
|
28
|
+
* resolves in 80ms should never paint a spinner. The timer is cancelled when
|
|
29
|
+
* `visible` flips back to false before it fires, and on disconnect.
|
|
30
|
+
*
|
|
31
|
+
* `data-state` is `"visible"`/`"hidden"` and reflects the *effective*
|
|
32
|
+
* visibility, i.e. after `delay`.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* ```html
|
|
36
|
+
* <skdx-loading-overlay visible delay="150" loading-label="Loading invoices" style="position: relative">
|
|
37
|
+
* <p>INV-1041 · $2,400</p>
|
|
38
|
+
* <skdx-loading-overlay-backdrop></skdx-loading-overlay-backdrop>
|
|
39
|
+
* <skdx-loading-overlay-content></skdx-loading-overlay-content>
|
|
40
|
+
* </skdx-loading-overlay>
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* @fires visible-change - Fires with the new effective visibility (boolean) when the overlay actually appears or disappears — that is, *after* `delay`. It reports the effective transition rather than echoing the property back, because the moment a delayed overlay paints is the one thing the caller cannot derive for itself. Suppressed when the effective state is unchanged, and never fired for the state the element mounts in.
|
|
44
|
+
*/
|
|
45
|
+
export declare class SkdxLoadingOverlay extends LitElement {
|
|
46
|
+
static styles: import("lit").CSSResult;
|
|
47
|
+
/**
|
|
48
|
+
* Whether work is in flight. The property is the single source of truth,
|
|
49
|
+
* like a native `<input>`'s `checked`: a consumer that wants controlled
|
|
50
|
+
* behaviour listens for `visible-change` and writes it back.
|
|
51
|
+
* @default false — the overlay starts hidden and the wrapped content is
|
|
52
|
+
* interactive.
|
|
53
|
+
*/
|
|
54
|
+
visible: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Initial visibility, for uncontrolled usage. Applied once, on connect, and
|
|
57
|
+
* only if `visible` wasn't already set.
|
|
58
|
+
* @default false — hidden on first paint, so nothing is announced for it.
|
|
59
|
+
*/
|
|
60
|
+
defaultVisible: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Cover the viewport instead of this element's own box. Emits
|
|
63
|
+
* `data-full-screen` (style it `position: fixed; inset: 0`) and locks body
|
|
64
|
+
* scroll while visible.
|
|
65
|
+
* @default false — the overlay covers only this element's box and **never**
|
|
66
|
+
* locks the body, because freezing the whole page for a spinner over one
|
|
67
|
+
* card is a bug, not a feature.
|
|
68
|
+
*/
|
|
69
|
+
fullScreen: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* Text announced politely when the overlay becomes visible, and the default
|
|
72
|
+
* `<skdx-spinner>` label inside `<skdx-loading-overlay-content>`.
|
|
73
|
+
* @default 'Loading' — announced as "Loading"; name the work ("Loading
|
|
74
|
+
* invoices") when the page has more than one thing that can be busy.
|
|
75
|
+
*/
|
|
76
|
+
loadingLabel: string;
|
|
77
|
+
/**
|
|
78
|
+
* Milliseconds to wait after `visible` turns true before the overlay
|
|
79
|
+
* actually appears. A response that arrives inside the window never renders
|
|
80
|
+
* an overlay at all, which is what stops the flash-of-spinner on fast
|
|
81
|
+
* requests. The pending timer is cancelled if `visible` flips back to false
|
|
82
|
+
* first, and on disconnect.
|
|
83
|
+
* @default 0 — shows immediately, so nothing is hidden from a slow
|
|
84
|
+
* connection by accident.
|
|
85
|
+
*/
|
|
86
|
+
delay: number;
|
|
87
|
+
/** Has the `delay` window elapsed for the current show? Not reactive — every write is followed by a manual sync. */
|
|
88
|
+
private delayElapsed;
|
|
89
|
+
private delayTimer?;
|
|
90
|
+
/** Effective visibility as of the last sync, so `visible-change` fires on transitions only. */
|
|
91
|
+
private lastVisible;
|
|
92
|
+
private hasSynced;
|
|
93
|
+
/** Whether *this* element currently holds a body scroll lock, so lock/unlock stay balanced. */
|
|
94
|
+
private locked;
|
|
95
|
+
/** Label last handed to the live region, cleared on hide so the next show announces again. */
|
|
96
|
+
private announcedLabel?;
|
|
97
|
+
/**
|
|
98
|
+
* The *effective* visibility — `visible` after `delay` has elapsed, not the
|
|
99
|
+
* raw property. This is what the parts render against, so a request that
|
|
100
|
+
* resolves inside the delay window never shows an overlay at all.
|
|
101
|
+
*/
|
|
102
|
+
get effectiveVisible(): boolean;
|
|
103
|
+
connectedCallback(): void;
|
|
104
|
+
disconnectedCallback(): void;
|
|
105
|
+
protected updated(changed: Map<string, unknown>): void;
|
|
106
|
+
private rearmDelay;
|
|
107
|
+
/**
|
|
108
|
+
* Writes the effective state onto the host, mirrors it to the parts, and
|
|
109
|
+
* reports the transition. Called from `updated()` and from the delay timer,
|
|
110
|
+
* which fires outside any Lit update.
|
|
111
|
+
*/
|
|
112
|
+
private syncState;
|
|
113
|
+
private setBodyLock;
|
|
114
|
+
render(): import("lit").TemplateResult<1>;
|
|
115
|
+
}
|
|
116
|
+
declare global {
|
|
117
|
+
interface HTMLElementTagNameMap {
|
|
118
|
+
'skdx-loading-overlay': SkdxLoadingOverlay;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
var b=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var l=(s,o,e,a)=>{for(var i=a>1?void 0:a?f(o,e):o,d=s.length-1,c;d>=0;d--)(c=s[d])&&(i=(a?c(o,e,i):c(i))||i);return a&&i&&b(o,e,i),i};import{css as y,html as m,LitElement as p}from"lit";import{property as r}from"lit/decorators.js";import{customElement as v}from"../internal/define.js";import{announce as g}from"../utils/live-announcer.js";var n=0,u="",h="";function E(){if(n===0){let s=window.innerWidth-document.documentElement.clientWidth;u=document.body.style.overflow,h=document.body.style.paddingRight,document.body.style.overflow="hidden",s>0&&(document.body.style.paddingRight=`${s}px`)}n++}function T(){n=Math.max(0,n-1),n===0&&(document.body.style.overflow=u,document.body.style.paddingRight=h)}var A="skdx-loading-overlay-internal-update",t=class extends p{constructor(){super(...arguments);this.visible=!1;this.defaultVisible=!1;this.fullScreen=!1;this.loadingLabel="Loading";this.delay=0;this.delayElapsed=!1;this.lastVisible=!1;this.hasSynced=!1;this.locked=!1}get effectiveVisible(){return this.visible&&(this.delay<=0||this.delayElapsed)}connectedCallback(){super.connectedCallback(),this.defaultVisible&&!this.hasAttribute("visible")&&(this.visible=!0)}disconnectedCallback(){clearTimeout(this.delayTimer),this.delayTimer=void 0,this.delayElapsed=!1,this.setBodyLock(!1),this.removeAttribute("inert"),this.removeAttribute("aria-busy"),super.disconnectedCallback()}updated(e){(e.has("visible")||e.has("delay"))&&this.rearmDelay(),this.syncState()}rearmDelay(){clearTimeout(this.delayTimer),this.delayTimer=void 0,this.delayElapsed=!1,!(!this.visible||this.delay<=0)&&(this.delayTimer=setTimeout(()=>{this.delayTimer=void 0,this.delayElapsed=!0,this.syncState()},this.delay))}syncState(){let e=this.effectiveVisible;e?this.setAttribute("aria-busy","true"):this.removeAttribute("aria-busy"),this.toggleAttribute("inert",e),this.setAttribute("data-state",e?"visible":"hidden"),this.toggleAttribute("data-full-screen",this.fullScreen),this.setBodyLock(e&&this.fullScreen),e?this.announcedLabel!==this.loadingLabel&&(this.announcedLabel=this.loadingLabel,g(this.loadingLabel)):this.announcedLabel=void 0,this.dispatchEvent(new CustomEvent(A));let a=!this.hasSynced;this.hasSynced=!0,e!==this.lastVisible&&(this.lastVisible=e,!a&&this.dispatchEvent(new CustomEvent("visible-change",{detail:e,bubbles:!0,composed:!0})))}setBodyLock(e){e!==this.locked&&(this.locked=e,e?E():T())}render(){return m`<slot></slot>`}};t.styles=y`
|
|
2
|
+
:host {
|
|
3
|
+
display: block;
|
|
4
|
+
}
|
|
5
|
+
`,l([r({type:Boolean,reflect:!0})],t.prototype,"visible",2),l([r({type:Boolean,attribute:"default-visible"})],t.prototype,"defaultVisible",2),l([r({type:Boolean,reflect:!0,attribute:"full-screen"})],t.prototype,"fullScreen",2),l([r({type:String,attribute:"loading-label"})],t.prototype,"loadingLabel",2),l([r({type:Number})],t.prototype,"delay",2),t=l([v("skdx-loading-overlay","loading-overlay","root")],t);export{A as LOADING_OVERLAY_UPDATE_EVENT,t as SkdxLoadingOverlay};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";var a=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var y=(o,t)=>{for(var s in t)a(o,s,{get:t[s],enumerable:!0})},f=(o,t,s,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of m(t))!u.call(o,e)&&e!==s&&a(o,e,{get:()=>t[e],enumerable:!(i=h(t,e))||i.enumerable});return o};var k=o=>f(a({},"__esModule",{value:!0}),o),v=(o,t,s,i)=>{for(var e=i>1?void 0:i?h(t,s):t,d=o.length-1,n;d>=0;d--)(n=o[d])&&(e=(i?n(t,s,e):n(e))||e);return i&&e&&a(t,s,e),e};var E={};y(E,{SkdxLoadingOverlayBackdrop:()=>r});module.exports=k(E);var l=require("lit"),b=require("../internal/define.cjs"),p=require("../internal/styles.cjs"),c=require("./LoadingOverlay.cjs");var r=class extends l.LitElement{constructor(){super(...arguments);this.root=null;this.onRootUpdate=()=>this.syncHostState()}connectedCallback(){if(super.connectedCallback(),this.root=this.closest("skdx-loading-overlay"),!this.root)throw new Error("<skdx-loading-overlay-backdrop> must be used inside <skdx-loading-overlay>.");this.setAttribute("aria-hidden","true"),this.root.addEventListener(c.LOADING_OVERLAY_UPDATE_EVENT,this.onRootUpdate),this.syncHostState()}disconnectedCallback(){this.root?.removeEventListener(c.LOADING_OVERLAY_UPDATE_EVENT,this.onRootUpdate),super.disconnectedCallback()}syncHostState(){let s=this.root?.effectiveVisible??!1;this.setAttribute("data-state",s?"visible":"hidden"),this.toggleAttribute("data-full-screen",this.root?.fullScreen??!1),this.hidden=!s}render(){return l.html`<slot></slot>`}};r.styles=[p.hiddenHostStyles,l.css`
|
|
2
|
+
:host {
|
|
3
|
+
display: block;
|
|
4
|
+
}
|
|
5
|
+
`],r=v([(0,b.customElement)("skdx-loading-overlay-backdrop","loading-overlay","backdrop")],r);0&&(module.exports={SkdxLoadingOverlayBackdrop});
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* `<skdx-loading-overlay-backdrop>` — the scrim that covers the work in
|
|
4
|
+
* progress. Rendered `aria-hidden`: it is pure decoration, the busy state is
|
|
5
|
+
* carried by the root's `aria-busy` and its announcement, not by a dimmed
|
|
6
|
+
* rectangle.
|
|
7
|
+
*
|
|
8
|
+
* `data-state="visible" | "hidden"`, `data-full-screen` and `hidden` are set
|
|
9
|
+
* on this **host** element rather than inside shadow DOM, so a consumer's own
|
|
10
|
+
* stylesheet can position and animate it without piercing a shadow boundary —
|
|
11
|
+
* one rule set styles both the inline (`position: absolute; inset: 0`) and the
|
|
12
|
+
* full-screen (`position: fixed; inset: 0`) case. `hidden` while the overlay
|
|
13
|
+
* is not effectively visible, so declaring an exit animation on
|
|
14
|
+
* `[data-state='hidden']` is the consumer's call rather than something this
|
|
15
|
+
* element forces.
|
|
16
|
+
*
|
|
17
|
+
* Must be used inside `<skdx-loading-overlay>`, which it finds with
|
|
18
|
+
* `closest()` — custom elements have no context API.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* ```html
|
|
22
|
+
* <skdx-loading-overlay visible>
|
|
23
|
+
* <skdx-loading-overlay-backdrop></skdx-loading-overlay-backdrop>
|
|
24
|
+
* </skdx-loading-overlay>
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare class SkdxLoadingOverlayBackdrop extends LitElement {
|
|
28
|
+
static styles: import("lit").CSSResult[];
|
|
29
|
+
private root;
|
|
30
|
+
private readonly onRootUpdate;
|
|
31
|
+
connectedCallback(): void;
|
|
32
|
+
disconnectedCallback(): void;
|
|
33
|
+
private syncHostState;
|
|
34
|
+
render(): import("lit").TemplateResult<1>;
|
|
35
|
+
}
|
|
36
|
+
declare global {
|
|
37
|
+
interface HTMLElementTagNameMap {
|
|
38
|
+
'skdx-loading-overlay-backdrop': SkdxLoadingOverlayBackdrop;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* `<skdx-loading-overlay-backdrop>` — the scrim that covers the work in
|
|
4
|
+
* progress. Rendered `aria-hidden`: it is pure decoration, the busy state is
|
|
5
|
+
* carried by the root's `aria-busy` and its announcement, not by a dimmed
|
|
6
|
+
* rectangle.
|
|
7
|
+
*
|
|
8
|
+
* `data-state="visible" | "hidden"`, `data-full-screen` and `hidden` are set
|
|
9
|
+
* on this **host** element rather than inside shadow DOM, so a consumer's own
|
|
10
|
+
* stylesheet can position and animate it without piercing a shadow boundary —
|
|
11
|
+
* one rule set styles both the inline (`position: absolute; inset: 0`) and the
|
|
12
|
+
* full-screen (`position: fixed; inset: 0`) case. `hidden` while the overlay
|
|
13
|
+
* is not effectively visible, so declaring an exit animation on
|
|
14
|
+
* `[data-state='hidden']` is the consumer's call rather than something this
|
|
15
|
+
* element forces.
|
|
16
|
+
*
|
|
17
|
+
* Must be used inside `<skdx-loading-overlay>`, which it finds with
|
|
18
|
+
* `closest()` — custom elements have no context API.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* ```html
|
|
22
|
+
* <skdx-loading-overlay visible>
|
|
23
|
+
* <skdx-loading-overlay-backdrop></skdx-loading-overlay-backdrop>
|
|
24
|
+
* </skdx-loading-overlay>
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare class SkdxLoadingOverlayBackdrop extends LitElement {
|
|
28
|
+
static styles: import("lit").CSSResult[];
|
|
29
|
+
private root;
|
|
30
|
+
private readonly onRootUpdate;
|
|
31
|
+
connectedCallback(): void;
|
|
32
|
+
disconnectedCallback(): void;
|
|
33
|
+
private syncHostState;
|
|
34
|
+
render(): import("lit").TemplateResult<1>;
|
|
35
|
+
}
|
|
36
|
+
declare global {
|
|
37
|
+
interface HTMLElementTagNameMap {
|
|
38
|
+
'skdx-loading-overlay-backdrop': SkdxLoadingOverlayBackdrop;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
var c=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var d=(r,o,e,i)=>{for(var t=i>1?void 0:i?h(o,e):o,l=r.length-1,a;l>=0;l--)(a=r[l])&&(t=(i?a(o,e,t):a(t))||t);return i&&t&&c(o,e,t),t};import{css as v,html as b,LitElement as p}from"lit";import{customElement as m}from"../internal/define.js";import{hiddenHostStyles as u}from"../internal/styles.js";import{LOADING_OVERLAY_UPDATE_EVENT as n}from"./LoadingOverlay.js";var s=class extends p{constructor(){super(...arguments);this.root=null;this.onRootUpdate=()=>this.syncHostState()}connectedCallback(){if(super.connectedCallback(),this.root=this.closest("skdx-loading-overlay"),!this.root)throw new Error("<skdx-loading-overlay-backdrop> must be used inside <skdx-loading-overlay>.");this.setAttribute("aria-hidden","true"),this.root.addEventListener(n,this.onRootUpdate),this.syncHostState()}disconnectedCallback(){this.root?.removeEventListener(n,this.onRootUpdate),super.disconnectedCallback()}syncHostState(){let e=this.root?.effectiveVisible??!1;this.setAttribute("data-state",e?"visible":"hidden"),this.toggleAttribute("data-full-screen",this.root?.fullScreen??!1),this.hidden=!e}render(){return b`<slot></slot>`}};s.styles=[u,v`
|
|
2
|
+
:host {
|
|
3
|
+
display: block;
|
|
4
|
+
}
|
|
5
|
+
`],s=d([m("skdx-loading-overlay-backdrop","loading-overlay","backdrop")],s);export{s as SkdxLoadingOverlayBackdrop};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";var a=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var y=(o,t)=>{for(var s in t)a(o,s,{get:t[s],enumerable:!0})},f=(o,t,s,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of b(t))!u.call(o,e)&&e!==s&&a(o,e,{get:()=>t[e],enumerable:!(i=h(t,e))||i.enumerable});return o};var g=o=>f(a({},"__esModule",{value:!0}),o),p=(o,t,s,i)=>{for(var e=i>1?void 0:i?h(t,s):t,n=o.length-1,d;n>=0;n--)(d=o[n])&&(e=(i?d(t,s,e):d(e))||e);return i&&e&&a(t,s,e),e};var k={};y(k,{SkdxLoadingOverlayContent:()=>r});module.exports=g(k);var l=require("lit"),v=require("../internal/define.cjs"),m=require("../internal/styles.cjs"),x=require("../spinner/Spinner.cjs"),c=require("./LoadingOverlay.cjs");var r=class extends l.LitElement{constructor(){super(...arguments);this.root=null;this.onRootUpdate=()=>{this.syncHostState(),this.requestUpdate()}}connectedCallback(){if(super.connectedCallback(),this.root=this.closest("skdx-loading-overlay"),!this.root)throw new Error("<skdx-loading-overlay-content> must be used inside <skdx-loading-overlay>.");this.root.addEventListener(c.LOADING_OVERLAY_UPDATE_EVENT,this.onRootUpdate),this.syncHostState()}disconnectedCallback(){this.root?.removeEventListener(c.LOADING_OVERLAY_UPDATE_EVENT,this.onRootUpdate),super.disconnectedCallback()}syncHostState(){let s=this.root?.effectiveVisible??!1;this.setAttribute("data-state",s?"visible":"hidden"),this.toggleAttribute("data-full-screen",this.root?.fullScreen??!1),this.hidden=!s}render(){return l.html`<slot part="content"
|
|
2
|
+
><skdx-spinner label=${this.root?.loadingLabel??"Loading"}></skdx-spinner
|
|
3
|
+
></slot>`}};r.styles=[m.hiddenHostStyles,l.css`
|
|
4
|
+
:host {
|
|
5
|
+
display: block;
|
|
6
|
+
}
|
|
7
|
+
`],r=p([(0,v.customElement)("skdx-loading-overlay-content","loading-overlay","content")],r);0&&(module.exports={SkdxLoadingOverlayContent});
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import '../spinner/Spinner.cjs';
|
|
3
|
+
/**
|
|
4
|
+
* `<skdx-loading-overlay-content>` — the indicator layer sitting on top of the
|
|
5
|
+
* backdrop: a spinner, a message, whatever the overlay needs to say. Carries
|
|
6
|
+
* the same `data-state="visible" | "hidden"`, `data-full-screen` and `hidden`
|
|
7
|
+
* hooks as `<skdx-loading-overlay-backdrop>`, all on this **host** element so a
|
|
8
|
+
* consumer's stylesheet can position and animate it without piercing a shadow
|
|
9
|
+
* boundary.
|
|
10
|
+
*
|
|
11
|
+
* With no slotted children it falls back to the existing `<skdx-spinner>`,
|
|
12
|
+
* labelled with the root's `loading-label` — composing the indicator the
|
|
13
|
+
* library already ships rather than growing a second one. Slot in your own
|
|
14
|
+
* content to replace it entirely.
|
|
15
|
+
*
|
|
16
|
+
* The whole overlay sits inside the root's `inert` subtree, so nothing here is
|
|
17
|
+
* focusable or announced; the "Loading" announcement is made by the root
|
|
18
|
+
* through the process-wide live region instead.
|
|
19
|
+
*
|
|
20
|
+
* Must be used inside `<skdx-loading-overlay>`, which it finds with `closest()`
|
|
21
|
+
* — custom elements have no context API.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```html
|
|
25
|
+
* <skdx-loading-overlay visible loading-label="Loading invoices">
|
|
26
|
+
* <skdx-loading-overlay-backdrop></skdx-loading-overlay-backdrop>
|
|
27
|
+
* <skdx-loading-overlay-content></skdx-loading-overlay-content>
|
|
28
|
+
* </skdx-loading-overlay>
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* @csspart content - The shadow-root wrapper holding the slot and its default `<skdx-spinner>`.
|
|
32
|
+
*/
|
|
33
|
+
export declare class SkdxLoadingOverlayContent extends LitElement {
|
|
34
|
+
static styles: import("lit").CSSResult[];
|
|
35
|
+
private root;
|
|
36
|
+
private readonly onRootUpdate;
|
|
37
|
+
connectedCallback(): void;
|
|
38
|
+
disconnectedCallback(): void;
|
|
39
|
+
private syncHostState;
|
|
40
|
+
render(): import("lit").TemplateResult<1>;
|
|
41
|
+
}
|
|
42
|
+
declare global {
|
|
43
|
+
interface HTMLElementTagNameMap {
|
|
44
|
+
'skdx-loading-overlay-content': SkdxLoadingOverlayContent;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import '../spinner/Spinner.js';
|
|
3
|
+
/**
|
|
4
|
+
* `<skdx-loading-overlay-content>` — the indicator layer sitting on top of the
|
|
5
|
+
* backdrop: a spinner, a message, whatever the overlay needs to say. Carries
|
|
6
|
+
* the same `data-state="visible" | "hidden"`, `data-full-screen` and `hidden`
|
|
7
|
+
* hooks as `<skdx-loading-overlay-backdrop>`, all on this **host** element so a
|
|
8
|
+
* consumer's stylesheet can position and animate it without piercing a shadow
|
|
9
|
+
* boundary.
|
|
10
|
+
*
|
|
11
|
+
* With no slotted children it falls back to the existing `<skdx-spinner>`,
|
|
12
|
+
* labelled with the root's `loading-label` — composing the indicator the
|
|
13
|
+
* library already ships rather than growing a second one. Slot in your own
|
|
14
|
+
* content to replace it entirely.
|
|
15
|
+
*
|
|
16
|
+
* The whole overlay sits inside the root's `inert` subtree, so nothing here is
|
|
17
|
+
* focusable or announced; the "Loading" announcement is made by the root
|
|
18
|
+
* through the process-wide live region instead.
|
|
19
|
+
*
|
|
20
|
+
* Must be used inside `<skdx-loading-overlay>`, which it finds with `closest()`
|
|
21
|
+
* — custom elements have no context API.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```html
|
|
25
|
+
* <skdx-loading-overlay visible loading-label="Loading invoices">
|
|
26
|
+
* <skdx-loading-overlay-backdrop></skdx-loading-overlay-backdrop>
|
|
27
|
+
* <skdx-loading-overlay-content></skdx-loading-overlay-content>
|
|
28
|
+
* </skdx-loading-overlay>
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* @csspart content - The shadow-root wrapper holding the slot and its default `<skdx-spinner>`.
|
|
32
|
+
*/
|
|
33
|
+
export declare class SkdxLoadingOverlayContent extends LitElement {
|
|
34
|
+
static styles: import("lit").CSSResult[];
|
|
35
|
+
private root;
|
|
36
|
+
private readonly onRootUpdate;
|
|
37
|
+
connectedCallback(): void;
|
|
38
|
+
disconnectedCallback(): void;
|
|
39
|
+
private syncHostState;
|
|
40
|
+
render(): import("lit").TemplateResult<1>;
|
|
41
|
+
}
|
|
42
|
+
declare global {
|
|
43
|
+
interface HTMLElementTagNameMap {
|
|
44
|
+
'skdx-loading-overlay-content': SkdxLoadingOverlayContent;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
var c=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var n=(r,o,e,i)=>{for(var t=i>1?void 0:i?h(o,e):o,l=r.length-1,a;l>=0;l--)(a=r[l])&&(t=(i?a(o,e,t):a(t))||t);return i&&t&&c(o,e,t),t};import{css as p,html as v,LitElement as m}from"lit";import{customElement as b}from"../internal/define.js";import{hiddenHostStyles as u}from"../internal/styles.js";import"../spinner/Spinner.js";import{LOADING_OVERLAY_UPDATE_EVENT as d}from"./LoadingOverlay.js";var s=class extends m{constructor(){super(...arguments);this.root=null;this.onRootUpdate=()=>{this.syncHostState(),this.requestUpdate()}}connectedCallback(){if(super.connectedCallback(),this.root=this.closest("skdx-loading-overlay"),!this.root)throw new Error("<skdx-loading-overlay-content> must be used inside <skdx-loading-overlay>.");this.root.addEventListener(d,this.onRootUpdate),this.syncHostState()}disconnectedCallback(){this.root?.removeEventListener(d,this.onRootUpdate),super.disconnectedCallback()}syncHostState(){let e=this.root?.effectiveVisible??!1;this.setAttribute("data-state",e?"visible":"hidden"),this.toggleAttribute("data-full-screen",this.root?.fullScreen??!1),this.hidden=!e}render(){return v`<slot part="content"
|
|
2
|
+
><skdx-spinner label=${this.root?.loadingLabel??"Loading"}></skdx-spinner
|
|
3
|
+
></slot>`}};s.styles=[u,p`
|
|
4
|
+
:host {
|
|
5
|
+
display: block;
|
|
6
|
+
}
|
|
7
|
+
`],s=n([b("skdx-loading-overlay-content","loading-overlay","content")],s);export{s as SkdxLoadingOverlayContent};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var i=(r,o)=>{for(var d in o)e(r,d,{get:o[d],enumerable:!0})},l=(r,o,d,x)=>{if(o&&typeof o=="object"||typeof o=="function")for(let a of f(o))!g.call(r,a)&&a!==d&&e(r,a,{get:()=>o[a],enumerable:!(x=p(o,a))||x.enumerable});return r};var m=r=>l(e({},"__esModule",{value:!0}),r);var v={};i(v,{SkdxLoadingOverlay:()=>n.SkdxLoadingOverlay,SkdxLoadingOverlayBackdrop:()=>t.SkdxLoadingOverlayBackdrop,SkdxLoadingOverlayContent:()=>k.SkdxLoadingOverlayContent});module.exports=m(v);var n=require("./LoadingOverlay.cjs"),t=require("./LoadingOverlayBackdrop.cjs"),k=require("./LoadingOverlayContent.cjs");0&&(module.exports={SkdxLoadingOverlay,SkdxLoadingOverlayBackdrop,SkdxLoadingOverlayContent});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{SkdxLoadingOverlay as a}from"./LoadingOverlay.js";import{SkdxLoadingOverlayBackdrop as e}from"./LoadingOverlayBackdrop.js";import{SkdxLoadingOverlayContent as n}from"./LoadingOverlayContent.js";export{a as SkdxLoadingOverlay,e as SkdxLoadingOverlayBackdrop,n as SkdxLoadingOverlayContent};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";var m=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var E=Object.getOwnPropertyNames;var v=Object.prototype.hasOwnProperty;var T=(a,r)=>{for(var e in r)m(a,e,{get:r[e],enumerable:!0})},g=(a,r,e,t)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of E(r))!v.call(a,i)&&i!==e&&m(a,i,{get:()=>r[i],enumerable:!(t=h(r,i))||t.enumerable});return a};var b=a=>g(m({},"__esModule",{value:!0}),a),c=(a,r,e,t)=>{for(var i=t>1?void 0:t?h(r,e):r,o=a.length-1,d;o>=0;o--)(d=a[o])&&(i=(t?d(r,e,i):d(i))||i);return t&&i&&m(r,e,i),i};var k={};T(k,{SkdxMenubar:()=>n});module.exports=b(k);var l=require("lit"),u=require("lit/decorators.js"),p=require("../internal/define.cjs"),y=require("../internal/direction.cjs"),f=require("../internal/typeahead.cjs");var w="[data-skdx-menubar-trigger]:not([disabled])",n=class extends l.LitElement{constructor(){super(...arguments);this.value="";this.typeahead="";this.handleKeyDown=e=>{let t=Array.from(this.querySelectorAll(w));if(t.length===0)return;let i=t.indexOf(document.activeElement),o=(0,y.directionalKey)(e.key,this);if(o==="ArrowRight"||o==="ArrowLeft"){e.preventDefault();let s=i+(o==="ArrowRight"?1:-1);s<0&&(s=t.length-1),s>=t.length&&(s=0),t[s]?.focus();return}if(o==="Home"){e.preventDefault(),t[0]?.focus();return}if(o==="End"){e.preventDefault(),t[t.length-1]?.focus();return}e.key.length===1&&!e.altKey&&!e.ctrlKey&&!e.metaKey&&(this.typeahead+=e.key.toLowerCase(),clearTimeout(this.typeaheadTimer),this.typeaheadTimer=setTimeout(()=>this.typeahead="",1e3),t.find(s=>(0,f.itemText)(s).trim().toLowerCase().startsWith(this.typeahead))?.focus())}}connectedCallback(){super.connectedCallback(),this.setAttribute("role","menubar"),this.addEventListener("keydown",this.handleKeyDown)}disconnectedCallback(){this.removeEventListener("keydown",this.handleKeyDown),clearTimeout(this.typeaheadTimer),super.disconnectedCallback()}setValue(e){this.value!==e&&(this.value=e,this.dispatchEvent(new CustomEvent("value-change",{detail:e,bubbles:!0,composed:!0})),this.dispatchEvent(new CustomEvent("skdx-menubar-internal-update",{composed:!0})))}render(){return l.html`<slot></slot>`}};n.styles=l.css`
|
|
2
|
+
:host {
|
|
3
|
+
display: block;
|
|
4
|
+
}
|
|
5
|
+
`,c([(0,u.property)({type:String,reflect:!0})],n.prototype,"value",2),n=c([(0,p.customElement)("skdx-menubar","menubar","root")],n);0&&(module.exports={SkdxMenubar});
|