@revotech-group/revotech-ui-kit 0.0.62 → 0.0.64
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 +2699 -2387
- package/dist/revotech-ui-kit.js +10501 -7226
- package/dist/revotech-ui-kit.umd.cjs +1894 -2226
- package/dist/src/assets/icons/arrow-up-circle.icon.d.ts +1 -1
- package/dist/src/assets/icons/arrows.icon.d.ts +1 -1
- 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/chart.icon.d.ts +1 -1
- package/dist/src/assets/icons/chorven-down.icon.d.ts +1 -1
- package/dist/src/assets/icons/circle-check.icon.d.ts +1 -1
- package/dist/src/assets/icons/circle-x.icon.d.ts +1 -1
- package/dist/src/assets/icons/circle.icon.d.ts +1 -1
- package/dist/src/assets/icons/close.icon.d.ts +1 -1
- package/dist/src/assets/icons/decrease.icon.d.ts +1 -1
- package/dist/src/assets/icons/dot.icon.d.ts +1 -1
- package/dist/src/assets/icons/help-circle.icon.d.ts +1 -1
- package/dist/src/assets/icons/index.d.ts +2 -0
- package/dist/src/assets/icons/plus.icon.d.ts +1 -1
- package/dist/src/assets/icons/radio-group.icon.d.ts +1 -1
- package/dist/src/assets/icons/radio.icon.d.ts +1 -1
- package/dist/src/assets/icons/search.icon.d.ts +1 -1
- package/dist/src/assets/icons/tick.icon.d.ts +1 -1
- package/dist/src/components/index.d.ts +0 -2
- package/dist/src/components/ui/accordion/accordion-content.d.ts +2 -1
- package/dist/src/components/ui/accordion/accordion-item.d.ts +2 -1
- package/dist/src/components/ui/accordion/accordion-trigger.d.ts +2 -1
- package/dist/src/components/ui/accordion/accordion.d.ts +2 -1
- package/dist/src/components/ui/accordion/accordion.stories.d.ts +2 -1
- package/dist/src/components/ui/alert/alert.d.ts +3 -3
- package/dist/src/components/ui/alert/alert.stories.d.ts +2 -1
- package/dist/src/components/ui/alert/alert.styles.d.ts +1 -1
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +2 -1
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.stories.d.ts +2 -1
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.styles.d.ts +1 -0
- package/dist/src/components/ui/avatar/avatar-fallback.d.ts +2 -1
- package/dist/src/components/ui/avatar/avatar-image.d.ts +2 -1
- package/dist/src/components/ui/avatar/avatar.d.ts +2 -1
- package/dist/src/components/ui/avatar/avatar.stories.d.ts +2 -1
- package/dist/src/components/ui/badge/badge.d.ts +3 -2
- package/dist/src/components/ui/badge/badge.stories.d.ts +2 -1
- package/dist/src/components/ui/badge/badge.style.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-ellipsis.d.ts +12 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +15 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +16 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +15 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-separator.d.ts +12 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +15 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +22 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb.stories.d.ts +5 -0
- package/dist/src/components/{atoms/button/button.atom.d.ts → ui/button/button.d.ts} +6 -4
- package/dist/src/components/{atoms → ui}/button/button.stories.d.ts +2 -1
- package/dist/src/components/{atoms → ui}/button/button.style.d.ts +1 -1
- package/dist/src/components/ui/calendar/calendar.d.ts +4 -4
- package/dist/src/components/ui/calendar/calendar.stories.d.ts +2 -1
- package/dist/src/components/ui/calendar/calendar.style.d.ts +1 -1
- package/dist/src/components/ui/card/card-content.d.ts +6 -0
- package/dist/src/components/ui/card/card-description.d.ts +6 -0
- package/dist/src/components/ui/card/card-footer.d.ts +6 -0
- package/dist/src/components/ui/card/card-header.d.ts +6 -0
- package/dist/src/components/ui/card/card-title.d.ts +6 -0
- package/dist/src/components/{atoms/card/card.atom.d.ts → ui/card/card.d.ts} +9 -4
- package/dist/src/components/{atoms → ui}/card/card.stories.d.ts +2 -1
- package/dist/src/components/ui/card/card.styles.d.ts +1 -0
- package/dist/src/components/{atoms/carousel/carousel.atom.d.ts → ui/carousel/carousel.d.ts} +9 -5
- package/dist/src/components/{atoms → ui}/carousel/carousel.stories.d.ts +2 -1
- package/dist/src/components/ui/checkbox/checkbox.d.ts +2 -2
- package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +2 -1
- package/dist/src/components/ui/collapsible/collapsible-content.d.ts +18 -0
- package/dist/src/components/{atoms → ui}/collapsible/collapsible-trigger.d.ts +7 -3
- package/dist/src/components/ui/collapsible/collapsible.d.ts +25 -0
- package/dist/src/components/{atoms → ui}/collapsible/collapsible.stories.d.ts +2 -1
- package/dist/src/components/ui/combobox/combo-box-empty.d.ts +15 -0
- package/dist/src/components/ui/combobox/combo-box-group.d.ts +38 -0
- package/dist/src/components/{atoms → ui}/combobox/combo-box-input.d.ts +3 -2
- package/dist/src/components/{atoms → ui}/combobox/combo-box-item.d.ts +6 -2
- package/dist/src/components/ui/combobox/combo-box-trigger.d.ts +19 -0
- package/dist/src/components/{atoms → ui}/combobox/combo-box-value.d.ts +4 -3
- package/dist/src/components/ui/combobox/combo-box.d.ts +36 -0
- package/dist/src/components/ui/combobox/combo-box.stories.d.ts +11 -0
- package/dist/src/components/ui/combobox/combo-box.styles.d.ts +5 -0
- package/dist/src/components/ui/command/command-empty.atom.d.ts +19 -0
- package/dist/src/components/ui/command/command-group.atom.d.ts +20 -0
- package/dist/src/components/ui/command/command-input.atom.d.ts +16 -0
- package/dist/src/components/ui/command/command-item.atom.d.ts +24 -0
- package/dist/src/components/ui/command/command-list.atom.d.ts +16 -0
- package/dist/src/components/ui/command/command-separator.atom.d.ts +15 -0
- package/dist/src/components/ui/command/command.d.ts +22 -0
- package/dist/src/components/ui/command/command.stories.d.ts +7 -0
- package/dist/src/components/ui/command/command.styles.d.ts +7 -0
- package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +17 -0
- package/dist/src/components/ui/context-menu/context-menu-content.d.ts +15 -0
- package/dist/src/components/ui/context-menu/context-menu-group.d.ts +11 -0
- package/dist/src/components/ui/context-menu/context-menu-item.d.ts +13 -0
- package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +17 -0
- package/dist/src/components/ui/context-menu/context-menu-seperator.d.ts +7 -0
- package/dist/src/components/ui/context-menu/context-menu-shortcut.d.ts +10 -0
- package/dist/src/components/ui/context-menu/context-menu-trigger.d.ts +6 -0
- package/dist/src/components/{atoms/context-menu/context-menu.atom.d.ts → ui/context-menu/context-menu.d.ts} +14 -6
- package/dist/src/components/ui/context-menu/context-menu.styles.d.ts +7 -0
- package/dist/src/components/{atoms → ui}/context-menu/contextMenu.stories.d.ts +2 -1
- package/dist/src/components/ui/context-menu/contextMenu.style.d.ts +2 -0
- package/dist/src/components/ui/data-table/data-table.d.ts +42 -0
- package/dist/src/components/ui/data-table/data-table.stories.d.ts +6 -0
- package/dist/src/components/ui/date-picker/date-picker.d.ts +2 -2
- package/dist/src/components/ui/date-picker/date-picker.stories.d.ts +2 -1
- package/dist/src/components/ui/dialog/dialog-close.d.ts +16 -0
- package/dist/src/components/ui/dialog/dialog-content.d.ts +15 -0
- package/dist/src/components/ui/dialog/dialog-footer.d.ts +10 -0
- package/dist/src/components/{atoms → ui}/dialog/dialog-header.d.ts +3 -2
- package/dist/src/components/ui/dialog/dialog-overly.d.ts +6 -0
- package/dist/src/components/ui/dialog/dialog-trigger.d.ts +12 -0
- package/dist/src/components/{atoms/dialog/dialog.atom.d.ts → ui/dialog/dialog.d.ts} +9 -4
- package/dist/src/components/{atoms → ui}/dialog/dialog.stories.d.ts +2 -1
- package/dist/src/components/ui/dialog/dialog.styles.d.ts +4 -0
- package/dist/src/components/ui/drawer/drawer-close.d.ts +16 -0
- package/dist/src/components/ui/drawer/drawer-content.d.ts +14 -0
- package/dist/src/components/ui/drawer/drawer-description.d.ts +11 -0
- package/dist/src/components/ui/drawer/drawer-footer.d.ts +10 -0
- package/dist/src/components/{atoms → ui}/drawer/drawer-header.d.ts +3 -2
- package/dist/src/components/ui/drawer/drawer-overlay.d.ts +6 -0
- package/dist/src/components/ui/drawer/drawer-title.d.ts +11 -0
- package/dist/src/components/ui/drawer/drawer-trigger.d.ts +12 -0
- package/dist/src/components/{atoms/drawer/drawer.atom.d.ts → ui/drawer/drawer.d.ts} +9 -4
- package/dist/src/components/{atoms → ui}/drawer/drawer.stories.d.ts +2 -1
- package/dist/src/components/ui/drawer/drawer.styles.d.ts +5 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +18 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +14 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-group.d.ts +12 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +17 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +17 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +9 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +9 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +6 -0
- package/dist/src/components/{atoms/dropdown-menu/dropdown-menu.atom.d.ts → ui/dropdown-menu/dropdown-menu.d.ts} +15 -7
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +7 -0
- package/dist/src/components/{atoms → ui}/dropdown-menu/dropdownMenu.stories.d.ts +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdownMenu.style.d.ts +2 -0
- package/dist/src/components/ui/form/form-context.d.ts +5 -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 +6 -0
- package/dist/src/components/ui/form/form.styles.d.ts +6 -0
- package/dist/src/components/ui/form/rtg-form-controller.d.ts +17 -0
- package/dist/src/components/ui/form/rtg-form-description.d.ts +14 -0
- package/dist/src/components/ui/form/rtg-form-field.d.ts +20 -0
- package/dist/src/components/ui/form/rtg-form-item.d.ts +17 -0
- package/dist/src/components/ui/form/rtg-form-label.d.ts +21 -0
- package/dist/src/components/ui/form/rtg-form-message.d.ts +18 -0
- package/dist/src/components/ui/form/rtg-form.d.ts +24 -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 +10 -0
- package/dist/src/components/ui/hoverCard/hover-card.d.ts +30 -0
- package/dist/src/components/{atoms → ui}/hoverCard/hover-card.stories.d.ts +2 -1
- package/dist/src/components/ui/hoverCard/hover-card.styles.d.ts +1 -0
- package/dist/src/components/ui/index.d.ts +31 -0
- package/dist/src/components/ui/input/input.d.ts +3 -3
- package/dist/src/components/ui/input/input.stories.d.ts +2 -1
- package/dist/src/components/{molecules → ui}/input-otp/input-otp-group.d.ts +4 -2
- package/dist/src/components/{molecules → ui}/input-otp/input-otp-separator.d.ts +3 -2
- package/dist/src/components/{molecules → ui}/input-otp/input-otp-slot.d.ts +5 -4
- package/dist/src/components/ui/input-otp/input-otp.d.ts +31 -0
- package/dist/src/components/{molecules → ui}/input-otp/input-otp.stories.d.ts +2 -1
- package/dist/src/components/ui/label/label.d.ts +4 -3
- package/dist/src/components/ui/label/label.stories.d.ts +2 -1
- package/dist/src/components/ui/label/label.style.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +21 -0
- package/dist/src/components/ui/menubar/menubar-content.d.ts +20 -0
- package/dist/src/components/ui/menubar/menubar-group.d.ts +15 -0
- package/dist/src/components/ui/menubar/menubar-item.d.ts +17 -0
- package/dist/src/components/ui/menubar/menubar-menu.d.ts +28 -0
- package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +21 -0
- package/dist/src/components/ui/menubar/menubar-separator.d.ts +14 -0
- package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +10 -0
- package/dist/src/components/ui/menubar/menubar-trigger.d.ts +11 -0
- package/dist/src/components/{atoms/menubar/menubar.atom.d.ts → ui/menubar/menubar.d.ts} +13 -6
- package/dist/src/components/{atoms → ui}/menubar/menubar.stories.d.ts +2 -1
- package/dist/src/components/ui/menubar/menubar.styles.d.ts +8 -0
- package/dist/src/components/ui/navigation-menu/navigation-menu-content.d.ts +21 -0
- package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu-item.d.ts +7 -6
- 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 +11 -6
- package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu.stories.d.ts +2 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu.styles.d.ts +3 -0
- package/dist/src/components/ui/pagination/pagination-content.d.ts +10 -0
- package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +9 -0
- package/dist/src/components/ui/pagination/pagination-item.d.ts +15 -0
- package/dist/src/components/ui/pagination/pagination-link.d.ts +20 -0
- 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} +8 -5
- package/dist/src/components/{atoms → ui}/pagination/pagination.stories.d.ts +2 -1
- package/dist/src/components/ui/pagination/pagination.styles.d.ts +9 -0
- package/dist/src/components/ui/popover/popover-content.d.ts +19 -0
- package/dist/src/components/ui/popover/popover-trigger.d.ts +13 -0
- package/dist/src/components/{atoms/popover/popover.atom.d.ts → ui/popover/popover.d.ts} +8 -4
- package/dist/src/components/{atoms → ui}/popover/popover.stories.d.ts +2 -1
- package/dist/src/components/{atoms → ui}/popover/popover.style.d.ts +3 -3
- package/dist/src/components/{atoms/progress/progress.atom.d.ts → ui/progress/progress.d.ts} +4 -3
- package/dist/src/components/{atoms → ui}/progress/progress.stories.d.ts +2 -1
- package/dist/src/components/ui/progress/progress.styles.d.ts +1 -0
- package/dist/src/components/ui/radio-group/radio-group-item.d.ts +20 -0
- package/dist/src/components/ui/radio-group/radio-group.d.ts +19 -0
- package/dist/src/components/{atoms → ui}/radio-group/radio-group.stories.d.ts +2 -1
- package/dist/src/components/ui/radio-group/radio-group.styles.d.ts +2 -0
- package/dist/src/components/{atoms → ui}/sample-demo/sample-demo.d.ts +4 -3
- package/dist/src/components/{atoms → ui}/sample-demo/sample.style.d.ts +1 -1
- package/dist/src/components/ui/scroll-area/scroll-area.d.ts +13 -0
- package/dist/src/components/ui/scroll-area/scroll-area.stories.d.ts +5 -0
- package/dist/src/components/ui/scroll-area/scroll-area.style.d.ts +1 -0
- package/dist/src/components/ui/select/select-controller.d.ts +15 -0
- package/dist/src/components/ui/select/select-group.d.ts +23 -0
- package/dist/src/components/ui/select/select-item.d.ts +26 -0
- package/dist/src/components/ui/select/select-label.d.ts +14 -0
- package/dist/src/components/ui/select/select-list.d.ts +11 -0
- package/dist/src/components/ui/select/select-seperator.d.ts +9 -0
- package/dist/src/components/ui/select/select-trigger.d.ts +22 -0
- package/dist/src/components/ui/select/select-value.d.ts +21 -0
- package/dist/src/components/{atoms/select/select.atom.d.ts → ui/select/select.d.ts} +11 -9
- package/dist/src/components/ui/select/select.stories.d.ts +5 -0
- package/dist/src/components/ui/select/select.styles.d.ts +7 -0
- package/dist/src/components/{atoms/seperator/separator.atom.d.ts → ui/separator/separator.d.ts} +3 -2
- package/dist/src/components/{atoms/seperator → ui/separator}/separator.stories.d.ts +2 -1
- package/dist/src/components/ui/skeleton/skeleton.d.ts +11 -0
- package/dist/src/components/ui/skeleton/skeleton.stories.d.ts +5 -0
- package/dist/src/components/ui/skeleton/skeleton.style.d.ts +1 -0
- package/dist/src/components/{atoms/switch/switch.atom.d.ts → ui/switch/switch.d.ts} +3 -2
- package/dist/src/components/{atoms → ui}/switch/switch.stories.d.ts +2 -1
- package/dist/src/components/ui/switch/switch.style.d.ts +1 -0
- package/dist/src/components/ui/table/table.d.ts +19 -0
- package/dist/src/components/ui/table/table.stories.d.ts +5 -0
- package/dist/src/components/ui/tabs/tab-contents.d.ts +22 -0
- package/dist/src/components/ui/tabs/tab-list.d.ts +23 -0
- package/dist/src/components/{molecules → ui}/tabs/tab-trigger.d.ts +10 -3
- package/dist/src/components/ui/tabs/tab.d.ts +25 -0
- package/dist/src/components/{molecules → ui}/tabs/tab.stories.d.ts +2 -1
- package/dist/src/components/ui/tabs/tabs.style.d.ts +1 -0
- package/dist/src/components/{atoms/textarea/textarea.atom.d.ts → ui/textarea/textarea.d.ts} +5 -5
- package/dist/src/components/{atoms → ui}/textarea/textarea.stories.d.ts +2 -1
- package/dist/src/components/ui/toast/toast-action.d.ts +23 -0
- package/dist/src/components/ui/toast/toast-description.d.ts +14 -0
- package/dist/src/components/ui/toast/toast-title.d.ts +14 -0
- package/dist/src/components/ui/toast/toast-trigger.d.ts +18 -0
- package/dist/src/components/ui/toast/toast-view-port.d.ts +21 -0
- package/dist/src/components/ui/toast/toast.d.ts +25 -0
- package/dist/src/components/ui/toast/toast.stories.d.ts +10 -0
- package/dist/src/components/{atoms → ui}/toast/toast.style.d.ts +4 -2
- package/dist/src/components/{atoms/toggle/toggle.atom.d.ts → ui/toggle/toggle.d.ts} +12 -4
- package/dist/src/components/{atoms → ui}/toggle/toggle.stories.d.ts +2 -1
- package/dist/src/components/{atoms → ui}/toggle/toggle.style.d.ts +1 -1
- package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +32 -0
- package/dist/src/components/{molecules/toggle-group/toggle-group.molecules.d.ts → ui/toggle-group/toggle-group.d.ts} +12 -6
- package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.stories.d.ts +2 -1
- package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.style.d.ts +2 -1
- package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +4 -6
- package/dist/src/components/widgets/login/rtg-login-actions.d.ts +9 -0
- package/dist/src/components/widgets/login/rtg-login-controller.d.ts +11 -0
- package/dist/src/components/widgets/login/rtg-login-divider.d.ts +9 -0
- package/dist/src/components/widgets/login/rtg-login-fields.d.ts +17 -0
- package/dist/src/components/widgets/login/rtg-login-logo.d.ts +8 -0
- package/dist/src/components/widgets/login/rtg-login-social.d.ts +8 -0
- package/dist/src/components/widgets/login/rtg-login-terms.d.ts +9 -0
- package/dist/src/components/widgets/login/rtg-login-title.d.ts +8 -0
- package/dist/src/components/widgets/login/rtg-login.d.ts +13 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-actions.d.ts +6 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-divider.d.ts +6 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-fields.d.ts +9 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-logo.d.ts +6 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-social.d.ts +6 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-terms.d.ts +6 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-title.d.ts +6 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up.d.ts +7 -0
- package/dist/src/helpers/base-element.d.ts +4 -1
- package/dist/src/helpers/index.d.ts +1 -0
- package/dist/src/helpers/mouse-conroller.helper.d.ts +1 -0
- package/dist/src/helpers/shadow-wrapper.d.ts +3 -3
- package/dist/src/helpers/style.helpers.d.ts +2 -1
- package/dist/src/helpers/widget-controller.d.ts +13 -0
- package/dist/src/index.d.ts +2 -2
- package/dist/src/interfaces/actionable.interface.d.ts +2 -1
- package/dist/src/interfaces/changeable.interface.d.ts +2 -1
- package/dist/src/interfaces/child-support-atomic.interface.d.ts +1 -0
- package/dist/src/interfaces/index.d.ts +1 -0
- package/dist/src/interfaces/widgets/base.interface.d.ts +23 -0
- package/dist/src/interfaces/widgets/index.d.ts +2 -0
- package/dist/src/interfaces/widgets/login.interface.d.ts +44 -0
- package/dist/src/lib/react/react.lib.d.ts +3 -2
- package/dist/src/styles/tw.styles.d.ts +1 -1
- package/dist/src/wc-ui-app.d.ts +3 -2
- package/package.json +46 -51
- package/dist/src/components/atoms/card/card-content.d.ts +0 -5
- package/dist/src/components/atoms/card/card-description.d.ts +0 -5
- package/dist/src/components/atoms/card/card-footer.d.ts +0 -5
- package/dist/src/components/atoms/card/card-header.d.ts +0 -5
- package/dist/src/components/atoms/card/card-title.d.ts +0 -5
- package/dist/src/components/atoms/collapsible/collapsible-content.d.ts +0 -11
- package/dist/src/components/atoms/collapsible/collapsible.atom.d.ts +0 -17
- 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-trigger.d.ts +0 -15
- package/dist/src/components/atoms/combobox/combo-box.atom.d.ts +0 -25
- package/dist/src/components/atoms/combobox/combo-box.stories.d.ts +0 -4
- 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-input.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-separator.atom.d.ts +0 -9
- package/dist/src/components/atoms/command/command.atom.d.ts +0 -7
- package/dist/src/components/atoms/command/command.stories.d.ts +0 -5
- 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-seperator.d.ts +0 -9
- package/dist/src/components/atoms/context-menu/context-menu-shortcut.d.ts +0 -5
- package/dist/src/components/atoms/context-menu/contextMenu.style.d.ts +0 -2
- 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-overly.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-overlay.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/dropdown-menu/dropdownMenu.style.d.ts +0 -2
- 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/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-content.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-menu.d.ts +0 -23
- 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-content.d.ts +0 -16
- 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-item.d.ts +0 -14
- package/dist/src/components/atoms/pagination/pagination-link.d.ts +0 -17
- 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/pagination/pagination.styles.d.ts +0 -4
- package/dist/src/components/atoms/popover/popover-content.d.ts +0 -14
- 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/radio-group/radio-group.atom.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-seperator.d.ts +0 -10
- package/dist/src/components/atoms/select/select-trigger.d.ts +0 -15
- package/dist/src/components/atoms/select/select-value.d.ts +0 -18
- package/dist/src/components/atoms/select/select.stories.d.ts +0 -4
- package/dist/src/components/atoms/toast/toast-action.d.ts +0 -19
- 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-view-port.d.ts +0 -17
- 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-separator.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/breadcrumb/breadcrumb.stories.d.ts +0 -5
- package/dist/src/components/molecules/index.d.ts +0 -11
- package/dist/src/components/molecules/input-otp/input-otp.molecule.d.ts +0 -23
- 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/tabs/tab.molecules.d.ts +0 -15
- package/dist/src/components/molecules/toggle-group/toggle-group-item.d.ts +0 -17
- package/dist/src/lib/next/next.lib.d.ts +0 -0
- 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.type.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.types.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.type.d.ts +0 -0
- /package/dist/src/components/{atoms/seperator → ui/separator}/separator.defs.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/switch/switch.type.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.type.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/toggle/toggle.defs.d.ts +0 -0
- /package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.defs.d.ts +0 -0
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
declare class ComboBox extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
isOpen: boolean;
|
|
5
|
-
selectedValue: string;
|
|
6
|
-
searchTerm: string;
|
|
7
|
-
focusedIndex: number;
|
|
8
|
-
filteredItems: string[];
|
|
9
|
-
uuid: string;
|
|
10
|
-
label: string;
|
|
11
|
-
items: never[];
|
|
12
|
-
connectedCallback(): void;
|
|
13
|
-
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
14
|
-
updated(changedProps: PropertyValues): void;
|
|
15
|
-
handleClickOutside: (e: MouseEvent) => void;
|
|
16
|
-
disconnectedCallback(): void;
|
|
17
|
-
selectItem(event: Event): void;
|
|
18
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
19
|
-
}
|
|
20
|
-
export { ComboBox };
|
|
21
|
-
declare global {
|
|
22
|
-
interface HTMLElementTagNameMap {
|
|
23
|
-
'rtg-combo-box': ComboBox;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class CommandEmpty extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class CommandGroup extends LitElement {
|
|
3
|
-
heading: string;
|
|
4
|
-
_id: string;
|
|
5
|
-
_hidden: string;
|
|
6
|
-
private static _counter;
|
|
7
|
-
static styles: import("lit").CSSResult[];
|
|
8
|
-
private get identifier();
|
|
9
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class CommandInput extends LitElement {
|
|
3
|
-
placeholder: string;
|
|
4
|
-
_value: string;
|
|
5
|
-
static styles: import("lit").CSSResult[];
|
|
6
|
-
private get identifier();
|
|
7
|
-
private filterItems;
|
|
8
|
-
private handleChange;
|
|
9
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class CommandItem extends LitElement {
|
|
3
|
-
private static _counter;
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
|
-
selected: boolean;
|
|
6
|
-
_id: string;
|
|
7
|
-
_hidden: string;
|
|
8
|
-
onSelect: () => void;
|
|
9
|
-
private get identifier();
|
|
10
|
-
get value(): string;
|
|
11
|
-
private handleMouseEvent;
|
|
12
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
13
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class CommandSeparator extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class ContextMenuCheckboxItem extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
get value(): string;
|
|
9
|
-
selected: boolean;
|
|
10
|
-
private handleMouseEvent;
|
|
11
|
-
checked: boolean;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
toggleChecked(): void;
|
|
14
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
import { ContextMenu } from './context-menu.atom';
|
|
3
|
-
export declare class ContextMenuContent extends LitElement {
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
|
-
state: string;
|
|
6
|
-
isOpen: boolean;
|
|
7
|
-
get _contextMenu(): ContextMenu | null;
|
|
8
|
-
connectedCallback(): void;
|
|
9
|
-
disconnectedCallback(): void;
|
|
10
|
-
updated(changedProps: PropertyValues): void;
|
|
11
|
-
handleClickOutside(event: MouseEvent): void;
|
|
12
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
13
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class ContextMenuGroup extends LitElement {
|
|
3
|
-
heading: string;
|
|
4
|
-
_id: string;
|
|
5
|
-
_hidden: string;
|
|
6
|
-
private static _counter;
|
|
7
|
-
static styles: import("lit").CSSResult[];
|
|
8
|
-
private get identifier();
|
|
9
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class ContextMenuItem extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
get value(): string;
|
|
9
|
-
selected: boolean;
|
|
10
|
-
private handleMouseEvent;
|
|
11
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class ContextMenuRadioItem extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
get value(): string;
|
|
9
|
-
selected: boolean;
|
|
10
|
-
private handleMouseEvent;
|
|
11
|
-
checked: boolean;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
toggleChecked(): void;
|
|
14
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class ContextMenuSeparator extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValueMap } from 'lit';
|
|
2
|
-
export declare class DialogClose extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
private get _dialog();
|
|
5
|
-
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
6
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
7
|
-
}
|
|
8
|
-
declare global {
|
|
9
|
-
interface HTMLElementTagNameMap {
|
|
10
|
-
'rtg-dialog-close': DialogClose;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValueMap } from 'lit';
|
|
2
|
-
export declare class DialogTrigger extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
private get _dialog();
|
|
5
|
-
handleClick: () => void;
|
|
6
|
-
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
7
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
8
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValueMap } from 'lit';
|
|
2
|
-
export declare class DrawerClose extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
private get _drawer();
|
|
5
|
-
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
6
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
7
|
-
}
|
|
8
|
-
declare global {
|
|
9
|
-
interface HTMLElementTagNameMap {
|
|
10
|
-
'rtg-drawer-close': DrawerClose;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValueMap } from 'lit';
|
|
2
|
-
export declare class DrawerTrigger extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
private get _drawer();
|
|
5
|
-
handleClick: () => void;
|
|
6
|
-
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
7
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
8
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class DropdownMenuCheckboxItem extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
get value(): string;
|
|
9
|
-
selected: boolean;
|
|
10
|
-
private handleMouseEvent;
|
|
11
|
-
checked: boolean;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
toggleChecked(): void;
|
|
14
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
import { DropdownMenu } from './dropdown-menu.atom';
|
|
3
|
-
export declare class DropdownMenuContent extends LitElement {
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
|
-
state: string;
|
|
6
|
-
isOpen: boolean;
|
|
7
|
-
get _dropdownMenu(): DropdownMenu | null;
|
|
8
|
-
connectedCallback(): void;
|
|
9
|
-
disconnectedCallback(): void;
|
|
10
|
-
updated(changedProps: PropertyValues): void;
|
|
11
|
-
handleClickOutside(event: MouseEvent): void;
|
|
12
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
13
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class DropdownMenuGroup extends LitElement {
|
|
3
|
-
heading: string;
|
|
4
|
-
_id: string;
|
|
5
|
-
_hidden: string;
|
|
6
|
-
private static _counter;
|
|
7
|
-
static styles: import("lit").CSSResult[];
|
|
8
|
-
private get identifier();
|
|
9
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class DropdownMenuItem extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
get value(): string;
|
|
9
|
-
selected: boolean;
|
|
10
|
-
private handleMouseEvent;
|
|
11
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class DropdownMenuRadioItem extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
get value(): string;
|
|
9
|
-
selected: boolean;
|
|
10
|
-
private handleMouseEvent;
|
|
11
|
-
checked: boolean;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
toggleChecked(): void;
|
|
14
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class DropdownMenuSeparator extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
export declare class HoverContent extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
twClass: string;
|
|
5
|
-
state: string;
|
|
6
|
-
isOpen: boolean;
|
|
7
|
-
connectedCallback(): void;
|
|
8
|
-
disconnectedCallback(): void;
|
|
9
|
-
updated(changedProps: PropertyValues): void;
|
|
10
|
-
handleHoverEnter(event: MouseEvent): void;
|
|
11
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
-
}
|
|
13
|
-
declare global {
|
|
14
|
-
interface HTMLElementTagNameMap {
|
|
15
|
-
'rtg-hover-card-content': HoverContent;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
export declare class HoverCard extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
twClass: string;
|
|
5
|
-
isOpen: boolean;
|
|
6
|
-
handleMouseEnter(): void;
|
|
7
|
-
handleMouseLeave(): void;
|
|
8
|
-
private get _content();
|
|
9
|
-
protected updated(_changedProperties: PropertyValues): void;
|
|
10
|
-
connectedCallback(): void;
|
|
11
|
-
disconnectedCallback(): void;
|
|
12
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
13
|
-
}
|
|
14
|
-
declare global {
|
|
15
|
-
interface HTMLElementTagNameMap {
|
|
16
|
-
'rtg-hover-card': HoverCard;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
export * from '../ui/accordion/accordion';
|
|
2
|
-
export * from './button/button.atom';
|
|
3
|
-
export * from './card/card.atom';
|
|
4
|
-
export * from './collapsible/collapsible.atom';
|
|
5
|
-
export * from './context-menu/context-menu.atom';
|
|
6
|
-
export * from './command/command.atom';
|
|
7
|
-
export * from './command/command-empty.atom';
|
|
8
|
-
export * from './command/command-group.atom';
|
|
9
|
-
export * from './command/command-input.atom';
|
|
10
|
-
export * from './command/command-item.atom';
|
|
11
|
-
export * from './command/command-list.atom';
|
|
12
|
-
export * from './command/command-separator.atom';
|
|
13
|
-
export * from './combobox/combo-box.atom';
|
|
14
|
-
export * from './dialog/dialog.atom';
|
|
15
|
-
export * from './dialog/dialog-close';
|
|
16
|
-
export * from './dialog/dialog-content';
|
|
17
|
-
export * from './dialog/dialog-footer';
|
|
18
|
-
export * from './dialog/dialog-header';
|
|
19
|
-
export * from './dialog/dialog-overly';
|
|
20
|
-
export * from './dialog/dialog-trigger';
|
|
21
|
-
export * from './dropdown-menu/dropdown-menu.atom';
|
|
22
|
-
export * from './hoverCard/hover-card.atom';
|
|
23
|
-
export * from './popover/popover.atom';
|
|
24
|
-
export * from './radio-group/radio-group.atom';
|
|
25
|
-
export * from './select/select.atom';
|
|
26
|
-
export * from './seperator/separator.atom';
|
|
27
|
-
export * from './switch/switch.atom';
|
|
28
|
-
export * from './textarea/textarea.atom';
|
|
29
|
-
export * from './toast/toast.atom';
|
|
30
|
-
export * from './toggle/toggle.atom';
|
|
31
|
-
export * from './sample-demo/sample-demo';
|
|
32
|
-
export * from './collapsible/collapsible.atom';
|
|
33
|
-
export * from './menubar/menubar.atom';
|
|
34
|
-
export * from './navigation-menu/navigation-menu';
|
|
35
|
-
export * from './pagination/pagination.atom';
|
|
36
|
-
export * from './carousel/carousel.atom';
|
|
37
|
-
export * from './progress/progress.atom';
|
|
38
|
-
export * from './drawer/drawer.atom';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class MenubarCheckboxItem extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
get value(): string;
|
|
9
|
-
selected: boolean;
|
|
10
|
-
private handleMouseEvent;
|
|
11
|
-
checked: boolean;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
toggleChecked(): void;
|
|
14
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
import { MenubarMenu } from './menubar-menu';
|
|
3
|
-
export declare class MenubarContent extends LitElement {
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
|
-
state: string;
|
|
6
|
-
id: string;
|
|
7
|
-
side: string;
|
|
8
|
-
isOpen: boolean;
|
|
9
|
-
get _menubarMenu(): MenubarMenu | null;
|
|
10
|
-
connectedCallback(): void;
|
|
11
|
-
disconnectedCallback(): void;
|
|
12
|
-
updated(changedProps: PropertyValues): void;
|
|
13
|
-
handleClickOutside(event: MouseEvent): void;
|
|
14
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class MenubarGroup extends LitElement {
|
|
3
|
-
heading: string;
|
|
4
|
-
_id: string;
|
|
5
|
-
_hidden: string;
|
|
6
|
-
private static _counter;
|
|
7
|
-
static styles: import("lit").CSSResult[];
|
|
8
|
-
private get identifier();
|
|
9
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class MenubarItem extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
get value(): string;
|
|
9
|
-
selected: boolean;
|
|
10
|
-
private handleMouseEvent;
|
|
11
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
export declare class MenubarMenu extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
isOpen: boolean;
|
|
5
|
-
uniqueIds: string[];
|
|
6
|
-
selectedMenu: string;
|
|
7
|
-
isHovering: boolean;
|
|
8
|
-
id: string;
|
|
9
|
-
connectedCallback(): void;
|
|
10
|
-
disconnectedCallback(): void;
|
|
11
|
-
toggleMenubar(e: MouseEvent): void;
|
|
12
|
-
handleClickOutside: (e: MouseEvent) => void;
|
|
13
|
-
private get _content();
|
|
14
|
-
protected updated(_changedProperties: PropertyValues): void;
|
|
15
|
-
private _handleRadioSelected;
|
|
16
|
-
private get _slotElements();
|
|
17
|
-
firstUpdated(): void;
|
|
18
|
-
raiseEvent(): void;
|
|
19
|
-
closeAllMenus(): void;
|
|
20
|
-
handleHover(): void;
|
|
21
|
-
handleMouseLeave(): void;
|
|
22
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
23
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class MenubarRadioItem extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
get value(): string;
|
|
9
|
-
selected: boolean;
|
|
10
|
-
private handleMouseEvent;
|
|
11
|
-
checked: boolean;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
toggleChecked(): void;
|
|
14
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class MenubarSeparator extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
import { NavigationMenuItem } from './navigation-menu-item';
|
|
3
|
-
export declare class NavigationMenuContent extends LitElement {
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
|
-
twClass: string;
|
|
6
|
-
state: string;
|
|
7
|
-
id: string;
|
|
8
|
-
side: string;
|
|
9
|
-
isOpen: boolean;
|
|
10
|
-
get _menubarMenu(): NavigationMenuItem | null;
|
|
11
|
-
connectedCallback(): void;
|
|
12
|
-
disconnectedCallback(): void;
|
|
13
|
-
updated(changedProps: PropertyValues): void;
|
|
14
|
-
handleClickOutside(event: MouseEvent): void;
|
|
15
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
16
|
-
}
|