@revotech-group/revotech-ui-kit 0.2.2 → 0.2.4
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 +501 -12
- package/dist/rtg-ui-kit.js +3335 -2913
- package/dist/rtg-ui-kit.umd.cjs +340 -318
- 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 -1
- package/dist/src/assets/icons/carousel-arrow-right.d.ts +1 -1
- 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-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/eye-off.d.ts +1 -1
- package/dist/src/assets/icons/eye-on.d.ts +1 -1
- package/dist/src/assets/icons/help-circle.icon.d.ts +1 -1
- 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/tick.icon.d.ts +1 -1
- package/dist/src/components/ui/accordion/accordion-content.d.ts +1 -1
- package/dist/src/components/ui/accordion/accordion-item.d.ts +1 -1
- package/dist/src/components/ui/accordion/accordion-trigger.d.ts +1 -1
- package/dist/src/components/ui/accordion/accordion.d.ts +1 -1
- package/dist/src/components/ui/alert/_alert-action.d.ts +1 -1
- package/dist/src/components/ui/alert/_alert-description.d.ts +1 -1
- package/dist/src/components/ui/alert/_alert-title.d.ts +1 -1
- package/dist/src/components/ui/alert/_alert.d.ts +1 -1
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +1 -1
- package/dist/src/components/ui/avatar/_avatar-badge.d.ts +1 -1
- package/dist/src/components/ui/avatar/_avatar-fallback.d.ts +1 -1
- package/dist/src/components/ui/avatar/_avatar-group-count.d.ts +1 -1
- package/dist/src/components/ui/avatar/_avatar-group.d.ts +1 -1
- package/dist/src/components/ui/avatar/_avatar-image.d.ts +1 -1
- package/dist/src/components/ui/avatar/_avatar.d.ts +1 -1
- package/dist/src/components/ui/badge/badge.d.ts +2 -2
- package/dist/src/components/ui/badge/badge.style.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-ellipsis.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-separator.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +1 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +1 -1
- package/dist/src/components/ui/button/_button.d.ts +1 -1
- package/dist/src/components/ui/button/button.style.d.ts +1 -1
- package/dist/src/components/ui/calendar/calendar.d.ts +1 -1
- package/dist/src/components/ui/card/_card-action.d.ts +1 -1
- package/dist/src/components/ui/card/_card-content.d.ts +1 -1
- package/dist/src/components/ui/card/_card-description.d.ts +1 -1
- package/dist/src/components/ui/card/_card-footer.d.ts +1 -1
- package/dist/src/components/ui/card/_card-header.d.ts +1 -1
- package/dist/src/components/ui/card/_card-title.d.ts +1 -1
- package/dist/src/components/ui/card/_card.d.ts +1 -1
- package/dist/src/components/ui/carousel/carousel.d.ts +1 -1
- package/dist/src/components/ui/checkbox/_checkbox.d.ts +1 -1
- package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +1 -0
- package/dist/src/components/ui/collapsible/collapsible-content.d.ts +1 -1
- package/dist/src/components/ui/collapsible/collapsible-trigger.d.ts +1 -1
- package/dist/src/components/ui/collapsible/collapsible.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box-empty.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box-group.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box-input.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box-item.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box-trigger.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box-value.d.ts +1 -1
- package/dist/src/components/ui/combobox/combo-box.d.ts +1 -1
- package/dist/src/components/ui/command/command-empty.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command-group.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command-input.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command-item.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command-list.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command-separator.atom.d.ts +1 -1
- package/dist/src/components/ui/command/command.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-content.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-group.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-item.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-seperator.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-shortcut.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu-trigger.d.ts +1 -1
- package/dist/src/components/ui/context-menu/context-menu.d.ts +1 -1
- package/dist/src/components/ui/data-table/data-table.d.ts +1 -1
- package/dist/src/components/ui/date-picker/date-picker.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-close.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-content.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-footer.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-header.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-overly.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog-trigger.d.ts +1 -1
- package/dist/src/components/ui/dialog/dialog.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-close.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-content.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-description.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-footer.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-header.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-overlay.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-title.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer-trigger.d.ts +1 -1
- package/dist/src/components/ui/drawer/drawer.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-group.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.d.ts +1 -1
- package/dist/src/components/ui/field/_field-content.d.ts +24 -0
- package/dist/src/components/ui/field/_field-description.d.ts +24 -0
- package/dist/src/components/ui/field/_field-error.d.ts +24 -0
- package/dist/src/components/ui/field/_field-group.d.ts +29 -0
- package/dist/src/components/ui/field/_field-label.d.ts +28 -0
- package/dist/src/components/ui/field/_field-legend.d.ts +31 -0
- package/dist/src/components/ui/field/_field-separator.d.ts +39 -0
- package/dist/src/components/ui/field/_field-set.d.ts +23 -0
- package/dist/src/components/ui/field/_field-title.d.ts +23 -0
- package/dist/src/components/ui/field/_field.d.ts +37 -0
- package/dist/src/components/ui/field/field.d.ts +30 -0
- package/dist/src/components/ui/field/field.defs.d.ts +24 -0
- package/dist/src/components/ui/field/field.stories.d.ts +17 -0
- package/dist/src/components/ui/form/rtg-form-controller.d.ts +1 -1
- package/dist/src/components/ui/form/rtg-form-description.d.ts +1 -1
- package/dist/src/components/ui/form/rtg-form-field.d.ts +1 -1
- package/dist/src/components/ui/form/rtg-form-item.d.ts +1 -1
- package/dist/src/components/ui/form/rtg-form-label.d.ts +1 -1
- package/dist/src/components/ui/form/rtg-form-message.d.ts +1 -1
- package/dist/src/components/ui/form/rtg-form.d.ts +1 -1
- package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +1 -1
- package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +1 -1
- package/dist/src/components/ui/hoverCard/hover-card.d.ts +1 -1
- package/dist/src/components/ui/index.d.ts +1 -0
- package/dist/src/components/ui/input/_input.d.ts +1 -1
- package/dist/src/components/ui/input-otp/_input-otp-group.d.ts +1 -1
- package/dist/src/components/ui/input-otp/_input-otp-separator.d.ts +1 -1
- package/dist/src/components/ui/input-otp/_input-otp-slot.d.ts +1 -1
- package/dist/src/components/ui/input-otp/_input-otp.d.ts +1 -1
- package/dist/src/components/ui/label/_label.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-content.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-group.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-item.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-menu.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-separator.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-trigger.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-content.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-item.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-link.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-list.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-trigger.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-content.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-item.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-link.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-next.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination-previous.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination.d.ts +1 -1
- package/dist/src/components/ui/pagination/pagination.styles.d.ts +1 -1
- package/dist/src/components/ui/popover/popover-content.d.ts +1 -1
- package/dist/src/components/ui/popover/popover-trigger.d.ts +1 -1
- package/dist/src/components/ui/popover/popover.d.ts +1 -1
- package/dist/src/components/ui/progress/progress.d.ts +1 -1
- package/dist/src/components/ui/radio-group/radio-group-item.d.ts +1 -1
- package/dist/src/components/ui/radio-group/radio-group.d.ts +1 -1
- package/dist/src/components/ui/sample-demo/sample-demo.d.ts +2 -2
- package/dist/src/components/ui/sample-demo/sample.style.d.ts +1 -1
- package/dist/src/components/ui/scroll-area/scroll-area.d.ts +1 -1
- package/dist/src/components/ui/select/select-group.d.ts +1 -1
- package/dist/src/components/ui/select/select-item.d.ts +1 -1
- package/dist/src/components/ui/select/select-label.d.ts +1 -1
- package/dist/src/components/ui/select/select-list.d.ts +1 -1
- package/dist/src/components/ui/select/select-seperator.d.ts +1 -1
- package/dist/src/components/ui/select/select-trigger.d.ts +1 -1
- package/dist/src/components/ui/select/select-value.d.ts +1 -1
- package/dist/src/components/ui/select/select.d.ts +1 -1
- package/dist/src/components/ui/separator/_separator.d.ts +1 -1
- package/dist/src/components/ui/skeleton/skeleton.d.ts +1 -1
- package/dist/src/components/ui/switch/switch.d.ts +1 -1
- package/dist/src/components/ui/table/table.d.ts +1 -1
- package/dist/src/components/ui/tabs/_tabs-content.d.ts +1 -1
- package/dist/src/components/ui/tabs/_tabs-list.d.ts +1 -1
- package/dist/src/components/ui/tabs/_tabs-trigger.d.ts +1 -1
- package/dist/src/components/ui/tabs/_tabs.d.ts +1 -1
- package/dist/src/components/ui/textarea/textarea.d.ts +1 -1
- package/dist/src/components/ui/toast/toast-action.d.ts +1 -1
- package/dist/src/components/ui/toast/toast-description.d.ts +1 -1
- package/dist/src/components/ui/toast/toast-title.d.ts +1 -1
- package/dist/src/components/ui/toast/toast-trigger.d.ts +1 -1
- package/dist/src/components/ui/toast/toast-view-port.d.ts +1 -1
- package/dist/src/components/ui/toast/toast.d.ts +1 -1
- package/dist/src/components/ui/toggle/toggle.d.ts +2 -2
- package/dist/src/components/ui/toggle/toggle.style.d.ts +1 -1
- package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +2 -2
- package/dist/src/components/ui/toggle-group/toggle-group.d.ts +1 -1
- package/dist/src/components/ui/toggle-group/toggle-group.style.d.ts +1 -1
- package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +1 -3
- package/dist/src/helpers/shadow-wrapper.d.ts +1 -1
- package/dist/src/wc-ui-app.d.ts +1 -1
- package/package.json +26 -39
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function arrowUpCircleIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function arrowUpCircleIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function arrowsIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function arrowsIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function carouselArrowLeft(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function carouselArrowLeft(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function carouselArrowRight(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function carouselArrowRight(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function chartIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function chartIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function chorvenDownIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function chorvenDownIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function circleXIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function circleXIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function circleIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function circleIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function closeIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function closeIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function decreaseIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function decreaseIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function dotIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function dotIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function renderEyeOffIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function renderEyeOffIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function renderEyeIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function renderEyeIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function helpCircleIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function helpCircleIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function plusIcon(className?: string): import('lit').TemplateResult<1>;
|
|
1
|
+
export declare function plusIcon(className?: string): import('lit-html').TemplateResult<1>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function radioGroupIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function radioGroupIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function radioIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function radioIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function tickIcon(): import('lit').TemplateResult<2>;
|
|
1
|
+
export declare function tickIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -11,7 +11,7 @@ declare class AccordionContent extends BaseElement {
|
|
|
11
11
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
12
|
private _onAccordionClick;
|
|
13
13
|
private hasActiveState;
|
|
14
|
-
render(): import('lit').TemplateResult<1>;
|
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
15
15
|
}
|
|
16
16
|
export { AccordionContent };
|
|
17
17
|
declare global {
|
|
@@ -12,7 +12,7 @@ declare class AccordionItem extends BaseElement {
|
|
|
12
12
|
private _onClick;
|
|
13
13
|
private _onAccordionClick;
|
|
14
14
|
private filterChildren;
|
|
15
|
-
render(): import('lit').TemplateResult<1>;
|
|
15
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
16
16
|
}
|
|
17
17
|
export { AccordionItem };
|
|
18
18
|
declare global {
|
|
@@ -8,7 +8,7 @@ declare class AccordionTrigger extends BaseElement {
|
|
|
8
8
|
createRenderRoot(): this;
|
|
9
9
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
10
10
|
private hasActiveState;
|
|
11
|
-
render(): import('lit').TemplateResult<1>;
|
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
12
12
|
}
|
|
13
13
|
export { AccordionTrigger };
|
|
14
14
|
declare global {
|
|
@@ -16,7 +16,7 @@ declare class Accordion extends BaseElement {
|
|
|
16
16
|
protected updated(changedProperties: PropertyValues): void;
|
|
17
17
|
setSelectedItems(item: string): void;
|
|
18
18
|
raiseEvent(value: string): void;
|
|
19
|
-
render(): import('lit').TemplateResult<1>;
|
|
19
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
20
20
|
}
|
|
21
21
|
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
|
|
22
22
|
declare global {
|
|
@@ -18,5 +18,5 @@ export declare class AlertAction extends LitElement {
|
|
|
18
18
|
*/
|
|
19
19
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
20
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
-
render(): import('lit').TemplateResult<1>;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -18,5 +18,5 @@ export declare class AlertDescription extends LitElement {
|
|
|
18
18
|
*/
|
|
19
19
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
20
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
-
render(): import('lit').TemplateResult<1>;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -17,5 +17,5 @@ export declare class AlertTitle extends LitElement {
|
|
|
17
17
|
*/
|
|
18
18
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
19
19
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
20
|
-
render(): import('lit').TemplateResult<1>;
|
|
20
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
21
21
|
}
|
|
@@ -22,5 +22,5 @@ export declare class Alert extends LitElement implements AlertProps {
|
|
|
22
22
|
*/
|
|
23
23
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
24
24
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
25
|
-
render(): import('lit').TemplateResult<1>;
|
|
25
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
26
26
|
}
|
|
@@ -8,7 +8,7 @@ export declare class AspectRatio extends LitElement {
|
|
|
8
8
|
connectedCallback(): void;
|
|
9
9
|
protected updated(changed: Map<string, unknown>): void;
|
|
10
10
|
protected firstUpdated(): void;
|
|
11
|
-
render(): import('lit').TemplateResult<1>;
|
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
12
12
|
}
|
|
13
13
|
declare global {
|
|
14
14
|
interface HTMLElementTagNameMap {
|
|
@@ -18,5 +18,5 @@ export declare class AvatarBadge extends LitElement {
|
|
|
18
18
|
*/
|
|
19
19
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
20
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
-
render(): import('lit').TemplateResult<1>;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -18,5 +18,5 @@ export declare class AvatarFallback extends LitElement {
|
|
|
18
18
|
*/
|
|
19
19
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
20
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
-
render(): import('lit').TemplateResult<1>;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -18,5 +18,5 @@ export declare class AvatarGroupCount extends LitElement {
|
|
|
18
18
|
*/
|
|
19
19
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
20
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
-
render(): import('lit').TemplateResult<1>;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -18,5 +18,5 @@ export declare class AvatarGroup extends LitElement {
|
|
|
18
18
|
*/
|
|
19
19
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
20
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
-
render(): import('lit').TemplateResult<1>;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -25,5 +25,5 @@ export declare class AvatarImage extends LitElement implements AvatarImageProps
|
|
|
25
25
|
*/
|
|
26
26
|
private _onError;
|
|
27
27
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
28
|
-
render(): import('lit').TemplateResult<1>;
|
|
28
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
29
29
|
}
|
|
@@ -62,5 +62,5 @@ export declare class Avatar extends LitElement implements AvatarProps {
|
|
|
62
62
|
*/
|
|
63
63
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
64
64
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
65
|
-
render(): import('lit').TemplateResult<1>;
|
|
65
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
66
66
|
}
|
|
@@ -4,14 +4,14 @@ import * as badgeType from './badge.type';
|
|
|
4
4
|
export declare class Badge extends BaseElement {
|
|
5
5
|
static badgeVariants: (props?: ({
|
|
6
6
|
variant?: "default" | "secondary" | "destructive" | "outline" | null | undefined;
|
|
7
|
-
} & import('class-variance-authority/
|
|
7
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
8
8
|
variant: badgeType.BadgeVariant;
|
|
9
9
|
id: string;
|
|
10
10
|
protected getAttributesToExclude(): string[];
|
|
11
11
|
private _children;
|
|
12
12
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
13
|
connectedCallback(): void;
|
|
14
|
-
render(): import('lit').TemplateResult<1>;
|
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
15
15
|
}
|
|
16
16
|
declare global {
|
|
17
17
|
interface HTMLElementTagNameMap {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const badgeStyle: (props?: ({
|
|
2
2
|
variant?: "default" | "secondary" | "destructive" | "outline" | null | undefined;
|
|
3
|
-
} & import('class-variance-authority/
|
|
3
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
@@ -3,7 +3,7 @@ import { BaseElement } from '../../../helpers';
|
|
|
3
3
|
export declare class BreadCrumbEllipsis extends BaseElement {
|
|
4
4
|
protected getAttributesToExclude(): string[];
|
|
5
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
|
-
render(): import('lit').TemplateResult<1>;
|
|
6
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
7
7
|
}
|
|
8
8
|
declare global {
|
|
9
9
|
interface HTMLElementTagNameMap {
|
|
@@ -6,7 +6,7 @@ export declare class BreadCrumbItem extends BaseElement {
|
|
|
6
6
|
protected getAttributesToExclude(): string[];
|
|
7
7
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
8
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
-
render(): import('lit').TemplateResult<1>;
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
10
|
}
|
|
11
11
|
declare global {
|
|
12
12
|
interface HTMLElementTagNameMap {
|
|
@@ -7,7 +7,7 @@ export declare class BreadCrumbLink extends BaseElement {
|
|
|
7
7
|
protected getAttributesToExclude(): string[];
|
|
8
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
9
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
10
|
-
render(): import('lit').TemplateResult<1>;
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
11
|
}
|
|
12
12
|
declare global {
|
|
13
13
|
interface HTMLElementTagNameMap {
|
|
@@ -6,7 +6,7 @@ export declare class BreadCrumbList extends BaseElement {
|
|
|
6
6
|
protected getAttributesToExclude(): string[];
|
|
7
7
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
8
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
-
render(): import('lit').TemplateResult<1>;
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
10
|
}
|
|
11
11
|
declare global {
|
|
12
12
|
interface HTMLElementTagNameMap {
|
|
@@ -3,7 +3,7 @@ import { BaseElement } from '../../../helpers';
|
|
|
3
3
|
export declare class BreadCrumbSeparator extends BaseElement {
|
|
4
4
|
protected getAttributesToExclude(): string[];
|
|
5
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
|
-
render(): import('lit').TemplateResult<1>;
|
|
6
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
7
7
|
}
|
|
8
8
|
declare global {
|
|
9
9
|
interface HTMLElementTagNameMap {
|
|
@@ -6,7 +6,7 @@ export declare class BreadCrumbText extends BaseElement {
|
|
|
6
6
|
protected getAttributesToExclude(): string[];
|
|
7
7
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
8
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
-
render(): import('lit').TemplateResult<1>;
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
10
|
}
|
|
11
11
|
declare global {
|
|
12
12
|
interface HTMLElementTagNameMap {
|
|
@@ -12,7 +12,7 @@ declare class BreadCrumb extends BaseElement {
|
|
|
12
12
|
protected getAttributesToExclude(): string[];
|
|
13
13
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
14
14
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
15
|
-
render(): import('lit').TemplateResult<1>;
|
|
15
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
16
16
|
}
|
|
17
17
|
declare global {
|
|
18
18
|
interface HTMLElementTagNameMap {
|
|
@@ -59,5 +59,5 @@ export declare class Button extends LitElement implements ButtonProps {
|
|
|
59
59
|
*/
|
|
60
60
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
61
61
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
62
|
-
render(): import('lit').TemplateResult<1>;
|
|
62
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
63
63
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const buttonStyle: (props?: ({
|
|
2
2
|
variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
|
|
3
3
|
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
4
|
-
} & import('class-variance-authority/
|
|
4
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
@@ -16,7 +16,7 @@ export declare class Calendar extends LitElement {
|
|
|
16
16
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
17
17
|
connectedCallback(): void;
|
|
18
18
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
19
|
-
render(): import('lit').TemplateResult<1>;
|
|
19
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
20
20
|
}
|
|
21
21
|
declare global {
|
|
22
22
|
interface HTMLElementTagNameMap {
|
|
@@ -18,5 +18,5 @@ export declare class CardAction extends LitElement {
|
|
|
18
18
|
*/
|
|
19
19
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
20
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
-
render(): import('lit').TemplateResult<1>;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -17,5 +17,5 @@ export declare class CardContent extends LitElement {
|
|
|
17
17
|
*/
|
|
18
18
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
19
19
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
20
|
-
render(): import('lit').TemplateResult<1>;
|
|
20
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
21
21
|
}
|
|
@@ -18,5 +18,5 @@ export declare class CardDescription extends LitElement {
|
|
|
18
18
|
*/
|
|
19
19
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
20
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
-
render(): import('lit').TemplateResult<1>;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -23,5 +23,5 @@ export declare class CardFooter extends LitElement implements CardFooterProps {
|
|
|
23
23
|
*/
|
|
24
24
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
25
25
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
26
|
-
render(): import('lit').TemplateResult<1>;
|
|
26
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
27
27
|
}
|
|
@@ -23,5 +23,5 @@ export declare class CardHeader extends LitElement implements CardHeaderProps {
|
|
|
23
23
|
*/
|
|
24
24
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
25
25
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
26
|
-
render(): import('lit').TemplateResult<1>;
|
|
26
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
27
27
|
}
|
|
@@ -17,5 +17,5 @@ export declare class CardTitle extends LitElement {
|
|
|
17
17
|
*/
|
|
18
18
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
19
19
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
20
|
-
render(): import('lit').TemplateResult<1>;
|
|
20
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
21
21
|
}
|
|
@@ -22,5 +22,5 @@ export declare class Card extends LitElement implements CardProps {
|
|
|
22
22
|
*/
|
|
23
23
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
24
24
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
25
|
-
render(): import('lit').TemplateResult<1>;
|
|
25
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
26
26
|
}
|
|
@@ -16,7 +16,7 @@ export declare class Carousel extends LitElement {
|
|
|
16
16
|
connectedCallback(): void;
|
|
17
17
|
disconnectedCallback(): void;
|
|
18
18
|
handleResize: () => void;
|
|
19
|
-
render(): import('lit').TemplateResult<1>;
|
|
19
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
20
20
|
}
|
|
21
21
|
declare global {
|
|
22
22
|
interface HTMLElementTagNameMap {
|
|
@@ -62,5 +62,5 @@ export declare class Checkbox extends LitElement implements CheckboxProps {
|
|
|
62
62
|
*/
|
|
63
63
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
64
64
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
65
|
-
render(): import('lit').TemplateResult<1>;
|
|
65
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
66
66
|
}
|
|
@@ -9,7 +9,7 @@ export declare class CollapsibleContent extends BaseElement {
|
|
|
9
9
|
private _toggleHandler;
|
|
10
10
|
connectedCallback(): void;
|
|
11
11
|
disconnectedCallback(): void;
|
|
12
|
-
render(): import('lit').TemplateResult<1>;
|
|
12
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
13
13
|
}
|
|
14
14
|
declare global {
|
|
15
15
|
interface HTMLElementTagNameMap {
|
|
@@ -9,7 +9,7 @@ export declare class CollapsibleTrigger extends BaseElement {
|
|
|
9
9
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
10
|
get _collapsible(): Collapsible | null;
|
|
11
11
|
onTrigger(): void;
|
|
12
|
-
render(): import('lit').TemplateResult<1>;
|
|
12
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
13
13
|
}
|
|
14
14
|
declare global {
|
|
15
15
|
interface HTMLElementTagNameMap {
|
|
@@ -12,7 +12,7 @@ declare class Collapsible extends BaseElement {
|
|
|
12
12
|
private _clickHandler;
|
|
13
13
|
connectedCallback(): void;
|
|
14
14
|
disconnectedCallback(): void;
|
|
15
|
-
render(): import('lit').TemplateResult<1>;
|
|
15
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
16
16
|
}
|
|
17
17
|
export { Collapsible, CollapsibleTrigger, CollapsibleContent };
|
|
18
18
|
declare global {
|
|
@@ -5,7 +5,7 @@ declare class ComboBoxEmpty extends BaseElement {
|
|
|
5
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
6
|
protected getAttributesToExclude(): string[];
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import('lit').TemplateResult<1>;
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
10
10
|
export { ComboBoxEmpty };
|
|
11
11
|
declare global {
|
|
@@ -28,7 +28,7 @@ declare class ComboBoxGroup extends BaseElement {
|
|
|
28
28
|
disconnectedCallback(): void;
|
|
29
29
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
30
30
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
31
|
-
render(): import('lit').TemplateResult<1>;
|
|
31
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
32
32
|
}
|
|
33
33
|
export { ComboBoxGroup };
|
|
34
34
|
declare global {
|
|
@@ -8,7 +8,7 @@ declare class ComboBoxInput extends LitElement {
|
|
|
8
8
|
handleSearch(event: Event): void;
|
|
9
9
|
handleKeyDown(event: Event): void;
|
|
10
10
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
|
-
render(): import('lit').TemplateResult<1>;
|
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
12
12
|
}
|
|
13
13
|
export { ComboBoxInput };
|
|
14
14
|
declare global {
|
|
@@ -17,7 +17,7 @@ export declare class ComboBoxItem extends BaseElement {
|
|
|
17
17
|
handleClick: (event: Event) => void;
|
|
18
18
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
19
19
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
20
|
-
render(): import('lit').TemplateResult<1>;
|
|
20
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
21
21
|
}
|
|
22
22
|
declare global {
|
|
23
23
|
interface HTMLElementTagNameMap {
|
|
@@ -9,7 +9,7 @@ declare class ComboBoxTrigger extends BaseElement {
|
|
|
9
9
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
10
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
11
11
|
handleClick: () => void;
|
|
12
|
-
render(): import('lit').TemplateResult<1>;
|
|
12
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
13
13
|
}
|
|
14
14
|
export { ComboBoxTrigger };
|
|
15
15
|
declare global {
|
|
@@ -9,7 +9,7 @@ declare class ComboBoxValue extends LitElement {
|
|
|
9
9
|
handleClick: () => void;
|
|
10
10
|
renderLabel: () => string;
|
|
11
11
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
12
|
-
render(): import('lit').TemplateResult<1>;
|
|
12
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
13
13
|
}
|
|
14
14
|
export { ComboBoxValue };
|
|
15
15
|
declare global {
|
|
@@ -26,7 +26,7 @@ declare class ComboBox extends BaseElement {
|
|
|
26
26
|
handleClickOutside: (e: MouseEvent) => void;
|
|
27
27
|
disconnectedCallback(): void;
|
|
28
28
|
selectItem(event: Event): void;
|
|
29
|
-
render(): import('lit').TemplateResult<1>;
|
|
29
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
30
30
|
}
|
|
31
31
|
export { ComboBox, ComboBoxEmpty, ComboBoxGroup, ComboBoxInput, ComboBoxItem, ComboBoxTrigger, ComboBoxValue, };
|
|
32
32
|
declare global {
|
|
@@ -10,7 +10,7 @@ export declare class CommandEmpty extends BaseElement {
|
|
|
10
10
|
protected getAttributesToExclude(): string[];
|
|
11
11
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
12
12
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
13
|
-
render(): import('lit').TemplateResult<1>;
|
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
14
14
|
}
|
|
15
15
|
declare global {
|
|
16
16
|
interface HTMLElementTagNameMap {
|
|
@@ -11,7 +11,7 @@ export declare class CommandGroup extends BaseElement {
|
|
|
11
11
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
12
12
|
protected getAttributesToExclude(): string[];
|
|
13
13
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
14
|
-
render(): import('lit').TemplateResult<1>;
|
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
15
15
|
}
|
|
16
16
|
declare global {
|
|
17
17
|
interface HTMLElementTagNameMap {
|
|
@@ -7,7 +7,7 @@ export declare class CommandInput extends LitElement {
|
|
|
7
7
|
private filterItems;
|
|
8
8
|
private handleChange;
|
|
9
9
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
|
-
render(): import('lit').TemplateResult<1>;
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
11
|
}
|
|
12
12
|
declare global {
|
|
13
13
|
interface HTMLElementTagNameMap {
|
|
@@ -16,7 +16,7 @@ export declare class CommandItem extends BaseElement {
|
|
|
16
16
|
protected getAttributesToExclude(): string[];
|
|
17
17
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
18
18
|
protected updated(_changedProperties: PropertyValues): void;
|
|
19
|
-
render(): import('lit').TemplateResult<1>;
|
|
19
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
20
20
|
}
|
|
21
21
|
declare global {
|
|
22
22
|
interface HTMLElementTagNameMap {
|
|
@@ -7,7 +7,7 @@ export declare class CommandList extends BaseElement {
|
|
|
7
7
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
8
|
protected getAttributesToExclude(): string[];
|
|
9
9
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
10
|
-
render(): import('lit').TemplateResult<1>;
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
11
|
}
|
|
12
12
|
declare global {
|
|
13
13
|
interface HTMLElementTagNameMap {
|
|
@@ -6,7 +6,7 @@ export declare class CommandSeparator extends LitElement {
|
|
|
6
6
|
private static _counter;
|
|
7
7
|
private get identifier();
|
|
8
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
|
-
render(): import('lit').TemplateResult<1>;
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
10
|
}
|
|
11
11
|
declare global {
|
|
12
12
|
interface HTMLElementTagNameMap {
|
|
@@ -13,7 +13,7 @@ declare class Command extends BaseElement {
|
|
|
13
13
|
protected getAttributesToRemoveFromParent(): string[];
|
|
14
14
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
15
15
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
16
|
-
render(): import('lit').TemplateResult<1>;
|
|
16
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
17
17
|
}
|
|
18
18
|
export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, };
|
|
19
19
|
declare global {
|
|
@@ -13,5 +13,5 @@ export declare class ContextMenuCheckboxItem extends BaseElement {
|
|
|
13
13
|
toggleChecked(): void;
|
|
14
14
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
15
15
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
16
|
-
render(): import('lit').TemplateResult<1>;
|
|
16
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
17
17
|
}
|
|
@@ -11,5 +11,5 @@ export declare class ContextMenuContent extends BaseElement {
|
|
|
11
11
|
protected getAttributesToExclude(): string[];
|
|
12
12
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
13
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
14
|
-
render(): import('lit').TemplateResult<1>;
|
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
15
15
|
}
|