@revotech-group/revotech-ui-kit 0.0.62 → 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 +8340 -6951
- package/dist/revotech-ui-kit.umd.cjs +1575 -2237
- 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/{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 → 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/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 +31 -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 +3 -0
- package/dist/src/helpers/base-element.d.ts +3 -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/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 -38
- 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/{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}/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}/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,20 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
import { RtgFormField } from './rtg-form-field';
|
|
3
|
+
export declare class RtgFormLabel extends BaseElement {
|
|
4
|
+
private itemContext;
|
|
5
|
+
private form;
|
|
6
|
+
private hasError;
|
|
7
|
+
private unsubscribe;
|
|
8
|
+
get _field(): RtgFormField;
|
|
9
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
|
+
get _label(): HTMLLabelElement | null;
|
|
11
|
+
protected firstUpdated(): void;
|
|
12
|
+
connectedCallback(): void;
|
|
13
|
+
disconnectedCallback(): void;
|
|
14
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
+
}
|
|
16
|
+
declare global {
|
|
17
|
+
interface HTMLElementTagNameMap {
|
|
18
|
+
'rtg-form-label': RtgFormLabel;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { RtgFormField } from './rtg-form-field';
|
|
3
|
+
export declare class RtgFormMessage extends LitElement {
|
|
4
|
+
private form;
|
|
5
|
+
private error;
|
|
6
|
+
get _field(): RtgFormField;
|
|
7
|
+
private unsubscribe;
|
|
8
|
+
protected createRenderRoot(): this;
|
|
9
|
+
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
11
|
+
render(): import("lit-html").TemplateResult<1> | null;
|
|
12
|
+
}
|
|
13
|
+
declare global {
|
|
14
|
+
interface HTMLElementTagNameMap {
|
|
15
|
+
'rtg-form-message': RtgFormMessage;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { FormController } from './form-controller';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
import { RtgFormController } from './rtg-form-controller';
|
|
4
|
+
import { RtgFormDescription } from './rtg-form-description';
|
|
5
|
+
import { RtgFormField } from './rtg-form-field';
|
|
6
|
+
import { RtgFormItem } from './rtg-form-item';
|
|
7
|
+
import { RtgFormLabel } from './rtg-form-label';
|
|
8
|
+
import { RtgFormMessage } from './rtg-form-message';
|
|
9
|
+
declare class RtgForm extends BaseElement {
|
|
10
|
+
form: FormController;
|
|
11
|
+
onSubmit: (values: any) => void;
|
|
12
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
|
+
get _formElement(): HTMLFormElement | null;
|
|
14
|
+
protected firstUpdated(): void;
|
|
15
|
+
private handleSubmit;
|
|
16
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
17
|
+
}
|
|
18
|
+
export { RtgForm, RtgFormController, RtgFormDescription, RtgFormField, RtgFormItem, RtgFormLabel, RtgFormMessage, };
|
|
19
|
+
declare global {
|
|
20
|
+
interface HTMLElementTagNameMap {
|
|
21
|
+
'rtg-form': RtgForm;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class HoverContent extends BaseElement {
|
|
4
|
+
twClass: string;
|
|
5
|
+
state: 'open' | 'close';
|
|
6
|
+
private isOpen;
|
|
7
|
+
connectedCallback(): void;
|
|
8
|
+
disconnectedCallback(): void;
|
|
9
|
+
private onStateChange;
|
|
10
|
+
private handlePointerLeaveCheck;
|
|
11
|
+
updated(changedProps: PropertyValues): void;
|
|
12
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
|
+
protected getAttributesToExclude(): string[];
|
|
14
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
15
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
declare class HoverCardTrigger extends BaseElement {
|
|
4
|
+
protected getAttributesToExclude(): string[];
|
|
5
|
+
createRenderRoot(): this;
|
|
6
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
8
|
+
}
|
|
9
|
+
export { HoverCardTrigger };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { HoverContent } from './hover-card-content';
|
|
3
|
+
import { BaseElement } from '../../../helpers';
|
|
4
|
+
import { HoverCardTrigger } from './hover-card-trigger';
|
|
5
|
+
declare class HoverCard extends BaseElement {
|
|
6
|
+
twClass: string;
|
|
7
|
+
isOpen: boolean;
|
|
8
|
+
private hoverTimeout;
|
|
9
|
+
private get _containerElement();
|
|
10
|
+
private get _content();
|
|
11
|
+
private get _trigger();
|
|
12
|
+
protected getAttributesToExclude(): string[];
|
|
13
|
+
protected updated(_changedProperties: PropertyValues): void;
|
|
14
|
+
private openCard;
|
|
15
|
+
private closeCard;
|
|
16
|
+
connectedCallback(): void;
|
|
17
|
+
disconnectedCallback(): void;
|
|
18
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
19
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
21
|
+
}
|
|
22
|
+
export { HoverCard, HoverContent, HoverCardTrigger };
|
|
23
|
+
declare global {
|
|
24
|
+
interface HTMLElementTagNameMap {
|
|
25
|
+
'rtg-hover-card': HoverCard;
|
|
26
|
+
'rtg-hover-card-trigger': HoverCardTrigger;
|
|
27
|
+
'rtg-hover-card-content': HoverContent;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -8,3 +8,34 @@ export * from './alert/alert';
|
|
|
8
8
|
export * from './calendar/calendar';
|
|
9
9
|
export * from './date-picker/date-picker';
|
|
10
10
|
export * from './accordion/accordion';
|
|
11
|
+
export * from './progress/progress';
|
|
12
|
+
export * from './button/button';
|
|
13
|
+
export * from './card/card';
|
|
14
|
+
export * from './carousel/carousel';
|
|
15
|
+
export * from './combobox/combo-box';
|
|
16
|
+
export * from './separator/separator';
|
|
17
|
+
export * from './hoverCard/hover-card';
|
|
18
|
+
export * from './command/command';
|
|
19
|
+
export * from './context-menu/context-menu';
|
|
20
|
+
export * from './collapsible/collapsible';
|
|
21
|
+
export * from './dialog/dialog';
|
|
22
|
+
export * from './switch/switch';
|
|
23
|
+
export * from './popover/popover';
|
|
24
|
+
export * from './dropdown-menu/dropdown-menu';
|
|
25
|
+
export * from './textarea/textarea';
|
|
26
|
+
export * from './radio-group/radio-group';
|
|
27
|
+
export * from './pagination/pagination';
|
|
28
|
+
export * from './drawer/drawer';
|
|
29
|
+
export * from './select/select';
|
|
30
|
+
export * from './toast/toast';
|
|
31
|
+
export * from './tabs/tab';
|
|
32
|
+
export * from './toggle/toggle';
|
|
33
|
+
export * from './toggle-group/toggle-group';
|
|
34
|
+
export * from './input-otp/input-otp';
|
|
35
|
+
export * from './breadcrumb/breadcrumb';
|
|
36
|
+
export * from './navigation-menu/navigation-menu';
|
|
37
|
+
export * from './menubar/menubar';
|
|
38
|
+
export * from './table/table';
|
|
39
|
+
export * from './form/rtg-form';
|
|
40
|
+
export * from './skeleton/skeleton';
|
|
41
|
+
export * from './scroll-area/scroll-area';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
2
|
export declare class InputOtpGroup extends BaseElement {
|
|
3
3
|
click: () => void;
|
|
4
|
+
get _containerElement(): HTMLDivElement | null;
|
|
4
5
|
private childrenArray;
|
|
5
|
-
static styles: import("lit").CSSResult[];
|
|
6
6
|
protected getAttributesToExclude(): string[];
|
|
7
7
|
firstUpdated(changedProperties: Map<string, unknown>): void;
|
|
8
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
9
|
render(): import("lit-html").TemplateResult<1>;
|
|
9
10
|
}
|
|
10
11
|
declare global {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
export declare class InputOtpSeparator extends LitElement {
|
|
3
3
|
index: number;
|
|
4
|
-
|
|
4
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
5
5
|
render(): import("lit-html").TemplateResult<1>;
|
|
6
6
|
}
|
|
7
7
|
declare global {
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
|
-
import { InputOtp } from './input-otp
|
|
3
|
+
import { InputOtp } from './input-otp';
|
|
4
4
|
export declare class InputOtpSlot extends BaseElement {
|
|
5
5
|
click: () => void;
|
|
6
6
|
index: number;
|
|
7
7
|
isFirst: boolean;
|
|
8
8
|
isLast: boolean;
|
|
9
9
|
value: string;
|
|
10
|
-
static styles: import("lit").CSSResult[];
|
|
11
10
|
get _inputOtp(): InputOtp | null;
|
|
12
|
-
connectedCallback(): void;
|
|
13
11
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
14
12
|
disconnectedCallback(): void;
|
|
15
13
|
protected getAttributesToExclude(): string[];
|
|
16
14
|
private handleFocus;
|
|
17
15
|
private handleInputChange;
|
|
18
16
|
private handleKeyDown;
|
|
17
|
+
private handlePaste;
|
|
18
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
19
19
|
render(): import("lit-html").TemplateResult<1>;
|
|
20
20
|
}
|
|
21
21
|
declare global {
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
1
2
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
|
|
3
|
+
import { InputOtpSlot } from './input-otp-slot';
|
|
4
|
+
import { InputOtpGroup } from './input-otp-group';
|
|
5
|
+
import { InputOtpSeparator } from './input-otp-separator';
|
|
6
|
+
declare class InputOtp extends BaseElement {
|
|
3
7
|
constructor();
|
|
4
8
|
connectedCallback(): void;
|
|
5
|
-
static styles: import("lit").CSSResult[];
|
|
6
9
|
protected getAttributesToExclude(): string[];
|
|
10
|
+
get _containerElement(): HTMLDivElement | null;
|
|
7
11
|
maxLength: number;
|
|
8
12
|
onChange: () => void;
|
|
9
13
|
pin: any[];
|
|
@@ -14,8 +18,11 @@ export declare class InputOtp extends BaseElement {
|
|
|
14
18
|
userIndex: number;
|
|
15
19
|
}[];
|
|
16
20
|
raiseEvent(index: number, eventType?: 'changes' | 'focus', customIndex?: number): void;
|
|
21
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
22
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
17
23
|
protected render(): import("lit-html").TemplateResult<1>;
|
|
18
24
|
}
|
|
25
|
+
export { InputOtp, InputOtpGroup, InputOtpSeparator, InputOtpSlot };
|
|
19
26
|
declare global {
|
|
20
27
|
interface HTMLElementTagNameMap {
|
|
21
28
|
'rtg-input-otp': InputOtp;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class MenubarCheckboxItem extends BaseElement {
|
|
4
|
+
_id: string;
|
|
5
|
+
_hidden: string;
|
|
6
|
+
private static _counter;
|
|
7
|
+
static styles: import("lit").CSSResult[];
|
|
8
|
+
private get _containerElement();
|
|
9
|
+
protected getAttributesToExclude(): string[];
|
|
10
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
|
+
private get identifier();
|
|
13
|
+
get value(): string;
|
|
14
|
+
selected: boolean;
|
|
15
|
+
private handleMouseEvent;
|
|
16
|
+
checked: boolean;
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
toggleChecked(): void;
|
|
19
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
20
|
+
}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { MenubarMenu } from './menubar-menu';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import { BaseElement } from '../../../helpers';
|
|
4
|
+
export declare class MenubarContent extends BaseElement {
|
|
5
5
|
state: string;
|
|
6
6
|
id: string;
|
|
7
7
|
side: string;
|
|
8
8
|
isOpen: boolean;
|
|
9
9
|
get _menubarMenu(): MenubarMenu | null;
|
|
10
|
+
private get _containerElement();
|
|
11
|
+
protected getAttributesToExclude(): string[];
|
|
12
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
10
14
|
connectedCallback(): void;
|
|
11
15
|
disconnectedCallback(): void;
|
|
12
16
|
updated(changedProps: PropertyValues): void;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class MenubarGroup extends BaseElement {
|
|
4
|
+
heading: string;
|
|
5
|
+
_id: string;
|
|
6
|
+
_hidden: string;
|
|
7
|
+
private static _counter;
|
|
8
|
+
private get _containerElement();
|
|
9
|
+
protected getAttributesToExclude(): string[];
|
|
10
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
|
+
private get identifier();
|
|
13
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class MenubarItem extends BaseElement {
|
|
4
|
+
_id: string;
|
|
5
|
+
_hidden: string;
|
|
6
|
+
private static _counter;
|
|
7
|
+
private get _containerElement();
|
|
8
|
+
protected getAttributesToExclude(): string[];
|
|
9
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
11
|
+
private get identifier();
|
|
12
|
+
get value(): string;
|
|
13
|
+
selected: boolean;
|
|
14
|
+
private handleMouseEvent;
|
|
15
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
16
|
+
}
|
|
@@ -1,23 +1,27 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class MenubarMenu extends BaseElement {
|
|
4
4
|
isOpen: boolean;
|
|
5
5
|
uniqueIds: string[];
|
|
6
6
|
selectedMenu: string;
|
|
7
7
|
isHovering: boolean;
|
|
8
8
|
id: string;
|
|
9
|
+
private get _content();
|
|
10
|
+
private get _button();
|
|
11
|
+
protected getAttributesToExclude(): string[];
|
|
12
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
13
|
connectedCallback(): void;
|
|
10
14
|
disconnectedCallback(): void;
|
|
11
|
-
toggleMenubar
|
|
15
|
+
private toggleMenubar;
|
|
12
16
|
handleClickOutside: (e: MouseEvent) => void;
|
|
13
|
-
private get _content();
|
|
14
17
|
protected updated(_changedProperties: PropertyValues): void;
|
|
15
18
|
private _handleRadioSelected;
|
|
16
|
-
private get _slotElements();
|
|
17
19
|
firstUpdated(): void;
|
|
18
20
|
raiseEvent(): void;
|
|
19
21
|
closeAllMenus(): void;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
+
private handleMenuMouseEnter;
|
|
23
|
+
private handleMenuMouseLeave;
|
|
24
|
+
private isDescendant;
|
|
25
|
+
private setupContentListeners;
|
|
22
26
|
render(): import("lit-html").TemplateResult<1>;
|
|
23
27
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class MenubarRadioItem extends BaseElement {
|
|
4
|
+
_id: string;
|
|
5
|
+
_hidden: string;
|
|
6
|
+
private static _counter;
|
|
7
|
+
static styles: import("lit").CSSResult[];
|
|
8
|
+
private get _containerElement();
|
|
9
|
+
protected getAttributesToExclude(): string[];
|
|
10
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
|
+
private get identifier();
|
|
13
|
+
get value(): string;
|
|
14
|
+
selected: boolean;
|
|
15
|
+
private handleMouseEvent;
|
|
16
|
+
checked: boolean;
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
toggleChecked(): void;
|
|
19
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class MenubarSeparator extends BaseElement {
|
|
4
|
+
_id: string;
|
|
5
|
+
_hidden: string;
|
|
6
|
+
private static _counter;
|
|
7
|
+
get _containerElement(): HTMLDivElement | null;
|
|
8
|
+
protected getAttributesToExclude(): string[];
|
|
9
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
|
+
private get identifier();
|
|
11
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class MenubarShortcut extends BaseElement {
|
|
4
|
+
private get _containerElement();
|
|
5
|
+
protected getAttributesToExclude(): string[];
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class MenubarTrigger extends BaseElement {
|
|
4
|
+
twClass: string;
|
|
5
|
+
get _containerElement(): HTMLUListElement | null;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
protected getAttributesToExclude(): string[];
|
|
9
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
+
}
|
|
@@ -1,18 +1,23 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
2
3
|
import { MenubarContent } from './menubar-content';
|
|
3
4
|
import { MenubarGroup } from './menubar-group';
|
|
4
5
|
import { MenubarMenu } from './menubar-menu';
|
|
5
6
|
import { MenubarItem } from './menubar-item';
|
|
6
7
|
import { MenubarRadioItem } from './menubar-radio-item';
|
|
7
8
|
import { MenubarCheckboxItem } from './menubar-checkbox.item';
|
|
8
|
-
import { MenubarSeparator } from './menubar-
|
|
9
|
+
import { MenubarSeparator } from './menubar-separator';
|
|
9
10
|
import { MenubarShortcut } from './menubar-shortcut';
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
import { MenubarTrigger } from './menubar-trigger';
|
|
12
|
+
declare class Menubar extends BaseElement {
|
|
12
13
|
twCLass: string;
|
|
14
|
+
private get _containerElement();
|
|
15
|
+
protected getAttributesToExclude(): string[];
|
|
16
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
17
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
13
18
|
render(): import("lit-html").TemplateResult<1>;
|
|
14
19
|
}
|
|
15
|
-
export { Menubar, MenubarContent, MenubarGroup, MenubarMenu, MenubarItem, MenubarRadioItem, MenubarCheckboxItem, MenubarSeparator, MenubarShortcut, };
|
|
20
|
+
export { Menubar, MenubarContent, MenubarGroup, MenubarMenu, MenubarItem, MenubarRadioItem, MenubarCheckboxItem, MenubarSeparator, MenubarShortcut, MenubarTrigger, };
|
|
16
21
|
declare global {
|
|
17
22
|
interface HTMLElementTagNameMap {
|
|
18
23
|
'rtg-menubar': Menubar;
|
|
@@ -24,5 +29,6 @@ declare global {
|
|
|
24
29
|
'rtg-menubar-radio-item': MenubarRadioItem;
|
|
25
30
|
'rtg-menubar-separator': MenubarSeparator;
|
|
26
31
|
'rtg-menubar-shortcut': MenubarShortcut;
|
|
32
|
+
'rtg-menubar-trigger': MenubarTrigger;
|
|
27
33
|
}
|
|
28
34
|
}
|
|
@@ -1,16 +1,20 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
2
3
|
import { NavigationMenuItem } from './navigation-menu-item';
|
|
3
|
-
export declare class NavigationMenuContent extends
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
+
export declare class NavigationMenuContent extends BaseElement {
|
|
5
5
|
twClass: string;
|
|
6
6
|
state: string;
|
|
7
7
|
id: string;
|
|
8
8
|
side: string;
|
|
9
9
|
isOpen: boolean;
|
|
10
10
|
get _menubarMenu(): NavigationMenuItem | null;
|
|
11
|
+
get _containerElement(): HTMLDivElement | null;
|
|
12
|
+
protected getAttributesToExclude(): string[];
|
|
11
13
|
connectedCallback(): void;
|
|
12
14
|
disconnectedCallback(): void;
|
|
13
15
|
updated(changedProps: PropertyValues): void;
|
|
14
16
|
handleClickOutside(event: MouseEvent): void;
|
|
17
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
18
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
15
19
|
render(): import("lit-html").TemplateResult<1>;
|
|
16
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class NavigationMenuItem extends BaseElement {
|
|
4
4
|
twClass: string;
|
|
5
5
|
value: string;
|
|
6
6
|
navigationLink: boolean;
|
|
@@ -8,16 +8,17 @@ export declare class NavigationMenuItem extends LitElement {
|
|
|
8
8
|
uniqueIds: string[];
|
|
9
9
|
isHovering: boolean;
|
|
10
10
|
raiseEvent(): void;
|
|
11
|
-
private get _slotElements();
|
|
12
11
|
firstUpdated(): void;
|
|
13
12
|
closeAllMenus(): void;
|
|
14
13
|
toggleMenubar(e: MouseEvent): void;
|
|
15
14
|
private get _content();
|
|
15
|
+
private get _button();
|
|
16
16
|
protected updated(_changedProperties: PropertyValues): void;
|
|
17
17
|
connectedCallback(): void;
|
|
18
18
|
disconnectedCallback(): void;
|
|
19
19
|
handleClickOutside: (e: MouseEvent) => void;
|
|
20
20
|
handleHover(): void;
|
|
21
21
|
handleMouseLeave(): void;
|
|
22
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
22
23
|
render(): import("lit-html").TemplateResult<1>;
|
|
23
24
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class NavigationMenuLink extends BaseElement {
|
|
4
|
+
get _containerElement(): HTMLAnchorElement | null;
|
|
5
|
+
href: string;
|
|
6
|
+
twCLass: string;
|
|
7
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class NavigationMenuList extends BaseElement {
|
|
4
|
+
twClass: string;
|
|
5
|
+
get _containerElement(): HTMLUListElement | null;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class NavigationMenuTrigger extends BaseElement {
|
|
4
|
+
twClass: string;
|
|
5
|
+
get _containerElement(): HTMLUListElement | null;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
protected getAttributesToExclude(): string[];
|
|
9
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
+
}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
2
3
|
import { NavigationMenuList } from './navigation-menu-list';
|
|
3
4
|
import { NavigationMenuItem } from './navigation-menu-item';
|
|
4
5
|
import { NavigationMenuContent } from './navigation-menu-content';
|
|
5
6
|
import { NavigationMenuLink } from './navigation-menu-link';
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
import { NavigationMenuTrigger } from './navigation-menu-trigger';
|
|
8
|
+
declare class NavigationMenu extends BaseElement {
|
|
9
|
+
get _containerElement(): HTMLElementTagNameMap['nav'] | null;
|
|
8
10
|
twClass: string;
|
|
11
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
12
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
13
|
render(): import("lit-html").TemplateResult<1>;
|
|
10
14
|
}
|
|
11
|
-
export { NavigationMenu, NavigationMenuList, NavigationMenuItem, NavigationMenuContent, NavigationMenuLink, };
|
|
15
|
+
export { NavigationMenu, NavigationMenuList, NavigationMenuItem, NavigationMenuContent, NavigationMenuLink, NavigationMenuTrigger, };
|
|
12
16
|
declare global {
|
|
13
17
|
interface HTMLElementTagNameMap {
|
|
14
18
|
'rtg-navigation-menu': NavigationMenu;
|
|
@@ -16,5 +20,6 @@ declare global {
|
|
|
16
20
|
'rtg-navigation-menu-item': NavigationMenuItem;
|
|
17
21
|
'rtg-navigation-menu-content': NavigationMenuContent;
|
|
18
22
|
'rtg-navigation-menu-link': NavigationMenuLink;
|
|
23
|
+
'rtg-navigation-menu-trigger': NavigationMenuTrigger;
|
|
19
24
|
}
|
|
20
25
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class PaginationContent extends BaseElement {
|
|
4
|
+
twClass: string;
|
|
5
|
+
get _containerElement(): HTMLUListElement | null;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class PaginationEllipsis extends BaseElement {
|
|
4
|
+
twClass: string;
|
|
5
|
+
get _containerElement(): HTMLDivElement | null;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
+
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class PaginationItem extends BaseElement {
|
|
4
4
|
twClass: string;
|
|
5
5
|
uniqueIds: string[];
|
|
6
6
|
isActive: boolean;
|
|
7
|
+
get _containerElement(): HTMLLIElement | null;
|
|
7
8
|
private get _content();
|
|
8
9
|
protected updated(_changedProperties: PropertyValues): void;
|
|
9
10
|
handleClick(e: MouseEvent): void;
|
|
10
|
-
private get _slotElements();
|
|
11
11
|
firstUpdated(): void;
|
|
12
12
|
raiseEvent(): void;
|
|
13
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
14
|
render(): import("lit-html").TemplateResult<1>;
|
|
14
15
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
2
3
|
import * as paginationType from './pagination.type';
|
|
3
|
-
export declare class PaginationLink extends
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
+
export declare class PaginationLink extends BaseElement {
|
|
5
5
|
static paginationVariants: (props?: ({
|
|
6
6
|
variant?: "outline" | "ghost" | null | undefined;
|
|
7
7
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
@@ -12,6 +12,9 @@ export declare class PaginationLink extends LitElement {
|
|
|
12
12
|
size: paginationType.PaginationSize;
|
|
13
13
|
variant: paginationType.PaginationVariant;
|
|
14
14
|
href: string;
|
|
15
|
+
get _containerElement(): HTMLAnchorElement | null;
|
|
16
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
17
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
15
18
|
updated(changedProps: PropertyValues): void;
|
|
16
19
|
render(): import("lit-html").TemplateResult<1>;
|
|
17
20
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
export declare class PaginationNext extends BaseElement {
|
|
4
|
+
twClass: string;
|
|
5
|
+
get _containerElement(): HTMLDivElement | null;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
+
}
|