@viasat/beam-web-components-angular 2.17.0 → 2.19.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/fesm2022/viasat-beam-web-components-angular-src-lib-accordion-group.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-accordion.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-alert.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-avatar-group.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-avatar.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-badge-dot.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-badge.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-box.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-breadcrumbs-item.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-breadcrumbs.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-button.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-checkbox.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-close-button.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-divider.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-empty-state.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-helper-text.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-icon.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-link.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-list-item.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-list.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-progress-bar.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-segmented-control-item.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-segmented-control-list.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-segmented-control-panel.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-segmented-control.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-spinner.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-text.mjs +3 -3
- package/fesm2022/viasat-beam-web-components-angular-src-lib-tooltip.mjs +3 -3
- package/package.json +1 -1
|
@@ -23,10 +23,10 @@ class AccordionGroupComponent {
|
|
|
23
23
|
* @default false
|
|
24
24
|
*/
|
|
25
25
|
singleExpand = input(false, { transform: booleanAttribute });
|
|
26
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
27
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
26
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AccordionGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
27
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: AccordionGroupComponent, isStandalone: true, selector: "bm-ng-accordion-group", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, singleExpand: { classPropertyName: "singleExpand", publicName: "singleExpand", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-accordion-group\n [size]=\"size()\"\n [attr.singleExpand]=\"singleExpand() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-accordion-group>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
28
28
|
}
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AccordionGroupComponent, decorators: [{
|
|
30
30
|
type: Component,
|
|
31
31
|
args: [{ selector: 'bm-ng-accordion-group', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-accordion-group\n [size]=\"size()\"\n [attr.singleExpand]=\"singleExpand() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-accordion-group>\n", styles: [":host{display:block}\n"] }]
|
|
32
32
|
}] });
|
|
@@ -46,10 +46,10 @@ class AccordionComponent {
|
|
|
46
46
|
onBmToggle(event) {
|
|
47
47
|
this.bmToggle.emit(event);
|
|
48
48
|
}
|
|
49
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
50
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
49
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
50
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: AccordionComponent, isStandalone: true, selector: "bm-ng-accordion", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, heading: { classPropertyName: "heading", publicName: "heading", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null }, defaultOpen: { classPropertyName: "defaultOpen", publicName: "defaultOpen", isSignal: true, isRequired: false, transformFunction: null }, id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { bmToggle: "bmToggle" }, ngImport: i0, template: "<bm-accordion\n [size]=\"size()\"\n [heading]=\"heading()\"\n [attr.open]=\"open() ? '' : null\"\n [attr.defaultOpen]=\"defaultOpen() ? '' : null\"\n [id]=\"id()\"\n (bm-toggle)=\"onBmToggle($event)\"\n>\n <ng-content></ng-content>\n</bm-accordion>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
51
51
|
}
|
|
52
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
52
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AccordionComponent, decorators: [{
|
|
53
53
|
type: Component,
|
|
54
54
|
args: [{ selector: 'bm-ng-accordion', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-accordion\n [size]=\"size()\"\n [heading]=\"heading()\"\n [attr.open]=\"open() ? '' : null\"\n [attr.defaultOpen]=\"defaultOpen() ? '' : null\"\n [id]=\"id()\"\n (bm-toggle)=\"onBmToggle($event)\"\n>\n <ng-content></ng-content>\n</bm-accordion>\n", styles: [":host{display:block}\n"] }]
|
|
55
55
|
}] });
|
|
@@ -75,10 +75,10 @@ class AlertComponent {
|
|
|
75
75
|
onBmDismiss(event) {
|
|
76
76
|
this.bmDismiss.emit(event);
|
|
77
77
|
}
|
|
78
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
79
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
78
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
79
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: AlertComponent, isStandalone: true, selector: "bm-ng-alert", inputs: { heading: { classPropertyName: "heading", publicName: "heading", isSignal: true, isRequired: false, transformFunction: null }, body: { classPropertyName: "body", publicName: "body", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, fullWidth: { classPropertyName: "fullWidth", publicName: "fullWidth", isSignal: true, isRequired: false, transformFunction: null }, theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, hidden: { classPropertyName: "hidden", publicName: "hidden", isSignal: true, isRequired: false, transformFunction: null }, hideIcon: { classPropertyName: "hideIcon", publicName: "hideIcon", isSignal: true, isRequired: false, transformFunction: null }, dismissible: { classPropertyName: "dismissible", publicName: "dismissible", isSignal: true, isRequired: false, transformFunction: null }, disableAutoFocus: { classPropertyName: "disableAutoFocus", publicName: "disableAutoFocus", isSignal: true, isRequired: false, transformFunction: null }, disableCloseOnEscape: { classPropertyName: "disableCloseOnEscape", publicName: "disableCloseOnEscape", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { bmDismiss: "bmDismiss" }, ngImport: i0, template: "<bm-alert\n [heading]=\"heading()\"\n [body]=\"body()\"\n [size]=\"size()\"\n [attr.fullWidth]=\"fullWidth() ? '' : null\"\n [theme]=\"theme()\"\n [appearance]=\"appearance()\"\n [attr.hidden]=\"hidden() ? '' : null\"\n [attr.hideIcon]=\"hideIcon() ? '' : null\"\n [attr.dismissible]=\"dismissible() ? '' : null\"\n [attr.disableAutoFocus]=\"disableAutoFocus() ? '' : null\"\n [attr.disableCloseOnEscape]=\"disableCloseOnEscape() ? '' : null\"\n (bm-dismiss)=\"onBmDismiss($event)\"\n>\n <ng-content></ng-content>\n</bm-alert>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
80
80
|
}
|
|
81
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AlertComponent, decorators: [{
|
|
82
82
|
type: Component,
|
|
83
83
|
args: [{ selector: 'bm-ng-alert', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-alert\n [heading]=\"heading()\"\n [body]=\"body()\"\n [size]=\"size()\"\n [attr.fullWidth]=\"fullWidth() ? '' : null\"\n [theme]=\"theme()\"\n [appearance]=\"appearance()\"\n [attr.hidden]=\"hidden() ? '' : null\"\n [attr.hideIcon]=\"hideIcon() ? '' : null\"\n [attr.dismissible]=\"dismissible() ? '' : null\"\n [attr.disableAutoFocus]=\"disableAutoFocus() ? '' : null\"\n [attr.disableCloseOnEscape]=\"disableCloseOnEscape() ? '' : null\"\n (bm-dismiss)=\"onBmDismiss($event)\"\n>\n <ng-content></ng-content>\n</bm-alert>\n", styles: [":host{display:block}\n"] }]
|
|
84
84
|
}] });
|
|
@@ -33,10 +33,10 @@ class AvatarGroupComponent {
|
|
|
33
33
|
* @default 'stacked'
|
|
34
34
|
*/
|
|
35
35
|
layout = input('stacked');
|
|
36
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
37
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
36
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AvatarGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
37
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: AvatarGroupComponent, isStandalone: true, selector: "bm-ng-avatar-group", inputs: { wrapping: { classPropertyName: "wrapping", publicName: "wrapping", isSignal: true, isRequired: false, transformFunction: null }, maxCount: { classPropertyName: "maxCount", publicName: "maxCount", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, layout: { classPropertyName: "layout", publicName: "layout", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-avatar-group\n [attr.wrapping]=\"wrapping() ? '' : null\"\n [maxCount]=\"maxCount()\"\n [size]=\"size()\"\n [layout]=\"layout()\"\n>\n <ng-content></ng-content>\n</bm-avatar-group>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
38
38
|
}
|
|
39
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AvatarGroupComponent, decorators: [{
|
|
40
40
|
type: Component,
|
|
41
41
|
args: [{ selector: 'bm-ng-avatar-group', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-avatar-group\n [attr.wrapping]=\"wrapping() ? '' : null\"\n [maxCount]=\"maxCount()\"\n [size]=\"size()\"\n [layout]=\"layout()\"\n>\n <ng-content></ng-content>\n</bm-avatar-group>\n", styles: [":host{display:block}\n"] }]
|
|
42
42
|
}] });
|
|
@@ -59,10 +59,10 @@ class AvatarComponent {
|
|
|
59
59
|
* @default false
|
|
60
60
|
*/
|
|
61
61
|
withBorder = input(false, { transform: booleanAttribute });
|
|
62
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
63
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
62
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
63
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: AvatarComponent, isStandalone: true, selector: "bm-ng-avatar", inputs: { appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, src: { classPropertyName: "src", publicName: "src", isSignal: true, isRequired: false, transformFunction: null }, alt: { classPropertyName: "alt", publicName: "alt", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, shape: { classPropertyName: "shape", publicName: "shape", isSignal: true, isRequired: false, transformFunction: null }, isInteractive: { classPropertyName: "isInteractive", publicName: "isInteractive", isSignal: true, isRequired: false, transformFunction: null }, isFocusable: { classPropertyName: "isFocusable", publicName: "isFocusable", isSignal: true, isRequired: false, transformFunction: null }, withBorder: { classPropertyName: "withBorder", publicName: "withBorder", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-avatar\n [appearance]=\"appearance()\"\n [name]=\"name()\"\n [src]=\"src()\"\n [alt]=\"alt()\"\n [size]=\"size()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n [shape]=\"shape()\"\n [attr.isInteractive]=\"isInteractive() ? '' : null\"\n [attr.isFocusable]=\"isFocusable() ? '' : null\"\n [attr.withBorder]=\"withBorder() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-avatar>\n", styles: [":host{display:inline-flex}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
64
64
|
}
|
|
65
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
65
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AvatarComponent, decorators: [{
|
|
66
66
|
type: Component,
|
|
67
67
|
args: [{ selector: 'bm-ng-avatar', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-avatar\n [appearance]=\"appearance()\"\n [name]=\"name()\"\n [src]=\"src()\"\n [alt]=\"alt()\"\n [size]=\"size()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n [shape]=\"shape()\"\n [attr.isInteractive]=\"isInteractive() ? '' : null\"\n [attr.isFocusable]=\"isFocusable() ? '' : null\"\n [attr.withBorder]=\"withBorder() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-avatar>\n", styles: [":host{display:inline-flex}\n"] }]
|
|
68
68
|
}] });
|
|
@@ -31,10 +31,10 @@ class BadgeDotComponent {
|
|
|
31
31
|
* Overrides default dot color
|
|
32
32
|
*/
|
|
33
33
|
overrideDotColor = input();
|
|
34
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
35
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
34
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BadgeDotComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
35
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: BadgeDotComponent, isStandalone: true, selector: "bm-ng-badge-dot", inputs: { theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, overrideDotColor: { classPropertyName: "overrideDotColor", publicName: "overrideDotColor", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-badge-dot\n [theme]=\"theme()\"\n [appearance]=\"appearance()\"\n [emphasis]=\"emphasis()\"\n [overrideDotColor]=\"overrideDotColor()\"\n>\n <ng-content></ng-content>\n</bm-badge-dot>\n", styles: [":host{display:inline-flex}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
36
36
|
}
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BadgeDotComponent, decorators: [{
|
|
38
38
|
type: Component,
|
|
39
39
|
args: [{ selector: 'bm-ng-badge-dot', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-badge-dot\n [theme]=\"theme()\"\n [appearance]=\"appearance()\"\n [emphasis]=\"emphasis()\"\n [overrideDotColor]=\"overrideDotColor()\"\n>\n <ng-content></ng-content>\n</bm-badge-dot>\n", styles: [":host{display:inline-flex}\n"] }]
|
|
40
40
|
}] });
|
|
@@ -37,10 +37,10 @@ class BadgeComponent {
|
|
|
37
37
|
* Hides Badge icon
|
|
38
38
|
*/
|
|
39
39
|
hideIcon = input(false, { transform: booleanAttribute });
|
|
40
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
41
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
40
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
41
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: BadgeComponent, isStandalone: true, selector: "bm-ng-badge", inputs: { appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, hideIcon: { classPropertyName: "hideIcon", publicName: "hideIcon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-badge\n [appearance]=\"appearance()\"\n [theme]=\"theme()\"\n [size]=\"size()\"\n [emphasis]=\"emphasis()\"\n [attr.hideIcon]=\"hideIcon() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-badge>\n", styles: [":host{display:inline-flex}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
42
42
|
}
|
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BadgeComponent, decorators: [{
|
|
44
44
|
type: Component,
|
|
45
45
|
args: [{ selector: 'bm-ng-badge', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-badge\n [appearance]=\"appearance()\"\n [theme]=\"theme()\"\n [size]=\"size()\"\n [emphasis]=\"emphasis()\"\n [attr.hideIcon]=\"hideIcon() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-badge>\n", styles: [":host{display:inline-flex}\n"] }]
|
|
46
46
|
}] });
|
|
@@ -93,10 +93,10 @@ class BoxComponent {
|
|
|
93
93
|
* Specify if a Box has a shadow
|
|
94
94
|
*/
|
|
95
95
|
shadow = input();
|
|
96
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
97
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
96
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
97
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: BoxComponent, isStandalone: true, selector: "bm-ng-box", inputs: { backgroundColor: { classPropertyName: "backgroundColor", publicName: "backgroundColor", isSignal: true, isRequired: false, transformFunction: null }, borderColor: { classPropertyName: "borderColor", publicName: "borderColor", isSignal: true, isRequired: false, transformFunction: null }, borderWidth: { classPropertyName: "borderWidth", publicName: "borderWidth", isSignal: true, isRequired: false, transformFunction: null }, borderRadius: { classPropertyName: "borderRadius", publicName: "borderRadius", isSignal: true, isRequired: false, transformFunction: null }, px: { classPropertyName: "px", publicName: "px", isSignal: true, isRequired: false, transformFunction: null }, py: { classPropertyName: "py", publicName: "py", isSignal: true, isRequired: false, transformFunction: null }, pTop: { classPropertyName: "pTop", publicName: "pTop", isSignal: true, isRequired: false, transformFunction: null }, pBottom: { classPropertyName: "pBottom", publicName: "pBottom", isSignal: true, isRequired: false, transformFunction: null }, pBefore: { classPropertyName: "pBefore", publicName: "pBefore", isSignal: true, isRequired: false, transformFunction: null }, pAfter: { classPropertyName: "pAfter", publicName: "pAfter", isSignal: true, isRequired: false, transformFunction: null }, mx: { classPropertyName: "mx", publicName: "mx", isSignal: true, isRequired: false, transformFunction: null }, my: { classPropertyName: "my", publicName: "my", isSignal: true, isRequired: false, transformFunction: null }, mTop: { classPropertyName: "mTop", publicName: "mTop", isSignal: true, isRequired: false, transformFunction: null }, mBottom: { classPropertyName: "mBottom", publicName: "mBottom", isSignal: true, isRequired: false, transformFunction: null }, mBefore: { classPropertyName: "mBefore", publicName: "mBefore", isSignal: true, isRequired: false, transformFunction: null }, mAfter: { classPropertyName: "mAfter", publicName: "mAfter", isSignal: true, isRequired: false, transformFunction: null }, m: { classPropertyName: "m", publicName: "m", isSignal: true, isRequired: false, transformFunction: null }, p: { classPropertyName: "p", publicName: "p", isSignal: true, isRequired: false, transformFunction: null }, gap: { classPropertyName: "gap", publicName: "gap", isSignal: true, isRequired: false, transformFunction: null }, shadow: { classPropertyName: "shadow", publicName: "shadow", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-box\n [backgroundColor]=\"backgroundColor()\"\n [borderColor]=\"borderColor()\"\n [borderWidth]=\"borderWidth()\"\n [borderRadius]=\"borderRadius()\"\n [px]=\"px()\"\n [py]=\"py()\"\n [pTop]=\"pTop()\"\n [pBottom]=\"pBottom()\"\n [pBefore]=\"pBefore()\"\n [pAfter]=\"pAfter()\"\n [mx]=\"mx()\"\n [my]=\"my()\"\n [mTop]=\"mTop()\"\n [mBottom]=\"mBottom()\"\n [mBefore]=\"mBefore()\"\n [mAfter]=\"mAfter()\"\n [m]=\"m()\"\n [p]=\"p()\"\n [gap]=\"gap()\"\n [shadow]=\"shadow()\"\n>\n <ng-content></ng-content>\n</bm-box>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
98
98
|
}
|
|
99
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
99
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BoxComponent, decorators: [{
|
|
100
100
|
type: Component,
|
|
101
101
|
args: [{ selector: 'bm-ng-box', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-box\n [backgroundColor]=\"backgroundColor()\"\n [borderColor]=\"borderColor()\"\n [borderWidth]=\"borderWidth()\"\n [borderRadius]=\"borderRadius()\"\n [px]=\"px()\"\n [py]=\"py()\"\n [pTop]=\"pTop()\"\n [pBottom]=\"pBottom()\"\n [pBefore]=\"pBefore()\"\n [pAfter]=\"pAfter()\"\n [mx]=\"mx()\"\n [my]=\"my()\"\n [mTop]=\"mTop()\"\n [mBottom]=\"mBottom()\"\n [mBefore]=\"mBefore()\"\n [mAfter]=\"mAfter()\"\n [m]=\"m()\"\n [p]=\"p()\"\n [gap]=\"gap()\"\n [shadow]=\"shadow()\"\n>\n <ng-content></ng-content>\n</bm-box>\n", styles: [":host{display:block}\n"] }]
|
|
102
102
|
}] });
|
|
@@ -36,10 +36,10 @@ class BreadcrumbsItemComponent {
|
|
|
36
36
|
* @default false
|
|
37
37
|
*/
|
|
38
38
|
isCollapsed = input(false, { transform: booleanAttribute });
|
|
39
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
40
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
39
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BreadcrumbsItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
40
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: BreadcrumbsItemComponent, isStandalone: true, selector: "bm-ng-breadcrumb-item", inputs: { href: { classPropertyName: "href", publicName: "href", isSignal: true, isRequired: false, transformFunction: null }, clickable: { classPropertyName: "clickable", publicName: "clickable", isSignal: true, isRequired: false, transformFunction: null }, truncationWidth: { classPropertyName: "truncationWidth", publicName: "truncationWidth", isSignal: true, isRequired: false, transformFunction: null }, isCurrent: { classPropertyName: "isCurrent", publicName: "isCurrent", isSignal: true, isRequired: false, transformFunction: null }, isCollapsed: { classPropertyName: "isCollapsed", publicName: "isCollapsed", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-breadcrumb-item\n [href]=\"href()\"\n [attr.clickable]=\"clickable() ? '' : null\"\n [truncationWidth]=\"truncationWidth()\"\n [attr.isCurrent]=\"isCurrent() ? '' : null\"\n [attr.isCollapsed]=\"isCollapsed() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-breadcrumb-item>\n", styles: [":host{display:inline-flex}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
41
41
|
}
|
|
42
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
42
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BreadcrumbsItemComponent, decorators: [{
|
|
43
43
|
type: Component,
|
|
44
44
|
args: [{ selector: 'bm-ng-breadcrumb-item', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-breadcrumb-item\n [href]=\"href()\"\n [attr.clickable]=\"clickable() ? '' : null\"\n [truncationWidth]=\"truncationWidth()\"\n [attr.isCurrent]=\"isCurrent() ? '' : null\"\n [attr.isCollapsed]=\"isCollapsed() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-breadcrumb-item>\n", styles: [":host{display:inline-flex}\n"] }]
|
|
45
45
|
}] });
|
|
@@ -32,10 +32,10 @@ class BreadcrumbsComponent {
|
|
|
32
32
|
* Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent
|
|
33
33
|
*/
|
|
34
34
|
theme = input();
|
|
35
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
36
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
35
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
36
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: BreadcrumbsComponent, isStandalone: true, selector: "bm-ng-breadcrumb", inputs: { wrap: { classPropertyName: "wrap", publicName: "wrap", isSignal: true, isRequired: false, transformFunction: null }, itemsBeforeCollapse: { classPropertyName: "itemsBeforeCollapse", publicName: "itemsBeforeCollapse", isSignal: true, isRequired: false, transformFunction: null }, itemsAfterCollapse: { classPropertyName: "itemsAfterCollapse", publicName: "itemsAfterCollapse", isSignal: true, isRequired: false, transformFunction: null }, theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-breadcrumb\n [attr.wrap]=\"wrap() ? '' : null\"\n [itemsBeforeCollapse]=\"itemsBeforeCollapse()\"\n [itemsAfterCollapse]=\"itemsAfterCollapse()\"\n [theme]=\"theme()\"\n>\n <ng-content></ng-content>\n</bm-breadcrumb>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BreadcrumbsComponent, decorators: [{
|
|
39
39
|
type: Component,
|
|
40
40
|
args: [{ selector: 'bm-ng-breadcrumb', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-breadcrumb\n [attr.wrap]=\"wrap() ? '' : null\"\n [itemsBeforeCollapse]=\"itemsBeforeCollapse()\"\n [itemsAfterCollapse]=\"itemsAfterCollapse()\"\n [theme]=\"theme()\"\n>\n <ng-content></ng-content>\n</bm-breadcrumb>\n", styles: [":host{display:block}\n"] }]
|
|
41
41
|
}] });
|
|
@@ -60,10 +60,10 @@ class ButtonComponent {
|
|
|
60
60
|
* @default 'button'
|
|
61
61
|
*/
|
|
62
62
|
type = input('button');
|
|
63
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
64
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
63
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
64
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: ButtonComponent, isStandalone: true, selector: "bm-ng-button", inputs: { appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, kind: { classPropertyName: "kind", publicName: "kind", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, fluid: { classPropertyName: "fluid", publicName: "fluid", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null }, iconOnly: { classPropertyName: "iconOnly", publicName: "iconOnly", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-button\n [appearance]=\"appearance()\"\n [kind]=\"kind()\"\n [size]=\"size()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n [attr.fluid]=\"fluid() ? '' : null\"\n [width]=\"width()\"\n [height]=\"height()\"\n [theme]=\"theme()\"\n [attr.iconOnly]=\"iconOnly() ? '' : null\"\n [type]=\"type()\"\n>\n <ng-content></ng-content>\n</bm-button>\n", styles: [":host{display:inline-block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
65
65
|
}
|
|
66
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
66
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ButtonComponent, decorators: [{
|
|
67
67
|
type: Component,
|
|
68
68
|
args: [{ selector: 'bm-ng-button', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-button\n [appearance]=\"appearance()\"\n [kind]=\"kind()\"\n [size]=\"size()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n [attr.fluid]=\"fluid() ? '' : null\"\n [width]=\"width()\"\n [height]=\"height()\"\n [theme]=\"theme()\"\n [attr.iconOnly]=\"iconOnly() ? '' : null\"\n [type]=\"type()\"\n>\n <ng-content></ng-content>\n</bm-button>\n", styles: [":host{display:inline-block}\n"] }]
|
|
69
69
|
}] });
|
|
@@ -51,10 +51,10 @@ class CheckboxComponent {
|
|
|
51
51
|
* @default false
|
|
52
52
|
*/
|
|
53
53
|
checked = input(false, { transform: booleanAttribute });
|
|
54
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
55
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
54
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
55
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: CheckboxComponent, isStandalone: true, selector: "bm-ng-checkbox", inputs: { theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, error: { classPropertyName: "error", publicName: "error", isSignal: true, isRequired: false, transformFunction: null }, readOnly: { classPropertyName: "readOnly", publicName: "readOnly", isSignal: true, isRequired: false, transformFunction: null }, indeterminate: { classPropertyName: "indeterminate", publicName: "indeterminate", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, checked: { classPropertyName: "checked", publicName: "checked", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-checkbox\n [theme]=\"theme()\"\n [label]=\"label()\"\n [name]=\"name()\"\n [value]=\"value()\"\n [attr.error]=\"error() ? '' : null\"\n [attr.readOnly]=\"readOnly() ? '' : null\"\n [attr.indeterminate]=\"indeterminate() ? '' : null\"\n [attr.disabled]=\"disabled() ? '' : null\"\n [attr.checked]=\"checked() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-checkbox>\n", styles: [":host{display:inline-flex}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
56
56
|
}
|
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CheckboxComponent, decorators: [{
|
|
58
58
|
type: Component,
|
|
59
59
|
args: [{ selector: 'bm-ng-checkbox', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-checkbox\n [theme]=\"theme()\"\n [label]=\"label()\"\n [name]=\"name()\"\n [value]=\"value()\"\n [attr.error]=\"error() ? '' : null\"\n [attr.readOnly]=\"readOnly() ? '' : null\"\n [attr.indeterminate]=\"indeterminate() ? '' : null\"\n [attr.disabled]=\"disabled() ? '' : null\"\n [attr.checked]=\"checked() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-checkbox>\n", styles: [":host{display:inline-flex}\n"] }]
|
|
60
60
|
}] });
|
|
@@ -21,10 +21,10 @@ class CloseButtonComponent {
|
|
|
21
21
|
* @default false
|
|
22
22
|
*/
|
|
23
23
|
disabled = input(false, { transform: booleanAttribute });
|
|
24
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
25
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
24
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CloseButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
25
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: CloseButtonComponent, isStandalone: true, selector: "bm-ng-close-button", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-close-button\n [size]=\"size()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-close-button>\n", styles: [":host{display:inline-block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
26
26
|
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CloseButtonComponent, decorators: [{
|
|
28
28
|
type: Component,
|
|
29
29
|
args: [{ selector: 'bm-ng-close-button', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-close-button\n [size]=\"size()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-close-button>\n", styles: [":host{display:inline-block}\n"] }]
|
|
30
30
|
}] });
|
|
@@ -45,10 +45,10 @@ class DividerComponent {
|
|
|
45
45
|
* @default '0'
|
|
46
46
|
*/
|
|
47
47
|
inset = input('0');
|
|
48
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
49
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
48
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
49
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: DividerComponent, isStandalone: true, selector: "bm-ng-divider", inputs: { orientation: { classPropertyName: "orientation", publicName: "orientation", isSignal: true, isRequired: false, transformFunction: null }, borderColor: { classPropertyName: "borderColor", publicName: "borderColor", isSignal: true, isRequired: false, transformFunction: null }, borderWidth: { classPropertyName: "borderWidth", publicName: "borderWidth", isSignal: true, isRequired: false, transformFunction: null }, borderStyle: { classPropertyName: "borderStyle", publicName: "borderStyle", isSignal: true, isRequired: false, transformFunction: null }, alignContent: { classPropertyName: "alignContent", publicName: "alignContent", isSignal: true, isRequired: false, transformFunction: null }, length: { classPropertyName: "length", publicName: "length", isSignal: true, isRequired: false, transformFunction: null }, inset: { classPropertyName: "inset", publicName: "inset", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-divider\n [orientation]=\"orientation()\"\n [borderColor]=\"borderColor()\"\n [borderWidth]=\"borderWidth()\"\n [borderStyle]=\"borderStyle()\"\n [alignContent]=\"alignContent()\"\n [length]=\"length()\"\n [inset]=\"inset()\"\n>\n <ng-content></ng-content>\n</bm-divider>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
50
50
|
}
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DividerComponent, decorators: [{
|
|
52
52
|
type: Component,
|
|
53
53
|
args: [{ selector: 'bm-ng-divider', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-divider\n [orientation]=\"orientation()\"\n [borderColor]=\"borderColor()\"\n [borderWidth]=\"borderWidth()\"\n [borderStyle]=\"borderStyle()\"\n [alignContent]=\"alignContent()\"\n [length]=\"length()\"\n [inset]=\"inset()\"\n>\n <ng-content></ng-content>\n</bm-divider>\n", styles: [":host{display:block}\n"] }]
|
|
54
54
|
}] });
|
|
@@ -32,10 +32,10 @@ class EmptyStateComponent {
|
|
|
32
32
|
* Specify the theme of EmptyState. By default it inherits the theme from the parent
|
|
33
33
|
*/
|
|
34
34
|
theme = input();
|
|
35
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
36
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
35
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EmptyStateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
36
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: EmptyStateComponent, isStandalone: true, selector: "bm-ng-empty-state", inputs: { heading: { classPropertyName: "heading", publicName: "heading", isSignal: true, isRequired: false, transformFunction: null }, body: { classPropertyName: "body", publicName: "body", isSignal: true, isRequired: false, transformFunction: null }, actions: { classPropertyName: "actions", publicName: "actions", isSignal: true, isRequired: false, transformFunction: null }, theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-empty-state\n [heading]=\"heading()\"\n [body]=\"body()\"\n [actions]=\"actions()\"\n [theme]=\"theme()\"\n>\n <ng-content></ng-content>\n</bm-empty-state>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EmptyStateComponent, decorators: [{
|
|
39
39
|
type: Component,
|
|
40
40
|
args: [{ selector: 'bm-ng-empty-state', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-empty-state\n [heading]=\"heading()\"\n [body]=\"body()\"\n [actions]=\"actions()\"\n [theme]=\"theme()\"\n>\n <ng-content></ng-content>\n</bm-empty-state>\n", styles: [":host{display:block}\n"] }]
|
|
41
41
|
}] });
|
|
@@ -42,10 +42,10 @@ class HelperTextComponent {
|
|
|
42
42
|
* Specify the theme of the HelperText. By default it inherits the theme from the parent
|
|
43
43
|
*/
|
|
44
44
|
theme = input();
|
|
45
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
46
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
45
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HelperTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
46
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: HelperTextComponent, isStandalone: true, selector: "bm-ng-helper-text", inputs: { appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, hideIcon: { classPropertyName: "hideIcon", publicName: "hideIcon", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-helper-text\n [appearance]=\"appearance()\"\n [size]=\"size()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n [attr.hideIcon]=\"hideIcon() ? '' : null\"\n [text]=\"text()\"\n [theme]=\"theme()\"\n>\n <ng-content></ng-content>\n</bm-helper-text>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
47
47
|
}
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HelperTextComponent, decorators: [{
|
|
49
49
|
type: Component,
|
|
50
50
|
args: [{ selector: 'bm-ng-helper-text', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-helper-text\n [appearance]=\"appearance()\"\n [size]=\"size()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n [attr.hideIcon]=\"hideIcon() ? '' : null\"\n [text]=\"text()\"\n [theme]=\"theme()\"\n>\n <ng-content></ng-content>\n</bm-helper-text>\n", styles: [":host{display:block}\n"] }]
|
|
51
51
|
}] });
|
|
@@ -30,10 +30,10 @@ class IconComponent {
|
|
|
30
30
|
* Specify a custom color for the Icon
|
|
31
31
|
*/
|
|
32
32
|
customIconColor = input();
|
|
33
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
34
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
33
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
34
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: IconComponent, isStandalone: true, selector: "bm-ng-icon", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, customIconSize: { classPropertyName: "customIconSize", publicName: "customIconSize", isSignal: true, isRequired: false, transformFunction: null }, customIconColor: { classPropertyName: "customIconColor", publicName: "customIconColor", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-icon\n [color]=\"color()\"\n [size]=\"size()\"\n [customIconSize]=\"customIconSize()\"\n [customIconColor]=\"customIconColor()\"\n>\n <ng-content></ng-content>\n</bm-icon>\n", styles: [":host{display:inline-block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IconComponent, decorators: [{
|
|
37
37
|
type: Component,
|
|
38
38
|
args: [{ selector: 'bm-ng-icon', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-icon\n [color]=\"color()\"\n [size]=\"size()\"\n [customIconSize]=\"customIconSize()\"\n [customIconColor]=\"customIconColor()\"\n>\n <ng-content></ng-content>\n</bm-icon>\n", styles: [":host{display:inline-block}\n"] }]
|
|
39
39
|
}] });
|
|
@@ -49,10 +49,10 @@ class LinkComponent {
|
|
|
49
49
|
* @default false
|
|
50
50
|
*/
|
|
51
51
|
hideUnderline = input(false, { transform: booleanAttribute });
|
|
52
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
53
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
52
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
53
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: LinkComponent, isStandalone: true, selector: "bm-ng-link", inputs: { appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, bold: { classPropertyName: "bold", publicName: "bold", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, href: { classPropertyName: "href", publicName: "href", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, hideUnderline: { classPropertyName: "hideUnderline", publicName: "hideUnderline", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-link\n [appearance]=\"appearance()\"\n [attr.bold]=\"bold() ? '' : null\"\n [size]=\"size()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n [href]=\"href()\"\n [text]=\"text()\"\n [attr.hideUnderline]=\"hideUnderline() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-link>\n", styles: [":host{display:inline-flex}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
54
54
|
}
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LinkComponent, decorators: [{
|
|
56
56
|
type: Component,
|
|
57
57
|
args: [{ selector: 'bm-ng-link', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-link\n [appearance]=\"appearance()\"\n [attr.bold]=\"bold() ? '' : null\"\n [size]=\"size()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n [href]=\"href()\"\n [text]=\"text()\"\n [attr.hideUnderline]=\"hideUnderline() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-link>\n", styles: [":host{display:inline-flex}\n"] }]
|
|
58
58
|
}] });
|
|
@@ -14,10 +14,10 @@ import '@viasat/beam-web-components/List';
|
|
|
14
14
|
* @slot default - Specify the text for List.Item
|
|
15
15
|
*/
|
|
16
16
|
class ListItemComponent {
|
|
17
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
18
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
17
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ListItemComponent, isStandalone: true, selector: "bm-ng-list-item", ngImport: i0, template: "<bm-list-item>\n <ng-content></ng-content>\n</bm-list-item>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
19
19
|
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListItemComponent, decorators: [{
|
|
21
21
|
type: Component,
|
|
22
22
|
args: [{ selector: 'bm-ng-list-item', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-list-item>\n <ng-content></ng-content>\n</bm-list-item>\n", styles: [":host{display:block}\n"] }]
|
|
23
23
|
}] });
|
|
@@ -34,10 +34,10 @@ class ListComponent {
|
|
|
34
34
|
* @default true
|
|
35
35
|
*/
|
|
36
36
|
indent = input(true, { transform: booleanAttribute });
|
|
37
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
38
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
37
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
38
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: ListComponent, isStandalone: true, selector: "bm-ng-list", inputs: { kind: { classPropertyName: "kind", publicName: "kind", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, density: { classPropertyName: "density", publicName: "density", isSignal: true, isRequired: false, transformFunction: null }, indent: { classPropertyName: "indent", publicName: "indent", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-list\n [kind]=\"kind()\"\n [size]=\"size()\"\n [density]=\"density()\"\n [attr.indent]=\"indent() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-list>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
39
39
|
}
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListComponent, decorators: [{
|
|
41
41
|
type: Component,
|
|
42
42
|
args: [{ selector: 'bm-ng-list', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-list\n [kind]=\"kind()\"\n [size]=\"size()\"\n [density]=\"density()\"\n [attr.indent]=\"indent() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-list>\n", styles: [":host{display:block}\n"] }]
|
|
43
43
|
}] });
|
|
@@ -46,10 +46,10 @@ class ProgressBarComponent {
|
|
|
46
46
|
* Specify the aria-label for the ProgressBar
|
|
47
47
|
*/
|
|
48
48
|
progressbarAriaLabel = input();
|
|
49
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
50
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
49
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProgressBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
50
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: ProgressBarComponent, isStandalone: true, selector: "bm-ng-progress-bar", inputs: { state: { classPropertyName: "state", publicName: "state", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, helperText: { classPropertyName: "helperText", publicName: "helperText", isSignal: true, isRequired: false, transformFunction: null }, fullWidth: { classPropertyName: "fullWidth", publicName: "fullWidth", isSignal: true, isRequired: false, transformFunction: null }, theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, progressbarAriaLabel: { classPropertyName: "progressbarAriaLabel", publicName: "progressbarAriaLabel", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-progress-bar\n [state]=\"state()\"\n [size]=\"size()\"\n [label]=\"label()\"\n [helperText]=\"helperText()\"\n [attr.fullWidth]=\"fullWidth() ? '' : null\"\n [theme]=\"theme()\"\n [value]=\"value()\"\n [progressbarAriaLabel]=\"progressbarAriaLabel()\"\n>\n <ng-content></ng-content>\n</bm-progress-bar>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
51
51
|
}
|
|
52
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
52
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProgressBarComponent, decorators: [{
|
|
53
53
|
type: Component,
|
|
54
54
|
args: [{ selector: 'bm-ng-progress-bar', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-progress-bar\n [state]=\"state()\"\n [size]=\"size()\"\n [label]=\"label()\"\n [helperText]=\"helperText()\"\n [attr.fullWidth]=\"fullWidth() ? '' : null\"\n [theme]=\"theme()\"\n [value]=\"value()\"\n [progressbarAriaLabel]=\"progressbarAriaLabel()\"\n>\n <ng-content></ng-content>\n</bm-progress-bar>\n", styles: [":host{display:block}\n"] }]
|
|
55
55
|
}] });
|
|
@@ -31,10 +31,10 @@ class SegmentedControlItemComponent {
|
|
|
31
31
|
onBmSelected(event) {
|
|
32
32
|
this.bmSelected.emit(event);
|
|
33
33
|
}
|
|
34
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
35
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
34
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SegmentedControlItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
35
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: SegmentedControlItemComponent, isStandalone: true, selector: "bm-ng-segmented-control-item", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { bmSelected: "bmSelected" }, ngImport: i0, template: "<bm-segmented-control-item\n [value]=\"value()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n (bm-selected)=\"onBmSelected($event)\"\n>\n <ng-content></ng-content>\n</bm-segmented-control-item>\n", styles: [":host{display:inline}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
36
36
|
}
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SegmentedControlItemComponent, decorators: [{
|
|
38
38
|
type: Component,
|
|
39
39
|
args: [{ selector: 'bm-ng-segmented-control-item', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-segmented-control-item\n [value]=\"value()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n (bm-selected)=\"onBmSelected($event)\"\n>\n <ng-content></ng-content>\n</bm-segmented-control-item>\n", styles: [":host{display:inline}\n"] }]
|
|
40
40
|
}] });
|
|
@@ -20,10 +20,10 @@ class SegmentedControlListComponent {
|
|
|
20
20
|
onBmSelected(event) {
|
|
21
21
|
this.bmSelected.emit(event);
|
|
22
22
|
}
|
|
23
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
24
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
23
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SegmentedControlListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: SegmentedControlListComponent, isStandalone: true, selector: "bm-ng-segmented-control-list", outputs: { bmSelected: "bmSelected" }, ngImport: i0, template: "<bm-segmented-control-list\n (bm-selected)=\"onBmSelected($event)\"\n>\n <ng-content></ng-content>\n</bm-segmented-control-list>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
25
25
|
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SegmentedControlListComponent, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{ selector: 'bm-ng-segmented-control-list', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-segmented-control-list\n (bm-selected)=\"onBmSelected($event)\"\n>\n <ng-content></ng-content>\n</bm-segmented-control-list>\n", styles: [":host{display:block}\n"] }]
|
|
29
29
|
}] });
|
|
@@ -18,10 +18,10 @@ class SegmentedControlPanelComponent {
|
|
|
18
18
|
* @default ''
|
|
19
19
|
*/
|
|
20
20
|
value = input('');
|
|
21
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
21
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SegmentedControlPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: SegmentedControlPanelComponent, isStandalone: true, selector: "bm-ng-segmented-control-panel", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-segmented-control-panel\n [value]=\"value()\"\n>\n <ng-content></ng-content>\n</bm-segmented-control-panel>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
23
23
|
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SegmentedControlPanelComponent, decorators: [{
|
|
25
25
|
type: Component,
|
|
26
26
|
args: [{ selector: 'bm-ng-segmented-control-panel', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-segmented-control-panel\n [value]=\"value()\"\n>\n <ng-content></ng-content>\n</bm-segmented-control-panel>\n", styles: [":host{display:block}\n"] }]
|
|
27
27
|
}] });
|
|
@@ -37,10 +37,10 @@ class SegmentedControlComponent {
|
|
|
37
37
|
onBmChange(event) {
|
|
38
38
|
this.bmChange.emit(event);
|
|
39
39
|
}
|
|
40
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
41
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
40
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SegmentedControlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
41
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: SegmentedControlComponent, isStandalone: true, selector: "bm-ng-segmented-control", inputs: { disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, initialSelection: { classPropertyName: "initialSelection", publicName: "initialSelection", isSignal: true, isRequired: false, transformFunction: null }, fluid: { classPropertyName: "fluid", publicName: "fluid", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { bmChange: "bmChange" }, ngImport: i0, template: "<bm-segmented-control\n [attr.disabled]=\"disabled() ? '' : null\"\n [size]=\"size()\"\n [initialSelection]=\"initialSelection()\"\n [attr.fluid]=\"fluid() ? '' : null\"\n (bm-change)=\"onBmChange($event)\"\n>\n <ng-content></ng-content>\n</bm-segmented-control>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
42
42
|
}
|
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SegmentedControlComponent, decorators: [{
|
|
44
44
|
type: Component,
|
|
45
45
|
args: [{ selector: 'bm-ng-segmented-control', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-segmented-control\n [attr.disabled]=\"disabled() ? '' : null\"\n [size]=\"size()\"\n [initialSelection]=\"initialSelection()\"\n [attr.fluid]=\"fluid() ? '' : null\"\n (bm-change)=\"onBmChange($event)\"\n>\n <ng-content></ng-content>\n</bm-segmented-control>\n", styles: [":host{display:block}\n"] }]
|
|
46
46
|
}] });
|
|
@@ -39,10 +39,10 @@ class SpinnerComponent {
|
|
|
39
39
|
* Specify the theme of the Spinner. By default it inherits the theme from the parent
|
|
40
40
|
*/
|
|
41
41
|
theme = input();
|
|
42
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
43
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
42
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: SpinnerComponent, isStandalone: true, selector: "bm-ng-spinner", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, showPercentage: { classPropertyName: "showPercentage", publicName: "showPercentage", isSignal: true, isRequired: false, transformFunction: null }, heading: { classPropertyName: "heading", publicName: "heading", isSignal: true, isRequired: false, transformFunction: null }, body: { classPropertyName: "body", publicName: "body", isSignal: true, isRequired: false, transformFunction: null }, theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-spinner\n [size]=\"size()\"\n [value]=\"value()\"\n [attr.showPercentage]=\"showPercentage() ? '' : null\"\n [heading]=\"heading()\"\n [body]=\"body()\"\n [theme]=\"theme()\"\n>\n <ng-content></ng-content>\n</bm-spinner>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
44
44
|
}
|
|
45
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SpinnerComponent, decorators: [{
|
|
46
46
|
type: Component,
|
|
47
47
|
args: [{ selector: 'bm-ng-spinner', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-spinner\n [size]=\"size()\"\n [value]=\"value()\"\n [attr.showPercentage]=\"showPercentage() ? '' : null\"\n [heading]=\"heading()\"\n [body]=\"body()\"\n [theme]=\"theme()\"\n>\n <ng-content></ng-content>\n</bm-spinner>\n", styles: [":host{display:block}\n"] }]
|
|
48
48
|
}] });
|
|
@@ -73,10 +73,10 @@ class TextComponent {
|
|
|
73
73
|
* @default false
|
|
74
74
|
*/
|
|
75
75
|
italic = input(false, { transform: booleanAttribute });
|
|
76
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
77
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
76
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
77
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: TextComponent, isStandalone: true, selector: "bm-ng-text", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null }, kind: { classPropertyName: "kind", publicName: "kind", isSignal: true, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, wordBreak: { classPropertyName: "wordBreak", publicName: "wordBreak", isSignal: true, isRequired: false, transformFunction: null }, alignment: { classPropertyName: "alignment", publicName: "alignment", isSignal: true, isRequired: false, transformFunction: null }, bold: { classPropertyName: "bold", publicName: "bold", isSignal: true, isRequired: false, transformFunction: null }, block: { classPropertyName: "block", publicName: "block", isSignal: true, isRequired: false, transformFunction: null }, truncate: { classPropertyName: "truncate", publicName: "truncate", isSignal: true, isRequired: false, transformFunction: null }, compact: { classPropertyName: "compact", publicName: "compact", isSignal: true, isRequired: false, transformFunction: null }, strikethrough: { classPropertyName: "strikethrough", publicName: "strikethrough", isSignal: true, isRequired: false, transformFunction: null }, underline: { classPropertyName: "underline", publicName: "underline", isSignal: true, isRequired: false, transformFunction: null }, italic: { classPropertyName: "italic", publicName: "italic", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bm-text\n [text]=\"text()\"\n [theme]=\"theme()\"\n [kind]=\"kind()\"\n [color]=\"color()\"\n [wordBreak]=\"wordBreak()\"\n [alignment]=\"alignment()\"\n [attr.bold]=\"bold() ? '' : null\"\n [attr.block]=\"block() ? '' : null\"\n [attr.truncate]=\"truncate() ? '' : null\"\n [attr.compact]=\"compact() ? '' : null\"\n [attr.strikethrough]=\"strikethrough() ? '' : null\"\n [attr.underline]=\"underline() ? '' : null\"\n [attr.italic]=\"italic() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-text>\n", styles: [":host{display:inline}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
78
78
|
}
|
|
79
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
79
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TextComponent, decorators: [{
|
|
80
80
|
type: Component,
|
|
81
81
|
args: [{ selector: 'bm-ng-text', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-text\n [text]=\"text()\"\n [theme]=\"theme()\"\n [kind]=\"kind()\"\n [color]=\"color()\"\n [wordBreak]=\"wordBreak()\"\n [alignment]=\"alignment()\"\n [attr.bold]=\"bold() ? '' : null\"\n [attr.block]=\"block() ? '' : null\"\n [attr.truncate]=\"truncate() ? '' : null\"\n [attr.compact]=\"compact() ? '' : null\"\n [attr.strikethrough]=\"strikethrough() ? '' : null\"\n [attr.underline]=\"underline() ? '' : null\"\n [attr.italic]=\"italic() ? '' : null\"\n>\n <ng-content></ng-content>\n</bm-text>\n", styles: [":host{display:inline}\n"] }]
|
|
82
82
|
}] });
|
|
@@ -104,10 +104,10 @@ class TooltipComponent {
|
|
|
104
104
|
onBmToggle(event) {
|
|
105
105
|
this.bmToggle.emit(event);
|
|
106
106
|
}
|
|
107
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
108
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
107
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
108
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.20", type: TooltipComponent, isStandalone: true, selector: "bm-ng-tooltip", inputs: { theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null }, hideArrow: { classPropertyName: "hideArrow", publicName: "hideArrow", isSignal: true, isRequired: false, transformFunction: null }, placement: { classPropertyName: "placement", publicName: "placement", isSignal: true, isRequired: false, transformFunction: null }, autoPlacement: { classPropertyName: "autoPlacement", publicName: "autoPlacement", isSignal: true, isRequired: false, transformFunction: null }, flip: { classPropertyName: "flip", publicName: "flip", isSignal: true, isRequired: false, transformFunction: null }, shift: { classPropertyName: "shift", publicName: "shift", isSignal: true, isRequired: false, transformFunction: null }, autoHiding: { classPropertyName: "autoHiding", publicName: "autoHiding", isSignal: true, isRequired: false, transformFunction: null }, middleware: { classPropertyName: "middleware", publicName: "middleware", isSignal: true, isRequired: false, transformFunction: null }, defaultOpen: { classPropertyName: "defaultOpen", publicName: "defaultOpen", isSignal: true, isRequired: false, transformFunction: null }, showDelay: { classPropertyName: "showDelay", publicName: "showDelay", isSignal: true, isRequired: false, transformFunction: null }, popoverAPI: { classPropertyName: "popoverAPI", publicName: "popoverAPI", isSignal: true, isRequired: false, transformFunction: null }, disableAutoAria: { classPropertyName: "disableAutoAria", publicName: "disableAutoAria", isSignal: true, isRequired: false, transformFunction: null }, autoDescribedById: { classPropertyName: "autoDescribedById", publicName: "autoDescribedById", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, triggerSize: { classPropertyName: "triggerSize", publicName: "triggerSize", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { bmToggle: "bmToggle" }, ngImport: i0, template: "<bm-tooltip\n [theme]=\"theme()\"\n [attr.open]=\"open() ? '' : null\"\n [attr.hideArrow]=\"hideArrow() ? '' : null\"\n [placement]=\"placement()\"\n [autoPlacement]=\"autoPlacement()\"\n [flip]=\"flip()\"\n [shift]=\"shift()\"\n [autoHiding]=\"autoHiding()\"\n [middleware]=\"middleware()\"\n [attr.defaultOpen]=\"defaultOpen() ? '' : null\"\n [showDelay]=\"showDelay()\"\n [attr.popoverAPI]=\"popoverAPI() ? '' : null\"\n [attr.disableAutoAria]=\"disableAutoAria() ? '' : null\"\n [autoDescribedById]=\"autoDescribedById()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n [triggerSize]=\"triggerSize()\"\n (bm-toggle)=\"onBmToggle($event)\"\n>\n <ng-content></ng-content>\n</bm-tooltip>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
109
109
|
}
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TooltipComponent, decorators: [{
|
|
111
111
|
type: Component,
|
|
112
112
|
args: [{ selector: 'bm-ng-tooltip', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<bm-tooltip\n [theme]=\"theme()\"\n [attr.open]=\"open() ? '' : null\"\n [attr.hideArrow]=\"hideArrow() ? '' : null\"\n [placement]=\"placement()\"\n [autoPlacement]=\"autoPlacement()\"\n [flip]=\"flip()\"\n [shift]=\"shift()\"\n [autoHiding]=\"autoHiding()\"\n [middleware]=\"middleware()\"\n [attr.defaultOpen]=\"defaultOpen() ? '' : null\"\n [showDelay]=\"showDelay()\"\n [attr.popoverAPI]=\"popoverAPI() ? '' : null\"\n [attr.disableAutoAria]=\"disableAutoAria() ? '' : null\"\n [autoDescribedById]=\"autoDescribedById()\"\n [attr.disabled]=\"disabled() ? '' : null\"\n [triggerSize]=\"triggerSize()\"\n (bm-toggle)=\"onBmToggle($event)\"\n>\n <ng-content></ng-content>\n</bm-tooltip>\n", styles: [":host{display:block}\n"] }]
|
|
113
113
|
}] });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viasat/beam-web-components-angular",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.19.0",
|
|
4
4
|
"description": "Angular wrapper components for Beam web components, providing type-safe Angular bindings with two-way binding support",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Viasat",
|