@odx/foundation 1.0.0-beta.173 → 1.0.0-beta.174
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/components/accordion/accordion.d.ts +7 -5
- package/dist/components/accordion-item/accordion-item.d.ts +4 -4
- package/dist/components/accordion-panel/accordion-panel.d.ts +3 -2
- package/dist/components/action-group/action-group.d.ts +1 -1
- package/dist/components/anchor-navigation/anchor-navigation.d.ts +1 -1
- package/dist/components/area-header/area-header.d.ts +1 -1
- package/dist/components/auto-grid/auto-grid.d.ts +1 -1
- package/dist/components/avatar/avatar.d.ts +1 -1
- package/dist/components/badge/badge.d.ts +1 -1
- package/dist/components/breadcrumbs/breadcrumbs.d.ts +1 -1
- package/dist/components/breadcrumbs-item/breadcrumbs-item.d.ts +2 -2
- package/dist/components/button/button.d.ts +1 -1
- package/dist/components/button-group/button-group.d.ts +1 -1
- package/dist/components/card/card.d.ts +2 -2
- package/dist/components/checkbox/checkbox.d.ts +1 -1
- package/dist/components/checkbox-group/checkbox-group.d.ts +1 -1
- package/dist/components/chip/chip.d.ts +2 -2
- package/dist/components/combobox/autocomplete.d.ts +1 -1
- package/dist/components/content-box/content-box.d.ts +1 -1
- package/dist/components/dropdown/dropdown.d.ts +4 -2
- package/dist/components/empty-state/empty-state.d.ts +1 -1
- package/dist/components/form-field/form-field.d.ts +1 -1
- package/dist/components/format/base-format.d.ts +2 -2
- package/dist/components/gradient-overlay/gradient-overlay.d.ts +1 -1
- package/dist/components/header/header-actions.d.ts +1 -1
- package/dist/components/header/header.d.ts +1 -1
- package/dist/components/highlight/highlight.d.ts +2 -2
- package/dist/components/image/image.d.ts +1 -1
- package/dist/components/inline-message/inline-message.d.ts +1 -1
- package/dist/components/input/input.d.ts +1 -1
- package/dist/components/kpi/kpi.d.ts +1 -1
- package/dist/components/label/label.d.ts +1 -1
- package/dist/components/line-clamp/line-clamp.d.ts +1 -1
- package/dist/components/link/link.d.ts +4 -1
- package/dist/components/list/list.d.ts +3 -3
- package/dist/components/list-item/list-item.d.ts +2 -2
- package/dist/components/loading-overlay/loading-overlay.d.ts +1 -1
- package/dist/components/loading-spinner/loading-spinner.d.ts +1 -1
- package/dist/components/logo/logo.d.ts +1 -1
- package/dist/components/main-menu/main-menu-button.d.ts +1 -1
- package/dist/components/main-menu/main-menu-subtitle.d.ts +1 -1
- package/dist/components/main-menu/main-menu-title.d.ts +1 -1
- package/dist/components/main-menu/main-menu.d.ts +1 -1
- package/dist/components/main.d.ts +1 -0
- package/dist/components/menu-item/menu-item.d.ts +1 -1
- package/dist/components/modal/modal.d.ts +1 -1
- package/dist/components/navigation-item/navigation-item.d.ts +1 -1
- package/dist/components/navigation-item-group/navigation-item-group.d.ts +2 -2
- package/dist/components/option/option.d.ts +1 -1
- package/dist/components/page/page.d.ts +1 -1
- package/dist/components/page-layout/page-layout.d.ts +1 -1
- package/dist/components/pagination/pagination.d.ts +2 -2
- package/dist/components/popover/popover-host.d.ts +2 -2
- package/dist/components/popover/popover.d.ts +1 -1
- package/dist/components/progress-bar/base-progress.d.ts +1 -1
- package/dist/components/progress-ring/progress-ring.d.ts +1 -1
- package/dist/components/radio-button/radio-button.d.ts +1 -1
- package/dist/components/radio-group/radio-group.d.ts +1 -1
- package/dist/components/rail-navigation/rail-navigation.d.ts +2 -2
- package/dist/components/scroll-container/scroll-container.d.ts +1 -1
- package/dist/components/search-bar/search-bar.d.ts +2 -2
- package/dist/components/select/select.d.ts +1 -1
- package/dist/components/separator/separator.d.ts +1 -1
- package/dist/components/skeleton/skeleton.d.ts +1 -1
- package/dist/components/slider/slider-handle.d.ts +2 -2
- package/dist/components/slider/slider-marks.d.ts +1 -1
- package/dist/components/slider/slider.d.ts +1 -1
- package/dist/components/slider/slider.models.d.ts +1 -1
- package/dist/components/spacer/spacer.d.ts +1 -1
- package/dist/components/spinbox/spinbox.d.ts +1 -1
- package/dist/components/status/status.d.ts +1 -1
- package/dist/components/switch/switch.d.ts +1 -1
- package/dist/components/tab-bar/tab-bar.d.ts +1 -1
- package/dist/components/table/table-body.d.ts +1 -1
- package/dist/components/table/table-cell.d.ts +1 -1
- package/dist/components/table/table-checkbox-cell.d.ts +2 -2
- package/dist/components/table/table-header-cell.d.ts +1 -1
- package/dist/components/table/table-header.d.ts +1 -1
- package/dist/components/table/table-row.d.ts +2 -2
- package/dist/components/table/table.d.ts +1 -1
- package/dist/components/text/text.d.ts +1 -1
- package/dist/components/textarea/textarea.d.ts +21 -0
- package/dist/components/tile/tile.d.ts +1 -1
- package/dist/components/title/title.d.ts +1 -1
- package/dist/components/toast/toast.d.ts +1 -1
- package/dist/components/toggle-button/toggle-button.d.ts +1 -1
- package/dist/components/toggle-button-group/toggle-button-group.d.ts +1 -1
- package/dist/components/toggle-content/toggle-content.d.ts +1 -1
- package/dist/components/toolbar/toolbar.d.ts +1 -1
- package/dist/components/tooltip/tooltip.d.ts +1 -1
- package/dist/components/translate/translate.d.ts +2 -2
- package/dist/components.js +330 -228
- package/dist/i18n/is-localized.d.ts +1 -1
- package/dist/lib/control/form-control.d.ts +1 -1
- package/dist/lib/control/option-control.d.ts +1 -1
- package/dist/lib/controllers/expandable-controller.d.ts +4 -7
- package/dist/main.d.ts +34 -0
- package/dist/main.js +6 -14
- package/dist/styles.css +1 -1
- package/dist/vendor.js +1 -1
- package/package.json +9 -11
- package/dist/lib/main.d.ts +0 -34
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CustomElement, ValuesOf } from '../../
|
|
2
|
-
import { PropertyValues } from 'lit';
|
|
1
|
+
import { CustomElement, ExpandableItemManagerHost, ValuesOf } from '../../main.js';
|
|
2
|
+
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
3
|
import { AccordionItemSize, OdxAccordionItem } from '../accordion-item/accordion-item.js';
|
|
4
4
|
declare global {
|
|
5
5
|
interface HTMLElementTagNameMap {
|
|
@@ -12,12 +12,14 @@ export declare const AccordionIndicatorPosition: Pick<{
|
|
|
12
12
|
readonly CENTER: "center";
|
|
13
13
|
readonly END: "end";
|
|
14
14
|
}, "START" | "END">;
|
|
15
|
-
export declare class OdxAccordion extends CustomElement {
|
|
15
|
+
export declare class OdxAccordion extends CustomElement implements ExpandableItemManagerHost {
|
|
16
|
+
#private;
|
|
16
17
|
indicatorPosition: AccordionIndicatorPosition;
|
|
17
18
|
multiple: boolean;
|
|
18
|
-
size
|
|
19
|
+
size: AccordionItemSize;
|
|
19
20
|
constructor();
|
|
21
|
+
protected render(): TemplateResult | string;
|
|
20
22
|
getItems(): OdxAccordionItem[];
|
|
21
|
-
protected updated(props: PropertyValues<this>): void;
|
|
22
23
|
toggleAll(state?: boolean, emitEvent?: boolean): void;
|
|
24
|
+
protected updated(props: PropertyValues<this>): void;
|
|
23
25
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CanBeExpanded, InteractiveElement, ValuesOf } from '../../
|
|
1
|
+
import { CanBeExpanded, InteractiveElement, ValuesOf } from '../../main.js';
|
|
2
2
|
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
3
|
import { OdxAccordionPanel } from '../accordion-panel/accordion-panel.js';
|
|
4
4
|
declare global {
|
|
@@ -15,11 +15,11 @@ export declare const AccordionItemSize: Pick<{
|
|
|
15
15
|
readonly XL: "xl";
|
|
16
16
|
readonly XXL: "xxl";
|
|
17
17
|
}, "SM" | "MD" | "LG">;
|
|
18
|
-
declare const OdxAccordionItem_base: import('../../
|
|
18
|
+
declare const OdxAccordionItem_base: import('../../main.js').Constructor<CanBeExpanded> & typeof InteractiveElement;
|
|
19
19
|
export declare class OdxAccordionItem extends OdxAccordionItem_base {
|
|
20
|
-
#private;
|
|
21
20
|
size: AccordionItemSize;
|
|
22
|
-
|
|
21
|
+
getPanel(): OdxAccordionPanel | null;
|
|
22
|
+
connectedCallback(): void;
|
|
23
23
|
protected renderContent(): TemplateResult;
|
|
24
24
|
protected willUpdate(props: PropertyValues<this>): void;
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CustomElement } from '../../
|
|
2
|
-
import { TemplateResult } from 'lit';
|
|
1
|
+
import { CustomElement } from '../../main.js';
|
|
2
|
+
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
3
|
declare global {
|
|
4
4
|
interface HTMLElementTagNameMap {
|
|
5
5
|
'odx-accordion-panel': OdxAccordionPanel;
|
|
@@ -8,5 +8,6 @@ declare global {
|
|
|
8
8
|
export declare class OdxAccordionPanel extends CustomElement {
|
|
9
9
|
expanded: boolean;
|
|
10
10
|
connectedCallback(): void;
|
|
11
|
+
protected updated(props: PropertyValues<this>): void;
|
|
11
12
|
protected render(): TemplateResult;
|
|
12
13
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { CanBeDisabled, CustomElement, InteractiveLink } from '../../
|
|
1
|
+
import { CanBeDisabled, CustomElement, InteractiveLink } from '../../main.js';
|
|
2
2
|
import { TemplateResult } from 'lit';
|
|
3
3
|
declare global {
|
|
4
4
|
interface HTMLElementTagNameMap {
|
|
5
5
|
'odx-breadcrumbs-item': OdxBreadcrumbsItem;
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
declare const OdxBreadcrumbsItem_base: import('../../
|
|
8
|
+
declare const OdxBreadcrumbsItem_base: import('../../main.js').Constructor<CanBeDisabled> & typeof CustomElement;
|
|
9
9
|
export declare class OdxBreadcrumbsItem extends OdxBreadcrumbsItem_base {
|
|
10
10
|
active: boolean;
|
|
11
11
|
href: InteractiveLink['href'];
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { CanBeDisabled, CustomElement } from '../../
|
|
1
|
+
import { CanBeDisabled, CustomElement } from '../../main.js';
|
|
2
2
|
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
3
|
declare global {
|
|
4
4
|
interface HTMLElementTagNameMap {
|
|
5
5
|
'odx-card': OdxCard;
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
declare const OdxCard_base: import('../../
|
|
8
|
+
declare const OdxCard_base: import('../../main.js').Constructor<CanBeDisabled> & typeof CustomElement;
|
|
9
9
|
export declare class OdxCard extends OdxCard_base {
|
|
10
10
|
interactive: boolean;
|
|
11
11
|
protected updated(props: PropertyValues<this>): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CanBeDisabled, CustomElement, ValuesOf } from '../../
|
|
1
|
+
import { CanBeDisabled, CustomElement, ValuesOf } from '../../main.js';
|
|
2
2
|
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
3
|
declare global {
|
|
4
4
|
interface HTMLElementTagNameMap {
|
|
@@ -19,7 +19,7 @@ export declare const ChipVariant: Pick<{
|
|
|
19
19
|
readonly DANGER_SUBTLE: "danger-subtle";
|
|
20
20
|
readonly GHOST: "ghost";
|
|
21
21
|
}, "NEUTRAL" | "NEUTRAL_SUBTLE" | "PRIMARY" | "ACCENT" | "SUCCESS" | "WARNING" | "DANGER">;
|
|
22
|
-
declare const OdxChip_base: import('../../
|
|
22
|
+
declare const OdxChip_base: import('../../main.js').Constructor<CanBeDisabled> & typeof CustomElement;
|
|
23
23
|
export declare class OdxChip extends OdxChip_base {
|
|
24
24
|
#private;
|
|
25
25
|
protected actionElement?: HTMLElement;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActiveDescendantsController, FormControl, OptionControl } from '../../
|
|
1
|
+
import { ActiveDescendantsController, FormControl, OptionControl } from '../../main.js';
|
|
2
2
|
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
3
|
import { OdxDropdown } from '../dropdown/dropdown.js';
|
|
4
4
|
import { OdxHighlight } from '../highlight/highlight.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PopoverPlacementOptions, ValuesOf } from '../../
|
|
1
|
+
import { PopoverPlacementOptions, ValuesOf } from '../../main.js';
|
|
2
2
|
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
3
|
import { PopoverHost } from '../popover/popover-host.js';
|
|
4
4
|
declare global {
|
|
@@ -20,9 +20,11 @@ export declare const DropdownPlacement: Pick<{
|
|
|
20
20
|
readonly LEFT: "left";
|
|
21
21
|
readonly LEFT_START: "left-start";
|
|
22
22
|
readonly LEFT_END: "left-end";
|
|
23
|
-
}, "TOP" | "BOTTOM">;
|
|
23
|
+
}, "TOP" | "TOP_START" | "TOP_END" | "BOTTOM" | "BOTTOM_START" | "BOTTOM_END">;
|
|
24
24
|
export declare class OdxDropdown extends PopoverHost {
|
|
25
25
|
#private;
|
|
26
|
+
fill: boolean;
|
|
27
|
+
offset: number;
|
|
26
28
|
matchReferenceWidth: boolean;
|
|
27
29
|
placement: DropdownPlacement;
|
|
28
30
|
get popoverPlacementOptions(): PopoverPlacementOptions;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { CustomElement } from '../../
|
|
1
|
+
import { CustomElement } from '../../main.js';
|
|
2
2
|
import { IsLocalized } from '../../i18n/main.js';
|
|
3
3
|
import { TemplateResult } from 'lit';
|
|
4
|
-
declare const BaseFormat_base: import('../../
|
|
4
|
+
declare const BaseFormat_base: import('../../main.js').Constructor<IsLocalized> & typeof CustomElement;
|
|
5
5
|
export declare abstract class BaseFormat<T> extends BaseFormat_base {
|
|
6
6
|
static styles: import('lit').CSSResult[];
|
|
7
7
|
abstract value?: T | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CanBeDisabled, CustomElement, ValuesOf } from '../../
|
|
1
|
+
import { CanBeDisabled, CustomElement, ValuesOf } from '../../main.js';
|
|
2
2
|
import { PropertyValues } from 'lit';
|
|
3
3
|
declare global {
|
|
4
4
|
interface HTMLElementTagNameMap {
|
|
@@ -23,7 +23,7 @@ export declare const HighlightVariant: Pick<{
|
|
|
23
23
|
readonly DANGER_SUBTLE: "danger-subtle";
|
|
24
24
|
readonly GHOST: "ghost";
|
|
25
25
|
}, "NEUTRAL" | "ACCENT" | "ACCENT_SUBTLE" | "DANGER" | "DANGER_SUBTLE">;
|
|
26
|
-
declare const OdxHighlight_base: import('../../
|
|
26
|
+
declare const OdxHighlight_base: import('../../main.js').Constructor<CanBeDisabled> & typeof CustomElement;
|
|
27
27
|
export declare class OdxHighlight extends OdxHighlight_base {
|
|
28
28
|
#private;
|
|
29
29
|
private static registry;
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
import { InteractiveLink } from '../../
|
|
1
|
+
import { InteractiveLink } from '../../main.js';
|
|
2
|
+
import { TemplateResult } from 'lit';
|
|
2
3
|
declare global {
|
|
3
4
|
interface HTMLElementTagNameMap {
|
|
4
5
|
'odx-link': OdxLink;
|
|
5
6
|
}
|
|
6
7
|
}
|
|
7
8
|
export declare class OdxLink extends InteractiveLink {
|
|
9
|
+
external: boolean;
|
|
8
10
|
strong: boolean;
|
|
9
11
|
subtle: boolean;
|
|
12
|
+
protected renderContent(): TemplateResult;
|
|
10
13
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CustomElement } from '../../
|
|
1
|
+
import { CustomElement, ExpandableItemManagerHost } from '../../main.js';
|
|
2
2
|
import { PropertyValues } from 'lit';
|
|
3
3
|
import { OdxListItem } from '../list-item/list-item.js';
|
|
4
4
|
declare global {
|
|
@@ -6,12 +6,12 @@ declare global {
|
|
|
6
6
|
'odx-list': OdxList;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
export declare class OdxList extends CustomElement {
|
|
9
|
+
export declare class OdxList extends CustomElement implements ExpandableItemManagerHost {
|
|
10
10
|
multiple: boolean;
|
|
11
11
|
muted: boolean;
|
|
12
12
|
constructor();
|
|
13
13
|
getItems(): OdxListItem[];
|
|
14
|
-
connectedCallback(): void;
|
|
15
14
|
toggleAll(state?: boolean, emitEvent?: boolean): void;
|
|
15
|
+
connectedCallback(): void;
|
|
16
16
|
protected updated(props: PropertyValues<this>): void;
|
|
17
17
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CanBeExpanded, InteractiveElement, ValuesOf } from '../../
|
|
1
|
+
import { CanBeExpanded, InteractiveElement, ValuesOf } from '../../main.js';
|
|
2
2
|
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
3
|
declare global {
|
|
4
4
|
interface HTMLElementTagNameMap {
|
|
@@ -14,7 +14,7 @@ export declare const ListItemSize: Pick<{
|
|
|
14
14
|
readonly XL: "xl";
|
|
15
15
|
readonly XXL: "xxl";
|
|
16
16
|
}, "MD" | "LG">;
|
|
17
|
-
declare const OdxListItem_base: import('../../
|
|
17
|
+
declare const OdxListItem_base: import('../../main.js').Constructor<CanBeExpanded> & typeof InteractiveElement;
|
|
18
18
|
export declare class OdxListItem extends OdxListItem_base {
|
|
19
19
|
#private;
|
|
20
20
|
region?: HTMLElementTagNameMap['odx-toggle-content'];
|
|
@@ -67,6 +67,7 @@ export * from './switch/switch.js';
|
|
|
67
67
|
export * from './tab-bar/tab-bar.js';
|
|
68
68
|
export * from './table/index.js';
|
|
69
69
|
export * from './text/text.js';
|
|
70
|
+
export * from './textarea/textarea.js';
|
|
70
71
|
export * from './tile/tile.js';
|
|
71
72
|
export * from './title/title.js';
|
|
72
73
|
export * from './toast/toast.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CanBeDisabled, CanBeExpanded, CustomElement } from '../../
|
|
1
|
+
import { CanBeDisabled, CanBeExpanded, CustomElement } from '../../main.js';
|
|
2
2
|
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
3
|
import { NavigationItemSize, OdxNavigationItem } from '../navigation-item/navigation-item.js';
|
|
4
4
|
declare global {
|
|
@@ -6,7 +6,7 @@ declare global {
|
|
|
6
6
|
'odx-navigation-item-group': OdxNavigationItemGroup;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
declare const OdxNavigationItemGroup_base: import('../../
|
|
9
|
+
declare const OdxNavigationItemGroup_base: import('../../main.js').Constructor<CanBeExpanded> & import('../../main.js').Constructor<CanBeDisabled> & typeof CustomElement;
|
|
10
10
|
export declare class OdxNavigationItemGroup extends OdxNavigationItemGroup_base {
|
|
11
11
|
active: boolean;
|
|
12
12
|
label: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CustomElement } from '../../
|
|
1
|
+
import { CustomElement } from '../../main.js';
|
|
2
2
|
import { IsLocalized } from '../../i18n/main.js';
|
|
3
3
|
import { PropertyValues, TemplateResult } from 'lit';
|
|
4
4
|
declare global {
|
|
@@ -6,7 +6,7 @@ declare global {
|
|
|
6
6
|
'odx-pagination': OdxPagination;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
declare const OdxPagination_base: import('../../
|
|
9
|
+
declare const OdxPagination_base: import('../../main.js').Constructor<IsLocalized> & typeof CustomElement;
|
|
10
10
|
export declare class OdxPagination extends OdxPagination_base {
|
|
11
11
|
compact: boolean;
|
|
12
12
|
page: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { CanBeDisabled, CustomElement, Placement, PopoverPlacementOptions } from '../../
|
|
1
|
+
import { CanBeDisabled, CustomElement, Placement, PopoverPlacementOptions } from '../../main.js';
|
|
2
2
|
import { PropertyValues } from 'lit';
|
|
3
3
|
import { OdxPopover } from './popover.js';
|
|
4
|
-
declare const PopoverHost_base: import('../../
|
|
4
|
+
declare const PopoverHost_base: import('../../main.js').Constructor<CanBeDisabled> & typeof CustomElement;
|
|
5
5
|
export declare class PopoverHost extends PopoverHost_base {
|
|
6
6
|
#private;
|
|
7
7
|
static readonly styles: import('lit').CSSResult;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CustomElement } from '../../
|
|
1
|
+
import { CustomElement } from '../../main.js';
|
|
2
2
|
import { IsLocalized } from '../../i18n/main.js';
|
|
3
3
|
import { PropertyValues, TemplateResult } from 'lit';
|
|
4
4
|
import { NavigationItemSize, OdxNavigationItem } from '../navigation-item/navigation-item.js';
|
|
@@ -8,7 +8,7 @@ declare global {
|
|
|
8
8
|
'odx-rail-navigation': OdxRailNavigation;
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
declare const OdxRailNavigation_base: import('../../
|
|
11
|
+
declare const OdxRailNavigation_base: import('../../main.js').Constructor<IsLocalized> & typeof CustomElement;
|
|
12
12
|
export declare class OdxRailNavigation extends OdxRailNavigation_base {
|
|
13
13
|
#private;
|
|
14
14
|
collapsed: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ValuesOf, CanBeDisabled, CustomElement } from '../../
|
|
1
|
+
import { ValuesOf, CanBeDisabled, CustomElement } from '../../main.js';
|
|
2
2
|
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
3
|
declare global {
|
|
4
4
|
interface HTMLElementTagNameMap {
|
|
@@ -21,7 +21,7 @@ export declare class SearchEvent extends CustomEvent<{
|
|
|
21
21
|
}> {
|
|
22
22
|
constructor(value: string, rawValue?: string);
|
|
23
23
|
}
|
|
24
|
-
declare const OdxSearchBar_base: import('../../
|
|
24
|
+
declare const OdxSearchBar_base: import('../../main.js').Constructor<CanBeDisabled> & typeof CustomElement;
|
|
25
25
|
export declare class OdxSearchBar extends OdxSearchBar_base {
|
|
26
26
|
#private;
|
|
27
27
|
private inputElement;
|