@beeq/angular 1.4.0 → 1.5.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/directives/text-value-accessor.d.ts +1 -1
- package/esm2022/beeq.module.mjs +4 -4
- package/esm2022/directives/boolean-value-accessor.mjs +3 -3
- package/esm2022/directives/components.mjs +123 -123
- package/esm2022/directives/number-value-accessor.mjs +3 -3
- package/esm2022/directives/radio-value-accessor.mjs +3 -3
- package/esm2022/directives/select-value-accessor.mjs +3 -3
- package/esm2022/directives/text-value-accessor.mjs +5 -5
- package/esm2022/directives/value-accessor.mjs +3 -3
- package/esm2022/standalone/directives/components.mjs +123 -123
- package/fesm2022/beeq-angular-standalone.mjs +123 -123
- package/fesm2022/beeq-angular.mjs +146 -146
- package/fesm2022/beeq-angular.mjs.map +1 -1
- package/package.json +2 -6
|
@@ -13,8 +13,8 @@ let BqAccordion = class BqAccordion {
|
|
|
13
13
|
this.el = r.nativeElement;
|
|
14
14
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqOpen', 'bqAfterOpen', 'bqClose', 'bqAfterClose']);
|
|
15
15
|
}
|
|
16
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
16
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqAccordion, selector: "bq-accordion", inputs: { appearance: "appearance", disabled: "disabled", expanded: "expanded", rotate: "rotate", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
18
18
|
};
|
|
19
19
|
BqAccordion = __decorate([
|
|
20
20
|
ProxyCmp({
|
|
@@ -23,7 +23,7 @@ BqAccordion = __decorate([
|
|
|
23
23
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
24
24
|
], BqAccordion);
|
|
25
25
|
export { BqAccordion };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqAccordion, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'bq-accordion',
|
|
@@ -41,8 +41,8 @@ let BqAccordionGroup = class BqAccordionGroup {
|
|
|
41
41
|
c.detach();
|
|
42
42
|
this.el = r.nativeElement;
|
|
43
43
|
}
|
|
44
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
45
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
44
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
45
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqAccordionGroup, selector: "bq-accordion-group", inputs: { appearance: "appearance", expandAll: "expandAll", multiple: "multiple", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
46
46
|
};
|
|
47
47
|
BqAccordionGroup = __decorate([
|
|
48
48
|
ProxyCmp({
|
|
@@ -51,7 +51,7 @@ BqAccordionGroup = __decorate([
|
|
|
51
51
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
52
52
|
], BqAccordionGroup);
|
|
53
53
|
export { BqAccordionGroup };
|
|
54
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
54
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqAccordionGroup, decorators: [{
|
|
55
55
|
type: Component,
|
|
56
56
|
args: [{
|
|
57
57
|
selector: 'bq-accordion-group',
|
|
@@ -70,8 +70,8 @@ let BqAlert = class BqAlert {
|
|
|
70
70
|
this.el = r.nativeElement;
|
|
71
71
|
proxyOutputs(this, this.el, ['bqHide', 'bqShow', 'bqAfterOpen', 'bqAfterClose']);
|
|
72
72
|
}
|
|
73
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
74
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
73
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
74
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqAlert, selector: "bq-alert", inputs: { autoDismiss: "autoDismiss", border: "border", disableClose: "disableClose", hideIcon: "hideIcon", open: "open", sticky: "sticky", time: "time", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
75
75
|
};
|
|
76
76
|
BqAlert = __decorate([
|
|
77
77
|
ProxyCmp({
|
|
@@ -81,7 +81,7 @@ BqAlert = __decorate([
|
|
|
81
81
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
82
82
|
], BqAlert);
|
|
83
83
|
export { BqAlert };
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
84
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqAlert, decorators: [{
|
|
85
85
|
type: Component,
|
|
86
86
|
args: [{
|
|
87
87
|
selector: 'bq-alert',
|
|
@@ -99,8 +99,8 @@ let BqAvatar = class BqAvatar {
|
|
|
99
99
|
c.detach();
|
|
100
100
|
this.el = r.nativeElement;
|
|
101
101
|
}
|
|
102
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
103
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
102
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
103
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqAvatar, selector: "bq-avatar", inputs: { altText: "altText", image: "image", initials: "initials", label: "label", shape: "shape", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
104
104
|
};
|
|
105
105
|
BqAvatar = __decorate([
|
|
106
106
|
ProxyCmp({
|
|
@@ -109,7 +109,7 @@ BqAvatar = __decorate([
|
|
|
109
109
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
110
110
|
], BqAvatar);
|
|
111
111
|
export { BqAvatar };
|
|
112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqAvatar, decorators: [{
|
|
113
113
|
type: Component,
|
|
114
114
|
args: [{
|
|
115
115
|
selector: 'bq-avatar',
|
|
@@ -127,8 +127,8 @@ let BqBadge = class BqBadge {
|
|
|
127
127
|
c.detach();
|
|
128
128
|
this.el = r.nativeElement;
|
|
129
129
|
}
|
|
130
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
131
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
130
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
131
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqBadge, selector: "bq-badge", inputs: { backgroundColor: "backgroundColor", size: "size", textColor: "textColor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
132
132
|
};
|
|
133
133
|
BqBadge = __decorate([
|
|
134
134
|
ProxyCmp({
|
|
@@ -137,7 +137,7 @@ BqBadge = __decorate([
|
|
|
137
137
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
138
138
|
], BqBadge);
|
|
139
139
|
export { BqBadge };
|
|
140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqBadge, decorators: [{
|
|
141
141
|
type: Component,
|
|
142
142
|
args: [{
|
|
143
143
|
selector: 'bq-badge',
|
|
@@ -156,8 +156,8 @@ let BqBreadcrumb = class BqBreadcrumb {
|
|
|
156
156
|
this.el = r.nativeElement;
|
|
157
157
|
proxyOutputs(this, this.el, ['bqBreadcrumbBlur', 'bqBreadcrumbFocus', 'bqBreadcrumbClick']);
|
|
158
158
|
}
|
|
159
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
160
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
159
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
160
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqBreadcrumb, selector: "bq-breadcrumb", inputs: { ariaLabel: "ariaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
161
161
|
};
|
|
162
162
|
BqBreadcrumb = __decorate([
|
|
163
163
|
ProxyCmp({
|
|
@@ -166,7 +166,7 @@ BqBreadcrumb = __decorate([
|
|
|
166
166
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
167
167
|
], BqBreadcrumb);
|
|
168
168
|
export { BqBreadcrumb };
|
|
169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqBreadcrumb, decorators: [{
|
|
170
170
|
type: Component,
|
|
171
171
|
args: [{
|
|
172
172
|
selector: 'bq-breadcrumb',
|
|
@@ -185,8 +185,8 @@ let BqBreadcrumbItem = class BqBreadcrumbItem {
|
|
|
185
185
|
this.el = r.nativeElement;
|
|
186
186
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick']);
|
|
187
187
|
}
|
|
188
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
189
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
188
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
189
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqBreadcrumbItem, selector: "bq-breadcrumb-item", inputs: { ariaLabel: "ariaLabel", href: "href", isLastItem: "isLastItem", rel: "rel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
190
190
|
};
|
|
191
191
|
BqBreadcrumbItem = __decorate([
|
|
192
192
|
ProxyCmp({
|
|
@@ -195,7 +195,7 @@ BqBreadcrumbItem = __decorate([
|
|
|
195
195
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
196
196
|
], BqBreadcrumbItem);
|
|
197
197
|
export { BqBreadcrumbItem };
|
|
198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqBreadcrumbItem, decorators: [{
|
|
199
199
|
type: Component,
|
|
200
200
|
args: [{
|
|
201
201
|
selector: 'bq-breadcrumb-item',
|
|
@@ -214,8 +214,8 @@ let BqButton = class BqButton {
|
|
|
214
214
|
this.el = r.nativeElement;
|
|
215
215
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick']);
|
|
216
216
|
}
|
|
217
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
218
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
217
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
218
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqButton, selector: "bq-button", inputs: { appearance: "appearance", block: "block", border: "border", disabled: "disabled", download: "download", href: "href", justifyContent: "justifyContent", loading: "loading", size: "size", target: "target", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
219
219
|
};
|
|
220
220
|
BqButton = __decorate([
|
|
221
221
|
ProxyCmp({
|
|
@@ -224,7 +224,7 @@ BqButton = __decorate([
|
|
|
224
224
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
225
225
|
], BqButton);
|
|
226
226
|
export { BqButton };
|
|
227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqButton, decorators: [{
|
|
228
228
|
type: Component,
|
|
229
229
|
args: [{
|
|
230
230
|
selector: 'bq-button',
|
|
@@ -242,8 +242,8 @@ let BqCard = class BqCard {
|
|
|
242
242
|
c.detach();
|
|
243
243
|
this.el = r.nativeElement;
|
|
244
244
|
}
|
|
245
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
246
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
245
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
246
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqCard, selector: "bq-card", inputs: { border: "border", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
247
247
|
};
|
|
248
248
|
BqCard = __decorate([
|
|
249
249
|
ProxyCmp({
|
|
@@ -252,7 +252,7 @@ BqCard = __decorate([
|
|
|
252
252
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
253
253
|
], BqCard);
|
|
254
254
|
export { BqCard };
|
|
255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqCard, decorators: [{
|
|
256
256
|
type: Component,
|
|
257
257
|
args: [{
|
|
258
258
|
selector: 'bq-card',
|
|
@@ -271,8 +271,8 @@ let BqCheckbox = class BqCheckbox {
|
|
|
271
271
|
this.el = r.nativeElement;
|
|
272
272
|
proxyOutputs(this, this.el, ['bqChange', 'bqFocus', 'bqBlur']);
|
|
273
273
|
}
|
|
274
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
275
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
274
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
275
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqCheckbox, selector: "bq-checkbox", inputs: { backgroundOnHover: "backgroundOnHover", checked: "checked", disabled: "disabled", formId: "formId", indeterminate: "indeterminate", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
276
276
|
};
|
|
277
277
|
BqCheckbox = __decorate([
|
|
278
278
|
ProxyCmp({
|
|
@@ -282,7 +282,7 @@ BqCheckbox = __decorate([
|
|
|
282
282
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
283
283
|
], BqCheckbox);
|
|
284
284
|
export { BqCheckbox };
|
|
285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqCheckbox, decorators: [{
|
|
286
286
|
type: Component,
|
|
287
287
|
args: [{
|
|
288
288
|
selector: 'bq-checkbox',
|
|
@@ -301,8 +301,8 @@ let BqDatePicker = class BqDatePicker {
|
|
|
301
301
|
this.el = r.nativeElement;
|
|
302
302
|
proxyOutputs(this, this.el, ['bqBlur', 'bqChange', 'bqClear', 'bqFocus']);
|
|
303
303
|
}
|
|
304
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
305
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
304
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
305
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqDatePicker, selector: "bq-date-picker", inputs: { autofocus: "autofocus", clearButtonLabel: "clearButtonLabel", disableClear: "disableClear", disabled: "disabled", distance: "distance", firstDayOfWeek: "firstDayOfWeek", form: "form", formatOptions: "formatOptions", isDateDisallowed: "isDateDisallowed", locale: "locale", max: "max", min: "min", months: "months", monthsPerView: "monthsPerView", name: "name", open: "open", panelHeight: "panelHeight", placeholder: "placeholder", placement: "placement", required: "required", showOutsideDays: "showOutsideDays", skidding: "skidding", strategy: "strategy", type: "type", validationStatus: "validationStatus", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
306
306
|
};
|
|
307
307
|
BqDatePicker = __decorate([
|
|
308
308
|
ProxyCmp({
|
|
@@ -312,7 +312,7 @@ BqDatePicker = __decorate([
|
|
|
312
312
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
313
313
|
], BqDatePicker);
|
|
314
314
|
export { BqDatePicker };
|
|
315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDatePicker, decorators: [{
|
|
316
316
|
type: Component,
|
|
317
317
|
args: [{
|
|
318
318
|
selector: 'bq-date-picker',
|
|
@@ -331,8 +331,8 @@ let BqDialog = class BqDialog {
|
|
|
331
331
|
this.el = r.nativeElement;
|
|
332
332
|
proxyOutputs(this, this.el, ['bqCancel', 'bqClose', 'bqOpen', 'bqAfterOpen', 'bqAfterClose']);
|
|
333
333
|
}
|
|
334
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
335
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
334
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
335
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqDialog, selector: "bq-dialog", inputs: { border: "border", disableBackdrop: "disableBackdrop", disableCloseClickOutside: "disableCloseClickOutside", disableCloseEscKeydown: "disableCloseEscKeydown", footerAppearance: "footerAppearance", hideCloseButton: "hideCloseButton", open: "open", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
336
336
|
};
|
|
337
337
|
BqDialog = __decorate([
|
|
338
338
|
ProxyCmp({
|
|
@@ -342,7 +342,7 @@ BqDialog = __decorate([
|
|
|
342
342
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
343
343
|
], BqDialog);
|
|
344
344
|
export { BqDialog };
|
|
345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDialog, decorators: [{
|
|
346
346
|
type: Component,
|
|
347
347
|
args: [{
|
|
348
348
|
selector: 'bq-dialog',
|
|
@@ -360,8 +360,8 @@ let BqDivider = class BqDivider {
|
|
|
360
360
|
c.detach();
|
|
361
361
|
this.el = r.nativeElement;
|
|
362
362
|
}
|
|
363
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
364
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
363
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
364
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqDivider, selector: "bq-divider", inputs: { dashed: "dashed", orientation: "orientation", strokeBasis: "strokeBasis", strokeColor: "strokeColor", strokeDashGap: "strokeDashGap", strokeDashWidth: "strokeDashWidth", strokeLinecap: "strokeLinecap", strokeThickness: "strokeThickness", titleAlignment: "titleAlignment" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
365
365
|
};
|
|
366
366
|
BqDivider = __decorate([
|
|
367
367
|
ProxyCmp({
|
|
@@ -370,7 +370,7 @@ BqDivider = __decorate([
|
|
|
370
370
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
371
371
|
], BqDivider);
|
|
372
372
|
export { BqDivider };
|
|
373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDivider, decorators: [{
|
|
374
374
|
type: Component,
|
|
375
375
|
args: [{
|
|
376
376
|
selector: 'bq-divider',
|
|
@@ -389,8 +389,8 @@ let BqDrawer = class BqDrawer {
|
|
|
389
389
|
this.el = r.nativeElement;
|
|
390
390
|
proxyOutputs(this, this.el, ['bqClose', 'bqOpen', 'bqAfterOpen', 'bqAfterClose']);
|
|
391
391
|
}
|
|
392
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
393
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
392
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
393
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqDrawer, selector: "bq-drawer", inputs: { closeOnClickOutside: "closeOnClickOutside", closeOnEsc: "closeOnEsc", enableBackdrop: "enableBackdrop", open: "open", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
394
394
|
};
|
|
395
395
|
BqDrawer = __decorate([
|
|
396
396
|
ProxyCmp({
|
|
@@ -400,7 +400,7 @@ BqDrawer = __decorate([
|
|
|
400
400
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
401
401
|
], BqDrawer);
|
|
402
402
|
export { BqDrawer };
|
|
403
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDrawer, decorators: [{
|
|
404
404
|
type: Component,
|
|
405
405
|
args: [{
|
|
406
406
|
selector: 'bq-drawer',
|
|
@@ -419,8 +419,8 @@ let BqDropdown = class BqDropdown {
|
|
|
419
419
|
this.el = r.nativeElement;
|
|
420
420
|
proxyOutputs(this, this.el, ['bqOpen']);
|
|
421
421
|
}
|
|
422
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
423
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
422
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
423
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqDropdown, selector: "bq-dropdown", inputs: { disabled: "disabled", distance: "distance", keepOpenOnSelect: "keepOpenOnSelect", open: "open", panelHeight: "panelHeight", placement: "placement", sameWidth: "sameWidth", skidding: "skidding", strategy: "strategy" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
424
424
|
};
|
|
425
425
|
BqDropdown = __decorate([
|
|
426
426
|
ProxyCmp({
|
|
@@ -429,7 +429,7 @@ BqDropdown = __decorate([
|
|
|
429
429
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
430
430
|
], BqDropdown);
|
|
431
431
|
export { BqDropdown };
|
|
432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqDropdown, decorators: [{
|
|
433
433
|
type: Component,
|
|
434
434
|
args: [{
|
|
435
435
|
selector: 'bq-dropdown',
|
|
@@ -447,8 +447,8 @@ let BqEmptyState = class BqEmptyState {
|
|
|
447
447
|
c.detach();
|
|
448
448
|
this.el = r.nativeElement;
|
|
449
449
|
}
|
|
450
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
451
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
450
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
451
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqEmptyState, selector: "bq-empty-state", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
452
452
|
};
|
|
453
453
|
BqEmptyState = __decorate([
|
|
454
454
|
ProxyCmp({
|
|
@@ -457,7 +457,7 @@ BqEmptyState = __decorate([
|
|
|
457
457
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
458
458
|
], BqEmptyState);
|
|
459
459
|
export { BqEmptyState };
|
|
460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqEmptyState, decorators: [{
|
|
461
461
|
type: Component,
|
|
462
462
|
args: [{
|
|
463
463
|
selector: 'bq-empty-state',
|
|
@@ -476,8 +476,8 @@ let BqIcon = class BqIcon {
|
|
|
476
476
|
this.el = r.nativeElement;
|
|
477
477
|
proxyOutputs(this, this.el, ['svgLoaded']);
|
|
478
478
|
}
|
|
479
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
480
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
479
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
480
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqIcon, selector: "bq-icon", inputs: { color: "color", label: "label", name: "name", size: "size", src: "src", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
481
481
|
};
|
|
482
482
|
BqIcon = __decorate([
|
|
483
483
|
ProxyCmp({
|
|
@@ -486,7 +486,7 @@ BqIcon = __decorate([
|
|
|
486
486
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
487
487
|
], BqIcon);
|
|
488
488
|
export { BqIcon };
|
|
489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqIcon, decorators: [{
|
|
490
490
|
type: Component,
|
|
491
491
|
args: [{
|
|
492
492
|
selector: 'bq-icon',
|
|
@@ -505,8 +505,8 @@ let BqInput = class BqInput {
|
|
|
505
505
|
this.el = r.nativeElement;
|
|
506
506
|
proxyOutputs(this, this.el, ['bqBlur', 'bqChange', 'bqClear', 'bqFocus', 'bqInput']);
|
|
507
507
|
}
|
|
508
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
509
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
508
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
509
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqInput, selector: "bq-input", inputs: { autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearButtonLabel: "clearButtonLabel", debounceTime: "debounceTime", disableClear: "disableClear", disabled: "disabled", form: "form", inputmode: "inputmode", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", step: "step", type: "type", validationStatus: "validationStatus", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
510
510
|
};
|
|
511
511
|
BqInput = __decorate([
|
|
512
512
|
ProxyCmp({
|
|
@@ -515,7 +515,7 @@ BqInput = __decorate([
|
|
|
515
515
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
516
516
|
], BqInput);
|
|
517
517
|
export { BqInput };
|
|
518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqInput, decorators: [{
|
|
519
519
|
type: Component,
|
|
520
520
|
args: [{
|
|
521
521
|
selector: 'bq-input',
|
|
@@ -534,8 +534,8 @@ let BqNotification = class BqNotification {
|
|
|
534
534
|
this.el = r.nativeElement;
|
|
535
535
|
proxyOutputs(this, this.el, ['bqHide', 'bqShow', 'bqAfterOpen', 'bqAfterClose']);
|
|
536
536
|
}
|
|
537
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
538
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
537
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
538
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqNotification, selector: "bq-notification", inputs: { autoDismiss: "autoDismiss", border: "border", disableClose: "disableClose", hideIcon: "hideIcon", open: "open", time: "time", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
539
539
|
};
|
|
540
540
|
BqNotification = __decorate([
|
|
541
541
|
ProxyCmp({
|
|
@@ -545,7 +545,7 @@ BqNotification = __decorate([
|
|
|
545
545
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
546
546
|
], BqNotification);
|
|
547
547
|
export { BqNotification };
|
|
548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqNotification, decorators: [{
|
|
549
549
|
type: Component,
|
|
550
550
|
args: [{
|
|
551
551
|
selector: 'bq-notification',
|
|
@@ -564,8 +564,8 @@ let BqOption = class BqOption {
|
|
|
564
564
|
this.el = r.nativeElement;
|
|
565
565
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick', 'bqEnter']);
|
|
566
566
|
}
|
|
567
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
568
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
567
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
568
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqOption, selector: "bq-option", inputs: { disabled: "disabled", hidden: "hidden", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
569
569
|
};
|
|
570
570
|
BqOption = __decorate([
|
|
571
571
|
ProxyCmp({
|
|
@@ -574,7 +574,7 @@ BqOption = __decorate([
|
|
|
574
574
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
575
575
|
], BqOption);
|
|
576
576
|
export { BqOption };
|
|
577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqOption, decorators: [{
|
|
578
578
|
type: Component,
|
|
579
579
|
args: [{
|
|
580
580
|
selector: 'bq-option',
|
|
@@ -592,15 +592,15 @@ let BqOptionGroup = class BqOptionGroup {
|
|
|
592
592
|
c.detach();
|
|
593
593
|
this.el = r.nativeElement;
|
|
594
594
|
}
|
|
595
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
596
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
595
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqOptionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
596
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqOptionGroup, selector: "bq-option-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
597
597
|
};
|
|
598
598
|
BqOptionGroup = __decorate([
|
|
599
599
|
ProxyCmp({}),
|
|
600
600
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
601
601
|
], BqOptionGroup);
|
|
602
602
|
export { BqOptionGroup };
|
|
603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
603
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqOptionGroup, decorators: [{
|
|
604
604
|
type: Component,
|
|
605
605
|
args: [{
|
|
606
606
|
selector: 'bq-option-group',
|
|
@@ -619,8 +619,8 @@ let BqOptionList = class BqOptionList {
|
|
|
619
619
|
this.el = r.nativeElement;
|
|
620
620
|
proxyOutputs(this, this.el, ['bqSelect']);
|
|
621
621
|
}
|
|
622
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
623
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
622
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqOptionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
623
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqOptionList, selector: "bq-option-list", inputs: { ariaLabel: "ariaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
624
624
|
};
|
|
625
625
|
BqOptionList = __decorate([
|
|
626
626
|
ProxyCmp({
|
|
@@ -629,7 +629,7 @@ BqOptionList = __decorate([
|
|
|
629
629
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
630
630
|
], BqOptionList);
|
|
631
631
|
export { BqOptionList };
|
|
632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqOptionList, decorators: [{
|
|
633
633
|
type: Component,
|
|
634
634
|
args: [{
|
|
635
635
|
selector: 'bq-option-list',
|
|
@@ -647,8 +647,8 @@ let BqPanel = class BqPanel {
|
|
|
647
647
|
c.detach();
|
|
648
648
|
this.el = r.nativeElement;
|
|
649
649
|
}
|
|
650
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
651
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
650
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
651
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqPanel, selector: "bq-panel", inputs: { distance: "distance", open: "open", placement: "placement", sameWidth: "sameWidth", skidding: "skidding", strategy: "strategy" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
652
652
|
};
|
|
653
653
|
BqPanel = __decorate([
|
|
654
654
|
ProxyCmp({
|
|
@@ -657,7 +657,7 @@ BqPanel = __decorate([
|
|
|
657
657
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
658
658
|
], BqPanel);
|
|
659
659
|
export { BqPanel };
|
|
660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
660
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqPanel, decorators: [{
|
|
661
661
|
type: Component,
|
|
662
662
|
args: [{
|
|
663
663
|
selector: 'bq-panel',
|
|
@@ -675,8 +675,8 @@ let BqProgress = class BqProgress {
|
|
|
675
675
|
c.detach();
|
|
676
676
|
this.el = r.nativeElement;
|
|
677
677
|
}
|
|
678
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
679
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
678
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqProgress, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
679
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqProgress, selector: "bq-progress", inputs: { borderShape: "borderShape", enableTooltip: "enableTooltip", indeterminate: "indeterminate", label: "label", thickness: "thickness", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
680
680
|
};
|
|
681
681
|
BqProgress = __decorate([
|
|
682
682
|
ProxyCmp({
|
|
@@ -685,7 +685,7 @@ BqProgress = __decorate([
|
|
|
685
685
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
686
686
|
], BqProgress);
|
|
687
687
|
export { BqProgress };
|
|
688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqProgress, decorators: [{
|
|
689
689
|
type: Component,
|
|
690
690
|
args: [{
|
|
691
691
|
selector: 'bq-progress',
|
|
@@ -704,8 +704,8 @@ let BqRadio = class BqRadio {
|
|
|
704
704
|
this.el = r.nativeElement;
|
|
705
705
|
proxyOutputs(this, this.el, ['bqClick', 'bqFocus', 'bqBlur', 'bqKeyDown']);
|
|
706
706
|
}
|
|
707
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
708
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
707
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
708
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqRadio, selector: "bq-radio", inputs: { backgroundOnHover: "backgroundOnHover", checked: "checked", disabled: "disabled", formId: "formId", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
709
709
|
};
|
|
710
710
|
BqRadio = __decorate([
|
|
711
711
|
ProxyCmp({
|
|
@@ -715,7 +715,7 @@ BqRadio = __decorate([
|
|
|
715
715
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
716
716
|
], BqRadio);
|
|
717
717
|
export { BqRadio };
|
|
718
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
718
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqRadio, decorators: [{
|
|
719
719
|
type: Component,
|
|
720
720
|
args: [{
|
|
721
721
|
selector: 'bq-radio',
|
|
@@ -734,8 +734,8 @@ let BqRadioGroup = class BqRadioGroup {
|
|
|
734
734
|
this.el = r.nativeElement;
|
|
735
735
|
proxyOutputs(this, this.el, ['bqChange']);
|
|
736
736
|
}
|
|
737
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
738
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
737
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
738
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqRadioGroup, selector: "bq-radio-group", inputs: { backgroundOnHover: "backgroundOnHover", debounceTime: "debounceTime", disabled: "disabled", fieldset: "fieldset", name: "name", orientation: "orientation", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
739
739
|
};
|
|
740
740
|
BqRadioGroup = __decorate([
|
|
741
741
|
ProxyCmp({
|
|
@@ -744,7 +744,7 @@ BqRadioGroup = __decorate([
|
|
|
744
744
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
745
745
|
], BqRadioGroup);
|
|
746
746
|
export { BqRadioGroup };
|
|
747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqRadioGroup, decorators: [{
|
|
748
748
|
type: Component,
|
|
749
749
|
args: [{
|
|
750
750
|
selector: 'bq-radio-group',
|
|
@@ -763,8 +763,8 @@ let BqSelect = class BqSelect {
|
|
|
763
763
|
this.el = r.nativeElement;
|
|
764
764
|
proxyOutputs(this, this.el, ['bqBlur', 'bqClear', 'bqFocus', 'bqSelect']);
|
|
765
765
|
}
|
|
766
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
767
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
766
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
767
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqSelect, selector: "bq-select", inputs: { autofocus: "autofocus", clearButtonLabel: "clearButtonLabel", debounceTime: "debounceTime", disableClear: "disableClear", disabled: "disabled", distance: "distance", form: "form", keepOpenOnSelect: "keepOpenOnSelect", maxTagsVisible: "maxTagsVisible", multiple: "multiple", name: "name", open: "open", panelHeight: "panelHeight", placeholder: "placeholder", placement: "placement", readonly: "readonly", required: "required", sameWidth: "sameWidth", skidding: "skidding", strategy: "strategy", validationStatus: "validationStatus", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
768
768
|
};
|
|
769
769
|
BqSelect = __decorate([
|
|
770
770
|
ProxyCmp({
|
|
@@ -774,7 +774,7 @@ BqSelect = __decorate([
|
|
|
774
774
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
775
775
|
], BqSelect);
|
|
776
776
|
export { BqSelect };
|
|
777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSelect, decorators: [{
|
|
778
778
|
type: Component,
|
|
779
779
|
args: [{
|
|
780
780
|
selector: 'bq-select',
|
|
@@ -793,8 +793,8 @@ let BqSideMenu = class BqSideMenu {
|
|
|
793
793
|
this.el = r.nativeElement;
|
|
794
794
|
proxyOutputs(this, this.el, ['bqCollapse', 'bqSelect']);
|
|
795
795
|
}
|
|
796
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
797
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
796
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSideMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
797
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqSideMenu, selector: "bq-side-menu", inputs: { appearance: "appearance", collapse: "collapse", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
798
798
|
};
|
|
799
799
|
BqSideMenu = __decorate([
|
|
800
800
|
ProxyCmp({
|
|
@@ -804,7 +804,7 @@ BqSideMenu = __decorate([
|
|
|
804
804
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
805
805
|
], BqSideMenu);
|
|
806
806
|
export { BqSideMenu };
|
|
807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSideMenu, decorators: [{
|
|
808
808
|
type: Component,
|
|
809
809
|
args: [{
|
|
810
810
|
selector: 'bq-side-menu',
|
|
@@ -823,8 +823,8 @@ let BqSideMenuItem = class BqSideMenuItem {
|
|
|
823
823
|
this.el = r.nativeElement;
|
|
824
824
|
proxyOutputs(this, this.el, ['bqBlur', 'bqFocus', 'bqClick']);
|
|
825
825
|
}
|
|
826
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
827
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
826
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSideMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
827
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqSideMenuItem, selector: "bq-side-menu-item", inputs: { active: "active", collapse: "collapse", disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
828
828
|
};
|
|
829
829
|
BqSideMenuItem = __decorate([
|
|
830
830
|
ProxyCmp({
|
|
@@ -833,7 +833,7 @@ BqSideMenuItem = __decorate([
|
|
|
833
833
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
834
834
|
], BqSideMenuItem);
|
|
835
835
|
export { BqSideMenuItem };
|
|
836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSideMenuItem, decorators: [{
|
|
837
837
|
type: Component,
|
|
838
838
|
args: [{
|
|
839
839
|
selector: 'bq-side-menu-item',
|
|
@@ -852,8 +852,8 @@ let BqSlider = class BqSlider {
|
|
|
852
852
|
this.el = r.nativeElement;
|
|
853
853
|
proxyOutputs(this, this.el, ['bqChange', 'bqBlur', 'bqFocus']);
|
|
854
854
|
}
|
|
855
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
856
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
855
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
856
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqSlider, selector: "bq-slider", inputs: { debounceTime: "debounceTime", disabled: "disabled", enableTooltip: "enableTooltip", enableValueIndicator: "enableValueIndicator", gap: "gap", max: "max", min: "min", step: "step", tooltipAlwaysVisible: "tooltipAlwaysVisible", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
857
857
|
};
|
|
858
858
|
BqSlider = __decorate([
|
|
859
859
|
ProxyCmp({
|
|
@@ -862,7 +862,7 @@ BqSlider = __decorate([
|
|
|
862
862
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
863
863
|
], BqSlider);
|
|
864
864
|
export { BqSlider };
|
|
865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSlider, decorators: [{
|
|
866
866
|
type: Component,
|
|
867
867
|
args: [{
|
|
868
868
|
selector: 'bq-slider',
|
|
@@ -880,8 +880,8 @@ let BqSpinner = class BqSpinner {
|
|
|
880
880
|
c.detach();
|
|
881
881
|
this.el = r.nativeElement;
|
|
882
882
|
}
|
|
883
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
884
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
883
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
884
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqSpinner, selector: "bq-spinner", inputs: { animation: "animation", size: "size", textPosition: "textPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
885
885
|
};
|
|
886
886
|
BqSpinner = __decorate([
|
|
887
887
|
ProxyCmp({
|
|
@@ -890,7 +890,7 @@ BqSpinner = __decorate([
|
|
|
890
890
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
891
891
|
], BqSpinner);
|
|
892
892
|
export { BqSpinner };
|
|
893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSpinner, decorators: [{
|
|
894
894
|
type: Component,
|
|
895
895
|
args: [{
|
|
896
896
|
selector: 'bq-spinner',
|
|
@@ -908,8 +908,8 @@ let BqStatus = class BqStatus {
|
|
|
908
908
|
c.detach();
|
|
909
909
|
this.el = r.nativeElement;
|
|
910
910
|
}
|
|
911
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
912
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
911
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
912
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqStatus, selector: "bq-status", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
913
913
|
};
|
|
914
914
|
BqStatus = __decorate([
|
|
915
915
|
ProxyCmp({
|
|
@@ -918,7 +918,7 @@ BqStatus = __decorate([
|
|
|
918
918
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
919
919
|
], BqStatus);
|
|
920
920
|
export { BqStatus };
|
|
921
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
921
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqStatus, decorators: [{
|
|
922
922
|
type: Component,
|
|
923
923
|
args: [{
|
|
924
924
|
selector: 'bq-status',
|
|
@@ -937,8 +937,8 @@ let BqStepItem = class BqStepItem {
|
|
|
937
937
|
this.el = r.nativeElement;
|
|
938
938
|
proxyOutputs(this, this.el, ['bqClick']);
|
|
939
939
|
}
|
|
940
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
941
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
940
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqStepItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
941
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqStepItem, selector: "bq-step-item", inputs: { size: "size", status: "status", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
942
942
|
};
|
|
943
943
|
BqStepItem = __decorate([
|
|
944
944
|
ProxyCmp({
|
|
@@ -947,7 +947,7 @@ BqStepItem = __decorate([
|
|
|
947
947
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
948
948
|
], BqStepItem);
|
|
949
949
|
export { BqStepItem };
|
|
950
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqStepItem, decorators: [{
|
|
951
951
|
type: Component,
|
|
952
952
|
args: [{
|
|
953
953
|
selector: 'bq-step-item',
|
|
@@ -965,8 +965,8 @@ let BqSteps = class BqSteps {
|
|
|
965
965
|
c.detach();
|
|
966
966
|
this.el = r.nativeElement;
|
|
967
967
|
}
|
|
968
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
969
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
968
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
969
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqSteps, selector: "bq-steps", inputs: { dividerColor: "dividerColor", size: "size", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
970
970
|
};
|
|
971
971
|
BqSteps = __decorate([
|
|
972
972
|
ProxyCmp({
|
|
@@ -975,7 +975,7 @@ BqSteps = __decorate([
|
|
|
975
975
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
976
976
|
], BqSteps);
|
|
977
977
|
export { BqSteps };
|
|
978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSteps, decorators: [{
|
|
979
979
|
type: Component,
|
|
980
980
|
args: [{
|
|
981
981
|
selector: 'bq-steps',
|
|
@@ -994,8 +994,8 @@ let BqSwitch = class BqSwitch {
|
|
|
994
994
|
this.el = r.nativeElement;
|
|
995
995
|
proxyOutputs(this, this.el, ['bqChange', 'bqFocus', 'bqBlur']);
|
|
996
996
|
}
|
|
997
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
998
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
997
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
998
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqSwitch, selector: "bq-switch", inputs: { backgroundOnHover: "backgroundOnHover", checked: "checked", disabled: "disabled", fullWidth: "fullWidth", innerLabel: "innerLabel", justifyContent: "justifyContent", name: "name", required: "required", reverseOrder: "reverseOrder", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
999
999
|
};
|
|
1000
1000
|
BqSwitch = __decorate([
|
|
1001
1001
|
ProxyCmp({
|
|
@@ -1005,7 +1005,7 @@ BqSwitch = __decorate([
|
|
|
1005
1005
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1006
1006
|
], BqSwitch);
|
|
1007
1007
|
export { BqSwitch };
|
|
1008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqSwitch, decorators: [{
|
|
1009
1009
|
type: Component,
|
|
1010
1010
|
args: [{
|
|
1011
1011
|
selector: 'bq-switch',
|
|
@@ -1024,8 +1024,8 @@ let BqTab = class BqTab {
|
|
|
1024
1024
|
this.el = r.nativeElement;
|
|
1025
1025
|
proxyOutputs(this, this.el, ['bqClick', 'bqFocus', 'bqBlur', 'bqKeyDown']);
|
|
1026
1026
|
}
|
|
1027
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1028
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1027
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1028
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqTab, selector: "bq-tab", inputs: { active: "active", controls: "controls", disabled: "disabled", size: "size", tabId: "tabId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1029
1029
|
};
|
|
1030
1030
|
BqTab = __decorate([
|
|
1031
1031
|
ProxyCmp({
|
|
@@ -1035,7 +1035,7 @@ BqTab = __decorate([
|
|
|
1035
1035
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1036
1036
|
], BqTab);
|
|
1037
1037
|
export { BqTab };
|
|
1038
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTab, decorators: [{
|
|
1039
1039
|
type: Component,
|
|
1040
1040
|
args: [{
|
|
1041
1041
|
selector: 'bq-tab',
|
|
@@ -1054,8 +1054,8 @@ let BqTabGroup = class BqTabGroup {
|
|
|
1054
1054
|
this.el = r.nativeElement;
|
|
1055
1055
|
proxyOutputs(this, this.el, ['bqChange']);
|
|
1056
1056
|
}
|
|
1057
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1058
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1057
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1058
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqTabGroup, selector: "bq-tab-group", inputs: { debounceTime: "debounceTime", disableDivider: "disableDivider", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1059
1059
|
};
|
|
1060
1060
|
BqTabGroup = __decorate([
|
|
1061
1061
|
ProxyCmp({
|
|
@@ -1064,7 +1064,7 @@ BqTabGroup = __decorate([
|
|
|
1064
1064
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1065
1065
|
], BqTabGroup);
|
|
1066
1066
|
export { BqTabGroup };
|
|
1067
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTabGroup, decorators: [{
|
|
1068
1068
|
type: Component,
|
|
1069
1069
|
args: [{
|
|
1070
1070
|
selector: 'bq-tab-group',
|
|
@@ -1083,8 +1083,8 @@ let BqTag = class BqTag {
|
|
|
1083
1083
|
this.el = r.nativeElement;
|
|
1084
1084
|
proxyOutputs(this, this.el, ['bqClose', 'bqOpen', 'bqBlur', 'bqClick', 'bqFocus']);
|
|
1085
1085
|
}
|
|
1086
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1087
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1086
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1087
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqTag, selector: "bq-tag", inputs: { border: "border", clickable: "clickable", color: "color", disabled: "disabled", hidden: "hidden", removable: "removable", selected: "selected", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1088
1088
|
};
|
|
1089
1089
|
BqTag = __decorate([
|
|
1090
1090
|
ProxyCmp({
|
|
@@ -1094,7 +1094,7 @@ BqTag = __decorate([
|
|
|
1094
1094
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1095
1095
|
], BqTag);
|
|
1096
1096
|
export { BqTag };
|
|
1097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTag, decorators: [{
|
|
1098
1098
|
type: Component,
|
|
1099
1099
|
args: [{
|
|
1100
1100
|
selector: 'bq-tag',
|
|
@@ -1113,8 +1113,8 @@ let BqTextarea = class BqTextarea {
|
|
|
1113
1113
|
this.el = r.nativeElement;
|
|
1114
1114
|
proxyOutputs(this, this.el, ['bqBlur', 'bqChange', 'bqClear', 'bqFocus', 'bqInput']);
|
|
1115
1115
|
}
|
|
1116
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1117
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1116
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1117
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqTextarea, selector: "bq-textarea", inputs: { autoGrow: "autoGrow", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", debounceTime: "debounceTime", disableResize: "disableResize", disabled: "disabled", form: "form", maxlength: "maxlength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", spellcheck: "spellcheck", validationStatus: "validationStatus", value: "value", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1118
1118
|
};
|
|
1119
1119
|
BqTextarea = __decorate([
|
|
1120
1120
|
ProxyCmp({
|
|
@@ -1123,7 +1123,7 @@ BqTextarea = __decorate([
|
|
|
1123
1123
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1124
1124
|
], BqTextarea);
|
|
1125
1125
|
export { BqTextarea };
|
|
1126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTextarea, decorators: [{
|
|
1127
1127
|
type: Component,
|
|
1128
1128
|
args: [{
|
|
1129
1129
|
selector: 'bq-textarea',
|
|
@@ -1142,8 +1142,8 @@ let BqToast = class BqToast {
|
|
|
1142
1142
|
this.el = r.nativeElement;
|
|
1143
1143
|
proxyOutputs(this, this.el, ['bqHide', 'bqShow']);
|
|
1144
1144
|
}
|
|
1145
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1146
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1145
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1146
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqToast, selector: "bq-toast", inputs: { border: "border", hideIcon: "hideIcon", open: "open", placement: "placement", time: "time", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1147
1147
|
};
|
|
1148
1148
|
BqToast = __decorate([
|
|
1149
1149
|
ProxyCmp({
|
|
@@ -1153,7 +1153,7 @@ BqToast = __decorate([
|
|
|
1153
1153
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1154
1154
|
], BqToast);
|
|
1155
1155
|
export { BqToast };
|
|
1156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqToast, decorators: [{
|
|
1157
1157
|
type: Component,
|
|
1158
1158
|
args: [{
|
|
1159
1159
|
selector: 'bq-toast',
|
|
@@ -1171,8 +1171,8 @@ let BqTooltip = class BqTooltip {
|
|
|
1171
1171
|
c.detach();
|
|
1172
1172
|
this.el = r.nativeElement;
|
|
1173
1173
|
}
|
|
1174
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1175
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1174
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1175
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BqTooltip, selector: "bq-tooltip", inputs: { alwaysVisible: "alwaysVisible", displayOn: "displayOn", distance: "distance", hideArrow: "hideArrow", placement: "placement", sameWidth: "sameWidth", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1176
1176
|
};
|
|
1177
1177
|
BqTooltip = __decorate([
|
|
1178
1178
|
ProxyCmp({
|
|
@@ -1182,7 +1182,7 @@ BqTooltip = __decorate([
|
|
|
1182
1182
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1183
1183
|
], BqTooltip);
|
|
1184
1184
|
export { BqTooltip };
|
|
1185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BqTooltip, decorators: [{
|
|
1186
1186
|
type: Component,
|
|
1187
1187
|
args: [{
|
|
1188
1188
|
selector: 'bq-tooltip',
|