@revotech-group/revotech-ui-kit 0.0.59 → 0.0.61
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/dist/library.css +2642 -0
- package/dist/revotech-ui-kit.js +13309 -0
- package/dist/revotech-ui-kit.umd.cjs +5507 -0
- package/dist/src/assets/icons/arrow-up-circle.icon.d.ts +1 -0
- package/dist/src/assets/icons/arrows.icon.d.ts +1 -0
- package/dist/src/assets/icons/chart.icon.d.ts +1 -0
- package/dist/src/assets/icons/chorven-down.icon.d.ts +1 -0
- package/dist/src/assets/icons/circle-check.icon.d.ts +1 -0
- package/dist/src/assets/icons/circle-x.icon.d.ts +1 -0
- package/dist/src/assets/icons/circle.icon.d.ts +1 -0
- package/dist/src/assets/icons/close.icon.d.ts +1 -0
- package/dist/src/assets/icons/decrease.icon.d.ts +1 -0
- package/dist/src/assets/icons/dot.icon.d.ts +1 -0
- package/dist/src/assets/icons/help-circle.icon.d.ts +1 -0
- package/dist/src/assets/icons/index.d.ts +16 -0
- package/dist/src/assets/icons/plus.icon.d.ts +1 -0
- package/dist/src/assets/icons/radio-group.icon.d.ts +1 -0
- package/dist/src/assets/icons/radio.icon.d.ts +1 -0
- package/dist/src/assets/icons/search.icon.d.ts +1 -0
- package/dist/src/assets/icons/tick.icon.d.ts +1 -0
- package/dist/src/components/atoms/accordion/accordion-content.d.ts +14 -0
- package/dist/src/components/atoms/accordion/accordion-item.d.ts +21 -0
- package/dist/src/components/atoms/accordion/accordion-trigger.d.ts +20 -0
- package/dist/src/components/atoms/accordion/accordion.atoms.d.ts +23 -0
- package/dist/src/components/atoms/accordion/accordion.defs.d.ts +10 -0
- package/dist/src/components/atoms/accordion/accordion.stories.d.ts +5 -0
- package/dist/src/components/atoms/accordion/accordion.styles.d.ts +0 -0
- package/dist/src/components/atoms/alert/alert-description.d.ts +5 -0
- package/dist/src/components/atoms/alert/alert-title.d.ts +5 -0
- package/dist/src/components/atoms/alert/alert.atom.d.ts +23 -0
- package/dist/src/components/atoms/alert/alert.stories.d.ts +5 -0
- package/dist/src/components/atoms/alert/alert.styles.d.ts +4 -0
- package/dist/src/components/atoms/alert/alert.types.d.ts +1 -0
- package/dist/src/components/atoms/aspect-ratio/aspect-ratio-atom.d.ts +12 -0
- package/dist/src/components/atoms/aspect-ratio/aspect-ratio.stories.d.ts +4 -0
- package/dist/src/components/atoms/badge/badge.atom.d.ts +18 -0
- package/dist/src/components/atoms/badge/badge.stories.d.ts +5 -0
- package/dist/src/components/atoms/badge/badge.style.d.ts +3 -0
- package/dist/src/components/atoms/badge/badge.type.d.ts +1 -0
- package/dist/src/components/atoms/button/button.atom.d.ts +24 -0
- package/dist/src/components/atoms/button/button.stories.d.ts +5 -0
- package/dist/src/components/atoms/button/button.style.d.ts +4 -0
- package/dist/src/components/atoms/button/button.type.d.ts +3 -0
- package/dist/src/components/atoms/calendar/calendar.atom.d.ts +28 -0
- package/dist/src/components/atoms/calendar/calendar.stories.d.ts +4 -0
- package/dist/src/components/atoms/calendar/calendar.style.d.ts +4 -0
- package/dist/src/components/atoms/calendar/calendar.type.d.ts +2 -0
- package/dist/src/components/atoms/card/card-content.d.ts +5 -0
- package/dist/src/components/atoms/card/card-description.d.ts +5 -0
- package/dist/src/components/atoms/card/card-footer.d.ts +5 -0
- package/dist/src/components/atoms/card/card-header.d.ts +5 -0
- package/dist/src/components/atoms/card/card-title.d.ts +5 -0
- package/dist/src/components/atoms/card/card.atom.d.ts +21 -0
- package/dist/src/components/atoms/card/card.stories.d.ts +5 -0
- package/dist/src/components/atoms/carousel/carousel.atom.d.ts +21 -0
- package/dist/src/components/atoms/carousel/carousel.stories.d.ts +6 -0
- package/dist/src/components/atoms/collapsible/collapsible-content.d.ts +11 -0
- package/dist/src/components/atoms/collapsible/collapsible-trigger.d.ts +14 -0
- package/dist/src/components/atoms/collapsible/collapsible.atom.d.ts +17 -0
- package/dist/src/components/atoms/collapsible/collapsible.stories.d.ts +5 -0
- package/dist/src/components/atoms/combobox/combo-box-empty.d.ts +11 -0
- package/dist/src/components/atoms/combobox/combo-box-group.d.ts +25 -0
- package/dist/src/components/atoms/combobox/combo-box-input.d.ts +18 -0
- package/dist/src/components/atoms/combobox/combo-box-item.d.ts +22 -0
- package/dist/src/components/atoms/combobox/combo-box-trigger.d.ts +15 -0
- package/dist/src/components/atoms/combobox/combo-box-value.d.ts +18 -0
- package/dist/src/components/atoms/combobox/combo-box.atom.d.ts +25 -0
- package/dist/src/components/atoms/combobox/combo-box.stories.d.ts +4 -0
- package/dist/src/components/atoms/command/command-empty.atom.d.ts +9 -0
- package/dist/src/components/atoms/command/command-group.atom.d.ts +10 -0
- package/dist/src/components/atoms/command/command-input.atom.d.ts +10 -0
- package/dist/src/components/atoms/command/command-item.atom.d.ts +13 -0
- package/dist/src/components/atoms/command/command-list.atom.d.ts +6 -0
- package/dist/src/components/atoms/command/command-separator.atom.d.ts +9 -0
- package/dist/src/components/atoms/command/command.atom.d.ts +7 -0
- package/dist/src/components/atoms/command/command.stories.d.ts +5 -0
- package/dist/src/components/atoms/context-menu/context-menu-checkbox-Item.d.ts +15 -0
- package/dist/src/components/atoms/context-menu/context-menu-content.d.ts +13 -0
- package/dist/src/components/atoms/context-menu/context-menu-group.d.ts +10 -0
- package/dist/src/components/atoms/context-menu/context-menu-item.d.ts +12 -0
- package/dist/src/components/atoms/context-menu/context-menu-radio-item.d.ts +15 -0
- package/dist/src/components/atoms/context-menu/context-menu-seperator.d.ts +9 -0
- package/dist/src/components/atoms/context-menu/context-menu-shortcut.d.ts +5 -0
- package/dist/src/components/atoms/context-menu/context-menu.atom.d.ts +33 -0
- package/dist/src/components/atoms/context-menu/contextMenu.stories.d.ts +4 -0
- package/dist/src/components/atoms/context-menu/contextMenu.style.d.ts +2 -0
- package/dist/src/components/atoms/date-picker/date-picker.atom.d.ts +13 -0
- package/dist/src/components/atoms/date-picker/date-picker.stories.d.ts +4 -0
- package/dist/src/components/atoms/dialog/dialog-close.d.ts +12 -0
- package/dist/src/components/atoms/dialog/dialog-content.d.ts +8 -0
- package/dist/src/components/atoms/dialog/dialog-footer.d.ts +5 -0
- package/dist/src/components/atoms/dialog/dialog-header.d.ts +7 -0
- package/dist/src/components/atoms/dialog/dialog-overly.d.ts +5 -0
- package/dist/src/components/atoms/dialog/dialog-trigger.d.ts +8 -0
- package/dist/src/components/atoms/dialog/dialog.atom.d.ts +26 -0
- package/dist/src/components/atoms/dialog/dialog.stories.d.ts +6 -0
- package/dist/src/components/atoms/drawer/drawer-close.d.ts +12 -0
- package/dist/src/components/atoms/drawer/drawer-content.d.ts +6 -0
- package/dist/src/components/atoms/drawer/drawer-description.d.ts +6 -0
- package/dist/src/components/atoms/drawer/drawer-footer.d.ts +5 -0
- package/dist/src/components/atoms/drawer/drawer-header.d.ts +7 -0
- package/dist/src/components/atoms/drawer/drawer-overlay.d.ts +5 -0
- package/dist/src/components/atoms/drawer/drawer-title.d.ts +6 -0
- package/dist/src/components/atoms/drawer/drawer-trigger.d.ts +8 -0
- package/dist/src/components/atoms/drawer/drawer.atom.d.ts +35 -0
- package/dist/src/components/atoms/drawer/drawer.stories.d.ts +4 -0
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +15 -0
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-content.d.ts +13 -0
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-group.d.ts +10 -0
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-item.d.ts +12 -0
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-radio-item.d.ts +15 -0
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-seperator.d.ts +9 -0
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-shortcut.d.ts +5 -0
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu.atom.d.ts +31 -0
- package/dist/src/components/atoms/dropdown-menu/dropdownMenu.stories.d.ts +6 -0
- package/dist/src/components/atoms/dropdown-menu/dropdownMenu.style.d.ts +2 -0
- package/dist/src/components/atoms/hoverCard/hover-card-content.d.ts +17 -0
- package/dist/src/components/atoms/hoverCard/hover-card.atom.d.ts +18 -0
- package/dist/src/components/atoms/hoverCard/hover-card.stories.d.ts +4 -0
- package/dist/src/components/atoms/index.d.ts +44 -0
- package/dist/src/components/atoms/menubar/menubar-checkbox.item.d.ts +15 -0
- package/dist/src/components/atoms/menubar/menubar-content.d.ts +15 -0
- package/dist/src/components/atoms/menubar/menubar-group.d.ts +10 -0
- package/dist/src/components/atoms/menubar/menubar-item.d.ts +12 -0
- package/dist/src/components/atoms/menubar/menubar-menu.d.ts +23 -0
- package/dist/src/components/atoms/menubar/menubar-radio-item.d.ts +15 -0
- package/dist/src/components/atoms/menubar/menubar-seperator.d.ts +9 -0
- package/dist/src/components/atoms/menubar/menubar-shortcut.d.ts +5 -0
- package/dist/src/components/atoms/menubar/menubar.atom.d.ts +28 -0
- package/dist/src/components/atoms/menubar/menubar.stories.d.ts +4 -0
- package/dist/src/components/atoms/navigation-menu/navigation-menu-content.d.ts +16 -0
- package/dist/src/components/atoms/navigation-menu/navigation-menu-item.d.ts +23 -0
- package/dist/src/components/atoms/navigation-menu/navigation-menu-link.d.ts +7 -0
- package/dist/src/components/atoms/navigation-menu/navigation-menu-list.d.ts +6 -0
- package/dist/src/components/atoms/navigation-menu/navigation-menu.d.ts +20 -0
- package/dist/src/components/atoms/navigation-menu/navigation-menu.stories.d.ts +4 -0
- package/dist/src/components/atoms/pagination/pagination-content.d.ts +6 -0
- package/dist/src/components/atoms/pagination/pagination-ellipsis.d.ts +6 -0
- package/dist/src/components/atoms/pagination/pagination-item.d.ts +14 -0
- package/dist/src/components/atoms/pagination/pagination-link.d.ts +17 -0
- package/dist/src/components/atoms/pagination/pagination-next.d.ts +6 -0
- package/dist/src/components/atoms/pagination/pagination-previous.d.ts +6 -0
- package/dist/src/components/atoms/pagination/pagination.atom.d.ts +24 -0
- package/dist/src/components/atoms/pagination/pagination.stories.d.ts +4 -0
- package/dist/src/components/atoms/pagination/pagination.styles.d.ts +4 -0
- package/dist/src/components/atoms/pagination/pagination.type.d.ts +2 -0
- package/dist/src/components/atoms/popover/popover-content.d.ts +14 -0
- package/dist/src/components/atoms/popover/popover-trigger.d.ts +9 -0
- package/dist/src/components/atoms/popover/popover.atom.d.ts +18 -0
- package/dist/src/components/atoms/popover/popover.stories.d.ts +4 -0
- package/dist/src/components/atoms/popover/popover.style.d.ts +10 -0
- package/dist/src/components/atoms/popover/popover.types.d.ts +2 -0
- package/dist/src/components/atoms/progress/progress.atom.d.ts +12 -0
- package/dist/src/components/atoms/progress/progress.stories.d.ts +4 -0
- package/dist/src/components/atoms/radio-group/radio-group-item.d.ts +16 -0
- package/dist/src/components/atoms/radio-group/radio-group.atom.d.ts +16 -0
- package/dist/src/components/atoms/radio-group/radio-group.stories.d.ts +4 -0
- package/dist/src/components/atoms/radio-group/radio-group.types.d.ts +2 -0
- package/dist/src/components/atoms/sample-demo/sample-demo.d.ts +23 -0
- package/dist/src/components/atoms/sample-demo/sample.style.d.ts +4 -0
- package/dist/src/components/atoms/sample-demo/sample.type.d.ts +3 -0
- package/dist/src/components/atoms/select/select-group.d.ts +23 -0
- package/dist/src/components/atoms/select/select-item.d.ts +22 -0
- package/dist/src/components/atoms/select/select-label.d.ts +10 -0
- package/dist/src/components/atoms/select/select-list.d.ts +7 -0
- package/dist/src/components/atoms/select/select-seperator.d.ts +10 -0
- package/dist/src/components/atoms/select/select-trigger.d.ts +15 -0
- package/dist/src/components/atoms/select/select-value.d.ts +18 -0
- package/dist/src/components/atoms/select/select.atom.d.ts +24 -0
- package/dist/src/components/atoms/select/select.stories.d.ts +4 -0
- package/dist/src/components/atoms/seperator/separator.atom.d.ts +14 -0
- package/dist/src/components/atoms/seperator/separator.defs.d.ts +10 -0
- package/dist/src/components/atoms/seperator/separator.stories.d.ts +7 -0
- package/dist/src/components/atoms/switch/switch.atom.d.ts +14 -0
- package/dist/src/components/atoms/switch/switch.stories.d.ts +4 -0
- package/dist/src/components/atoms/switch/switch.type.d.ts +4 -0
- package/dist/src/components/atoms/textarea/textarea.atom.d.ts +22 -0
- package/dist/src/components/atoms/textarea/textarea.stories.d.ts +4 -0
- package/dist/src/components/atoms/textarea/textarea.styles.d.ts +1 -0
- package/dist/src/components/atoms/textarea/textarea.type.d.ts +11 -0
- package/dist/src/components/atoms/toast/toast-action.d.ts +19 -0
- package/dist/src/components/atoms/toast/toast-description.d.ts +10 -0
- package/dist/src/components/atoms/toast/toast-title.d.ts +10 -0
- package/dist/src/components/atoms/toast/toast-view-port.d.ts +17 -0
- package/dist/src/components/atoms/toast/toast.atom.d.ts +16 -0
- package/dist/src/components/atoms/toast/toast.stories.d.ts +5 -0
- package/dist/src/components/atoms/toast/toast.style.d.ts +9 -0
- package/dist/src/components/atoms/toast/toast.type.d.ts +1 -0
- package/dist/src/components/atoms/toggle/toggle.atom.d.ts +20 -0
- package/dist/src/components/atoms/toggle/toggle.defs.d.ts +27 -0
- package/dist/src/components/atoms/toggle/toggle.stories.d.ts +5 -0
- package/dist/src/components/atoms/toggle/toggle.style.d.ts +4 -0
- package/dist/src/components/index.d.ts +4 -0
- package/dist/src/components/molecules/breadcrumb/breadcrumb-ellipsis.d.ts +6 -0
- package/dist/src/components/molecules/breadcrumb/breadcrumb-item.d.ts +6 -0
- package/dist/src/components/molecules/breadcrumb/breadcrumb-link.d.ts +7 -0
- package/dist/src/components/molecules/breadcrumb/breadcrumb-list.d.ts +6 -0
- package/dist/src/components/molecules/breadcrumb/breadcrumb-separator.d.ts +6 -0
- package/dist/src/components/molecules/breadcrumb/breadcrumb-text.d.ts +6 -0
- package/dist/src/components/molecules/breadcrumb/breadcrumb.molecules.d.ts +6 -0
- package/dist/src/components/molecules/breadcrumb/breadcrumb.stories.d.ts +5 -0
- package/dist/src/components/molecules/breadcrumb/breadcrumb.styles.d.ts +6 -0
- package/dist/src/components/molecules/index.d.ts +11 -0
- package/dist/src/components/molecules/input-otp/input-otp-group.d.ts +14 -0
- package/dist/src/components/molecules/input-otp/input-otp-separator.d.ts +11 -0
- package/dist/src/components/molecules/input-otp/input-otp-slot.d.ts +25 -0
- package/dist/src/components/molecules/input-otp/input-otp.molecule.d.ts +23 -0
- package/dist/src/components/molecules/input-otp/input-otp.stories.d.ts +4 -0
- package/dist/src/components/molecules/tabs/tab-contents.d.ts +12 -0
- package/dist/src/components/molecules/tabs/tab-list.d.ts +14 -0
- package/dist/src/components/molecules/tabs/tab-trigger.d.ts +17 -0
- package/dist/src/components/molecules/tabs/tab.molecules.d.ts +15 -0
- package/dist/src/components/molecules/tabs/tab.stories.d.ts +14 -0
- package/dist/src/components/molecules/toggle-group/toggle-group-item.d.ts +17 -0
- package/dist/src/components/molecules/toggle-group/toggle-group.defs.d.ts +37 -0
- package/dist/src/components/molecules/toggle-group/toggle-group.molecules.d.ts +19 -0
- package/dist/src/components/molecules/toggle-group/toggle-group.stories.d.ts +4 -0
- package/dist/src/components/molecules/toggle-group/toggle-group.style.d.ts +4 -0
- package/dist/src/components/ui/avatar/avatar-fallback.d.ts +10 -0
- package/dist/src/components/ui/avatar/avatar-image.d.ts +12 -0
- package/dist/src/components/ui/avatar/avatar.d.ts +16 -0
- package/dist/src/components/ui/avatar/avatar.stories.d.ts +4 -0
- package/dist/src/components/ui/avatar/avatar.style.d.ts +3 -0
- package/dist/src/components/ui/checkbox/checkbox.d.ts +19 -0
- package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +6 -0
- package/dist/src/components/ui/checkbox/checkbox.style.d.ts +2 -0
- package/dist/src/components/ui/checkbox/checkbox.type.d.ts +21 -0
- package/dist/src/components/ui/index.d.ts +4 -0
- package/dist/src/components/ui/input/input.d.ts +22 -0
- package/dist/src/components/ui/input/input.stories.d.ts +6 -0
- package/dist/src/components/ui/input/input.styles.d.ts +1 -0
- package/dist/src/components/ui/input/input.type.d.ts +21 -0
- package/dist/src/components/ui/label/label.d.ts +16 -0
- package/dist/src/components/ui/label/label.stories.d.ts +5 -0
- package/dist/src/components/ui/label/label.style.d.ts +1 -0
- package/dist/src/components/widgets/index.d.ts +1 -0
- package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +14 -0
- package/dist/src/helpers/base-element.d.ts +10 -0
- package/dist/src/helpers/genrate-uuid.helper.d.ts +1 -0
- package/dist/src/helpers/index.d.ts +5 -0
- package/dist/src/helpers/mouse-conroller.helper.d.ts +14 -0
- package/dist/src/helpers/shadow-wrapper.d.ts +8 -0
- package/dist/src/helpers/style.helpers.d.ts +2 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/interfaces/actionable.interface.d.ts +5 -0
- package/dist/src/interfaces/atomic.interface.d.ts +6 -0
- package/dist/src/interfaces/changeable.interface.d.ts +7 -0
- package/dist/src/interfaces/child-support-atomic.interface.d.ts +4 -0
- package/dist/src/interfaces/index.d.ts +6 -0
- package/dist/src/interfaces/intractable.interface.d.ts +6 -0
- package/dist/src/interfaces/variant.interface.d.ts +3 -0
- package/dist/src/lib/index.d.ts +0 -0
- package/dist/src/lib/next/next.lib.d.ts +0 -0
- package/dist/src/lib/react/react.lib.d.ts +4 -0
- package/dist/src/lib/tw-styles.d.ts +1 -0
- package/dist/src/styles/index.d.ts +1 -0
- package/dist/src/styles/tw.styles.d.ts +1 -0
- package/dist/src/wc-ui-app.d.ts +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function arrowUpCircleIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function arrowsIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function chartIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function chorvenDownIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function circleCheckIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function circleXIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function circleIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function closeIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function decreaseIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function dotIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function helpCircleIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * from './arrows.icon';
|
|
2
|
+
export * from './tick.icon';
|
|
3
|
+
export * from './search.icon';
|
|
4
|
+
export * from './help-circle.icon';
|
|
5
|
+
export * from './circle.icon';
|
|
6
|
+
export * from './arrow-up-circle.icon';
|
|
7
|
+
export * from './circle-check.icon';
|
|
8
|
+
export * from './circle-x.icon';
|
|
9
|
+
export * from './radio.icon';
|
|
10
|
+
export * from './chorven-down.icon';
|
|
11
|
+
export * from './radio-group.icon';
|
|
12
|
+
export * from './close.icon';
|
|
13
|
+
export * from './dot.icon';
|
|
14
|
+
export * from './plus.icon';
|
|
15
|
+
export * from './decrease.icon';
|
|
16
|
+
export * from './chart.icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function plusIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function radioGroupIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function radioIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function searchIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function tickIcon(): import("lit-html").TemplateResult<2>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit-element';
|
|
2
|
+
import { Accordion, AccordionItem } from './accordion.atoms';
|
|
3
|
+
declare class AccordionContent extends LitElement {
|
|
4
|
+
value: string;
|
|
5
|
+
selectedValue: string;
|
|
6
|
+
static styles: import("lit-element").CSSResult[];
|
|
7
|
+
protected updated(_changedProperties: PropertyValues): void;
|
|
8
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
+
get _accordion(): Accordion | null;
|
|
10
|
+
get _item(): AccordionItem | null;
|
|
11
|
+
hasActiveState(): Boolean;
|
|
12
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
13
|
+
}
|
|
14
|
+
export { AccordionContent };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit-element';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
import { Accordion } from './accordion.atoms';
|
|
4
|
+
declare class AccordionItem extends BaseElement {
|
|
5
|
+
value: string;
|
|
6
|
+
tabindex: number;
|
|
7
|
+
static styles: import("lit-element").CSSResult[];
|
|
8
|
+
protected getAttributesToExclude(): string[];
|
|
9
|
+
connectedCallback(): void;
|
|
10
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
11
|
+
disconnectedCallback(): void;
|
|
12
|
+
get _accordion(): Accordion | null;
|
|
13
|
+
handleClick: (event: MouseEvent) => void;
|
|
14
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
+
}
|
|
16
|
+
export { AccordionItem };
|
|
17
|
+
declare global {
|
|
18
|
+
interface HTMLElementTagNameMap {
|
|
19
|
+
'rtg-accordion-item': AccordionItem;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit-element';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
import { Accordion, AccordionItem } from './accordion.atoms';
|
|
4
|
+
declare class AccordionTrigger extends BaseElement {
|
|
5
|
+
onClickCallback?: (tabValue: string) => void;
|
|
6
|
+
static styles: import("lit-element").CSSResult[];
|
|
7
|
+
connectedCallback(): void;
|
|
8
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
+
protected getAttributesToExclude(): string[];
|
|
10
|
+
get _accordion(): Accordion | null;
|
|
11
|
+
get _item(): AccordionItem | null;
|
|
12
|
+
hasActiveState(): Boolean;
|
|
13
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
14
|
+
}
|
|
15
|
+
export { AccordionTrigger };
|
|
16
|
+
declare global {
|
|
17
|
+
interface HTMLElementTagNameMap {
|
|
18
|
+
'rtg-accordion-trigger': AccordionTrigger;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
import { AccordionItem } from './accordion-item';
|
|
3
|
+
import { AccordionTrigger } from './accordion-trigger';
|
|
4
|
+
import { AccordionContent } from './accordion-content';
|
|
5
|
+
import { ACCORDION_GROUP_TYPE } from './accordion.defs';
|
|
6
|
+
declare class Accordion extends BaseElement {
|
|
7
|
+
static styles: import("lit").CSSResult[];
|
|
8
|
+
twCLass: string;
|
|
9
|
+
type: ACCORDION_GROUP_TYPE;
|
|
10
|
+
selectedItems: string[];
|
|
11
|
+
protected getAttributesToExclude(): string[];
|
|
12
|
+
connectedCallback(): void;
|
|
13
|
+
disconnectedCallback(): void;
|
|
14
|
+
setSelectedItems(item: string): void;
|
|
15
|
+
raiseEvent(value: string): void;
|
|
16
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
17
|
+
}
|
|
18
|
+
export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
|
|
19
|
+
declare global {
|
|
20
|
+
interface HTMLElementTagNameMap {
|
|
21
|
+
'rtg-accordion': Accordion;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { AlertTitle } from './alert-title';
|
|
3
|
+
import { AlertDescription } from './alert-description';
|
|
4
|
+
declare class Alert extends LitElement {
|
|
5
|
+
twCLass: string;
|
|
6
|
+
static styles: import("lit").CSSResult[];
|
|
7
|
+
static alertVairants: (props?: ({
|
|
8
|
+
variant?: "error" | "success" | "warning" | "info" | null | undefined;
|
|
9
|
+
size?: "small" | "default" | "large" | null | undefined;
|
|
10
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
11
|
+
variant: 'success' | 'error' | 'warning' | 'info';
|
|
12
|
+
size: 'default' | 'large' | 'small';
|
|
13
|
+
private get alertClasses();
|
|
14
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
15
|
+
}
|
|
16
|
+
export { Alert, AlertDescription, AlertTitle };
|
|
17
|
+
declare global {
|
|
18
|
+
interface HTMLElementTagNameMap {
|
|
19
|
+
'rtg-alert': Alert;
|
|
20
|
+
'rtg-alert-description': AlertDescription;
|
|
21
|
+
'rtg-alert-title': AlertTitle;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AspectRatio extends LitElement {
|
|
3
|
+
twCLass: string;
|
|
4
|
+
static styles: import("lit").CSSResult[];
|
|
5
|
+
ratio: number;
|
|
6
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
7
|
+
}
|
|
8
|
+
declare global {
|
|
9
|
+
interface HTMLElementTagNameMap {
|
|
10
|
+
'rtg-aspect-ratio': AspectRatio;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
import * as badgeType from './badge.type';
|
|
3
|
+
export declare class Badge extends BaseElement {
|
|
4
|
+
static badgeVariants: (props?: ({
|
|
5
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
6
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
7
|
+
twCLass: string;
|
|
8
|
+
variant: badgeType.BadgeVariant;
|
|
9
|
+
id: string;
|
|
10
|
+
static styles: import("lit").CSSResult[];
|
|
11
|
+
protected getAttributesToExclude(): string[];
|
|
12
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
'rtg-badge': Badge;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type BadgeVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
import * as buttonType from './button.type';
|
|
3
|
+
export declare class Button extends BaseElement {
|
|
4
|
+
static buttonVariants: (props?: ({
|
|
5
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
6
|
+
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
7
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
8
|
+
click: () => void;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
type: buttonType.ButtonType;
|
|
11
|
+
variant: buttonType.ButtonVariant;
|
|
12
|
+
size: buttonType.ButtonSize;
|
|
13
|
+
externalClass: string;
|
|
14
|
+
isCustomClass: boolean;
|
|
15
|
+
static styles: import("lit").CSSResult[];
|
|
16
|
+
private handleClick;
|
|
17
|
+
protected getAttributesToExclude(): string[];
|
|
18
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
19
|
+
}
|
|
20
|
+
declare global {
|
|
21
|
+
interface HTMLElementTagNameMap {
|
|
22
|
+
'rtg-button': Button;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const buttonStyle: (props?: ({
|
|
2
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
3
|
+
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
4
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import * as buttonType from './calendar.type';
|
|
3
|
+
export declare class Calendar extends LitElement {
|
|
4
|
+
static styles: import("lit").CSSResult[];
|
|
5
|
+
static buttonVariants: (props?: ({
|
|
6
|
+
variant?: "outline" | null | undefined;
|
|
7
|
+
size?: "default" | null | undefined;
|
|
8
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
9
|
+
currentDate: Date;
|
|
10
|
+
selectedStartDate: Date | null;
|
|
11
|
+
selectedEndDate: Date | null;
|
|
12
|
+
variant: buttonType.ButtonVariant;
|
|
13
|
+
size: buttonType.ButtonSize;
|
|
14
|
+
styleCalendar: boolean;
|
|
15
|
+
twCLass: string;
|
|
16
|
+
mode: 'range' | 'single';
|
|
17
|
+
getDaysInMonth(year: number, month: number): number;
|
|
18
|
+
previousMonth(): void;
|
|
19
|
+
nextMonth(): void;
|
|
20
|
+
selectDate(day: number, isInactive: boolean): void;
|
|
21
|
+
isDayInRange(day: Date): boolean;
|
|
22
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
23
|
+
}
|
|
24
|
+
declare global {
|
|
25
|
+
interface HTMLElementTagNameMap {
|
|
26
|
+
'rtg-calendar': Calendar;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { CardTitle } from './card-title';
|
|
3
|
+
import { CardHeader } from './card-header';
|
|
4
|
+
import { CardFooter } from './card-footer';
|
|
5
|
+
import { CardDescription } from './card-description';
|
|
6
|
+
import { CardContent } from './card-content';
|
|
7
|
+
declare class Card extends LitElement {
|
|
8
|
+
static styles: import("lit").CSSResult[];
|
|
9
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
10
|
+
}
|
|
11
|
+
export { Card, CardTitle, CardHeader, CardFooter, CardDescription, CardContent, };
|
|
12
|
+
declare global {
|
|
13
|
+
interface HTMLElementTagNameMap {
|
|
14
|
+
'rtg-card': Card;
|
|
15
|
+
'rtg-card-title': CardTitle;
|
|
16
|
+
'rtg-card-header': CardHeader;
|
|
17
|
+
'rtg-card-footer': CardFooter;
|
|
18
|
+
'rtg-card-description': CardDescription;
|
|
19
|
+
'rtg-card-content': CardContent;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class Carousel extends LitElement {
|
|
3
|
+
static styles: import("lit").CSSResult;
|
|
4
|
+
currentIndex: number;
|
|
5
|
+
items: never[];
|
|
6
|
+
twCLass: string;
|
|
7
|
+
orientation: string;
|
|
8
|
+
size: boolean;
|
|
9
|
+
slides: HTMLElement;
|
|
10
|
+
nextSlide(): void;
|
|
11
|
+
prevSlide(): void;
|
|
12
|
+
updateSlides(): void;
|
|
13
|
+
connectedCallback(): void;
|
|
14
|
+
disconnectedCallback(): void;
|
|
15
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
16
|
+
}
|
|
17
|
+
declare global {
|
|
18
|
+
interface HTMLElementTagNameMap {
|
|
19
|
+
'rtg-carousel': Carousel;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
export declare class CollapsibleContent extends BaseElement {
|
|
3
|
+
static styles: import("lit").CSSResult[];
|
|
4
|
+
protected getAttributesToExclude(): string[];
|
|
5
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
6
|
+
}
|
|
7
|
+
declare global {
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'rtg-collapsible-content': CollapsibleContent;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
import { Collapsible } from './collapsible.atom';
|
|
3
|
+
export declare class CollapsibleTrigger extends BaseElement {
|
|
4
|
+
static styles: import("lit").CSSResult[];
|
|
5
|
+
protected getAttributesToExclude(): string[];
|
|
6
|
+
get _collapsible(): Collapsible | null;
|
|
7
|
+
onTrigger(): void;
|
|
8
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
+
}
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
'rtg-collapsible-trigger': CollapsibleTrigger;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
import { CollapsibleTrigger } from './collapsible-trigger';
|
|
3
|
+
import { CollapsibleContent } from './collapsible-content';
|
|
4
|
+
declare class Collapsible extends BaseElement {
|
|
5
|
+
static styles: import("lit").CSSResult[];
|
|
6
|
+
open: boolean;
|
|
7
|
+
onOpenChange: () => void;
|
|
8
|
+
twCLass: string;
|
|
9
|
+
protected getAttributesToExclude(): string[];
|
|
10
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
11
|
+
}
|
|
12
|
+
export { Collapsible, CollapsibleTrigger, CollapsibleContent };
|
|
13
|
+
declare global {
|
|
14
|
+
interface HTMLElementTagNameMap {
|
|
15
|
+
'rtg-collapsible': Collapsible;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
declare class ComboBoxEmpty extends LitElement {
|
|
3
|
+
static styles: import("lit").CSSResult[];
|
|
4
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
+
}
|
|
6
|
+
export { ComboBoxEmpty };
|
|
7
|
+
declare global {
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'rtg-combo-box-empty': ComboBoxEmpty;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
import { ComboBox } from './combo-box.atom';
|
|
3
|
+
declare class ComboBoxGroup extends LitElement {
|
|
4
|
+
static styles: import("lit").CSSResult[];
|
|
5
|
+
private childrenArray;
|
|
6
|
+
searchKey: string;
|
|
7
|
+
focusedIndex: number;
|
|
8
|
+
selectedValue: string;
|
|
9
|
+
get _comboBox(): ComboBox | null;
|
|
10
|
+
connectedCallback(): void;
|
|
11
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
|
+
protected updated(_changedProperties: PropertyValues): void;
|
|
13
|
+
disconnectedCallback(): void;
|
|
14
|
+
onSelectedValue(value: string, index: number): void;
|
|
15
|
+
handleKeyDown(event: KeyboardEvent): void;
|
|
16
|
+
handleMouseOver(event: Event, index: number): void;
|
|
17
|
+
checkRender: () => import("lit-html").TemplateResult<1> | import("lit-html").TemplateResult<1>[];
|
|
18
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
19
|
+
}
|
|
20
|
+
export { ComboBoxGroup };
|
|
21
|
+
declare global {
|
|
22
|
+
interface HTMLElementTagNameMap {
|
|
23
|
+
'rtg-combo-box-group': ComboBoxGroup;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { ComboBoxGroup } from './combo-box-group';
|
|
3
|
+
declare class ComboBoxInput extends LitElement {
|
|
4
|
+
static styles: import("lit").CSSResult[];
|
|
5
|
+
placeholder: string;
|
|
6
|
+
twClass: string;
|
|
7
|
+
searchValue: string;
|
|
8
|
+
get _comboBoxGroup(): ComboBoxGroup | null;
|
|
9
|
+
handleSearch(event: Event): void;
|
|
10
|
+
handleKeyDown(event: Event): void;
|
|
11
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
+
}
|
|
13
|
+
export { ComboBoxInput };
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
'rtg-combo-box-input': ComboBoxInput;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
export declare class ComboBoxItem extends BaseElement {
|
|
3
|
+
value: string;
|
|
4
|
+
key: string;
|
|
5
|
+
tabindex: number;
|
|
6
|
+
isSelected: boolean;
|
|
7
|
+
isFocus: boolean;
|
|
8
|
+
class: string;
|
|
9
|
+
selectItemIndex: number;
|
|
10
|
+
onSelect: (_value: string, _index: number) => void;
|
|
11
|
+
onMouseOver: (_event: Event, _index: number) => void;
|
|
12
|
+
static styles: import("lit").CSSResult[];
|
|
13
|
+
protected getAttributesToExclude(): string[];
|
|
14
|
+
connectedCallback(): void;
|
|
15
|
+
handleClick: (event: Event) => void;
|
|
16
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
17
|
+
}
|
|
18
|
+
declare global {
|
|
19
|
+
interface HTMLElementTagNameMap {
|
|
20
|
+
'rtg-combo-box-item': ComboBoxItem;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
import { ComboBox } from './combo-box.atom';
|
|
3
|
+
declare class ComboBoxTrigger extends LitElement {
|
|
4
|
+
static styles: import("lit").CSSResult[];
|
|
5
|
+
get _comboBox(): ComboBox | null;
|
|
6
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
|
+
handleClick: () => void;
|
|
8
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
+
}
|
|
10
|
+
export { ComboBoxTrigger };
|
|
11
|
+
declare global {
|
|
12
|
+
interface HTMLElementTagNameMap {
|
|
13
|
+
'rtg-combo-box-trigger': ComboBoxTrigger;
|
|
14
|
+
}
|
|
15
|
+
}
|