@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
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
import { NavigationMenuItem } from './navigation-menu-item';
|
|
4
|
+
|
|
5
|
+
export declare class NavigationMenuContent extends BaseElement {
|
|
6
|
+
twClass: string;
|
|
7
|
+
state: string;
|
|
8
|
+
id: string;
|
|
9
|
+
side: string;
|
|
10
|
+
isOpen: boolean;
|
|
11
|
+
get _menubarMenu(): NavigationMenuItem | null;
|
|
12
|
+
get _containerElement(): HTMLDivElement | null;
|
|
13
|
+
protected getAttributesToExclude(): string[];
|
|
14
|
+
connectedCallback(): void;
|
|
15
|
+
disconnectedCallback(): void;
|
|
16
|
+
updated(changedProps: PropertyValues): void;
|
|
17
|
+
handleClickOutside(event: MouseEvent): void;
|
|
18
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
19
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
|
+
render(): import('lit').TemplateResult<1>;
|
|
21
|
+
}
|
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
export declare class NavigationMenuItem extends BaseElement {
|
|
5
5
|
value: string;
|
|
6
6
|
navigationLink: boolean;
|
|
7
7
|
isOpen: boolean;
|
|
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
|
-
|
|
22
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
23
|
+
render(): import('lit').TemplateResult<1>;
|
|
23
24
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
export declare class NavigationMenuLink extends BaseElement {
|
|
5
|
+
get _containerElement(): HTMLAnchorElement | null;
|
|
6
|
+
href: string;
|
|
7
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
+
render(): import('lit').TemplateResult<1>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
export declare class NavigationMenuList extends BaseElement {
|
|
5
|
+
get _containerElement(): HTMLUListElement | null;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
render(): import('lit').TemplateResult<1>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
export declare class NavigationMenuTrigger extends BaseElement {
|
|
5
|
+
get _containerElement(): HTMLUListElement | null;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
protected getAttributesToExclude(): string[];
|
|
9
|
+
render(): import('lit').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
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
import { NavigationMenuTrigger } from './navigation-menu-trigger';
|
|
8
|
+
|
|
9
|
+
declare class NavigationMenu extends BaseElement {
|
|
10
|
+
get _containerElement(): HTMLElementTagNameMap['nav'] | null;
|
|
11
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
12
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
13
|
+
render(): import('lit').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,3 @@
|
|
|
1
|
+
export declare const navigationContentStyles = "absolute top-full flex justify-center";
|
|
2
|
+
export declare const navigationLinkStyles = "flex h-full hover:bg-slate-100 rounded-md p-6 w-full select-none flex-col justify-end no-underline outline-none";
|
|
3
|
+
export declare const navigationMenuStyles = "relative z-10 flex max-w-max flex-1 items-center justify-center";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
export declare class PaginationContent extends BaseElement {
|
|
5
|
+
twClass: string;
|
|
6
|
+
get _containerElement(): HTMLUListElement | null;
|
|
7
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
+
render(): import('lit').TemplateResult<1>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
export declare class PaginationEllipsis extends BaseElement {
|
|
5
|
+
get _containerElement(): HTMLDivElement | null;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
render(): import('lit').TemplateResult<1>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
export declare class PaginationItem extends BaseElement {
|
|
5
|
+
uniqueIds: string[];
|
|
6
|
+
isActive: boolean;
|
|
7
|
+
get _containerElement(): HTMLLIElement | null;
|
|
8
|
+
private get _content();
|
|
9
|
+
protected updated(_changedProperties: PropertyValues): void;
|
|
10
|
+
handleClick(e: MouseEvent): void;
|
|
11
|
+
firstUpdated(): void;
|
|
12
|
+
raiseEvent(): void;
|
|
13
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
14
|
+
render(): import('lit').TemplateResult<1>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
import * as paginationType from './pagination.type';
|
|
5
|
+
export declare class PaginationLink extends BaseElement {
|
|
6
|
+
static paginationVariants: (props?: ({
|
|
7
|
+
variant?: "outline" | "ghost" | null | undefined;
|
|
8
|
+
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
9
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
10
|
+
state: string;
|
|
11
|
+
isActive: boolean;
|
|
12
|
+
size: paginationType.PaginationSize;
|
|
13
|
+
variant: paginationType.PaginationVariant;
|
|
14
|
+
href: string;
|
|
15
|
+
get _containerElement(): HTMLAnchorElement | null;
|
|
16
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
17
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
18
|
+
updated(changedProps: PropertyValues): void;
|
|
19
|
+
render(): import('lit').TemplateResult<1>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
export declare class PaginationNext extends BaseElement {
|
|
5
|
+
get _containerElement(): HTMLDivElement | null;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
render(): import('lit').TemplateResult<1>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
export declare class PaginationPrevious extends BaseElement {
|
|
5
|
+
get _containerElement(): HTMLDivElement | null;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
+
render(): import('lit').TemplateResult<1>;
|
|
9
|
+
}
|
package/dist/src/components/{atoms/pagination/pagination.atom.d.ts → ui/pagination/pagination.d.ts}
RENAMED
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
2
3
|
import { PaginationContent } from './pagination-content';
|
|
3
4
|
import { PaginationItem } from './pagination-item';
|
|
4
5
|
import { PaginationLink } from './pagination-link';
|
|
5
6
|
import { PaginationEllipsis } from './pagination-ellipsis';
|
|
6
7
|
import { PaginationNext } from './pagination-next';
|
|
7
8
|
import { PaginationPrevious } from './pagination-previous';
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
|
|
10
|
+
declare class Pagination extends BaseElement {
|
|
11
|
+
get _containerElement(): HTMLElement | null;
|
|
12
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
14
|
+
render(): import('lit').TemplateResult<1>;
|
|
12
15
|
}
|
|
13
16
|
export { Pagination, PaginationContent, PaginationItem, PaginationLink, PaginationEllipsis, PaginationNext, PaginationPrevious, };
|
|
14
17
|
declare global {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const paginationStyle: (props?: ({
|
|
2
|
+
variant?: "outline" | "ghost" | null | undefined;
|
|
3
|
+
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
4
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
5
|
+
export declare const paginationContentStyles = "flex flex-row items-center gap-1";
|
|
6
|
+
export declare const paginationEllipsisStyles = "flex h-9 w-9 items-center justify-center";
|
|
7
|
+
export declare const paginationNextStyles = "gap-1 pl-2.5";
|
|
8
|
+
export declare const paginationPreviousStyles = "gap-1 pl-2.5";
|
|
9
|
+
export declare const paginationStyles = "mx-auto flex w-full justify-center";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { Popover } from './popover';
|
|
3
|
+
import { BaseElement } from '../../../helpers';
|
|
4
|
+
|
|
5
|
+
export declare class PopoverContent extends BaseElement {
|
|
6
|
+
enableDefaultStyle: boolean;
|
|
7
|
+
styleContent: boolean;
|
|
8
|
+
side: 'bottom' | 'left' | 'right' | 'top';
|
|
9
|
+
isOpen: boolean;
|
|
10
|
+
get _popover(): Popover | null;
|
|
11
|
+
get _containerElement(): HTMLDivElement | null;
|
|
12
|
+
private handleClickOutside;
|
|
13
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
14
|
+
protected updated(_changedProperties: PropertyValues): void;
|
|
15
|
+
private preventClickPropagation;
|
|
16
|
+
protected getAttributesToExclude(): string[];
|
|
17
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
18
|
+
render(): import('lit').TemplateResult<1>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { Popover } from './popover';
|
|
3
|
+
import { BaseElement } from '../../../helpers';
|
|
4
|
+
|
|
5
|
+
export declare class PopoverTrigger extends BaseElement {
|
|
6
|
+
get _popover(): Popover | null;
|
|
7
|
+
get _containerElement(): HTMLDivElement | null;
|
|
8
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
+
handleClick: () => void;
|
|
10
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
|
+
protected getAttributesToExclude(): string[];
|
|
12
|
+
render(): import('lit').TemplateResult<1>;
|
|
13
|
+
}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { PopoverContent } from './popover-content';
|
|
3
3
|
import { PopoverTrigger } from './popover-trigger';
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
import { BaseElement } from '../../../helpers';
|
|
5
|
+
|
|
6
|
+
declare class Popover extends BaseElement {
|
|
6
7
|
isOpen: boolean;
|
|
8
|
+
get _containerElement(): HTMLDivElement | null;
|
|
9
|
+
get _contentElement(): PopoverContent | null;
|
|
10
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
11
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
12
|
protected updated(_changedProperties: PropertyValues): void;
|
|
9
|
-
render(): import(
|
|
13
|
+
render(): import('lit').TemplateResult<1>;
|
|
10
14
|
}
|
|
11
15
|
export { Popover, PopoverContent, PopoverTrigger };
|
|
12
16
|
declare global {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare const popoverRootStyle: (props?: import(
|
|
1
|
+
export declare const popoverRootStyle: (props?: import('class-variance-authority/dist/types').ClassProp | undefined) => string;
|
|
2
2
|
export declare const popoverContentStyle: (props?: ({
|
|
3
3
|
state?: "open" | "closed" | null | undefined;
|
|
4
4
|
side?: "bottom" | "left" | "right" | "top" | null | undefined;
|
|
5
5
|
styleContent?: boolean | null | undefined;
|
|
6
|
-
} & import(
|
|
6
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
7
7
|
export declare const popoverContentWithoutStyle: (props?: ({
|
|
8
8
|
state?: "open" | "closed" | null | undefined;
|
|
9
9
|
side?: "bottom" | "left" | "right" | "top" | null | undefined;
|
|
10
|
-
} & import(
|
|
10
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
+
|
|
2
3
|
export declare class Progress extends LitElement {
|
|
3
|
-
twClass: string;
|
|
4
4
|
value: number;
|
|
5
|
-
static styles: import(
|
|
6
|
-
|
|
5
|
+
static styles: import('lit').CSSResult[];
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
render(): import('lit').TemplateResult<1>;
|
|
7
8
|
}
|
|
8
9
|
declare global {
|
|
9
10
|
interface HTMLElementTagNameMap {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const progressStyles = "relative h-2 overflow-hidden rounded-full w-[100%]";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
export declare class RadioGroupItem extends BaseElement {
|
|
5
|
+
checked: boolean;
|
|
6
|
+
tabindex: number;
|
|
7
|
+
value: string;
|
|
8
|
+
id: string;
|
|
9
|
+
state: string;
|
|
10
|
+
get _containerElement(): HTMLDivElement | null;
|
|
11
|
+
private _onClick;
|
|
12
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
14
|
+
render(): import('lit').TemplateResult<1>;
|
|
15
|
+
}
|
|
16
|
+
declare global {
|
|
17
|
+
interface HTMLElementTagNameMap {
|
|
18
|
+
'rtg-radio-group-item': RadioGroupItem;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
import { RadioGroupItem } from './radio-group-item';
|
|
4
|
+
|
|
5
|
+
declare class RadioGroup extends BaseElement {
|
|
6
|
+
get _containerElement(): HTMLDivElement | null;
|
|
7
|
+
connectedCallback(): void;
|
|
8
|
+
private _handleRadioSelected;
|
|
9
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
11
|
+
render(): import('lit').TemplateResult<1>;
|
|
12
|
+
}
|
|
13
|
+
export { RadioGroupItem, RadioGroup };
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
'rtg-radio-group': RadioGroup;
|
|
17
|
+
'rtg-radio-group-item': RadioGroupItem;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
+
|
|
2
3
|
import * as sampleType from './sample.type';
|
|
3
4
|
export declare class SampleDemo extends LitElement {
|
|
4
5
|
static buttonVariants: (props?: ({
|
|
5
6
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
6
7
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
7
|
-
} & import(
|
|
8
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
8
9
|
click: () => void;
|
|
9
10
|
disabled: boolean;
|
|
10
11
|
isCustomClass: boolean;
|
|
@@ -13,8 +14,8 @@ export declare class SampleDemo extends LitElement {
|
|
|
13
14
|
mode: 'single' | 'range';
|
|
14
15
|
selectedStartDate: Date | null;
|
|
15
16
|
selectedEndDate: Date | null;
|
|
16
|
-
static styles: import(
|
|
17
|
-
render(): import(
|
|
17
|
+
static styles: import('lit').CSSResult[];
|
|
18
|
+
render(): import('lit').TemplateResult<1>;
|
|
18
19
|
}
|
|
19
20
|
declare global {
|
|
20
21
|
interface HTMLElementTagNameMap {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const demoStyle: (props?: ({
|
|
2
2
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
3
3
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
4
|
-
} & import(
|
|
4
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
|
|
3
|
+
export declare class RtgScrollArea extends BaseElement {
|
|
4
|
+
private viewportEl;
|
|
5
|
+
protected createRenderRoot(): this;
|
|
6
|
+
firstUpdated(): void;
|
|
7
|
+
render(): import('lit').TemplateResult<1>;
|
|
8
|
+
}
|
|
9
|
+
declare global {
|
|
10
|
+
interface HTMLElementTagNameMap {
|
|
11
|
+
'rtg-scroll-area': RtgScrollArea;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const scrollAreaStyles = "relative h-72 w-48 rounded-md border";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type Listener = () => void;
|
|
2
|
+
export declare class SelectStore {
|
|
3
|
+
private state;
|
|
4
|
+
private listeners;
|
|
5
|
+
subscribe(listener: Listener): void;
|
|
6
|
+
unsubscribe(listener: Listener): void;
|
|
7
|
+
private notify;
|
|
8
|
+
get isOpen(): boolean;
|
|
9
|
+
get selectedValue(): string;
|
|
10
|
+
open(): void;
|
|
11
|
+
close(): void;
|
|
12
|
+
toggle(): void;
|
|
13
|
+
select(value: string, _index?: number): void;
|
|
14
|
+
}
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
import { Select } from './select';
|
|
3
|
+
|
|
4
|
+
export declare class SelectGroup extends BaseElement {
|
|
5
|
+
focusedIndex: number;
|
|
6
|
+
private childrenArray;
|
|
7
|
+
get _select(): Select;
|
|
8
|
+
connectedCallback(): void;
|
|
9
|
+
disconnectedCallback(): void;
|
|
10
|
+
private onStoreChange;
|
|
11
|
+
get _containerElement(): HTMLDivElement | null;
|
|
12
|
+
protected firstUpdated(): void;
|
|
13
|
+
private updateFocusedItem;
|
|
14
|
+
private handleKeyDown;
|
|
15
|
+
private handleMouseOver;
|
|
16
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
17
|
+
render(): import('lit').TemplateResult<1>;
|
|
18
|
+
}
|
|
19
|
+
declare global {
|
|
20
|
+
interface HTMLElementTagNameMap {
|
|
21
|
+
'rtg-select-group': SelectGroup;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
import { Select } from './select';
|
|
4
|
+
|
|
5
|
+
export declare class SelectItem extends BaseElement {
|
|
6
|
+
value: string;
|
|
7
|
+
isSelected: boolean;
|
|
8
|
+
isFocus: boolean;
|
|
9
|
+
selectItemIndex: number;
|
|
10
|
+
onSelect: (_value: string, _index: number) => void;
|
|
11
|
+
class: string;
|
|
12
|
+
get _select(): Select;
|
|
13
|
+
connectedCallback(): void;
|
|
14
|
+
disconnectedCallback(): void;
|
|
15
|
+
private _onStoreChange;
|
|
16
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
17
|
+
get _containerElement(): HTMLDivElement | null;
|
|
18
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
19
|
+
private handleClick;
|
|
20
|
+
render(): import('lit').TemplateResult<1>;
|
|
21
|
+
}
|
|
22
|
+
declare global {
|
|
23
|
+
interface HTMLElementTagNameMap {
|
|
24
|
+
'rtg-select-item': SelectItem;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
export declare class SelectLabel extends BaseElement {
|
|
5
|
+
get _containerElement(): HTMLSpanElement | null;
|
|
6
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
|
+
render(): import('lit').TemplateResult<1>;
|
|
9
|
+
}
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
'rtg-select-label': SelectLabel;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
4
|
+
export declare class SelectList extends BaseElement {
|
|
5
|
+
state: string;
|
|
6
|
+
get _containerElement(): HTMLDivElement | null;
|
|
7
|
+
isOpen: boolean;
|
|
8
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
|
+
render(): import('lit').TemplateResult<1>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
|
|
3
|
+
declare class SelectSeperator extends LitElement {
|
|
4
|
+
_id: string;
|
|
5
|
+
_hidden: string;
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
render(): import('lit').TemplateResult<1>;
|
|
8
|
+
}
|
|
9
|
+
export { SelectSeperator };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { Select } from './select';
|
|
3
|
+
import { BaseElement } from '../../../helpers';
|
|
4
|
+
|
|
5
|
+
declare class SelectTrigger extends BaseElement {
|
|
6
|
+
get _select(): Select;
|
|
7
|
+
connectedCallback(): void;
|
|
8
|
+
disconnectedCallback(): void;
|
|
9
|
+
private onStoreChange;
|
|
10
|
+
get _containerElement(): HTMLDivElement | null;
|
|
11
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
|
+
handleClick: (e: Event) => void;
|
|
13
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
14
|
+
protected getAttributesToExclude(): string[];
|
|
15
|
+
render(): import('lit').TemplateResult<1>;
|
|
16
|
+
}
|
|
17
|
+
export { SelectTrigger };
|
|
18
|
+
declare global {
|
|
19
|
+
interface HTMLElementTagNameMap {
|
|
20
|
+
'rtg-select-trigger': SelectTrigger;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
|
+
import { Select } from './select';
|
|
3
|
+
import { BaseElement } from '../../../helpers';
|
|
4
|
+
|
|
5
|
+
declare class SelectValue extends BaseElement {
|
|
6
|
+
placeholder: string;
|
|
7
|
+
get _select(): Select;
|
|
8
|
+
connectedCallback(): void;
|
|
9
|
+
disconnectedCallback(): void;
|
|
10
|
+
private onStoreChange;
|
|
11
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
|
+
renderLabel: () => string;
|
|
13
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
14
|
+
render(): import('lit').TemplateResult<1>;
|
|
15
|
+
}
|
|
16
|
+
export { SelectValue };
|
|
17
|
+
declare global {
|
|
18
|
+
interface HTMLElementTagNameMap {
|
|
19
|
+
'rtg-select-value': SelectValue;
|
|
20
|
+
}
|
|
21
|
+
}
|