@revotech-group/revotech-ui-kit 0.0.61 → 0.0.63
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 +30 -30
- package/dist/library.css +2548 -2385
- package/dist/revotech-ui-kit.js +8346 -6951
- package/dist/revotech-ui-kit.umd.cjs +1584 -2271
- package/dist/src/assets/icons/carousel-arrow-left.d.ts +1 -0
- package/dist/src/assets/icons/carousel-arrow-right.d.ts +1 -0
- package/dist/src/assets/icons/index.d.ts +2 -0
- package/dist/src/components/index.d.ts +0 -2
- package/dist/src/components/ui/accordion/accordion-content.d.ts +20 -0
- package/dist/src/components/{atoms → ui}/accordion/accordion-item.d.ts +6 -6
- package/dist/src/components/{atoms → ui}/accordion/accordion-trigger.d.ts +6 -9
- package/dist/src/components/{atoms/accordion/accordion.atoms.d.ts → ui/accordion/accordion.d.ts} +7 -4
- package/dist/src/components/ui/accordion/accordion.stories.d.ts +11 -0
- package/dist/src/components/{atoms/alert/alert.atom.d.ts → ui/alert/alert.d.ts} +5 -7
- package/dist/src/components/ui/alert/alert.stories.d.ts +8 -0
- package/dist/src/components/{atoms/aspect-ratio/aspect-ratio-atom.d.ts → ui/aspect-ratio/aspect-ratio.d.ts} +3 -1
- package/dist/src/components/{atoms/badge/badge.atom.d.ts → ui/badge/badge.d.ts} +3 -1
- package/dist/src/components/{atoms/collapsible/collapsible-content.d.ts → ui/breadcrumb/breadcrumb-ellipsis.d.ts} +3 -3
- package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +14 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +15 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +14 -0
- package/dist/src/components/{molecules → ui}/breadcrumb/breadcrumb-separator.d.ts +6 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +14 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +21 -0
- package/dist/src/components/{molecules → ui}/breadcrumb/breadcrumb.stories.d.ts +0 -1
- package/dist/src/components/{atoms/button/button.atom.d.ts → ui/button/button.d.ts} +3 -1
- package/dist/src/components/{atoms/calendar/calendar.atom.d.ts → ui/calendar/calendar.d.ts} +1 -0
- package/dist/src/components/{atoms → ui}/card/card-content.d.ts +1 -1
- package/dist/src/components/{atoms → ui}/card/card-description.d.ts +1 -1
- package/dist/src/components/{atoms → ui}/card/card-footer.d.ts +1 -1
- package/dist/src/components/{atoms → ui}/card/card-header.d.ts +1 -1
- package/dist/src/components/{atoms → ui}/card/card-title.d.ts +1 -1
- package/dist/src/components/{atoms/card/card.atom.d.ts → ui/card/card.d.ts} +7 -3
- package/dist/src/components/{atoms/carousel/carousel.atom.d.ts → ui/carousel/carousel.d.ts} +7 -3
- package/dist/src/components/ui/collapsible/collapsible-content.d.ts +17 -0
- package/dist/src/components/{atoms → ui}/collapsible/collapsible-trigger.d.ts +5 -2
- package/dist/src/components/{atoms/collapsible/collapsible.atom.d.ts → ui/collapsible/collapsible.d.ts} +9 -2
- package/dist/src/components/ui/combobox/combo-box-empty.d.ts +14 -0
- package/dist/src/components/ui/combobox/combo-box-group.d.ts +37 -0
- package/dist/src/components/{atoms → ui}/combobox/combo-box-input.d.ts +1 -1
- package/dist/src/components/{atoms → ui}/combobox/combo-box-item.d.ts +4 -1
- package/dist/src/components/{atoms → ui}/combobox/combo-box-trigger.d.ts +7 -4
- package/dist/src/components/{atoms → ui}/combobox/combo-box-value.d.ts +2 -2
- package/dist/src/components/ui/combobox/combo-box.d.ts +35 -0
- package/dist/src/components/ui/combobox/combo-box.stories.d.ts +10 -0
- package/dist/src/components/ui/command/command-empty.atom.d.ts +18 -0
- package/dist/src/components/ui/command/command-group.atom.d.ts +19 -0
- package/dist/src/components/{atoms → ui}/command/command-input.atom.d.ts +6 -1
- package/dist/src/components/ui/command/command-item.atom.d.ts +23 -0
- package/dist/src/components/ui/command/command-list.atom.d.ts +15 -0
- package/dist/src/components/{atoms → ui}/command/command-separator.atom.d.ts +6 -1
- package/dist/src/components/ui/command/command.d.ts +22 -0
- package/dist/src/components/{atoms → ui}/command/command.stories.d.ts +2 -1
- package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +16 -0
- package/dist/src/components/ui/context-menu/context-menu-content.d.ts +14 -0
- package/dist/src/components/ui/context-menu/context-menu-group.d.ts +10 -0
- package/dist/src/components/ui/context-menu/context-menu-item.d.ts +12 -0
- package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +16 -0
- package/dist/src/components/{atoms → ui}/context-menu/context-menu-seperator.d.ts +1 -4
- package/dist/src/components/ui/context-menu/context-menu-shortcut.d.ts +9 -0
- package/dist/src/components/ui/context-menu/context-menu-trigger.d.ts +5 -0
- package/dist/src/components/{atoms/context-menu/context-menu.atom.d.ts → ui/context-menu/context-menu.d.ts} +12 -5
- package/dist/src/components/{atoms/date-picker/date-picker.atom.d.ts → ui/date-picker/date-picker.d.ts} +1 -1
- package/dist/src/components/ui/dialog/dialog-close.d.ts +15 -0
- package/dist/src/components/ui/dialog/dialog-content.d.ts +14 -0
- package/dist/src/components/ui/dialog/dialog-footer.d.ts +9 -0
- package/dist/src/components/{atoms → ui}/dialog/dialog-header.d.ts +1 -1
- package/dist/src/components/{atoms → ui}/dialog/dialog-overly.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-trigger.d.ts +11 -0
- package/dist/src/components/{atoms/dialog/dialog.atom.d.ts → ui/dialog/dialog.d.ts} +7 -3
- package/dist/src/components/ui/drawer/drawer-close.d.ts +15 -0
- package/dist/src/components/ui/drawer/drawer-content.d.ts +13 -0
- package/dist/src/components/ui/drawer/drawer-description.d.ts +10 -0
- package/dist/src/components/ui/drawer/drawer-footer.d.ts +9 -0
- package/dist/src/components/{atoms → ui}/drawer/drawer-header.d.ts +1 -1
- package/dist/src/components/{atoms → ui}/drawer/drawer-overlay.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-title.d.ts +10 -0
- package/dist/src/components/ui/drawer/drawer-trigger.d.ts +11 -0
- package/dist/src/components/{atoms/drawer/drawer.atom.d.ts → ui/drawer/drawer.d.ts} +7 -3
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +17 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +13 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-group.d.ts +11 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +16 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +16 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +8 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +8 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +5 -0
- package/dist/src/components/{atoms/dropdown-menu/dropdown-menu.atom.d.ts → ui/dropdown-menu/dropdown-menu.d.ts} +13 -6
- package/dist/src/components/ui/form/form-context.d.ts +4 -0
- package/dist/src/components/ui/form/form-controller.d.ts +28 -0
- package/dist/src/components/ui/form/form-field-context.d.ts +3 -0
- package/dist/src/components/ui/form/form-item-context.d.ts +7 -0
- package/dist/src/components/ui/form/form.stories.d.ts +5 -0
- package/dist/src/components/ui/form/rtg-form-controller.d.ts +16 -0
- package/dist/src/components/ui/form/rtg-form-description.d.ts +13 -0
- package/dist/src/components/ui/form/rtg-form-field.d.ts +19 -0
- package/dist/src/components/ui/form/rtg-form-item.d.ts +16 -0
- package/dist/src/components/ui/form/rtg-form-label.d.ts +20 -0
- package/dist/src/components/ui/form/rtg-form-message.d.ts +17 -0
- package/dist/src/components/ui/form/rtg-form.d.ts +23 -0
- package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +16 -0
- package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +9 -0
- package/dist/src/components/ui/hoverCard/hover-card.d.ts +29 -0
- package/dist/src/components/{atoms/combobox/combo-box.stories.d.ts → ui/hoverCard/hover-card.stories.d.ts} +1 -1
- package/dist/src/components/ui/index.d.ts +37 -0
- package/dist/src/components/{molecules → ui}/input-otp/input-otp-group.d.ts +2 -1
- package/dist/src/components/{molecules → ui}/input-otp/input-otp-separator.d.ts +1 -1
- package/dist/src/components/{molecules → ui}/input-otp/input-otp-slot.d.ts +3 -3
- package/dist/src/components/{molecules/input-otp/input-otp.molecule.d.ts → ui/input-otp/input-otp.d.ts} +9 -2
- package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +20 -0
- package/dist/src/components/{atoms → ui}/menubar/menubar-content.d.ts +7 -3
- package/dist/src/components/ui/menubar/menubar-group.d.ts +14 -0
- package/dist/src/components/ui/menubar/menubar-item.d.ts +16 -0
- package/dist/src/components/{atoms → ui}/menubar/menubar-menu.d.ts +12 -8
- package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +20 -0
- package/dist/src/components/ui/menubar/menubar-separator.d.ts +13 -0
- package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +9 -0
- package/dist/src/components/ui/menubar/menubar-trigger.d.ts +10 -0
- package/dist/src/components/{atoms/menubar/menubar.atom.d.ts → ui/menubar/menubar.d.ts} +11 -5
- package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu-content.d.ts +7 -3
- package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu-item.d.ts +5 -4
- package/dist/src/components/ui/navigation-menu/navigation-menu-link.d.ts +10 -0
- package/dist/src/components/ui/navigation-menu/navigation-menu-list.d.ts +9 -0
- package/dist/src/components/ui/navigation-menu/navigation-menu-trigger.d.ts +10 -0
- package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu.d.ts +9 -4
- package/dist/src/components/ui/pagination/pagination-content.d.ts +9 -0
- package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +9 -0
- package/dist/src/components/{atoms → ui}/pagination/pagination-item.d.ts +5 -4
- package/dist/src/components/{atoms → ui}/pagination/pagination-link.d.ts +6 -3
- package/dist/src/components/ui/pagination/pagination-next.d.ts +9 -0
- package/dist/src/components/ui/pagination/pagination-previous.d.ts +9 -0
- package/dist/src/components/{atoms/pagination/pagination.atom.d.ts → ui/pagination/pagination.d.ts} +6 -3
- package/dist/src/components/{atoms → ui}/popover/popover-content.d.ts +8 -4
- package/dist/src/components/ui/popover/popover-trigger.d.ts +12 -0
- package/dist/src/components/{atoms/popover/popover.atom.d.ts → ui/popover/popover.d.ts} +6 -3
- package/dist/src/components/{atoms/progress/progress.atom.d.ts → ui/progress/progress.d.ts} +1 -0
- package/dist/src/components/ui/radio-group/radio-group-item.d.ts +19 -0
- package/dist/src/components/{atoms/radio-group/radio-group.atom.d.ts → ui/radio-group/radio-group.d.ts} +6 -3
- package/dist/src/components/ui/scroll-area/scroll-area.d.ts +12 -0
- package/dist/src/components/ui/scroll-area/scroll-area.stories.d.ts +4 -0
- package/dist/src/components/ui/select/select-controller.d.ts +15 -0
- package/dist/src/components/ui/select/select-group.d.ts +22 -0
- package/dist/src/components/ui/select/select-item.d.ts +25 -0
- package/dist/src/components/ui/select/select-label.d.ts +13 -0
- package/dist/src/components/ui/select/select-list.d.ts +10 -0
- package/dist/src/components/{atoms → ui}/select/select-seperator.d.ts +1 -3
- package/dist/src/components/ui/select/select-trigger.d.ts +21 -0
- package/dist/src/components/{atoms → ui}/select/select-value.d.ts +8 -6
- package/dist/src/components/{atoms/select/select.atom.d.ts → ui/select/select.d.ts} +9 -8
- package/dist/src/components/{atoms → ui}/select/select.stories.d.ts +1 -1
- package/dist/src/components/{atoms/seperator/separator.atom.d.ts → ui/separator/separator.d.ts} +1 -1
- package/dist/src/components/ui/skeleton/skeleton.d.ts +10 -0
- package/dist/src/components/ui/skeleton/skeleton.stories.d.ts +4 -0
- package/dist/src/components/{atoms/switch/switch.atom.d.ts → ui/switch/switch.d.ts} +1 -1
- package/dist/src/components/ui/table/table.d.ts +20 -0
- package/dist/src/components/ui/table/table.stories.d.ts +4 -0
- package/dist/src/components/ui/tabs/tab-contents.d.ts +21 -0
- package/dist/src/components/ui/tabs/tab-list.d.ts +22 -0
- package/dist/src/components/{molecules → ui}/tabs/tab-trigger.d.ts +8 -2
- package/dist/src/components/{molecules/tabs/tab.molecules.d.ts → ui/tabs/tab.d.ts} +12 -2
- package/dist/src/components/{atoms/textarea/textarea.atom.d.ts → ui/textarea/textarea.d.ts} +3 -3
- package/dist/src/components/{atoms → ui}/toast/toast-action.d.ts +6 -3
- package/dist/src/components/ui/toast/toast-description.d.ts +13 -0
- package/dist/src/components/ui/toast/toast-title.d.ts +13 -0
- package/dist/src/components/ui/toast/toast-trigger.d.ts +17 -0
- package/dist/src/components/{atoms → ui}/toast/toast-view-port.d.ts +6 -3
- package/dist/src/components/ui/toast/toast.d.ts +25 -0
- package/dist/src/components/ui/toast/toast.stories.d.ts +9 -0
- package/dist/src/components/{atoms/toggle/toggle.atom.d.ts → ui/toggle/toggle.d.ts} +9 -1
- package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +31 -0
- package/dist/src/components/{molecules/toggle-group/toggle-group.molecules.d.ts → ui/toggle-group/toggle-group.d.ts} +10 -4
- package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +6 -0
- package/dist/src/helpers/base-element.d.ts +4 -1
- package/dist/src/helpers/shadow-wrapper.d.ts +0 -1
- package/dist/src/index.d.ts +1 -2
- package/package.json +6 -7
- package/dist/src/components/atoms/accordion/accordion-content.d.ts +0 -14
- package/dist/src/components/atoms/accordion/accordion.stories.d.ts +0 -5
- package/dist/src/components/atoms/alert/alert-description.d.ts +0 -5
- package/dist/src/components/atoms/alert/alert-title.d.ts +0 -5
- package/dist/src/components/atoms/alert/alert.stories.d.ts +0 -5
- package/dist/src/components/atoms/combobox/combo-box-empty.d.ts +0 -11
- package/dist/src/components/atoms/combobox/combo-box-group.d.ts +0 -25
- package/dist/src/components/atoms/combobox/combo-box.atom.d.ts +0 -25
- package/dist/src/components/atoms/command/command-empty.atom.d.ts +0 -9
- package/dist/src/components/atoms/command/command-group.atom.d.ts +0 -10
- package/dist/src/components/atoms/command/command-item.atom.d.ts +0 -13
- package/dist/src/components/atoms/command/command-list.atom.d.ts +0 -6
- package/dist/src/components/atoms/command/command.atom.d.ts +0 -7
- package/dist/src/components/atoms/context-menu/context-menu-checkbox-Item.d.ts +0 -15
- package/dist/src/components/atoms/context-menu/context-menu-content.d.ts +0 -13
- package/dist/src/components/atoms/context-menu/context-menu-group.d.ts +0 -10
- package/dist/src/components/atoms/context-menu/context-menu-item.d.ts +0 -12
- package/dist/src/components/atoms/context-menu/context-menu-radio-item.d.ts +0 -15
- package/dist/src/components/atoms/context-menu/context-menu-shortcut.d.ts +0 -5
- package/dist/src/components/atoms/dialog/dialog-close.d.ts +0 -12
- package/dist/src/components/atoms/dialog/dialog-content.d.ts +0 -8
- package/dist/src/components/atoms/dialog/dialog-footer.d.ts +0 -5
- package/dist/src/components/atoms/dialog/dialog-trigger.d.ts +0 -8
- package/dist/src/components/atoms/drawer/drawer-close.d.ts +0 -12
- package/dist/src/components/atoms/drawer/drawer-content.d.ts +0 -6
- package/dist/src/components/atoms/drawer/drawer-description.d.ts +0 -6
- package/dist/src/components/atoms/drawer/drawer-footer.d.ts +0 -5
- package/dist/src/components/atoms/drawer/drawer-title.d.ts +0 -6
- package/dist/src/components/atoms/drawer/drawer-trigger.d.ts +0 -8
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +0 -15
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-content.d.ts +0 -13
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-group.d.ts +0 -10
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-item.d.ts +0 -12
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-radio-item.d.ts +0 -15
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-seperator.d.ts +0 -9
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-shortcut.d.ts +0 -5
- package/dist/src/components/atoms/hoverCard/hover-card-content.d.ts +0 -17
- package/dist/src/components/atoms/hoverCard/hover-card.atom.d.ts +0 -18
- package/dist/src/components/atoms/hoverCard/hover-card.stories.d.ts +0 -4
- package/dist/src/components/atoms/index.d.ts +0 -44
- package/dist/src/components/atoms/menubar/menubar-checkbox.item.d.ts +0 -15
- package/dist/src/components/atoms/menubar/menubar-group.d.ts +0 -10
- package/dist/src/components/atoms/menubar/menubar-item.d.ts +0 -12
- package/dist/src/components/atoms/menubar/menubar-radio-item.d.ts +0 -15
- package/dist/src/components/atoms/menubar/menubar-seperator.d.ts +0 -9
- package/dist/src/components/atoms/menubar/menubar-shortcut.d.ts +0 -5
- package/dist/src/components/atoms/navigation-menu/navigation-menu-link.d.ts +0 -7
- package/dist/src/components/atoms/navigation-menu/navigation-menu-list.d.ts +0 -6
- package/dist/src/components/atoms/pagination/pagination-content.d.ts +0 -6
- package/dist/src/components/atoms/pagination/pagination-ellipsis.d.ts +0 -6
- package/dist/src/components/atoms/pagination/pagination-next.d.ts +0 -6
- package/dist/src/components/atoms/pagination/pagination-previous.d.ts +0 -6
- package/dist/src/components/atoms/popover/popover-trigger.d.ts +0 -9
- package/dist/src/components/atoms/radio-group/radio-group-item.d.ts +0 -16
- package/dist/src/components/atoms/select/select-group.d.ts +0 -23
- package/dist/src/components/atoms/select/select-item.d.ts +0 -22
- package/dist/src/components/atoms/select/select-label.d.ts +0 -10
- package/dist/src/components/atoms/select/select-list.d.ts +0 -7
- package/dist/src/components/atoms/select/select-trigger.d.ts +0 -15
- package/dist/src/components/atoms/toast/toast-description.d.ts +0 -10
- package/dist/src/components/atoms/toast/toast-title.d.ts +0 -10
- package/dist/src/components/atoms/toast/toast.atom.d.ts +0 -16
- package/dist/src/components/atoms/toast/toast.stories.d.ts +0 -5
- package/dist/src/components/molecules/breadcrumb/breadcrumb-ellipsis.d.ts +0 -6
- package/dist/src/components/molecules/breadcrumb/breadcrumb-item.d.ts +0 -6
- package/dist/src/components/molecules/breadcrumb/breadcrumb-link.d.ts +0 -7
- package/dist/src/components/molecules/breadcrumb/breadcrumb-list.d.ts +0 -6
- package/dist/src/components/molecules/breadcrumb/breadcrumb-text.d.ts +0 -6
- package/dist/src/components/molecules/breadcrumb/breadcrumb.molecules.d.ts +0 -6
- package/dist/src/components/molecules/index.d.ts +0 -11
- package/dist/src/components/molecules/tabs/tab-contents.d.ts +0 -12
- package/dist/src/components/molecules/tabs/tab-list.d.ts +0 -14
- package/dist/src/components/molecules/toggle-group/toggle-group-item.d.ts +0 -17
- package/dist/src/lib/tw-styles.d.ts +0 -1
- /package/dist/src/components/{atoms → ui}/accordion/accordion.defs.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/accordion/accordion.styles.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/alert/alert.styles.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/alert/alert.types.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/aspect-ratio/aspect-ratio.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/badge/badge.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/badge/badge.style.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/badge/badge.type.d.ts +0 -0
- /package/dist/src/components/{molecules → ui}/breadcrumb/breadcrumb.styles.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/button/button.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/button/button.style.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/button/button.type.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/calendar/calendar.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/calendar/calendar.style.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/calendar/calendar.type.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/card/card.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/carousel/carousel.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/collapsible/collapsible.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/context-menu/contextMenu.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/context-menu/contextMenu.style.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/date-picker/date-picker.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/dialog/dialog.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/drawer/drawer.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/dropdown-menu/dropdownMenu.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/dropdown-menu/dropdownMenu.style.d.ts +0 -0
- /package/dist/src/components/{molecules → ui}/input-otp/input-otp.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/menubar/menubar.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/pagination/pagination.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/pagination/pagination.styles.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/pagination/pagination.type.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/popover/popover.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/popover/popover.style.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/popover/popover.types.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/progress/progress.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/radio-group/radio-group.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/radio-group/radio-group.types.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/sample-demo/sample-demo.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/sample-demo/sample.style.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/sample-demo/sample.type.d.ts +0 -0
- /package/dist/src/components/{atoms/seperator → ui/separator}/separator.defs.d.ts +0 -0
- /package/dist/src/components/{atoms/seperator → ui/separator}/separator.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/switch/switch.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/switch/switch.type.d.ts +0 -0
- /package/dist/src/components/{molecules → ui}/tabs/tab.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/textarea/textarea.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/textarea/textarea.styles.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/textarea/textarea.type.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/toast/toast.style.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/toast/toast.type.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/toggle/toggle.defs.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/toggle/toggle.stories.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/toggle/toggle.style.d.ts +0 -0
- /package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.defs.d.ts +0 -0
- /package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.stories.d.ts +0 -0
- /package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.style.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function carouselArrowLeft(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function carouselArrowRight(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
declare class AccordionContent extends BaseElement {
|
|
4
|
+
private get _accordion();
|
|
5
|
+
private get _item();
|
|
6
|
+
protected getAttributesToExclude(): string[];
|
|
7
|
+
createRenderRoot(): this;
|
|
8
|
+
connectedCallback(): void;
|
|
9
|
+
disconnectedCallback(): void;
|
|
10
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
11
|
+
private _onAccordionClick;
|
|
12
|
+
private hasActiveState;
|
|
13
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
14
|
+
}
|
|
15
|
+
export { AccordionContent };
|
|
16
|
+
declare global {
|
|
17
|
+
interface HTMLElementTagNameMap {
|
|
18
|
+
'rtg-accordion-content': AccordionContent;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { PropertyValues } from 'lit-element';
|
|
2
1
|
import { BaseElement } from '../../../helpers';
|
|
3
|
-
import { Accordion } from './accordion.atoms';
|
|
4
2
|
declare class AccordionItem extends BaseElement {
|
|
5
3
|
value: string;
|
|
6
4
|
tabindex: number;
|
|
7
|
-
|
|
5
|
+
private _initialChildren;
|
|
6
|
+
private get _accordion();
|
|
8
7
|
protected getAttributesToExclude(): string[];
|
|
8
|
+
createRenderRoot(): this;
|
|
9
9
|
connectedCallback(): void;
|
|
10
|
-
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
11
10
|
disconnectedCallback(): void;
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
private _onClick;
|
|
12
|
+
private _onAccordionClick;
|
|
13
|
+
private filterChildren;
|
|
14
14
|
render(): import("lit-html").TemplateResult<1>;
|
|
15
15
|
}
|
|
16
16
|
export { AccordionItem };
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { PropertyValues } from 'lit
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
|
-
import { Accordion, AccordionItem } from './accordion.atoms';
|
|
4
3
|
declare class AccordionTrigger extends BaseElement {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
connectedCallback(): void;
|
|
8
|
-
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
4
|
+
private get _item();
|
|
5
|
+
private get _accordion();
|
|
9
6
|
protected getAttributesToExclude(): string[];
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
hasActiveState
|
|
7
|
+
createRenderRoot(): this;
|
|
8
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
+
private hasActiveState;
|
|
13
10
|
render(): import("lit-html").TemplateResult<1>;
|
|
14
11
|
}
|
|
15
12
|
export { AccordionTrigger };
|
package/dist/src/components/{atoms/accordion/accordion.atoms.d.ts → ui/accordion/accordion.d.ts}
RENAMED
|
@@ -1,16 +1,19 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
1
2
|
import { BaseElement } from '../../../helpers';
|
|
3
|
+
import { ACCORDION_GROUP_TYPE } from './accordion.defs';
|
|
2
4
|
import { AccordionItem } from './accordion-item';
|
|
3
5
|
import { AccordionTrigger } from './accordion-trigger';
|
|
4
6
|
import { AccordionContent } from './accordion-content';
|
|
5
|
-
import { ACCORDION_GROUP_TYPE } from './accordion.defs';
|
|
6
7
|
declare class Accordion extends BaseElement {
|
|
7
|
-
|
|
8
|
-
twCLass: string;
|
|
8
|
+
twClass: string;
|
|
9
9
|
type: ACCORDION_GROUP_TYPE;
|
|
10
10
|
selectedItems: string[];
|
|
11
|
+
private _initialChildren;
|
|
11
12
|
protected getAttributesToExclude(): string[];
|
|
13
|
+
createRenderRoot(): this;
|
|
12
14
|
connectedCallback(): void;
|
|
13
|
-
|
|
15
|
+
protected willUpdate(changedProperties: PropertyValues): void;
|
|
16
|
+
protected updated(changedProperties: PropertyValues): void;
|
|
14
17
|
setSelectedItems(item: string): void;
|
|
15
18
|
raiseEvent(value: string): void;
|
|
16
19
|
render(): import("lit-html").TemplateResult<1>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/web-components';
|
|
2
|
+
import { ACCORDION_GROUP_TYPE } from './accordion.defs';
|
|
3
|
+
interface AccordionArgs {
|
|
4
|
+
type: ACCORDION_GROUP_TYPE;
|
|
5
|
+
twClass?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const meta: Meta<AccordionArgs>;
|
|
8
|
+
export default meta;
|
|
9
|
+
type Story = StoryObj<AccordionArgs>;
|
|
10
|
+
export declare const Default: Story;
|
|
11
|
+
export declare const Multiple: Story;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
-
import { AlertTitle } from './alert-title';
|
|
3
|
-
import { AlertDescription } from './alert-description';
|
|
4
2
|
declare class Alert extends LitElement {
|
|
3
|
+
protected createRenderRoot(): this;
|
|
4
|
+
title: string;
|
|
5
|
+
message: string;
|
|
5
6
|
twCLass: string;
|
|
6
|
-
static
|
|
7
|
-
static alertVairants: (props?: ({
|
|
7
|
+
static alertVariants: (props?: ({
|
|
8
8
|
variant?: "error" | "success" | "warning" | "info" | null | undefined;
|
|
9
9
|
size?: "small" | "default" | "large" | null | undefined;
|
|
10
10
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
@@ -13,11 +13,9 @@ declare class Alert extends LitElement {
|
|
|
13
13
|
private get alertClasses();
|
|
14
14
|
render(): import("lit-html").TemplateResult<1>;
|
|
15
15
|
}
|
|
16
|
-
export { Alert
|
|
16
|
+
export { Alert };
|
|
17
17
|
declare global {
|
|
18
18
|
interface HTMLElementTagNameMap {
|
|
19
19
|
'rtg-alert': Alert;
|
|
20
|
-
'rtg-alert-description': AlertDescription;
|
|
21
|
-
'rtg-alert-title': AlertTitle;
|
|
22
20
|
}
|
|
23
21
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/web-components';
|
|
2
|
+
declare const _default: Meta;
|
|
3
|
+
export default _default;
|
|
4
|
+
type Story = StoryObj;
|
|
5
|
+
export declare const Alert: Story;
|
|
6
|
+
export declare const SuccessAlert: Story;
|
|
7
|
+
export declare const ErrorAlert: Story;
|
|
8
|
+
export declare const SmallWarningAlert: Story;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
export declare class AspectRatio extends LitElement {
|
|
3
3
|
twCLass: string;
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
4
|
ratio: number;
|
|
5
|
+
private _children;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
connectedCallback(): void;
|
|
6
8
|
render(): import("lit-html").TemplateResult<1>;
|
|
7
9
|
}
|
|
8
10
|
declare global {
|
|
@@ -7,8 +7,10 @@ export declare class Badge extends BaseElement {
|
|
|
7
7
|
twCLass: string;
|
|
8
8
|
variant: badgeType.BadgeVariant;
|
|
9
9
|
id: string;
|
|
10
|
-
static styles: import("lit").CSSResult[];
|
|
11
10
|
protected getAttributesToExclude(): string[];
|
|
11
|
+
private _children;
|
|
12
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
|
+
connectedCallback(): void;
|
|
12
14
|
render(): import("lit-html").TemplateResult<1>;
|
|
13
15
|
}
|
|
14
16
|
declare global {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
export declare class
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
2
|
+
export declare class BreadCrumbEllipsis extends BaseElement {
|
|
4
3
|
protected getAttributesToExclude(): string[];
|
|
4
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
5
5
|
render(): import("lit-html").TemplateResult<1>;
|
|
6
6
|
}
|
|
7
7
|
declare global {
|
|
8
8
|
interface HTMLElementTagNameMap {
|
|
9
|
-
'rtg-
|
|
9
|
+
'rtg-bread-crumb-ellipsis': BreadCrumbEllipsis;
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class BreadCrumbItem extends BaseElement {
|
|
4
|
+
get _containerElement(): HTMLLIElement | null;
|
|
5
|
+
protected getAttributesToExclude(): string[];
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
+
}
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
'rtg-bread-crumb-item': BreadCrumbItem;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class BreadCrumbLink extends BaseElement {
|
|
4
|
+
href: string;
|
|
5
|
+
get _containerElement(): HTMLAnchorElement | null;
|
|
6
|
+
protected getAttributesToExclude(): string[];
|
|
7
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
+
}
|
|
11
|
+
declare global {
|
|
12
|
+
interface HTMLElementTagNameMap {
|
|
13
|
+
'rtg-bread-crumb-link': BreadCrumbLink;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class BreadCrumbList extends BaseElement {
|
|
4
|
+
get _containerElement(): HTMLOListElement | null;
|
|
5
|
+
protected getAttributesToExclude(): string[];
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
+
}
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
'rtg-bread-crumb-list': BreadCrumbList;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
2
|
export declare class BreadCrumbSeparator extends BaseElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
3
|
protected getAttributesToExclude(): string[];
|
|
4
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
5
5
|
render(): import("lit-html").TemplateResult<1>;
|
|
6
6
|
}
|
|
7
|
+
declare global {
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'rtg-bread-crumb-separator': BreadCrumbSeparator;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class BreadCrumbText extends BaseElement {
|
|
4
|
+
get _containerElement(): HTMLSpanElement | null;
|
|
5
|
+
protected getAttributesToExclude(): string[];
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
+
}
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
'rtg-bread-crumb-text': BreadCrumbText;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
import { BreadCrumbEllipsis } from './breadcrumb-ellipsis';
|
|
4
|
+
import { BreadCrumbItem } from './breadcrumb-item';
|
|
5
|
+
import { BreadCrumbLink } from './breadcrumb-link';
|
|
6
|
+
import { BreadCrumbList } from './breadcrumb-list';
|
|
7
|
+
import { BreadCrumbSeparator } from './breadcrumb-separator';
|
|
8
|
+
import { BreadCrumbText } from './breadcrumb-text';
|
|
9
|
+
declare class BreadCrumb extends BaseElement {
|
|
10
|
+
get _containerElement(): HTMLElementTagNameMap['nav'] | null;
|
|
11
|
+
protected getAttributesToExclude(): string[];
|
|
12
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
14
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
+
}
|
|
16
|
+
declare global {
|
|
17
|
+
interface HTMLElementTagNameMap {
|
|
18
|
+
'rtg-bread-crumb': BreadCrumb;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export { BreadCrumbEllipsis, BreadCrumbItem, BreadCrumb, BreadCrumbSeparator, BreadCrumbText, BreadCrumbLink, BreadCrumbList, };
|
|
@@ -12,9 +12,11 @@ export declare class Button extends BaseElement {
|
|
|
12
12
|
size: buttonType.ButtonSize;
|
|
13
13
|
externalClass: string;
|
|
14
14
|
isCustomClass: boolean;
|
|
15
|
-
|
|
15
|
+
buttonElement: HTMLButtonElement;
|
|
16
16
|
private handleClick;
|
|
17
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
17
18
|
protected getAttributesToExclude(): string[];
|
|
19
|
+
protected firstUpdated(): void;
|
|
18
20
|
render(): import("lit-html").TemplateResult<1>;
|
|
19
21
|
}
|
|
20
22
|
declare global {
|
|
@@ -19,6 +19,7 @@ export declare class Calendar extends LitElement {
|
|
|
19
19
|
nextMonth(): void;
|
|
20
20
|
selectDate(day: number, isInactive: boolean): void;
|
|
21
21
|
isDayInRange(day: Date): boolean;
|
|
22
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
22
23
|
render(): import("lit-html").TemplateResult<1>;
|
|
23
24
|
}
|
|
24
25
|
declare global {
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { CardTitle } from './card-title';
|
|
3
3
|
import { CardHeader } from './card-header';
|
|
4
4
|
import { CardFooter } from './card-footer';
|
|
5
5
|
import { CardDescription } from './card-description';
|
|
6
6
|
import { CardContent } from './card-content';
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
import { BaseElement } from '../../../helpers';
|
|
8
|
+
declare class Card extends BaseElement {
|
|
9
|
+
wrapperDivElement: HTMLDivElement;
|
|
10
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
|
+
protected getAttributesToExclude(): string[];
|
|
12
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
13
|
render(): import("lit-html").TemplateResult<1>;
|
|
10
14
|
}
|
|
11
15
|
export { Card, CardTitle, CardHeader, CardFooter, CardDescription, CardContent, };
|
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
export declare class Carousel extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult;
|
|
4
3
|
currentIndex: number;
|
|
5
|
-
items:
|
|
4
|
+
items: any[];
|
|
6
5
|
twCLass: string;
|
|
7
|
-
orientation:
|
|
6
|
+
orientation: 'horizontal' | 'vertical';
|
|
8
7
|
size: boolean;
|
|
9
8
|
slides: HTMLElement;
|
|
9
|
+
createRenderRoot(): this;
|
|
10
|
+
firstUpdated(): void;
|
|
11
|
+
restructureSlides(): void;
|
|
12
|
+
getSlideClasses(): string;
|
|
10
13
|
nextSlide(): void;
|
|
11
14
|
prevSlide(): void;
|
|
12
15
|
updateSlides(): void;
|
|
13
16
|
connectedCallback(): void;
|
|
14
17
|
disconnectedCallback(): void;
|
|
18
|
+
handleResize: () => void;
|
|
15
19
|
render(): import("lit-html").TemplateResult<1>;
|
|
16
20
|
}
|
|
17
21
|
declare global {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class CollapsibleContent extends BaseElement {
|
|
4
|
+
get _containerElement(): HTMLDivElement | null;
|
|
5
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected getAttributesToExclude(): string[];
|
|
8
|
+
private _toggleHandler;
|
|
9
|
+
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
11
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
+
}
|
|
13
|
+
declare global {
|
|
14
|
+
interface HTMLElementTagNameMap {
|
|
15
|
+
'rtg-collapsible-content': CollapsibleContent;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
1
2
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { Collapsible } from './collapsible
|
|
3
|
+
import { Collapsible } from './collapsible';
|
|
3
4
|
export declare class CollapsibleTrigger extends BaseElement {
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
6
|
+
get _containerElement(): HTMLDivElement | null;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
9
|
get _collapsible(): Collapsible | null;
|
|
7
10
|
onTrigger(): void;
|
|
8
11
|
render(): import("lit-html").TemplateResult<1>;
|
|
@@ -1,17 +1,24 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
1
2
|
import { BaseElement } from '../../../helpers';
|
|
2
3
|
import { CollapsibleTrigger } from './collapsible-trigger';
|
|
3
4
|
import { CollapsibleContent } from './collapsible-content';
|
|
4
5
|
declare class Collapsible extends BaseElement {
|
|
5
|
-
static styles: import("lit").CSSResult[];
|
|
6
6
|
open: boolean;
|
|
7
|
-
onOpenChange: () => void;
|
|
8
7
|
twCLass: string;
|
|
9
8
|
protected getAttributesToExclude(): string[];
|
|
9
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
|
+
get _containerElement(): HTMLDivElement | null;
|
|
11
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
|
+
private _clickHandler;
|
|
13
|
+
connectedCallback(): void;
|
|
14
|
+
disconnectedCallback(): void;
|
|
10
15
|
render(): import("lit-html").TemplateResult<1>;
|
|
11
16
|
}
|
|
12
17
|
export { Collapsible, CollapsibleTrigger, CollapsibleContent };
|
|
13
18
|
declare global {
|
|
14
19
|
interface HTMLElementTagNameMap {
|
|
15
20
|
'rtg-collapsible': Collapsible;
|
|
21
|
+
'rtg-collapsible-trigger': CollapsibleTrigger;
|
|
22
|
+
'rtg-collapsible-content': CollapsibleContent;
|
|
16
23
|
}
|
|
17
24
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
|
+
declare class ComboBoxEmpty extends BaseElement {
|
|
4
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
5
|
+
protected getAttributesToExclude(): string[];
|
|
6
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
8
|
+
}
|
|
9
|
+
export { ComboBoxEmpty };
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
'rtg-combo-box-empty': ComboBoxEmpty;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { ComboBox } from './combo-box';
|
|
3
|
+
import { BaseElement } from '../../../helpers';
|
|
4
|
+
declare class ComboBoxGroup extends BaseElement {
|
|
5
|
+
searchKey: string;
|
|
6
|
+
focusedIndex: number;
|
|
7
|
+
selectedValue: string;
|
|
8
|
+
isOpen: boolean;
|
|
9
|
+
get comboBoxItems(): HTMLElement[];
|
|
10
|
+
get comboBoxInput(): import("./combo-box-input").ComboBoxInput | null;
|
|
11
|
+
get comboBoxEmpty(): import("./combo-box-empty").ComboBoxEmpty | null;
|
|
12
|
+
get hasResults(): boolean;
|
|
13
|
+
get filteredItems(): HTMLElement[];
|
|
14
|
+
get _comboBox(): ComboBox | null;
|
|
15
|
+
private handleComboBoxStateChanged;
|
|
16
|
+
private handleItemClicked;
|
|
17
|
+
private handleTriggerComboBox;
|
|
18
|
+
private moveChildren;
|
|
19
|
+
private handleKeyDown;
|
|
20
|
+
private handleMouseOver;
|
|
21
|
+
private renderFilteredItems;
|
|
22
|
+
private onSelectedValue;
|
|
23
|
+
protected getAttributesToExclude(): string[];
|
|
24
|
+
private boundHandleComboBoxStateChanged;
|
|
25
|
+
private boundHandleKeyDown;
|
|
26
|
+
connectedCallback(): void;
|
|
27
|
+
disconnectedCallback(): void;
|
|
28
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
29
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
30
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
31
|
+
}
|
|
32
|
+
export { ComboBoxGroup };
|
|
33
|
+
declare global {
|
|
34
|
+
interface HTMLElementTagNameMap {
|
|
35
|
+
'rtg-combo-box-group': ComboBoxGroup;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
import { ComboBoxGroup } from './combo-box-group';
|
|
3
3
|
declare class ComboBoxInput extends LitElement {
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
4
|
placeholder: string;
|
|
6
5
|
twClass: string;
|
|
7
6
|
searchValue: string;
|
|
8
7
|
get _comboBoxGroup(): ComboBoxGroup | null;
|
|
9
8
|
handleSearch(event: Event): void;
|
|
10
9
|
handleKeyDown(event: Event): void;
|
|
10
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
11
|
render(): import("lit-html").TemplateResult<1>;
|
|
12
12
|
}
|
|
13
13
|
export { ComboBoxInput };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
1
2
|
import { BaseElement } from '../../../helpers';
|
|
2
3
|
export declare class ComboBoxItem extends BaseElement {
|
|
3
4
|
value: string;
|
|
@@ -9,10 +10,12 @@ export declare class ComboBoxItem extends BaseElement {
|
|
|
9
10
|
selectItemIndex: number;
|
|
10
11
|
onSelect: (_value: string, _index: number) => void;
|
|
11
12
|
onMouseOver: (_event: Event, _index: number) => void;
|
|
12
|
-
|
|
13
|
+
itemDivContainer: HTMLDivElement;
|
|
13
14
|
protected getAttributesToExclude(): string[];
|
|
14
15
|
connectedCallback(): void;
|
|
15
16
|
handleClick: (event: Event) => void;
|
|
17
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
18
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
16
19
|
render(): import("lit-html").TemplateResult<1>;
|
|
17
20
|
}
|
|
18
21
|
declare global {
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ComboBox } from './combo-box
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { ComboBox } from './combo-box';
|
|
3
|
+
import { BaseElement } from '../../../helpers';
|
|
4
|
+
declare class ComboBoxTrigger extends BaseElement {
|
|
5
|
+
buttonElement: HTMLButtonElement;
|
|
5
6
|
get _comboBox(): ComboBox | null;
|
|
7
|
+
protected getAttributesToExclude(): string[];
|
|
8
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
9
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
10
|
handleClick: () => void;
|
|
8
11
|
render(): import("lit-html").TemplateResult<1>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
import { ComboBox } from './combo-box
|
|
2
|
+
import { ComboBox } from './combo-box';
|
|
3
3
|
declare class ComboBoxValue extends LitElement {
|
|
4
4
|
placeholder: string;
|
|
5
|
-
static styles: import("lit").CSSResult[];
|
|
6
5
|
get _comboBox(): ComboBox | null;
|
|
7
6
|
connectedCallback(): void;
|
|
8
7
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
8
|
handleClick: () => void;
|
|
10
9
|
renderLabel: () => string;
|
|
10
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
11
|
render(): import("lit-html").TemplateResult<1>;
|
|
12
12
|
}
|
|
13
13
|
export { ComboBoxValue };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { ComboBoxEmpty } from './combo-box-empty';
|
|
3
|
+
import { ComboBoxGroup } from './combo-box-group';
|
|
4
|
+
import { ComboBoxInput } from './combo-box-input';
|
|
5
|
+
import { ComboBoxItem } from './combo-box-item';
|
|
6
|
+
import { ComboBoxTrigger } from './combo-box-trigger';
|
|
7
|
+
import { ComboBoxValue } from './combo-box-value';
|
|
8
|
+
import { BaseElement } from '../../../helpers';
|
|
9
|
+
declare class ComboBox extends BaseElement {
|
|
10
|
+
isOpen: boolean;
|
|
11
|
+
selectedValue: string;
|
|
12
|
+
searchTerm: string;
|
|
13
|
+
focusedIndex: number;
|
|
14
|
+
filteredItems: string[];
|
|
15
|
+
uuid: string;
|
|
16
|
+
label: string;
|
|
17
|
+
items: never[];
|
|
18
|
+
parentDiveElement: HTMLDivElement;
|
|
19
|
+
constructor();
|
|
20
|
+
connectedCallback(): void;
|
|
21
|
+
protected getAttributesToExclude(): string[];
|
|
22
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
23
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
24
|
+
updated(changedProps: PropertyValues): void;
|
|
25
|
+
handleClickOutside: (e: MouseEvent) => void;
|
|
26
|
+
disconnectedCallback(): void;
|
|
27
|
+
selectItem(event: Event): void;
|
|
28
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
29
|
+
}
|
|
30
|
+
export { ComboBox, ComboBoxEmpty, ComboBoxGroup, ComboBoxInput, ComboBoxItem, ComboBoxTrigger, ComboBoxValue, };
|
|
31
|
+
declare global {
|
|
32
|
+
interface HTMLElementTagNameMap {
|
|
33
|
+
'rtg-combo-box': ComboBox;
|
|
34
|
+
}
|
|
35
|
+
}
|