@revotech-group/revotech-ui-kit 0.0.50
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/LICENSE +21 -0
- package/README.md +30 -0
- package/dist/revotech-ui-kit.js +12825 -0
- package/dist/revotech-ui-kit.umd.cjs +5400 -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/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/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 +13 -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/avatar/avatar-fallback.d.ts +10 -0
- package/dist/src/components/atoms/avatar/avatar-image.d.ts +12 -0
- package/dist/src/components/atoms/avatar/avatar.atom.d.ts +11 -0
- package/dist/src/components/atoms/avatar/avatar.stories.d.ts +4 -0
- package/dist/src/components/atoms/avatar/avatar.style.d.ts +3 -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 +25 -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/checkbox/checkbox.atom.d.ts +19 -0
- package/dist/src/components/atoms/checkbox/checkbox.stories.d.ts +6 -0
- package/dist/src/components/atoms/checkbox/checkbox.style.d.ts +2 -0
- package/dist/src/components/atoms/checkbox/checkbox.type.d.ts +21 -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/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 +48 -0
- package/dist/src/components/atoms/input/input.atom.d.ts +22 -0
- package/dist/src/components/atoms/input/input.stories.d.ts +5 -0
- package/dist/src/components/atoms/input/input.styles.d.ts +1 -0
- package/dist/src/components/atoms/input/input.type.d.ts +21 -0
- package/dist/src/components/atoms/label/label.atom.d.ts +16 -0
- package/dist/src/components/atoms/label/label.stories.d.ts +5 -0
- package/dist/src/components/atoms/label/label.style.d.ts +1 -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/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 +20 -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 +2 -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/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 +4 -0
- package/dist/src/helpers/mouse-conroller.helper.d.ts +14 -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 +135 -0
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
import { ComboBox } from './combo-box.atom';
|
|
3
|
+
declare class ComboBoxValue extends LitElement {
|
|
4
|
+
placeholder: string;
|
|
5
|
+
static styles: import("lit").CSSResult[];
|
|
6
|
+
get _comboBox(): ComboBox | null;
|
|
7
|
+
connectedCallback(): void;
|
|
8
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
+
handleClick: () => void;
|
|
10
|
+
renderLabel: () => string;
|
|
11
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
+
}
|
|
13
|
+
export { ComboBoxValue };
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
'rtg-combo-box-value': ComboBoxValue;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
import { ContextMenuContent } from './context-menu-content';
|
|
3
|
+
import { ContextMenuCheckboxItem } from './context-menu-checkbox-Item';
|
|
4
|
+
import { ContextMenuGroup } from './context-menu-group';
|
|
5
|
+
import { ContextMenuItem } from './context-menu-item';
|
|
6
|
+
import { ContextMenuRadioItem } from './context-menu-radio-item';
|
|
7
|
+
import { ContextMenuSeparator } from './context-menu-seperator';
|
|
8
|
+
import { ContextMenuShortcut } from './context-menu-shortcut';
|
|
9
|
+
declare class ContextMenu extends LitElement {
|
|
10
|
+
static styles: import("lit").CSSResult[];
|
|
11
|
+
isOpen: boolean;
|
|
12
|
+
connectedCallback(): void;
|
|
13
|
+
disconnectedCallback(): void;
|
|
14
|
+
toggleDropdown(e: MouseEvent): void;
|
|
15
|
+
handleClickOutside: (e: MouseEvent) => void;
|
|
16
|
+
private get _content();
|
|
17
|
+
protected updated(_changedProperties: PropertyValues): void;
|
|
18
|
+
private _handleRadioSelected;
|
|
19
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
20
|
+
}
|
|
21
|
+
export { ContextMenu, ContextMenuContent, ContextMenuCheckboxItem, ContextMenuGroup, ContextMenuItem, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, };
|
|
22
|
+
declare global {
|
|
23
|
+
interface HTMLElementTagNameMap {
|
|
24
|
+
'rtg-context-menu': ContextMenu;
|
|
25
|
+
'rtg-context-menu-checkbox-item': ContextMenuCheckboxItem;
|
|
26
|
+
'rtg-context-menu-group': ContextMenuGroup;
|
|
27
|
+
'rtg-context-menu-content': ContextMenuContent;
|
|
28
|
+
'rtg-context-menu-item': ContextMenuItem;
|
|
29
|
+
'rtg-context-menu-radio-item': ContextMenuRadioItem;
|
|
30
|
+
'rtg-context-menu-separator': ContextMenuSeparator;
|
|
31
|
+
'rtg-context-menu-shortcut': ContextMenuShortcut;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class DatePicker extends LitElement {
|
|
3
|
+
static styles: import("lit").CSSResult[];
|
|
4
|
+
twCLass: string;
|
|
5
|
+
selectedDate: Date | null;
|
|
6
|
+
private handleDateSelected;
|
|
7
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
8
|
+
}
|
|
9
|
+
declare global {
|
|
10
|
+
interface HTMLElementTagNameMap {
|
|
11
|
+
'rtg-date-picker': DatePicker;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
import { DialogContent } from './dialog-content';
|
|
3
|
+
import { DialogClose } from './dialog-close';
|
|
4
|
+
import { DialogFooter } from './dialog-footer';
|
|
5
|
+
import { DialogHeader } from './dialog-header';
|
|
6
|
+
import { DialogOverlay } from './dialog-overly';
|
|
7
|
+
import { DialogTrigger } from './dialog-trigger';
|
|
8
|
+
declare class Dialog extends LitElement {
|
|
9
|
+
static styles: import("lit").CSSResult[];
|
|
10
|
+
state: string;
|
|
11
|
+
private get _content();
|
|
12
|
+
protected updated(_changedProperties: PropertyValues): void;
|
|
13
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
14
|
+
}
|
|
15
|
+
export { Dialog, DialogContent, DialogClose, DialogFooter, DialogHeader, DialogOverlay, DialogTrigger, };
|
|
16
|
+
declare global {
|
|
17
|
+
interface HTMLElementTagNameMap {
|
|
18
|
+
'rtg-dialog': Dialog;
|
|
19
|
+
'rtg-dialog-trigger': DialogTrigger;
|
|
20
|
+
'rtg-dialog-content': DialogContent;
|
|
21
|
+
'rtg-dialog-close': DialogClose;
|
|
22
|
+
'rtg-dialog-footer': DialogFooter;
|
|
23
|
+
'rtg-dialog-header': DialogHeader;
|
|
24
|
+
'rtg-dialog-overlay': DialogOverlay;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
import { DropdownMenuContent } from './dropdown-menu-content';
|
|
3
|
+
import { DropdownMenuItem } from './dropdown-menu-item';
|
|
4
|
+
import { DropdownMenuRadioItem } from './dropdown-menu-radio-item';
|
|
5
|
+
import { DropdownMenuSeparator } from './dropdown-menu-seperator';
|
|
6
|
+
import { DropdownMenuCheckboxItem } from './dropdown-menu-checkbox-Item';
|
|
7
|
+
import { DropdownMenuGroup } from './dropdown-menu-group';
|
|
8
|
+
declare class DropdownMenu extends LitElement {
|
|
9
|
+
static styles: import("lit").CSSResult[];
|
|
10
|
+
isOpen: boolean;
|
|
11
|
+
connectedCallback(): void;
|
|
12
|
+
disconnectedCallback(): void;
|
|
13
|
+
toggleDropdown(e: MouseEvent): void;
|
|
14
|
+
handleClickOutside: (e: MouseEvent) => void;
|
|
15
|
+
private get _content();
|
|
16
|
+
protected updated(_changedProperties: PropertyValues): void;
|
|
17
|
+
private _handleRadioSelected;
|
|
18
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
19
|
+
}
|
|
20
|
+
export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuCheckboxItem, DropdownMenuGroup, };
|
|
21
|
+
declare global {
|
|
22
|
+
interface HTMLElementTagNameMap {
|
|
23
|
+
'rtg-dropdown-menu': DropdownMenu;
|
|
24
|
+
'rtg-dropdown-menu-checkbox-item': DropdownMenuCheckboxItem;
|
|
25
|
+
'rtg-dropdown-menu-group': DropdownMenuGroup;
|
|
26
|
+
'rtg-dropdown-menu-content': DropdownMenuContent;
|
|
27
|
+
'rtg-dropdown-menu-item': DropdownMenuItem;
|
|
28
|
+
'rtg-dropdown-menu-radio-item': DropdownMenuRadioItem;
|
|
29
|
+
'rtg-dropdown-menu-separator': DropdownMenuSeparator;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
}
|