@viasat/beam-web-components 2.62.0 → 2.64.0
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/Accordion/Accordion.d.ts +1 -1
- package/Accordion/AccordionGroup.d.ts +1 -1
- package/Alert/Alert.d.ts +1 -1
- package/Avatar/Avatar.d.ts +1 -1
- package/Avatar/AvatarGroup.d.ts +1 -1
- package/Badge/Badge.d.ts +1 -1
- package/BadgeDot/BadgeDot.d.ts +1 -1
- package/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/Breadcrumbs/BreadcrumbsItem.d.ts +1 -1
- package/Button/Button.d.ts +1 -1
- package/CloseButton/CloseButton.d.ts +1 -1
- package/EmptyState/EmptyState.d.ts +1 -1
- package/HelperText/HelperText.d.ts +1 -1
- package/Icon/Icon.d.ts +1 -1
- package/InputChoiceGroup/InputChoiceGroup.d.ts +1 -1
- package/Label/Label.d.ts +1 -1
- package/Link/Link.d.ts +1 -1
- package/List/List.d.ts +1 -1
- package/List/ListItem.d.ts +1 -1
- package/ProgressBar/ProgressBar.d.ts +1 -1
- package/SegmentedControl/SegmentedControl.d.ts +1 -1
- package/SegmentedControl/SegmentedControlItem.d.ts +1 -1
- package/SegmentedControl/SegmentedControlList.d.ts +1 -1
- package/SegmentedControl/SegmentedControlPanel.d.ts +1 -1
- package/Spinner/Spinner.d.ts +1 -1
- package/Text/Text.d.ts +1 -1
- package/Tooltip/Tooltip.d.ts +2 -2
- package/custom-elements.json +592 -583
- package/local/wip/Form/Form.decorator.js +55 -54
- package/package.json +6 -6
- package/vscode.html-custom-data.json +134 -134
- package/wip/Checkbox/Checkbox.d.ts +1 -1
- package/wip/FileUpload/FileUpload.Button.d.ts +1 -1
- package/wip/FileUpload/FileUpload.Dropzone.d.ts +1 -1
- package/wip/FileUpload/FileUpload.List.Item.d.ts +1 -1
- package/wip/FileUpload/FileUpload.List.d.ts +1 -1
- package/wip/FileUpload/FileUpload.d.ts +2 -2
- package/wip/Form/Form.d.ts +2 -2
- package/wip/Form/Form.decorator.d.ts +2 -2
- package/wip/Form/Form.decorator.js +53 -52
- package/wip/RadioButton/RadioButton.d.ts +2 -2
- package/wip/Switch/Switch.d.ts +2 -2
- package/wip/TextArea/TextArea.d.ts +1 -1
package/Accordion/Accordion.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ export declare class BmAccordion extends LitElement {
|
|
|
46
46
|
private handleToggle;
|
|
47
47
|
private dispatchToggleEvent;
|
|
48
48
|
private handleKeyDown;
|
|
49
|
-
render(): import('lit
|
|
49
|
+
render(): import('lit').TemplateResult<1>;
|
|
50
50
|
}
|
|
51
51
|
declare global {
|
|
52
52
|
interface HTMLElementTagNameMap {
|
|
@@ -23,7 +23,7 @@ export declare class BmAccordionGroup extends LitElement {
|
|
|
23
23
|
disconnectedCallback(): void;
|
|
24
24
|
handleAccordionToggle: (event: CustomEvent) => void;
|
|
25
25
|
willUpdate(changedProperties: PropertyValues): void;
|
|
26
|
-
render(): import('lit
|
|
26
|
+
render(): import('lit').TemplateResult<1>;
|
|
27
27
|
}
|
|
28
28
|
declare global {
|
|
29
29
|
interface HTMLElementTagNameMap {
|
package/Alert/Alert.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ export declare class BmAlert extends LitElement {
|
|
|
54
54
|
disconnectedCallback(): void;
|
|
55
55
|
firstUpdated(): void;
|
|
56
56
|
updated(changed: PropertyValues<this>): void;
|
|
57
|
-
render(): typeof nothing | import('lit
|
|
57
|
+
render(): typeof nothing | import('lit').TemplateResult<1>;
|
|
58
58
|
}
|
|
59
59
|
declare global {
|
|
60
60
|
interface HTMLElementTagNameMap {
|
package/Avatar/Avatar.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ export declare class BmAvatar extends LitElement {
|
|
|
50
50
|
private group?;
|
|
51
51
|
connectedCallback(): void;
|
|
52
52
|
disconnectedCallback(): void;
|
|
53
|
-
render(): import('lit
|
|
53
|
+
render(): import('lit').TemplateResult<1>;
|
|
54
54
|
}
|
|
55
55
|
declare global {
|
|
56
56
|
interface HTMLElementTagNameMap {
|
package/Avatar/AvatarGroup.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare class BmAvatarGroup extends LitElement {
|
|
|
33
33
|
firstUpdated(): void;
|
|
34
34
|
updated(): void;
|
|
35
35
|
disconnectedCallback(): void;
|
|
36
|
-
render(): import('lit
|
|
36
|
+
render(): import('lit').TemplateResult<1>;
|
|
37
37
|
}
|
|
38
38
|
declare global {
|
|
39
39
|
interface HTMLElementTagNameMap {
|
package/Badge/Badge.d.ts
CHANGED
package/BadgeDot/BadgeDot.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export declare class BmBadgeDot extends LitElement {
|
|
|
28
28
|
* Overrides default dot color
|
|
29
29
|
*/
|
|
30
30
|
overrideDotColor?: string;
|
|
31
|
-
render(): import('lit
|
|
31
|
+
render(): import('lit').TemplateResult<1>;
|
|
32
32
|
}
|
|
33
33
|
declare global {
|
|
34
34
|
interface HTMLElementTagNameMap {
|
|
@@ -28,7 +28,7 @@ export declare class BmBreadcrumbs extends LitElement {
|
|
|
28
28
|
private groupCtx;
|
|
29
29
|
static styles: import('lit').CSSResult;
|
|
30
30
|
protected updated(): void;
|
|
31
|
-
render(): import('lit
|
|
31
|
+
render(): import('lit').TemplateResult<1>;
|
|
32
32
|
}
|
|
33
33
|
declare global {
|
|
34
34
|
interface HTMLElementTagNameMap {
|
|
@@ -29,7 +29,7 @@ export declare class BmBreadcrumbsItem extends LitElement {
|
|
|
29
29
|
private group?;
|
|
30
30
|
connectedCallback(): void;
|
|
31
31
|
disconnectedCallback(): void;
|
|
32
|
-
render(): import('lit
|
|
32
|
+
render(): import('lit').TemplateResult<1>;
|
|
33
33
|
}
|
|
34
34
|
declare global {
|
|
35
35
|
interface HTMLElementTagNameMap {
|
package/Button/Button.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ export declare class BmButton extends LitElement {
|
|
|
63
63
|
iconBefore: string;
|
|
64
64
|
iconAfter: string;
|
|
65
65
|
};
|
|
66
|
-
render(): import('lit
|
|
66
|
+
render(): import('lit').TemplateResult<1>;
|
|
67
67
|
}
|
|
68
68
|
declare global {
|
|
69
69
|
interface HTMLElementTagNameMap {
|
|
@@ -15,7 +15,7 @@ export declare class BmCloseButton extends LitElement {
|
|
|
15
15
|
* @default false
|
|
16
16
|
*/
|
|
17
17
|
disabled: boolean;
|
|
18
|
-
render(): import('lit
|
|
18
|
+
render(): import('lit').TemplateResult<1>;
|
|
19
19
|
}
|
|
20
20
|
declare global {
|
|
21
21
|
interface HTMLElementTagNameMap {
|
|
@@ -26,7 +26,7 @@ export declare class BmEmptyState extends LitElement {
|
|
|
26
26
|
* Specify the theme of EmptyState. By default it inherits the theme from the parent
|
|
27
27
|
*/
|
|
28
28
|
theme?: ThemeTypes;
|
|
29
|
-
render(): import('lit
|
|
29
|
+
render(): import('lit').TemplateResult<1>;
|
|
30
30
|
}
|
|
31
31
|
declare global {
|
|
32
32
|
interface HTMLElementTagNameMap {
|
|
@@ -35,7 +35,7 @@ export declare class BmHelperText extends LitElement {
|
|
|
35
35
|
*/
|
|
36
36
|
theme: Optional<ThemeTypes>;
|
|
37
37
|
static styles: import('lit').CSSResult;
|
|
38
|
-
render(): import('lit
|
|
38
|
+
render(): import('lit').TemplateResult<1>;
|
|
39
39
|
}
|
|
40
40
|
declare global {
|
|
41
41
|
interface HTMLElementTagNameMap {
|
package/Icon/Icon.d.ts
CHANGED
|
@@ -82,6 +82,6 @@ export declare class InputChoiceGroup extends FormField {
|
|
|
82
82
|
protected handleClick(_event: MouseEvent): void;
|
|
83
83
|
protected getOrientation(): "horizontal" | "vertical";
|
|
84
84
|
protected isFluid(): boolean;
|
|
85
|
-
render(): import('lit
|
|
85
|
+
render(): import('lit').TemplateResult<1>;
|
|
86
86
|
}
|
|
87
87
|
//# sourceMappingURL=InputChoiceGroup.d.ts.map
|
package/Label/Label.d.ts
CHANGED
|
@@ -58,7 +58,7 @@ export declare class BmLabel extends LitElement {
|
|
|
58
58
|
private get hasOptionalSlot();
|
|
59
59
|
private get hasTooltipSlot();
|
|
60
60
|
private get hasOptional();
|
|
61
|
-
render(): import('lit
|
|
61
|
+
render(): import('lit').TemplateResult<1>;
|
|
62
62
|
}
|
|
63
63
|
declare global {
|
|
64
64
|
interface HTMLElementTagNameMap {
|
package/Link/Link.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ export declare class BmLink extends LitElement {
|
|
|
38
38
|
* Specify if Link displays with an underline
|
|
39
39
|
*/
|
|
40
40
|
hideUnderline: boolean;
|
|
41
|
-
render(): import('lit
|
|
41
|
+
render(): import('lit').TemplateResult<1>;
|
|
42
42
|
}
|
|
43
43
|
declare global {
|
|
44
44
|
interface HTMLElementTagNameMap {
|
package/List/List.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare class BmList extends LitElement {
|
|
|
33
33
|
indent?: boolean;
|
|
34
34
|
updated(): void;
|
|
35
35
|
nested: boolean;
|
|
36
|
-
render(): import('lit
|
|
36
|
+
render(): import('lit').TemplateResult<1>;
|
|
37
37
|
}
|
|
38
38
|
declare global {
|
|
39
39
|
interface HTMLElementTagNameMap {
|
package/List/ListItem.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export declare class BmListItem extends LitElement {
|
|
|
13
13
|
private _listComponents;
|
|
14
14
|
private _hasList;
|
|
15
15
|
updated(): void;
|
|
16
|
-
render(): import('lit
|
|
16
|
+
render(): import('lit').TemplateResult<1>;
|
|
17
17
|
}
|
|
18
18
|
declare global {
|
|
19
19
|
interface HTMLElementTagNameMap {
|
|
@@ -42,7 +42,7 @@ export declare class BmProgressBar extends LitElement {
|
|
|
42
42
|
* Specify the aria-label for the ProgressBar
|
|
43
43
|
*/
|
|
44
44
|
progressbarAriaLabel?: string;
|
|
45
|
-
render(): import('lit
|
|
45
|
+
render(): import('lit').TemplateResult<1>;
|
|
46
46
|
}
|
|
47
47
|
declare global {
|
|
48
48
|
interface HTMLElementTagNameMap {
|
|
@@ -32,7 +32,7 @@ export declare class BmSegmentedControl extends LitElement {
|
|
|
32
32
|
constructor();
|
|
33
33
|
firstUpdated(): void;
|
|
34
34
|
willUpdate(changedProperties: PropertyValues): void;
|
|
35
|
-
render(): import('lit
|
|
35
|
+
render(): import('lit').TemplateResult<1>;
|
|
36
36
|
}
|
|
37
37
|
declare global {
|
|
38
38
|
interface HTMLElementTagNameMap {
|
|
@@ -43,7 +43,7 @@ export declare class BmSegmentedControlItem extends BmSegmentedControlItem_base
|
|
|
43
43
|
private findNextEnabledItem;
|
|
44
44
|
private dispatchItemSelectedEvent;
|
|
45
45
|
private getClassName;
|
|
46
|
-
render(): import('lit
|
|
46
|
+
render(): import('lit').TemplateResult<1>;
|
|
47
47
|
}
|
|
48
48
|
declare global {
|
|
49
49
|
interface HTMLElementTagNameMap {
|
|
@@ -13,7 +13,7 @@ export declare class BmSegmentedControlList extends LitElement {
|
|
|
13
13
|
* Necessary for initializing the controlItems array and setting the initial selected value
|
|
14
14
|
*/
|
|
15
15
|
private _handleSlotChange;
|
|
16
|
-
render(): import('lit
|
|
16
|
+
render(): import('lit').TemplateResult<1>;
|
|
17
17
|
}
|
|
18
18
|
declare global {
|
|
19
19
|
interface HTMLElementTagNameMap {
|
|
@@ -11,7 +11,7 @@ export declare class BmSegmentedControlPanel extends LitElement {
|
|
|
11
11
|
*/
|
|
12
12
|
value: string;
|
|
13
13
|
segmentedControlContext: SegmentedControlContext | undefined;
|
|
14
|
-
render(): import('lit
|
|
14
|
+
render(): import('lit').TemplateResult<1>;
|
|
15
15
|
}
|
|
16
16
|
declare global {
|
|
17
17
|
interface HTMLElementTagNameMap {
|
package/Spinner/Spinner.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export declare class BmSpinner extends LitElement {
|
|
|
40
40
|
theme?: ThemeTypes;
|
|
41
41
|
private headingSlot;
|
|
42
42
|
private bodySlot;
|
|
43
|
-
render(): import('lit
|
|
43
|
+
render(): import('lit').TemplateResult<1>;
|
|
44
44
|
}
|
|
45
45
|
declare global {
|
|
46
46
|
interface HTMLElementTagNameMap {
|
package/Text/Text.d.ts
CHANGED
|
@@ -74,7 +74,7 @@ export declare class BmText extends LitElement {
|
|
|
74
74
|
*/
|
|
75
75
|
italic: boolean;
|
|
76
76
|
protected getClassNames(): string;
|
|
77
|
-
render(): import('lit
|
|
77
|
+
render(): import('lit').TemplateResult;
|
|
78
78
|
}
|
|
79
79
|
declare global {
|
|
80
80
|
interface HTMLElementTagNameMap {
|
package/Tooltip/Tooltip.d.ts
CHANGED
|
@@ -114,7 +114,7 @@ export declare class BmTooltip extends BmTooltip_base {
|
|
|
114
114
|
triggerSize: TooltipTriggerSize;
|
|
115
115
|
constructor();
|
|
116
116
|
willUpdate(changedProperties: PropertyValues<this>): void;
|
|
117
|
-
render(): import('lit
|
|
117
|
+
render(): import('lit').TemplateResult<1>;
|
|
118
118
|
}
|
|
119
119
|
export declare class BmTooltipIconTrigger extends LitElement {
|
|
120
120
|
static styles: CSSResultGroup;
|
|
@@ -126,7 +126,7 @@ export declare class BmTooltipIconTrigger extends LitElement {
|
|
|
126
126
|
* Prevent the trigger from being interacted with
|
|
127
127
|
*/
|
|
128
128
|
disabled: boolean;
|
|
129
|
-
render(): import('lit
|
|
129
|
+
render(): import('lit').TemplateResult<1>;
|
|
130
130
|
}
|
|
131
131
|
declare global {
|
|
132
132
|
interface HTMLElementTagNameMap {
|