@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,107 @@
|
|
|
1
|
+
import type { PropertyValues } from 'lit';
|
|
2
|
+
import { SkdxTextField } from '../text-field/TextField.cjs';
|
|
3
|
+
/**
|
|
4
|
+
* `<skdx-password-input>` — the Web Components implementation of the shared
|
|
5
|
+
* PasswordInput contract (see `@skdx/shared`'s `passwordInputContract`).
|
|
6
|
+
*
|
|
7
|
+
* **It *is* a `<skdx-text-field>`**, extended rather than re-implemented: every
|
|
8
|
+
* text-field property — `value`, `disabled`, `invalid`, `required`, `name` —
|
|
9
|
+
* plus the form participation, the `inputId` wiring and the `value-change`
|
|
10
|
+
* event come from that base class unchanged, so anything true of a text field's
|
|
11
|
+
* value handling is true here. The only state added is whether the characters
|
|
12
|
+
* are revealed.
|
|
13
|
+
*
|
|
14
|
+
* Its parts (`<skdx-password-input-field>`, `<skdx-password-input-toggle>`) are
|
|
15
|
+
* light-DOM custom elements that find this root with
|
|
16
|
+
* `closest('skdx-password-input')` and re-render on the same
|
|
17
|
+
* `skdx-text-field-internal-update` event the base class already dispatches — this
|
|
18
|
+
* element adds `visible` to the set of changes that trigger it, so the parts
|
|
19
|
+
* listen to exactly one event. Custom elements have no context API; the DOM
|
|
20
|
+
* tree itself is the shared context.
|
|
21
|
+
*
|
|
22
|
+
* Masked is the only safe default: a credential rendered on a screen someone
|
|
23
|
+
* else might be looking at starts hidden, and revealing is a deliberate act.
|
|
24
|
+
*
|
|
25
|
+
* Every change of visibility is announced politely through the shared live
|
|
26
|
+
* region ("Password shown" / "Password hidden"). A masked field flipping to
|
|
27
|
+
* plaintext is a purely visual event: without the announcement a screen-reader
|
|
28
|
+
* user pressing the toggle gets `aria-pressed` and nothing else, and never
|
|
29
|
+
* learns that their password is now on screen. The announcement is driven by
|
|
30
|
+
* the resolved state, so the initial state announces nothing — there was no
|
|
31
|
+
* change for the user to miss.
|
|
32
|
+
*
|
|
33
|
+
* The plaintext value is never copied into an attribute: `value` is inherited
|
|
34
|
+
* from `<skdx-text-field>` deliberately un-reflected, and nothing here writes it
|
|
35
|
+
* into a `data-*` or `aria-*` where a secret would end up in serialised HTML.
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* ```html
|
|
39
|
+
* <skdx-password-input>
|
|
40
|
+
* <skdx-password-input-field placeholder="Password"></skdx-password-input-field>
|
|
41
|
+
* <skdx-password-input-toggle>👁</skdx-password-input-toggle>
|
|
42
|
+
* </skdx-password-input>
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @fires visible-change - Fires with the new visibility (boolean) whenever the characters are revealed or re-masked. Suppressed when the requested state already matches the current one.
|
|
46
|
+
* @fires value-change - Fires with the new value (string) as the user types. Inherited from `<skdx-text-field>`.
|
|
47
|
+
*/
|
|
48
|
+
export declare class SkdxPasswordInput extends SkdxTextField {
|
|
49
|
+
/**
|
|
50
|
+
* Whether the characters are revealed. The property is the single source of
|
|
51
|
+
* truth, like a native `<input>`'s `checked`: a consumer that wants
|
|
52
|
+
* controlled behaviour listens for `visible-change` and writes it back.
|
|
53
|
+
* @default false — the field starts masked, which is the only safe default
|
|
54
|
+
* for a credential rendered on a screen someone else might be looking at.
|
|
55
|
+
*/
|
|
56
|
+
visible: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Initial visibility, for uncontrolled usage. Applied once, on connect, and
|
|
59
|
+
* only if `visible` wasn't already set.
|
|
60
|
+
* @default false — masked on first paint; nothing is announced for it,
|
|
61
|
+
* because no change happened.
|
|
62
|
+
*/
|
|
63
|
+
defaultVisible: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Replaces the message the browser shows when a `required` password field is
|
|
66
|
+
* submitted empty. Redeclared here rather than left to `<skdx-text-field>` so
|
|
67
|
+
* the attribute shows up on this element's own manifest entry — a
|
|
68
|
+
* credential field is the one people most often want custom wording on.
|
|
69
|
+
* @default undefined — keeps `'Please fill out this field.'`
|
|
70
|
+
*/
|
|
71
|
+
requiredMessage?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Words the polite live-region message announced when visibility changes.
|
|
74
|
+
* The toggle's own name does not change, so this announcement is the only
|
|
75
|
+
* confirmation a screen-reader user gets that the characters are now
|
|
76
|
+
* readable on screen. Return `''` to announce nothing. Property only — it is
|
|
77
|
+
* a function, so it cannot come from an attribute.
|
|
78
|
+
* @default undefined — the built-in English wording ("Password shown" / "Password hidden").
|
|
79
|
+
*/
|
|
80
|
+
getVisibilityAnnouncement?: (visible: boolean) => string;
|
|
81
|
+
/** Last visibility handed to the live region, seeded on the first update so mounting announces nothing. */
|
|
82
|
+
private announced?;
|
|
83
|
+
connectedCallback(): void;
|
|
84
|
+
/**
|
|
85
|
+
* Reveals or re-masks the characters and dispatches `visible-change`. Called
|
|
86
|
+
* by `<skdx-password-input-toggle>`. A request that matches the current state
|
|
87
|
+
* emits nothing, and a disabled field cannot be revealed — there is nothing
|
|
88
|
+
* to reveal in a field nobody can use.
|
|
89
|
+
*/
|
|
90
|
+
setVisible(next: boolean): void;
|
|
91
|
+
/**
|
|
92
|
+
* @internal Same contract as the base class's: publish the value, mirror the
|
|
93
|
+
* real input's `ValidityState`. Overridden only to look the input up under
|
|
94
|
+
* this family's tag — `<skdx-password-input-field>` rather than
|
|
95
|
+
* `<skdx-text-field-input>` — so `required`, `minlength`, `pattern` and the
|
|
96
|
+
* rest keep being mirrored exactly as they are on a plain text field. A
|
|
97
|
+
* plain descendant lookup: the field renders its `<input>` into the light
|
|
98
|
+
* DOM, so there is no shadow root to step through anymore.
|
|
99
|
+
*/
|
|
100
|
+
syncFormState(): void;
|
|
101
|
+
protected updated(changed: PropertyValues): void;
|
|
102
|
+
}
|
|
103
|
+
declare global {
|
|
104
|
+
interface HTMLElementTagNameMap {
|
|
105
|
+
'skdx-password-input': SkdxPasswordInput;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import type { PropertyValues } from 'lit';
|
|
2
|
+
import { SkdxTextField } from '../text-field/TextField.js';
|
|
3
|
+
/**
|
|
4
|
+
* `<skdx-password-input>` — the Web Components implementation of the shared
|
|
5
|
+
* PasswordInput contract (see `@skdx/shared`'s `passwordInputContract`).
|
|
6
|
+
*
|
|
7
|
+
* **It *is* a `<skdx-text-field>`**, extended rather than re-implemented: every
|
|
8
|
+
* text-field property — `value`, `disabled`, `invalid`, `required`, `name` —
|
|
9
|
+
* plus the form participation, the `inputId` wiring and the `value-change`
|
|
10
|
+
* event come from that base class unchanged, so anything true of a text field's
|
|
11
|
+
* value handling is true here. The only state added is whether the characters
|
|
12
|
+
* are revealed.
|
|
13
|
+
*
|
|
14
|
+
* Its parts (`<skdx-password-input-field>`, `<skdx-password-input-toggle>`) are
|
|
15
|
+
* light-DOM custom elements that find this root with
|
|
16
|
+
* `closest('skdx-password-input')` and re-render on the same
|
|
17
|
+
* `skdx-text-field-internal-update` event the base class already dispatches — this
|
|
18
|
+
* element adds `visible` to the set of changes that trigger it, so the parts
|
|
19
|
+
* listen to exactly one event. Custom elements have no context API; the DOM
|
|
20
|
+
* tree itself is the shared context.
|
|
21
|
+
*
|
|
22
|
+
* Masked is the only safe default: a credential rendered on a screen someone
|
|
23
|
+
* else might be looking at starts hidden, and revealing is a deliberate act.
|
|
24
|
+
*
|
|
25
|
+
* Every change of visibility is announced politely through the shared live
|
|
26
|
+
* region ("Password shown" / "Password hidden"). A masked field flipping to
|
|
27
|
+
* plaintext is a purely visual event: without the announcement a screen-reader
|
|
28
|
+
* user pressing the toggle gets `aria-pressed` and nothing else, and never
|
|
29
|
+
* learns that their password is now on screen. The announcement is driven by
|
|
30
|
+
* the resolved state, so the initial state announces nothing — there was no
|
|
31
|
+
* change for the user to miss.
|
|
32
|
+
*
|
|
33
|
+
* The plaintext value is never copied into an attribute: `value` is inherited
|
|
34
|
+
* from `<skdx-text-field>` deliberately un-reflected, and nothing here writes it
|
|
35
|
+
* into a `data-*` or `aria-*` where a secret would end up in serialised HTML.
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* ```html
|
|
39
|
+
* <skdx-password-input>
|
|
40
|
+
* <skdx-password-input-field placeholder="Password"></skdx-password-input-field>
|
|
41
|
+
* <skdx-password-input-toggle>👁</skdx-password-input-toggle>
|
|
42
|
+
* </skdx-password-input>
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @fires visible-change - Fires with the new visibility (boolean) whenever the characters are revealed or re-masked. Suppressed when the requested state already matches the current one.
|
|
46
|
+
* @fires value-change - Fires with the new value (string) as the user types. Inherited from `<skdx-text-field>`.
|
|
47
|
+
*/
|
|
48
|
+
export declare class SkdxPasswordInput extends SkdxTextField {
|
|
49
|
+
/**
|
|
50
|
+
* Whether the characters are revealed. The property is the single source of
|
|
51
|
+
* truth, like a native `<input>`'s `checked`: a consumer that wants
|
|
52
|
+
* controlled behaviour listens for `visible-change` and writes it back.
|
|
53
|
+
* @default false — the field starts masked, which is the only safe default
|
|
54
|
+
* for a credential rendered on a screen someone else might be looking at.
|
|
55
|
+
*/
|
|
56
|
+
visible: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Initial visibility, for uncontrolled usage. Applied once, on connect, and
|
|
59
|
+
* only if `visible` wasn't already set.
|
|
60
|
+
* @default false — masked on first paint; nothing is announced for it,
|
|
61
|
+
* because no change happened.
|
|
62
|
+
*/
|
|
63
|
+
defaultVisible: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Replaces the message the browser shows when a `required` password field is
|
|
66
|
+
* submitted empty. Redeclared here rather than left to `<skdx-text-field>` so
|
|
67
|
+
* the attribute shows up on this element's own manifest entry — a
|
|
68
|
+
* credential field is the one people most often want custom wording on.
|
|
69
|
+
* @default undefined — keeps `'Please fill out this field.'`
|
|
70
|
+
*/
|
|
71
|
+
requiredMessage?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Words the polite live-region message announced when visibility changes.
|
|
74
|
+
* The toggle's own name does not change, so this announcement is the only
|
|
75
|
+
* confirmation a screen-reader user gets that the characters are now
|
|
76
|
+
* readable on screen. Return `''` to announce nothing. Property only — it is
|
|
77
|
+
* a function, so it cannot come from an attribute.
|
|
78
|
+
* @default undefined — the built-in English wording ("Password shown" / "Password hidden").
|
|
79
|
+
*/
|
|
80
|
+
getVisibilityAnnouncement?: (visible: boolean) => string;
|
|
81
|
+
/** Last visibility handed to the live region, seeded on the first update so mounting announces nothing. */
|
|
82
|
+
private announced?;
|
|
83
|
+
connectedCallback(): void;
|
|
84
|
+
/**
|
|
85
|
+
* Reveals or re-masks the characters and dispatches `visible-change`. Called
|
|
86
|
+
* by `<skdx-password-input-toggle>`. A request that matches the current state
|
|
87
|
+
* emits nothing, and a disabled field cannot be revealed — there is nothing
|
|
88
|
+
* to reveal in a field nobody can use.
|
|
89
|
+
*/
|
|
90
|
+
setVisible(next: boolean): void;
|
|
91
|
+
/**
|
|
92
|
+
* @internal Same contract as the base class's: publish the value, mirror the
|
|
93
|
+
* real input's `ValidityState`. Overridden only to look the input up under
|
|
94
|
+
* this family's tag — `<skdx-password-input-field>` rather than
|
|
95
|
+
* `<skdx-text-field-input>` — so `required`, `minlength`, `pattern` and the
|
|
96
|
+
* rest keep being mirrored exactly as they are on a plain text field. A
|
|
97
|
+
* plain descendant lookup: the field renders its `<input>` into the light
|
|
98
|
+
* DOM, so there is no shadow root to step through anymore.
|
|
99
|
+
*/
|
|
100
|
+
syncFormState(): void;
|
|
101
|
+
protected updated(changed: PropertyValues): void;
|
|
102
|
+
}
|
|
103
|
+
declare global {
|
|
104
|
+
interface HTMLElementTagNameMap {
|
|
105
|
+
'skdx-password-input': SkdxPasswordInput;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var u=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var s=(n,l,e,o)=>{for(var t=o>1?void 0:o?b(l,e):l,a=n.length-1,d;a>=0;a--)(d=n[a])&&(t=(o?d(l,e,t):d(t))||t);return o&&t&&u(l,e,t),t};import{property as r}from"lit/decorators.js";import{customElement as h}from"../internal/define.js";import{SkdxTextField as v}from"../text-field/TextField.js";import{announce as c}from"../utils/live-announcer.js";function p(n){return n?"Password shown":"Password hidden"}var i=class extends v{constructor(){super(...arguments);this.visible=!1;this.defaultVisible=!1}connectedCallback(){super.connectedCallback(),this.defaultVisible&&!this.hasAttribute("visible")&&(this.visible=!0)}setVisible(e){this.disabled||e===this.visible||(this.visible=e,this.dispatchEvent(new CustomEvent("visible-change",{detail:e,bubbles:!0,composed:!0})))}syncFormState(){this.setFormValue(this.value);let e=this.querySelector("skdx-password-input-field input");e?this.mirrorValidity(e):this.setValueMissing(this.required&&!this.value,"Please fill out this field.")}updated(e){super.updated(e),this.setAttribute("data-state",this.visible?"visible":"hidden"),e.has("visible")&&this.announced!==void 0&&this.dispatchEvent(new CustomEvent("skdx-text-field-internal-update")),this.announced===void 0?this.announced=this.visible:this.announced!==this.visible&&(this.announced=this.visible,c((this.getVisibilityAnnouncement??p)(this.visible)))}};s([r({type:Boolean,reflect:!0})],i.prototype,"visible",2),s([r({type:Boolean,attribute:"default-visible"})],i.prototype,"defaultVisible",2),s([r({attribute:"required-message"})],i.prototype,"requiredMessage",2),s([r({attribute:!1})],i.prototype,"getVisibilityAnnouncement",2),i=s([h("skdx-password-input","password-input","root")],i);export{i as SkdxPasswordInput};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";var l=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var $=(r,t)=>{for(var e in t)l(r,e,{get:t[e],enumerable:!0})},g=(r,t,e,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of b(t))!f.call(r,i)&&i!==e&&l(r,i,{get:()=>t[i],enumerable:!(a=h(t,i))||a.enumerable});return r};var k=r=>g(l({},"__esModule",{value:!0}),r),n=(r,t,e,a)=>{for(var i=a>1?void 0:a?h(t,e):t,d=r.length-1,p;d>=0;d--)(p=r[d])&&(i=(a?p(t,e,i):p(i))||i);return a&&i&&l(t,e,i),i};var x={};$(x,{SkdxPasswordInputField:()=>s});module.exports=k(x);var o=require("lit"),u=require("lit/decorators.js"),c=require("../internal/aria-label.cjs"),v=require("../internal/define.cjs"),m=require("../internal/styles.cjs");var s=class extends o.LitElement{constructor(){super(...arguments);this.autoComplete="current-password";this.root=null;this.label=null;this.onRootChange=()=>this.requestUpdate();this.handleInput=e=>{this.root?.setValue(e.target.value)}}createRenderRoot(){return this}focus(e){this.querySelector("input")?.focus(e)}connectedCallback(){if(super.connectedCallback(),(0,m.installLightDomStyles)(),this.root=this.closest("skdx-password-input"),!this.root)throw new Error("<skdx-password-input-field> must be used inside <skdx-password-input>.");this.label=(0,c.takeHostAriaLabel)(this)??this.label,this.root.addEventListener("skdx-text-field-internal-update",this.onRootChange)}disconnectedCallback(){this.root?.removeEventListener("skdx-text-field-internal-update",this.onRootChange),super.disconnectedCallback()}updated(){this.root?.syncFormState()}render(){let e=this.root;if(!e)return o.nothing;let a=e.visible;return o.html`
|
|
2
|
+
<input
|
|
3
|
+
part="input"
|
|
4
|
+
id=${e.inputId}
|
|
5
|
+
type=${a?"text":"password"}
|
|
6
|
+
autocomplete=${this.autoComplete}
|
|
7
|
+
placeholder=${this.placeholder??o.nothing}
|
|
8
|
+
aria-label=${this.label??o.nothing}
|
|
9
|
+
.value=${e.value}
|
|
10
|
+
?disabled=${e.disabled}
|
|
11
|
+
?required=${e.required}
|
|
12
|
+
aria-invalid=${e.invalid?"true":o.nothing}
|
|
13
|
+
data-state=${a?"visible":"hidden"}
|
|
14
|
+
data-disabled=${e.disabled?"":o.nothing}
|
|
15
|
+
data-invalid=${e.invalid?"":o.nothing}
|
|
16
|
+
@input=${this.handleInput}
|
|
17
|
+
/>
|
|
18
|
+
`}};n([(0,u.property)({type:String})],s.prototype,"placeholder",2),n([(0,u.property)({type:String,attribute:"autocomplete"})],s.prototype,"autoComplete",2),s=n([(0,v.customElement)("skdx-password-input-field","password-input","field")],s);0&&(module.exports={SkdxPasswordInputField});
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { LitElement, nothing } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* `<skdx-password-input-field>` — the native `<input>` for a
|
|
4
|
+
* `<skdx-password-input>`. Looks up its ancestor root via `closest()` and
|
|
5
|
+
* reads its value/disabled/required/invalid exactly as
|
|
6
|
+
* `<skdx-text-field-input>` does, re-rendering whenever the root dispatches
|
|
7
|
+
* `skdx-text-field-internal-update`. Must be used inside `<skdx-password-input>`.
|
|
8
|
+
*
|
|
9
|
+
* **The root owns `type`.** It is `password` while the root is hidden and
|
|
10
|
+
* `text` while it is visible, and there is deliberately no `type` property
|
|
11
|
+
* here: a consumer who could set it would be able to pin the field open while
|
|
12
|
+
* the toggle claims it is masked. Flipping the type on the same node — rather
|
|
13
|
+
* than swapping the element — keeps focus, selection and caret across the
|
|
14
|
+
* flip.
|
|
15
|
+
*
|
|
16
|
+
* `autocomplete` defaults to `current-password` (WCAG 2.1 SC 1.3.5, Identify
|
|
17
|
+
* Input Purpose) and is overridable — a sign-up or change-password form wants
|
|
18
|
+
* `new-password`.
|
|
19
|
+
*
|
|
20
|
+
* The value reaches the input through its `.value` *property*, never an
|
|
21
|
+
* attribute: nothing here copies the secret into a `data-*` or `aria-*`.
|
|
22
|
+
*
|
|
23
|
+
* An `aria-label` written on this host is moved onto the `<input>`, which is
|
|
24
|
+
* the element carrying the role — left on the host it would name nothing and
|
|
25
|
+
* sit on an element with no role at all.
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* ```html
|
|
29
|
+
* <skdx-password-input>
|
|
30
|
+
* <skdx-password-input-field
|
|
31
|
+
* placeholder="Password"
|
|
32
|
+
* autocomplete="new-password"
|
|
33
|
+
* ></skdx-password-input-field>
|
|
34
|
+
* <skdx-password-input-toggle>👁</skdx-password-input-toggle>
|
|
35
|
+
* </skdx-password-input>
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* Renders **into light DOM** (`createRenderRoot()` returns `this` — no shadow
|
|
39
|
+
* root), like `<skdx-text-field-input>`, `<skdx-multi-select-input>` and every
|
|
40
|
+
* other native control in this package. It was the last one behind a shadow
|
|
41
|
+
* boundary, and the boundary cost more than it bought: `el.querySelector('input')`
|
|
42
|
+
* on the root — which is how a consumer, `<skdx-field>` and the method-coverage
|
|
43
|
+
* gate all reach a field's control — returned `null` here and returned the
|
|
44
|
+
* `<input>` for every sibling family.
|
|
45
|
+
*
|
|
46
|
+
* The one thing the boundary was protecting is
|
|
47
|
+
* `<skdx-password-input>`'s `syncFormState()`, which hands this `<input>` to
|
|
48
|
+
* `mirrorValidity()` so `minlength`, `pattern` and the rest keep reaching the
|
|
49
|
+
* form. Its lookup moved with the control, from
|
|
50
|
+
* `querySelector('skdx-password-input-field')?.shadowRoot?.querySelector('input')`
|
|
51
|
+
* to `querySelector('skdx-password-input-field input')` — exactly the rewrite
|
|
52
|
+
* `<skdx-text-field>`'s `inputElement` getter got when its input moved.
|
|
53
|
+
*
|
|
54
|
+
* @csspart input - The native `<input>` element. **`::part(input)` does not reach it.**
|
|
55
|
+
* This element renders into the light DOM (see `createRenderRoot` below) and `::part()`
|
|
56
|
+
* only matches inside a shadow root, so the `part` attribute is inert here. It is kept so
|
|
57
|
+
* the name matches the shadow-DOM components and the styling-hooks contract. Style it as an
|
|
58
|
+
* ordinary descendant instead: `skdx-password-input-field > input { … }`.
|
|
59
|
+
*/
|
|
60
|
+
export declare class SkdxPasswordInputField extends LitElement {
|
|
61
|
+
/** Light DOM, for the reasons in the class docblock. */
|
|
62
|
+
createRenderRoot(): this;
|
|
63
|
+
/**
|
|
64
|
+
* Reaches through to the native `<input>`. The shadow root used to carry
|
|
65
|
+
* `delegatesFocus`, which did this for free; a light-DOM element has to
|
|
66
|
+
* forward focus itself.
|
|
67
|
+
*/
|
|
68
|
+
focus(options?: FocusOptions): void;
|
|
69
|
+
/**
|
|
70
|
+
* Placeholder text passed straight through to the native input.
|
|
71
|
+
* @default undefined — no placeholder.
|
|
72
|
+
*/
|
|
73
|
+
placeholder?: string;
|
|
74
|
+
/**
|
|
75
|
+
* Native `autocomplete` token for the input.
|
|
76
|
+
* @default 'current-password' — WCAG 2.1 SC 1.3.5; set `new-password` on a
|
|
77
|
+
* sign-up or change-password form so the browser offers to generate one.
|
|
78
|
+
*/
|
|
79
|
+
autoComplete: string;
|
|
80
|
+
private root;
|
|
81
|
+
/** A consumer-supplied `aria-label`, moved off the host so it names the `<input>` that carries the role. */
|
|
82
|
+
private label;
|
|
83
|
+
private readonly onRootChange;
|
|
84
|
+
connectedCallback(): void;
|
|
85
|
+
disconnectedCallback(): void;
|
|
86
|
+
private readonly handleInput;
|
|
87
|
+
protected updated(): void;
|
|
88
|
+
render(): import("lit").TemplateResult<1> | typeof nothing;
|
|
89
|
+
}
|
|
90
|
+
declare global {
|
|
91
|
+
interface HTMLElementTagNameMap {
|
|
92
|
+
'skdx-password-input-field': SkdxPasswordInputField;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { LitElement, nothing } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* `<skdx-password-input-field>` — the native `<input>` for a
|
|
4
|
+
* `<skdx-password-input>`. Looks up its ancestor root via `closest()` and
|
|
5
|
+
* reads its value/disabled/required/invalid exactly as
|
|
6
|
+
* `<skdx-text-field-input>` does, re-rendering whenever the root dispatches
|
|
7
|
+
* `skdx-text-field-internal-update`. Must be used inside `<skdx-password-input>`.
|
|
8
|
+
*
|
|
9
|
+
* **The root owns `type`.** It is `password` while the root is hidden and
|
|
10
|
+
* `text` while it is visible, and there is deliberately no `type` property
|
|
11
|
+
* here: a consumer who could set it would be able to pin the field open while
|
|
12
|
+
* the toggle claims it is masked. Flipping the type on the same node — rather
|
|
13
|
+
* than swapping the element — keeps focus, selection and caret across the
|
|
14
|
+
* flip.
|
|
15
|
+
*
|
|
16
|
+
* `autocomplete` defaults to `current-password` (WCAG 2.1 SC 1.3.5, Identify
|
|
17
|
+
* Input Purpose) and is overridable — a sign-up or change-password form wants
|
|
18
|
+
* `new-password`.
|
|
19
|
+
*
|
|
20
|
+
* The value reaches the input through its `.value` *property*, never an
|
|
21
|
+
* attribute: nothing here copies the secret into a `data-*` or `aria-*`.
|
|
22
|
+
*
|
|
23
|
+
* An `aria-label` written on this host is moved onto the `<input>`, which is
|
|
24
|
+
* the element carrying the role — left on the host it would name nothing and
|
|
25
|
+
* sit on an element with no role at all.
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* ```html
|
|
29
|
+
* <skdx-password-input>
|
|
30
|
+
* <skdx-password-input-field
|
|
31
|
+
* placeholder="Password"
|
|
32
|
+
* autocomplete="new-password"
|
|
33
|
+
* ></skdx-password-input-field>
|
|
34
|
+
* <skdx-password-input-toggle>👁</skdx-password-input-toggle>
|
|
35
|
+
* </skdx-password-input>
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* Renders **into light DOM** (`createRenderRoot()` returns `this` — no shadow
|
|
39
|
+
* root), like `<skdx-text-field-input>`, `<skdx-multi-select-input>` and every
|
|
40
|
+
* other native control in this package. It was the last one behind a shadow
|
|
41
|
+
* boundary, and the boundary cost more than it bought: `el.querySelector('input')`
|
|
42
|
+
* on the root — which is how a consumer, `<skdx-field>` and the method-coverage
|
|
43
|
+
* gate all reach a field's control — returned `null` here and returned the
|
|
44
|
+
* `<input>` for every sibling family.
|
|
45
|
+
*
|
|
46
|
+
* The one thing the boundary was protecting is
|
|
47
|
+
* `<skdx-password-input>`'s `syncFormState()`, which hands this `<input>` to
|
|
48
|
+
* `mirrorValidity()` so `minlength`, `pattern` and the rest keep reaching the
|
|
49
|
+
* form. Its lookup moved with the control, from
|
|
50
|
+
* `querySelector('skdx-password-input-field')?.shadowRoot?.querySelector('input')`
|
|
51
|
+
* to `querySelector('skdx-password-input-field input')` — exactly the rewrite
|
|
52
|
+
* `<skdx-text-field>`'s `inputElement` getter got when its input moved.
|
|
53
|
+
*
|
|
54
|
+
* @csspart input - The native `<input>` element. **`::part(input)` does not reach it.**
|
|
55
|
+
* This element renders into the light DOM (see `createRenderRoot` below) and `::part()`
|
|
56
|
+
* only matches inside a shadow root, so the `part` attribute is inert here. It is kept so
|
|
57
|
+
* the name matches the shadow-DOM components and the styling-hooks contract. Style it as an
|
|
58
|
+
* ordinary descendant instead: `skdx-password-input-field > input { … }`.
|
|
59
|
+
*/
|
|
60
|
+
export declare class SkdxPasswordInputField extends LitElement {
|
|
61
|
+
/** Light DOM, for the reasons in the class docblock. */
|
|
62
|
+
createRenderRoot(): this;
|
|
63
|
+
/**
|
|
64
|
+
* Reaches through to the native `<input>`. The shadow root used to carry
|
|
65
|
+
* `delegatesFocus`, which did this for free; a light-DOM element has to
|
|
66
|
+
* forward focus itself.
|
|
67
|
+
*/
|
|
68
|
+
focus(options?: FocusOptions): void;
|
|
69
|
+
/**
|
|
70
|
+
* Placeholder text passed straight through to the native input.
|
|
71
|
+
* @default undefined — no placeholder.
|
|
72
|
+
*/
|
|
73
|
+
placeholder?: string;
|
|
74
|
+
/**
|
|
75
|
+
* Native `autocomplete` token for the input.
|
|
76
|
+
* @default 'current-password' — WCAG 2.1 SC 1.3.5; set `new-password` on a
|
|
77
|
+
* sign-up or change-password form so the browser offers to generate one.
|
|
78
|
+
*/
|
|
79
|
+
autoComplete: string;
|
|
80
|
+
private root;
|
|
81
|
+
/** A consumer-supplied `aria-label`, moved off the host so it names the `<input>` that carries the role. */
|
|
82
|
+
private label;
|
|
83
|
+
private readonly onRootChange;
|
|
84
|
+
connectedCallback(): void;
|
|
85
|
+
disconnectedCallback(): void;
|
|
86
|
+
private readonly handleInput;
|
|
87
|
+
protected updated(): void;
|
|
88
|
+
render(): import("lit").TemplateResult<1> | typeof nothing;
|
|
89
|
+
}
|
|
90
|
+
declare global {
|
|
91
|
+
interface HTMLElementTagNameMap {
|
|
92
|
+
'skdx-password-input-field': SkdxPasswordInputField;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var u=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var s=(l,a,e,t)=>{for(var i=t>1?void 0:t?h(a,e):a,n=l.length-1,d;n>=0;n--)(d=l[n])&&(i=(t?d(a,e,i):d(i))||i);return t&&i&&u(a,e,i),i};import{html as c,LitElement as v,nothing as r}from"lit";import{property as p}from"lit/decorators.js";import{takeHostAriaLabel as m}from"../internal/aria-label.js";import{customElement as b}from"../internal/define.js";import{installLightDomStyles as f}from"../internal/styles.js";var o=class extends v{constructor(){super(...arguments);this.autoComplete="current-password";this.root=null;this.label=null;this.onRootChange=()=>this.requestUpdate();this.handleInput=e=>{this.root?.setValue(e.target.value)}}createRenderRoot(){return this}focus(e){this.querySelector("input")?.focus(e)}connectedCallback(){if(super.connectedCallback(),f(),this.root=this.closest("skdx-password-input"),!this.root)throw new Error("<skdx-password-input-field> must be used inside <skdx-password-input>.");this.label=m(this)??this.label,this.root.addEventListener("skdx-text-field-internal-update",this.onRootChange)}disconnectedCallback(){this.root?.removeEventListener("skdx-text-field-internal-update",this.onRootChange),super.disconnectedCallback()}updated(){this.root?.syncFormState()}render(){let e=this.root;if(!e)return r;let t=e.visible;return c`
|
|
2
|
+
<input
|
|
3
|
+
part="input"
|
|
4
|
+
id=${e.inputId}
|
|
5
|
+
type=${t?"text":"password"}
|
|
6
|
+
autocomplete=${this.autoComplete}
|
|
7
|
+
placeholder=${this.placeholder??r}
|
|
8
|
+
aria-label=${this.label??r}
|
|
9
|
+
.value=${e.value}
|
|
10
|
+
?disabled=${e.disabled}
|
|
11
|
+
?required=${e.required}
|
|
12
|
+
aria-invalid=${e.invalid?"true":r}
|
|
13
|
+
data-state=${t?"visible":"hidden"}
|
|
14
|
+
data-disabled=${e.disabled?"":r}
|
|
15
|
+
data-invalid=${e.invalid?"":r}
|
|
16
|
+
@input=${this.handleInput}
|
|
17
|
+
/>
|
|
18
|
+
`}};s([p({type:String})],o.prototype,"placeholder",2),s([p({type:String,attribute:"autocomplete"})],o.prototype,"autoComplete",2),o=s([b("skdx-password-input-field","password-input","field")],o);export{o as SkdxPasswordInputField};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";var d=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var k=Object.prototype.hasOwnProperty;var f=(s,o)=>{for(var t in o)d(s,t,{get:o[t],enumerable:!0})},g=(s,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of v(o))!k.call(s,e)&&e!==t&&d(s,e,{get:()=>o[e],enumerable:!(i=c(o,e))||i.enumerable});return s};var w=s=>g(d({},"__esModule",{value:!0}),s),h=(s,o,t,i)=>{for(var e=i>1?void 0:i?c(o,t):o,n=s.length-1,p;n>=0;n--)(p=s[n])&&(e=(i?p(o,t,e):p(e))||e);return i&&e&&d(o,t,e),e};var x={};f(x,{SkdxPasswordInputToggle:()=>a});module.exports=w(x);var r=require("lit"),b=require("../internal/aria-label.cjs"),u=require("../internal/define.cjs"),m=require("../internal/part.cjs"),l=require("../internal/styles.cjs");var a=class extends r.LitElement{constructor(){super(...arguments);this.root=null;this.label=null;this.onRootChange=()=>this.requestUpdate();this.handleClick=()=>{let t=this.root;t&&t.setVisible(!t.visible)}}connectedCallback(){if(super.connectedCallback(),this.root=this.closest("skdx-password-input"),!this.root)throw new Error("<skdx-password-input-toggle> must be used inside <skdx-password-input>.");this.label=(0,b.takeHostAriaLabel)(this)??this.label,this.root.addEventListener("skdx-text-field-internal-update",this.onRootChange)}disconnectedCallback(){this.root?.removeEventListener("skdx-text-field-internal-update",this.onRootChange),super.disconnectedCallback()}updated(){(0,m.reflectHostState)(this,{"data-disabled":this.root?.disabled?"":null})}render(){let t=this.root;if(!t)return r.nothing;let i=t.visible,e=t.disabled;return r.html`
|
|
2
|
+
<button
|
|
3
|
+
part="toggle"
|
|
4
|
+
type="button"
|
|
5
|
+
aria-pressed=${i}
|
|
6
|
+
aria-label=${this.label??(i?"Hide password":"Show password")}
|
|
7
|
+
?disabled=${e}
|
|
8
|
+
data-state=${i?"visible":"hidden"}
|
|
9
|
+
data-disabled=${e?"":r.nothing}
|
|
10
|
+
@click=${this.handleClick}
|
|
11
|
+
>
|
|
12
|
+
<slot></slot>
|
|
13
|
+
</button>
|
|
14
|
+
`}};a.styles=[l.resetNativeControl,l.hiddenHostStyles,r.css`
|
|
15
|
+
:host {
|
|
16
|
+
display: contents;
|
|
17
|
+
}
|
|
18
|
+
`,l.controlBoxOnHost],a=h([(0,u.customElement)("skdx-password-input-toggle","password-input","toggle")],a);0&&(module.exports={SkdxPasswordInputToggle});
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { LitElement, nothing } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* `<skdx-password-input-toggle>` — the reveal button for a
|
|
4
|
+
* `<skdx-password-input>`. Renders a `<button type="button">` carrying
|
|
5
|
+
* `aria-pressed`, so assistive tech reports a toggle that is currently on or
|
|
6
|
+
* off rather than a button that did something unknowable. Must be used inside
|
|
7
|
+
* `<skdx-password-input>`.
|
|
8
|
+
*
|
|
9
|
+
* **It stays in the tab order.** `tabindex="-1"` is the usual shortcut for an
|
|
10
|
+
* adornment inside a field and it is wrong here: revealing the characters is
|
|
11
|
+
* the only way a keyboard user can check what they typed, so taking the button
|
|
12
|
+
* out of tab navigation makes that unreachable without a pointer (WCAG 2.1.1).
|
|
13
|
+
* Tab from the field lands on the toggle, and Enter/Space operate it — native
|
|
14
|
+
* `<button>` behaviour, not re-implemented. Toggling never moves focus, so
|
|
15
|
+
* revealing mid-entry does not cost the user their place.
|
|
16
|
+
*
|
|
17
|
+
* An accessible name is always present: it defaults to "Show password" /
|
|
18
|
+
* "Hide password", flipping with the state so the name and `aria-pressed`
|
|
19
|
+
* agree. Write `aria-label` on the host to localise it — the attribute is
|
|
20
|
+
* moved onto the inner `<button>`, where the role that it names actually
|
|
21
|
+
* lives.
|
|
22
|
+
*
|
|
23
|
+
* Disabled follows the root's `disabled`, and both `data-state` and
|
|
24
|
+
* `data-disabled` are exposed so an icon can swap from CSS.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```html
|
|
28
|
+
* <skdx-password-input>
|
|
29
|
+
* <skdx-password-input-field placeholder="Password"></skdx-password-input-field>
|
|
30
|
+
* <skdx-password-input-toggle aria-label="Afficher le mot de passe">👁</skdx-password-input-toggle>
|
|
31
|
+
* </skdx-password-input>
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* @csspart toggle - The native `<button>` element inside the shadow root.
|
|
35
|
+
*/
|
|
36
|
+
export declare class SkdxPasswordInputToggle extends LitElement {
|
|
37
|
+
static styles: import("lit").CSSResult[];
|
|
38
|
+
private root;
|
|
39
|
+
/** A consumer-supplied `aria-label`, moved off the host so it names the element that carries the role. */
|
|
40
|
+
private label;
|
|
41
|
+
private readonly onRootChange;
|
|
42
|
+
connectedCallback(): void;
|
|
43
|
+
disconnectedCallback(): void;
|
|
44
|
+
private readonly handleClick;
|
|
45
|
+
protected updated(): void;
|
|
46
|
+
render(): import("lit").TemplateResult<1> | typeof nothing;
|
|
47
|
+
}
|
|
48
|
+
declare global {
|
|
49
|
+
interface HTMLElementTagNameMap {
|
|
50
|
+
'skdx-password-input-toggle': SkdxPasswordInputToggle;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { LitElement, nothing } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* `<skdx-password-input-toggle>` — the reveal button for a
|
|
4
|
+
* `<skdx-password-input>`. Renders a `<button type="button">` carrying
|
|
5
|
+
* `aria-pressed`, so assistive tech reports a toggle that is currently on or
|
|
6
|
+
* off rather than a button that did something unknowable. Must be used inside
|
|
7
|
+
* `<skdx-password-input>`.
|
|
8
|
+
*
|
|
9
|
+
* **It stays in the tab order.** `tabindex="-1"` is the usual shortcut for an
|
|
10
|
+
* adornment inside a field and it is wrong here: revealing the characters is
|
|
11
|
+
* the only way a keyboard user can check what they typed, so taking the button
|
|
12
|
+
* out of tab navigation makes that unreachable without a pointer (WCAG 2.1.1).
|
|
13
|
+
* Tab from the field lands on the toggle, and Enter/Space operate it — native
|
|
14
|
+
* `<button>` behaviour, not re-implemented. Toggling never moves focus, so
|
|
15
|
+
* revealing mid-entry does not cost the user their place.
|
|
16
|
+
*
|
|
17
|
+
* An accessible name is always present: it defaults to "Show password" /
|
|
18
|
+
* "Hide password", flipping with the state so the name and `aria-pressed`
|
|
19
|
+
* agree. Write `aria-label` on the host to localise it — the attribute is
|
|
20
|
+
* moved onto the inner `<button>`, where the role that it names actually
|
|
21
|
+
* lives.
|
|
22
|
+
*
|
|
23
|
+
* Disabled follows the root's `disabled`, and both `data-state` and
|
|
24
|
+
* `data-disabled` are exposed so an icon can swap from CSS.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```html
|
|
28
|
+
* <skdx-password-input>
|
|
29
|
+
* <skdx-password-input-field placeholder="Password"></skdx-password-input-field>
|
|
30
|
+
* <skdx-password-input-toggle aria-label="Afficher le mot de passe">👁</skdx-password-input-toggle>
|
|
31
|
+
* </skdx-password-input>
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* @csspart toggle - The native `<button>` element inside the shadow root.
|
|
35
|
+
*/
|
|
36
|
+
export declare class SkdxPasswordInputToggle extends LitElement {
|
|
37
|
+
static styles: import("lit").CSSResult[];
|
|
38
|
+
private root;
|
|
39
|
+
/** A consumer-supplied `aria-label`, moved off the host so it names the element that carries the role. */
|
|
40
|
+
private label;
|
|
41
|
+
private readonly onRootChange;
|
|
42
|
+
connectedCallback(): void;
|
|
43
|
+
disconnectedCallback(): void;
|
|
44
|
+
private readonly handleClick;
|
|
45
|
+
protected updated(): void;
|
|
46
|
+
render(): import("lit").TemplateResult<1> | typeof nothing;
|
|
47
|
+
}
|
|
48
|
+
declare global {
|
|
49
|
+
interface HTMLElementTagNameMap {
|
|
50
|
+
'skdx-password-input-toggle': SkdxPasswordInputToggle;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=(r,s,t,o)=>{for(var e=o>1?void 0:o?c(s,t):s,a=r.length-1,l;a>=0;a--)(l=r[a])&&(e=(o?l(s,t,e):l(e))||e);return o&&e&&p(s,t,e),e};import{css as h,html as b,LitElement as u,nothing as n}from"lit";import{takeHostAriaLabel as m}from"../internal/aria-label.js";import{customElement as v}from"../internal/define.js";import{reflectHostState as k}from"../internal/part.js";import{controlBoxOnHost as f,hiddenHostStyles as g,resetNativeControl as w}from"../internal/styles.js";var i=class extends u{constructor(){super(...arguments);this.root=null;this.label=null;this.onRootChange=()=>this.requestUpdate();this.handleClick=()=>{let t=this.root;t&&t.setVisible(!t.visible)}}connectedCallback(){if(super.connectedCallback(),this.root=this.closest("skdx-password-input"),!this.root)throw new Error("<skdx-password-input-toggle> must be used inside <skdx-password-input>.");this.label=m(this)??this.label,this.root.addEventListener("skdx-text-field-internal-update",this.onRootChange)}disconnectedCallback(){this.root?.removeEventListener("skdx-text-field-internal-update",this.onRootChange),super.disconnectedCallback()}updated(){k(this,{"data-disabled":this.root?.disabled?"":null})}render(){let t=this.root;if(!t)return n;let o=t.visible,e=t.disabled;return b`
|
|
2
|
+
<button
|
|
3
|
+
part="toggle"
|
|
4
|
+
type="button"
|
|
5
|
+
aria-pressed=${o}
|
|
6
|
+
aria-label=${this.label??(o?"Hide password":"Show password")}
|
|
7
|
+
?disabled=${e}
|
|
8
|
+
data-state=${o?"visible":"hidden"}
|
|
9
|
+
data-disabled=${e?"":n}
|
|
10
|
+
@click=${this.handleClick}
|
|
11
|
+
>
|
|
12
|
+
<slot></slot>
|
|
13
|
+
</button>
|
|
14
|
+
`}};i.styles=[w,g,h`
|
|
15
|
+
:host {
|
|
16
|
+
display: contents;
|
|
17
|
+
}
|
|
18
|
+
`,f],i=d([v("skdx-password-input-toggle","password-input","toggle")],i);export{i as SkdxPasswordInputToggle};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var n=(r,o)=>{for(var p in o)s(r,p,{get:o[p],enumerable:!0})},u=(r,o,p,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let d of k(o))!m.call(r,d)&&d!==p&&s(r,d,{get:()=>o[d],enumerable:!(t=f(o,d))||t.enumerable});return r};var w=r=>u(s({},"__esModule",{value:!0}),r);var I={};n(I,{SkdxPasswordInput:()=>x.SkdxPasswordInput,SkdxPasswordInputField:()=>e.SkdxPasswordInputField,SkdxPasswordInputToggle:()=>a.SkdxPasswordInputToggle});module.exports=w(I);var x=require("./PasswordInput.cjs"),e=require("./PasswordInputField.cjs"),a=require("./PasswordInputToggle.cjs");0&&(module.exports={SkdxPasswordInput,SkdxPasswordInputField,SkdxPasswordInputToggle});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{SkdxPasswordInput as d}from"./PasswordInput.js";import{SkdxPasswordInputField as s}from"./PasswordInputField.js";import{SkdxPasswordInputToggle as x}from"./PasswordInputToggle.js";export{d as SkdxPasswordInput,s as SkdxPasswordInputField,x as SkdxPasswordInputToggle};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var y=Object.prototype.hasOwnProperty;var g=(o,s)=>{for(var e in s)n(o,e,{get:s[e],enumerable:!0})},b=(o,s,e,r)=>{if(s&&typeof s=="object"||typeof s=="function")for(let i of v(s))!y.call(o,i)&&i!==e&&n(o,i,{get:()=>s[i],enumerable:!(r=d(s,i))||r.enumerable});return o};var E=o=>b(n({},"__esModule",{value:!0}),o),l=(o,s,e,r)=>{for(var i=r>1?void 0:r?d(s,e):s,m=o.length-1,h;m>=0;m--)(h=o[m])&&(i=(r?h(s,e,i):h(i))||i);return r&&i&&n(s,e,i),i};var q={};g(q,{SkdxPinInput:()=>t});module.exports=E(q);var u=require("lit"),a=require("lit/decorators.js"),c=require("../internal/define.cjs"),f=require("../internal/form-associated.cjs"),p=require("../internal/part.cjs");var t=class extends(0,f.FormAssociated)(u.LitElement){constructor(){super(...arguments);this.value="";this.length=6;this.type="text";this.mask=!1;this.disabled=!1;this.invalid=!1;this.readOnly=!1;this.required=!1;this.autoSubmit=!1}updated(e){e.size>0&&this.dispatchEvent(new CustomEvent("skdx-pin-input-internal-update")),(e.has("value")||e.has("required")||e.has("length"))&&this.syncFormState(),(0,p.reflectHostState)(this,{"data-disabled":this.disabled?"":null,"data-invalid":this.invalid?"":null,"data-readonly":this.readOnly?"":null})}syncFormState(){this.setFormValue(this.value),this.setValueMissing(this.required&&this.value.length<this.length,`Please fill in all ${this.length} characters.`,this.querySelector("skdx-pin-input-field input"))}formResetCallback(){this.value=this.getAttribute("value")??""}setValue(e){let r=e.slice(0,this.length);if(r===this.value)return;let i=this.value.length===this.length;this.value=r,this.dispatchEvent(new CustomEvent("value-change",{detail:r,bubbles:!0,composed:!0})),!(r.length!==this.length||i)&&(this.dispatchEvent(new CustomEvent("value-complete",{detail:r,bubbles:!0,composed:!0})),this.autoSubmit&&this.submitForm())}sanitizePaste(e){return this.sanitize?.(e)??e}submitForm(){let e=this.closest("skdx-form");if(e){e.trySubmit?.();return}(this.form??this.closest("form"))?.requestSubmit()}focusIndex(e){Array.from(this.querySelectorAll("skdx-pin-input-field"))[e]?.focus()}render(){return u.html`<slot></slot>`}};t.styles=u.css`
|
|
2
|
+
:host {
|
|
3
|
+
display: contents;
|
|
4
|
+
}
|
|
5
|
+
`,l([(0,a.property)({type:String})],t.prototype,"value",2),l([(0,a.property)({type:Number})],t.prototype,"length",2),l([(0,a.property)({type:String})],t.prototype,"type",2),l([(0,a.property)({type:Boolean,reflect:!0})],t.prototype,"mask",2),l([(0,a.property)({type:Boolean,reflect:!0})],t.prototype,"disabled",2),l([(0,a.property)({type:Boolean,reflect:!0})],t.prototype,"invalid",2),l([(0,a.property)({type:Boolean,reflect:!0,attribute:"read-only"})],t.prototype,"readOnly",2),l([(0,a.property)({type:Boolean,reflect:!0})],t.prototype,"required",2),l([(0,a.property)({type:String,reflect:!0})],t.prototype,"name",2),l([(0,a.property)({attribute:"required-message"})],t.prototype,"requiredMessage",2),l([(0,a.property)({type:Boolean,reflect:!0,attribute:"auto-submit"})],t.prototype,"autoSubmit",2),l([(0,a.property)({attribute:!1})],t.prototype,"sanitize",2),t=l([(0,c.customElement)("skdx-pin-input","pin-input","root")],t);0&&(module.exports={SkdxPinInput});
|