@momentum-ui/web-components 2.14.11 → 2.14.12
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.
|
@@ -188,7 +188,7 @@ export declare namespace ComboBox {
|
|
|
188
188
|
checkForVirtualScroll(): boolean;
|
|
189
189
|
rangeChanged(): void;
|
|
190
190
|
getCustomErrorContent(): DocumentFragment;
|
|
191
|
-
getCustomContent(option: string | OptionMember): import("lit-element").TemplateResult
|
|
191
|
+
getCustomContent(option: string | OptionMember): DocumentFragment | import("lit-element").TemplateResult;
|
|
192
192
|
renderGroupLabelHeader(option: OptionMember, optionIndex: number): import("lit-element").TemplateResult;
|
|
193
193
|
renderWithoutVirtualScroll(): import("lit-html").DirectiveFn;
|
|
194
194
|
highlightingSearchedText(option: OptionMember | string): import("lit-element").TemplateResult[];
|
|
@@ -37,7 +37,7 @@ export declare namespace TimePicker {
|
|
|
37
37
|
handleTimeBlur(event: CustomEvent, unit: TimePicker.TimeUnit): void;
|
|
38
38
|
static get styles(): import("lit-element").CSSResult[];
|
|
39
39
|
formatTimeUnit: (unit: TimePicker.TimeUnit) => void;
|
|
40
|
-
messageType: (isValid: boolean) => "" | "
|
|
40
|
+
messageType: (isValid: boolean) => "error" | "";
|
|
41
41
|
generateTimeBox: (unit: TimePicker.TimeUnit) => import("lit-element").TemplateResult;
|
|
42
42
|
generateAmPmComboBox: () => import("lit-element").TemplateResult;
|
|
43
43
|
render(): import("lit-element").TemplateResult;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@momentum-ui/web-components",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.12",
|
|
4
4
|
"author": "Yana Harris",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "https://github.com/momentum-design/momentum-ui.git",
|
|
@@ -35,9 +35,7 @@
|
|
|
35
35
|
"@momentum-ui/tokens": "1.7.1",
|
|
36
36
|
"@momentum-ui/utils": "6.2.15",
|
|
37
37
|
"lit-element": "2.3.1",
|
|
38
|
-
"lit-html": "^1.2.1"
|
|
39
|
-
"@types/express": "5.0.0",
|
|
40
|
-
"@types/express-serve-static-core": "5.0.0"
|
|
38
|
+
"lit-html": "^1.2.1"
|
|
41
39
|
},
|
|
42
40
|
"publishConfig": {
|
|
43
41
|
"registry": "https://registry.npmjs.org"
|