@baloise/ds-angular 17.4.0-snapshot.1609-d2bcc38d3 → 17.4.1
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/components/bal-checkbox-group.d.ts +1 -1
- package/components/bal-checkbox.d.ts +1 -1
- package/components/bal-date.d.ts +1 -1
- package/components/bal-dropdown.d.ts +1 -1
- package/components/bal-file-upload.d.ts +1 -1
- package/components/bal-input-date.d.ts +1 -1
- package/components/bal-input-slider.d.ts +1 -1
- package/components/bal-input-stepper.d.ts +1 -1
- package/components/bal-input.d.ts +1 -1
- package/components/bal-number-input.d.ts +1 -1
- package/components/bal-radio-group.d.ts +1 -1
- package/components/bal-segment.d.ts +1 -1
- package/components/bal-select.d.ts +1 -1
- package/components/bal-textarea.d.ts +1 -1
- package/components/bal-time-input.d.ts +1 -1
- package/esm2020/components/bal-checkbox-group.mjs +55 -0
- package/esm2020/components/bal-checkbox.mjs +59 -0
- package/esm2020/components/bal-date.mjs +55 -0
- package/esm2020/components/bal-dropdown.mjs +61 -0
- package/esm2020/components/bal-file-upload.mjs +55 -0
- package/esm2020/components/bal-input-date.mjs +55 -0
- package/esm2020/components/bal-input-slider.mjs +55 -0
- package/esm2020/components/bal-input-stepper.mjs +60 -0
- package/esm2020/components/bal-input.mjs +55 -0
- package/esm2020/components/bal-number-input.mjs +60 -0
- package/esm2020/components/bal-radio-group.mjs +55 -0
- package/esm2020/components/bal-segment.mjs +59 -0
- package/esm2020/components/bal-select.mjs +55 -0
- package/esm2020/components/bal-textarea.mjs +55 -0
- package/esm2020/components/bal-time-input.mjs +55 -0
- package/{esm2022 → esm2020}/directives/error.component.mjs +6 -6
- package/{esm2022 → esm2020}/directives/focus.directive.mjs +4 -4
- package/esm2020/generated/proxies.mjs +2878 -0
- package/{esm2022 → esm2020}/generated/value-accessor.mjs +5 -5
- package/{esm2022 → esm2020}/providers/modal.service.mjs +6 -6
- package/{esm2022 → esm2020}/providers/snackbar.service.mjs +6 -6
- package/{esm2022 → esm2020}/providers/toast.service.mjs +6 -6
- package/fesm2015/baloise-ds-angular.mjs +4146 -0
- package/fesm2015/baloise-ds-angular.mjs.map +1 -0
- package/{fesm2022 → fesm2020}/baloise-ds-angular.mjs +493 -493
- package/{fesm2022 → fesm2020}/baloise-ds-angular.mjs.map +1 -1
- package/generated/proxies.d.ts +84 -84
- package/package.json +16 -10
- package/esm2022/components/bal-checkbox-group.mjs +0 -55
- package/esm2022/components/bal-checkbox.mjs +0 -59
- package/esm2022/components/bal-date.mjs +0 -55
- package/esm2022/components/bal-dropdown.mjs +0 -61
- package/esm2022/components/bal-file-upload.mjs +0 -55
- package/esm2022/components/bal-input-date.mjs +0 -55
- package/esm2022/components/bal-input-slider.mjs +0 -55
- package/esm2022/components/bal-input-stepper.mjs +0 -60
- package/esm2022/components/bal-input.mjs +0 -55
- package/esm2022/components/bal-number-input.mjs +0 -60
- package/esm2022/components/bal-radio-group.mjs +0 -55
- package/esm2022/components/bal-segment.mjs +0 -59
- package/esm2022/components/bal-select.mjs +0 -55
- package/esm2022/components/bal-textarea.mjs +0 -55
- package/esm2022/components/bal-time-input.mjs +0 -55
- package/esm2022/generated/proxies.mjs +0 -2878
- /package/{esm2022 → esm2020}/app-initialize.mjs +0 -0
- /package/{esm2022 → esm2020}/baloise-ds-angular.mjs +0 -0
- /package/{esm2022 → esm2020}/bundles.mjs +0 -0
- /package/{esm2022 → esm2020}/components/index.mjs +0 -0
- /package/{esm2022 → esm2020}/generated/angular-component-lib/utils.mjs +0 -0
- /package/{esm2022 → esm2020}/generated/meta.mjs +0 -0
- /package/{esm2022 → esm2020}/index.mjs +0 -0
- /package/{esm2022 → esm2020}/provide.mjs +0 -0
package/generated/proxies.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export declare class BalAccordion {
|
|
|
14
14
|
protected el: HTMLElement;
|
|
15
15
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalAccordion, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalAccordion, "bal-accordion", never, { "active":
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalAccordion, "bal-accordion", never, { "active": "active"; "card": "card"; "closeIcon": "closeIcon"; "closeLabel": "closeLabel"; "debounce": "debounce"; "openIcon": "openIcon"; "openLabel": "openLabel"; }, { "balChange": "balChange"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
|
|
18
18
|
}
|
|
19
19
|
export declare interface BalAccordionDetails extends Components.BalAccordionDetails {
|
|
20
20
|
}
|
|
@@ -32,7 +32,7 @@ export declare class BalAccordionSummary {
|
|
|
32
32
|
protected el: HTMLElement;
|
|
33
33
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalAccordionSummary, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalAccordionSummary, "bal-accordion-summary", never, { "trigger":
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalAccordionSummary, "bal-accordion-summary", never, { "trigger": "trigger"; }, {}, never, ["*"], true, never>;
|
|
36
36
|
}
|
|
37
37
|
export declare interface BalAccordionTrigger extends Components.BalAccordionTrigger {
|
|
38
38
|
}
|
|
@@ -41,7 +41,7 @@ export declare class BalAccordionTrigger {
|
|
|
41
41
|
protected el: HTMLElement;
|
|
42
42
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalAccordionTrigger, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalAccordionTrigger, "bal-accordion-trigger", never, { "button":
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalAccordionTrigger, "bal-accordion-trigger", never, { "button": "button"; "closeIcon": "closeIcon"; "closeLabel": "closeLabel"; "color": "color"; "expanded": "expanded"; "openIcon": "openIcon"; "openLabel": "openLabel"; "size": "size"; }, {}, never, ["*"], true, never>;
|
|
45
45
|
}
|
|
46
46
|
export declare interface BalApp extends Components.BalApp {
|
|
47
47
|
}
|
|
@@ -50,7 +50,7 @@ export declare class BalApp {
|
|
|
50
50
|
protected el: HTMLElement;
|
|
51
51
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalApp, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalApp, "bal-app", never, { "animated":
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalApp, "bal-app", never, { "animated": "animated"; }, {}, never, ["*"], true, never>;
|
|
54
54
|
}
|
|
55
55
|
export declare interface BalBadge extends Components.BalBadge {
|
|
56
56
|
}
|
|
@@ -59,7 +59,7 @@ export declare class BalBadge {
|
|
|
59
59
|
protected el: HTMLElement;
|
|
60
60
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalBadge, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalBadge, "bal-badge", never, { "color":
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalBadge, "bal-badge", never, { "color": "color"; "icon": "icon"; "position": "position"; "size": "size"; }, {}, never, ["*"], true, never>;
|
|
63
63
|
}
|
|
64
64
|
export declare interface BalButton extends Components.BalButton {
|
|
65
65
|
}
|
|
@@ -76,7 +76,7 @@ export declare class BalButton {
|
|
|
76
76
|
protected el: HTMLElement;
|
|
77
77
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
78
78
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalButton, never>;
|
|
79
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalButton, "bal-button", never, { "aria":
|
|
79
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalButton, "bal-button", never, { "aria": "aria"; "balPopup": "balPopup"; "color": "color"; "disabled": "disabled"; "download": "download"; "elementType": "elementType"; "expanded": "expanded"; "flat": "flat"; "href": "href"; "icon": "icon"; "iconRight": "iconRight"; "iconTurn": "iconTurn"; "inverted": "inverted"; "isActive": "isActive"; "loading": "loading"; "name": "name"; "noWrap": "noWrap"; "outlined": "outlined"; "rel": "rel"; "rounded": "rounded"; "shadow": "shadow"; "size": "size"; "square": "square"; "target": "target"; "value": "value"; }, { "balNavigate": "balNavigate"; "balFocus": "balFocus"; "balBlur": "balBlur"; "balDidRender": "balDidRender"; }, never, ["*"], true, never>;
|
|
80
80
|
}
|
|
81
81
|
export declare interface BalButtonGroup extends Components.BalButtonGroup {
|
|
82
82
|
}
|
|
@@ -85,7 +85,7 @@ export declare class BalButtonGroup {
|
|
|
85
85
|
protected el: HTMLElement;
|
|
86
86
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
87
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalButtonGroup, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalButtonGroup, "bal-button-group", never, { "direction":
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalButtonGroup, "bal-button-group", never, { "direction": "direction"; "position": "position"; "reverse": "reverse"; }, {}, never, ["*"], true, never>;
|
|
89
89
|
}
|
|
90
90
|
export declare interface BalCard extends Components.BalCard {
|
|
91
91
|
}
|
|
@@ -94,7 +94,7 @@ export declare class BalCard {
|
|
|
94
94
|
protected el: HTMLElement;
|
|
95
95
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
96
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalCard, never>;
|
|
97
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalCard, "bal-card", never, { "border":
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalCard, "bal-card", never, { "border": "border"; "clickable": "clickable"; "color": "color"; "flat": "flat"; "fullheight": "fullheight"; "inverted": "inverted"; "selected": "selected"; "space": "space"; "square": "square"; }, {}, never, ["*"], true, never>;
|
|
98
98
|
}
|
|
99
99
|
export declare interface BalCardActions extends Components.BalCardActions {
|
|
100
100
|
}
|
|
@@ -103,7 +103,7 @@ export declare class BalCardActions {
|
|
|
103
103
|
protected el: HTMLElement;
|
|
104
104
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
105
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalCardActions, never>;
|
|
106
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalCardActions, "bal-card-actions", never, { "position":
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalCardActions, "bal-card-actions", never, { "position": "position"; }, {}, never, ["*"], true, never>;
|
|
107
107
|
}
|
|
108
108
|
export declare interface BalCardButton extends Components.BalCardButton {
|
|
109
109
|
}
|
|
@@ -112,7 +112,7 @@ export declare class BalCardButton {
|
|
|
112
112
|
protected el: HTMLElement;
|
|
113
113
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
114
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalCardButton, never>;
|
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalCardButton, "bal-card-button", never, { "disabled":
|
|
115
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalCardButton, "bal-card-button", never, { "disabled": "disabled"; "elementType": "elementType"; "href": "href"; "icon": "icon"; "iconRight": "iconRight"; "loading": "loading"; "target": "target"; }, {}, never, ["*"], true, never>;
|
|
116
116
|
}
|
|
117
117
|
export declare interface BalCardContent extends Components.BalCardContent {
|
|
118
118
|
}
|
|
@@ -130,7 +130,7 @@ export declare class BalCardSubtitle {
|
|
|
130
130
|
protected el: HTMLElement;
|
|
131
131
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
132
132
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalCardSubtitle, never>;
|
|
133
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalCardSubtitle, "bal-card-subtitle", never, { "bold":
|
|
133
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalCardSubtitle, "bal-card-subtitle", never, { "bold": "bold"; "color": "color"; "inverted": "inverted"; }, {}, never, ["*"], true, never>;
|
|
134
134
|
}
|
|
135
135
|
export declare interface BalCardTitle extends Components.BalCardTitle {
|
|
136
136
|
}
|
|
@@ -139,7 +139,7 @@ export declare class BalCardTitle {
|
|
|
139
139
|
protected el: HTMLElement;
|
|
140
140
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
141
141
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalCardTitle, never>;
|
|
142
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalCardTitle, "bal-card-title", never, { "inverted":
|
|
142
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalCardTitle, "bal-card-title", never, { "inverted": "inverted"; }, {}, never, ["*"], true, never>;
|
|
143
143
|
}
|
|
144
144
|
export declare interface BalCarousel extends Components.BalCarousel {
|
|
145
145
|
}
|
|
@@ -150,7 +150,7 @@ export declare class BalCarousel {
|
|
|
150
150
|
protected el: HTMLElement;
|
|
151
151
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
152
152
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalCarousel, never>;
|
|
153
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalCarousel, "bal-carousel", never, { "aspectRatio":
|
|
153
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalCarousel, "bal-carousel", never, { "aspectRatio": "aspectRatio"; "border": "border"; "controls": "controls"; "controlsOverflow": "controlsOverflow"; "controlsSticky": "controlsSticky"; "fullHeight": "fullHeight"; "htmlRole": "htmlRole"; "interface": "interface"; "inverted": "inverted"; "itemsPerView": "itemsPerView"; "scrollY": "scrollY"; "space": "space"; "steps": "steps"; "value": "value"; }, { "balChange": "balChange"; }, never, ["*"], true, never>;
|
|
154
154
|
}
|
|
155
155
|
export declare interface BalCarouselItem extends Components.BalCarouselItem {
|
|
156
156
|
}
|
|
@@ -165,7 +165,7 @@ export declare class BalCarouselItem {
|
|
|
165
165
|
protected el: HTMLElement;
|
|
166
166
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
167
167
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalCarouselItem, never>;
|
|
168
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalCarouselItem, "bal-carousel-item", never, { "color":
|
|
168
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalCarouselItem, "bal-carousel-item", never, { "color": "color"; "download": "download"; "elementType": "elementType"; "href": "href"; "htmlRole": "htmlRole"; "label": "label"; "name": "name"; "rel": "rel"; "src": "src"; "target": "target"; "value": "value"; }, { "balNavigate": "balNavigate"; "balFocus": "balFocus"; "balBlur": "balBlur"; }, never, ["*"], true, never>;
|
|
169
169
|
}
|
|
170
170
|
export declare interface BalCheckboxButton extends Components.BalCheckboxButton {
|
|
171
171
|
}
|
|
@@ -178,7 +178,7 @@ export declare class BalCheckboxButton {
|
|
|
178
178
|
protected el: HTMLElement;
|
|
179
179
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
180
180
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalCheckboxButton, never>;
|
|
181
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalCheckboxButton, "bal-checkbox-button", never, { "color":
|
|
181
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalCheckboxButton, "bal-checkbox-button", never, { "color": "color"; "disabled": "disabled"; "invalid": "invalid"; "readonly": "readonly"; }, { "balFocus": "balFocus"; "balBlur": "balBlur"; }, never, ["*"], true, never>;
|
|
182
182
|
}
|
|
183
183
|
export declare interface BalClose extends Components.BalClose {
|
|
184
184
|
}
|
|
@@ -187,7 +187,7 @@ export declare class BalClose {
|
|
|
187
187
|
protected el: HTMLElement;
|
|
188
188
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
189
189
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalClose, never>;
|
|
190
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalClose, "bal-close", never, { "inverted":
|
|
190
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalClose, "bal-close", never, { "inverted": "inverted"; "size": "size"; }, {}, never, ["*"], true, never>;
|
|
191
191
|
}
|
|
192
192
|
export declare interface BalContent extends Components.BalContent {
|
|
193
193
|
}
|
|
@@ -196,7 +196,7 @@ export declare class BalContent {
|
|
|
196
196
|
protected el: HTMLElement;
|
|
197
197
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
198
198
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalContent, never>;
|
|
199
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalContent, "bal-content", never, { "align":
|
|
199
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalContent, "bal-content", never, { "align": "align"; "layout": "layout"; "space": "space"; }, {}, never, ["*"], true, never>;
|
|
200
200
|
}
|
|
201
201
|
export declare interface BalData extends Components.BalData {
|
|
202
202
|
}
|
|
@@ -205,7 +205,7 @@ export declare class BalData {
|
|
|
205
205
|
protected el: HTMLElement;
|
|
206
206
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
207
207
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalData, never>;
|
|
208
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalData, "bal-data", never, { "border":
|
|
208
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalData, "bal-data", never, { "border": "border"; "horizontal": "horizontal"; }, {}, never, ["*"], true, never>;
|
|
209
209
|
}
|
|
210
210
|
export declare interface BalDataItem extends Components.BalDataItem {
|
|
211
211
|
}
|
|
@@ -214,7 +214,7 @@ export declare class BalDataItem {
|
|
|
214
214
|
protected el: HTMLElement;
|
|
215
215
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
216
216
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalDataItem, never>;
|
|
217
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalDataItem, "bal-data-item", never, { "border":
|
|
217
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalDataItem, "bal-data-item", never, { "border": "border"; "disabled": "disabled"; }, {}, never, ["*"], true, never>;
|
|
218
218
|
}
|
|
219
219
|
export declare interface BalDataLabel extends Components.BalDataLabel {
|
|
220
220
|
}
|
|
@@ -223,7 +223,7 @@ export declare class BalDataLabel {
|
|
|
223
223
|
protected el: HTMLElement;
|
|
224
224
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
225
225
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalDataLabel, never>;
|
|
226
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalDataLabel, "bal-data-label", never, { "required":
|
|
226
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalDataLabel, "bal-data-label", never, { "required": "required"; }, {}, never, ["*"], true, never>;
|
|
227
227
|
}
|
|
228
228
|
export declare interface BalDataValue extends Components.BalDataValue {
|
|
229
229
|
}
|
|
@@ -238,7 +238,7 @@ export declare class BalDataValue {
|
|
|
238
238
|
protected el: HTMLElement;
|
|
239
239
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
240
240
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalDataValue, never>;
|
|
241
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalDataValue, "bal-data-value", never, { "disabled":
|
|
241
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalDataValue, "bal-data-value", never, { "disabled": "disabled"; "editable": "editable"; "multiline": "multiline"; }, { "balClick": "balClick"; "balFocus": "balFocus"; "balBlur": "balBlur"; }, never, ["*"], true, never>;
|
|
242
242
|
}
|
|
243
243
|
export declare interface BalDateCalendar extends Components.BalDateCalendar {
|
|
244
244
|
}
|
|
@@ -249,7 +249,7 @@ export declare class BalDateCalendar {
|
|
|
249
249
|
protected el: HTMLElement;
|
|
250
250
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
251
251
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalDateCalendar, never>;
|
|
252
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalDateCalendar, "bal-date-calendar", never, { "allowedDates":
|
|
252
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalDateCalendar, "bal-date-calendar", never, { "allowedDates": "allowedDates"; "defaultDate": "defaultDate"; "max": "max"; "maxYearProp": "maxYearProp"; "min": "min"; "minYearProp": "minYearProp"; "value": "value"; }, { "balChange": "balChange"; }, never, ["*"], true, never>;
|
|
253
253
|
}
|
|
254
254
|
export declare interface BalDateCalendarCell extends Components.BalDateCalendarCell {
|
|
255
255
|
}
|
|
@@ -260,7 +260,7 @@ export declare class BalDateCalendarCell {
|
|
|
260
260
|
protected el: HTMLElement;
|
|
261
261
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
262
262
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalDateCalendarCell, never>;
|
|
263
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalDateCalendarCell, "bal-date-calendar-cell", never, { "day":
|
|
263
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalDateCalendarCell, "bal-date-calendar-cell", never, { "day": "day"; "disabled": "disabled"; "fullDate": "fullDate"; "isoDate": "isoDate"; "month": "month"; "selected": "selected"; "today": "today"; "year": "year"; }, { "balSelectDay": "balSelectDay"; }, never, ["*"], true, never>;
|
|
264
264
|
}
|
|
265
265
|
export declare interface BalDivider extends Components.BalDivider {
|
|
266
266
|
}
|
|
@@ -269,7 +269,7 @@ export declare class BalDivider {
|
|
|
269
269
|
protected el: HTMLElement;
|
|
270
270
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
271
271
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalDivider, never>;
|
|
272
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalDivider, "bal-divider", never, { "borderStyle":
|
|
272
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalDivider, "bal-divider", never, { "borderStyle": "borderStyle"; "color": "color"; "layout": "layout"; "space": "space"; }, {}, never, ["*"], true, never>;
|
|
273
273
|
}
|
|
274
274
|
export declare interface BalField extends Components.BalField {
|
|
275
275
|
}
|
|
@@ -280,7 +280,7 @@ export declare class BalField {
|
|
|
280
280
|
protected el: HTMLElement;
|
|
281
281
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
282
282
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalField, never>;
|
|
283
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalField, "bal-field", never, { "disabled":
|
|
283
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalField, "bal-field", never, { "disabled": "disabled"; "horizontal": "horizontal"; "invalid": "invalid"; "loading": "loading"; "readonly": "readonly"; "required": "required"; "valid": "valid"; }, { "balFormControlDidLoad": "balFormControlDidLoad"; }, never, ["*"], true, never>;
|
|
284
284
|
}
|
|
285
285
|
export declare interface BalFieldControl extends Components.BalFieldControl {
|
|
286
286
|
}
|
|
@@ -289,7 +289,7 @@ export declare class BalFieldControl {
|
|
|
289
289
|
protected el: HTMLElement;
|
|
290
290
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
291
291
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalFieldControl, never>;
|
|
292
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalFieldControl, "bal-field-control", never, { "expandedOnMobile":
|
|
292
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalFieldControl, "bal-field-control", never, { "expandedOnMobile": "expandedOnMobile"; "iconLeft": "iconLeft"; "iconRight": "iconRight"; "loading": "loading"; }, {}, never, ["*"], true, never>;
|
|
293
293
|
}
|
|
294
294
|
export declare interface BalFieldHint extends Components.BalFieldHint {
|
|
295
295
|
}
|
|
@@ -298,7 +298,7 @@ export declare class BalFieldHint {
|
|
|
298
298
|
protected el: HTMLElement;
|
|
299
299
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
300
300
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalFieldHint, never>;
|
|
301
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalFieldHint, "bal-field-hint", never, { "closeLabel":
|
|
301
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalFieldHint, "bal-field-hint", never, { "closeLabel": "closeLabel"; "small": "small"; "subject": "subject"; }, {}, never, ["*"], true, never>;
|
|
302
302
|
}
|
|
303
303
|
export declare interface BalFieldLabel extends Components.BalFieldLabel {
|
|
304
304
|
}
|
|
@@ -307,7 +307,7 @@ export declare class BalFieldLabel {
|
|
|
307
307
|
protected el: HTMLElement;
|
|
308
308
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
309
309
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalFieldLabel, never>;
|
|
310
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalFieldLabel, "bal-field-label", never, { "disabled":
|
|
310
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalFieldLabel, "bal-field-label", never, { "disabled": "disabled"; "htmlFor": "htmlFor"; "invalid": "invalid"; "readonly": "readonly"; "required": "required"; "size": "size"; "valid": "valid"; "weight": "weight"; }, {}, never, ["*"], true, never>;
|
|
311
311
|
}
|
|
312
312
|
export declare interface BalFieldMessage extends Components.BalFieldMessage {
|
|
313
313
|
}
|
|
@@ -316,7 +316,7 @@ export declare class BalFieldMessage {
|
|
|
316
316
|
protected el: HTMLElement;
|
|
317
317
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
318
318
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalFieldMessage, never>;
|
|
319
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalFieldMessage, "bal-field-message", never, { "color":
|
|
319
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalFieldMessage, "bal-field-message", never, { "color": "color"; "disabled": "disabled"; "invalid": "invalid"; "readonly": "readonly"; "valid": "valid"; }, {}, never, ["*"], true, never>;
|
|
320
320
|
}
|
|
321
321
|
export declare interface BalFooter extends Components.BalFooter {
|
|
322
322
|
}
|
|
@@ -325,7 +325,7 @@ export declare class BalFooter {
|
|
|
325
325
|
protected el: HTMLElement;
|
|
326
326
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
327
327
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalFooter, never>;
|
|
328
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalFooter, "bal-footer", never, { "hideLanguageSelection":
|
|
328
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalFooter, "bal-footer", never, { "hideLanguageSelection": "hideLanguageSelection"; "hideLinks": "hideLinks"; "overrideLinks": "overrideLinks"; "showSocialMedia": "showSocialMedia"; }, {}, never, ["*"], true, never>;
|
|
329
329
|
}
|
|
330
330
|
export declare interface BalForm extends Components.BalForm {
|
|
331
331
|
}
|
|
@@ -334,7 +334,7 @@ export declare class BalForm {
|
|
|
334
334
|
protected el: HTMLElement;
|
|
335
335
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
336
336
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalForm, never>;
|
|
337
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalForm, "bal-form", never, { "formClass":
|
|
337
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalForm, "bal-form", never, { "formClass": "formClass"; "native": "native"; "novalidate": "novalidate"; }, {}, never, ["*"], true, never>;
|
|
338
338
|
}
|
|
339
339
|
export declare interface BalFormCol extends Components.BalFormCol {
|
|
340
340
|
}
|
|
@@ -343,7 +343,7 @@ export declare class BalFormCol {
|
|
|
343
343
|
protected el: HTMLElement;
|
|
344
344
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
345
345
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalFormCol, never>;
|
|
346
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalFormCol, "bal-form-col", never, { "size":
|
|
346
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalFormCol, "bal-form-col", never, { "size": "size"; }, {}, never, ["*"], true, never>;
|
|
347
347
|
}
|
|
348
348
|
export declare interface BalFormGrid extends Components.BalFormGrid {
|
|
349
349
|
}
|
|
@@ -361,7 +361,7 @@ export declare class BalHeading {
|
|
|
361
361
|
protected el: HTMLElement;
|
|
362
362
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
363
363
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalHeading, never>;
|
|
364
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalHeading, "bal-heading", never, { "autoLevel":
|
|
364
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalHeading, "bal-heading", never, { "autoLevel": "autoLevel"; "color": "color"; "inverted": "inverted"; "level": "level"; "noWrap": "noWrap"; "shadow": "shadow"; "space": "space"; "subtitle": "subtitle"; "visualLevel": "visualLevel"; }, {}, never, ["*"], true, never>;
|
|
365
365
|
}
|
|
366
366
|
export declare interface BalHint extends Components.BalHint {
|
|
367
367
|
}
|
|
@@ -370,7 +370,7 @@ export declare class BalHint {
|
|
|
370
370
|
protected el: HTMLElement;
|
|
371
371
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
372
372
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalHint, never>;
|
|
373
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalHint, "bal-hint", never, { "closeLabel":
|
|
373
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalHint, "bal-hint", never, { "closeLabel": "closeLabel"; "small": "small"; }, {}, never, ["*"], true, never>;
|
|
374
374
|
}
|
|
375
375
|
export declare interface BalHintText extends Components.BalHintText {
|
|
376
376
|
}
|
|
@@ -397,7 +397,7 @@ export declare class BalIcon {
|
|
|
397
397
|
protected el: HTMLElement;
|
|
398
398
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
399
399
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalIcon, never>;
|
|
400
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalIcon, "bal-icon", never, { "color":
|
|
400
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalIcon, "bal-icon", never, { "color": "color"; "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "inverted": "inverted"; "name": "name"; "shadow": "shadow"; "size": "size"; "svg": "svg"; "turn": "turn"; }, {}, never, ["*"], true, never>;
|
|
401
401
|
}
|
|
402
402
|
export declare interface BalInputGroup extends Components.BalInputGroup {
|
|
403
403
|
}
|
|
@@ -406,7 +406,7 @@ export declare class BalInputGroup {
|
|
|
406
406
|
protected el: HTMLElement;
|
|
407
407
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
408
408
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalInputGroup, never>;
|
|
409
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalInputGroup, "bal-input-group", never, { "disabled":
|
|
409
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalInputGroup, "bal-input-group", never, { "disabled": "disabled"; "invalid": "invalid"; "readonly": "readonly"; }, {}, never, ["*"], true, never>;
|
|
410
410
|
}
|
|
411
411
|
export declare interface BalLabel extends Components.BalLabel {
|
|
412
412
|
}
|
|
@@ -415,7 +415,7 @@ export declare class BalLabel {
|
|
|
415
415
|
protected el: HTMLElement;
|
|
416
416
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
417
417
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalLabel, never>;
|
|
418
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalLabel, "bal-label", never, { "disabled":
|
|
418
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalLabel, "bal-label", never, { "disabled": "disabled"; "htmlFor": "htmlFor"; "htmlId": "htmlId"; "invalid": "invalid"; "multiline": "multiline"; "noWrap": "noWrap"; "readonly": "readonly"; "required": "required"; "size": "size"; "valid": "valid"; "weight": "weight"; }, {}, never, ["*"], true, never>;
|
|
419
419
|
}
|
|
420
420
|
export declare interface BalList extends Components.BalList {
|
|
421
421
|
}
|
|
@@ -424,7 +424,7 @@ export declare class BalList {
|
|
|
424
424
|
protected el: HTMLElement;
|
|
425
425
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
426
426
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalList, never>;
|
|
427
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalList, "bal-list", never, { "accordionOneLevel":
|
|
427
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalList, "bal-list", never, { "accordionOneLevel": "accordionOneLevel"; "background": "background"; "border": "border"; "disabled": "disabled"; "size": "size"; }, {}, never, ["*"], true, never>;
|
|
428
428
|
}
|
|
429
429
|
export declare interface BalListItem extends Components.BalListItem {
|
|
430
430
|
}
|
|
@@ -441,7 +441,7 @@ export declare class BalListItem {
|
|
|
441
441
|
protected el: HTMLElement;
|
|
442
442
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
443
443
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalListItem, never>;
|
|
444
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalListItem, "bal-list-item", never, { "accordion":
|
|
444
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalListItem, "bal-list-item", never, { "accordion": "accordion"; "clickable": "clickable"; "disabled": "disabled"; "download": "download"; "href": "href"; "selected": "selected"; "subAccordionItem": "subAccordionItem"; "target": "target"; }, { "balNavigate": "balNavigate"; "balGroupStateChanged": "balGroupStateChanged"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
|
|
445
445
|
}
|
|
446
446
|
export declare interface BalListItemAccordionBody extends Components.BalListItemAccordionBody {
|
|
447
447
|
}
|
|
@@ -450,7 +450,7 @@ export declare class BalListItemAccordionBody {
|
|
|
450
450
|
protected el: HTMLElement;
|
|
451
451
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
452
452
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalListItemAccordionBody, never>;
|
|
453
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalListItemAccordionBody, "bal-list-item-accordion-body", never, { "accordionGroup":
|
|
453
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalListItemAccordionBody, "bal-list-item-accordion-body", never, { "accordionGroup": "accordionGroup"; "contentAlignment": "contentAlignment"; "contentSpace": "contentSpace"; }, {}, never, ["*"], true, never>;
|
|
454
454
|
}
|
|
455
455
|
export declare interface BalListItemAccordionHead extends Components.BalListItemAccordionHead {
|
|
456
456
|
}
|
|
@@ -461,7 +461,7 @@ export declare class BalListItemAccordionHead {
|
|
|
461
461
|
protected el: HTMLElement;
|
|
462
462
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
463
463
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalListItemAccordionHead, never>;
|
|
464
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalListItemAccordionHead, "bal-list-item-accordion-head", never, { "accordionOpen":
|
|
464
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalListItemAccordionHead, "bal-list-item-accordion-head", never, { "accordionOpen": "accordionOpen"; "icon": "icon"; }, { "balAccordionChange": "balAccordionChange"; }, never, ["*"], true, never>;
|
|
465
465
|
}
|
|
466
466
|
export declare interface BalListItemContent extends Components.BalListItemContent {
|
|
467
467
|
}
|
|
@@ -470,7 +470,7 @@ export declare class BalListItemContent {
|
|
|
470
470
|
protected el: HTMLElement;
|
|
471
471
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
472
472
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalListItemContent, never>;
|
|
473
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalListItemContent, "bal-list-item-content", never, { "contentAlignment":
|
|
473
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalListItemContent, "bal-list-item-content", never, { "contentAlignment": "contentAlignment"; }, {}, never, ["*"], true, never>;
|
|
474
474
|
}
|
|
475
475
|
export declare interface BalListItemIcon extends Components.BalListItemIcon {
|
|
476
476
|
}
|
|
@@ -479,7 +479,7 @@ export declare class BalListItemIcon {
|
|
|
479
479
|
protected el: HTMLElement;
|
|
480
480
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
481
481
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalListItemIcon, never>;
|
|
482
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalListItemIcon, "bal-list-item-icon", never, { "right":
|
|
482
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalListItemIcon, "bal-list-item-icon", never, { "right": "right"; }, {}, never, ["*"], true, never>;
|
|
483
483
|
}
|
|
484
484
|
export declare interface BalListItemSubtitle extends Components.BalListItemSubtitle {
|
|
485
485
|
}
|
|
@@ -497,7 +497,7 @@ export declare class BalListItemTitle {
|
|
|
497
497
|
protected el: HTMLElement;
|
|
498
498
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
499
499
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalListItemTitle, never>;
|
|
500
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalListItemTitle, "bal-list-item-title", never, { "level":
|
|
500
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalListItemTitle, "bal-list-item-title", never, { "level": "level"; "visualLevel": "visualLevel"; }, {}, never, ["*"], true, never>;
|
|
501
501
|
}
|
|
502
502
|
export declare interface BalLogo extends Components.BalLogo {
|
|
503
503
|
}
|
|
@@ -506,7 +506,7 @@ export declare class BalLogo {
|
|
|
506
506
|
protected el: HTMLElement;
|
|
507
507
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
508
508
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalLogo, never>;
|
|
509
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalLogo, "bal-logo", never, { "animated":
|
|
509
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalLogo, "bal-logo", never, { "animated": "animated"; "color": "color"; "size": "size"; }, {}, never, ["*"], true, never>;
|
|
510
510
|
}
|
|
511
511
|
export declare interface BalModal extends Components.BalModal {
|
|
512
512
|
}
|
|
@@ -523,7 +523,7 @@ export declare class BalModal {
|
|
|
523
523
|
protected el: HTMLElement;
|
|
524
524
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
525
525
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalModal, never>;
|
|
526
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalModal, "bal-modal", never, { "backdropDismiss":
|
|
526
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalModal, "bal-modal", never, { "backdropDismiss": "backdropDismiss"; "component": "component"; "componentProps": "componentProps"; "cssClass": "cssClass"; "focusTrap": "focusTrap"; "hasBackdrop": "hasBackdrop"; "isClosable": "isClosable"; "modalWidth": "modalWidth"; "space": "space"; }, { "balModalDidPresent": "balModalDidPresent"; "balModalWillPresent": "balModalWillPresent"; "balModalWillDismiss": "balModalWillDismiss"; "balModalDidDismiss": "balModalDidDismiss"; }, never, ["*"], true, never>;
|
|
527
527
|
}
|
|
528
528
|
export declare interface BalModalBody extends Components.BalModalBody {
|
|
529
529
|
}
|
|
@@ -553,7 +553,7 @@ export declare class BalNav {
|
|
|
553
553
|
protected el: HTMLElement;
|
|
554
554
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
555
555
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNav, never>;
|
|
556
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNav, "bal-nav", never, { "buttons":
|
|
556
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNav, "bal-nav", never, { "buttons": "buttons"; "logo": "logo"; "options": "options"; }, { "balNavItemClick": "balNavItemClick"; }, never, ["*"], true, never>;
|
|
557
557
|
}
|
|
558
558
|
export declare interface BalNavLink extends Components.BalNavLink {
|
|
559
559
|
}
|
|
@@ -562,7 +562,7 @@ export declare class BalNavLink {
|
|
|
562
562
|
protected el: HTMLElement;
|
|
563
563
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
564
564
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNavLink, never>;
|
|
565
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavLink, "bal-nav-link", never, { "clickable":
|
|
565
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavLink, "bal-nav-link", never, { "clickable": "clickable"; "href": "href"; "selected": "selected"; "target": "target"; "variant": "variant"; }, {}, never, ["*"], true, never>;
|
|
566
566
|
}
|
|
567
567
|
export declare interface BalNavLinkGrid extends Components.BalNavLinkGrid {
|
|
568
568
|
}
|
|
@@ -580,7 +580,7 @@ export declare class BalNavLinkGridCol {
|
|
|
580
580
|
protected el: HTMLElement;
|
|
581
581
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
582
582
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNavLinkGridCol, never>;
|
|
583
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavLinkGridCol, "bal-nav-link-grid-col", never, { "staticCol":
|
|
583
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavLinkGridCol, "bal-nav-link-grid-col", never, { "staticCol": "staticCol"; }, {}, never, ["*"], true, never>;
|
|
584
584
|
}
|
|
585
585
|
export declare interface BalNavLinkGroup extends Components.BalNavLinkGroup {
|
|
586
586
|
}
|
|
@@ -589,7 +589,7 @@ export declare class BalNavLinkGroup {
|
|
|
589
589
|
protected el: HTMLElement;
|
|
590
590
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
591
591
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNavLinkGroup, never>;
|
|
592
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavLinkGroup, "bal-nav-link-group", never, { "color":
|
|
592
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavLinkGroup, "bal-nav-link-group", never, { "color": "color"; }, {}, never, ["*"], true, never>;
|
|
593
593
|
}
|
|
594
594
|
export declare interface BalNavMenuBar extends Components.BalNavMenuBar {
|
|
595
595
|
}
|
|
@@ -598,7 +598,7 @@ export declare class BalNavMenuBar {
|
|
|
598
598
|
protected el: HTMLElement;
|
|
599
599
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
600
600
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNavMenuBar, never>;
|
|
601
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavMenuBar, "bal-nav-menu-bar", never, { "invisible":
|
|
601
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavMenuBar, "bal-nav-menu-bar", never, { "invisible": "invisible"; "position": "position"; }, {}, never, ["*"], true, never>;
|
|
602
602
|
}
|
|
603
603
|
export declare interface BalNavMenuFlyout extends Components.BalNavMenuFlyout {
|
|
604
604
|
}
|
|
@@ -607,7 +607,7 @@ export declare class BalNavMenuFlyout {
|
|
|
607
607
|
protected el: HTMLElement;
|
|
608
608
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
609
609
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNavMenuFlyout, never>;
|
|
610
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavMenuFlyout, "bal-nav-menu-flyout", never, { "navId":
|
|
610
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavMenuFlyout, "bal-nav-menu-flyout", never, { "navId": "navId"; }, {}, never, ["*"], true, never>;
|
|
611
611
|
}
|
|
612
612
|
export declare interface BalNavMetaBar extends Components.BalNavMetaBar {
|
|
613
613
|
}
|
|
@@ -616,7 +616,7 @@ export declare class BalNavMetaBar {
|
|
|
616
616
|
protected el: HTMLElement;
|
|
617
617
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
618
618
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNavMetaBar, never>;
|
|
619
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavMetaBar, "bal-nav-meta-bar", never, { "invisible":
|
|
619
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavMetaBar, "bal-nav-meta-bar", never, { "invisible": "invisible"; "position": "position"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], true, never>;
|
|
620
620
|
}
|
|
621
621
|
export declare interface BalNavbar extends Components.BalNavbar {
|
|
622
622
|
}
|
|
@@ -625,7 +625,7 @@ export declare class BalNavbar {
|
|
|
625
625
|
protected el: HTMLElement;
|
|
626
626
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
627
627
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNavbar, never>;
|
|
628
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavbar, "bal-navbar", never, { "container":
|
|
628
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavbar, "bal-navbar", never, { "container": "container"; "interface": "interface"; "light": "light"; }, {}, never, ["*"], true, never>;
|
|
629
629
|
}
|
|
630
630
|
export declare interface BalNavbarBrand extends Components.BalNavbarBrand {
|
|
631
631
|
}
|
|
@@ -640,7 +640,7 @@ export declare class BalNavbarBrand {
|
|
|
640
640
|
protected el: HTMLElement;
|
|
641
641
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
642
642
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNavbarBrand, never>;
|
|
643
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavbarBrand, "bal-navbar-brand", never, { "animated":
|
|
643
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavbarBrand, "bal-navbar-brand", never, { "animated": "animated"; "href": "href"; "logo": "logo"; "logoClickable": "logoClickable"; "logoLabel": "logoLabel"; "logoSize": "logoSize"; "simple": "simple"; "target": "target"; }, { "balNavigate": "balNavigate"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
|
|
644
644
|
}
|
|
645
645
|
export declare interface BalNavbarMenu extends Components.BalNavbarMenu {
|
|
646
646
|
}
|
|
@@ -685,7 +685,7 @@ export declare class BalNotification {
|
|
|
685
685
|
protected el: HTMLElement;
|
|
686
686
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
687
687
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNotification, never>;
|
|
688
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNotification, "bal-notification", never, { "color":
|
|
688
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNotification, "bal-notification", never, { "color": "color"; "light": "light"; "noIcon": "noIcon"; }, {}, never, ["*"], true, never>;
|
|
689
689
|
}
|
|
690
690
|
export declare interface BalOption extends Components.BalOption {
|
|
691
691
|
}
|
|
@@ -696,7 +696,7 @@ export declare class BalOption {
|
|
|
696
696
|
protected el: HTMLElement;
|
|
697
697
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
698
698
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalOption, never>;
|
|
699
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalOption, "bal-option", never, { "disabled":
|
|
699
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalOption, "bal-option", never, { "disabled": "disabled"; "focused": "focused"; "hidden": "hidden"; "invalid": "invalid"; "label": "label"; "multiline": "multiline"; "selected": "selected"; "value": "value"; }, { "balOptionChange": "balOptionChange"; }, never, ["*"], true, never>;
|
|
700
700
|
}
|
|
701
701
|
export declare interface BalOptionList extends Components.BalOptionList {
|
|
702
702
|
}
|
|
@@ -705,7 +705,7 @@ export declare class BalOptionList {
|
|
|
705
705
|
protected el: HTMLElement;
|
|
706
706
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
707
707
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalOptionList, never>;
|
|
708
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalOptionList, "bal-option-list", never, { "contentHeight":
|
|
708
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalOptionList, "bal-option-list", never, { "contentHeight": "contentHeight"; "disabled": "disabled"; "filter": "filter"; "focusIndex": "focusIndex"; "labelledby": "labelledby"; "multiple": "multiple"; "required": "required"; }, {}, never, ["*"], true, never>;
|
|
709
709
|
}
|
|
710
710
|
export declare interface BalPagination extends Components.BalPagination {
|
|
711
711
|
}
|
|
@@ -716,7 +716,7 @@ export declare class BalPagination {
|
|
|
716
716
|
protected el: HTMLElement;
|
|
717
717
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
718
718
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalPagination, never>;
|
|
719
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalPagination, "bal-pagination", never, { "align":
|
|
719
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalPagination, "bal-pagination", never, { "align": "align"; "disabled": "disabled"; "interface": "interface"; "pageRange": "pageRange"; "size": "size"; "sticky": "sticky"; "top": "top"; "totalPages": "totalPages"; "value": "value"; }, { "balChange": "balChange"; }, never, ["*"], true, never>;
|
|
720
720
|
}
|
|
721
721
|
export declare interface BalPopover extends Components.BalPopover {
|
|
722
722
|
}
|
|
@@ -731,7 +731,7 @@ export declare class BalPopover {
|
|
|
731
731
|
protected el: HTMLElement;
|
|
732
732
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
733
733
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalPopover, never>;
|
|
734
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalPopover, "bal-popover", never, { "active":
|
|
734
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalPopover, "bal-popover", never, { "active": "active"; "arrow": "arrow"; "autoTrigger": "autoTrigger"; "backdrop": "backdrop"; "hint": "hint"; "hover": "hover"; "mobileTop": "mobileTop"; "offsetX": "offsetX"; "offsetY": "offsetY"; "padding": "padding"; "position": "position"; "tooltip": "tooltip"; }, { "balChange": "balChange"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
|
|
735
735
|
}
|
|
736
736
|
export declare interface BalPopoverContent extends Components.BalPopoverContent {
|
|
737
737
|
}
|
|
@@ -740,7 +740,7 @@ export declare class BalPopoverContent {
|
|
|
740
740
|
protected el: HTMLElement;
|
|
741
741
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
742
742
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalPopoverContent, never>;
|
|
743
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalPopoverContent, "bal-popover-content", never, { "color":
|
|
743
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalPopoverContent, "bal-popover-content", never, { "color": "color"; "contentMinWidth": "contentMinWidth"; "contentWidth": "contentWidth"; "expanded": "expanded"; "mobileTop": "mobileTop"; "noShadow": "noShadow"; "radius": "radius"; "scrollable": "scrollable"; "spaceless": "spaceless"; }, {}, never, ["*"], true, never>;
|
|
744
744
|
}
|
|
745
745
|
export declare interface BalPopup extends Components.BalPopup {
|
|
746
746
|
}
|
|
@@ -755,7 +755,7 @@ export declare class BalPopup {
|
|
|
755
755
|
protected el: HTMLElement;
|
|
756
756
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
757
757
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalPopup, never>;
|
|
758
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalPopup, "bal-popup", never, { "active":
|
|
758
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalPopup, "bal-popup", never, { "active": "active"; "arrow": "arrow"; "backdrop": "backdrop"; "backdropDismiss": "backdropDismiss"; "closable": "closable"; "contentWidth": "contentWidth"; "label": "label"; "offset": "offset"; "placement": "placement"; "reference": "reference"; "variant": "variant"; }, { "balChange": "balChange"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
|
|
759
759
|
}
|
|
760
760
|
export declare interface BalProgressBar extends Components.BalProgressBar {
|
|
761
761
|
}
|
|
@@ -764,7 +764,7 @@ export declare class BalProgressBar {
|
|
|
764
764
|
protected el: HTMLElement;
|
|
765
765
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
766
766
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalProgressBar, never>;
|
|
767
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalProgressBar, "bal-progress-bar", never, { "background":
|
|
767
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalProgressBar, "bal-progress-bar", never, { "background": "background"; "color": "color"; "value": "value"; }, {}, never, ["*"], true, never>;
|
|
768
768
|
}
|
|
769
769
|
export declare interface BalRadio extends Components.BalRadio {
|
|
770
770
|
}
|
|
@@ -779,7 +779,7 @@ export declare class BalRadio {
|
|
|
779
779
|
protected el: HTMLElement;
|
|
780
780
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
781
781
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalRadio, never>;
|
|
782
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalRadio, "bal-radio", never, { "disabled":
|
|
782
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalRadio, "bal-radio", never, { "disabled": "disabled"; "flat": "flat"; "interface": "interface"; "invalid": "invalid"; "invisible": "invisible"; "label": "label"; "labelHidden": "labelHidden"; "name": "name"; "nonSubmit": "nonSubmit"; "readonly": "readonly"; "required": "required"; "value": "value"; }, { "balFocus": "balFocus"; "balBlur": "balBlur"; "balChange": "balChange"; }, never, ["*"], true, never>;
|
|
783
783
|
}
|
|
784
784
|
export declare interface BalRadioButton extends Components.BalRadioButton {
|
|
785
785
|
}
|
|
@@ -794,7 +794,7 @@ export declare class BalRadioButton {
|
|
|
794
794
|
protected el: HTMLElement;
|
|
795
795
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
796
796
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalRadioButton, never>;
|
|
797
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalRadioButton, "bal-radio-button", never, { "color":
|
|
797
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalRadioButton, "bal-radio-button", never, { "color": "color"; "disabled": "disabled"; "invalid": "invalid"; "readonly": "readonly"; }, { "balFocus": "balFocus"; "balBlur": "balBlur"; "balFormControlDidLoad": "balFormControlDidLoad"; }, never, ["*"], true, never>;
|
|
798
798
|
}
|
|
799
799
|
export declare interface BalSegmentItem extends Components.BalSegmentItem {
|
|
800
800
|
}
|
|
@@ -803,7 +803,7 @@ export declare class BalSegmentItem {
|
|
|
803
803
|
protected el: HTMLElement;
|
|
804
804
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
805
805
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalSegmentItem, never>;
|
|
806
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalSegmentItem, "bal-segment-item", never, { "disabled":
|
|
806
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalSegmentItem, "bal-segment-item", never, { "disabled": "disabled"; "invalid": "invalid"; "label": "label"; "value": "value"; }, {}, never, ["*"], true, never>;
|
|
807
807
|
}
|
|
808
808
|
export declare interface BalSelectOption extends Components.BalSelectOption {
|
|
809
809
|
}
|
|
@@ -812,7 +812,7 @@ export declare class BalSelectOption {
|
|
|
812
812
|
protected el: HTMLElement;
|
|
813
813
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
814
814
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalSelectOption, never>;
|
|
815
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalSelectOption, "bal-select-option", never, { "disabled":
|
|
815
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalSelectOption, "bal-select-option", never, { "disabled": "disabled"; "label": "label"; "value": "value"; }, {}, never, ["*"], true, never>;
|
|
816
816
|
}
|
|
817
817
|
export declare interface BalShape extends Components.BalShape {
|
|
818
818
|
}
|
|
@@ -821,7 +821,7 @@ export declare class BalShape {
|
|
|
821
821
|
protected el: HTMLElement;
|
|
822
822
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
823
823
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalShape, never>;
|
|
824
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalShape, "bal-shape", never, { "color":
|
|
824
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalShape, "bal-shape", never, { "color": "color"; "rotation": "rotation"; "variation": "variation"; }, {}, never, ["*"], true, never>;
|
|
825
825
|
}
|
|
826
826
|
export declare interface BalSheet extends Components.BalSheet {
|
|
827
827
|
}
|
|
@@ -830,7 +830,7 @@ export declare class BalSheet {
|
|
|
830
830
|
protected el: HTMLElement;
|
|
831
831
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
832
832
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalSheet, never>;
|
|
833
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalSheet, "bal-sheet", never, { "containerSize":
|
|
833
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalSheet, "bal-sheet", never, { "containerSize": "containerSize"; }, {}, never, ["*"], true, never>;
|
|
834
834
|
}
|
|
835
835
|
export declare interface BalSnackbar extends Components.BalSnackbar {
|
|
836
836
|
}
|
|
@@ -843,7 +843,7 @@ export declare class BalSnackbar {
|
|
|
843
843
|
protected el: HTMLElement;
|
|
844
844
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
845
845
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalSnackbar, never>;
|
|
846
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalSnackbar, "bal-snackbar", never, { "action":
|
|
846
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalSnackbar, "bal-snackbar", never, { "action": "action"; "color": "color"; "duration": "duration"; "href": "href"; "icon": "icon"; "message": "message"; "subject": "subject"; "target": "target"; }, { "balClose": "balClose"; "balAction": "balAction"; }, never, ["*"], true, never>;
|
|
847
847
|
}
|
|
848
848
|
export declare interface BalSpinner extends Components.BalSpinner {
|
|
849
849
|
}
|
|
@@ -852,7 +852,7 @@ export declare class BalSpinner {
|
|
|
852
852
|
protected el: HTMLElement;
|
|
853
853
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
854
854
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalSpinner, never>;
|
|
855
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalSpinner, "bal-spinner", never, { "color":
|
|
855
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalSpinner, "bal-spinner", never, { "color": "color"; "deactivated": "deactivated"; "inverted": "inverted"; "small": "small"; "variation": "variation"; }, {}, never, ["*"], true, never>;
|
|
856
856
|
}
|
|
857
857
|
export declare interface BalStack extends Components.BalStack {
|
|
858
858
|
}
|
|
@@ -861,7 +861,7 @@ export declare class BalStack {
|
|
|
861
861
|
protected el: HTMLElement;
|
|
862
862
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
863
863
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalStack, never>;
|
|
864
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalStack, "bal-stack", never, { "align":
|
|
864
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalStack, "bal-stack", never, { "align": "align"; "fitContent": "fitContent"; "layout": "layout"; "px": "px"; "py": "py"; "space": "space"; "spaceColumn": "spaceColumn"; "spaceRow": "spaceRow"; "useWrap": "useWrap"; }, {}, never, ["*"], true, never>;
|
|
865
865
|
}
|
|
866
866
|
export declare interface BalStage extends Components.BalStage {
|
|
867
867
|
}
|
|
@@ -870,7 +870,7 @@ export declare class BalStage {
|
|
|
870
870
|
protected el: HTMLElement;
|
|
871
871
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
872
872
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalStage, never>;
|
|
873
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalStage, "bal-stage", never, { "color":
|
|
873
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalStage, "bal-stage", never, { "color": "color"; "containerSize": "containerSize"; "shape": "shape"; "shapeRotation": "shapeRotation"; "shapeVariation": "shapeVariation"; "size": "size"; }, {}, never, ["*"], true, never>;
|
|
874
874
|
}
|
|
875
875
|
export declare interface BalStageBackLink extends Components.BalStageBackLink {
|
|
876
876
|
}
|
|
@@ -879,7 +879,7 @@ export declare class BalStageBackLink {
|
|
|
879
879
|
protected el: HTMLElement;
|
|
880
880
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
881
881
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalStageBackLink, never>;
|
|
882
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalStageBackLink, "bal-stage-back-link", never, { "href":
|
|
882
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalStageBackLink, "bal-stage-back-link", never, { "href": "href"; "inverted": "inverted"; "shadow": "shadow"; }, {}, never, ["*"], true, never>;
|
|
883
883
|
}
|
|
884
884
|
export declare interface BalStageBody extends Components.BalStageBody {
|
|
885
885
|
}
|
|
@@ -915,7 +915,7 @@ export declare class BalStageImage {
|
|
|
915
915
|
protected el: HTMLElement;
|
|
916
916
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
917
917
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalStageImage, never>;
|
|
918
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalStageImage, "bal-stage-image", never, { "fallback":
|
|
918
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalStageImage, "bal-stage-image", never, { "fallback": "fallback"; "srcSet": "srcSet"; }, {}, never, ["*"], true, never>;
|
|
919
919
|
}
|
|
920
920
|
export declare interface BalStepItem extends Components.BalStepItem {
|
|
921
921
|
}
|
|
@@ -926,7 +926,7 @@ export declare class BalStepItem {
|
|
|
926
926
|
protected el: HTMLElement;
|
|
927
927
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
928
928
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalStepItem, never>;
|
|
929
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalStepItem, "bal-step-item", never, { "active":
|
|
929
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalStepItem, "bal-step-item", never, { "active": "active"; "disabled": "disabled"; "done": "done"; "failed": "failed"; "href": "href"; "invisible": "invisible"; "label": "label"; "prevent": "prevent"; "target": "target"; "value": "value"; }, { "balNavigate": "balNavigate"; }, never, ["*"], true, never>;
|
|
930
930
|
}
|
|
931
931
|
export declare interface BalSteps extends Components.BalSteps {
|
|
932
932
|
}
|
|
@@ -937,7 +937,7 @@ export declare class BalSteps {
|
|
|
937
937
|
protected el: HTMLElement;
|
|
938
938
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
939
939
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalSteps, never>;
|
|
940
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalSteps, "bal-steps", never, { "clickable":
|
|
940
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalSteps, "bal-steps", never, { "clickable": "clickable"; "color": "color"; "debounce": "debounce"; "options": "options"; "value": "value"; }, { "balChange": "balChange"; }, never, ["*"], true, never>;
|
|
941
941
|
}
|
|
942
942
|
export declare interface BalTabItem extends Components.BalTabItem {
|
|
943
943
|
}
|
|
@@ -948,7 +948,7 @@ export declare class BalTabItem {
|
|
|
948
948
|
protected el: HTMLElement;
|
|
949
949
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
950
950
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalTabItem, never>;
|
|
951
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalTabItem, "bal-tab-item", never, { "active":
|
|
951
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalTabItem, "bal-tab-item", never, { "active": "active"; "aria": "aria"; "bubble": "bubble"; "disabled": "disabled"; "href": "href"; "icon": "icon"; "invisible": "invisible"; "label": "label"; "noPanel": "noPanel"; "prevent": "prevent"; "subLabel": "subLabel"; "svg": "svg"; "target": "target"; "value": "value"; }, { "balNavigate": "balNavigate"; }, never, ["*"], true, never>;
|
|
952
952
|
}
|
|
953
953
|
export declare interface BalTable extends Components.BalTable {
|
|
954
954
|
}
|
|
@@ -957,7 +957,7 @@ export declare class BalTable {
|
|
|
957
957
|
protected el: HTMLElement;
|
|
958
958
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
959
959
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalTable, never>;
|
|
960
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalTable, "bal-table", never, { "expanded":
|
|
960
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalTable, "bal-table", never, { "expanded": "expanded"; }, {}, never, ["*"], true, never>;
|
|
961
961
|
}
|
|
962
962
|
export declare interface BalTabs extends Components.BalTabs {
|
|
963
963
|
}
|
|
@@ -972,7 +972,7 @@ export declare class BalTabs {
|
|
|
972
972
|
protected el: HTMLElement;
|
|
973
973
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
974
974
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalTabs, never>;
|
|
975
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalTabs, "bal-tabs", never, { "accordion":
|
|
975
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalTabs, "bal-tabs", never, { "accordion": "accordion"; "border": "border"; "clickable": "clickable"; "context": "context"; "debounce": "debounce"; "dimInactiveElements": "dimInactiveElements"; "expanded": "expanded"; "float": "float"; "fullwidth": "fullwidth"; "iconPosition": "iconPosition"; "inverted": "inverted"; "optionalTabSelection": "optionalTabSelection"; "options": "options"; "overflow": "overflow"; "selectOnMobile": "selectOnMobile"; "spaceless": "spaceless"; "value": "value"; "vertical": "vertical"; "verticalColSize": "verticalColSize"; }, { "balChange": "balChange"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
|
|
976
976
|
}
|
|
977
977
|
export declare interface BalTag extends Components.BalTag {
|
|
978
978
|
}
|
|
@@ -983,7 +983,7 @@ export declare class BalTag {
|
|
|
983
983
|
protected el: HTMLElement;
|
|
984
984
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
985
985
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalTag, never>;
|
|
986
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalTag, "bal-tag", never, { "closable":
|
|
986
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalTag, "bal-tag", never, { "closable": "closable"; "color": "color"; "disabled": "disabled"; "invalid": "invalid"; "light": "light"; "position": "position"; "size": "size"; }, { "balCloseClick": "balCloseClick"; }, never, ["*"], true, never>;
|
|
987
987
|
}
|
|
988
988
|
export declare interface BalTagGroup extends Components.BalTagGroup {
|
|
989
989
|
}
|
|
@@ -1001,7 +1001,7 @@ export declare class BalText {
|
|
|
1001
1001
|
protected el: HTMLElement;
|
|
1002
1002
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1003
1003
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalText, never>;
|
|
1004
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalText, "bal-text", never, { "bold":
|
|
1004
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalText, "bal-text", never, { "bold": "bold"; "color": "color"; "disabled": "disabled"; "heading": "heading"; "inline": "inline"; "invalid": "invalid"; "inverted": "inverted"; "noWrap": "noWrap"; "shadow": "shadow"; "size": "size"; "space": "space"; }, {}, never, ["*"], true, never>;
|
|
1005
1005
|
}
|
|
1006
1006
|
export declare interface BalToast extends Components.BalToast {
|
|
1007
1007
|
}
|
|
@@ -1012,7 +1012,7 @@ export declare class BalToast {
|
|
|
1012
1012
|
protected el: HTMLElement;
|
|
1013
1013
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1014
1014
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalToast, never>;
|
|
1015
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalToast, "bal-toast", never, { "closable":
|
|
1015
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalToast, "bal-toast", never, { "closable": "closable"; "color": "color"; "duration": "duration"; "message": "message"; }, { "balClose": "balClose"; }, never, ["*"], true, never>;
|
|
1016
1016
|
}
|
|
1017
1017
|
export declare interface BalTooltip extends Components.BalTooltip {
|
|
1018
1018
|
}
|
|
@@ -1025,5 +1025,5 @@ export declare class BalTooltip {
|
|
|
1025
1025
|
protected el: HTMLElement;
|
|
1026
1026
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1027
1027
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalTooltip, never>;
|
|
1028
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalTooltip, "bal-tooltip", never, { "contentWidth":
|
|
1028
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalTooltip, "bal-tooltip", never, { "contentWidth": "contentWidth"; "offset": "offset"; "placement": "placement"; "reference": "reference"; }, { "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
|
|
1029
1029
|
}
|