revotech-ui-kit 0.0.12 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/assets/icons/arrows.icon.d.ts +1 -0
- package/dist/assets/icons/index.d.ts +3 -0
- package/dist/assets/icons/search.icon.d.ts +1 -0
- package/dist/assets/icons/tick.icon.d.ts +1 -0
- package/dist/components/atoms/alert/alert-description.d.ts +6 -0
- package/dist/components/atoms/alert/alert-title.d.ts +6 -0
- package/dist/components/atoms/alert/alert.atom.d.ts +23 -0
- package/dist/components/atoms/alert/alert.stories.d.ts +6 -0
- package/dist/components/atoms/alert/alert.styles.d.ts +4 -0
- package/dist/components/atoms/alert/alert.types.d.ts +1 -0
- package/dist/components/atoms/badge/badge.atom.d.ts +17 -0
- package/dist/components/atoms/badge/badge.stories.d.ts +6 -0
- package/dist/components/atoms/badge/badge.style.d.ts +3 -0
- package/dist/components/atoms/badge/badge.type.d.ts +1 -0
- package/dist/components/atoms/button/button.atom.d.ts +23 -0
- package/dist/components/atoms/button/button.stories.d.ts +6 -0
- package/dist/components/atoms/button/button.style.d.ts +4 -0
- package/dist/components/atoms/button/button.type.d.ts +3 -0
- package/dist/components/atoms/card/card-content.d.ts +6 -0
- package/dist/components/atoms/card/card-description.d.ts +6 -0
- package/dist/components/atoms/card/card-footer.d.ts +6 -0
- package/dist/components/atoms/card/card-header.d.ts +6 -0
- package/dist/components/atoms/card/card-title.d.ts +6 -0
- package/dist/components/atoms/card/card.atom.d.ts +22 -0
- package/dist/components/atoms/card/card.stories.d.ts +6 -0
- package/dist/components/atoms/checkbox/checkbox.atom.d.ts +19 -0
- package/dist/components/atoms/checkbox/checkbox.stories.d.ts +7 -0
- package/dist/components/atoms/checkbox/checkbox.style.d.ts +2 -0
- package/dist/components/atoms/checkbox/checkbox.type.d.ts +21 -0
- package/dist/components/atoms/combo-box/combo-box-input.d.ts +9 -0
- package/dist/components/atoms/combo-box/combo-box-item.d.ts +13 -0
- package/dist/components/atoms/combo-box/combo-box-list.d.ts +10 -0
- package/dist/components/atoms/combo-box/combo-box.atom.d.ts +27 -0
- package/dist/components/atoms/combo-box/combo-box.stories.d.ts +6 -0
- package/dist/components/atoms/command/command-empty.atom.d.ts +10 -0
- package/dist/components/atoms/command/command-group.atom.d.ts +11 -0
- package/dist/components/atoms/command/command-input.atom.d.ts +11 -0
- package/dist/components/atoms/command/command-item.atom.d.ts +13 -0
- package/dist/components/atoms/command/command-list.atom.d.ts +7 -0
- package/dist/components/atoms/command/command-separator.atom.d.ts +10 -0
- package/dist/components/atoms/command/command.atom.d.ts +7 -0
- package/dist/components/atoms/command/command.stories.d.ts +5 -0
- package/dist/components/atoms/dialog/dialog-close.d.ts +13 -0
- package/dist/components/atoms/dialog/dialog-content.d.ts +9 -0
- package/dist/components/atoms/dialog/dialog-footer.d.ts +6 -0
- package/dist/components/atoms/dialog/dialog-header.d.ts +8 -0
- package/dist/components/atoms/dialog/dialog-overly.d.ts +6 -0
- package/dist/components/atoms/dialog/dialog-trigger.d.ts +9 -0
- package/dist/components/atoms/dialog/dialog.atom.d.ts +25 -0
- package/dist/components/atoms/dialog/dialog.stories.d.ts +7 -0
- package/dist/components/atoms/dropdownMenu/dropdown-menu-checkbox-Item.d.ts +16 -0
- package/dist/components/atoms/dropdownMenu/dropdown-menu-content.d.ts +14 -0
- package/dist/components/atoms/dropdownMenu/dropdown-menu-group.d.ts +11 -0
- package/dist/components/atoms/dropdownMenu/dropdown-menu-item.d.ts +13 -0
- package/dist/components/atoms/dropdownMenu/dropdown-menu-radio-item.d.ts +16 -0
- package/dist/components/atoms/dropdownMenu/dropdown-menu-seperator.d.ts +10 -0
- package/dist/components/atoms/dropdownMenu/dropdown-menu-shortcut.d.ts +6 -0
- package/dist/components/atoms/dropdownMenu/dropdown-menu.atom.d.ts +31 -0
- package/dist/components/atoms/dropdownMenu/dropdownMenu.stories.d.ts +7 -0
- package/dist/components/atoms/dropdownMenu/dropdownMenu.style.d.ts +2 -0
- package/dist/components/atoms/index.d.ts +19 -0
- package/dist/components/atoms/input/input.atom.d.ts +22 -0
- package/dist/components/atoms/input/input.stories.d.ts +6 -0
- package/dist/components/atoms/input/input.styles.d.ts +1 -0
- package/dist/components/atoms/input/input.type.d.ts +21 -0
- package/dist/components/atoms/label/label.atom.d.ts +17 -0
- package/dist/components/atoms/label/label.stories.d.ts +6 -0
- package/dist/components/atoms/label/label.style.d.ts +1 -0
- package/dist/components/atoms/popover/popover-content.d.ts +12 -0
- package/dist/components/atoms/popover/popover-trigger.d.ts +10 -0
- package/dist/components/atoms/popover/popover.atom.d.ts +19 -0
- package/dist/components/atoms/popover/popover.stories.d.ts +5 -0
- package/dist/components/atoms/popover/popover.style.d.ts +5 -0
- package/dist/components/atoms/popover/popover.types.d.ts +2 -0
- package/dist/components/atoms/textarea/textarea.atom.d.ts +17 -0
- package/dist/components/atoms/textarea/textarea.stories.d.ts +5 -0
- package/dist/components/atoms/textarea/textarea.styles.d.ts +1 -0
- package/dist/components/atoms/textarea/textarea.type.d.ts +11 -0
- package/dist/components/atoms/toggle/defs.d.ts +27 -0
- package/dist/components/atoms/toggle/toggle.atom.d.ts +20 -0
- package/dist/components/atoms/toggle/toggle.stories.d.ts +6 -0
- package/dist/components/atoms/toggle/toggle.style.d.ts +4 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/molecules/breadCrumb/Breadcrumb-link.d.ts +8 -0
- package/dist/components/molecules/breadCrumb/breadCrumb.stories.d.ts +5 -0
- package/dist/components/molecules/breadCrumb/breadcrumb-ellipsis.d.ts +7 -0
- package/dist/components/molecules/breadCrumb/breadcrumb-item.d.ts +7 -0
- package/dist/components/molecules/breadCrumb/breadcrumb-list.d.ts +7 -0
- package/dist/components/molecules/breadCrumb/breadcrumb-separator.d.ts +7 -0
- package/dist/components/molecules/breadCrumb/breadcrumb-text.d.ts +7 -0
- package/dist/components/molecules/breadCrumb/breadcrumb.molecules.d.ts +7 -0
- package/dist/components/molecules/breadCrumb/breadcrumb.styles.d.ts +6 -0
- package/dist/components/molecules/dropdownMenu/dropdownMenu.molecules.d.ts +0 -0
- package/dist/components/molecules/index.d.ts +7 -0
- package/dist/components/molecules/toggle-group/defs.d.ts +37 -0
- package/dist/components/molecules/toggle-group/toggle-group-item.d.ts +18 -0
- package/dist/components/molecules/toggle-group/toggle-group.molecules.d.ts +19 -0
- package/dist/components/molecules/toggle-group/toggle-group.stories.d.ts +5 -0
- package/dist/components/molecules/toggle-group/toggle-group.style.d.ts +4 -0
- package/dist/helpers/base-element.d.ts +11 -0
- package/dist/helpers/index.d.ts +3 -0
- package/dist/helpers/mouse-conroller.helper.d.ts +15 -0
- package/dist/helpers/style.helpers.d.ts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/interfaces/actionable.interface.d.ts +6 -0
- package/dist/interfaces/atomic.interface.d.ts +6 -0
- package/dist/interfaces/changeable.interface.d.ts +8 -0
- package/dist/interfaces/child-support-atomic.interface.d.ts +5 -0
- package/dist/interfaces/index.d.ts +6 -0
- package/dist/interfaces/intractable.interface.d.ts +6 -0
- package/dist/interfaces/variant.interface.d.ts +3 -0
- package/dist/lib/index.d.ts +0 -0
- package/dist/lib/next/next.lib.d.ts +0 -0
- package/dist/lib/react/react.lib.d.ts +3 -0
- package/dist/lib/tw-styles.d.ts +1 -0
- package/dist/revotech-ui-kit.js +7135 -0
- package/dist/revotech-ui-kit.umd.cjs +2977 -0
- package/dist/src/assets/icons/arrows.icon.d.ts +1 -1
- package/dist/src/assets/icons/search.icon.d.ts +1 -1
- package/dist/src/assets/icons/tick.icon.d.ts +1 -1
- package/dist/src/components/atoms/alert/alert-description.d.ts +3 -2
- package/dist/src/components/atoms/alert/alert-title.d.ts +3 -2
- package/dist/src/components/atoms/alert/alert.atom.d.ts +4 -3
- package/dist/src/components/atoms/alert/alert.stories.d.ts +1 -1
- package/dist/src/components/atoms/alert/alert.styles.d.ts +1 -1
- package/dist/src/components/atoms/badge/badge.atom.d.ts +4 -3
- package/dist/src/components/atoms/badge/badge.stories.d.ts +2 -2
- package/dist/src/components/atoms/badge/badge.style.d.ts +1 -1
- package/dist/src/components/atoms/button/button.atom.d.ts +4 -3
- package/dist/src/components/atoms/button/button.stories.d.ts +2 -2
- package/dist/src/components/atoms/button/button.style.d.ts +1 -1
- package/dist/src/components/atoms/card/card-content.d.ts +3 -2
- package/dist/src/components/atoms/card/card-description.d.ts +3 -2
- package/dist/src/components/atoms/card/card-footer.d.ts +3 -2
- package/dist/src/components/atoms/card/card-header.d.ts +3 -2
- package/dist/src/components/atoms/card/card-title.d.ts +3 -2
- package/dist/src/components/atoms/card/card.atom.d.ts +3 -2
- package/dist/src/components/atoms/card/card.stories.d.ts +2 -2
- package/dist/src/components/atoms/checkbox/checkbox.atom.d.ts +3 -2
- package/dist/src/components/atoms/checkbox/checkbox.stories.d.ts +2 -3
- package/dist/src/components/atoms/combo-box/combo-box-input.d.ts +3 -2
- package/dist/src/components/atoms/combo-box/combo-box-item.d.ts +3 -2
- package/dist/src/components/atoms/combo-box/combo-box-list.d.ts +3 -2
- package/dist/src/components/atoms/combo-box/combo-box.atom.d.ts +3 -4
- package/dist/src/components/atoms/combo-box/combo-box.stories.d.ts +2 -4
- package/dist/src/components/atoms/command/command-empty.atom.d.ts +3 -2
- package/dist/src/components/atoms/command/command-group.atom.d.ts +3 -2
- package/dist/src/components/atoms/command/command-input.atom.d.ts +3 -2
- package/dist/src/components/atoms/command/command-item.atom.d.ts +3 -2
- package/dist/src/components/atoms/command/command-list.atom.d.ts +3 -2
- package/dist/src/components/atoms/command/command-separator.atom.d.ts +3 -2
- package/dist/src/components/atoms/command/command.atom.d.ts +3 -2
- package/dist/src/components/atoms/command/command.stories.d.ts +2 -8
- package/dist/src/components/atoms/dialog/dialog-close.d.ts +3 -2
- package/dist/src/components/atoms/dialog/dialog-content.d.ts +3 -2
- package/dist/src/components/atoms/dialog/dialog-footer.d.ts +3 -2
- package/dist/src/components/atoms/dialog/dialog-header.d.ts +3 -2
- package/dist/src/components/atoms/dialog/dialog-overly.d.ts +3 -2
- package/dist/src/components/atoms/dialog/dialog-trigger.d.ts +3 -2
- package/dist/src/components/atoms/dialog/dialog.atom.d.ts +3 -2
- package/dist/src/components/atoms/dialog/dialog.stories.d.ts +1 -10
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-checkbox-Item.d.ts +3 -2
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-content.d.ts +3 -2
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-group.d.ts +3 -2
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-item.d.ts +3 -2
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-radio-item.d.ts +3 -2
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-seperator.d.ts +3 -2
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-shortcut.d.ts +3 -2
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu.atom.d.ts +3 -2
- package/dist/src/components/atoms/dropdownMenu/dropdownMenu.stories.d.ts +1 -10
- package/dist/src/components/atoms/dropdownMenu/dropdownMenu.style.d.ts +2 -2
- package/dist/src/components/atoms/input/input.atom.d.ts +4 -3
- package/dist/src/components/atoms/input/input.stories.d.ts +1 -3
- package/dist/src/components/atoms/label/label.atom.d.ts +4 -3
- package/dist/src/components/atoms/label/label.stories.d.ts +1 -1
- package/dist/src/components/atoms/label/label.style.d.ts +1 -1
- package/dist/src/components/atoms/popover/popover-content.d.ts +3 -2
- package/dist/src/components/atoms/popover/popover-trigger.d.ts +3 -2
- package/dist/src/components/atoms/popover/popover.atom.d.ts +3 -2
- package/dist/src/components/atoms/popover/popover.stories.d.ts +1 -6
- package/dist/src/components/atoms/popover/popover.style.d.ts +2 -2
- package/dist/src/components/atoms/textarea/textarea.atom.d.ts +3 -2
- package/dist/src/components/atoms/textarea/textarea.stories.d.ts +1 -3
- package/dist/src/components/atoms/toggle/toggle.atom.d.ts +4 -3
- package/dist/src/components/atoms/toggle/toggle.stories.d.ts +2 -1
- package/dist/src/components/atoms/toggle/toggle.style.d.ts +1 -1
- package/dist/src/components/molecules/breadCrumb/Breadcrumb-link.d.ts +3 -2
- package/dist/src/components/molecules/breadCrumb/breadCrumb.stories.d.ts +2 -13
- package/dist/src/components/molecules/breadCrumb/breadcrumb-ellipsis.d.ts +3 -2
- package/dist/src/components/molecules/breadCrumb/breadcrumb-item.d.ts +3 -2
- package/dist/src/components/molecules/breadCrumb/breadcrumb-list.d.ts +3 -2
- package/dist/src/components/molecules/breadCrumb/breadcrumb-separator.d.ts +3 -2
- package/dist/src/components/molecules/breadCrumb/breadcrumb-text.d.ts +3 -2
- package/dist/src/components/molecules/breadCrumb/breadcrumb.molecules.d.ts +3 -2
- package/dist/src/components/molecules/toggle-group/toggle-group-item.d.ts +4 -3
- package/dist/src/components/molecules/toggle-group/toggle-group.molecules.d.ts +3 -3
- package/dist/src/components/molecules/toggle-group/toggle-group.stories.d.ts +2 -2
- package/dist/src/components/molecules/toggle-group/toggle-group.style.d.ts +1 -1
- package/dist/src/helpers/base-element.d.ts +1 -0
- package/dist/src/helpers/mouse-conroller.helper.d.ts +1 -0
- package/dist/src/helpers/style.helpers.d.ts +2 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/interfaces/actionable.interface.d.ts +2 -1
- package/dist/src/interfaces/changeable.interface.d.ts +2 -1
- package/dist/src/interfaces/child-support-atomic.interface.d.ts +1 -0
- package/dist/src/lib/react/react.lib.d.ts +4 -4
- package/dist/src/lib/tw-styles.d.ts +1 -1
- package/dist/src/styles/tw.styles.d.ts +1 -1
- package/dist/src/wc-ui-app.d.ts +3 -2
- package/dist/styles/index.d.ts +1 -0
- package/dist/styles/tw.styles.d.ts +1 -0
- package/dist/wc-ui-app.d.ts +7 -0
- package/package.json +4 -4
- package/dist/tsconfig.tsbuildinfo +0 -1
@@ -1 +1 @@
|
|
1
|
-
export declare function arrowsIcon(): import(
|
1
|
+
export declare function arrowsIcon(): import('lit-html').TemplateResult<2>;
|
@@ -1 +1 @@
|
|
1
|
-
export declare function searchIcon(): import(
|
1
|
+
export declare function searchIcon(): import('lit-html').TemplateResult<2>;
|
@@ -1 +1 @@
|
|
1
|
-
export declare function tickIcon(): import(
|
1
|
+
export declare function tickIcon(): import('lit-html').TemplateResult<2>;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class AlertDescription extends LitElement {
|
3
|
-
static styles: import(
|
4
|
-
render(): import(
|
4
|
+
static styles: import('lit').CSSResult;
|
5
|
+
render(): import('lit-html').TemplateResult<1>;
|
5
6
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class AlertTitle extends LitElement {
|
3
|
-
static styles: import(
|
4
|
-
render(): import(
|
4
|
+
static styles: import('lit').CSSResult;
|
5
|
+
render(): import('lit-html').TemplateResult<1>;
|
5
6
|
}
|
@@ -1,16 +1,17 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
2
|
import { AlertTitle } from './alert-title';
|
3
3
|
import { AlertDescription } from './alert-description';
|
4
|
+
|
4
5
|
declare class Alert extends LitElement {
|
5
|
-
static styles: import(
|
6
|
+
static styles: import('lit').CSSResult[];
|
6
7
|
static alertVairants: (props?: ({
|
7
8
|
variant?: "error" | "success" | "warning" | "info" | null | undefined;
|
8
9
|
size?: "small" | "default" | "large" | null | undefined;
|
9
|
-
} & import(
|
10
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
10
11
|
variant: 'success' | 'error' | 'warning' | 'info';
|
11
12
|
size: 'default' | 'large' | 'small';
|
12
13
|
private get alertClasses();
|
13
|
-
render(): import(
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
14
15
|
}
|
15
16
|
export { Alert, AlertDescription, AlertTitle };
|
16
17
|
declare global {
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const alertStyle: (props?: ({
|
2
2
|
variant?: "error" | "success" | "warning" | "info" | null | undefined;
|
3
3
|
size?: "small" | "default" | "large" | null | undefined;
|
4
|
-
} & import(
|
4
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
@@ -1,13 +1,14 @@
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
2
|
+
|
2
3
|
import * as badgeType from './badge.type';
|
3
4
|
export declare class Badge extends BaseElement {
|
4
5
|
static badgeVariants: (props?: ({
|
5
6
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
6
|
-
} & import(
|
7
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
7
8
|
variant: badgeType.BadgeVariant;
|
8
|
-
static styles: import(
|
9
|
+
static styles: import('lit').CSSResult[];
|
9
10
|
protected getAttributesToExclude(): string[];
|
10
|
-
render(): import(
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
11
12
|
}
|
12
13
|
declare global {
|
13
14
|
interface HTMLElementTagNameMap {
|
@@ -1,3 +1,3 @@
|
|
1
1
|
export declare const badgeStyle: (props?: ({
|
2
2
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
3
|
-
} & import(
|
3
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
@@ -1,19 +1,20 @@
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
2
|
+
|
2
3
|
import * as buttonType from './button.type';
|
3
4
|
export declare class Button extends BaseElement {
|
4
5
|
static buttonVariants: (props?: ({
|
5
6
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
6
7
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
7
|
-
} & import(
|
8
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
8
9
|
click: () => void;
|
9
10
|
disabled: boolean;
|
10
11
|
type: buttonType.ButtonType;
|
11
12
|
variant: buttonType.ButtonVariant;
|
12
13
|
size: buttonType.ButtonSize;
|
13
|
-
static styles: import(
|
14
|
+
static styles: import('lit').CSSResult[];
|
14
15
|
private handleClick;
|
15
16
|
protected getAttributesToExclude(): string[];
|
16
|
-
render(): import(
|
17
|
+
render(): import('lit-html').TemplateResult<1>;
|
17
18
|
}
|
18
19
|
declare global {
|
19
20
|
interface HTMLElementTagNameMap {
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const buttonStyle: (props?: ({
|
2
2
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
3
3
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
4
|
-
} & import(
|
4
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class CardContent extends LitElement {
|
3
|
-
static styles: import(
|
4
|
-
render(): import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
5
|
+
render(): import('lit-html').TemplateResult<1>;
|
5
6
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class CardDescription extends LitElement {
|
3
|
-
static styles: import(
|
4
|
-
render(): import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
5
|
+
render(): import('lit-html').TemplateResult<1>;
|
5
6
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class CardFooter extends LitElement {
|
3
|
-
static styles: import(
|
4
|
-
render(): import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
5
|
+
render(): import('lit-html').TemplateResult<1>;
|
5
6
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class CardHeader extends LitElement {
|
3
|
-
static styles: import(
|
4
|
-
render(): import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
5
|
+
render(): import('lit-html').TemplateResult<1>;
|
5
6
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class CardTitle extends LitElement {
|
3
|
-
static styles: import(
|
4
|
-
render(): import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
5
|
+
render(): import('lit-html').TemplateResult<1>;
|
5
6
|
}
|
@@ -4,9 +4,10 @@ import { CardHeader } from './card-header';
|
|
4
4
|
import { CardFooter } from './card-footer';
|
5
5
|
import { CardDescription } from './card-description';
|
6
6
|
import { CardContent } from './card-content';
|
7
|
+
|
7
8
|
declare class Card extends LitElement {
|
8
|
-
static styles: import(
|
9
|
-
render(): import(
|
9
|
+
static styles: import('lit').CSSResult[];
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
10
11
|
}
|
11
12
|
export { Card, CardTitle, CardHeader, CardFooter, CardDescription, CardContent, };
|
12
13
|
declare global {
|
@@ -1,15 +1,16 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
2
|
import { CheckboxProperties } from './checkbox.type';
|
3
|
+
|
3
4
|
export declare class Checkbox extends LitElement implements CheckboxProperties {
|
4
5
|
disabled: boolean;
|
5
6
|
checked: boolean;
|
6
7
|
type: string;
|
7
8
|
value: string;
|
8
9
|
required: boolean;
|
9
|
-
static styles: import(
|
10
|
+
static styles: import('lit').CSSResult[];
|
10
11
|
private _onClick;
|
11
12
|
click(): void;
|
12
|
-
render(): import(
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
13
14
|
}
|
14
15
|
declare global {
|
15
16
|
interface HTMLElementTagNameMap {
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import
|
2
|
-
|
3
|
-
import '../button/button.atom';
|
1
|
+
import { Meta, StoryFn } from '@storybook/web-components';
|
2
|
+
|
4
3
|
declare const _default: Meta;
|
5
4
|
export default _default;
|
6
5
|
export declare const CheckboxWithReuired: StoryFn;
|
@@ -1,8 +1,9 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class ComboBoxInput extends LitElement {
|
3
4
|
value: string;
|
4
5
|
handleClick: () => void;
|
5
6
|
handleKeyDown: () => void;
|
6
|
-
static styles: import(
|
7
|
-
render(): import(
|
7
|
+
static styles: import('lit').CSSResult[];
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
8
9
|
}
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class ComboBoxItem extends LitElement {
|
3
4
|
key: string;
|
4
5
|
searchText: string;
|
@@ -7,6 +8,6 @@ export declare class ComboBoxItem extends LitElement {
|
|
7
8
|
isSelected: boolean;
|
8
9
|
class: string;
|
9
10
|
onSelect: () => void;
|
10
|
-
static styles: import(
|
11
|
-
render(): import(
|
11
|
+
static styles: import('lit').CSSResult[];
|
12
|
+
render(): import('lit-html').TemplateResult<1>;
|
12
13
|
}
|
@@ -1,9 +1,10 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
2
|
import { ComboBox } from './combo-box.atom';
|
3
|
+
|
3
4
|
export declare class ComboBoxList extends LitElement {
|
4
|
-
static styles: import(
|
5
|
+
static styles: import('lit').CSSResult[];
|
5
6
|
state: string;
|
6
7
|
isOpen: boolean;
|
7
8
|
get _popover(): ComboBox | null;
|
8
|
-
render(): import(
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
9
10
|
}
|
@@ -1,8 +1,7 @@
|
|
1
1
|
import { LitElement, PropertyValues } from 'lit';
|
2
|
-
|
3
|
-
import './combo-box-item';
|
2
|
+
|
4
3
|
declare class ComboBox extends LitElement {
|
5
|
-
static styles: import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
6
5
|
isOpen: boolean;
|
7
6
|
selectedValue: string;
|
8
7
|
searchTerm: string;
|
@@ -18,7 +17,7 @@ declare class ComboBox extends LitElement {
|
|
18
17
|
handleKeyDown(event: KeyboardEvent): void;
|
19
18
|
handleMouseOver(event: Event, index: number): void;
|
20
19
|
updateFocus(): void;
|
21
|
-
render(): import(
|
20
|
+
render(): import('lit-html').TemplateResult<1>;
|
22
21
|
}
|
23
22
|
export { ComboBox };
|
24
23
|
declare global {
|
@@ -1,7 +1,5 @@
|
|
1
|
-
import
|
2
|
-
|
3
|
-
import './combo-box-list';
|
4
|
-
import './combo-box-item';
|
1
|
+
import { Meta, StoryFn } from '@storybook/web-components';
|
2
|
+
|
5
3
|
declare const _default: Meta;
|
6
4
|
export default _default;
|
7
5
|
export declare const basicComboBox: StoryFn;
|
@@ -1,9 +1,10 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class CommandEmpty extends LitElement {
|
3
4
|
_id: string;
|
4
5
|
_hidden: string;
|
5
6
|
private static _counter;
|
6
|
-
static styles: import(
|
7
|
+
static styles: import('lit').CSSResult[];
|
7
8
|
private get identifier();
|
8
|
-
render(): import(
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
9
10
|
}
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class CommandGroup extends LitElement {
|
3
4
|
heading: string;
|
4
5
|
_id: string;
|
5
6
|
_hidden: string;
|
6
7
|
private static _counter;
|
7
|
-
static styles: import(
|
8
|
+
static styles: import('lit').CSSResult[];
|
8
9
|
private get identifier();
|
9
|
-
render(): import(
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
10
11
|
}
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class CommandInput extends LitElement {
|
3
4
|
placeholder: string;
|
4
5
|
_value: string;
|
5
|
-
static styles: import(
|
6
|
+
static styles: import('lit').CSSResult[];
|
6
7
|
private get identifier();
|
7
8
|
private filterItems;
|
8
9
|
private handleChange;
|
9
|
-
render(): import(
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
10
11
|
}
|
@@ -1,12 +1,13 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class CommandItem extends LitElement {
|
3
4
|
_id: string;
|
4
5
|
_hidden: string;
|
5
6
|
private static _counter;
|
6
|
-
static styles: import(
|
7
|
+
static styles: import('lit').CSSResult[];
|
7
8
|
private get identifier();
|
8
9
|
get value(): string;
|
9
10
|
selected: boolean;
|
10
11
|
private handleMouseEvent;
|
11
|
-
render(): import(
|
12
|
+
render(): import('lit-html').TemplateResult<1>;
|
12
13
|
}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class CommandList extends LitElement {
|
3
|
-
static styles: import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
4
5
|
private get identifier();
|
5
|
-
render(): import(
|
6
|
+
render(): import('lit-html').TemplateResult<1>;
|
6
7
|
}
|
@@ -1,9 +1,10 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class CommandSeparator extends LitElement {
|
3
4
|
_id: string;
|
4
5
|
_hidden: string;
|
5
6
|
private static _counter;
|
6
|
-
static styles: import(
|
7
|
+
static styles: import('lit').CSSResult[];
|
7
8
|
private get identifier();
|
8
|
-
render(): import(
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
9
10
|
}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class Command extends LitElement {
|
3
|
-
static styles: import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
4
5
|
_input: Array<HTMLElement>;
|
5
|
-
render(): import(
|
6
|
+
render(): import('lit-html').TemplateResult<1>;
|
6
7
|
}
|
@@ -1,11 +1,5 @@
|
|
1
|
-
import './command-empty.atom';
|
2
|
-
import './command-group.atom';
|
3
|
-
import './command-item.atom';
|
4
|
-
import './command-list.atom';
|
5
|
-
import './command-separator.atom';
|
6
|
-
import './command.atom';
|
7
|
-
import './command-input.atom';
|
8
1
|
import { Meta } from '@storybook/web-components';
|
2
|
+
|
9
3
|
declare const _default: Meta;
|
10
4
|
export default _default;
|
11
|
-
export declare const Command: () => import(
|
5
|
+
export declare const Command: () => import('lit-html').TemplateResult<1>;
|
@@ -1,9 +1,10 @@
|
|
1
1
|
import { LitElement, PropertyValueMap } from 'lit';
|
2
|
+
|
2
3
|
export declare class DialogClose extends LitElement {
|
3
|
-
static styles: import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
4
5
|
private get _dialog();
|
5
6
|
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
6
|
-
render(): import(
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
7
8
|
}
|
8
9
|
declare global {
|
9
10
|
interface HTMLElementTagNameMap {
|
@@ -1,8 +1,9 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class DialogContent extends LitElement {
|
3
|
-
static styles: import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
4
5
|
state: string;
|
5
6
|
private get _dialog();
|
6
7
|
private handleCloseButtonClick;
|
7
|
-
render(): import(
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
8
9
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class DialogFooter extends LitElement {
|
3
|
-
static styles: import(
|
4
|
-
render(): import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
5
|
+
render(): import('lit-html').TemplateResult<1>;
|
5
6
|
}
|
@@ -1,7 +1,8 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class DialogHeader extends LitElement {
|
3
|
-
static styles: import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
4
5
|
_title: string;
|
5
6
|
description: string;
|
6
|
-
render(): import(
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
7
8
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class DialogOverlay extends LitElement {
|
3
|
-
static styles: import(
|
4
|
-
render(): import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
5
|
+
render(): import('lit-html').TemplateResult<1>;
|
5
6
|
}
|
@@ -1,8 +1,9 @@
|
|
1
1
|
import { LitElement, PropertyValueMap } from 'lit';
|
2
|
+
|
2
3
|
export declare class DialogTrigger extends LitElement {
|
3
|
-
static styles: import(
|
4
|
+
static styles: import('lit').CSSResult[];
|
4
5
|
private get _dialog();
|
5
6
|
handleClick: () => void;
|
6
7
|
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
7
|
-
render(): import(
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
8
9
|
}
|
@@ -4,12 +4,13 @@ import { DialogClose } from './dialog-close';
|
|
4
4
|
import { DialogFooter } from './dialog-footer';
|
5
5
|
import { DialogHeader } from './dialog-header';
|
6
6
|
import { DialogOverlay } from './dialog-overly';
|
7
|
+
|
7
8
|
declare class Dialog extends LitElement {
|
8
|
-
static styles: import(
|
9
|
+
static styles: import('lit').CSSResult[];
|
9
10
|
state: string;
|
10
11
|
private get _content();
|
11
12
|
protected updated(_changedProperties: PropertyValues): void;
|
12
|
-
render(): import(
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
13
14
|
}
|
14
15
|
export { Dialog, DialogContent, DialogClose, DialogFooter, DialogHeader, DialogOverlay, };
|
15
16
|
declare global {
|
@@ -1,14 +1,5 @@
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/web-components';
|
2
|
-
|
3
|
-
import './dialog.atom';
|
4
|
-
import './dialog-close';
|
5
|
-
import './dialog-content';
|
6
|
-
import './dialog-footer';
|
7
|
-
import './dialog-header';
|
8
|
-
import './dialog-overly';
|
9
|
-
import './dialog-trigger';
|
10
|
-
import '../input/input.atom';
|
11
|
-
import '../button/button.atom';
|
2
|
+
|
12
3
|
declare const meta: Meta;
|
13
4
|
export default meta;
|
14
5
|
type Story = StoryObj;
|
@@ -1,9 +1,10 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class DropdownMenuCheckboxItem extends LitElement {
|
3
4
|
_id: string;
|
4
5
|
_hidden: string;
|
5
6
|
private static _counter;
|
6
|
-
static styles: import(
|
7
|
+
static styles: import('lit').CSSResult[];
|
7
8
|
private get identifier();
|
8
9
|
get value(): string;
|
9
10
|
selected: boolean;
|
@@ -11,5 +12,5 @@ export declare class DropdownMenuCheckboxItem extends LitElement {
|
|
11
12
|
checked: boolean;
|
12
13
|
disabled: boolean;
|
13
14
|
toggleChecked(): void;
|
14
|
-
render(): import(
|
15
|
+
render(): import('lit-html').TemplateResult<1>;
|
15
16
|
}
|
@@ -1,7 +1,8 @@
|
|
1
1
|
import { LitElement, PropertyValues } from 'lit';
|
2
2
|
import { DropdownMenu } from './dropdown-menu.atom';
|
3
|
+
|
3
4
|
export declare class DropdownMenuContent extends LitElement {
|
4
|
-
static styles: import(
|
5
|
+
static styles: import('lit').CSSResult[];
|
5
6
|
state: string;
|
6
7
|
isOpen: boolean;
|
7
8
|
get _dropdownMenu(): DropdownMenu | null;
|
@@ -9,5 +10,5 @@ export declare class DropdownMenuContent extends LitElement {
|
|
9
10
|
disconnectedCallback(): void;
|
10
11
|
updated(changedProps: PropertyValues): void;
|
11
12
|
handleClickOutside(event: MouseEvent): void;
|
12
|
-
render(): import(
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
13
14
|
}
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class DropdownMenuGroup extends LitElement {
|
3
4
|
heading: string;
|
4
5
|
_id: string;
|
5
6
|
_hidden: string;
|
6
7
|
private static _counter;
|
7
|
-
static styles: import(
|
8
|
+
static styles: import('lit').CSSResult[];
|
8
9
|
private get identifier();
|
9
|
-
render(): import(
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
10
11
|
}
|
@@ -1,12 +1,13 @@
|
|
1
1
|
import { LitElement } from 'lit';
|
2
|
+
|
2
3
|
export declare class DropdownMenuItem extends LitElement {
|
3
4
|
_id: string;
|
4
5
|
_hidden: string;
|
5
6
|
private static _counter;
|
6
|
-
static styles: import(
|
7
|
+
static styles: import('lit').CSSResult[];
|
7
8
|
private get identifier();
|
8
9
|
get value(): string;
|
9
10
|
selected: boolean;
|
10
11
|
private handleMouseEvent;
|
11
|
-
render(): import(
|
12
|
+
render(): import('lit-html').TemplateResult<1>;
|
12
13
|
}
|