@odx/foundation 1.0.0-beta.9 → 1.0.0-beta.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -8
- package/dist/_virtual_class-decorator-runtime.js +13 -0
- package/dist/components/accordion/accordion.d.ts +11 -1
- package/dist/components/accordion-item/accordion-item.d.ts +16 -0
- package/dist/components/action-button/action-button.d.ts +27 -0
- package/dist/components/anchor-navigation/anchor-navigation.d.ts +3 -3
- package/dist/components/area-header/area-header.d.ts +11 -4
- package/dist/components/avatar/avatar.d.ts +28 -6
- package/dist/components/avatar-group/avatar-group.d.ts +3 -3
- package/dist/components/badge/badge.d.ts +14 -5
- package/dist/components/breadcrumbs/breadcrumbs-item.d.ts +1 -1
- package/dist/components/breadcrumbs/breadcrumbs.d.ts +1 -2
- package/dist/components/breadcrumbs/index.d.ts +1 -1
- package/dist/components/button/button.d.ts +31 -20
- package/dist/components/button-group/button-group.d.ts +7 -0
- package/dist/components/checkbox/checkbox.d.ts +2 -2
- package/dist/components/checkbox-group/checkbox-group.d.ts +8 -3
- package/dist/components/chip/chip.d.ts +14 -5
- package/dist/components/circular-progress-bar/circular-progress-bar.d.ts +12 -5
- package/dist/components/combobox/autocomplete.d.ts +23 -0
- package/dist/components/dropdown/dropdown.d.ts +10 -9
- package/dist/components/format/format-bytes.d.ts +1 -1
- package/dist/components/format/format-number.d.ts +1 -1
- package/dist/components/format/relative-time.d.ts +2 -2
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/headline/headline.d.ts +14 -5
- package/dist/components/highlight/highlight.d.ts +14 -5
- package/dist/components/icon-button/icon-button.d.ts +4 -15
- package/dist/components/image/image.d.ts +4 -4
- package/dist/components/inline-message/inline-message.d.ts +15 -5
- package/dist/components/input/input.d.ts +15 -8
- package/dist/components/kpi/kpi.d.ts +36 -0
- package/dist/components/line-clamp/line-clamp.d.ts +2 -2
- package/dist/components/link/link.d.ts +3 -3
- package/dist/components/list/list.d.ts +3 -0
- package/dist/components/{list → list-item}/list-item.d.ts +7 -6
- package/dist/components/loader.d.ts +2 -0
- package/dist/components/loading-overlay/loading-overlay.d.ts +2 -3
- package/dist/components/loading-spinner/loading-spinner.d.ts +1 -2
- package/dist/components/logo/logo.d.ts +11 -3
- package/dist/components/main-menu/index.d.ts +1 -1
- package/dist/components/main-menu/main-menu-link.d.ts +2 -2
- package/dist/components/main-menu/main-menu.d.ts +0 -1
- package/dist/components/main.d.ts +62 -54
- package/dist/components/menu/index.d.ts +1 -1
- package/dist/components/menu/menu.d.ts +4 -7
- package/dist/components/menu-item/menu-item.d.ts +5 -6
- package/dist/components/modal/modal.d.ts +8 -6
- package/dist/components/navigation-item/navigation-item.d.ts +15 -7
- package/dist/components/option/option.d.ts +0 -1
- package/dist/components/page/page.d.ts +16 -6
- package/dist/components/popover/popover-host.d.ts +34 -0
- package/dist/components/popover/popover-observer.d.ts +11 -0
- package/dist/{cdk → components}/popover/popover.d.ts +1 -0
- package/dist/components/progress-bar/progress-bar.d.ts +12 -6
- package/dist/components/radio-group/radio-group.d.ts +8 -3
- package/dist/components/search-bar/index.d.ts +0 -1
- package/dist/components/search-bar/search-bar.d.ts +9 -3
- package/dist/components/select/select.d.ts +12 -7
- package/dist/components/separator/separator.d.ts +9 -4
- package/dist/components/skeleton/skeleton.d.ts +21 -6
- package/dist/components/slider/index.d.ts +2 -2
- package/dist/components/slider/slider-handle.d.ts +5 -6
- package/dist/components/slider/slider-marks.d.ts +1 -1
- package/dist/components/slider/slider.d.ts +2 -3
- package/dist/components/slider/slider.models.d.ts +3 -2
- package/dist/components/spinbox/spinbox.d.ts +13 -11
- package/dist/components/stack/stack.d.ts +26 -6
- package/dist/components/status/status.d.ts +23 -0
- package/dist/components/table/index.d.ts +3 -3
- package/dist/components/table/table-header.d.ts +1 -1
- package/dist/components/table/table-row.d.ts +1 -1
- package/dist/components/text/text.d.ts +23 -4
- package/dist/components/title/title.d.ts +14 -5
- package/dist/components/toast/toast.d.ts +14 -3
- package/dist/components/toggle-button/toggle-button.d.ts +1 -4
- package/dist/components/toggle-button-group/toggle-button-group.d.ts +10 -0
- package/dist/components/toggle-content/toggle-content.d.ts +2 -2
- package/dist/components/tooltip/tooltip.d.ts +24 -8
- package/dist/components.js +2886 -3631
- package/dist/i18n/{lib/is-localized.d.ts → is-localized.d.ts} +2 -2
- package/dist/i18n/{lib/localization.d.ts → localization.d.ts} +1 -1
- package/dist/i18n/main.d.ts +6 -6
- package/dist/i18n/{lib/translate.d.ts → translate.d.ts} +1 -1
- package/dist/i18n.js +11 -18
- package/dist/lib/{facade → control}/checkbox-form-control.d.ts +4 -4
- package/dist/lib/control/checkbox-group-form-control.d.ts +22 -0
- package/dist/lib/control/form-control.d.ts +29 -0
- package/dist/lib/control/listbox-form-control.d.ts +25 -0
- package/dist/lib/control/number-form-control.d.ts +12 -0
- package/dist/lib/control/option-control.d.ts +23 -0
- package/dist/lib/control/radio-group-form-control.d.ts +22 -0
- package/dist/lib/controllers/active-descendants-controller.d.ts +29 -0
- package/dist/{cdk/drag-drop → lib/controllers}/drag.controller.d.ts +2 -1
- package/dist/lib/controllers/expandable-controller.d.ts +1 -2
- package/dist/lib/custom-element.d.ts +12 -5
- package/dist/lib/interactive/interactive-element.d.ts +23 -0
- package/dist/lib/interactive/interactive-link.d.ts +21 -0
- package/dist/lib/main.d.ts +20 -25
- package/dist/lib/mixins/can-be-disabled.d.ts +1 -9
- package/dist/lib/mixins/can-be-expanded.d.ts +5 -7
- package/dist/lib/mixins/is-draggable.d.ts +16 -0
- package/dist/{cdk/drag-drop/drag-events.d.ts → lib/models/drag-event.d.ts} +1 -1
- package/dist/lib/models/placement.d.ts +17 -0
- package/dist/lib/models/shape.d.ts +7 -0
- package/dist/lib/models/size.d.ts +11 -0
- package/dist/lib/models/variant.d.ts +12 -0
- package/dist/lib/utils/compute-popover-placement.d.ts +14 -0
- package/dist/lib/utils/dom.d.ts +25 -15
- package/dist/lib/utils/get-unique-id.d.ts +6 -23
- package/dist/lib/utils/lit.d.ts +1 -3
- package/dist/lib/utils/shared-resize-observer.d.ts +0 -7
- package/dist/lib/utils/{a11y.d.ts → types.d.ts} +3 -6
- package/dist/loader.js +6 -11
- package/dist/main.js +901 -867
- package/dist/styles.css +1 -1
- package/dist/vendor.js +1982 -0
- package/package.json +47 -27
- package/dist/cdk/drag-drop/is-draggable.d.ts +0 -18
- package/dist/cdk/main.d.ts +0 -7
- package/dist/cdk/popover/popover-host.d.ts +0 -20
- package/dist/cdk/popover/popover.models.d.ts +0 -34
- package/dist/cdk/popover/popover.utils.d.ts +0 -5
- package/dist/cdk.js +0 -357
- package/dist/components/accordion/accordion-header.d.ts +0 -18
- package/dist/components/accordion/index.d.ts +0 -4
- package/dist/components/action-group/action-group.d.ts +0 -24
- package/dist/components/action-group/index.d.ts +0 -2
- package/dist/components/area-header/area-header.models.d.ts +0 -12
- package/dist/components/area-header/index.d.ts +0 -3
- package/dist/components/avatar/avatar.models.d.ts +0 -13
- package/dist/components/avatar/index.d.ts +0 -3
- package/dist/components/avatar-group/index.d.ts +0 -2
- package/dist/components/badge/badge.models.d.ts +0 -14
- package/dist/components/badge/index.d.ts +0 -3
- package/dist/components/button/base-button.d.ts +0 -30
- package/dist/components/button/button.models.d.ts +0 -26
- package/dist/components/button/index.d.ts +0 -4
- package/dist/components/button-group/index.d.ts +0 -2
- package/dist/components/card/index.d.ts +0 -2
- package/dist/components/checkbox/index.d.ts +0 -2
- package/dist/components/checkbox-group/checkbox-group.models.d.ts +0 -6
- package/dist/components/checkbox-group/index.d.ts +0 -3
- package/dist/components/chip/chip.models.d.ts +0 -10
- package/dist/components/chip/index.d.ts +0 -3
- package/dist/components/circular-progress-bar/circular-progress-bar.models.d.ts +0 -7
- package/dist/components/circular-progress-bar/index.d.ts +0 -3
- package/dist/components/content-box/content-box.models.d.ts +0 -2
- package/dist/components/content-box/index.d.ts +0 -2
- package/dist/components/dropdown/dropdown.models.d.ts +0 -6
- package/dist/components/dropdown/index.d.ts +0 -3
- package/dist/components/form-field/index.d.ts +0 -2
- package/dist/components/headline/headline.models.d.ts +0 -8
- package/dist/components/headline/index.d.ts +0 -3
- package/dist/components/highlight/index.d.ts +0 -2
- package/dist/components/icon-button/index.d.ts +0 -2
- package/dist/components/image/index.d.ts +0 -2
- package/dist/components/inline-message/index.d.ts +0 -3
- package/dist/components/inline-message/inline-message.models.d.ts +0 -12
- package/dist/components/input/index.d.ts +0 -3
- package/dist/components/input/input.models.d.ts +0 -7
- package/dist/components/line-clamp/index.d.ts +0 -2
- package/dist/components/link/base-link.d.ts +0 -15
- package/dist/components/link/index.d.ts +0 -3
- package/dist/components/list/index.d.ts +0 -3
- package/dist/components/loading-overlay/index.d.ts +0 -2
- package/dist/components/loading-spinner/index.d.ts +0 -2
- package/dist/components/logo/index.d.ts +0 -3
- package/dist/components/logo/logo.models.d.ts +0 -9
- package/dist/components/menu-item/index.d.ts +0 -2
- package/dist/components/modal/index.d.ts +0 -3
- package/dist/components/modal/modal.models.d.ts +0 -5
- package/dist/components/navigation-item/index.d.ts +0 -3
- package/dist/components/navigation-item/navigation-item.models.d.ts +0 -6
- package/dist/components/option/index.d.ts +0 -2
- package/dist/components/page/index.d.ts +0 -3
- package/dist/components/page/page.models.d.ts +0 -10
- package/dist/components/page-layout/index.d.ts +0 -2
- package/dist/components/pagination/index.d.ts +0 -2
- package/dist/components/progress-bar/index.d.ts +0 -3
- package/dist/components/progress-bar/progress-bar.models.d.ts +0 -7
- package/dist/components/radio-button/index.d.ts +0 -2
- package/dist/components/radio-group/index.d.ts +0 -3
- package/dist/components/radio-group/radio-group.models.d.ts +0 -6
- package/dist/components/rail-navigation/index.d.ts +0 -2
- package/dist/components/search-bar/search-bar.models.d.ts +0 -6
- package/dist/components/select/index.d.ts +0 -2
- package/dist/components/separator/index.d.ts +0 -3
- package/dist/components/separator/separator.models.d.ts +0 -6
- package/dist/components/skeleton/index.d.ts +0 -3
- package/dist/components/skeleton/skeleton.models.d.ts +0 -13
- package/dist/components/spacer/index.d.ts +0 -2
- package/dist/components/spacer/spacer.models.d.ts +0 -7
- package/dist/components/spinbox/index.d.ts +0 -2
- package/dist/components/stack/index.d.ts +0 -3
- package/dist/components/stack/stack.models.d.ts +0 -25
- package/dist/components/switch/index.d.ts +0 -2
- package/dist/components/text/index.d.ts +0 -3
- package/dist/components/text/text.models.d.ts +0 -14
- package/dist/components/title/index.d.ts +0 -3
- package/dist/components/title/title.models.d.ts +0 -10
- package/dist/components/toast/index.d.ts +0 -3
- package/dist/components/toast/toast.models.d.ts +0 -5
- package/dist/components/toggle-button/index.d.ts +0 -2
- package/dist/components/toggle-content/index.d.ts +0 -2
- package/dist/components/tooltip/index.d.ts +0 -3
- package/dist/components/tooltip/tooltip.models.d.ts +0 -8
- package/dist/components/translate/index.d.ts +0 -2
- package/dist/components/visually-hidden/index.d.ts +0 -2
- package/dist/lib/controllers/focus-trap.controller.d.ts +0 -14
- package/dist/lib/facade/checkbox-group-form-control.d.ts +0 -21
- package/dist/lib/facade/option-control.d.ts +0 -16
- package/dist/lib/facade/radio-group-form-control.d.ts +0 -22
- package/dist/lib/facade/select-form-control.d.ts +0 -19
- package/dist/lib/mixins/can-be-readonly.d.ts +0 -7
- package/dist/lib/mixins/can-be-required.d.ts +0 -7
- package/dist/lib/mixins/can-be-selected.d.ts +0 -9
- package/dist/lib/mixins/can-be-validated.d.ts +0 -12
- package/dist/lib/mixins/form-control.d.ts +0 -17
- package/dist/lib/mixins/number-control.d.ts +0 -12
- package/dist/lib/mixins/with-loading-state.d.ts +0 -8
- package/dist/lib/utils/date.d.ts +0 -2
- package/dist/lib/utils/dedupe-mixin.d.ts +0 -3
- package/dist/lib/utils/empty-slot-fallback-fix.d.ts +0 -8
- package/dist/lib/utils/keyboard-events.d.ts +0 -43
- package/dist/lib/utils/search-text-content.d.ts +0 -7
- package/dist/lib/utils/shared-intersection-observer.d.ts +0 -18
- package/dist/lib/utils/transformers.d.ts +0 -5
- package/dist/loader/main.d.ts +0 -2
- package/dist/vendor-dJxQG085.js +0 -138
- /package/dist/components/{accordion → accordion-panel}/accordion-panel.d.ts +0 -0
- /package/dist/i18n/{lib/config.d.ts → config.d.ts} +0 -0
- /package/dist/i18n/{lib/format.d.ts → format.d.ts} +0 -0
- /package/dist/i18n/{lib/models.d.ts → models.d.ts} +0 -0
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export type BadgeVariant = (typeof BadgeVariant)[keyof typeof BadgeVariant];
|
|
2
|
-
export declare const BadgeVariant: {
|
|
3
|
-
NEUTRAL: string;
|
|
4
|
-
PRIMARY: string;
|
|
5
|
-
ACCENT: string;
|
|
6
|
-
SUCCESS: string;
|
|
7
|
-
WARNING: string;
|
|
8
|
-
DANGER: string;
|
|
9
|
-
};
|
|
10
|
-
export type BadgeType = (typeof BadgeType)[keyof typeof BadgeType];
|
|
11
|
-
export declare const BadgeType: {
|
|
12
|
-
STATUS: string;
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=badge.models.d.ts.map
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { TemplateResult, nothing } from 'lit';
|
|
2
|
-
import { BaseLink } from '../link/index.js';
|
|
3
|
-
import { ButtonLoaderSlot } from './button.models.js';
|
|
4
|
-
declare const BaseButton_base: import('../../lib/main.js').Constructor<import('../../lib/main.js').HasLoadingState> & typeof BaseLink;
|
|
5
|
-
/**
|
|
6
|
-
* A button is clickable text or an icon that triggers an action on the page or in the background.
|
|
7
|
-
* Depending on the action, content, and hierarchy, a button can be used on its own or grouped with
|
|
8
|
-
* other buttons.
|
|
9
|
-
* @summary Triggers actions on the page or in the background
|
|
10
|
-
* @csspart button - Internal button element
|
|
11
|
-
* @csspart prefix - Container for the prefix slot
|
|
12
|
-
* @csspart suffix - Container for the suffix slot
|
|
13
|
-
* @slot prefix - Contains the button's icon or state indicator, e.g. a spinner.
|
|
14
|
-
* @slot suffix - Contains the button's icon or state indicator, e.g. a spinner.
|
|
15
|
-
* @slot - Contains button text
|
|
16
|
-
*/
|
|
17
|
-
export declare class BaseButton extends BaseButton_base {
|
|
18
|
-
#private;
|
|
19
|
-
static readonly styles: import('lit').CSSResult;
|
|
20
|
-
protected naviveButton: HTMLButtonElement;
|
|
21
|
-
lineClamp: 1 | 2;
|
|
22
|
-
loaderSlot?: ButtonLoaderSlot;
|
|
23
|
-
protected render(): TemplateResult;
|
|
24
|
-
protected renderContent(withSpinner?: boolean): TemplateResult;
|
|
25
|
-
protected renderButton(): TemplateResult<1>;
|
|
26
|
-
protected renderOverlay(): TemplateResult | typeof nothing;
|
|
27
|
-
protected renderLoader(): TemplateResult;
|
|
28
|
-
}
|
|
29
|
-
export {};
|
|
30
|
-
//# sourceMappingURL=base-button.d.ts.map
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export type ButtonSize = (typeof ButtonSize)[keyof typeof ButtonSize];
|
|
2
|
-
export declare const ButtonSize: {
|
|
3
|
-
readonly SM: "sm";
|
|
4
|
-
readonly MD: "md";
|
|
5
|
-
readonly LG: "lg";
|
|
6
|
-
};
|
|
7
|
-
export type ButtonVariant = (typeof ButtonVariant)[keyof typeof ButtonVariant];
|
|
8
|
-
export declare const ButtonVariant: {
|
|
9
|
-
readonly PRIMARY: "primary";
|
|
10
|
-
readonly HIGHLIGHT: "highlight";
|
|
11
|
-
readonly SECONDARY: "secondary";
|
|
12
|
-
readonly GHOST: "ghost";
|
|
13
|
-
readonly DANGER: "danger";
|
|
14
|
-
};
|
|
15
|
-
export type ButtonLoaderSlot = (typeof ButtonLoaderSlot)[keyof typeof ButtonLoaderSlot];
|
|
16
|
-
export declare const ButtonLoaderSlot: {
|
|
17
|
-
readonly PREFIX: "prefix";
|
|
18
|
-
readonly SUFFIX: "suffix";
|
|
19
|
-
};
|
|
20
|
-
export type ButtonBadgeAlign = (typeof ButtonBadgeAlign)[keyof typeof ButtonBadgeAlign];
|
|
21
|
-
export declare const ButtonBadgeAlign: {
|
|
22
|
-
readonly START: "start";
|
|
23
|
-
readonly CENTER: "center";
|
|
24
|
-
readonly END: "end";
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=button.models.d.ts.map
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export type ChipVariant = (typeof ChipVariant)[keyof typeof ChipVariant];
|
|
2
|
-
export declare const ChipVariant: {
|
|
3
|
-
NEUTRAL: string;
|
|
4
|
-
PRIMARY: string;
|
|
5
|
-
HIGHLIGHT: string;
|
|
6
|
-
SUCCESS: string;
|
|
7
|
-
WARNING: string;
|
|
8
|
-
DANGER: string;
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=chip.models.d.ts.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export type CircularProgressBarSize = (typeof CircularProgressBarSize)[keyof typeof CircularProgressBarSize];
|
|
2
|
-
export declare const CircularProgressBarSize: {
|
|
3
|
-
readonly SMALL: "small";
|
|
4
|
-
readonly MEDIUM: "medium";
|
|
5
|
-
readonly LARGE: "large";
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=circular-progress-bar.models.d.ts.map
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export type InlineMessageVariant = (typeof InlineMessageVariant)[keyof typeof InlineMessageVariant];
|
|
2
|
-
export declare const InlineMessageVariant: {
|
|
3
|
-
readonly INFO: "info";
|
|
4
|
-
readonly DANGER: "danger";
|
|
5
|
-
readonly WARNING: "warning";
|
|
6
|
-
readonly SUCCESS: "success";
|
|
7
|
-
};
|
|
8
|
-
export type InlineMessageType = (typeof InlineMessageType)[keyof typeof InlineMessageType];
|
|
9
|
-
export declare const InlineMessageType: {
|
|
10
|
-
readonly BANNER: "banner";
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=inline-message.models.d.ts.map
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ARIARole, CanBeDisabled, CustomElement } from '../../lib/main.js';
|
|
2
|
-
import { TemplateResult } from 'lit';
|
|
3
|
-
declare const BaseLink_base: import('../../lib/main.js').Constructor<CanBeDisabled> & typeof CustomElement;
|
|
4
|
-
export declare class BaseLink extends BaseLink_base {
|
|
5
|
-
static shadowRootOptions: ShadowRootInit;
|
|
6
|
-
readonly interactiveElement: HTMLButtonElement | HTMLAnchorElement;
|
|
7
|
-
href: string;
|
|
8
|
-
target: '_blank' | '_parent' | '_self' | '_top' | '';
|
|
9
|
-
rel: string;
|
|
10
|
-
download?: string;
|
|
11
|
-
protected render(role?: ARIARole): TemplateResult;
|
|
12
|
-
protected renderContent(): TemplateResult;
|
|
13
|
-
}
|
|
14
|
-
export {};
|
|
15
|
-
//# sourceMappingURL=base-link.d.ts.map
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export type PageAlignment = (typeof PageAlignment)[keyof typeof PageAlignment];
|
|
2
|
-
export declare const PageAlignment: {
|
|
3
|
-
readonly CENTER: "center";
|
|
4
|
-
};
|
|
5
|
-
export type PageLayout = (typeof PageLayout)[keyof typeof PageLayout];
|
|
6
|
-
export declare const PageLayout: {
|
|
7
|
-
readonly NARROW: "narrow";
|
|
8
|
-
readonly WIDE: "wide";
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=page.models.d.ts.map
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export type SkeletonSize = (typeof SkeletonSize)[keyof typeof SkeletonSize];
|
|
2
|
-
export declare const SkeletonSize: {
|
|
3
|
-
readonly SM: "sm";
|
|
4
|
-
readonly LG: "lg";
|
|
5
|
-
readonly XL: "xl";
|
|
6
|
-
};
|
|
7
|
-
export type SkeletonShape = (typeof SkeletonShape)[keyof typeof SkeletonShape];
|
|
8
|
-
export declare const SkeletonShape: {
|
|
9
|
-
readonly BUTTON: "button";
|
|
10
|
-
readonly CIRCLE: "circle";
|
|
11
|
-
readonly RECTANGLE: "rectangle";
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=skeleton.models.d.ts.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export type SpacerPushDirection = (typeof SpacerPushDirection)[keyof typeof SpacerPushDirection];
|
|
2
|
-
export declare const SpacerPushDirection: {
|
|
3
|
-
readonly START: "start";
|
|
4
|
-
readonly END: "end";
|
|
5
|
-
readonly BOTH: "both";
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=spacer.models.d.ts.map
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export type StackAlign = (typeof StackAlign)[keyof typeof StackAlign];
|
|
2
|
-
export declare const StackAlign: {
|
|
3
|
-
readonly START: "start";
|
|
4
|
-
readonly CENTER: "center";
|
|
5
|
-
readonly END: "end";
|
|
6
|
-
};
|
|
7
|
-
export type StackGap = (typeof StackGap)[keyof typeof StackGap];
|
|
8
|
-
export declare const StackGap: {
|
|
9
|
-
readonly NONE: "none";
|
|
10
|
-
readonly XS: "xs";
|
|
11
|
-
readonly SM: "sm";
|
|
12
|
-
readonly MD: "md";
|
|
13
|
-
readonly LG: "lg";
|
|
14
|
-
readonly XL: "xl";
|
|
15
|
-
};
|
|
16
|
-
export type StackJustify = (typeof StackJustify)[keyof typeof StackJustify];
|
|
17
|
-
export declare const StackJustify: {
|
|
18
|
-
readonly START: "start";
|
|
19
|
-
readonly END: "end";
|
|
20
|
-
readonly CENTER: "center";
|
|
21
|
-
readonly SPACE_BETWEEN: "space-between";
|
|
22
|
-
readonly SPACE_AROUND: "space-around";
|
|
23
|
-
readonly SPACE_EVENLY: "space-evenly";
|
|
24
|
-
};
|
|
25
|
-
//# sourceMappingURL=stack.models.d.ts.map
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export type TextSize = (typeof TextSize)[keyof typeof TextSize];
|
|
2
|
-
export declare const TextSize: {
|
|
3
|
-
readonly XS: "xs";
|
|
4
|
-
readonly SM: "sm";
|
|
5
|
-
readonly MD: "md";
|
|
6
|
-
readonly LG: "lg";
|
|
7
|
-
};
|
|
8
|
-
export type TextVariant = (typeof TextVariant)[keyof typeof TextVariant];
|
|
9
|
-
export declare const TextVariant: {
|
|
10
|
-
readonly HINT: "hint";
|
|
11
|
-
readonly ACCENT: "info";
|
|
12
|
-
readonly DANGER: "danger";
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=text.models.d.ts.map
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export type TitleSize = (typeof TitleSize)[keyof typeof TitleSize];
|
|
2
|
-
export declare const TitleSize: {
|
|
3
|
-
readonly XS: "xs";
|
|
4
|
-
readonly SM: "sm";
|
|
5
|
-
readonly MD: "md";
|
|
6
|
-
readonly LG: "lg";
|
|
7
|
-
readonly XL: "xl";
|
|
8
|
-
readonly XXL: "xxl";
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=title.models.d.ts.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export type TooltipPlacement = (typeof TooltipPlacement)[keyof typeof TooltipPlacement];
|
|
2
|
-
export declare const TooltipPlacement: {
|
|
3
|
-
readonly TOP: "top";
|
|
4
|
-
readonly RIGHT: "right";
|
|
5
|
-
readonly BOTTOM: "bottom";
|
|
6
|
-
readonly LEFT: "left";
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=tooltip.models.d.ts.map
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Options } from 'focus-trap';
|
|
2
|
-
import { ReactiveController, ReactiveElement } from 'lit';
|
|
3
|
-
export type FocusTrapControllerOptions = Options;
|
|
4
|
-
export declare const FocusTrapControllerOptions: (options?: Partial<FocusTrapControllerOptions>) => FocusTrapControllerOptions;
|
|
5
|
-
export declare class FocusTrapController implements ReactiveController {
|
|
6
|
-
#private;
|
|
7
|
-
constructor(host: ReactiveElement, options?: FocusTrapControllerOptions);
|
|
8
|
-
activate(): Promise<void>;
|
|
9
|
-
deactivate(): Promise<void>;
|
|
10
|
-
toggle(state?: boolean): Promise<void>;
|
|
11
|
-
hostConnected(): Promise<void>;
|
|
12
|
-
hostDisconnected(): void;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=focus-trap.controller.d.ts.map
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { PropertyValues } from 'lit';
|
|
2
|
-
import { CustomElement } from '../custom-element.js';
|
|
3
|
-
import { CheckboxFormControl } from './checkbox-form-control.js';
|
|
4
|
-
declare const CheckboxGroupFormControl_base: import('../main.js').Constructor<import('../mixins/form-control.js').IsFormControl<string[]>> & typeof CustomElement;
|
|
5
|
-
export declare abstract class CheckboxGroupFormControl extends CheckboxGroupFormControl_base {
|
|
6
|
-
#private;
|
|
7
|
-
private elements;
|
|
8
|
-
protected get childGroups(): CheckboxGroupFormControl[];
|
|
9
|
-
get controls(): CheckboxFormControl[];
|
|
10
|
-
get groupControls(): CheckboxFormControl[];
|
|
11
|
-
value: string[];
|
|
12
|
-
constructor();
|
|
13
|
-
toFormValue(): FormData;
|
|
14
|
-
protected isIndeterminate(): boolean;
|
|
15
|
-
protected isControl(element: unknown): element is CheckboxFormControl;
|
|
16
|
-
protected updated(props: PropertyValues<this>): void;
|
|
17
|
-
protected updateCheckboxControls(updateFn: (control: CheckboxFormControl, index: number) => void): void;
|
|
18
|
-
protected updateValue(value: string[], dispatchEvent?: boolean): void;
|
|
19
|
-
}
|
|
20
|
-
export {};
|
|
21
|
-
//# sourceMappingURL=checkbox-group-form-control.d.ts.map
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { PropertyValueMap } from 'lit';
|
|
2
|
-
import { CustomElement } from '../custom-element.js';
|
|
3
|
-
import { CanBeDisabled } from '../mixins/can-be-disabled.js';
|
|
4
|
-
declare const OptionControl_base: import('../main.js').Constructor<CanBeDisabled> & typeof CustomElement;
|
|
5
|
-
export declare abstract class OptionControl extends OptionControl_base {
|
|
6
|
-
role: 'option' | 'gridcell' | 'row' | 'tab' | null;
|
|
7
|
-
selected: boolean;
|
|
8
|
-
value: string;
|
|
9
|
-
getTextLabel(): string;
|
|
10
|
-
setActive(): void;
|
|
11
|
-
setInactive(): void;
|
|
12
|
-
connectedCallback(): void;
|
|
13
|
-
protected willUpdate(changes: PropertyValueMap<this>): void;
|
|
14
|
-
}
|
|
15
|
-
export {};
|
|
16
|
-
//# sourceMappingURL=option-control.d.ts.map
|