@momentum-ui/web-components 2.10.5 → 2.10.6
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/chunks/md-15.js +3 -3
- package/dist/chunks/md-16.js +1 -1
- package/dist/chunks/md-17.js +1 -1
- package/dist/chunks/md-23.js +1 -1
- package/dist/chunks/md-29.js +1 -1
- package/dist/chunks/md-30.js +1 -1
- package/dist/chunks/md-36.js +1 -1
- package/dist/chunks/md-37.js +1 -1
- package/dist/chunks/md-39.js +1 -1
- package/dist/chunks/md-40.js +1 -1
- package/dist/chunks/md-42.js +1 -1
- package/dist/chunks/md-45.js +1 -1
- package/dist/chunks/md-48.js +1 -1
- package/dist/chunks/md-49.js +1 -1
- package/dist/chunks/md-5.js +1 -1
- package/dist/chunks/md-50.js +1 -1
- package/dist/chunks/md-52.js +1 -1
- package/dist/chunks/md-53.js +1 -1
- package/dist/chunks/md-56.js +8 -8
- package/dist/chunks/md-60.js +1 -1
- package/dist/chunks/md-62.js +1 -1
- package/dist/chunks/md-63.js +5 -5
- package/dist/chunks/md-64.js +1 -1
- package/dist/chunks/md-65.js +1 -1
- package/dist/chunks/md-66.js +1 -1
- package/dist/chunks/md-67.js +1 -1
- package/dist/chunks/md-68.js +1 -1
- package/dist/chunks/md-69.js +1 -1
- package/dist/chunks/md-7.js +1 -1
- package/dist/chunks/md-71.js +3 -4
- package/dist/chunks/md-72.js +1 -1
- package/dist/chunks/md-73.js +1 -1
- package/dist/chunks/md-74.js +1 -1
- package/dist/chunks/md-76.js +1 -1
- package/dist/chunks/md-78.js +1 -1
- package/dist/chunks/md-79.js +1 -1
- package/dist/chunks/md-81.js +1 -1
- package/dist/chunks/md-82.js +1 -1
- package/dist/chunks/md-83.js +1 -1
- package/dist/comp/md-accordion-item-entry.js +1 -1
- package/dist/comp/md-activity-button-entry.js +1 -1
- package/dist/comp/md-alert-banner-entry.js +1 -1
- package/dist/comp/md-alert-entry.js +1 -1
- package/dist/comp/md-audio-player-entry.js +1 -1
- package/dist/comp/md-avatar-entry.js +1 -1
- package/dist/comp/md-badge-entry.js +1 -1
- package/dist/comp/md-breadcrumb-entry.js +1 -1
- package/dist/comp/md-button-entry.js +1 -1
- package/dist/comp/md-card-entry.js +1 -1
- package/dist/comp/md-chat-message-entry.js +1 -1
- package/dist/comp/md-chip-entry.js +1 -1
- package/dist/comp/md-coachmark-entry.js +1 -1
- package/dist/comp/md-combobox-entry.js +1 -1
- package/dist/comp/md-date-range-picker-entry.js +1 -1
- package/dist/comp/md-date-time-picker-entry.js +1 -1
- package/dist/comp/md-datepicker-calendar-entry.js +1 -1
- package/dist/comp/md-datepicker-day-entry.js +1 -1
- package/dist/comp/md-datepicker-entry.js +1 -1
- package/dist/comp/md-datepicker-month-entry.js +1 -1
- package/dist/comp/md-datepicker-week-entry.js +1 -1
- package/dist/comp/md-draggable-item-entry.js +1 -1
- package/dist/comp/md-dropdown-entry.js +1 -1
- package/dist/comp/md-editable-field-entry.js +1 -1
- package/dist/comp/md-favorite-entry.js +1 -1
- package/dist/comp/md-floating-minimize-entry.js +1 -1
- package/dist/comp/md-floating-modal-entry.js +1 -1
- package/dist/comp/md-form-entry.js +1 -1
- package/dist/comp/md-icon-entry.js +1 -1
- package/dist/comp/md-input-entry.js +1 -1
- package/dist/comp/md-input-file.js +1 -1
- package/dist/comp/md-link-entry.js +1 -1
- package/dist/comp/md-meeting-alert-entry.js +1 -1
- package/dist/comp/md-menu-entry.js +1 -1
- package/dist/comp/md-menu-item-entry.js +1 -1
- package/dist/comp/md-menu-overlay-entry.js +1 -1
- package/dist/comp/md-modal-entry.js +1 -1
- package/dist/comp/md-pagination-entry.js +1 -1
- package/dist/comp/md-phone-input-entry.js +1 -1
- package/dist/comp/md-radio-entry.js +1 -1
- package/dist/comp/md-slider-entry.js +1 -1
- package/dist/comp/md-tab-entry.js +1 -1
- package/dist/comp/md-table-advanced-entry.js +1 -1
- package/dist/comp/md-table-entry.js +1 -1
- package/dist/comp/md-tabs-entry.js +1 -1
- package/dist/comp/md-task-item-entry.js +1 -1
- package/dist/comp/md-timepicker-entry.js +1 -1
- package/dist/index-entry.js +1 -1
- package/dist/types/components/chip/Chip.d.ts +5 -0
- package/dist/types/components/combobox/ComboBox.d.ts +1 -1
- package/dist/types/components/menu-overlay/MenuOverlay.d.ts +1 -0
- package/dist/types/components/modal/Modal.d.ts +0 -1
- package/package.json +1 -1
|
@@ -9,8 +9,10 @@ import { LitElement, PropertyValues } from "lit-element";
|
|
|
9
9
|
import "@/components/icon/Icon";
|
|
10
10
|
import "@/components/progress-bar/ProgressBar";
|
|
11
11
|
import "@/components/tooltip/Tooltip";
|
|
12
|
+
export declare const tooltipPlacement: readonly ["auto", "auto-start", "auto-end", "left-start", "left", "left-end", "right-start", "right", "right-end", "top-start", "top", "top-end", "bottom-start", "bottom", "bottom-end"];
|
|
12
13
|
export declare namespace Chip {
|
|
13
14
|
type Role = "group" | "option";
|
|
15
|
+
type Placement = typeof tooltipPlacement[number];
|
|
14
16
|
class ELEMENT extends LitElement {
|
|
15
17
|
color: string;
|
|
16
18
|
bgColor: string;
|
|
@@ -26,6 +28,8 @@ export declare namespace Chip {
|
|
|
26
28
|
disabled: boolean;
|
|
27
29
|
determinateProgress: number;
|
|
28
30
|
indeterminateProgress: boolean;
|
|
31
|
+
tooltipText: string;
|
|
32
|
+
tooltipPlacement: Chip.Placement;
|
|
29
33
|
value: string;
|
|
30
34
|
private textOverflow;
|
|
31
35
|
private renderedText;
|
|
@@ -49,6 +53,7 @@ export declare namespace Chip {
|
|
|
49
53
|
static get styles(): import("lit-element").CSSResult[];
|
|
50
54
|
protected loadingTemplate(): {};
|
|
51
55
|
protected iconTemplate(): {};
|
|
56
|
+
getToolTipContent(): string;
|
|
52
57
|
render(): import("lit-element").TemplateResult;
|
|
53
58
|
}
|
|
54
59
|
}
|
|
@@ -165,7 +165,7 @@ export declare namespace ComboBox {
|
|
|
165
165
|
checkForVirtualScroll(): boolean;
|
|
166
166
|
rangeChanged(): void;
|
|
167
167
|
getCustomErrorContent(): DocumentFragment;
|
|
168
|
-
getCustomContent(option: string | OptionMember):
|
|
168
|
+
getCustomContent(option: string | OptionMember): import("lit-element").TemplateResult | DocumentFragment;
|
|
169
169
|
renderGroupLabelHeader(option: OptionMember, optionIndex: number): import("lit-element").TemplateResult;
|
|
170
170
|
renderWithoutVirtualScroll(): import("lit-html").DirectiveFn;
|
|
171
171
|
highlightingSearchedText(option: OptionMember | string): import("lit-element").TemplateResult[];
|